|
|
|
| 1 | 2026-08-25T15:07:57.700Z | job assigned to worker 01M0WQC52XG7JJR0DTXNHAB56V [factory aws, i-0de1b543ba2ee6c90] (queued for 46 s) |
| |
| 2 | 2026-08-25T15:08:03.914Z | starting task 0: "setup" |
| 3 | 2026-08-25T15:08:03.918Z | ++ uname -s |
| 4 | 2026-08-25T15:08:03.921Z | + kern=SunOS |
| 5 | 2026-08-25T15:08:03.921Z | + build_user=build |
| 6 | 2026-08-25T15:08:03.921Z | + build_uid=12345 |
| 7 | 2026-08-25T15:08:03.921Z | + work_dir=/work |
| 8 | 2026-08-25T15:08:03.921Z | + input_dir=/input |
| 9 | 2026-08-25T15:08:03.921Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T15:08:03.921Z | + case "$kern" in |
| 11 | 2026-08-25T15:08:03.921Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T15:08:03.933Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T15:08:06.041Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T15:08:06.179Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T15:08:06.180Z | + home_fs=zfs |
| 16 | 2026-08-25T15:08:06.180Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T15:08:06.180Z | + mkdir -p /home/build |
| 18 | 2026-08-25T15:08:06.180Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T15:08:08.011Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T15:08:08.014Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-08-25T15:08:08.021Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T15:08:08.025Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-25T15:08:08.025Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-25T15:08:08.025Z | * rust toolchain profile = "default" |
| 25 | 2026-08-25T15:08:08.025Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-25T15:08:08.025Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-25T15:08:08.025Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T15:08:08.028Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T15:08:08.028Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-25T15:08:08.106Z | info: downloading installer |
| 31 | 2026-08-25T15:08:09.483Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T15:08:09.483Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T15:08:09.483Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T15:08:09.483Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T15:08:09.496Z | info: profile set to default |
| 36 | 2026-08-25T15:08:09.496Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T15:08:09.501Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-25T15:08:09.633Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-25T15:08:09.636Z | info: downloading 6 components |
| 40 | 2026-08-25T15:08:23.424Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-25T15:08:23.425Z | |
| 42 | 2026-08-25T15:08:23.456Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-25T15:08:23.456Z | |
| 44 | 2026-08-25T15:08:23.456Z | |
| 45 | 2026-08-25T15:08:23.457Z | Rust is installed now. Great! |
| 46 | 2026-08-25T15:08:23.457Z | |
| 47 | 2026-08-25T15:08:23.457Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T15:08:23.457Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T15:08:23.457Z | |
| 50 | 2026-08-25T15:08:23.457Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T15:08:23.457Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T15:08:23.457Z | |
| 53 | 2026-08-25T15:08:23.457Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T15:08:23.461Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T15:08:23.461Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T15:08:23.461Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T15:08:23.461Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T15:08:23.461Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T15:08:23.461Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T15:08:23.461Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T15:08:23.461Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T15:08:23.535Z | + rustup --version |
| 63 | 2026-08-25T15:08:23.543Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T15:08:23.546Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T15:08:23.565Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-25T15:08:23.569Z | + cargo --version |
| 67 | 2026-08-25T15:08:23.580Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-25T15:08:23.583Z | + rustc --version |
| 69 | 2026-08-25T15:08:23.604Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-25T15:08:23.608Z | process exited: duration 15583 ms, exit code 0 |
| |
| 71 | 2026-08-25T15:08:23.615Z | starting task 2: "authentication" |
| 72 | 2026-08-25T15:08:23.631Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-25T15:08:23.640Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T15:08:23.643Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-25T15:08:23.643Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-25T15:08:23.675Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-25T15:08:24.441Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-25T15:08:24.441Z | + git fetch origin 345f370a1d39c82d3fb5bcd0baca3c0861242b52 |
| 79 | 2026-08-25T15:08:26.147Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-25T15:08:26.147Z | * branch 345f370a1d39c82d3fb5bcd0baca3c0861242b52 -> FETCH_HEAD |
| 81 | 2026-08-25T15:08:26.153Z | + [[ -n cory/uprev-tofino-sde ]] |
| 82 | 2026-08-25T15:08:26.156Z | ++ git branch --show-current |
| 83 | 2026-08-25T15:08:26.156Z | + current=main |
| 84 | 2026-08-25T15:08:26.156Z | + [[ main != cory/uprev-tofino-sde ]] |
| 85 | 2026-08-25T15:08:26.156Z | + git branch -f cory/uprev-tofino-sde 345f370a1d39c82d3fb5bcd0baca3c0861242b52 |
| 86 | 2026-08-25T15:08:26.159Z | + git checkout -f cory/uprev-tofino-sde |
| 87 | 2026-08-25T15:08:26.177Z | Switched to branch 'cory/uprev-tofino-sde' |
| 88 | 2026-08-25T15:08:26.180Z | + git reset --hard 345f370a1d39c82d3fb5bcd0baca3c0861242b52 |
| 89 | 2026-08-25T15:08:26.183Z | HEAD is now at 345f370 Use updated tofino SDE in CI tests |
| 90 | 2026-08-25T15:08:26.183Z | process exited: duration 2543 ms, exit code 0 |
| |
| 91 | 2026-08-25T15:08:26.191Z | starting task 4: "build" |
| 92 | 2026-08-25T15:08:26.195Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-25T15:08:26.195Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-25T15:08:26.195Z | ++ SDE_COMMIT=ea8ca18caff37764e2bf0457c887b0d9433e88b3 |
| 95 | 2026-08-25T15:08:26.195Z | ++ SDE_PKG_SHA256=3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 |
| 96 | 2026-08-25T15:08:26.195Z | ++ SDE_DEB_SHA256=ea9bfce494d641430ddaf0aea1a19c10773814a1910532f15451aaaf56ac7c96 |
| 97 | 2026-08-25T15:08:26.199Z | +++ uname -s |
| 98 | 2026-08-25T15:08:26.199Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-25T15:08:26.199Z | ++ SERIES=illumos |
| 100 | 2026-08-25T15:08:26.199Z | +++ uname -s |
| 101 | 2026-08-25T15:08:26.199Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-25T15:08:26.199Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/ea8ca18caff37764e2bf0457c887b0d9433e88b3 |
| 103 | 2026-08-25T15:08:26.199Z | ++ rustup show active-toolchain |
| 104 | 2026-08-25T15:08:26.203Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-25T15:08:26.206Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-25T15:08:26.206Z | ++ banner 'sde setup' |
| 107 | 2026-08-25T15:08:26.206Z | |
| 108 | 2026-08-25T15:08:26.206Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-25T15:08:26.207Z | # # # # # # # # # # # |
| 110 | 2026-08-25T15:08:26.207Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-25T15:08:26.207Z | # # # # # # # # # ##### |
| 112 | 2026-08-25T15:08:26.207Z | # # # # # # # # # # # # |
| 113 | 2026-08-25T15:08:26.207Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-25T15:08:26.207Z | |
| 115 | 2026-08-25T15:08:26.207Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-25T15:08:26.207Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-25T15:08:26.207Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-25T15:08:26.207Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-25T15:08:26.207Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/ea8ca18caff37764e2bf0457c887b0d9433e88b3/tofino_sde.p5p |
| 120 | 2026-08-25T15:08:26.212Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-25T15:08:26.215Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-25T15:08:30.600Z |
0 0 0 0 0 0 0 0 0
2 76.03M 2 2.06M 0 0 1.45M 0 00:52 00:01 00:51 1.45M
2 76.03M 2 2.06M 0 0 871.7k 0 01:29 00:02 01:27 871.8k
33 76.03M 33 25.58M 0 0 7.47M 0 00:10 00:03 00:07 7.47M
100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M
100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M
100 76.03M 100 76.03M 0 0 17.33M 0 00:04 00:04 7.47M |
| 123 | 2026-08-25T15:08:30.603Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-25T15:08:30.650Z | ++ SDE_CALC=3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 |
| 125 | 2026-08-25T15:08:30.653Z | ++ '[' 3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 '!=' 3bb3550833f23c34028de98b8fa4d716447aaef83fd0180657f40ce3e009f771 ']' |
| 126 | 2026-08-25T15:08:30.653Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-25T15:08:32.062Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-25T15:08:32.456Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-25T15:08:32.513Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-25T15:08:35.097Z | Planning: Solver setup ... Done |
| 131 | 2026-08-25T15:08:35.168Z | Planning: Running solver ... Done |
| 132 | 2026-08-25T15:08:35.220Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-25T15:08:35.223Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-25T15:08:35.226Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-25T15:08:35.241Z | Planning: Package planning ... Done |
| 136 | 2026-08-25T15:08:35.244Z | Planning: Merging actions ... Done |
| 137 | 2026-08-25T15:08:35.412Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-25T15:08:35.417Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-25T15:08:36.145Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-25T15:08:36.149Z | Planning: Planning completed in 3.63 seconds |
| 141 | 2026-08-25T15:08:36.155Z | Packages to install: 1 |
| 142 | 2026-08-25T15:08:36.158Z | Create boot environment: No |
| 143 | 2026-08-25T15:08:36.158Z | Create backup boot environment: No |
| 144 | 2026-08-25T15:08:36.177Z | |
| 145 | 2026-08-25T15:08:36.177Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-25T15:08:36.310Z | Download: Completed 75.30 MB in 0.13 seconds (566M/s) |
| 147 | 2026-08-25T15:08:36.522Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-25T15:08:37.506Z | Actions: Completed 293 actions in 0.98 seconds. |
| 149 | 2026-08-25T15:08:37.509Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-25T15:08:37.552Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-25T15:08:37.645Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-25T15:08:40.216Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-25T15:08:40.291Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-25T15:08:40.295Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-25T15:08:40.597Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-25T15:08:40.760Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-25T15:08:40.760Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-25T15:08:40.760Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-25T15:08:40.760Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-25T15:08:40.760Z | ++ banner packages |
| 161 | 2026-08-25T15:08:40.764Z | |
| 162 | 2026-08-25T15:08:40.764Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-25T15:08:40.764Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-25T15:08:40.764Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-25T15:08:40.764Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-25T15:08:40.764Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-25T15:08:40.764Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-25T15:08:40.764Z | |
| 169 | 2026-08-25T15:08:40.764Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-25T15:08:41.037Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-25T15:08:41.040Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-25T15:08:43.336Z | Planning: Solver setup ... Done |
| 173 | 2026-08-25T15:08:43.406Z | Planning: Running solver ... Done |
| 174 | 2026-08-25T15:08:43.455Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-25T15:08:43.459Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-25T15:08:43.459Z | Planning: Planning completed in 2.42 seconds |
| 177 | 2026-08-25T15:08:43.473Z | No updates necessary for this image. |
| 178 | 2026-08-25T15:08:43.610Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-25T15:08:43.826Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-25T15:08:43.940Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-25T15:08:43.945Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-25T15:08:44.107Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-25T15:08:44.111Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-25T15:08:44.128Z | Mediators to change: 2 |
| 185 | 2026-08-25T15:08:44.128Z | Create boot environment: No |
| 186 | 2026-08-25T15:08:44.133Z | Create backup boot environment: No |
| 187 | 2026-08-25T15:08:44.177Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-25T15:08:44.177Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-25T15:08:44.228Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-25T15:08:46.251Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-25T15:08:46.322Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-25T15:08:46.325Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-25T15:08:46.393Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-25T15:08:46.466Z | ++ cargo --version |
| 195 | 2026-08-25T15:08:46.475Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-25T15:08:46.478Z | ++ rustc --version |
| 197 | 2026-08-25T15:08:46.498Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-25T15:08:46.503Z | + banner copyrights |
| 199 | 2026-08-25T15:08:46.503Z | |
| 200 | 2026-08-25T15:08:46.503Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-25T15:08:46.503Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-25T15:08:46.503Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-25T15:08:46.503Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-25T15:08:46.503Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-25T15:08:46.503Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-25T15:08:46.503Z | |
| 207 | 2026-08-25T15:08:46.503Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-25T15:08:46.793Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-25T15:08:47.683Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-25T15:08:48.096Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 211 | 2026-08-25T15:08:48.153Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-08-25T15:08:48.246Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-08-25T15:08:48.419Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-08-25T15:08:48.653Z | + banner clippy |
| 215 | 2026-08-25T15:08:48.656Z | |
| 216 | 2026-08-25T15:08:48.656Z | #### # # ##### ##### # # |
| 217 | 2026-08-25T15:08:48.656Z | # # # # # # # # # # |
| 218 | 2026-08-25T15:08:48.656Z | # # # # # # # # |
| 219 | 2026-08-25T15:08:48.656Z | # # # ##### ##### # |
| 220 | 2026-08-25T15:08:48.656Z | # # # # # # # |
| 221 | 2026-08-25T15:08:48.656Z | #### ###### # # # # |
| 222 | 2026-08-25T15:08:48.656Z | |
| 223 | 2026-08-25T15:08:48.656Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 224 | 2026-08-25T15:08:48.656Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 225 | 2026-08-25T15:08:48.799Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 226 | 2026-08-25T15:09:02.302Z | Updating crates.io index |
| 227 | 2026-08-25T15:09:02.306Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 228 | 2026-08-25T15:09:02.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 229 | 2026-08-25T15:09:03.626Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 230 | 2026-08-25T15:09:03.931Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-08-25T15:09:04.282Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-08-25T15:09:04.878Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 233 | 2026-08-25T15:09:05.885Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-08-25T15:09:06.493Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-08-25T15:09:06.976Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-08-25T15:09:07.545Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-25T15:09:08.052Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 238 | 2026-08-25T15:09:09.160Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 239 | 2026-08-25T15:09:09.319Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-08-25T15:09:09.817Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 241 | 2026-08-25T15:09:10.365Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 242 | 2026-08-25T15:09:10.721Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 243 | 2026-08-25T15:09:11.435Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-08-25T15:09:11.650Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-08-25T15:09:12.464Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-08-25T15:09:12.953Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-08-25T15:09:13.336Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-08-25T15:09:13.681Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-08-25T15:09:14.712Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-25T15:09:15.573Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-25T15:09:17.267Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-25T15:09:17.932Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-25T15:09:18.233Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-08-25T15:09:18.586Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-08-25T15:09:20.712Z | Downloading crates ... |
| 256 | 2026-08-25T15:09:20.767Z | Downloaded async-recursion v1.1.1 |
| 257 | 2026-08-25T15:09:20.779Z | Downloaded colorchoice v1.0.4 |
| 258 | 2026-08-25T15:09:20.783Z | Downloaded async-trait v0.1.89 |
| 259 | 2026-08-25T15:09:20.787Z | Downloaded async-stream-impl v0.3.6 |
| 260 | 2026-08-25T15:09:20.791Z | Downloaded defmt v0.3.100 |
| 261 | 2026-08-25T15:09:20.796Z | Downloaded defmt-parser v1.0.0 |
| 262 | 2026-08-25T15:09:20.800Z | Downloaded async-compression v0.4.33 |
| 263 | 2026-08-25T15:09:20.804Z | Downloaded futures-core v0.3.32 |
| 264 | 2026-08-25T15:09:20.804Z | Downloaded adler2 v2.0.1 |
| 265 | 2026-08-25T15:09:20.808Z | Downloaded digest v0.11.3 |
| 266 | 2026-08-25T15:09:20.812Z | Downloaded derive_more v0.99.20 |
| 267 | 2026-08-25T15:09:20.816Z | Downloaded heck v0.5.0 |
| 268 | 2026-08-25T15:09:20.819Z | Downloaded git-stub-vcs v0.1.0 |
| 269 | 2026-08-25T15:09:20.819Z | Downloaded fastrand v2.3.0 |
| 270 | 2026-08-25T15:09:20.822Z | Downloaded dropshot_endpoint v0.16.7 |
| 271 | 2026-08-25T15:09:20.826Z | Downloaded displaydoc v0.2.5 |
| 272 | 2026-08-25T15:09:20.829Z | Downloaded clap_lex v1.1.0 |
| 273 | 2026-08-25T15:09:20.834Z | Downloaded data-encoding v2.9.0 |
| 274 | 2026-08-25T15:09:20.834Z | Downloaded ciborium-ll v0.2.2 |
| 275 | 2026-08-25T15:09:20.837Z | Downloaded elliptic-curve v0.13.8 |
| 276 | 2026-08-25T15:09:20.841Z | Downloaded const_format v0.2.34 |
| 277 | 2026-08-25T15:09:20.849Z | Downloaded h2 v0.4.14 |
| 278 | 2026-08-25T15:09:20.852Z | Downloaded dyn-clone v1.0.20 |
| 279 | 2026-08-25T15:09:20.852Z | Downloaded dunce v1.0.5 |
| 280 | 2026-08-25T15:09:20.863Z | Downloaded constant_time_eq v0.3.1 |
| 281 | 2026-08-25T15:09:20.863Z | Downloaded foreign-types-shared v0.1.1 |
| 282 | 2026-08-25T15:09:20.867Z | Downloaded foreign-types v0.3.2 |
| 283 | 2026-08-25T15:09:20.868Z | Downloaded errno v0.3.14 |
| 284 | 2026-08-25T15:09:20.868Z | Downloaded convert_case v0.4.0 |
| 285 | 2026-08-25T15:09:20.868Z | Downloaded gethostname v0.5.0 |
| 286 | 2026-08-25T15:09:20.868Z | Downloaded futures-macro v0.3.32 |
| 287 | 2026-08-25T15:09:20.868Z | Downloaded crypto-common v0.1.6 |
| 288 | 2026-08-25T15:09:20.871Z | Downloaded hubpack_derive v0.1.1 |
| 289 | 2026-08-25T15:09:20.871Z | Downloaded form_urlencoded v1.2.2 |
| 290 | 2026-08-25T15:09:20.875Z | Downloaded filetime v0.2.26 |
| 291 | 2026-08-25T15:09:20.880Z | Downloaded crypto-common v0.2.2 |
| 292 | 2026-08-25T15:09:20.880Z | Downloaded futures-sink v0.3.32 |
| 293 | 2026-08-25T15:09:20.884Z | Downloaded foreign-types v0.5.0 |
| 294 | 2026-08-25T15:09:20.884Z | Downloaded foreign-types-macros v0.2.3 |
| 295 | 2026-08-25T15:09:20.885Z | Downloaded httpdate v1.0.3 |
| 296 | 2026-08-25T15:09:20.889Z | Downloaded futures-task v0.3.32 |
| 297 | 2026-08-25T15:09:20.890Z | Downloaded erased-serde v0.3.31 |
| 298 | 2026-08-25T15:09:20.893Z | Downloaded futures-io v0.3.32 |
| 299 | 2026-08-25T15:09:20.893Z | Downloaded ff v0.13.1 |
| 300 | 2026-08-25T15:09:20.897Z | Downloaded cargo-platform v0.1.9 |
| 301 | 2026-08-25T15:09:20.897Z | Downloaded hubpack v0.1.2 |
| 302 | 2026-08-25T15:09:20.901Z | Downloaded hash32 v0.3.1 |
| 303 | 2026-08-25T15:09:20.901Z | Downloaded git-stub v1.0.0 |
| 304 | 2026-08-25T15:09:20.906Z | Downloaded crossbeam-utils v0.8.21 |
| 305 | 2026-08-25T15:09:20.906Z | Downloaded hostname v0.4.2 |
| 306 | 2026-08-25T15:09:20.910Z | Downloaded hostname v0.3.1 |
| 307 | 2026-08-25T15:09:20.913Z | Downloaded idna_adapter v1.2.1 |
| 308 | 2026-08-25T15:09:20.913Z | Downloaded indent_write v2.2.0 |
| 309 | 2026-08-25T15:09:20.916Z | Downloaded hex v0.4.3 |
| 310 | 2026-08-25T15:09:20.917Z | Downloaded internet-checksum v0.2.1 |
| 311 | 2026-08-25T15:09:20.920Z | Downloaded is_ci v1.2.0 |
| 312 | 2026-08-25T15:09:20.920Z | Downloaded chacha20poly1305 v0.10.1 |
| 313 | 2026-08-25T15:09:20.924Z | Downloaded is-terminal v0.4.16 |
| 314 | 2026-08-25T15:09:20.927Z | Downloaded futures-executor v0.3.32 |
| 315 | 2026-08-25T15:09:20.927Z | Downloaded ident_case v1.0.1 |
| 316 | 2026-08-25T15:09:20.931Z | Downloaded cpufeatures v0.3.0 |
| 317 | 2026-08-25T15:09:20.931Z | Downloaded either v1.15.0 |
| 318 | 2026-08-25T15:09:20.934Z | Downloaded csv-core v0.1.12 |
| 319 | 2026-08-25T15:09:20.934Z | Downloaded hyper-tls v0.6.0 |
| 320 | 2026-08-25T15:09:20.940Z | Downloaded arrayvec v0.7.6 |
| 321 | 2026-08-25T15:09:20.943Z | Downloaded deranged v0.5.3 |
| 322 | 2026-08-25T15:09:20.943Z | Downloaded cipher v0.4.4 |
| 323 | 2026-08-25T15:09:20.943Z | Downloaded kstat-rs v0.2.4 |
| 324 | 2026-08-25T15:09:20.946Z | Downloaded lazy_static v1.5.0 |
| 325 | 2026-08-25T15:09:20.950Z | Downloaded itoa v1.0.15 |
| 326 | 2026-08-25T15:09:20.950Z | Downloaded daft v0.1.5 |
| 327 | 2026-08-25T15:09:20.953Z | Downloaded bit-vec v0.8.0 |
| 328 | 2026-08-25T15:09:20.953Z | Downloaded libscf-sys v1.2.0 |
| 329 | 2026-08-25T15:09:20.956Z | Downloaded match_cfg v0.1.0 |
| 330 | 2026-08-25T15:09:20.960Z | Downloaded macaddr v1.0.1 |
| 331 | 2026-08-25T15:09:20.960Z | Downloaded lru-cache v0.1.2 |
| 332 | 2026-08-25T15:09:20.965Z | Downloaded keccak v0.1.6 |
| 333 | 2026-08-25T15:09:20.965Z | Downloaded is_terminal_polyfill v1.70.1 |
| 334 | 2026-08-25T15:09:20.968Z | Downloaded critical-section v1.2.0 |
| 335 | 2026-08-25T15:09:20.968Z | Downloaded managed v0.8.0 |
| 336 | 2026-08-25T15:09:20.968Z | Downloaded fs_extra v1.3.0 |
| 337 | 2026-08-25T15:09:20.972Z | Downloaded defmt v1.0.1 |
| 338 | 2026-08-25T15:09:20.975Z | Downloaded newtype_derive v0.1.6 |
| 339 | 2026-08-25T15:09:20.978Z | Downloaded newtype-uuid-macros v0.1.0 |
| 340 | 2026-08-25T15:09:20.978Z | Downloaded memoffset v0.9.1 |
| 341 | 2026-08-25T15:09:20.982Z | Downloaded memmap v0.7.0 |
| 342 | 2026-08-25T15:09:20.982Z | Downloaded http-body-util v0.1.3 |
| 343 | 2026-08-25T15:09:20.985Z | Downloaded dropshot_endpoint v0.17.1 |
| 344 | 2026-08-25T15:09:20.988Z | Downloaded mime v0.3.17 |
| 345 | 2026-08-25T15:09:20.988Z | Downloaded cookie v0.18.1 |
| 346 | 2026-08-25T15:09:20.992Z | Downloaded chacha20 v0.9.1 |
| 347 | 2026-08-25T15:09:21.000Z | Downloaded darling v0.21.3 |
| 348 | 2026-08-25T15:09:21.006Z | Downloaded group v0.13.0 |
| 349 | 2026-08-25T15:09:21.006Z | Downloaded anyhow v1.0.102 |
| 350 | 2026-08-25T15:09:21.006Z | Downloaded openssl-macros v0.1.1 |
| 351 | 2026-08-25T15:09:21.006Z | Downloaded num-iter v0.1.45 |
| 352 | 2026-08-25T15:09:21.010Z | Downloaded openssl-probe v0.1.6 |
| 353 | 2026-08-25T15:09:21.011Z | Downloaded highway v1.3.0 |
| 354 | 2026-08-25T15:09:21.014Z | Downloaded opaque-debug v0.3.1 |
| 355 | 2026-08-25T15:09:21.015Z | Downloaded olpc-cjson v0.1.4 |
| 356 | 2026-08-25T15:09:21.015Z | Downloaded omicron-workspace-hack v0.1.0 |
| 357 | 2026-08-25T15:09:21.018Z | Downloaded ipnet v2.11.0 |
| 358 | 2026-08-25T15:09:21.018Z | Downloaded ipnetwork v0.21.1 |
| 359 | 2026-08-25T15:09:21.023Z | Downloaded ingot-types v0.1.2 |
| 360 | 2026-08-25T15:09:21.023Z | Downloaded libloading v0.8.9 |
| 361 | 2026-08-25T15:09:21.029Z | Downloaded lru-slab v0.1.2 |
| 362 | 2026-08-25T15:09:21.029Z | Downloaded libsw-core v0.3.2 |
| 363 | 2026-08-25T15:09:21.029Z | Downloaded percent-encoding v2.3.2 |
| 364 | 2026-08-25T15:09:21.029Z | Downloaded parse-display v0.10.0 |
| 365 | 2026-08-25T15:09:21.033Z | Downloaded futures v0.3.32 |
| 366 | 2026-08-25T15:09:21.036Z | Downloaded drift v0.2.0 |
| 367 | 2026-08-25T15:09:21.041Z | Downloaded newtype-uuid v1.3.2 |
| 368 | 2026-08-25T15:09:21.057Z | Downloaded newline-converter v0.3.0 |
| 369 | 2026-08-25T15:09:21.057Z | Downloaded humantime v2.3.0 |
| 370 | 2026-08-25T15:09:21.064Z | Downloaded plain v0.2.3 |
| 371 | 2026-08-25T15:09:21.064Z | Downloaded linked-hash-map v0.5.6 |
| 372 | 2026-08-25T15:09:21.064Z | Downloaded pretty-hex v0.4.1 |
| 373 | 2026-08-25T15:09:21.064Z | Downloaded phf_shared v0.12.1 |
| 374 | 2026-08-25T15:09:21.064Z | Downloaded hybrid-array v0.4.12 |
| 375 | 2026-08-25T15:09:21.064Z | Downloaded num-rational v0.4.2 |
| 376 | 2026-08-25T15:09:21.064Z | Downloaded lock_api v0.4.14 |
| 377 | 2026-08-25T15:09:21.064Z | Downloaded const-oid v0.10.2 |
| 378 | 2026-08-25T15:09:21.064Z | Downloaded num-complex v0.4.6 |
| 379 | 2026-08-25T15:09:21.064Z | Downloaded num v0.4.3 |
| 380 | 2026-08-25T15:09:21.072Z | Downloaded proc-macro-crate v1.3.1 |
| 381 | 2026-08-25T15:09:21.072Z | Downloaded native-tls v0.2.14 |
| 382 | 2026-08-25T15:09:21.076Z | Downloaded hyper-rustls v0.27.7 |
| 383 | 2026-08-25T15:09:21.076Z | Downloaded num_enum v0.5.11 |
| 384 | 2026-08-25T15:09:21.076Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 385 | 2026-08-25T15:09:21.076Z | Downloaded parse-display-derive v0.10.0 |
| 386 | 2026-08-25T15:09:21.080Z | Downloaded num_enum_derive v0.7.5 |
| 387 | 2026-08-25T15:09:21.080Z | Downloaded proc-macro-error-attr v1.0.4 |
| 388 | 2026-08-25T15:09:21.080Z | Downloaded password-hash v0.5.0 |
| 389 | 2026-08-25T15:09:21.084Z | Downloaded oxide-tokio-rt v0.1.2 |
| 390 | 2026-08-25T15:09:21.087Z | Downloaded quick-error v1.2.3 |
| 391 | 2026-08-25T15:09:21.087Z | Downloaded progenitor-client v0.14.0 |
| 392 | 2026-08-25T15:09:21.087Z | Downloaded ingot-macros v0.1.1 |
| 393 | 2026-08-25T15:09:21.091Z | Downloaded progenitor-macro v0.11.1 |
| 394 | 2026-08-25T15:09:21.091Z | Downloaded litemap v0.8.0 |
| 395 | 2026-08-25T15:09:21.097Z | Downloaded rand_chacha v0.3.1 |
| 396 | 2026-08-25T15:09:21.098Z | Downloaded progenitor-macro v0.10.0 |
| 397 | 2026-08-25T15:09:21.098Z | Downloaded ref-cast v1.0.25 |
| 398 | 2026-08-25T15:09:21.101Z | Downloaded rand_xorshift v0.4.0 |
| 399 | 2026-08-25T15:09:21.101Z | Downloaded paste v1.0.15 |
| 400 | 2026-08-25T15:09:21.104Z | Downloaded getrandom v0.3.3 |
| 401 | 2026-08-25T15:09:21.118Z | Downloaded icu_provider v2.0.0 |
| 402 | 2026-08-25T15:09:21.118Z | Downloaded memmap2 v0.9.8 |
| 403 | 2026-08-25T15:09:21.118Z | Downloaded httparse v1.10.1 |
| 404 | 2026-08-25T15:09:21.125Z | Downloaded pest_generator v2.8.2 |
| 405 | 2026-08-25T15:09:21.125Z | Downloaded potential_utf v0.1.3 |
| 406 | 2026-08-25T15:09:21.126Z | Downloaded pin-project-lite v0.2.16 |
| 407 | 2026-08-25T15:09:21.126Z | Downloaded poly1305 v0.8.0 |
| 408 | 2026-08-25T15:09:21.126Z | Downloaded rustc_version v0.1.7 |
| 409 | 2026-08-25T15:09:21.133Z | Downloaded rustc-hash v2.1.1 |
| 410 | 2026-08-25T15:09:21.133Z | Downloaded phf v0.12.1 |
| 411 | 2026-08-25T15:09:21.133Z | Downloaded rustc_version v0.4.1 |
| 412 | 2026-08-25T15:09:21.133Z | Downloaded pin-project-internal v1.1.10 |
| 413 | 2026-08-25T15:09:21.133Z | Downloaded num_enum v0.7.5 |
| 414 | 2026-08-25T15:09:21.137Z | Downloaded ref-cast-impl v1.0.25 |
| 415 | 2026-08-25T15:09:21.138Z | Downloaded darling_core v0.21.3 |
| 416 | 2026-08-25T15:09:21.148Z | Downloaded pkg-config v0.3.32 |
| 417 | 2026-08-25T15:09:21.148Z | Downloaded half v2.7.1 |
| 418 | 2026-08-25T15:09:21.148Z | Downloaded pem v3.0.5 |
| 419 | 2026-08-25T15:09:21.154Z | Downloaded icu_properties v2.0.1 |
| 420 | 2026-08-25T15:09:21.154Z | Downloaded same-file v1.0.6 |
| 421 | 2026-08-25T15:09:21.154Z | Downloaded multer v3.1.0 |
| 422 | 2026-08-25T15:09:21.154Z | Downloaded scroll_derive v0.12.1 |
| 423 | 2026-08-25T15:09:21.154Z | Downloaded powerfmt v0.2.0 |
| 424 | 2026-08-25T15:09:21.154Z | Downloaded search_path v0.1.4 |
| 425 | 2026-08-25T15:09:21.158Z | Downloaded semver v0.1.20 |
| 426 | 2026-08-25T15:09:21.158Z | Downloaded scroll_derive v0.13.1 |
| 427 | 2026-08-25T15:09:21.158Z | Downloaded proc-macro-error v1.0.4 |
| 428 | 2026-08-25T15:09:21.162Z | Downloaded proc-macro-error2 v2.0.1 |
| 429 | 2026-08-25T15:09:21.166Z | Downloaded progenitor v0.14.0 |
| 430 | 2026-08-25T15:09:21.166Z | Downloaded progenitor v0.11.1 |
| 431 | 2026-08-25T15:09:21.166Z | Downloaded secrecy v0.10.3 |
| 432 | 2026-08-25T15:09:21.174Z | Downloaded rand_core v0.6.4 |
| 433 | 2026-08-25T15:09:21.174Z | Downloaded quote v1.0.45 |
| 434 | 2026-08-25T15:09:21.174Z | Downloaded serde_plain v1.0.2 |
| 435 | 2026-08-25T15:09:21.178Z | Downloaded icu_normalizer_data v2.0.0 |
| 436 | 2026-08-25T15:09:21.179Z | Downloaded serde_spanned v0.6.9 |
| 437 | 2026-08-25T15:09:21.179Z | Downloaded pest_meta v2.8.2 |
| 438 | 2026-08-25T15:09:21.179Z | Downloaded pest_derive v2.8.2 |
| 439 | 2026-08-25T15:09:21.187Z | Downloaded heapless v0.8.0 |
| 440 | 2026-08-25T15:09:21.187Z | Downloaded serde-big-array v0.5.1 |
| 441 | 2026-08-25T15:09:21.187Z | Downloaded log v0.4.29 |
| 442 | 2026-08-25T15:09:21.191Z | Downloaded rand_core v0.9.3 |
| 443 | 2026-08-25T15:09:21.191Z | Downloaded progenitor v0.10.0 |
| 444 | 2026-08-25T15:09:21.191Z | Downloaded parking_lot_core v0.9.12 |
| 445 | 2026-08-25T15:09:21.191Z | Downloaded sha1 v0.11.0 |
| 446 | 2026-08-25T15:09:21.205Z | Downloaded serde_spanned v1.1.1 |
| 447 | 2026-08-25T15:09:21.205Z | Downloaded sha1 v0.10.6 |
| 448 | 2026-08-25T15:09:21.215Z | Downloaded serde_urlencoded v0.7.1 |
| 449 | 2026-08-25T15:09:21.215Z | Downloaded serde_repr v0.1.20 |
| 450 | 2026-08-25T15:09:21.215Z | Downloaded parking_lot v0.12.5 |
| 451 | 2026-08-25T15:09:21.215Z | Downloaded hyper-util v0.1.20 |
| 452 | 2026-08-25T15:09:21.215Z | Downloaded postcard v1.1.3 |
| 453 | 2026-08-25T15:09:21.215Z | Downloaded resolv-conf v0.7.5 |
| 454 | 2026-08-25T15:09:21.215Z | Downloaded rustls-pemfile v2.2.0 |
| 455 | 2026-08-25T15:09:21.215Z | Downloaded siphasher v1.0.1 |
| 456 | 2026-08-25T15:09:21.215Z | Downloaded sigpipe v0.1.3 |
| 457 | 2026-08-25T15:09:21.222Z | Downloaded signal-hook-tokio v0.4.0 |
| 458 | 2026-08-25T15:09:21.222Z | Downloaded dropshot-api-manager v0.7.2 |
| 459 | 2026-08-25T15:09:21.222Z | Downloaded slog-bunyan v2.5.0 |
| 460 | 2026-08-25T15:09:21.228Z | Downloaded scroll v0.13.0 |
| 461 | 2026-08-25T15:09:21.228Z | Downloaded scroll v0.12.0 |
| 462 | 2026-08-25T15:09:21.229Z | Downloaded rustversion v1.0.22 |
| 463 | 2026-08-25T15:09:21.229Z | Downloaded rusty-fork v0.3.0 |
| 464 | 2026-08-25T15:09:21.235Z | Downloaded crypto-bigint v0.5.5 |
| 465 | 2026-08-25T15:09:21.235Z | Downloaded strum v0.26.3 |
| 466 | 2026-08-25T15:09:21.235Z | Downloaded stable_deref_trait v1.2.0 |
| 467 | 2026-08-25T15:09:21.245Z | Downloaded schemars_derive v0.8.22 |
| 468 | 2026-08-25T15:09:21.245Z | Downloaded icu_locale_core v2.0.0 |
| 469 | 2026-08-25T15:09:21.245Z | Downloaded strum v0.27.2 |
| 470 | 2026-08-25T15:09:21.252Z | Downloaded structmeta-derive v0.3.0 |
| 471 | 2026-08-25T15:09:21.252Z | Downloaded structmeta v0.3.0 |
| 472 | 2026-08-25T15:09:21.252Z | Downloaded strsim v0.11.1 |
| 473 | 2026-08-25T15:09:21.252Z | Downloaded rand_chacha v0.9.0 |
| 474 | 2026-08-25T15:09:21.252Z | Downloaded icu_collections v2.0.0 |
| 475 | 2026-08-25T15:09:21.261Z | Downloaded quinn-udp v0.5.14 |
| 476 | 2026-08-25T15:09:21.261Z | Downloaded pin-project v1.1.10 |
| 477 | 2026-08-25T15:09:21.261Z | Downloaded tabled_derive v0.7.0 |
| 478 | 2026-08-25T15:09:21.261Z | Downloaded terminal_size v0.4.3 |
| 479 | 2026-08-25T15:09:21.270Z | Downloaded sync_wrapper v1.0.2 |
| 480 | 2026-08-25T15:09:21.270Z | Downloaded termtree v0.5.1 |
| 481 | 2026-08-25T15:09:21.270Z | Downloaded swrite v0.1.0 |
| 482 | 2026-08-25T15:09:21.270Z | Downloaded hickory-resolver v0.24.4 |
| 483 | 2026-08-25T15:09:21.285Z | Downloaded cc v1.2.64 |
| 484 | 2026-08-25T15:09:21.285Z | Downloaded serde_derive_internals v0.29.1 |
| 485 | 2026-08-25T15:09:21.285Z | Downloaded supports-color v3.0.2 |
| 486 | 2026-08-25T15:09:21.285Z | Downloaded take_mut v0.2.2 |
| 487 | 2026-08-25T15:09:21.285Z | Downloaded serde_tokenstream v0.2.3 |
| 488 | 2026-08-25T15:09:21.285Z | Downloaded tabwriter v1.4.1 |
| 489 | 2026-08-25T15:09:21.285Z | Downloaded shlex v1.3.0 |
| 490 | 2026-08-25T15:09:21.286Z | Downloaded tagptr v0.2.0 |
| 491 | 2026-08-25T15:09:21.286Z | Downloaded miniz_oxide v0.8.9 |
| 492 | 2026-08-25T15:09:21.286Z | Downloaded subtle v2.6.1 |
| 493 | 2026-08-25T15:09:21.290Z | Downloaded signal-hook-registry v1.4.6 |
| 494 | 2026-08-25T15:09:21.290Z | Downloaded strum v0.28.0 |
| 495 | 2026-08-25T15:09:21.290Z | Downloaded ryu v1.0.20 |
| 496 | 2026-08-25T15:09:21.290Z | Downloaded slog-term v2.9.2 |
| 497 | 2026-08-25T15:09:21.290Z | Downloaded num-traits v0.2.19 |
| 498 | 2026-08-25T15:09:21.308Z | Downloaded thread-id v4.2.2 |
| 499 | 2026-08-25T15:09:21.308Z | Downloaded slab v0.4.11 |
| 500 | 2026-08-25T15:09:21.308Z | Downloaded thread-id v5.0.0 |
| 501 | 2026-08-25T15:09:21.308Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 502 | 2026-08-25T15:09:21.326Z | Downloaded shlex v2.0.1 |
| 503 | 2026-08-25T15:09:21.326Z | Downloaded serde_path_to_error v0.1.20 |
| 504 | 2026-08-25T15:09:21.326Z | Downloaded slog-dtrace v0.3.0 |
| 505 | 2026-08-25T15:09:21.327Z | Downloaded hickory-resolver v0.25.2 |
| 506 | 2026-08-25T15:09:21.327Z | Downloaded slog-json v2.6.1 |
| 507 | 2026-08-25T15:09:21.327Z | Downloaded snafu-derive v0.8.9 |
| 508 | 2026-08-25T15:09:21.327Z | Downloaded smawk v0.3.2 |
| 509 | 2026-08-25T15:09:21.327Z | Downloaded tokio-macros v2.7.0 |
| 510 | 2026-08-25T15:09:21.327Z | Downloaded semver v1.0.28 |
| 511 | 2026-08-25T15:09:21.327Z | Downloaded time-core v0.1.8 |
| 512 | 2026-08-25T15:09:21.327Z | Downloaded tinyvec_macros v0.1.1 |
| 513 | 2026-08-25T15:09:21.327Z | Downloaded static_assertions v1.1.0 |
| 514 | 2026-08-25T15:09:21.327Z | Downloaded slog-async v2.8.0 |
| 515 | 2026-08-25T15:09:21.327Z | Downloaded proc-macro2 v1.0.106 |
| 516 | 2026-08-25T15:09:21.341Z | Downloaded papergrid v0.18.0 |
| 517 | 2026-08-25T15:09:21.341Z | Downloaded openssl-sys v0.9.117 |
| 518 | 2026-08-25T15:09:21.341Z | Downloaded jiff-static v0.2.15 |
| 519 | 2026-08-25T15:09:21.341Z | Downloaded icu_normalizer v2.0.0 |
| 520 | 2026-08-25T15:09:21.341Z | Downloaded serde_with_macros v3.14.1 |
| 521 | 2026-08-25T15:09:21.341Z | Downloaded progenitor-impl v0.14.0 |
| 522 | 2026-08-25T15:09:21.341Z | Downloaded progenitor-impl v0.11.1 |
| 523 | 2026-08-25T15:09:21.341Z | Downloaded toml_datetime v0.6.11 |
| 524 | 2026-08-25T15:09:21.351Z | Downloaded papergrid v0.11.0 |
| 525 | 2026-08-25T15:09:21.351Z | Downloaded strum_macros v0.28.0 |
| 526 | 2026-08-25T15:09:21.351Z | Downloaded signal-hook v0.4.4 |
| 527 | 2026-08-25T15:09:21.351Z | Downloaded hashbrown v0.12.3 |
| 528 | 2026-08-25T15:09:21.351Z | Downloaded http v1.4.2 |
| 529 | 2026-08-25T15:09:21.371Z | Downloaded curl v0.4.50 |
| 530 | 2026-08-25T15:09:21.371Z | Downloaded testing_table v0.3.0 |
| 531 | 2026-08-25T15:09:21.371Z | Downloaded thiserror v2.0.18 |
| 532 | 2026-08-25T15:09:21.371Z | Downloaded tower-service v0.3.3 |
| 533 | 2026-08-25T15:09:21.371Z | Downloaded toml_write v0.1.2 |
| 534 | 2026-08-25T15:09:21.398Z | Downloaded minimal-lexical v0.2.1 |
| 535 | 2026-08-25T15:09:21.398Z | Downloaded tower-layer v0.3.3 |
| 536 | 2026-08-25T15:09:21.398Z | Downloaded thiserror-impl v2.0.18 |
| 537 | 2026-08-25T15:09:21.398Z | Downloaded thiserror v1.0.69 |
| 538 | 2026-08-25T15:09:21.398Z | Downloaded typify-macro v0.6.2 |
| 539 | 2026-08-25T15:09:21.398Z | Downloaded typify-macro v0.4.3 |
| 540 | 2026-08-25T15:09:21.398Z | Downloaded thiserror-no-std v2.0.2 |
| 541 | 2026-08-25T15:09:21.398Z | Downloaded thread_local v1.1.9 |
| 542 | 2026-08-25T15:09:21.398Z | Downloaded thiserror-impl v1.0.69 |
| 543 | 2026-08-25T15:09:21.398Z | Downloaded synstructure v0.13.2 |
| 544 | 2026-08-25T15:09:21.399Z | Downloaded smf v0.2.3 |
| 545 | 2026-08-25T15:09:21.399Z | Downloaded try-lock v0.2.5 |
| 546 | 2026-08-25T15:09:21.399Z | Downloaded progenitor-impl v0.10.0 |
| 547 | 2026-08-25T15:09:21.399Z | Downloaded sha2 v0.10.9 |
| 548 | 2026-08-25T15:09:21.399Z | Downloaded smallvec v1.15.1 |
| 549 | 2026-08-25T15:09:21.399Z | Downloaded tokio-dtrace v0.1.1 |
| 550 | 2026-08-25T15:09:21.399Z | Downloaded untrusted v0.9.0 |
| 551 | 2026-08-25T15:09:21.399Z | Downloaded tinystr v0.8.1 |
| 552 | 2026-08-25T15:09:21.399Z | Downloaded unicode-linebreak v0.1.5 |
| 553 | 2026-08-25T15:09:21.399Z | Downloaded unarray v0.1.4 |
| 554 | 2026-08-25T15:09:21.399Z | Downloaded tokio-native-tls v0.3.1 |
| 555 | 2026-08-25T15:09:21.874Z | Downloaded universal-hash v0.5.1 |
| 556 | 2026-08-25T15:09:21.875Z | Downloaded unicode-xid v0.2.6 |
| 557 | 2026-08-25T15:09:21.875Z | Downloaded mio v1.2.1 |
| 558 | 2026-08-25T15:09:21.875Z | Downloaded memchr v2.7.5 |
| 559 | 2026-08-25T15:09:21.875Z | Downloaded rayon-core v1.13.0 |
| 560 | 2026-08-25T15:09:21.875Z | Downloaded tokio-rustls v0.25.0 |
| 561 | 2026-08-25T15:09:21.875Z | Downloaded topological-sort v0.2.2 |
| 562 | 2026-08-25T15:09:21.875Z | Downloaded serde_core v1.0.228 |
| 563 | 2026-08-25T15:09:21.875Z | Downloaded flate2 v1.1.2 |
| 564 | 2026-08-25T15:09:21.875Z | Downloaded usdt-attr-macro v0.5.0 |
| 565 | 2026-08-25T15:09:21.875Z | Downloaded usdt v0.5.0 |
| 566 | 2026-08-25T15:09:21.875Z | Downloaded utf8parse v0.2.2 |
| 567 | 2026-08-25T15:09:21.875Z | Downloaded usdt-attr-macro v0.6.0 |
| 568 | 2026-08-25T15:09:21.875Z | Downloaded utf8_iter v1.0.4 |
| 569 | 2026-08-25T15:09:21.875Z | Downloaded usdt-macro v0.6.0 |
| 570 | 2026-08-25T15:09:21.875Z | Downloaded usdt-macro v0.5.0 |
| 571 | 2026-08-25T15:09:21.875Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 572 | 2026-08-25T15:09:21.875Z | Downloaded strum_macros v0.26.4 |
| 573 | 2026-08-25T15:09:21.875Z | Downloaded indexmap v2.14.0 |
| 574 | 2026-08-25T15:09:21.875Z | Downloaded usdt v0.6.0 |
| 575 | 2026-08-25T15:09:21.875Z | Downloaded untrusted v0.7.1 |
| 576 | 2026-08-25T15:09:21.876Z | Downloaded strum_macros v0.27.2 |
| 577 | 2026-08-25T15:09:21.876Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 578 | 2026-08-25T15:09:21.876Z | Downloaded expectorate v1.2.0 |
| 579 | 2026-08-25T15:09:21.876Z | Downloaded owo-colors v4.3.0 |
| 580 | 2026-08-25T15:09:21.876Z | Downloaded version_check v0.9.5 |
| 581 | 2026-08-25T15:09:21.876Z | Downloaded prettyplease v0.2.37 |
| 582 | 2026-08-25T15:09:21.876Z | Downloaded term v1.2.0 |
| 583 | 2026-08-25T15:09:21.876Z | Downloaded want v0.3.1 |
| 584 | 2026-08-25T15:09:21.876Z | Downloaded waitgroup v0.1.2 |
| 585 | 2026-08-25T15:09:21.876Z | Downloaded similar v2.7.0 |
| 586 | 2026-08-25T15:09:21.876Z | Downloaded wait-timeout v0.2.1 |
| 587 | 2026-08-25T15:09:21.876Z | Downloaded rustls-pki-types v1.12.0 |
| 588 | 2026-08-25T15:09:21.876Z | Downloaded socket2 v0.5.10 |
| 589 | 2026-08-25T15:09:21.876Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 590 | 2026-08-25T15:09:21.884Z | Downloaded schemars v0.8.22 |
| 591 | 2026-08-25T15:09:21.884Z | Downloaded time-macros v0.2.27 |
| 592 | 2026-08-25T15:09:21.884Z | Downloaded spin v0.9.8 |
| 593 | 2026-08-25T15:09:21.884Z | Downloaded socket2 v0.6.4 |
| 594 | 2026-08-25T15:09:21.884Z | Downloaded slog v2.8.2 |
| 595 | 2026-08-25T15:09:21.884Z | Downloaded quinn v0.11.9 |
| 596 | 2026-08-25T15:09:21.884Z | Downloaded zerofrom v0.1.6 |
| 597 | 2026-08-25T15:09:21.885Z | Downloaded yoke-derive v0.8.0 |
| 598 | 2026-08-25T15:09:21.885Z | Downloaded indexmap v1.9.3 |
| 599 | 2026-08-25T15:09:21.885Z | Downloaded scuffle v0.1.0 |
| 600 | 2026-08-25T15:09:21.885Z | Downloaded rand v0.8.5 |
| 601 | 2026-08-25T15:09:21.885Z | Downloaded nom v7.1.3 |
| 602 | 2026-08-25T15:09:21.885Z | Downloaded scopeguard v1.2.0 |
| 603 | 2026-08-25T15:09:21.885Z | Downloaded once_cell v1.21.3 |
| 604 | 2026-08-25T15:09:21.885Z | Downloaded tokio-stream v0.1.17 |
| 605 | 2026-08-25T15:09:21.885Z | Downloaded toml v0.8.23 |
| 606 | 2026-08-25T15:09:21.885Z | Downloaded zone_cfg_derive v0.3.1 |
| 607 | 2026-08-25T15:09:21.885Z | Downloaded usdt-impl v0.6.0 |
| 608 | 2026-08-25T15:09:21.885Z | Downloaded usdt-impl v0.5.0 |
| 609 | 2026-08-25T15:09:21.885Z | Downloaded zeroize_derive v1.4.3 |
| 610 | 2026-08-25T15:09:21.885Z | Downloaded serde_yaml v0.9.34+deprecated |
| 611 | 2026-08-25T15:09:21.885Z | Downloaded zone v0.3.1 |
| 612 | 2026-08-25T15:09:21.885Z | Downloaded serde_derive v1.0.228 |
| 613 | 2026-08-25T15:09:21.885Z | Downloaded omicron-zone-package v0.12.2 |
| 614 | 2026-08-25T15:09:21.885Z | Downloaded iana-time-zone v0.1.64 |
| 615 | 2026-08-25T15:09:21.885Z | Downloaded ppv-lite86 v0.2.21 |
| 616 | 2026-08-25T15:09:21.885Z | Downloaded getrandom v0.4.2 |
| 617 | 2026-08-25T15:09:21.885Z | Downloaded tempfile v3.27.0 |
| 618 | 2026-08-25T15:09:21.885Z | Downloaded crossbeam-channel v0.5.15 |
| 619 | 2026-08-25T15:09:21.886Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 620 | 2026-08-25T15:09:21.886Z | Downloaded walkdir v2.5.0 |
| 621 | 2026-08-25T15:09:21.886Z | Downloaded textwrap v0.16.2 |
| 622 | 2026-08-25T15:09:21.886Z | Downloaded test-strategy v0.4.3 |
| 623 | 2026-08-25T15:09:21.886Z | Downloaded vsss-rs v3.3.4 |
| 624 | 2026-08-25T15:09:21.886Z | Downloaded hmac v0.12.1 |
| 625 | 2026-08-25T15:09:21.886Z | Downloaded clap v4.6.1 |
| 626 | 2026-08-25T15:09:21.886Z | Downloaded snafu v0.8.9 |
| 627 | 2026-08-25T15:09:21.886Z | Downloaded ucd-trie v0.1.7 |
| 628 | 2026-08-25T15:09:21.886Z | Downloaded tinyvec v1.10.0 |
| 629 | 2026-08-25T15:09:21.886Z | Downloaded serde v1.0.228 |
| 630 | 2026-08-25T15:09:21.886Z | Downloaded writeable v0.6.1 |
| 631 | 2026-08-25T15:09:21.886Z | Downloaded xattr v1.6.1 |
| 632 | 2026-08-25T15:09:21.886Z | Downloaded zerovec-derive v0.11.1 |
| 633 | 2026-08-25T15:09:21.886Z | Downloaded tokio-rustls v0.26.4 |
| 634 | 2026-08-25T15:09:21.886Z | Downloaded zmij v1.0.17 |
| 635 | 2026-08-25T15:09:21.886Z | Downloaded yoke v0.8.0 |
| 636 | 2026-08-25T15:09:21.886Z | Downloaded rand v0.9.3 |
| 637 | 2026-08-25T15:09:21.886Z | Downloaded schemars v1.2.0 |
| 638 | 2026-08-25T15:09:21.886Z | Downloaded zerofrom-derive v0.1.6 |
| 639 | 2026-08-25T15:09:21.886Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 640 | 2026-08-25T15:09:21.887Z | Downloaded zeroize v1.8.1 |
| 641 | 2026-08-25T15:09:21.887Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 642 | 2026-08-25T15:09:21.887Z | Downloaded toml v0.7.8 |
| 643 | 2026-08-25T15:09:21.887Z | Downloaded schemars v0.9.0 |
| 644 | 2026-08-25T15:09:21.887Z | Downloaded tar v0.4.45 |
| 645 | 2026-08-25T15:09:21.887Z | Downloaded iri-string v0.7.8 |
| 646 | 2026-08-25T15:09:21.887Z | Downloaded hashbrown v0.15.5 |
| 647 | 2026-08-25T15:09:21.887Z | Downloaded whoami v1.6.1 |
| 648 | 2026-08-25T15:09:21.887Z | Downloaded tracing-attributes v0.1.30 |
| 649 | 2026-08-25T15:09:21.887Z | Downloaded rustls-webpki v0.103.6 |
| 650 | 2026-08-25T15:09:21.887Z | Downloaded typify v0.6.2 |
| 651 | 2026-08-25T15:09:21.887Z | Downloaded steno v0.4.1 |
| 652 | 2026-08-25T15:09:21.887Z | Downloaded typify v0.4.3 |
| 653 | 2026-08-25T15:09:21.887Z | Downloaded progenitor-macro v0.14.0 |
| 654 | 2026-08-25T15:09:21.887Z | Downloaded qorb v0.4.1 |
| 655 | 2026-08-25T15:09:21.887Z | Downloaded itertools v0.12.1 |
| 656 | 2026-08-25T15:09:21.887Z | Downloaded idna v1.1.0 |
| 657 | 2026-08-25T15:09:21.887Z | Downloaded unsafe-libyaml v0.2.11 |
| 658 | 2026-08-25T15:09:21.887Z | Downloaded icu_properties_data v2.0.1 |
| 659 | 2026-08-25T15:09:21.887Z | Downloaded pest v2.8.2 |
| 660 | 2026-08-25T15:09:21.887Z | Downloaded progenitor-client v0.11.1 |
| 661 | 2026-08-25T15:09:21.887Z | Downloaded progenitor-client v0.10.0 |
| 662 | 2026-08-25T15:09:21.887Z | Downloaded oxnet v0.1.6 |
| 663 | 2026-08-25T15:09:21.888Z | Downloaded num-integer v0.1.46 |
| 664 | 2026-08-25T15:09:21.888Z | Downloaded base64 v0.22.1 |
| 665 | 2026-08-25T15:09:21.888Z | Downloaded linear-map v1.2.0 |
| 666 | 2026-08-25T15:09:21.888Z | Downloaded libsw v3.5.0 |
| 667 | 2026-08-25T15:09:21.888Z | Downloaded colored v3.1.1 |
| 668 | 2026-08-25T15:09:21.888Z | Downloaded uuid v1.23.3 |
| 669 | 2026-08-25T15:09:21.888Z | Downloaded vergen v8.3.2 |
| 670 | 2026-08-25T15:09:21.888Z | Downloaded toml_edit v0.22.27 |
| 671 | 2026-08-25T15:09:21.888Z | Downloaded itertools v0.15.0 |
| 672 | 2026-08-25T15:09:21.888Z | Downloaded tracing-core v0.1.34 |
| 673 | 2026-08-25T15:09:21.889Z | Downloaded iddqd v0.3.18 |
| 674 | 2026-08-25T15:09:21.889Z | Downloaded unicode-ident v1.0.24 |
| 675 | 2026-08-25T15:09:21.889Z | Downloaded clap_builder v4.6.0 |
| 676 | 2026-08-25T15:09:21.889Z | Downloaded libm v0.2.15 |
| 677 | 2026-08-25T15:09:21.889Z | Downloaded hyper v1.10.1 |
| 678 | 2026-08-25T15:09:21.889Z | Downloaded zerocopy-derive v0.7.35 |
| 679 | 2026-08-25T15:09:21.889Z | Downloaded hashbrown v0.16.1 |
| 680 | 2026-08-25T15:09:21.889Z | Downloaded hashbrown v0.17.1 |
| 681 | 2026-08-25T15:09:21.889Z | Downloaded futures-util v0.3.32 |
| 682 | 2026-08-25T15:09:21.889Z | Downloaded hkdf v0.12.4 |
| 683 | 2026-08-25T15:09:21.889Z | Downloaded blake3 v1.8.2 |
| 684 | 2026-08-25T15:09:21.889Z | Downloaded jobserver v0.1.34 |
| 685 | 2026-08-25T15:09:21.889Z | Downloaded ingot v0.1.1 |
| 686 | 2026-08-25T15:09:21.889Z | Downloaded globset v0.4.16 |
| 687 | 2026-08-25T15:09:21.890Z | Downloaded futures-channel v0.3.32 |
| 688 | 2026-08-25T15:09:21.890Z | Downloaded num-conv v0.2.1 |
| 689 | 2026-08-25T15:09:21.890Z | Downloaded cancel-safe-futures v0.1.5 |
| 690 | 2026-08-25T15:09:21.919Z | Downloaded url v2.5.7 |
| 691 | 2026-08-25T15:09:21.919Z | Downloaded num_threads v0.1.7 |
| 692 | 2026-08-25T15:09:21.919Z | Downloaded num_enum_derive v0.5.11 |
| 693 | 2026-08-25T15:09:21.919Z | Downloaded num-derive v0.4.2 |
| 694 | 2026-08-25T15:09:21.919Z | Downloaded bitflags v1.3.2 |
| 695 | 2026-08-25T15:09:21.919Z | Downloaded glob v0.3.3 |
| 696 | 2026-08-25T15:09:21.919Z | Downloaded crossbeam-epoch v0.9.18 |
| 697 | 2026-08-25T15:09:21.919Z | Downloaded crossbeam-deque v0.8.6 |
| 698 | 2026-08-25T15:09:21.919Z | Downloaded crc32fast v1.5.0 |
| 699 | 2026-08-25T15:09:21.919Z | Downloaded console v0.15.11 |
| 700 | 2026-08-25T15:09:21.919Z | Downloaded zerotrie v0.2.2 |
| 701 | 2026-08-25T15:09:21.919Z | Downloaded cmake v0.1.54 |
| 702 | 2026-08-25T15:09:21.920Z | Downloaded clang-sys v1.8.1 |
| 703 | 2026-08-25T15:09:21.920Z | Downloaded ciborium v0.2.2 |
| 704 | 2026-08-25T15:09:21.920Z | Downloaded bitflags v2.11.1 |
| 705 | 2026-08-25T15:09:21.920Z | Downloaded tracing v0.1.41 |
| 706 | 2026-08-25T15:09:21.920Z | Downloaded tower v0.5.2 |
| 707 | 2026-08-25T15:09:21.920Z | Downloaded itertools v0.14.0 |
| 708 | 2026-08-25T15:09:21.920Z | Downloaded goblin v0.8.2 |
| 709 | 2026-08-25T15:09:21.920Z | Downloaded getrandom v0.2.16 |
| 710 | 2026-08-25T15:09:21.920Z | Downloaded zerocopy-derive v0.8.27 |
| 711 | 2026-08-25T15:09:21.920Z | Downloaded daft-derive v0.1.5 |
| 712 | 2026-08-25T15:09:21.920Z | Downloaded toml_edit v0.19.15 |
| 713 | 2026-08-25T15:09:21.920Z | Downloaded typenum v1.20.1 |
| 714 | 2026-08-25T15:09:21.920Z | Downloaded aho-corasick v1.1.3 |
| 715 | 2026-08-25T15:09:21.920Z | Downloaded reqwest v0.12.23 |
| 716 | 2026-08-25T15:09:21.920Z | Downloaded regex v1.12.4 |
| 717 | 2026-08-25T15:09:21.920Z | Downloaded typed-path v0.9.3 |
| 718 | 2026-08-25T15:09:21.920Z | Downloaded iddqd v0.4.5 |
| 719 | 2026-08-25T15:09:21.920Z | Downloaded unicode-segmentation v1.12.0 |
| 720 | 2026-08-25T15:09:21.920Z | Downloaded tokio-util v0.7.16 |
| 721 | 2026-08-25T15:09:21.921Z | Downloaded fs-err v3.1.2 |
| 722 | 2026-08-25T15:09:21.921Z | Downloaded aws-lc-rs v1.16.2 |
| 723 | 2026-08-25T15:09:21.921Z | Downloaded foldhash v0.2.0 |
| 724 | 2026-08-25T15:09:21.921Z | Downloaded camino v1.2.3 |
| 725 | 2026-08-25T15:09:21.921Z | Downloaded blake2 v0.10.6 |
| 726 | 2026-08-25T15:09:21.921Z | Downloaded heck v0.4.1 |
| 727 | 2026-08-25T15:09:21.921Z | Downloaded foldhash v0.1.5 |
| 728 | 2026-08-25T15:09:21.921Z | Downloaded derive-ex v0.1.8 |
| 729 | 2026-08-25T15:09:21.922Z | Downloaded bytecount v0.6.9 |
| 730 | 2026-08-25T15:09:21.922Z | Downloaded reqwest v0.13.2 |
| 731 | 2026-08-25T15:09:21.922Z | Downloaded defmt-macros v1.0.1 |
| 732 | 2026-08-25T15:09:21.922Z | Downloaded find-msvc-tools v0.1.9 |
| 733 | 2026-08-25T15:09:21.922Z | Downloaded cargo_metadata v0.18.1 |
| 734 | 2026-08-25T15:09:21.922Z | Downloaded unicode-normalization v0.1.24 |
| 735 | 2026-08-25T15:09:21.922Z | Downloaded bcs v0.1.6 |
| 736 | 2026-08-25T15:09:21.922Z | Downloaded backoff v0.4.0 |
| 737 | 2026-08-25T15:09:21.922Z | Downloaded autocfg v1.5.0 |
| 738 | 2026-08-25T15:09:21.922Z | Downloaded serde_json v1.0.150 |
| 739 | 2026-08-25T15:09:21.922Z | Downloaded tough v0.20.0 |
| 740 | 2026-08-25T15:09:21.922Z | Downloaded instant v0.1.13 |
| 741 | 2026-08-25T15:09:21.922Z | Downloaded inout v0.1.4 |
| 742 | 2026-08-25T15:09:21.922Z | Downloaded atomic-waker v1.1.2 |
| 743 | 2026-08-25T15:09:21.923Z | Downloaded clap_derive v4.6.1 |
| 744 | 2026-08-25T15:09:21.923Z | Downloaded cexpr v0.6.0 |
| 745 | 2026-08-25T15:09:21.923Z | Downloaded bit-set v0.8.0 |
| 746 | 2026-08-25T15:09:21.923Z | Downloaded portable-atomic v1.11.1 |
| 747 | 2026-08-25T15:09:21.923Z | Downloaded anstyle-parse v1.0.0 |
| 748 | 2026-08-25T15:09:21.923Z | Downloaded http-body v1.0.1 |
| 749 | 2026-08-25T15:09:21.923Z | Downloaded compression-codecs v0.4.32 |
| 750 | 2026-08-25T15:09:21.923Z | Downloaded serde_with v3.14.1 |
| 751 | 2026-08-25T15:09:21.923Z | Downloaded zerovec v0.11.4 |
| 752 | 2026-08-25T15:09:21.924Z | Downloaded tower-http v0.6.8 |
| 753 | 2026-08-25T15:09:21.924Z | Downloaded rayon v1.11.0 |
| 754 | 2026-08-25T15:09:21.924Z | Downloaded rustls-webpki v0.102.8 |
| 755 | 2026-08-25T15:09:21.924Z | Downloaded proptest v1.8.0 |
| 756 | 2026-08-25T15:09:21.924Z | Downloaded git2 v0.19.0 |
| 757 | 2026-08-25T15:09:21.924Z | Downloaded chrono v0.4.45 |
| 758 | 2026-08-25T15:09:21.924Z | Downloaded zerocopy v0.7.35 |
| 759 | 2026-08-25T15:09:21.924Z | Downloaded winnow v0.5.40 |
| 760 | 2026-08-25T15:09:21.924Z | Downloaded byteorder v1.5.0 |
| 761 | 2026-08-25T15:09:21.924Z | Downloaded block-buffer v0.12.0 |
| 762 | 2026-08-25T15:09:21.924Z | Downloaded argon2 v0.5.3 |
| 763 | 2026-08-25T15:09:21.924Z | Downloaded anstyle-query v1.1.4 |
| 764 | 2026-08-25T15:09:21.924Z | Downloaded debug-ignore v1.0.5 |
| 765 | 2026-08-25T15:09:21.924Z | Downloaded crucible-workspace-hack v0.1.0 |
| 766 | 2026-08-25T15:09:21.924Z | Downloaded cpufeatures v0.2.17 |
| 767 | 2026-08-25T15:09:21.924Z | Downloaded goblin v0.10.1 |
| 768 | 2026-08-25T15:09:21.924Z | Downloaded cobs v0.3.0 |
| 769 | 2026-08-25T15:09:21.924Z | Downloaded atomicwrites v0.4.4 |
| 770 | 2026-08-25T15:09:21.924Z | Downloaded fixedbitset v0.4.2 |
| 771 | 2026-08-25T15:09:21.924Z | Downloaded quinn-proto v0.11.14 |
| 772 | 2026-08-25T15:09:21.925Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 773 | 2026-08-25T15:09:21.925Z | Downloaded compression-core v0.4.32 |
| 774 | 2026-08-25T15:09:21.925Z | Downloaded cfg_aliases v0.2.1 |
| 775 | 2026-08-25T15:09:21.925Z | Downloaded curve25519-dalek v4.1.3 |
| 776 | 2026-08-25T15:09:21.925Z | Downloaded dropshot v0.17.1 |
| 777 | 2026-08-25T15:09:21.925Z | Downloaded winnow v1.0.3 |
| 778 | 2026-08-25T15:09:21.925Z | Downloaded moka v0.12.11 |
| 779 | 2026-08-25T15:09:21.925Z | Downloaded winnow v0.7.14 |
| 780 | 2026-08-25T15:09:21.925Z | Downloaded tabled v0.21.0 |
| 781 | 2026-08-25T15:09:21.925Z | Downloaded vcpkg v0.2.15 |
| 782 | 2026-08-25T15:09:21.946Z | Downloaded dropshot v0.16.7 |
| 783 | 2026-08-25T15:09:21.964Z | Downloaded syn v1.0.109 |
| 784 | 2026-08-25T15:09:21.965Z | Downloaded time v0.3.47 |
| 785 | 2026-08-25T15:09:21.965Z | Downloaded tabled v0.15.0 |
| 786 | 2026-08-25T15:09:21.965Z | Downloaded nix v0.31.3 |
| 787 | 2026-08-25T15:09:21.993Z | Downloaded webpki-roots v1.0.2 |
| 788 | 2026-08-25T15:09:21.993Z | Downloaded bstr v1.12.0 |
| 789 | 2026-08-25T15:09:22.016Z | Downloaded smoltcp v0.11.0 |
| 790 | 2026-08-25T15:09:22.016Z | Downloaded zerocopy v0.8.27 |
| 791 | 2026-08-25T15:09:22.016Z | Downloaded regress v0.10.5 |
| 792 | 2026-08-25T15:09:22.016Z | Downloaded regex-syntax v0.8.11 |
| 793 | 2026-08-25T15:09:22.016Z | Downloaded rustls v0.22.4 |
| 794 | 2026-08-25T15:09:22.016Z | Downloaded rustix v0.38.44 |
| 795 | 2026-08-25T15:09:22.027Z | Downloaded openapiv3 v2.2.0 |
| 796 | 2026-08-25T15:09:22.040Z | Downloaded rustls v0.23.40 |
| 797 | 2026-08-25T15:09:22.040Z | Downloaded regress v0.11.1 |
| 798 | 2026-08-25T15:09:22.040Z | Downloaded hickory-proto v0.25.2 |
| 799 | 2026-08-25T15:09:22.044Z | Downloaded hickory-proto v0.24.4 |
| 800 | 2026-08-25T15:09:22.050Z | Downloaded nix v0.30.1 |
| 801 | 2026-08-25T15:09:22.057Z | Downloaded rustix v1.1.4 |
| 802 | 2026-08-25T15:09:22.088Z | Downloaded unicode-width v0.2.1 |
| 803 | 2026-08-25T15:09:22.096Z | Downloaded unicode-width v0.1.14 |
| 804 | 2026-08-25T15:09:22.096Z | Downloaded syn v2.0.118 |
| 805 | 2026-08-25T15:09:22.096Z | Downloaded openssl v0.10.81 |
| 806 | 2026-08-25T15:09:22.096Z | Downloaded crc8 v0.1.1 |
| 807 | 2026-08-25T15:09:22.096Z | Downloaded ciborium-io v0.2.2 |
| 808 | 2026-08-25T15:09:22.096Z | Downloaded foreign-types-shared v0.3.1 |
| 809 | 2026-08-25T15:09:22.096Z | Downloaded fixedbitset v0.5.7 |
| 810 | 2026-08-25T15:09:22.096Z | Downloaded embedded-io v0.6.1 |
| 811 | 2026-08-25T15:09:22.096Z | Downloaded typify-impl v0.6.2 |
| 812 | 2026-08-25T15:09:22.102Z | Downloaded darling_macro v0.21.3 |
| 813 | 2026-08-25T15:09:22.102Z | Downloaded arrayref v0.3.9 |
| 814 | 2026-08-25T15:09:22.102Z | Downloaded fnv v1.0.7 |
| 815 | 2026-08-25T15:09:22.108Z | Downloaded float-ord v0.3.2 |
| 816 | 2026-08-25T15:09:22.108Z | Downloaded dtrace-parser v0.2.0 |
| 817 | 2026-08-25T15:09:22.108Z | Downloaded allocator-api2 v0.2.21 |
| 818 | 2026-08-25T15:09:22.108Z | Downloaded anstyle v1.0.14 |
| 819 | 2026-08-25T15:09:22.108Z | Downloaded dtrace-parser v0.3.0 |
| 820 | 2026-08-25T15:09:22.108Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 821 | 2026-08-25T15:09:22.108Z | Downloaded dof v0.3.0 |
| 822 | 2026-08-25T15:09:22.108Z | Downloaded async-stream v0.3.6 |
| 823 | 2026-08-25T15:09:22.109Z | Downloaded aead v0.5.2 |
| 824 | 2026-08-25T15:09:22.109Z | Downloaded equivalent v1.0.2 |
| 825 | 2026-08-25T15:09:22.115Z | Downloaded typify-impl v0.4.3 |
| 826 | 2026-08-25T15:09:22.127Z | Downloaded cstr-argument v0.1.2 |
| 827 | 2026-08-25T15:09:22.127Z | Downloaded cfg-if v1.0.4 |
| 828 | 2026-08-25T15:09:22.127Z | Downloaded base16ct v0.2.0 |
| 829 | 2026-08-25T15:09:22.127Z | Downloaded anstream v1.0.0 |
| 830 | 2026-08-25T15:09:22.127Z | Downloaded camino-tempfile v1.4.1 |
| 831 | 2026-08-25T15:09:22.128Z | Downloaded block-buffer v0.10.4 |
| 832 | 2026-08-25T15:09:22.128Z | Downloaded generic-array v0.14.7 |
| 833 | 2026-08-25T15:09:22.128Z | Downloaded derive-where v1.6.0 |
| 834 | 2026-08-25T15:09:22.128Z | Downloaded const_format_proc_macros v0.2.34 |
| 835 | 2026-08-25T15:09:22.128Z | Downloaded bytes v1.12.0 |
| 836 | 2026-08-25T15:09:22.128Z | Downloaded bindgen v0.72.1 |
| 837 | 2026-08-25T15:09:22.141Z | Downloaded base64ct v1.8.0 |
| 838 | 2026-08-25T15:09:22.141Z | Downloaded digest v0.10.7 |
| 839 | 2026-08-25T15:09:22.146Z | Downloaded enum-as-inner v0.6.1 |
| 840 | 2026-08-25T15:09:22.146Z | Downloaded embedded-io v0.4.0 |
| 841 | 2026-08-25T15:09:22.146Z | Downloaded dof v0.4.0 |
| 842 | 2026-08-25T15:09:22.146Z | Downloaded chrono-tz v0.10.4 |
| 843 | 2026-08-25T15:09:22.165Z | Downloaded regex-automata v0.4.13 |
| 844 | 2026-08-25T15:09:22.169Z | Downloaded petgraph v0.8.2 |
| 845 | 2026-08-25T15:09:22.180Z | Downloaded libc v0.2.186 |
| 846 | 2026-08-25T15:09:22.202Z | Downloaded csv v1.4.0 |
| 847 | 2026-08-25T15:09:22.210Z | Downloaded petgraph v0.6.5 |
| 848 | 2026-08-25T15:09:22.217Z | Downloaded jiff v0.2.15 |
| 849 | 2026-08-25T15:09:22.243Z | Downloaded sha3 v0.10.8 |
| 850 | 2026-08-25T15:09:22.258Z | Downloaded libz-sys v1.1.22 |
| 851 | 2026-08-25T15:09:22.294Z | Downloaded tokio v1.52.3 |
| 852 | 2026-08-25T15:09:22.354Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 853 | 2026-08-25T15:09:22.393Z | Downloaded encoding_rs v0.8.35 |
| 854 | 2026-08-25T15:09:22.414Z | Downloaded ring v0.17.14 |
| 855 | 2026-08-25T15:09:22.440Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 856 | 2026-08-25T15:09:22.850Z | Downloaded aws-lc-sys v0.39.1 |
| 857 | 2026-08-25T15:09:23.175Z | Compiling proc-macro2 v1.0.106 |
| 858 | 2026-08-25T15:09:23.175Z | Compiling quote v1.0.45 |
| 859 | 2026-08-25T15:09:23.175Z | Compiling unicode-ident v1.0.24 |
| 860 | 2026-08-25T15:09:23.181Z | Compiling serde_core v1.0.228 |
| 861 | 2026-08-25T15:09:23.181Z | Compiling serde v1.0.228 |
| 862 | 2026-08-25T15:09:23.181Z | Compiling libc v0.2.186 |
| 863 | 2026-08-25T15:09:23.181Z | Checking cfg-if v1.0.4 |
| 864 | 2026-08-25T15:09:23.427Z | Compiling zmij v1.0.17 |
| 865 | 2026-08-25T15:09:23.490Z | Compiling autocfg v1.5.0 |
| 866 | 2026-08-25T15:09:23.776Z | Compiling memchr v2.7.5 |
| 867 | 2026-08-25T15:09:23.789Z | Compiling libm v0.2.15 |
| 868 | 2026-08-25T15:09:24.112Z | Compiling getrandom v0.4.2 |
| 869 | 2026-08-25T15:09:24.190Z | Compiling jobserver v0.1.34 |
| 870 | 2026-08-25T15:09:24.245Z | Compiling shlex v2.0.1 |
| 871 | 2026-08-25T15:09:24.261Z | Compiling find-msvc-tools v0.1.9 |
| 872 | 2026-08-25T15:09:24.338Z | Compiling version_check v0.9.5 |
| 873 | 2026-08-25T15:09:24.388Z | Compiling thiserror v2.0.18 |
| 874 | 2026-08-25T15:09:24.484Z | Compiling cc v1.2.64 |
| 875 | 2026-08-25T15:09:24.508Z | Checking smallvec v1.15.1 |
| 876 | 2026-08-25T15:09:24.598Z | Compiling syn v2.0.118 |
| 877 | 2026-08-25T15:09:24.613Z | Checking itoa v1.0.15 |
| 878 | 2026-08-25T15:09:24.663Z | Compiling icu_properties_data v2.0.1 |
| 879 | 2026-08-25T15:09:24.730Z | Compiling icu_normalizer_data v2.0.0 |
| 880 | 2026-08-25T15:09:24.804Z | Compiling parking_lot_core v0.9.12 |
| 881 | 2026-08-25T15:09:24.908Z | Checking stable_deref_trait v1.2.0 |
| 882 | 2026-08-25T15:09:24.921Z | Compiling serde_json v1.0.150 |
| 883 | 2026-08-25T15:09:25.162Z | Compiling heck v0.5.0 |
| 884 | 2026-08-25T15:09:25.168Z | Checking writeable v0.6.1 |
| 885 | 2026-08-25T15:09:25.227Z | Checking litemap v0.8.0 |
| 886 | 2026-08-25T15:09:25.333Z | Compiling num-traits v0.2.19 |
| 887 | 2026-08-25T15:09:25.337Z | Checking percent-encoding v2.3.2 |
| 888 | 2026-08-25T15:09:25.607Z | Checking form_urlencoded v1.2.2 |
| 889 | 2026-08-25T15:09:25.717Z | Checking utf8_iter v1.0.4 |
| 890 | 2026-08-25T15:09:25.733Z | Compiling zerocopy v0.8.27 |
| 891 | 2026-08-25T15:09:25.741Z | Checking pin-project-lite v0.2.16 |
| 892 | 2026-08-25T15:09:25.754Z | Compiling log v0.4.29 |
| 893 | 2026-08-25T15:09:25.828Z | Compiling equivalent v1.0.2 |
| 894 | 2026-08-25T15:09:25.841Z | Compiling semver v1.0.28 |
| 895 | 2026-08-25T15:09:25.856Z | Checking iana-time-zone v0.1.64 |
| 896 | 2026-08-25T15:09:25.913Z | Compiling rustversion v1.0.22 |
| 897 | 2026-08-25T15:09:25.926Z | Checking getrandom v0.2.16 |
| 898 | 2026-08-25T15:09:25.951Z | Checking socket2 v0.6.4 |
| 899 | 2026-08-25T15:09:26.060Z | Checking uuid v1.23.3 |
| 900 | 2026-08-25T15:09:26.122Z | Checking scopeguard v1.2.0 |
| 901 | 2026-08-25T15:09:26.221Z | Checking lock_api v0.4.14 |
| 902 | 2026-08-25T15:09:26.352Z | Checking bitflags v2.11.1 |
| 903 | 2026-08-25T15:09:26.399Z | Checking signal-hook-registry v1.4.6 |
| 904 | 2026-08-25T15:09:26.485Z | Checking mio v1.2.1 |
| 905 | 2026-08-25T15:09:26.515Z | Checking parking_lot v0.12.5 |
| 906 | 2026-08-25T15:09:26.620Z | Compiling schemars v0.8.22 |
| 907 | 2026-08-25T15:09:26.624Z | Checking dyn-clone v1.0.20 |
| 908 | 2026-08-25T15:09:26.697Z | Compiling portable-atomic v1.11.1 |
| 909 | 2026-08-25T15:09:26.757Z | Checking futures-core v0.3.32 |
| 910 | 2026-08-25T15:09:26.877Z | Compiling ring v0.17.14 |
| 911 | 2026-08-25T15:09:26.880Z | Checking critical-section v1.2.0 |
| 912 | 2026-08-25T15:09:26.902Z | Compiling hashbrown v0.17.1 |
| 913 | 2026-08-25T15:09:26.927Z | Compiling httparse v1.10.1 |
| 914 | 2026-08-25T15:09:27.162Z | Checking subtle v2.6.1 |
| 915 | 2026-08-25T15:09:27.296Z | Compiling regex-syntax v0.8.11 |
| 916 | 2026-08-25T15:09:27.316Z | Checking futures-sink v0.3.32 |
| 917 | 2026-08-25T15:09:27.414Z | Compiling synstructure v0.13.2 |
| 918 | 2026-08-25T15:09:27.460Z | Compiling serde_derive_internals v0.29.1 |
| 919 | 2026-08-25T15:09:27.648Z | Checking once_cell v1.21.3 |
| 920 | 2026-08-25T15:09:27.742Z | Compiling indexmap v2.14.0 |
| 921 | 2026-08-25T15:09:27.932Z | Checking slab v0.4.11 |
| 922 | 2026-08-25T15:09:27.966Z | Compiling aho-corasick v1.1.3 |
| 923 | 2026-08-25T15:09:28.024Z | Compiling rustix v1.1.4 |
| 924 | 2026-08-25T15:09:28.090Z | Compiling thiserror v1.0.69 |
| 925 | 2026-08-25T15:09:28.240Z | Checking rand_core v0.6.4 |
| 926 | 2026-08-25T15:09:28.394Z | Checking typenum v1.20.1 |
| 927 | 2026-08-25T15:09:28.582Z | Checking futures-channel v0.3.32 |
| 928 | 2026-08-25T15:09:28.602Z | Compiling ucd-trie v0.1.7 |
| 929 | 2026-08-25T15:09:28.692Z | Compiling serde_derive v1.0.228 |
| 930 | 2026-08-25T15:09:28.772Z | Compiling zerofrom-derive v0.1.6 |
| 931 | 2026-08-25T15:09:28.823Z | Compiling yoke-derive v0.8.0 |
| 932 | 2026-08-25T15:09:28.886Z | Compiling zerovec-derive v0.11.1 |
| 933 | 2026-08-25T15:09:29.167Z | Compiling displaydoc v0.2.5 |
| 934 | 2026-08-25T15:09:29.426Z | Compiling thiserror-impl v2.0.18 |
| 935 | 2026-08-25T15:09:29.426Z | Compiling schemars_derive v0.8.22 |
| 936 | 2026-08-25T15:09:29.855Z | Compiling tokio-macros v2.7.0 |
| 937 | 2026-08-25T15:09:29.922Z | Compiling zerocopy-derive v0.8.27 |
| 938 | 2026-08-25T15:09:29.978Z | Compiling futures-macro v0.3.32 |
| 939 | 2026-08-25T15:09:29.992Z | Checking zerofrom v0.1.6 |
| 940 | 2026-08-25T15:09:30.112Z | Checking yoke v0.8.0 |
| 941 | 2026-08-25T15:09:30.286Z | Checking zerovec v0.11.4 |
| 942 | 2026-08-25T15:09:30.563Z | Checking zerotrie v0.2.2 |
| 943 | 2026-08-25T15:09:30.618Z | Compiling zeroize_derive v1.4.3 |
| 944 | 2026-08-25T15:09:30.769Z | Compiling regex-automata v0.4.13 |
| 945 | 2026-08-25T15:09:30.796Z | Compiling thiserror-impl v1.0.69 |
| 946 | 2026-08-25T15:09:30.982Z | Checking tinystr v0.8.1 |
| 947 | 2026-08-25T15:09:31.156Z | Checking potential_utf v0.1.3 |
| 948 | 2026-08-25T15:09:31.201Z | Checking icu_locale_core v2.0.0 |
| 949 | 2026-08-25T15:09:31.280Z | Checking zeroize v1.8.1 |
| 950 | 2026-08-25T15:09:31.285Z | Checking icu_collections v2.0.0 |
| 951 | 2026-08-25T15:09:31.614Z | Compiling pest v2.8.2 |
| 952 | 2026-08-25T15:09:31.685Z | Checking icu_provider v2.0.0 |
| 953 | 2026-08-25T15:09:31.788Z | Checking futures-io v0.3.32 |
| 954 | 2026-08-25T15:09:31.832Z | Checking bytes v1.12.0 |
| 955 | 2026-08-25T15:09:31.930Z | Checking icu_properties v2.0.1 |
| 956 | 2026-08-25T15:09:31.971Z | Checking icu_normalizer v2.0.0 |
| 957 | 2026-08-25T15:09:32.021Z | Checking chrono v0.4.45 |
| 958 | 2026-08-25T15:09:32.263Z | Compiling serde_tokenstream v0.2.3 |
| 959 | 2026-08-25T15:09:32.289Z | Checking tokio v1.52.3 |
| 960 | 2026-08-25T15:09:32.546Z | Compiling regex v1.12.4 |
| 961 | 2026-08-25T15:09:32.752Z | Checking idna_adapter v1.2.1 |
| 962 | 2026-08-25T15:09:32.831Z | Checking futures-task v0.3.32 |
| 963 | 2026-08-25T15:09:32.850Z | Compiling pest_meta v2.8.2 |
| 964 | 2026-08-25T15:09:32.864Z | Compiling pkg-config v0.3.32 |
| 965 | 2026-08-25T15:09:32.879Z | Checking idna v1.1.0 |
| 966 | 2026-08-25T15:09:32.951Z | Compiling anyhow v1.0.102 |
| 967 | 2026-08-25T15:09:32.967Z | Checking futures-util v0.3.32 |
| 968 | 2026-08-25T15:09:33.111Z | Checking url v2.5.7 |
| 969 | 2026-08-25T15:09:33.308Z | Compiling tracing-attributes v0.1.30 |
| 970 | 2026-08-25T15:09:33.410Z | Checking tracing-core v0.1.34 |
| 971 | 2026-08-25T15:09:33.711Z | Compiling pest_generator v2.8.2 |
| 972 | 2026-08-25T15:09:33.780Z | Compiling generic-array v0.14.7 |
| 973 | 2026-08-25T15:09:34.005Z | Compiling vcpkg v0.2.15 |
| 974 | 2026-08-25T15:09:34.157Z | Compiling foldhash v0.2.0 |
| 975 | 2026-08-25T15:09:34.171Z | Compiling allocator-api2 v0.2.21 |
| 976 | 2026-08-25T15:09:34.330Z | Compiling pest_derive v2.8.2 |
| 977 | 2026-08-25T15:09:34.356Z | Compiling fnv v1.0.7 |
| 978 | 2026-08-25T15:09:34.454Z | Compiling hashbrown v0.16.1 |
| 979 | 2026-08-25T15:09:34.509Z | Checking tracing v0.1.41 |
| 980 | 2026-08-25T15:09:34.582Z | Checking http v1.4.2 |
| 981 | 2026-08-25T15:09:34.628Z | Compiling getrandom v0.3.3 |
| 982 | 2026-08-25T15:09:34.850Z | Compiling byteorder v1.5.0 |
| 983 | 2026-08-25T15:09:35.006Z | Compiling camino v1.2.3 |
| 984 | 2026-08-25T15:09:35.018Z | Checking crypto-common v0.1.6 |
| 985 | 2026-08-25T15:09:35.077Z | Checking errno v0.3.14 |
| 986 | 2026-08-25T15:09:35.122Z | Checking ipnet v2.11.0 |
| 987 | 2026-08-25T15:09:35.135Z | Compiling time-core v0.1.8 |
| 988 | 2026-08-25T15:09:35.196Z | Compiling num-conv v0.2.1 |
| 989 | 2026-08-25T15:09:35.283Z | Checking base64 v0.22.1 |
| 990 | 2026-08-25T15:09:35.341Z | Compiling scroll_derive v0.13.1 |
| 991 | 2026-08-25T15:09:35.362Z | Compiling time-macros v0.2.27 |
| 992 | 2026-08-25T15:09:35.378Z | Compiling paste v1.0.15 |
| 993 | 2026-08-25T15:09:35.436Z | Checking tokio-util v0.7.16 |
| 994 | 2026-08-25T15:09:35.537Z | Checking http-body v1.0.1 |
| 995 | 2026-08-25T15:09:35.680Z | Checking rustls-pki-types v1.12.0 |
| 996 | 2026-08-25T15:09:35.694Z | Checking atomic-waker v1.1.2 |
| 997 | 2026-08-25T15:09:35.926Z | Checking untrusted v0.9.0 |
| 998 | 2026-08-25T15:09:36.048Z | Checking tower-service v0.3.3 |
| 999 | 2026-08-25T15:09:36.132Z | Checking try-lock v0.2.5 |
| 1000 | 2026-08-25T15:09:36.141Z | Checking tower-layer v0.3.3 |
| 1001 | 2026-08-25T15:09:36.230Z | Checking want v0.3.1 |
| 1002 | 2026-08-25T15:09:36.266Z | Checking h2 v0.4.14 |
| 1003 | 2026-08-25T15:09:36.286Z | Checking ryu v1.0.20 |
| 1004 | 2026-08-25T15:09:36.337Z | Checking httpdate v1.0.3 |
| 1005 | 2026-08-25T15:09:36.357Z | Compiling openssl-sys v0.9.117 |
| 1006 | 2026-08-25T15:09:36.447Z | Compiling async-trait v0.1.89 |
| 1007 | 2026-08-25T15:09:36.484Z | Compiling cmake v0.1.54 |
| 1008 | 2026-08-25T15:09:36.500Z | Checking socket2 v0.5.10 |
| 1009 | 2026-08-25T15:09:36.744Z | Compiling strsim v0.11.1 |
| 1010 | 2026-08-25T15:09:36.757Z | Checking pretty-hex v0.4.1 |
| 1011 | 2026-08-25T15:09:36.819Z | Compiling fs_extra v1.3.0 |
| 1012 | 2026-08-25T15:09:36.881Z | Compiling dunce v1.0.5 |
| 1013 | 2026-08-25T15:09:36.937Z | Compiling crossbeam-utils v0.8.21 |
| 1014 | 2026-08-25T15:09:37.038Z | Compiling scroll v0.13.0 |
| 1015 | 2026-08-25T15:09:37.057Z | Checking block-buffer v0.10.4 |
| 1016 | 2026-08-25T15:09:37.085Z | Compiling aws-lc-sys v0.39.1 |
| 1017 | 2026-08-25T15:09:37.179Z | Compiling regress v0.10.5 |
| 1018 | 2026-08-25T15:09:37.191Z | Checking ppv-lite86 v0.2.21 |
| 1019 | 2026-08-25T15:09:37.276Z | Compiling slog v2.8.2 |
| 1020 | 2026-08-25T15:09:37.301Z | Compiling usdt-impl v0.6.0 |
| 1021 | 2026-08-25T15:09:37.313Z | Compiling plain v0.2.3 |
| 1022 | 2026-08-25T15:09:37.437Z | Compiling goblin v0.10.1 |
| 1023 | 2026-08-25T15:09:37.518Z | Checking digest v0.10.7 |
| 1024 | 2026-08-25T15:09:37.568Z | Checking http-body-util v0.1.3 |
| 1025 | 2026-08-25T15:09:37.604Z | Checking ipnetwork v0.21.1 |
| 1026 | 2026-08-25T15:09:37.710Z | Checking erased-serde v0.3.31 |
| 1027 | 2026-08-25T15:09:37.782Z | Compiling ident_case v1.0.1 |
| 1028 | 2026-08-25T15:09:37.958Z | Compiling omicron-workspace-hack v0.1.0 |
| 1029 | 2026-08-25T15:09:38.005Z | Compiling darling_core v0.21.3 |
| 1030 | 2026-08-25T15:09:38.098Z | Checking serde_urlencoded v0.7.1 |
| 1031 | 2026-08-25T15:09:38.176Z | Checking hyper v1.10.1 |
| 1032 | 2026-08-25T15:09:38.191Z | Compiling dtrace-parser v0.3.0 |
| 1033 | 2026-08-25T15:09:38.293Z | Compiling openapiv3 v2.2.0 |
| 1034 | 2026-08-25T15:09:38.327Z | Compiling daft-derive v0.1.5 |
| 1035 | 2026-08-25T15:09:38.788Z | Compiling typify-impl v0.4.3 |
| 1036 | 2026-08-25T15:09:39.040Z | Compiling thread-id v5.0.0 |
| 1037 | 2026-08-25T15:09:39.053Z | Checking hyper-util v0.1.20 |
| 1038 | 2026-08-25T15:09:39.713Z | Compiling aws-lc-rs v1.16.2 |
| 1039 | 2026-08-25T15:09:40.057Z | Compiling darling_macro v0.21.3 |
| 1040 | 2026-08-25T15:09:40.106Z | Compiling dof v0.4.0 |
| 1041 | 2026-08-25T15:09:40.348Z | Checking encoding_rs v0.8.35 |
| 1042 | 2026-08-25T15:09:40.408Z | Checking cpufeatures v0.2.17 |
| 1043 | 2026-08-25T15:09:40.478Z | Checking mime v0.3.17 |
| 1044 | 2026-08-25T15:09:40.648Z | Compiling darling v0.21.3 |
| 1045 | 2026-08-25T15:09:40.732Z | Checking untrusted v0.7.1 |
| 1046 | 2026-08-25T15:09:40.844Z | Compiling slog-async v2.8.0 |
| 1047 | 2026-08-25T15:09:40.972Z | Checking rand_core v0.9.3 |
| 1048 | 2026-08-25T15:09:41.080Z | Checking oxnet v0.1.6 |
| 1049 | 2026-08-25T15:09:41.084Z | Compiling usdt-attr-macro v0.6.0 |
| 1050 | 2026-08-25T15:09:41.135Z | Compiling usdt-macro v0.6.0 |
| 1051 | 2026-08-25T15:09:41.274Z | Compiling structmeta-derive v0.3.0 |
| 1052 | 2026-08-25T15:09:41.336Z | Compiling multer v3.1.0 |
| 1053 | 2026-08-25T15:09:41.522Z | Compiling unsafe-libyaml v0.2.11 |
| 1054 | 2026-08-25T15:09:41.570Z | Compiling rustls v0.22.4 |
| 1055 | 2026-08-25T15:09:41.599Z | Compiling rustls v0.23.40 |
| 1056 | 2026-08-25T15:09:41.958Z | Compiling async-stream-impl v0.3.6 |
| 1057 | 2026-08-25T15:09:41.962Z | Checking sync_wrapper v1.0.2 |
| 1058 | 2026-08-25T15:09:42.055Z | Compiling serde_yaml v0.9.34+deprecated |
| 1059 | 2026-08-25T15:09:42.136Z | Compiling typify-macro v0.4.3 |
| 1060 | 2026-08-25T15:09:42.199Z | Checking hex v0.4.3 |
| 1061 | 2026-08-25T15:09:42.321Z | Compiling structmeta v0.3.0 |
| 1062 | 2026-08-25T15:09:42.415Z | Checking foreign-types-shared v0.1.1 |
| 1063 | 2026-08-25T15:09:42.500Z | Compiling openssl v0.10.81 |
| 1064 | 2026-08-25T15:09:42.567Z | Checking fastrand v2.3.0 |
| 1065 | 2026-08-25T15:09:42.720Z | Checking foreign-types v0.3.2 |
| 1066 | 2026-08-25T15:09:42.753Z | Checking tempfile v3.27.0 |
| 1067 | 2026-08-25T15:09:42.775Z | Checking tower v0.5.2 |
| 1068 | 2026-08-25T15:09:42.788Z | Checking rand_chacha v0.9.0 |
| 1069 | 2026-08-25T15:09:42.931Z | Checking futures-executor v0.3.32 |
| 1070 | 2026-08-25T15:09:42.972Z | Compiling strum_macros v0.26.4 |
| 1071 | 2026-08-25T15:09:43.080Z | Compiling openssl-macros v0.1.1 |
| 1072 | 2026-08-25T15:09:43.123Z | Checking openssl-probe v0.1.6 |
| 1073 | 2026-08-25T15:09:43.141Z | Checking iri-string v0.7.8 |
| 1074 | 2026-08-25T15:09:43.229Z | Checking powerfmt v0.2.0 |
| 1075 | 2026-08-25T15:09:43.300Z | Compiling native-tls v0.2.14 |
| 1076 | 2026-08-25T15:09:43.377Z | Checking deranged v0.5.3 |
| 1077 | 2026-08-25T15:09:43.556Z | Checking futures v0.3.32 |
| 1078 | 2026-08-25T15:09:43.618Z | Compiling typify v0.4.3 |
| 1079 | 2026-08-25T15:09:43.632Z | Checking rand v0.9.3 |
| 1080 | 2026-08-25T15:09:43.706Z | Compiling newtype-uuid-macros v0.1.0 |
| 1081 | 2026-08-25T15:09:44.144Z | Checking tower-http v0.6.8 |
| 1082 | 2026-08-25T15:09:44.207Z | Checking num_threads v0.1.7 |
| 1083 | 2026-08-25T15:09:44.216Z | Compiling ref-cast v1.0.25 |
| 1084 | 2026-08-25T15:09:44.359Z | Checking time v0.3.47 |
| 1085 | 2026-08-25T15:09:44.401Z | Compiling ref-cast-impl v1.0.25 |
| 1086 | 2026-08-25T15:09:44.447Z | Compiling dropshot v0.16.7 |
| 1087 | 2026-08-25T15:09:44.508Z | Checking memmap2 v0.9.8 |
| 1088 | 2026-08-25T15:09:44.569Z | Checking unicode-width v0.2.1 |
| 1089 | 2026-08-25T15:09:44.718Z | Compiling derive-ex v0.1.8 |
| 1090 | 2026-08-25T15:09:44.821Z | Checking crossbeam-channel v0.5.15 |
| 1091 | 2026-08-25T15:09:44.945Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-08-25T15:09:44.971Z | Compiling dropshot_endpoint v0.16.7 |
| 1093 | 2026-08-25T15:09:45.063Z | Compiling strum_macros v0.27.2 |
| 1094 | 2026-08-25T15:09:45.137Z | Checking winnow v0.7.14 |
| 1095 | 2026-08-25T15:09:45.451Z | Compiling progenitor-impl v0.11.1 |
| 1096 | 2026-08-25T15:09:45.789Z | Checking tokio-native-tls v0.3.1 |
| 1097 | 2026-08-25T15:09:45.944Z | Checking hyper-tls v0.6.0 |
| 1098 | 2026-08-25T15:09:46.235Z | Compiling test-strategy v0.4.3 |
| 1099 | 2026-08-25T15:09:46.334Z | Checking newtype-uuid v1.3.2 |
| 1100 | 2026-08-25T15:09:46.494Z | Checking thread_local v1.1.9 |
| 1101 | 2026-08-25T15:09:46.559Z | Checking winnow v1.0.3 |
| 1102 | 2026-08-25T15:09:46.584Z | Checking daft v0.1.5 |
| 1103 | 2026-08-25T15:09:46.657Z | Compiling serde_with_macros v3.14.1 |
| 1104 | 2026-08-25T15:09:46.811Z | Checking serde_spanned v1.1.1 |
| 1105 | 2026-08-25T15:09:46.842Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1106 | 2026-08-25T15:09:46.890Z | Checking is-terminal v0.4.16 |
| 1107 | 2026-08-25T15:09:46.944Z | Checking match_cfg v0.1.0 |
| 1108 | 2026-08-25T15:09:46.986Z | Checking take_mut v0.2.2 |
| 1109 | 2026-08-25T15:09:47.013Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1110 | 2026-08-25T15:09:47.086Z | Checking debug-ignore v1.0.5 |
| 1111 | 2026-08-25T15:09:47.176Z | Checking either v1.15.0 |
| 1112 | 2026-08-25T15:09:47.191Z | Checking term v1.2.0 |
| 1113 | 2026-08-25T15:09:47.360Z | Checking hostname v0.3.1 |
| 1114 | 2026-08-25T15:09:47.374Z | Checking slog-json v2.6.1 |
| 1115 | 2026-08-25T15:09:47.406Z | Checking slog-term v2.9.2 |
| 1116 | 2026-08-25T15:09:47.526Z | Checking spin v0.9.8 |
| 1117 | 2026-08-25T15:09:47.567Z | Compiling progenitor-macro v0.11.1 |
| 1118 | 2026-08-25T15:09:47.610Z | Compiling syn v1.0.109 |
| 1119 | 2026-08-25T15:09:47.659Z | Checking slog-bunyan v2.5.0 |
| 1120 | 2026-08-25T15:09:47.670Z | Checking usdt v0.6.0 |
| 1121 | 2026-08-25T15:09:47.764Z | Checking async-stream v0.3.6 |
| 1122 | 2026-08-25T15:09:47.778Z | Compiling parse-display-derive v0.10.0 |
| 1123 | 2026-08-25T15:09:47.852Z | Checking rustls-webpki v0.102.8 |
| 1124 | 2026-08-25T15:09:47.895Z | Checking rustls-pemfile v2.2.0 |
| 1125 | 2026-08-25T15:09:47.903Z | Checking waitgroup v0.1.2 |
| 1126 | 2026-08-25T15:09:47.972Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1127 | 2026-08-25T15:09:47.998Z | Checking serde_path_to_error v0.1.20 |
| 1128 | 2026-08-25T15:09:48.025Z | Checking hostname v0.4.2 |
| 1129 | 2026-08-25T15:09:48.122Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1130 | 2026-08-25T15:09:48.255Z | Checking strum v0.26.3 |
| 1131 | 2026-08-25T15:09:48.368Z | Checking rand_chacha v0.3.1 |
| 1132 | 2026-08-25T15:09:48.412Z | Checking macaddr v1.0.1 |
| 1133 | 2026-08-25T15:09:48.429Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1134 | 2026-08-25T15:09:48.559Z | Checking wait-timeout v0.2.1 |
| 1135 | 2026-08-25T15:09:48.585Z | Checking lazy_static v1.5.0 |
| 1136 | 2026-08-25T15:09:48.618Z | Checking quick-error v1.2.3 |
| 1137 | 2026-08-25T15:09:48.681Z | Checking bit-vec v0.8.0 |
| 1138 | 2026-08-25T15:09:48.685Z | Checking toml v0.9.12+spec-1.1.0 |
| 1139 | 2026-08-25T15:09:48.721Z | Checking rusty-fork v0.3.0 |
| 1140 | 2026-08-25T15:09:48.870Z | Checking bit-set v0.8.0 |
| 1141 | 2026-08-25T15:09:48.884Z | Checking rand v0.8.5 |
| 1142 | 2026-08-25T15:09:49.015Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1143 | 2026-08-25T15:09:49.245Z | Checking rand_xorshift v0.4.0 |
| 1144 | 2026-08-25T15:09:49.270Z | Checking sha1 v0.10.6 |
| 1145 | 2026-08-25T15:09:49.362Z | Checking unarray v0.1.4 |
| 1146 | 2026-08-25T15:09:49.457Z | Checking strum v0.27.2 |
| 1147 | 2026-08-25T15:09:49.470Z | Checking proptest v1.8.0 |
| 1148 | 2026-08-25T15:09:49.583Z | Checking tabwriter v1.4.1 |
| 1149 | 2026-08-25T15:09:49.602Z | Checking tokio-rustls v0.25.0 |
| 1150 | 2026-08-25T15:09:49.663Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1151 | 2026-08-25T15:09:49.717Z | Checking colored v3.1.1 |
| 1152 | 2026-08-25T15:09:49.793Z | Checking serde_with v3.14.1 |
| 1153 | 2026-08-25T15:09:50.209Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1154 | 2026-08-25T15:09:50.440Z | Checking instant v0.1.13 |
| 1155 | 2026-08-25T15:09:50.741Z | Checking rustc-hash v2.1.1 |
| 1156 | 2026-08-25T15:09:50.855Z | Checking iddqd v0.3.18 |
| 1157 | 2026-08-25T15:09:50.923Z | Checking backoff v0.4.0 |
| 1158 | 2026-08-25T15:09:51.054Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1159 | 2026-08-25T15:09:51.098Z | Checking parse-display v0.10.0 |
| 1160 | 2026-08-25T15:09:51.126Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1161 | 2026-08-25T15:09:51.232Z | Checking itertools v0.14.0 |
| 1162 | 2026-08-25T15:09:51.245Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1163 | 2026-08-25T15:09:51.648Z | Compiling toml_datetime v0.6.11 |
| 1164 | 2026-08-25T15:09:51.707Z | Compiling clap_derive v4.6.1 |
| 1165 | 2026-08-25T15:09:51.723Z | Checking utf8parse v0.2.2 |
| 1166 | 2026-08-25T15:09:51.823Z | Checking anstyle-parse v1.0.0 |
| 1167 | 2026-08-25T15:09:51.977Z | Checking terminal_size v0.4.3 |
| 1168 | 2026-08-25T15:09:52.145Z | Checking anstyle v1.0.14 |
| 1169 | 2026-08-25T15:09:52.179Z | Checking anstyle-query v1.1.4 |
| 1170 | 2026-08-25T15:09:52.262Z | Checking is_terminal_polyfill v1.70.1 |
| 1171 | 2026-08-25T15:09:52.276Z | Checking colorchoice v1.0.4 |
| 1172 | 2026-08-25T15:09:52.371Z | Checking anstream v1.0.0 |
| 1173 | 2026-08-25T15:09:52.704Z | Checking clap_lex v1.1.0 |
| 1174 | 2026-08-25T15:09:52.853Z | Checking clap_builder v4.6.0 |
| 1175 | 2026-08-25T15:09:54.070Z | Checking clap v4.6.1 |
| 1176 | 2026-08-25T15:09:55.082Z | Compiling num-derive v0.4.2 |
| 1177 | 2026-08-25T15:09:55.676Z | Compiling rustls-webpki v0.103.6 |
| 1178 | 2026-08-25T15:09:56.168Z | Compiling prettyplease v0.2.37 |
| 1179 | 2026-08-25T15:09:57.787Z | Checking crossbeam-epoch v0.9.18 |
| 1180 | 2026-08-25T15:09:57.998Z | Compiling winnow v0.5.40 |
| 1181 | 2026-08-25T15:09:58.005Z | Compiling cfg_aliases v0.2.1 |
| 1182 | 2026-08-25T15:09:58.606Z | Checking serde_spanned v0.6.9 |
| 1183 | 2026-08-25T15:09:58.823Z | Compiling memoffset v0.9.1 |
| 1184 | 2026-08-25T15:09:59.017Z | Compiling tokio-rustls v0.26.4 |
| 1185 | 2026-08-25T15:09:59.261Z | Compiling toml_edit v0.19.15 |
| 1186 | 2026-08-25T15:09:59.346Z | Compiling rayon-core v1.13.0 |
| 1187 | 2026-08-25T15:10:00.454Z | Compiling proc-macro-crate v1.3.1 |
| 1188 | 2026-08-25T15:10:00.531Z | Compiling zerocopy-derive v0.7.35 |
| 1189 | 2026-08-25T15:10:01.007Z | Compiling crc32fast v1.5.0 |
| 1190 | 2026-08-25T15:10:01.340Z | Compiling hyper-rustls v0.27.7 |
| 1191 | 2026-08-25T15:10:01.531Z | Compiling reqwest v0.12.23 |
| 1192 | 2026-08-25T15:10:01.818Z | Checking crossbeam-deque v0.8.6 |
| 1193 | 2026-08-25T15:10:02.167Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1194 | 2026-08-25T15:10:02.379Z | Checking adler2 v2.0.1 |
| 1195 | 2026-08-25T15:10:02.746Z | Compiling progenitor-client v0.11.1 |
| 1196 | 2026-08-25T15:10:03.009Z | Compiling progenitor v0.11.1 |
| 1197 | 2026-08-25T15:10:03.340Z | Checking miniz_oxide v0.8.9 |
| 1198 | 2026-08-25T15:10:04.210Z | Compiling num-integer v0.1.46 |
| 1199 | 2026-08-25T15:10:04.254Z | Compiling proc-macro-error-attr v1.0.4 |
| 1200 | 2026-08-25T15:10:04.464Z | Compiling heck v0.4.1 |
| 1201 | 2026-08-25T15:10:04.511Z | Compiling heapless v0.8.0 |
| 1202 | 2026-08-25T15:10:04.645Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1203 | 2026-08-25T15:10:04.732Z | Checking flate2 v1.1.2 |
| 1204 | 2026-08-25T15:10:04.845Z | Compiling progenitor-client v0.10.0 |
| 1205 | 2026-08-25T15:10:05.147Z | Compiling ingot-macros v0.1.1 |
| 1206 | 2026-08-25T15:10:05.991Z | Checking hash32 v0.3.1 |
| 1207 | 2026-08-25T15:10:06.106Z | Checking hybrid-array v0.4.12 |
| 1208 | 2026-08-25T15:10:06.117Z | Compiling proc-macro-error v1.0.4 |
| 1209 | 2026-08-25T15:10:06.342Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1210 | 2026-08-25T15:10:06.578Z | Compiling smoltcp v0.11.0 |
| 1211 | 2026-08-25T15:10:06.592Z | Checking toml_write v0.1.2 |
| 1212 | 2026-08-25T15:10:06.762Z | Checking toml_edit v0.22.27 |
| 1213 | 2026-08-25T15:10:07.126Z | Checking num-rational v0.4.2 |
| 1214 | 2026-08-25T15:10:07.396Z | Checking num-iter v0.1.45 |
| 1215 | 2026-08-25T15:10:07.458Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1216 | 2026-08-25T15:10:07.635Z | Compiling zerocopy v0.7.35 |
| 1217 | 2026-08-25T15:10:07.771Z | Checking ingot-types v0.1.2 |
| 1218 | 2026-08-25T15:10:07.839Z | Compiling num_enum_derive v0.7.5 |
| 1219 | 2026-08-25T15:10:07.913Z | Compiling hubpack_derive v0.1.1 |
| 1220 | 2026-08-25T15:10:08.113Z | Checking cobs v0.3.0 |
| 1221 | 2026-08-25T15:10:08.143Z | Compiling foreign-types-macros v0.2.3 |
| 1222 | 2026-08-25T15:10:08.174Z | Compiling scroll_derive v0.12.1 |
| 1223 | 2026-08-25T15:10:08.186Z | Compiling num-complex v0.4.6 |
| 1224 | 2026-08-25T15:10:08.416Z | Compiling usdt-impl v0.5.0 |
| 1225 | 2026-08-25T15:10:08.575Z | Checking bitflags v1.3.2 |
| 1226 | 2026-08-25T15:10:08.648Z | Checking foreign-types-shared v0.3.1 |
| 1227 | 2026-08-25T15:10:09.081Z | Compiling crucible-workspace-hack v0.1.0 |
| 1228 | 2026-08-25T15:10:09.086Z | Checking managed v0.8.0 |
| 1229 | 2026-08-25T15:10:09.086Z | Checking foreign-types v0.5.0 |
| 1230 | 2026-08-25T15:10:09.086Z | Checking scroll v0.12.0 |
| 1231 | 2026-08-25T15:10:09.086Z | Checking num_enum v0.7.5 |
| 1232 | 2026-08-25T15:10:09.086Z | Checking num v0.4.3 |
| 1233 | 2026-08-25T15:10:09.086Z | Checking hubpack v0.1.2 |
| 1234 | 2026-08-25T15:10:09.086Z | Checking postcard v1.1.3 |
| 1235 | 2026-08-25T15:10:09.123Z | Checking ingot v0.1.1 |
| 1236 | 2026-08-25T15:10:09.214Z | Compiling dof v0.3.0 |
| 1237 | 2026-08-25T15:10:09.346Z | Checking toml v0.8.23 |
| 1238 | 2026-08-25T15:10:09.764Z | Checking block-buffer v0.12.0 |
| 1239 | 2026-08-25T15:10:09.830Z | Checking crypto-common v0.2.2 |
| 1240 | 2026-08-25T15:10:10.024Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1241 | 2026-08-25T15:10:10.080Z | Compiling dtrace-parser v0.2.0 |
| 1242 | 2026-08-25T15:10:10.372Z | Checking camino-tempfile v1.4.1 |
| 1243 | 2026-08-25T15:10:10.445Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1244 | 2026-08-25T15:10:10.493Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1245 | 2026-08-25T15:10:10.527Z | Checking cstr-argument v0.1.2 |
| 1246 | 2026-08-25T15:10:10.649Z | Compiling thread-id v4.2.2 |
| 1247 | 2026-08-25T15:10:10.653Z | Compiling minimal-lexical v0.2.1 |
| 1248 | 2026-08-25T15:10:10.691Z | Checking static_assertions v1.1.0 |
| 1249 | 2026-08-25T15:10:10.717Z | Checking const-oid v0.10.2 |
| 1250 | 2026-08-25T15:10:10.745Z | Checking compression-core v0.4.32 |
| 1251 | 2026-08-25T15:10:10.761Z | Checking float-ord v0.3.2 |
| 1252 | 2026-08-25T15:10:10.872Z | Checking compression-codecs v0.4.32 |
| 1253 | 2026-08-25T15:10:10.876Z | Checking digest v0.11.3 |
| 1254 | 2026-08-25T15:10:10.898Z | Compiling nom v7.1.3 |
| 1255 | 2026-08-25T15:10:11.044Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1256 | 2026-08-25T15:10:11.061Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1257 | 2026-08-25T15:10:11.079Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1258 | 2026-08-25T15:10:11.272Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1259 | 2026-08-25T15:10:11.375Z | Checking goblin v0.8.2 |
| 1260 | 2026-08-25T15:10:11.494Z | Checking rayon v1.11.0 |
| 1261 | 2026-08-25T15:10:11.774Z | Compiling num_enum_derive v0.5.11 |
| 1262 | 2026-08-25T15:10:11.820Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1263 | 2026-08-25T15:10:12.049Z | Compiling rustc_version v0.4.1 |
| 1264 | 2026-08-25T15:10:12.232Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1265 | 2026-08-25T15:10:12.312Z | Compiling dropshot v0.17.1 |
| 1266 | 2026-08-25T15:10:12.432Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1267 | 2026-08-25T15:10:12.552Z | Compiling rustix v0.38.44 |
| 1268 | 2026-08-25T15:10:12.585Z | Checking tinyvec_macros v0.1.1 |
| 1269 | 2026-08-25T15:10:12.652Z | Compiling convert_case v0.4.0 |
| 1270 | 2026-08-25T15:10:12.657Z | Checking cpufeatures v0.3.0 |
| 1271 | 2026-08-25T15:10:12.739Z | Checking sha1 v0.11.0 |
| 1272 | 2026-08-25T15:10:12.769Z | Checking num_enum v0.5.11 |
| 1273 | 2026-08-25T15:10:12.897Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1274 | 2026-08-25T15:10:12.923Z | Checking tinyvec v1.10.0 |
| 1275 | 2026-08-25T15:10:12.955Z | Compiling derive_more v0.99.20 |
| 1276 | 2026-08-25T15:10:13.035Z | Checking toml v1.1.2+spec-1.1.0 |
| 1277 | 2026-08-25T15:10:13.236Z | Checking async-compression v0.4.33 |
| 1278 | 2026-08-25T15:10:13.336Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-08-25T15:10:13.399Z | Compiling nix v0.30.1 |
| 1280 | 2026-08-25T15:10:13.594Z | Checking libscf-sys v1.2.0 |
| 1281 | 2026-08-25T15:10:13.723Z | Compiling libz-sys v1.1.22 |
| 1282 | 2026-08-25T15:10:13.779Z | Compiling dropshot_endpoint v0.17.1 |
| 1283 | 2026-08-25T15:10:13.864Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1284 | 2026-08-25T15:10:14.056Z | Checking bytecount v0.6.9 |
| 1285 | 2026-08-25T15:10:14.204Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1286 | 2026-08-25T15:10:14.571Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1287 | 2026-08-25T15:10:14.743Z | Compiling usdt-attr-macro v0.5.0 |
| 1288 | 2026-08-25T15:10:14.822Z | Compiling usdt-macro v0.5.0 |
| 1289 | 2026-08-25T15:10:15.075Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1290 | 2026-08-25T15:10:15.139Z | Compiling zone_cfg_derive v0.3.1 |
| 1291 | 2026-08-25T15:10:15.156Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1292 | 2026-08-25T15:10:15.324Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-08-25T15:10:15.365Z | Checking itertools v0.12.1 |
| 1294 | 2026-08-25T15:10:15.466Z | Checking sigpipe v0.1.3 |
| 1295 | 2026-08-25T15:10:15.488Z | Checking memmap v0.7.0 |
| 1296 | 2026-08-25T15:10:15.544Z | Checking jiff v0.2.15 |
| 1297 | 2026-08-25T15:10:15.603Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1298 | 2026-08-25T15:10:15.618Z | Checking glob v0.3.3 |
| 1299 | 2026-08-25T15:10:15.787Z | Checking usdt v0.5.0 |
| 1300 | 2026-08-25T15:10:15.801Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1301 | 2026-08-25T15:10:15.837Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1302 | 2026-08-25T15:10:15.947Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1303 | 2026-08-25T15:10:16.013Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1304 | 2026-08-25T15:10:16.030Z | Checking smf v0.2.3 |
| 1305 | 2026-08-25T15:10:16.145Z | Checking secrecy v0.10.3 |
| 1306 | 2026-08-25T15:10:16.211Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1307 | 2026-08-25T15:10:16.224Z | Checking bstr v1.12.0 |
| 1308 | 2026-08-25T15:10:16.257Z | Checking whoami v1.6.1 |
| 1309 | 2026-08-25T15:10:16.333Z | Checking zone v0.3.1 |
| 1310 | 2026-08-25T15:10:16.470Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2026-08-25T15:10:16.595Z | Compiling clang-sys v1.8.1 |
| 1312 | 2026-08-25T15:10:16.609Z | Checking hmac v0.12.1 |
| 1313 | 2026-08-25T15:10:16.721Z | Checking inout v0.1.4 |
| 1314 | 2026-08-25T15:10:16.741Z | Compiling enum-as-inner v0.6.1 |
| 1315 | 2026-08-25T15:10:16.752Z | Checking ff v0.13.1 |
| 1316 | 2026-08-25T15:10:16.831Z | Checking data-encoding v2.9.0 |
| 1317 | 2026-08-25T15:10:16.851Z | Compiling semver v0.1.20 |
| 1318 | 2026-08-25T15:10:16.872Z | Checking group v0.13.0 |
| 1319 | 2026-08-25T15:10:16.976Z | Checking cipher v0.4.4 |
| 1320 | 2026-08-25T15:10:17.068Z | Compiling rustc_version v0.1.7 |
| 1321 | 2026-08-25T15:10:17.097Z | Checking hkdf v0.12.4 |
| 1322 | 2026-08-25T15:10:17.100Z | Checking atomicwrites v0.4.4 |
| 1323 | 2026-08-25T15:10:17.167Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1324 | 2026-08-25T15:10:17.231Z | Checking universal-hash v0.5.1 |
| 1325 | 2026-08-25T15:10:17.234Z | Checking crypto-bigint v0.5.5 |
| 1326 | 2026-08-25T15:10:17.265Z | Compiling regress v0.11.1 |
| 1327 | 2026-08-25T15:10:17.278Z | Checking half v2.7.1 |
| 1328 | 2026-08-25T15:10:17.350Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1329 | 2026-08-25T15:10:17.519Z | Checking indent_write v2.2.0 |
| 1330 | 2026-08-25T15:10:17.652Z | Checking opaque-debug v0.3.1 |
| 1331 | 2026-08-25T15:10:17.724Z | Checking base64ct v1.8.0 |
| 1332 | 2026-08-25T15:10:17.955Z | Checking ciborium-io v0.2.2 |
| 1333 | 2026-08-25T15:10:17.971Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1334 | 2026-08-25T15:10:18.005Z | Checking base16ct v0.2.0 |
| 1335 | 2026-08-25T15:10:18.045Z | Checking ciborium-ll v0.2.2 |
| 1336 | 2026-08-25T15:10:18.137Z | Checking password-hash v0.5.0 |
| 1337 | 2026-08-25T15:10:18.215Z | Checking poly1305 v0.8.0 |
| 1338 | 2026-08-25T15:10:18.229Z | Checking thiserror-no-std v2.0.2 |
| 1339 | 2026-08-25T15:10:18.263Z | Checking elliptic-curve v0.13.8 |
| 1340 | 2026-08-25T15:10:18.314Z | Compiling newtype_derive v0.1.6 |
| 1341 | 2026-08-25T15:10:18.360Z | Checking chacha20 v0.9.1 |
| 1342 | 2026-08-25T15:10:18.441Z | Checking similar v2.7.0 |
| 1343 | 2026-08-25T15:10:18.503Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1344 | 2026-08-25T15:10:18.538Z | Compiling nix v0.31.3 |
| 1345 | 2026-08-25T15:10:18.552Z | Checking blake2 v0.10.6 |
| 1346 | 2026-08-25T15:10:18.747Z | Checking aead v0.5.2 |
| 1347 | 2026-08-25T15:10:18.762Z | Compiling libloading v0.8.9 |
| 1348 | 2026-08-25T15:10:18.774Z | Compiling typify-impl v0.6.2 |
| 1349 | 2026-08-25T15:10:18.814Z | Checking keccak v0.1.6 |
| 1350 | 2026-08-25T15:10:18.881Z | Compiling owo-colors v4.3.0 |
| 1351 | 2026-08-25T15:10:18.919Z | Compiling bindgen v0.72.1 |
| 1352 | 2026-08-25T15:10:18.949Z | Checking linked-hash-map v0.5.6 |
| 1353 | 2026-08-25T15:10:18.968Z | Checking resolv-conf v0.7.5 |
| 1354 | 2026-08-25T15:10:19.115Z | Checking lru-cache v0.1.2 |
| 1355 | 2026-08-25T15:10:19.146Z | Checking sha3 v0.10.8 |
| 1356 | 2026-08-25T15:10:19.250Z | Checking chacha20poly1305 v0.10.1 |
| 1357 | 2026-08-25T15:10:19.263Z | Checking vsss-rs v3.3.4 |
| 1358 | 2026-08-25T15:10:19.333Z | Checking argon2 v0.5.3 |
| 1359 | 2026-08-25T15:10:19.423Z | Checking ciborium v0.2.2 |
| 1360 | 2026-08-25T15:10:19.632Z | Checking hickory-proto v0.24.4 |
| 1361 | 2026-08-25T15:10:19.834Z | Checking tokio-dtrace v0.1.1 |
| 1362 | 2026-08-25T15:10:19.869Z | Checking papergrid v0.18.0 |
| 1363 | 2026-08-25T15:10:19.884Z | Compiling cexpr v0.6.0 |
| 1364 | 2026-08-25T15:10:20.007Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1365 | 2026-08-25T15:10:20.292Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1366 | 2026-08-25T15:10:20.454Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1367 | 2026-08-25T15:10:20.630Z | Checking serde-big-array v0.5.1 |
| 1368 | 2026-08-25T15:10:20.686Z | Compiling serde_repr v0.1.20 |
| 1369 | 2026-08-25T15:10:20.791Z | Compiling derive-where v1.6.0 |
| 1370 | 2026-08-25T15:10:21.054Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1371 | 2026-08-25T15:10:21.145Z | Checking unicode-segmentation v1.12.0 |
| 1372 | 2026-08-25T15:10:21.230Z | Checking same-file v1.0.6 |
| 1373 | 2026-08-25T15:10:21.263Z | Compiling shlex v1.3.0 |
| 1374 | 2026-08-25T15:10:21.287Z | Checking siphasher v1.0.1 |
| 1375 | 2026-08-25T15:10:21.349Z | Checking walkdir v2.5.0 |
| 1376 | 2026-08-25T15:10:21.479Z | Checking phf_shared v0.12.1 |
| 1377 | 2026-08-25T15:10:21.506Z | Checking newline-converter v0.3.0 |
| 1378 | 2026-08-25T15:10:21.608Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1379 | 2026-08-25T15:10:21.620Z | Checking hickory-resolver v0.24.4 |
| 1380 | 2026-08-25T15:10:21.634Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1381 | 2026-08-25T15:10:22.075Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1382 | 2026-08-25T15:10:22.212Z | Checking tabled v0.21.0 |
| 1383 | 2026-08-25T15:10:22.227Z | Compiling typify-macro v0.6.2 |
| 1384 | 2026-08-25T15:10:22.301Z | Checking oxide-tokio-rt v0.1.2 |
| 1385 | 2026-08-25T15:10:22.442Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1386 | 2026-08-25T15:10:23.182Z | Checking itertools v0.15.0 |
| 1387 | 2026-08-25T15:10:23.229Z | Checking console v0.15.11 |
| 1388 | 2026-08-25T15:10:23.324Z | Compiling progenitor-impl v0.10.0 |
| 1389 | 2026-08-25T15:10:23.497Z | Checking tokio-stream v0.1.17 |
| 1390 | 2026-08-25T15:10:23.516Z | Compiling pin-project-internal v1.1.10 |
| 1391 | 2026-08-25T15:10:23.743Z | Compiling slog-dtrace v0.3.0 |
| 1392 | 2026-08-25T15:10:23.838Z | Checking csv-core v0.1.12 |
| 1393 | 2026-08-25T15:10:23.863Z | Checking foldhash v0.1.5 |
| 1394 | 2026-08-25T15:10:23.974Z | Checking unicode-linebreak v0.1.5 |
| 1395 | 2026-08-25T15:10:23.999Z | Checking smawk v0.3.2 |
| 1396 | 2026-08-25T15:10:24.019Z | Checking unicode-width v0.1.14 |
| 1397 | 2026-08-25T15:10:24.132Z | Compiling cancel-safe-futures v0.1.5 |
| 1398 | 2026-08-25T15:10:24.188Z | Compiling unicode-xid v0.2.6 |
| 1399 | 2026-08-25T15:10:24.241Z | Compiling chrono-tz v0.10.4 |
| 1400 | 2026-08-25T15:10:24.268Z | Checking swrite v0.1.0 |
| 1401 | 2026-08-25T15:10:24.308Z | Compiling const_format_proc_macros v0.2.34 |
| 1402 | 2026-08-25T15:10:24.400Z | Checking textwrap v0.16.2 |
| 1403 | 2026-08-25T15:10:24.474Z | Checking csv v1.4.0 |
| 1404 | 2026-08-25T15:10:24.593Z | Checking pin-project v1.1.10 |
| 1405 | 2026-08-25T15:10:24.613Z | Checking hashbrown v0.15.5 |
| 1406 | 2026-08-25T15:10:24.741Z | Checking qorb v0.4.1 |
| 1407 | 2026-08-25T15:10:24.839Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1408 | 2026-08-25T15:10:25.077Z | Checking expectorate v1.2.0 |
| 1409 | 2026-08-25T15:10:25.115Z | Checking phf v0.12.1 |
| 1410 | 2026-08-25T15:10:25.217Z | Checking unicode-normalization v0.1.24 |
| 1411 | 2026-08-25T15:10:25.262Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1412 | 2026-08-25T15:10:25.360Z | Compiling progenitor-macro v0.10.0 |
| 1413 | 2026-08-25T15:10:25.636Z | Compiling snafu-derive v0.8.9 |
| 1414 | 2026-08-25T15:10:26.099Z | Checking libsw-core v0.3.2 |
| 1415 | 2026-08-25T15:10:26.257Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1416 | 2026-08-25T15:10:26.289Z | Compiling async-recursion v1.1.1 |
| 1417 | 2026-08-25T15:10:26.593Z | Compiling cookie v0.18.1 |
| 1418 | 2026-08-25T15:10:26.716Z | Compiling moka v0.12.11 |
| 1419 | 2026-08-25T15:10:26.948Z | Checking fixedbitset v0.5.7 |
| 1420 | 2026-08-25T15:10:27.007Z | Checking fixedbitset v0.4.2 |
| 1421 | 2026-08-25T15:10:27.041Z | Checking highway v1.3.0 |
| 1422 | 2026-08-25T15:10:27.149Z | Checking petgraph v0.8.2 |
| 1423 | 2026-08-25T15:10:27.162Z | Checking petgraph v0.6.5 |
| 1424 | 2026-08-25T15:10:27.404Z | Checking snafu v0.8.9 |
| 1425 | 2026-08-25T15:10:27.608Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1426 | 2026-08-25T15:10:27.771Z | Checking libsw v3.5.0 |
| 1427 | 2026-08-25T15:10:27.947Z | Checking olpc-cjson v0.1.4 |
| 1428 | 2026-08-25T15:10:28.106Z | Checking const_format v0.2.34 |
| 1429 | 2026-08-25T15:10:28.323Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-08-25T15:10:28.437Z | Checking papergrid v0.11.0 |
| 1431 | 2026-08-25T15:10:28.545Z | Compiling typify v0.6.2 |
| 1432 | 2026-08-25T15:10:28.584Z | Checking globset v0.4.16 |
| 1433 | 2026-08-25T15:10:28.640Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1434 | 2026-08-25T15:10:28.714Z | Checking gethostname v0.5.0 |
| 1435 | 2026-08-25T15:10:28.822Z | Compiling tabled_derive v0.7.0 |
| 1436 | 2026-08-25T15:10:28.918Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1437 | 2026-08-25T15:10:29.031Z | Checking reqwest v0.13.2 |
| 1438 | 2026-08-25T15:10:29.127Z | Checking bcs v0.1.6 |
| 1439 | 2026-08-25T15:10:29.244Z | Checking pem v3.0.5 |
| 1440 | 2026-08-25T15:10:29.357Z | Checking serde_plain v1.0.2 |
| 1441 | 2026-08-25T15:10:29.408Z | Checking typed-path v0.9.3 |
| 1442 | 2026-08-25T15:10:29.491Z | Checking progenitor v0.10.0 |
| 1443 | 2026-08-25T15:10:29.504Z | Checking crc8 v0.1.1 |
| 1444 | 2026-08-25T15:10:29.582Z | Checking tagptr v0.2.0 |
| 1445 | 2026-08-25T15:10:29.598Z | Checking linear-map v1.2.0 |
| 1446 | 2026-08-25T15:10:29.620Z | Compiling signal-hook v0.4.4 |
| 1447 | 2026-08-25T15:10:29.719Z | Checking termtree v0.5.1 |
| 1448 | 2026-08-25T15:10:29.742Z | Checking humantime v2.3.0 |
| 1449 | 2026-08-25T15:10:29.767Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-08-25T15:10:29.852Z | Checking tabled v0.15.0 |
| 1451 | 2026-08-25T15:10:29.920Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1452 | 2026-08-25T15:10:30.162Z | Checking tough v0.20.0 |
| 1453 | 2026-08-25T15:10:30.485Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1454 | 2026-08-25T15:10:30.656Z | Compiling progenitor-impl v0.14.0 |
| 1455 | 2026-08-25T15:10:30.972Z | Checking steno v0.4.1 |
| 1456 | 2026-08-25T15:10:31.316Z | Checking hickory-proto v0.25.2 |
| 1457 | 2026-08-25T15:10:31.973Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1458 | 2026-08-25T15:10:32.066Z | Compiling cargo-platform v0.1.9 |
| 1459 | 2026-08-25T15:10:32.076Z | Compiling vergen v8.3.2 |
| 1460 | 2026-08-25T15:10:32.306Z | Compiling fs-err v3.1.2 |
| 1461 | 2026-08-25T15:10:32.337Z | Compiling cargo_metadata v0.18.1 |
| 1462 | 2026-08-25T15:10:32.598Z | Checking progenitor-client v0.14.0 |
| 1463 | 2026-08-25T15:10:32.647Z | Checking dropshot-api-manager-types v0.7.2 |
| 1464 | 2026-08-25T15:10:32.780Z | Compiling progenitor-macro v0.14.0 |
| 1465 | 2026-08-25T15:10:32.811Z | Checking sha2 v0.10.9 |
| 1466 | 2026-08-25T15:10:32.825Z | Compiling blake3 v1.8.2 |
| 1467 | 2026-08-25T15:10:32.946Z | Checking hickory-resolver v0.25.2 |
| 1468 | 2026-08-25T15:10:33.535Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1469 | 2026-08-25T15:10:33.562Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1470 | 2026-08-25T15:10:33.667Z | Checking git-stub v1.0.0 |
| 1471 | 2026-08-25T15:10:33.694Z | Compiling strum_macros v0.28.0 |
| 1472 | 2026-08-25T15:10:33.821Z | Checking filetime v0.2.26 |
| 1473 | 2026-08-25T15:10:34.278Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1474 | 2026-08-25T15:10:34.713Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-25T15:10:34.869Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-25T15:10:35.264Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-25T15:10:35.652Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-25T15:10:35.681Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-25T15:10:35.947Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-25T15:10:36.088Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-25T15:10:36.104Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-25T15:10:36.194Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-25T15:10:36.308Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1484 | 2026-08-25T15:10:36.463Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1485 | 2026-08-25T15:10:36.544Z | Checking arrayvec v0.7.6 |
| 1486 | 2026-08-25T15:10:36.732Z | Checking constant_time_eq v0.3.1 |
| 1487 | 2026-08-25T15:10:36.830Z | Checking is_ci v1.2.0 |
| 1488 | 2026-08-25T15:10:36.894Z | Checking progenitor v0.14.0 |
| 1489 | 2026-08-25T15:10:36.928Z | Checking xattr v1.6.1 |
| 1490 | 2026-08-25T15:10:36.943Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-08-25T15:10:37.018Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1492 | 2026-08-25T15:10:37.059Z | Checking arrayref v0.3.9 |
| 1493 | 2026-08-25T15:10:37.135Z | Compiling curl v0.4.50 |
| 1494 | 2026-08-25T15:10:37.261Z | Checking tar v0.4.45 |
| 1495 | 2026-08-25T15:10:37.337Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1496 | 2026-08-25T15:10:37.403Z | Checking supports-color v3.0.2 |
| 1497 | 2026-08-25T15:10:37.459Z | Checking toml v0.7.8 |
| 1498 | 2026-08-25T15:10:37.528Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1499 | 2026-08-25T15:10:37.531Z | Checking strum v0.28.0 |
| 1500 | 2026-08-25T15:10:37.655Z | Checking git-stub-vcs v0.1.0 |
| 1501 | 2026-08-25T15:10:37.890Z | Checking drift v0.2.0 |
| 1502 | 2026-08-25T15:10:38.026Z | Checking kstat-rs v0.2.4 |
| 1503 | 2026-08-25T15:10:38.195Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1504 | 2026-08-25T15:10:38.218Z | Checking topological-sort v0.2.2 |
| 1505 | 2026-08-25T15:10:38.356Z | Checking omicron-zone-package v0.12.2 |
| 1506 | 2026-08-25T15:10:38.516Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-08-25T15:10:38.583Z | Checking dropshot-api-manager v0.7.2 |
| 1508 | 2026-08-25T15:10:39.528Z | Checking signal-hook-tokio v0.4.0 |
| 1509 | 2026-08-25T15:10:39.558Z | Checking scuffle v0.1.0 |
| 1510 | 2026-08-25T15:10:39.659Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1511 | 2026-08-25T15:10:39.859Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1512 | 2026-08-25T15:10:39.903Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1513 | 2026-08-25T15:10:40.081Z | Checking iddqd v0.4.5 |
| 1514 | 2026-08-25T15:10:40.097Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1515 | 2026-08-25T15:10:40.441Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1516 | 2026-08-25T15:10:40.638Z | Checking search_path v0.1.4 |
| 1517 | 2026-08-25T15:10:40.688Z | Checking internet-checksum v0.2.1 |
| 1518 | 2026-08-25T15:10:40.777Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1519 | 2026-08-25T15:10:40.805Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1520 | 2026-08-25T15:10:40.821Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1521 | 2026-08-25T15:10:40.877Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1522 | 2026-08-25T15:10:40.923Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1523 | 2026-08-25T15:10:41.218Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1524 | 2026-08-25T15:10:41.838Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-08-25T15:10:42.708Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-08-25T15:10:42.920Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1527 | 2026-08-25T15:10:43.060Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1528 | 2026-08-25T15:10:43.597Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1529 | 2026-08-25T15:10:44.071Z | Compiling git2 v0.19.0 |
| 1530 | 2026-08-25T15:10:46.338Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1531 | 2026-08-25T15:10:48.606Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1532 | 2026-08-25T15:10:54.679Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1533 | 2026-08-25T15:10:55.948Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-25T15:11:00.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1535 | 2026-08-25T15:11:01.132Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1536 | 2026-08-25T15:11:01.132Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1537 | 2026-08-25T15:11:01.630Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1538 | 2026-08-25T15:11:01.634Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1539 | 2026-08-25T15:11:01.708Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1540 | 2026-08-25T15:11:01.712Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1541 | 2026-08-25T15:11:08.922Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1542 | 2026-08-25T15:11:08.926Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1543 | 2026-08-25T15:11:11.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.41s |
| 1544 | 2026-08-25T15:11:11.726Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1545 | 2026-08-25T15:11:11.726Z | + cargo clippy --features softnpu -- --deny warnings |
| 1546 | 2026-08-25T15:11:12.056Z | Downloading crates ... |
| 1547 | 2026-08-25T15:11:12.162Z | Downloaded typeid v1.0.3 |
| 1548 | 2026-08-25T15:11:12.170Z | Downloaded serde_arrays v0.1.0 |
| 1549 | 2026-08-25T15:11:12.174Z | Downloaded bitstruct_derive v0.1.0 |
| 1550 | 2026-08-25T15:11:12.174Z | Downloaded radium v0.7.0 |
| 1551 | 2026-08-25T15:11:12.186Z | Downloaded bitstruct v0.1.1 |
| 1552 | 2026-08-25T15:11:12.189Z | Downloaded wyz v0.5.1 |
| 1553 | 2026-08-25T15:11:12.189Z | Downloaded libloading v0.7.4 |
| 1554 | 2026-08-25T15:11:12.189Z | Downloaded erased-serde v0.4.8 |
| 1555 | 2026-08-25T15:11:12.192Z | Downloaded num-bigint v0.4.6 |
| 1556 | 2026-08-25T15:11:12.193Z | Downloaded tap v1.0.1 |
| 1557 | 2026-08-25T15:11:12.193Z | Downloaded ascii v1.1.0 |
| 1558 | 2026-08-25T15:11:12.196Z | Downloaded funty v2.0.0 |
| 1559 | 2026-08-25T15:11:12.209Z | Downloaded bitvec v1.0.1 |
| 1560 | 2026-08-25T15:11:12.330Z | Checking num-integer v0.1.46 |
| 1561 | 2026-08-25T15:11:12.408Z | Checking num-complex v0.4.6 |
| 1562 | 2026-08-25T15:11:12.418Z | Compiling radium v0.7.0 |
| 1563 | 2026-08-25T15:11:12.425Z | Checking tap v1.0.1 |
| 1564 | 2026-08-25T15:11:12.431Z | Checking funty v2.0.0 |
| 1565 | 2026-08-25T15:11:12.437Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1566 | 2026-08-25T15:11:12.440Z | Compiling typeid v1.0.3 |
| 1567 | 2026-08-25T15:11:12.449Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-08-25T15:11:12.510Z | Checking wyz v0.5.1 |
| 1569 | 2026-08-25T15:11:12.599Z | Checking num-bigint v0.4.6 |
| 1570 | 2026-08-25T15:11:12.599Z | Checking num-iter v0.1.45 |
| 1571 | 2026-08-25T15:11:12.654Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-08-25T15:11:12.672Z | Compiling erased-serde v0.4.8 |
| 1573 | 2026-08-25T15:11:12.719Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1574 | 2026-08-25T15:11:12.727Z | Compiling bitstruct_derive v0.1.0 |
| 1575 | 2026-08-25T15:11:12.751Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-08-25T15:11:12.798Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-25T15:11:12.825Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1578 | 2026-08-25T15:11:12.848Z | Checking bitvec v1.0.1 |
| 1579 | 2026-08-25T15:11:12.851Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-08-25T15:11:12.857Z | Checking ascii v1.1.0 |
| 1581 | 2026-08-25T15:11:12.918Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1582 | 2026-08-25T15:11:12.938Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-25T15:11:13.031Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-25T15:11:13.040Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1585 | 2026-08-25T15:11:13.052Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1586 | 2026-08-25T15:11:13.072Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1587 | 2026-08-25T15:11:13.327Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1588 | 2026-08-25T15:11:13.339Z | Checking serde_arrays v0.1.0 |
| 1589 | 2026-08-25T15:11:13.360Z | Checking bitstruct v0.1.1 |
| 1590 | 2026-08-25T15:11:13.453Z | Checking libloading v0.7.4 |
| 1591 | 2026-08-25T15:11:13.465Z | Checking num-rational v0.4.2 |
| 1592 | 2026-08-25T15:11:13.465Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1593 | 2026-08-25T15:11:13.706Z | Checking num v0.4.3 |
| 1594 | 2026-08-25T15:11:13.771Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-08-25T15:11:14.283Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1596 | 2026-08-25T15:11:14.566Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1597 | 2026-08-25T15:11:14.566Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1598 | 2026-08-25T15:11:14.754Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1599 | 2026-08-25T15:11:14.970Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-25T15:11:14.970Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-08-25T15:11:15.427Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-25T15:11:15.638Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1603 | 2026-08-25T15:11:15.638Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1604 | 2026-08-25T15:11:15.641Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1605 | 2026-08-25T15:11:15.641Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1606 | 2026-08-25T15:11:16.422Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1607 | 2026-08-25T15:11:17.254Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-25T15:11:21.313Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1609 | 2026-08-25T15:11:21.430Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1610 | 2026-08-25T15:11:27.881Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1611 | 2026-08-25T15:11:29.146Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1612 | 2026-08-25T15:11:29.672Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1613 | 2026-08-25T15:11:34.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.26s |
| 1614 | 2026-08-25T15:11:34.173Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1615 | 2026-08-25T15:11:34.173Z | + cargo clippy --features chaos -- --deny warnings |
| 1616 | 2026-08-25T15:11:34.653Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1617 | 2026-08-25T15:11:34.657Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1618 | 2026-08-25T15:11:34.657Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1619 | 2026-08-25T15:11:41.908Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1620 | 2026-08-25T15:11:41.911Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1621 | 2026-08-25T15:11:44.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.30s |
| 1622 | 2026-08-25T15:11:44.655Z | + banner fmt |
| 1623 | 2026-08-25T15:11:44.659Z | |
| 1624 | 2026-08-25T15:11:44.659Z | ###### # # ##### |
| 1625 | 2026-08-25T15:11:44.659Z | # ## ## # |
| 1626 | 2026-08-25T15:11:44.659Z | ##### # ## # # |
| 1627 | 2026-08-25T15:11:44.659Z | # # # # |
| 1628 | 2026-08-25T15:11:44.659Z | # # # # |
| 1629 | 2026-08-25T15:11:44.659Z | # # # # |
| 1630 | 2026-08-25T15:11:44.659Z | |
| 1631 | 2026-08-25T15:11:44.659Z | + cargo fmt -- --check |
| 1632 | 2026-08-25T15:11:45.106Z | + banner test |
| 1633 | 2026-08-25T15:11:45.109Z | |
| 1634 | 2026-08-25T15:11:45.109Z | ##### ###### #### ##### |
| 1635 | 2026-08-25T15:11:45.109Z | # # # # |
| 1636 | 2026-08-25T15:11:45.109Z | # ##### #### # |
| 1637 | 2026-08-25T15:11:45.109Z | # # # # |
| 1638 | 2026-08-25T15:11:45.109Z | # # # # # |
| 1639 | 2026-08-25T15:11:45.109Z | # ###### #### # |
| 1640 | 2026-08-25T15:11:45.109Z | |
| 1641 | 2026-08-25T15:11:45.109Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1642 | 2026-08-25T15:11:45.109Z | + RUST_BACKTRACE=full |
| 1643 | 2026-08-25T15:11:45.109Z | + cargo test --features tofino_stub --no-fail-fast |
| 1644 | 2026-08-25T15:11:45.948Z | Compiling unicode-ident v1.0.24 |
| 1645 | 2026-08-25T15:11:45.948Z | Compiling cfg-if v1.0.4 |
| 1646 | 2026-08-25T15:11:45.952Z | Compiling memchr v2.7.5 |
| 1647 | 2026-08-25T15:11:46.053Z | Compiling serde_core v1.0.228 |
| 1648 | 2026-08-25T15:11:46.068Z | Compiling itoa v1.0.15 |
| 1649 | 2026-08-25T15:11:46.075Z | Compiling libc v0.2.186 |
| 1650 | 2026-08-25T15:11:46.083Z | Compiling zmij v1.0.17 |
| 1651 | 2026-08-25T15:11:46.108Z | Compiling libm v0.2.15 |
| 1652 | 2026-08-25T15:11:46.158Z | Compiling proc-macro2 v1.0.106 |
| 1653 | 2026-08-25T15:11:46.209Z | Compiling equivalent v1.0.2 |
| 1654 | 2026-08-25T15:11:46.297Z | Compiling log v0.4.29 |
| 1655 | 2026-08-25T15:11:46.356Z | Compiling heck v0.5.0 |
| 1656 | 2026-08-25T15:11:46.570Z | Compiling quote v1.0.45 |
| 1657 | 2026-08-25T15:11:46.614Z | Compiling iana-time-zone v0.1.64 |
| 1658 | 2026-08-25T15:11:46.627Z | Compiling smallvec v1.15.1 |
| 1659 | 2026-08-25T15:11:46.821Z | Compiling syn v2.0.118 |
| 1660 | 2026-08-25T15:11:46.836Z | Compiling dyn-clone v1.0.20 |
| 1661 | 2026-08-25T15:11:46.840Z | Compiling hashbrown v0.17.1 |
| 1662 | 2026-08-25T15:11:46.890Z | Compiling fnv v1.0.7 |
| 1663 | 2026-08-25T15:11:46.895Z | Compiling stable_deref_trait v1.2.0 |
| 1664 | 2026-08-25T15:11:46.979Z | Compiling regex-syntax v0.8.11 |
| 1665 | 2026-08-25T15:11:46.984Z | Compiling pin-project-lite v0.2.16 |
| 1666 | 2026-08-25T15:11:47.003Z | Compiling percent-encoding v2.3.2 |
| 1667 | 2026-08-25T15:11:47.087Z | Compiling litemap v0.8.0 |
| 1668 | 2026-08-25T15:11:47.243Z | Compiling writeable v0.6.1 |
| 1669 | 2026-08-25T15:11:47.251Z | Compiling num-traits v0.2.19 |
| 1670 | 2026-08-25T15:11:47.306Z | Compiling icu_properties_data v2.0.1 |
| 1671 | 2026-08-25T15:11:47.391Z | Compiling icu_normalizer_data v2.0.0 |
| 1672 | 2026-08-25T15:11:47.445Z | Compiling form_urlencoded v1.2.2 |
| 1673 | 2026-08-25T15:11:47.472Z | Compiling utf8_iter v1.0.4 |
| 1674 | 2026-08-25T15:11:47.496Z | Compiling getrandom v0.4.2 |
| 1675 | 2026-08-25T15:11:47.625Z | Compiling aho-corasick v1.1.3 |
| 1676 | 2026-08-25T15:11:47.646Z | Compiling byteorder v1.5.0 |
| 1677 | 2026-08-25T15:11:47.651Z | Compiling ucd-trie v0.1.7 |
| 1678 | 2026-08-25T15:11:47.885Z | Compiling semver v1.0.28 |
| 1679 | 2026-08-25T15:11:47.955Z | Compiling serde_json v1.0.150 |
| 1680 | 2026-08-25T15:11:47.955Z | Compiling indexmap v2.14.0 |
| 1681 | 2026-08-25T15:11:48.105Z | Compiling scopeguard v1.2.0 |
| 1682 | 2026-08-25T15:11:48.166Z | Compiling lock_api v0.4.14 |
| 1683 | 2026-08-25T15:11:48.196Z | Compiling uuid v1.23.3 |
| 1684 | 2026-08-25T15:11:48.267Z | Compiling allocator-api2 v0.2.21 |
| 1685 | 2026-08-25T15:11:48.280Z | Compiling foldhash v0.2.0 |
| 1686 | 2026-08-25T15:11:48.490Z | Compiling regex-automata v0.4.13 |
| 1687 | 2026-08-25T15:11:48.504Z | Compiling futures-core v0.3.32 |
| 1688 | 2026-08-25T15:11:48.587Z | Compiling hashbrown v0.16.1 |
| 1689 | 2026-08-25T15:11:48.657Z | Compiling ryu v1.0.20 |
| 1690 | 2026-08-25T15:11:48.848Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-08-25T15:11:48.989Z | Compiling strsim v0.11.1 |
| 1692 | 2026-08-25T15:11:49.058Z | Compiling time-core v0.1.8 |
| 1693 | 2026-08-25T15:11:49.173Z | Compiling num-conv v0.2.1 |
| 1694 | 2026-08-25T15:11:49.211Z | Compiling futures-sink v0.3.32 |
| 1695 | 2026-08-25T15:11:49.270Z | Compiling plain v0.2.3 |
| 1696 | 2026-08-25T15:11:49.318Z | Compiling slab v0.4.11 |
| 1697 | 2026-08-25T15:11:49.330Z | Compiling time-macros v0.2.27 |
| 1698 | 2026-08-25T15:11:49.392Z | Compiling futures-channel v0.3.32 |
| 1699 | 2026-08-25T15:11:49.613Z | Compiling synstructure v0.13.2 |
| 1700 | 2026-08-25T15:11:49.635Z | Compiling serde_derive_internals v0.29.1 |
| 1701 | 2026-08-25T15:11:49.648Z | Compiling futures-task v0.3.32 |
| 1702 | 2026-08-25T15:11:49.818Z | Compiling futures-io v0.3.32 |
| 1703 | 2026-08-25T15:11:49.981Z | Compiling regress v0.10.5 |
| 1704 | 2026-08-25T15:11:50.002Z | Compiling darling_core v0.21.3 |
| 1705 | 2026-08-25T15:11:50.116Z | Compiling thread-id v5.0.0 |
| 1706 | 2026-08-25T15:11:50.200Z | Compiling regex v1.12.4 |
| 1707 | 2026-08-25T15:11:50.238Z | Compiling getrandom v0.2.16 |
| 1708 | 2026-08-25T15:11:50.318Z | Compiling socket2 v0.6.4 |
| 1709 | 2026-08-25T15:11:50.421Z | Compiling parking_lot_core v0.9.12 |
| 1710 | 2026-08-25T15:11:50.669Z | Compiling parking_lot v0.12.5 |
| 1711 | 2026-08-25T15:11:50.717Z | Compiling bitflags v2.11.1 |
| 1712 | 2026-08-25T15:11:50.761Z | Compiling signal-hook-registry v1.4.6 |
| 1713 | 2026-08-25T15:11:50.795Z | Compiling serde_derive v1.0.228 |
| 1714 | 2026-08-25T15:11:50.807Z | Compiling zerofrom-derive v0.1.6 |
| 1715 | 2026-08-25T15:11:50.960Z | Compiling yoke-derive v0.8.0 |
| 1716 | 2026-08-25T15:11:51.040Z | Compiling zerovec-derive v0.11.1 |
| 1717 | 2026-08-25T15:11:51.074Z | Compiling displaydoc v0.2.5 |
| 1718 | 2026-08-25T15:11:51.151Z | Compiling thiserror-impl v2.0.18 |
| 1719 | 2026-08-25T15:11:51.896Z | Compiling schemars_derive v0.8.22 |
| 1720 | 2026-08-25T15:11:52.033Z | Compiling tokio-macros v2.7.0 |
| 1721 | 2026-08-25T15:11:52.088Z | Compiling zeroize_derive v1.4.3 |
| 1722 | 2026-08-25T15:11:52.150Z | Compiling zerocopy-derive v0.8.27 |
| 1723 | 2026-08-25T15:11:52.177Z | Compiling futures-macro v0.3.32 |
| 1724 | 2026-08-25T15:11:52.410Z | Compiling thiserror v2.0.18 |
| 1725 | 2026-08-25T15:11:52.519Z | Compiling zerofrom v0.1.6 |
| 1726 | 2026-08-25T15:11:52.653Z | Compiling yoke v0.8.0 |
| 1727 | 2026-08-25T15:11:52.782Z | Compiling tracing-attributes v0.1.30 |
| 1728 | 2026-08-25T15:11:52.795Z | Compiling thiserror-impl v1.0.69 |
| 1729 | 2026-08-25T15:11:52.843Z | Compiling zerovec v0.11.4 |
| 1730 | 2026-08-25T15:11:53.026Z | Compiling zerotrie v0.2.2 |
| 1731 | 2026-08-25T15:11:53.129Z | Compiling pest v2.8.2 |
| 1732 | 2026-08-25T15:11:53.336Z | Compiling scroll_derive v0.13.1 |
| 1733 | 2026-08-25T15:11:53.426Z | Compiling zerocopy v0.8.27 |
| 1734 | 2026-08-25T15:11:53.512Z | Compiling serde v1.0.228 |
| 1735 | 2026-08-25T15:11:53.874Z | Compiling tinystr v0.8.1 |
| 1736 | 2026-08-25T15:11:53.962Z | Compiling bytes v1.12.0 |
| 1737 | 2026-08-25T15:11:54.006Z | Compiling serde_tokenstream v0.2.3 |
| 1738 | 2026-08-25T15:11:54.035Z | Compiling icu_locale_core v2.0.0 |
| 1739 | 2026-08-25T15:11:54.077Z | Compiling potential_utf v0.1.3 |
| 1740 | 2026-08-25T15:11:54.195Z | Compiling icu_collections v2.0.0 |
| 1741 | 2026-08-25T15:11:54.199Z | Compiling chrono v0.4.45 |
| 1742 | 2026-08-25T15:11:54.246Z | Compiling pest_meta v2.8.2 |
| 1743 | 2026-08-25T15:11:54.284Z | Compiling async-trait v0.1.89 |
| 1744 | 2026-08-25T15:11:54.423Z | Compiling http v1.4.2 |
| 1745 | 2026-08-25T15:11:54.604Z | Compiling icu_provider v2.0.0 |
| 1746 | 2026-08-25T15:11:54.716Z | Compiling scroll v0.13.0 |
| 1747 | 2026-08-25T15:11:54.878Z | Compiling icu_normalizer v2.0.0 |
| 1748 | 2026-08-25T15:11:54.883Z | Compiling icu_properties v2.0.1 |
| 1749 | 2026-08-25T15:11:54.915Z | Compiling pest_generator v2.8.2 |
| 1750 | 2026-08-25T15:11:54.983Z | Compiling goblin v0.10.1 |
| 1751 | 2026-08-25T15:11:55.272Z | Compiling schemars v0.8.22 |
| 1752 | 2026-08-25T15:11:55.407Z | Compiling daft-derive v0.1.5 |
| 1753 | 2026-08-25T15:11:55.543Z | Compiling darling_macro v0.21.3 |
| 1754 | 2026-08-25T15:11:55.555Z | Compiling pest_derive v2.8.2 |
| 1755 | 2026-08-25T15:11:55.724Z | Compiling openssl-macros v0.1.1 |
| 1756 | 2026-08-25T15:11:56.074Z | Compiling idna_adapter v1.2.1 |
| 1757 | 2026-08-25T15:11:56.113Z | Compiling typify-impl v0.4.3 |
| 1758 | 2026-08-25T15:11:56.125Z | Compiling dtrace-parser v0.3.0 |
| 1759 | 2026-08-25T15:11:56.136Z | Compiling darling v0.21.3 |
| 1760 | 2026-08-25T15:11:56.166Z | Compiling openapiv3 v2.2.0 |
| 1761 | 2026-08-25T15:11:56.280Z | Compiling idna v1.1.0 |
| 1762 | 2026-08-25T15:11:56.307Z | Compiling async-stream-impl v0.3.6 |
| 1763 | 2026-08-25T15:11:56.434Z | Compiling structmeta-derive v0.3.0 |
| 1764 | 2026-08-25T15:11:56.958Z | Compiling url v2.5.7 |
| 1765 | 2026-08-25T15:11:57.036Z | Compiling newtype-uuid-macros v0.1.0 |
| 1766 | 2026-08-25T15:11:57.047Z | Compiling serde_yaml v0.9.34+deprecated |
| 1767 | 2026-08-25T15:11:57.498Z | Compiling structmeta v0.3.0 |
| 1768 | 2026-08-25T15:11:57.707Z | Compiling zeroize v1.8.1 |
| 1769 | 2026-08-25T15:11:57.801Z | Compiling dof v0.4.0 |
| 1770 | 2026-08-25T15:11:57.824Z | Compiling strum_macros v0.26.4 |
| 1771 | 2026-08-25T15:11:57.849Z | Compiling untrusted v0.9.0 |
| 1772 | 2026-08-25T15:11:57.862Z | Compiling thiserror v1.0.69 |
| 1773 | 2026-08-25T15:11:57.912Z | Compiling mio v1.2.1 |
| 1774 | 2026-08-25T15:11:57.962Z | Compiling omicron-workspace-hack v0.1.0 |
| 1775 | 2026-08-25T15:11:57.976Z | Compiling base64 v0.22.1 |
| 1776 | 2026-08-25T15:11:58.312Z | Compiling usdt-impl v0.6.0 |
| 1777 | 2026-08-25T15:11:58.330Z | Compiling tokio v1.52.3 |
| 1778 | 2026-08-25T15:11:58.431Z | Compiling http-body v1.0.1 |
| 1779 | 2026-08-25T15:11:58.592Z | Compiling dropshot_endpoint v0.16.7 |
| 1780 | 2026-08-25T15:11:58.899Z | Compiling ref-cast-impl v1.0.25 |
| 1781 | 2026-08-25T15:11:59.014Z | Compiling atomic-waker v1.1.2 |
| 1782 | 2026-08-25T15:11:59.227Z | Compiling ipnet v2.11.0 |
| 1783 | 2026-08-25T15:11:59.456Z | Compiling derive-ex v0.1.8 |
| 1784 | 2026-08-25T15:11:59.541Z | Compiling strum_macros v0.27.2 |
| 1785 | 2026-08-25T15:11:59.547Z | Compiling httparse v1.10.1 |
| 1786 | 2026-08-25T15:11:59.772Z | Compiling portable-atomic v1.11.1 |
| 1787 | 2026-08-25T15:11:59.838Z | Compiling usdt-macro v0.6.0 |
| 1788 | 2026-08-25T15:11:59.850Z | Compiling usdt-attr-macro v0.6.0 |
| 1789 | 2026-08-25T15:12:00.259Z | Compiling tower-service v0.3.3 |
| 1790 | 2026-08-25T15:12:00.292Z | Compiling tower-layer v0.3.3 |
| 1791 | 2026-08-25T15:12:00.459Z | Compiling try-lock v0.2.5 |
| 1792 | 2026-08-25T15:12:00.491Z | Compiling critical-section v1.2.0 |
| 1793 | 2026-08-25T15:12:00.573Z | Compiling want v0.3.1 |
| 1794 | 2026-08-25T15:12:00.604Z | Compiling once_cell v1.21.3 |
| 1795 | 2026-08-25T15:12:00.823Z | Compiling httpdate v1.0.3 |
| 1796 | 2026-08-25T15:12:00.948Z | Compiling serde_with_macros v3.14.1 |
| 1797 | 2026-08-25T15:12:01.044Z | Compiling test-strategy v0.4.3 |
| 1798 | 2026-08-25T15:12:01.059Z | Compiling ppv-lite86 v0.2.21 |
| 1799 | 2026-08-25T15:12:01.421Z | Compiling erased-serde v0.3.31 |
| 1800 | 2026-08-25T15:12:01.450Z | Compiling subtle v2.6.1 |
| 1801 | 2026-08-25T15:12:01.625Z | Compiling parse-display-derive v0.10.0 |
| 1802 | 2026-08-25T15:12:01.926Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-08-25T15:12:02.425Z | Compiling typify-macro v0.4.3 |
| 1804 | 2026-08-25T15:12:02.457Z | Compiling http-body-util v0.1.3 |
| 1805 | 2026-08-25T15:12:02.505Z | Compiling anyhow v1.0.102 |
| 1806 | 2026-08-25T15:12:02.719Z | Compiling serde_urlencoded v0.7.1 |
| 1807 | 2026-08-25T15:12:02.789Z | Compiling rand_core v0.6.4 |
| 1808 | 2026-08-25T15:12:02.969Z | Compiling typenum v1.20.1 |
| 1809 | 2026-08-25T15:12:03.190Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1810 | 2026-08-25T15:12:03.512Z | Compiling futures-util v0.3.32 |
| 1811 | 2026-08-25T15:12:03.779Z | Compiling sync_wrapper v1.0.2 |
| 1812 | 2026-08-25T15:12:03.847Z | Compiling powerfmt v0.2.0 |
| 1813 | 2026-08-25T15:12:04.041Z | Compiling deranged v0.5.3 |
| 1814 | 2026-08-25T15:12:04.068Z | Compiling num_threads v0.1.7 |
| 1815 | 2026-08-25T15:12:04.204Z | Compiling tracing-core v0.1.34 |
| 1816 | 2026-08-25T15:12:04.317Z | Compiling camino v1.2.3 |
| 1817 | 2026-08-25T15:12:04.414Z | Compiling iri-string v0.7.8 |
| 1818 | 2026-08-25T15:12:04.461Z | Compiling typify v0.4.3 |
| 1819 | 2026-08-25T15:12:04.557Z | Compiling progenitor-impl v0.11.1 |
| 1820 | 2026-08-25T15:12:04.791Z | Compiling tracing v0.1.41 |
| 1821 | 2026-08-25T15:12:04.908Z | Compiling encoding_rs v0.8.35 |
| 1822 | 2026-08-25T15:12:04.976Z | Compiling fastrand v2.3.0 |
| 1823 | 2026-08-25T15:12:05.020Z | Compiling cpufeatures v0.2.17 |
| 1824 | 2026-08-25T15:12:05.095Z | Compiling mime v0.3.17 |
| 1825 | 2026-08-25T15:12:05.108Z | Compiling generic-array v0.14.7 |
| 1826 | 2026-08-25T15:12:05.389Z | Compiling hex v0.4.3 |
| 1827 | 2026-08-25T15:12:05.594Z | Compiling crypto-common v0.1.6 |
| 1828 | 2026-08-25T15:12:05.608Z | Compiling errno v0.3.14 |
| 1829 | 2026-08-25T15:12:05.757Z | Compiling tokio-util v0.7.16 |
| 1830 | 2026-08-25T15:12:05.990Z | Compiling thread_local v1.1.9 |
| 1831 | 2026-08-25T15:12:06.004Z | Compiling unicode-width v0.2.1 |
| 1832 | 2026-08-25T15:12:06.183Z | Compiling syn v1.0.109 |
| 1833 | 2026-08-25T15:12:06.271Z | Compiling rustls-pki-types v1.12.0 |
| 1834 | 2026-08-25T15:12:06.361Z | Compiling match_cfg v0.1.0 |
| 1835 | 2026-08-25T15:12:06.541Z | Compiling winnow v0.7.14 |
| 1836 | 2026-08-25T15:12:06.660Z | Compiling rustix v1.1.4 |
| 1837 | 2026-08-25T15:12:07.081Z | Compiling take_mut v0.2.2 |
| 1838 | 2026-08-25T15:12:07.197Z | Compiling term v1.2.0 |
| 1839 | 2026-08-25T15:12:07.302Z | Compiling winnow v1.0.3 |
| 1840 | 2026-08-25T15:12:07.657Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1841 | 2026-08-25T15:12:07.691Z | Compiling h2 v0.4.14 |
| 1842 | 2026-08-25T15:12:07.862Z | Compiling ring v0.17.14 |
| 1843 | 2026-08-25T15:12:08.092Z | Compiling progenitor-macro v0.11.1 |
| 1844 | 2026-08-25T15:12:08.108Z | Compiling serde_spanned v1.1.1 |
| 1845 | 2026-08-25T15:12:08.368Z | Compiling spin v0.9.8 |
| 1846 | 2026-08-25T15:12:08.381Z | Compiling debug-ignore v1.0.5 |
| 1847 | 2026-08-25T15:12:08.486Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1848 | 2026-08-25T15:12:08.714Z | Compiling socket2 v0.5.10 |
| 1849 | 2026-08-25T15:12:08.885Z | Compiling quick-error v1.2.3 |
| 1850 | 2026-08-25T15:12:09.165Z | Compiling block-buffer v0.10.4 |
| 1851 | 2026-08-25T15:12:09.320Z | Compiling waitgroup v0.1.2 |
| 1852 | 2026-08-25T15:12:09.467Z | Compiling async-stream v0.3.6 |
| 1853 | 2026-08-25T15:12:09.590Z | Compiling serde_path_to_error v0.1.20 |
| 1854 | 2026-08-25T15:12:09.639Z | Compiling lazy_static v1.5.0 |
| 1855 | 2026-08-25T15:12:09.745Z | Compiling bit-vec v0.8.0 |
| 1856 | 2026-08-25T15:12:09.887Z | Compiling hyper v1.10.1 |
| 1857 | 2026-08-25T15:12:09.947Z | Compiling bit-set v0.8.0 |
| 1858 | 2026-08-25T15:12:09.986Z | Compiling digest v0.10.7 |
| 1859 | 2026-08-25T15:12:10.053Z | Compiling strum v0.26.3 |
| 1860 | 2026-08-25T15:12:10.109Z | Compiling ipnetwork v0.21.1 |
| 1861 | 2026-08-25T15:12:10.181Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-08-25T15:12:10.200Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1863 | 2026-08-25T15:12:10.555Z | Compiling unarray v0.1.4 |
| 1864 | 2026-08-25T15:12:10.628Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1865 | 2026-08-25T15:12:10.663Z | Compiling slog v2.8.2 |
| 1866 | 2026-08-25T15:12:10.675Z | Compiling macaddr v1.0.1 |
| 1867 | 2026-08-25T15:12:10.686Z | Compiling tabwriter v1.4.1 |
| 1868 | 2026-08-25T15:12:10.837Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1869 | 2026-08-25T15:12:10.901Z | Compiling ref-cast v1.0.25 |
| 1870 | 2026-08-25T15:12:10.923Z | Compiling colored v3.1.1 |
| 1871 | 2026-08-25T15:12:11.006Z | Compiling hyper-util v0.1.20 |
| 1872 | 2026-08-25T15:12:11.062Z | Compiling strum v0.27.2 |
| 1873 | 2026-08-25T15:12:11.113Z | Compiling aws-lc-sys v0.39.1 |
| 1874 | 2026-08-25T15:12:11.188Z | Compiling getrandom v0.3.3 |
| 1875 | 2026-08-25T15:12:11.400Z | Compiling untrusted v0.7.1 |
| 1876 | 2026-08-25T15:12:11.531Z | Compiling rand_core v0.9.3 |
| 1877 | 2026-08-25T15:12:11.655Z | Compiling oxnet v0.1.6 |
| 1878 | 2026-08-25T15:12:11.757Z | Compiling aws-lc-rs v1.16.2 |
| 1879 | 2026-08-25T15:12:11.805Z | Compiling openssl-sys v0.9.117 |
| 1880 | 2026-08-25T15:12:12.231Z | Compiling instant v0.1.13 |
| 1881 | 2026-08-25T15:12:12.264Z | Compiling foreign-types-shared v0.1.1 |
| 1882 | 2026-08-25T15:12:12.343Z | Compiling foreign-types v0.3.2 |
| 1883 | 2026-08-25T15:12:12.356Z | Compiling rand_chacha v0.9.0 |
| 1884 | 2026-08-25T15:12:12.420Z | Compiling tempfile v3.27.0 |
| 1885 | 2026-08-25T15:12:12.746Z | Compiling rustls-webpki v0.103.6 |
| 1886 | 2026-08-25T15:12:12.841Z | Compiling futures-executor v0.3.32 |
| 1887 | 2026-08-25T15:12:12.853Z | Compiling tower v0.5.2 |
| 1888 | 2026-08-25T15:12:13.260Z | Compiling rustls v0.23.40 |
| 1889 | 2026-08-25T15:12:13.293Z | Compiling openssl-probe v0.1.6 |
| 1890 | 2026-08-25T15:12:13.325Z | Compiling tower-http v0.6.8 |
| 1891 | 2026-08-25T15:12:13.510Z | Compiling futures v0.3.32 |
| 1892 | 2026-08-25T15:12:13.567Z | Compiling rand v0.9.3 |
| 1893 | 2026-08-25T15:12:13.755Z | Compiling openssl v0.10.81 |
| 1894 | 2026-08-25T15:12:13.768Z | Compiling toml_datetime v0.6.11 |
| 1895 | 2026-08-25T15:12:13.893Z | Compiling time v0.3.47 |
| 1896 | 2026-08-25T15:12:14.173Z | Compiling clap_derive v4.6.1 |
| 1897 | 2026-08-25T15:12:14.243Z | Compiling memmap2 v0.9.8 |
| 1898 | 2026-08-25T15:12:14.903Z | Compiling crossbeam-channel v0.5.15 |
| 1899 | 2026-08-25T15:12:15.300Z | Compiling webpki-roots v1.0.2 |
| 1900 | 2026-08-25T15:12:15.368Z | Compiling newtype-uuid v1.3.2 |
| 1901 | 2026-08-25T15:12:15.582Z | Compiling daft v0.1.5 |
| 1902 | 2026-08-25T15:12:15.826Z | Compiling is-terminal v0.4.16 |
| 1903 | 2026-08-25T15:12:15.859Z | Compiling either v1.15.0 |
| 1904 | 2026-08-25T15:12:15.953Z | Compiling slog-term v2.9.2 |
| 1905 | 2026-08-25T15:12:16.066Z | Compiling native-tls v0.2.14 |
| 1906 | 2026-08-25T15:12:16.434Z | Compiling tokio-rustls v0.26.4 |
| 1907 | 2026-08-25T15:12:16.574Z | Compiling tokio-native-tls v0.3.1 |
| 1908 | 2026-08-25T15:12:16.587Z | Compiling usdt v0.6.0 |
| 1909 | 2026-08-25T15:12:16.614Z | Compiling slog-async v2.8.0 |
| 1910 | 2026-08-25T15:12:16.655Z | Compiling hyper-rustls v0.27.7 |
| 1911 | 2026-08-25T15:12:16.707Z | Compiling hyper-tls v0.6.0 |
| 1912 | 2026-08-25T15:12:16.710Z | Compiling slog-json v2.6.1 |
| 1913 | 2026-08-25T15:12:16.750Z | Compiling hostname v0.3.1 |
| 1914 | 2026-08-25T15:12:16.868Z | Compiling reqwest v0.12.23 |
| 1915 | 2026-08-25T15:12:16.943Z | Compiling slog-bunyan v2.5.0 |
| 1916 | 2026-08-25T15:12:16.997Z | Compiling rustls-webpki v0.102.8 |
| 1917 | 2026-08-25T15:12:17.081Z | Compiling multer v3.1.0 |
| 1918 | 2026-08-25T15:12:17.132Z | Compiling rustls-pemfile v2.2.0 |
| 1919 | 2026-08-25T15:12:17.162Z | Compiling hostname v0.4.2 |
| 1920 | 2026-08-25T15:12:17.330Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1921 | 2026-08-25T15:12:17.680Z | Compiling rustls v0.22.4 |
| 1922 | 2026-08-25T15:12:17.894Z | Compiling rand_chacha v0.3.1 |
| 1923 | 2026-08-25T15:12:17.918Z | Compiling wait-timeout v0.2.1 |
| 1924 | 2026-08-25T15:12:18.224Z | Compiling rand v0.8.5 |
| 1925 | 2026-08-25T15:12:18.396Z | Compiling rusty-fork v0.3.0 |
| 1926 | 2026-08-25T15:12:18.523Z | Compiling rand_xorshift v0.4.0 |
| 1927 | 2026-08-25T15:12:18.676Z | Compiling sha1 v0.10.6 |
| 1928 | 2026-08-25T15:12:18.886Z | Compiling proptest v1.8.0 |
| 1929 | 2026-08-25T15:12:19.353Z | Compiling tokio-rustls v0.25.0 |
| 1930 | 2026-08-25T15:12:19.575Z | Compiling dropshot v0.16.7 |
| 1931 | 2026-08-25T15:12:19.722Z | Compiling itertools v0.14.0 |
| 1932 | 2026-08-25T15:12:20.964Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1933 | 2026-08-25T15:12:21.464Z | Compiling progenitor-client v0.11.1 |
| 1934 | 2026-08-25T15:12:21.592Z | Compiling progenitor-client v0.10.0 |
| 1935 | 2026-08-25T15:12:21.777Z | Compiling serde_with v3.14.1 |
| 1936 | 2026-08-25T15:12:21.897Z | Compiling num-derive v0.4.2 |
| 1937 | 2026-08-25T15:12:22.109Z | Compiling progenitor v0.11.1 |
| 1938 | 2026-08-25T15:12:22.261Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1939 | 2026-08-25T15:12:22.611Z | Compiling rustc-hash v2.1.1 |
| 1940 | 2026-08-25T15:12:22.741Z | Compiling iddqd v0.3.18 |
| 1941 | 2026-08-25T15:12:22.755Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1942 | 2026-08-25T15:12:22.869Z | Compiling backoff v0.4.0 |
| 1943 | 2026-08-25T15:12:23.270Z | Compiling parse-display v0.10.0 |
| 1944 | 2026-08-25T15:12:23.451Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1945 | 2026-08-25T15:12:23.588Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1946 | 2026-08-25T15:12:23.612Z | Compiling anstyle v1.0.14 |
| 1947 | 2026-08-25T15:12:23.847Z | Compiling utf8parse v0.2.2 |
| 1948 | 2026-08-25T15:12:24.196Z | Compiling anstyle-parse v1.0.0 |
| 1949 | 2026-08-25T15:12:24.364Z | Compiling colorchoice v1.0.4 |
| 1950 | 2026-08-25T15:12:24.377Z | Compiling anstyle-query v1.1.4 |
| 1951 | 2026-08-25T15:12:24.389Z | Compiling is_terminal_polyfill v1.70.1 |
| 1952 | 2026-08-25T15:12:24.479Z | Compiling anstream v1.0.0 |
| 1953 | 2026-08-25T15:12:24.528Z | Compiling clap_lex v1.1.0 |
| 1954 | 2026-08-25T15:12:25.605Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1955 | 2026-08-25T15:12:28.028Z | Compiling winnow v0.5.40 |
| 1956 | 2026-08-25T15:12:33.037Z | Compiling terminal_size v0.4.3 |
| 1957 | 2026-08-25T15:12:34.312Z | Compiling clap_builder v4.6.0 |
| 1958 | 2026-08-25T15:12:34.518Z | Compiling toml_edit v0.19.15 |
| 1959 | 2026-08-25T15:12:35.001Z | Compiling dropshot_endpoint v0.17.1 |
| 1960 | 2026-08-25T15:12:36.498Z | Compiling clap v4.6.1 |
| 1961 | 2026-08-25T15:12:36.804Z | Compiling proc-macro-crate v1.3.1 |
| 1962 | 2026-08-25T15:12:42.713Z | Compiling serde_spanned v0.6.9 |
| 1963 | 2026-08-25T15:12:42.778Z | Compiling adler2 v2.0.1 |
| 1964 | 2026-08-25T15:12:42.906Z | Compiling miniz_oxide v0.8.9 |
| 1965 | 2026-08-25T15:12:43.264Z | Compiling prettyplease v0.2.37 |
| 1966 | 2026-08-25T15:12:43.276Z | Compiling crc32fast v1.5.0 |
| 1967 | 2026-08-25T15:12:43.477Z | Compiling zerocopy-derive v0.7.35 |
| 1968 | 2026-08-25T15:12:43.499Z | Compiling flate2 v1.1.2 |
| 1969 | 2026-08-25T15:12:43.598Z | Compiling ingot-macros v0.1.1 |
| 1970 | 2026-08-25T15:12:43.925Z | Compiling hubpack_derive v0.1.1 |
| 1971 | 2026-08-25T15:12:43.952Z | Compiling hybrid-array v0.4.12 |
| 1972 | 2026-08-25T15:12:45.789Z | Compiling scroll_derive v0.12.1 |
| 1973 | 2026-08-25T15:12:46.871Z | Compiling crypto-common v0.2.2 |
| 1974 | 2026-08-25T15:12:46.903Z | Compiling block-buffer v0.12.0 |
| 1975 | 2026-08-25T15:12:47.450Z | Compiling const-oid v0.10.2 |
| 1976 | 2026-08-25T15:12:47.493Z | Compiling toml_write v0.1.2 |
| 1977 | 2026-08-25T15:12:47.547Z | Compiling compression-core v0.4.32 |
| 1978 | 2026-08-25T15:12:47.676Z | Compiling digest v0.11.3 |
| 1979 | 2026-08-25T15:12:47.686Z | Compiling toml_edit v0.22.27 |
| 1980 | 2026-08-25T15:12:47.686Z | Compiling compression-codecs v0.4.32 |
| 1981 | 2026-08-25T15:12:48.645Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-08-25T15:12:48.992Z | Compiling num_enum_derive v0.7.5 |
| 1983 | 2026-08-25T15:12:49.972Z | Compiling foreign-types-macros v0.2.3 |
| 1984 | 2026-08-25T15:12:50.046Z | Compiling num-integer v0.1.46 |
| 1985 | 2026-08-25T15:12:50.076Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1986 | 2026-08-25T15:12:50.363Z | Compiling cpufeatures v0.3.0 |
| 1987 | 2026-08-25T15:12:50.375Z | Compiling float-ord v0.3.2 |
| 1988 | 2026-08-25T15:12:50.388Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1989 | 2026-08-25T15:12:50.484Z | Compiling sha1 v0.11.0 |
| 1990 | 2026-08-25T15:12:50.873Z | Compiling toml v0.8.23 |
| 1991 | 2026-08-25T15:12:51.057Z | Compiling async-compression v0.4.33 |
| 1992 | 2026-08-25T15:12:52.010Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-25T15:12:52.253Z | Compiling dropshot v0.17.1 |
| 1994 | 2026-08-25T15:12:52.479Z | Compiling proc-macro-error-attr v1.0.4 |
| 1995 | 2026-08-25T15:12:52.563Z | Compiling num-iter v0.1.45 |
| 1996 | 2026-08-25T15:12:52.688Z | Compiling num-rational v0.4.2 |
| 1997 | 2026-08-25T15:12:52.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1998 | 2026-08-25T15:12:53.063Z | Compiling dtrace-parser v0.2.0 |
| 1999 | 2026-08-25T15:12:53.127Z | Compiling num-complex v0.4.6 |
| 2000 | 2026-08-25T15:12:53.442Z | Compiling proc-macro-error v1.0.4 |
| 2001 | 2026-08-25T15:12:53.520Z | Compiling num v0.4.3 |
| 2002 | 2026-08-25T15:12:53.602Z | Compiling dof v0.3.0 |
| 2003 | 2026-08-25T15:12:53.712Z | Compiling num_enum_derive v0.5.11 |
| 2004 | 2026-08-25T15:12:53.974Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2005 | 2026-08-25T15:12:54.504Z | Compiling thread-id v4.2.2 |
| 2006 | 2026-08-25T15:12:54.599Z | Compiling usdt-impl v0.5.0 |
| 2007 | 2026-08-25T15:12:54.868Z | Compiling derive_more v0.99.20 |
| 2008 | 2026-08-25T15:12:55.166Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2009 | 2026-08-25T15:12:55.328Z | Compiling minimal-lexical v0.2.1 |
| 2010 | 2026-08-25T15:12:55.714Z | Compiling nom v7.1.3 |
| 2011 | 2026-08-25T15:12:56.123Z | Compiling usdt-attr-macro v0.5.0 |
| 2012 | 2026-08-25T15:12:57.002Z | Compiling usdt-macro v0.5.0 |
| 2013 | 2026-08-25T15:12:57.020Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2014 | 2026-08-25T15:12:57.246Z | Compiling zone_cfg_derive v0.3.1 |
| 2015 | 2026-08-25T15:12:57.375Z | Compiling libscf-sys v1.2.0 |
| 2016 | 2026-08-25T15:12:57.565Z | Compiling memoffset v0.9.1 |
| 2017 | 2026-08-25T15:12:57.654Z | Compiling rustc_version v0.4.1 |
| 2018 | 2026-08-25T15:12:57.777Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2019 | 2026-08-25T15:12:57.825Z | Compiling crossbeam-epoch v0.9.18 |
| 2020 | 2026-08-25T15:12:58.082Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2021 | 2026-08-25T15:12:58.166Z | Compiling enum-as-inner v0.6.1 |
| 2022 | 2026-08-25T15:12:58.178Z | Compiling regress v0.11.1 |
| 2023 | 2026-08-25T15:12:58.420Z | Compiling curve25519-dalek v4.1.3 |
| 2024 | 2026-08-25T15:12:58.565Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2025 | 2026-08-25T15:12:58.649Z | Compiling hubpack v0.1.2 |
| 2026 | 2026-08-25T15:12:58.720Z | Compiling static_assertions v1.1.0 |
| 2027 | 2026-08-25T15:12:58.797Z | Compiling crossbeam-deque v0.8.6 |
| 2028 | 2026-08-25T15:12:58.881Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2029 | 2026-08-25T15:12:58.994Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2030 | 2026-08-25T15:13:00.087Z | Compiling typify-impl v0.6.2 |
| 2031 | 2026-08-25T15:13:00.273Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2032 | 2026-08-25T15:13:00.699Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2033 | 2026-08-25T15:13:00.964Z | Compiling rayon-core v1.13.0 |
| 2034 | 2026-08-25T15:13:01.449Z | Compiling clang-sys v1.8.1 |
| 2035 | 2026-08-25T15:13:01.809Z | Compiling bytecount v0.6.9 |
| 2036 | 2026-08-25T15:13:01.977Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2037 | 2026-08-25T15:13:02.034Z | Compiling scroll v0.12.0 |
| 2038 | 2026-08-25T15:13:02.286Z | Compiling hash32 v0.3.1 |
| 2039 | 2026-08-25T15:13:02.308Z | Compiling goblin v0.8.2 |
| 2040 | 2026-08-25T15:13:02.451Z | Compiling heapless v0.8.0 |
| 2041 | 2026-08-25T15:13:02.466Z | Compiling ingot-types v0.1.2 |
| 2042 | 2026-08-25T15:13:02.775Z | Compiling cobs v0.3.0 |
| 2043 | 2026-08-25T15:13:02.888Z | Compiling libloading v0.8.9 |
| 2044 | 2026-08-25T15:13:02.901Z | Compiling managed v0.8.0 |
| 2045 | 2026-08-25T15:13:02.988Z | Compiling bitflags v1.3.2 |
| 2046 | 2026-08-25T15:13:03.071Z | Compiling foreign-types-shared v0.3.1 |
| 2047 | 2026-08-25T15:13:03.093Z | Compiling bindgen v0.72.1 |
| 2048 | 2026-08-25T15:13:03.110Z | Compiling smoltcp v0.11.0 |
| 2049 | 2026-08-25T15:13:03.135Z | Compiling postcard v1.1.3 |
| 2050 | 2026-08-25T15:13:03.169Z | Compiling foreign-types v0.5.0 |
| 2051 | 2026-08-25T15:13:03.255Z | Compiling ingot v0.1.1 |
| 2052 | 2026-08-25T15:13:03.533Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2053 | 2026-08-25T15:13:03.630Z | Compiling cexpr v0.6.0 |
| 2054 | 2026-08-25T15:13:03.897Z | Compiling num_enum v0.7.5 |
| 2055 | 2026-08-25T15:13:04.024Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2056 | 2026-08-25T15:13:04.423Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2057 | 2026-08-25T15:13:04.560Z | Compiling camino-tempfile v1.4.1 |
| 2058 | 2026-08-25T15:13:04.779Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2059 | 2026-08-25T15:13:04.999Z | Compiling serde_repr v0.1.20 |
| 2060 | 2026-08-25T15:13:05.018Z | Compiling derive-where v1.6.0 |
| 2061 | 2026-08-25T15:13:05.168Z | Compiling cstr-argument v0.1.2 |
| 2062 | 2026-08-25T15:13:05.604Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2063 | 2026-08-25T15:13:06.019Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2064 | 2026-08-25T15:13:06.469Z | Compiling typify-macro v0.6.2 |
| 2065 | 2026-08-25T15:13:06.700Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2066 | 2026-08-25T15:13:06.883Z | Compiling rayon v1.11.0 |
| 2067 | 2026-08-25T15:13:07.194Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2068 | 2026-08-25T15:13:07.324Z | Compiling crucible-workspace-hack v0.1.0 |
| 2069 | 2026-08-25T15:13:07.954Z | Compiling memmap v0.7.0 |
| 2070 | 2026-08-25T15:13:08.134Z | Compiling tinyvec_macros v0.1.1 |
| 2071 | 2026-08-25T15:13:08.210Z | Compiling tinyvec v1.10.0 |
| 2072 | 2026-08-25T15:13:08.555Z | Compiling typify v0.6.2 |
| 2073 | 2026-08-25T15:13:08.566Z | Compiling usdt v0.5.0 |
| 2074 | 2026-08-25T15:13:08.587Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2075 | 2026-08-25T15:13:08.851Z | Compiling num_enum v0.5.11 |
| 2076 | 2026-08-25T15:13:09.377Z | Compiling pin-project-internal v1.1.10 |
| 2077 | 2026-08-25T15:13:10.174Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2078 | 2026-08-25T15:13:10.230Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2079 | 2026-08-25T15:13:10.382Z | Compiling progenitor-impl v0.14.0 |
| 2080 | 2026-08-25T15:13:10.512Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2081 | 2026-08-25T15:13:10.529Z | Compiling papergrid v0.18.0 |
| 2082 | 2026-08-25T15:13:10.546Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2083 | 2026-08-25T15:13:10.958Z | Compiling rustix v0.38.44 |
| 2084 | 2026-08-25T15:13:11.647Z | Compiling itertools v0.12.1 |
| 2085 | 2026-08-25T15:13:11.667Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2086 | 2026-08-25T15:13:11.816Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2087 | 2026-08-25T15:13:11.856Z | Compiling progenitor-impl v0.10.0 |
| 2088 | 2026-08-25T15:13:12.002Z | Compiling sigpipe v0.1.3 |
| 2089 | 2026-08-25T15:13:12.063Z | Compiling jiff v0.2.15 |
| 2090 | 2026-08-25T15:13:12.196Z | Compiling const_format_proc_macros v0.2.34 |
| 2091 | 2026-08-25T15:13:12.584Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2092 | 2026-08-25T15:13:12.839Z | Compiling zone v0.3.1 |
| 2093 | 2026-08-25T15:13:12.885Z | Compiling tabled v0.21.0 |
| 2094 | 2026-08-25T15:13:13.014Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2095 | 2026-08-25T15:13:13.027Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-08-25T15:13:13.947Z | Compiling progenitor-macro v0.14.0 |
| 2097 | 2026-08-25T15:13:13.970Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-08-25T15:13:14.299Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-08-25T15:13:14.613Z | Compiling nix v0.31.3 |
| 2100 | 2026-08-25T15:13:14.650Z | Compiling nix v0.30.1 |
| 2101 | 2026-08-25T15:13:15.199Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2102 | 2026-08-25T15:13:15.262Z | Compiling snafu-derive v0.8.9 |
| 2103 | 2026-08-25T15:13:15.331Z | Compiling progenitor-macro v0.10.0 |
| 2104 | 2026-08-25T15:13:15.680Z | Compiling itertools v0.15.0 |
| 2105 | 2026-08-25T15:13:15.921Z | Compiling smf v0.2.3 |
| 2106 | 2026-08-25T15:13:15.941Z | Compiling secrecy v0.10.3 |
| 2107 | 2026-08-25T15:13:16.553Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-08-25T15:13:16.959Z | Compiling bstr v1.12.0 |
| 2109 | 2026-08-25T15:13:17.082Z | Compiling whoami v1.6.1 |
| 2110 | 2026-08-25T15:13:17.419Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-08-25T15:13:17.480Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2112 | 2026-08-25T15:13:19.543Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2113 | 2026-08-25T15:13:20.239Z | Compiling hmac v0.12.1 |
| 2114 | 2026-08-25T15:13:20.311Z | Compiling inout v0.1.4 |
| 2115 | 2026-08-25T15:13:20.466Z | Compiling ff v0.13.1 |
| 2116 | 2026-08-25T15:13:20.508Z | Compiling data-encoding v2.9.0 |
| 2117 | 2026-08-25T15:13:20.601Z | Compiling crc8 v0.1.1 |
| 2118 | 2026-08-25T15:13:20.745Z | Compiling group v0.13.0 |
| 2119 | 2026-08-25T15:13:20.814Z | Compiling cipher v0.4.4 |
| 2120 | 2026-08-25T15:13:20.853Z | Compiling hkdf v0.12.4 |
| 2121 | 2026-08-25T15:13:20.886Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2122 | 2026-08-25T15:13:21.417Z | Compiling atomicwrites v0.4.4 |
| 2123 | 2026-08-25T15:13:21.600Z | Compiling tokio-dtrace v0.1.1 |
| 2124 | 2026-08-25T15:13:21.639Z | Compiling tabled_derive v0.7.0 |
| 2125 | 2026-08-25T15:13:21.959Z | Compiling reqwest v0.13.2 |
| 2126 | 2026-08-25T15:13:22.003Z | Compiling universal-hash v0.5.1 |
| 2127 | 2026-08-25T15:13:22.015Z | Compiling crypto-bigint v0.5.5 |
| 2128 | 2026-08-25T15:13:22.138Z | Compiling half v2.7.1 |
| 2129 | 2026-08-25T15:13:22.191Z | Compiling opaque-debug v0.3.1 |
| 2130 | 2026-08-25T15:13:22.272Z | Compiling base16ct v0.2.0 |
| 2131 | 2026-08-25T15:13:22.573Z | Compiling ciborium-io v0.2.2 |
| 2132 | 2026-08-25T15:13:22.603Z | Compiling indent_write v2.2.0 |
| 2133 | 2026-08-25T15:13:22.679Z | Compiling base64ct v1.8.0 |
| 2134 | 2026-08-25T15:13:22.749Z | Compiling ciborium-ll v0.2.2 |
| 2135 | 2026-08-25T15:13:22.985Z | Compiling password-hash v0.5.0 |
| 2136 | 2026-08-25T15:13:23.001Z | Compiling progenitor-client v0.14.0 |
| 2137 | 2026-08-25T15:13:23.287Z | Compiling elliptic-curve v0.13.8 |
| 2138 | 2026-08-25T15:13:23.445Z | Compiling poly1305 v0.8.0 |
| 2139 | 2026-08-25T15:13:24.102Z | Compiling oxide-tokio-rt v0.1.2 |
| 2140 | 2026-08-25T15:13:24.319Z | Compiling chacha20 v0.9.1 |
| 2141 | 2026-08-25T15:13:24.550Z | Compiling similar v2.7.0 |
| 2142 | 2026-08-25T15:13:24.618Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2143 | 2026-08-25T15:13:25.048Z | Compiling thiserror-no-std v2.0.2 |
| 2144 | 2026-08-25T15:13:25.679Z | Compiling blake2 v0.10.6 |
| 2145 | 2026-08-25T15:13:25.809Z | Compiling aead v0.5.2 |
| 2146 | 2026-08-25T15:13:25.974Z | Compiling strum_macros v0.28.0 |
| 2147 | 2026-08-25T15:13:26.344Z | Compiling linked-hash-map v0.5.6 |
| 2148 | 2026-08-25T15:13:26.514Z | Compiling resolv-conf v0.7.5 |
| 2149 | 2026-08-25T15:13:26.530Z | Compiling keccak v0.1.6 |
| 2150 | 2026-08-25T15:13:26.539Z | Compiling lru-cache v0.1.2 |
| 2151 | 2026-08-25T15:13:26.799Z | Compiling sha3 v0.10.8 |
| 2152 | 2026-08-25T15:13:27.051Z | Compiling chacha20poly1305 v0.10.1 |
| 2153 | 2026-08-25T15:13:27.067Z | Compiling argon2 v0.5.3 |
| 2154 | 2026-08-25T15:13:27.113Z | Compiling vsss-rs v3.3.4 |
| 2155 | 2026-08-25T15:13:27.126Z | Compiling progenitor v0.14.0 |
| 2156 | 2026-08-25T15:13:27.192Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2157 | 2026-08-25T15:13:27.296Z | Compiling ciborium v0.2.2 |
| 2158 | 2026-08-25T15:13:27.500Z | Compiling hickory-proto v0.24.4 |
| 2159 | 2026-08-25T15:13:27.839Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2160 | 2026-08-25T15:13:27.896Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2161 | 2026-08-25T15:13:28.575Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2162 | 2026-08-25T15:13:28.583Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-08-25T15:13:28.853Z | Compiling unicode-segmentation v1.12.0 |
| 2164 | 2026-08-25T15:13:28.905Z | Compiling siphasher v1.0.1 |
| 2165 | 2026-08-25T15:13:29.153Z | Compiling same-file v1.0.6 |
| 2166 | 2026-08-25T15:13:29.256Z | Compiling walkdir v2.5.0 |
| 2167 | 2026-08-25T15:13:29.301Z | Compiling hickory-resolver v0.24.4 |
| 2168 | 2026-08-25T15:13:29.350Z | Compiling newline-converter v0.3.0 |
| 2169 | 2026-08-25T15:13:29.380Z | Compiling phf_shared v0.12.1 |
| 2170 | 2026-08-25T15:13:29.471Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2171 | 2026-08-25T15:13:29.621Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2172 | 2026-08-25T15:13:30.236Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2173 | 2026-08-25T15:13:30.792Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2174 | 2026-08-25T15:13:31.412Z | Compiling newtype_derive v0.1.6 |
| 2175 | 2026-08-25T15:13:31.499Z | Compiling owo-colors v4.3.0 |
| 2176 | 2026-08-25T15:13:31.851Z | Compiling tokio-stream v0.1.17 |
| 2177 | 2026-08-25T15:13:31.882Z | Compiling console v0.15.11 |
| 2178 | 2026-08-25T15:13:31.930Z | Compiling csv-core v0.1.12 |
| 2179 | 2026-08-25T15:13:32.207Z | Compiling foldhash v0.1.5 |
| 2180 | 2026-08-25T15:13:32.270Z | Compiling unicode-width v0.1.14 |
| 2181 | 2026-08-25T15:13:32.320Z | Compiling termtree v0.5.1 |
| 2182 | 2026-08-25T15:13:32.391Z | Compiling swrite v0.1.0 |
| 2183 | 2026-08-25T15:13:32.394Z | Compiling humantime v2.3.0 |
| 2184 | 2026-08-25T15:13:32.469Z | Compiling unicode-linebreak v0.1.5 |
| 2185 | 2026-08-25T15:13:32.515Z | Compiling smawk v0.3.2 |
| 2186 | 2026-08-25T15:13:32.560Z | Compiling hashbrown v0.15.5 |
| 2187 | 2026-08-25T15:13:32.567Z | Compiling qorb v0.4.1 |
| 2188 | 2026-08-25T15:13:32.657Z | Compiling textwrap v0.16.2 |
| 2189 | 2026-08-25T15:13:32.676Z | Compiling expectorate v1.2.0 |
| 2190 | 2026-08-25T15:13:32.903Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-08-25T15:13:32.915Z | Compiling csv v1.4.0 |
| 2192 | 2026-08-25T15:13:33.216Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2193 | 2026-08-25T15:13:35.042Z | Compiling phf v0.12.1 |
| 2194 | 2026-08-25T15:13:35.121Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2195 | 2026-08-25T15:13:35.402Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2196 | 2026-08-25T15:13:35.762Z | Compiling pin-project v1.1.10 |
| 2197 | 2026-08-25T15:13:35.873Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2198 | 2026-08-25T15:13:36.043Z | Compiling libz-sys v1.1.22 |
| 2199 | 2026-08-25T15:13:36.081Z | Compiling unicode-normalization v0.1.24 |
| 2200 | 2026-08-25T15:13:36.610Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-08-25T15:13:37.289Z | Compiling libsw-core v0.3.2 |
| 2202 | 2026-08-25T15:13:37.628Z | Compiling fixedbitset v0.4.2 |
| 2203 | 2026-08-25T15:13:37.660Z | Compiling fixedbitset v0.5.7 |
| 2204 | 2026-08-25T15:13:37.877Z | Compiling highway v1.3.0 |
| 2205 | 2026-08-25T15:13:38.112Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-08-25T15:13:38.237Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-08-25T15:13:38.849Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-08-25T15:13:39.080Z | Compiling petgraph v0.8.2 |
| 2209 | 2026-08-25T15:13:40.063Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-08-25T15:13:40.631Z | Compiling libsw v3.5.0 |
| 2211 | 2026-08-25T15:13:40.910Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2212 | 2026-08-25T15:13:41.788Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-08-25T15:13:41.975Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2214 | 2026-08-25T15:13:42.267Z | Compiling snafu v0.8.9 |
| 2215 | 2026-08-25T15:13:42.637Z | Compiling chrono-tz v0.10.4 |
| 2216 | 2026-08-25T15:13:42.749Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-08-25T15:13:42.856Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-25T15:13:43.103Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2219 | 2026-08-25T15:13:43.734Z | Compiling papergrid v0.11.0 |
| 2220 | 2026-08-25T15:13:43.807Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-25T15:13:44.103Z | Compiling strum v0.28.0 |
| 2222 | 2026-08-25T15:13:44.247Z | Compiling globset v0.4.16 |
| 2223 | 2026-08-25T15:13:44.556Z | Compiling const_format v0.2.34 |
| 2224 | 2026-08-25T15:13:44.838Z | Compiling slog-dtrace v0.3.0 |
| 2225 | 2026-08-25T15:13:44.899Z | Compiling cancel-safe-futures v0.1.5 |
| 2226 | 2026-08-25T15:13:45.062Z | Compiling gethostname v0.5.0 |
| 2227 | 2026-08-25T15:13:45.220Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2228 | 2026-08-25T15:13:46.029Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2229 | 2026-08-25T15:13:46.253Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2230 | 2026-08-25T15:13:46.420Z | Compiling pem v3.0.5 |
| 2231 | 2026-08-25T15:13:46.636Z | Compiling bcs v0.1.6 |
| 2232 | 2026-08-25T15:13:46.639Z | Compiling serde_plain v1.0.2 |
| 2233 | 2026-08-25T15:13:46.734Z | Compiling cargo-platform v0.1.9 |
| 2234 | 2026-08-25T15:13:46.815Z | Compiling tagptr v0.2.0 |
| 2235 | 2026-08-25T15:13:46.981Z | Compiling linear-map v1.2.0 |
| 2236 | 2026-08-25T15:13:47.187Z | Compiling typed-path v0.9.3 |
| 2237 | 2026-08-25T15:13:47.298Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2238 | 2026-08-25T15:13:48.519Z | Compiling tough v0.20.0 |
| 2239 | 2026-08-25T15:13:48.929Z | Compiling moka v0.12.11 |
| 2240 | 2026-08-25T15:13:48.943Z | Compiling cargo_metadata v0.18.1 |
| 2241 | 2026-08-25T15:13:49.128Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-25T15:13:50.233Z | Compiling tabled v0.15.0 |
| 2243 | 2026-08-25T15:13:50.465Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2244 | 2026-08-25T15:13:50.734Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2245 | 2026-08-25T15:13:50.774Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2246 | 2026-08-25T15:13:51.084Z | Compiling git2 v0.19.0 |
| 2247 | 2026-08-25T15:13:52.085Z | Compiling steno v0.4.1 |
| 2248 | 2026-08-25T15:13:53.867Z | Compiling cookie v0.18.1 |
| 2249 | 2026-08-25T15:13:54.041Z | Compiling hickory-proto v0.25.2 |
| 2250 | 2026-08-25T15:13:56.167Z | Compiling hickory-resolver v0.25.2 |
| 2251 | 2026-08-25T15:13:56.663Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2252 | 2026-08-25T15:13:58.639Z | Compiling vergen v8.3.2 |
| 2253 | 2026-08-25T15:13:59.703Z | Compiling signal-hook v0.4.4 |
| 2254 | 2026-08-25T15:14:00.556Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2255 | 2026-08-25T15:14:00.597Z | Compiling predicates-core v1.0.9 |
| 2256 | 2026-08-25T15:14:00.807Z | Compiling mockall_derive v0.14.0 |
| 2257 | 2026-08-25T15:14:01.059Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2258 | 2026-08-25T15:14:01.097Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2259 | 2026-08-25T15:14:01.351Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2260 | 2026-08-25T15:14:01.586Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2261 | 2026-08-25T15:14:01.770Z | Compiling sha2 v0.10.9 |
| 2262 | 2026-08-25T15:14:02.389Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2263 | 2026-08-25T15:14:03.188Z | Compiling diff v0.1.13 |
| 2264 | 2026-08-25T15:14:03.302Z | Compiling yansi v1.0.1 |
| 2265 | 2026-08-25T15:14:03.343Z | Compiling mockall v0.14.0 |
| 2266 | 2026-08-25T15:14:03.627Z | Compiling pretty_assertions v1.4.1 |
| 2267 | 2026-08-25T15:14:03.651Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2268 | 2026-08-25T15:14:04.802Z | Compiling fs-err v3.1.2 |
| 2269 | 2026-08-25T15:14:04.917Z | Compiling predicates v3.1.3 |
| 2270 | 2026-08-25T15:14:05.114Z | Compiling predicates-tree v1.0.12 |
| 2271 | 2026-08-25T15:14:06.157Z | Compiling git-stub v1.0.0 |
| 2272 | 2026-08-25T15:14:06.276Z | Compiling filetime v0.2.26 |
| 2273 | 2026-08-25T15:14:06.447Z | Compiling downcast v0.11.0 |
| 2274 | 2026-08-25T15:14:06.478Z | Compiling fragile v2.0.1 |
| 2275 | 2026-08-25T15:14:06.610Z | Compiling constant_time_eq v0.3.1 |
| 2276 | 2026-08-25T15:14:06.740Z | Compiling is_ci v1.2.0 |
| 2277 | 2026-08-25T15:14:06.796Z | Compiling arrayvec v0.7.6 |
| 2278 | 2026-08-25T15:14:06.809Z | Compiling xattr v1.6.1 |
| 2279 | 2026-08-25T15:14:06.900Z | Compiling arrayref v0.3.9 |
| 2280 | 2026-08-25T15:14:06.989Z | Compiling tar v0.4.45 |
| 2281 | 2026-08-25T15:14:07.001Z | Compiling blake3 v1.8.2 |
| 2282 | 2026-08-25T15:14:07.016Z | Compiling supports-color v3.0.2 |
| 2283 | 2026-08-25T15:14:07.209Z | Compiling toml v0.7.8 |
| 2284 | 2026-08-25T15:14:07.794Z | Compiling git-stub-vcs v0.1.0 |
| 2285 | 2026-08-25T15:14:08.178Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2286 | 2026-08-25T15:14:08.335Z | Compiling signal-hook-tokio v0.4.0 |
| 2287 | 2026-08-25T15:14:08.627Z | Compiling scuffle v0.1.0 |
| 2288 | 2026-08-25T15:14:09.589Z | Compiling drift v0.2.0 |
| 2289 | 2026-08-25T15:14:10.021Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2290 | 2026-08-25T15:14:10.068Z | Compiling kstat-rs v0.2.4 |
| 2291 | 2026-08-25T15:14:10.394Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2292 | 2026-08-25T15:14:10.509Z | Compiling hex-literal v1.1.0 |
| 2293 | 2026-08-25T15:14:10.635Z | Compiling topological-sort v0.2.2 |
| 2294 | 2026-08-25T15:14:10.795Z | Compiling omicron-zone-package v0.12.2 |
| 2295 | 2026-08-25T15:14:10.808Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2296 | 2026-08-25T15:14:10.929Z | Compiling dropshot-api-manager v0.7.2 |
| 2297 | 2026-08-25T15:14:12.335Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2298 | 2026-08-25T15:14:13.289Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2299 | 2026-08-25T15:14:13.740Z | Compiling curl v0.4.50 |
| 2300 | 2026-08-25T15:14:13.990Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2301 | 2026-08-25T15:14:14.256Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2302 | 2026-08-25T15:14:14.593Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2303 | 2026-08-25T15:14:14.850Z | Compiling iddqd v0.4.5 |
| 2304 | 2026-08-25T15:14:14.998Z | Compiling search_path v0.1.4 |
| 2305 | 2026-08-25T15:14:15.360Z | Compiling internet-checksum v0.2.1 |
| 2306 | 2026-08-25T15:14:15.407Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2307 | 2026-08-25T15:14:15.492Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2308 | 2026-08-25T15:14:18.377Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2309 | 2026-08-25T15:14:19.063Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2310 | 2026-08-25T15:15:07.210Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 22s |
| 2311 | 2026-08-25T15:15:07.337Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 2312 | 2026-08-25T15:15:07.341Z | |
| 2313 | 2026-08-25T15:15:07.341Z | running 0 tests |
| 2314 | 2026-08-25T15:15:07.341Z | |
| 2315 | 2026-08-25T15:15:07.341Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2316 | 2026-08-25T15:15:07.341Z | |
| 2317 | 2026-08-25T15:15:07.341Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2318 | 2026-08-25T15:15:07.344Z | |
| 2319 | 2026-08-25T15:15:07.344Z | running 0 tests |
| 2320 | 2026-08-25T15:15:07.344Z | |
| 2321 | 2026-08-25T15:15:07.344Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2322 | 2026-08-25T15:15:07.344Z | |
| 2323 | 2026-08-25T15:15:07.344Z | Running unittests src/lib.rs (target/debug/deps/asic-a0a7892820f1f61b) |
| 2324 | 2026-08-25T15:15:07.348Z | |
| 2325 | 2026-08-25T15:15:07.348Z | running 0 tests |
| 2326 | 2026-08-25T15:15:07.348Z | |
| 2327 | 2026-08-25T15:15:07.348Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2328 | 2026-08-25T15:15:07.348Z | |
| 2329 | 2026-08-25T15:15:07.348Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 2330 | 2026-08-25T15:15:07.351Z | |
| 2331 | 2026-08-25T15:15:07.351Z | running 4 tests |
| 2332 | 2026-08-25T15:15:07.355Z | test nat::tests::test_vni ... ok |
| 2333 | 2026-08-25T15:15:07.355Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2334 | 2026-08-25T15:15:07.355Z | test test_purge ... ok |
| 2335 | 2026-08-25T15:15:07.358Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2336 | 2026-08-25T15:15:07.358Z | |
| 2337 | 2026-08-25T15:15:07.358Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2338 | 2026-08-25T15:15:07.358Z | |
| 2339 | 2026-08-25T15:15:07.358Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 2340 | 2026-08-25T15:15:07.361Z | |
| 2341 | 2026-08-25T15:15:07.361Z | running 1 test |
| 2342 | 2026-08-25T15:15:07.361Z | ------- |
| 2343 | 2026-08-25T15:15:07.361Z | Generating OpenAPI documents from API definitions ... |
| 2344 | 2026-08-25T15:15:07.502Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2345 | 2026-08-25T15:15:07.573Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2346 | 2026-08-25T15:15:08.625Z | ------- |
| 2347 | 2026-08-25T15:15:08.625Z | Checking 13 OpenAPI documents... |
| 2348 | 2026-08-25T15:15:08.625Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2349 | 2026-08-25T15:15:08.625Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2350 | 2026-08-25T15:15:08.626Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2351 | 2026-08-25T15:15:08.626Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2352 | 2026-08-25T15:15:08.626Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2353 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2354 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2355 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2356 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-25T15:15:08.629Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-25T15:15:08.629Z | Fresh dpd "latest" symlink |
| 2362 | 2026-08-25T15:15:08.630Z | ------- |
| 2363 | 2026-08-25T15:15:08.630Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2364 | 2026-08-25T15:15:08.693Z | test test::test_apis_up_to_date ... ok |
| 2365 | 2026-08-25T15:15:08.693Z | |
| 2366 | 2026-08-25T15:15:08.693Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 2367 | 2026-08-25T15:15:08.693Z | |
| 2368 | 2026-08-25T15:15:08.751Z | Running unittests src/main.rs (target/debug/deps/dpd-4835e479bf07068c) |
| 2369 | 2026-08-25T15:15:08.758Z | |
| 2370 | 2026-08-25T15:15:08.758Z | running 34 tests |
| 2371 | 2026-08-25T15:15:08.765Z | test freemap::test_ordering ... ok |
| 2372 | 2026-08-25T15:15:08.765Z | test config::tests::test_updates ... ok |
| 2373 | 2026-08-25T15:15:08.765Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2374 | 2026-08-25T15:15:08.765Z | test freemap::test_split ... ok |
| 2375 | 2026-08-25T15:15:08.766Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2376 | 2026-08-25T15:15:08.766Z | test macaddrs::tests::test_mac_offset ... ok |
| 2377 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.005 DEBG created new freemapAug 25 15:15:07.005 DEBG , created new freemapunit:, unitfreemap_test: freemap_test |
| 2378 | 2026-08-25T15:15:08.766Z | |
| 2379 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.005Aug 25 15:15:07.005 DEBGDEBG initted freemap. size: 128created new freemap, unitAug 25 15:15:07.005, : unitDEBG : initted freemap. size: 128freemap_testfreemap_test |
| 2380 | 2026-08-25T15:15:08.766Z | , |
| 2381 | 2026-08-25T15:15:08.766Z | unit: freemap_test |
| 2382 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.006 DEBG Aug 25 15:15:07.006reset freemap Aug 25 15:15:07.006DEBG, unit :initted freemap. size: 128DEBG , freemap_testunitreset freemap |
| 2383 | 2026-08-25T15:15:08.766Z | :, unitfreemap_test: |
| 2384 | 2026-08-25T15:15:08.766Z | freemap_test |
| 2385 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.006 DEBGAug 25 15:15:07.005 reset freemapDEBG, unit:created new freemap freemap_test |
| 2386 | 2026-08-25T15:15:08.766Z | , unit: freemap_test |
| 2387 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.006 DEBG initted freemap. size: 128, unit: freemap_test |
| 2388 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.006 DEBG reset freemap, unit: freemap_test |
| 2389 | 2026-08-25T15:15:08.766Z | test freemap::test_reclaim ... ok |
| 2390 | 2026-08-25T15:15:08.766Z | test freemap::test_free ... ok |
| 2391 | 2026-08-25T15:15:08.766Z | test freemap::test_basic ... ok |
| 2392 | 2026-08-25T15:15:08.766Z | test freemap::test_exhaustion ... ok |
| 2393 | 2026-08-25T15:15:08.766Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2394 | 2026-08-25T15:15:08.766Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2395 | 2026-08-25T15:15:08.766Z | test nat::test_mapping ... ok |
| 2396 | 2026-08-25T15:15:08.766Z | test port_map::tests::test_backplane_group ... ok |
| 2397 | 2026-08-25T15:15:08.766Z | test port_map::tests::test_port_map ... ok |
| 2398 | 2026-08-25T15:15:08.766Z | test port_map::tests::dump_map ... ok |
| 2399 | 2026-08-25T15:15:08.766Z | Aug 25 15:15:07.007 DEBG created new freemap, unit: freemap_test |
| 2400 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG initted freemap. size: 8, unit: freemap_test |
| 2401 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-25T15:15:08.767Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2403 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG created new freemap, unit: freemap_test |
| 2404 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG initted freemap. size: 128, unit: freemap_test |
| 2405 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG reset freemap, unit: freemap_test |
| 2406 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2407 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2408 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2409 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2410 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2411 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2412 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2413 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2415 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2416 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2417 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2418 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2419 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2420 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2421 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2422 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2423 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2424 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2425 | 2026-08-25T15:15:08.767Z | Aug 25 15:15:07.007 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 } }] |
| 2426 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2427 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2428 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2429 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2430 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2431 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2432 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2433 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2434 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2436 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2438 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2440 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2442 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2444 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2446 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2448 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2450 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-25T15:15:08.768Z | Aug 25 15:15:07.007 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 } }] |
| 2452 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2454 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2456 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2458 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2460 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2461 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2462 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2463 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2464 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2465 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2466 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2467 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2468 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2469 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 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 } }] |
| 2470 | 2026-08-25T15:15:08.769Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2471 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2472 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2473 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2474 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2475 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2476 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2477 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2478 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2479 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2480 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2481 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2482 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2483 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2484 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2485 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 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 } }] |
| 2486 | 2026-08-25T15:15:08.775Z | Aug 25 15:15:07.007 DEBG Aug 25 15:15:07.007created new freemap INFO, unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 2487 | 2026-08-25T15:15:08.776Z | freemap_route_ipv4 |
| 2488 | 2026-08-25T15:15:08.776Z | Aug 25 15:15:07.007 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 } }] |
| 2489 | 2026-08-25T15:15:08.776Z | Aug 25 15:15:07.007 DEBG Aug 25 15:15:07.007created new freemap , INFOunit :adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2490 | 2026-08-25T15:15:08.776Z | freemap_route_ipv6 |
| 2491 | 2026-08-25T15:15:08.776Z | Aug 25 15:15:07.007 Aug 25 15:15:07.007DEBG 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 } }] |
| 2492 | 2026-08-25T15:15:08.776Z | initted freemap. size: 64, unit:Aug 25 15:15:07.007 freemap_route_ipv4INFO |
| 2493 | 2026-08-25T15:15:08.776Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2494 | 2026-08-25T15:15:08.776Z | Aug 25 15:15:07.007 Aug 25 15:15:07.007DEBG DEBGreset freemap , 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 } }]unit |
| 2495 | 2026-08-25T15:15:08.776Z | : freemap_route_ipv4 |
| 2496 | 2026-08-25T15:15:08.776Z | Aug 25 15:15:07.007 INFO Aug 25 15:15:07.007adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2497 | 2026-08-25T15:15:08.776Z | DEBG initted freemap. size: 64, unitAug 25 15:15:07.007: DEBGfreemap_route_ipv6 |
| 2498 | 2026-08-25T15:15:08.776Z | 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 } }] |
| 2499 | 2026-08-25T15:15:08.776Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2500 | 2026-08-25T15:15:08.777Z | test freemap::test_span ... ok |
| 2501 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007 DEBG Aug 25 15:15:07.007reset freemap , INFOunit :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2502 | 2026-08-25T15:15:08.777Z | freemap_route_ipv6 |
| 2503 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2504 | 2026-08-25T15:15:08.777Z | |
| 2505 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2506 | 2026-08-25T15:15:08.777Z | |
| 2507 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2508 | 2026-08-25T15:15:08.777Z | |
| 2509 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 2510 | 2026-08-25T15:15:08.777Z | |
| 2511 | 2026-08-25T15:15:08.777Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2512 | 2026-08-25T15:15:08.777Z | |
| 2513 | 2026-08-25T15:15:08.778Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 INFODEBG adding route 3fff:beef:2b::/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 } }] |
| 2514 | 2026-08-25T15:15:08.778Z | |
| 2515 | 2026-08-25T15:15:08.778Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 Aug 25 15:15:07.007DEBG INFODEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2516 | 2026-08-25T15:15:08.778Z | |
| 2517 | 2026-08-25T15:15:08.778Z | created new freemapAug 25 15:15:07.007, Aug 25 15:15:07.007unit INFODEBG: 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 } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2518 | 2026-08-25T15:15:08.778Z | |
| 2519 | 2026-08-25T15:15:08.778Z | |
| 2520 | 2026-08-25T15:15:08.778Z | Aug 25 15:15:07.007Aug 25 15:15:07.007Aug 25 15:15:07.007 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 } }]created new freemap |
| 2521 | 2026-08-25T15:15:08.778Z | INFO , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 2522 | 2026-08-25T15:15:08.778Z | Aug 25 15:15:07.007 Aug 25 15:15:07.007:INFO DEBGfreemap_route_ipv6adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2523 | 2026-08-25T15:15:08.778Z | |
| 2524 | 2026-08-25T15:15:08.778Z | 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 } }] |
| 2525 | 2026-08-25T15:15:08.778Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGDEBGAug 25 15:15:07.007 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 } }] INFOinitted freemap. size: 64 |
| 2526 | 2026-08-25T15:15:08.778Z | , unit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff Aug 25 15:15:07.007freemap_route_ipv4 |
| 2527 | 2026-08-25T15:15:08.779Z | |
| 2528 | 2026-08-25T15:15:08.779Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2529 | 2026-08-25T15:15:08.779Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 DEBGDEBGAug 25 15:15:07.007 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 |
| 2530 | 2026-08-25T15:15:08.779Z | reset freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2531 | 2026-08-25T15:15:08.779Z | unit: freemap_route_ipv4 |
| 2532 | 2026-08-25T15:15:08.779Z | Aug 25 15:15:07.007Aug 25 15:15:07.007 INFOINFOAug 25 15:15:07.007 DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2533 | 2026-08-25T15:15:08.779Z | , |
| 2534 | 2026-08-25T15:15:08.779Z | unit: Aug 25 15:15:07.007freemap_route_ipv6 |
| 2535 | 2026-08-25T15:15:08.779Z | 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 } }] |
| 2536 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG INFOreset freemap , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 2537 | 2026-08-25T15:15:08.780Z | : Aug 25 15:15:07.008freemap_route_ipv6 |
| 2538 | 2026-08-25T15:15:08.780Z | DEBGAug 25 15:15:07.008 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 } }] |
| 2539 | 2026-08-25T15:15:08.780Z | DEBGAug 25 15:15:07.008 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 } }] |
| 2540 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008adding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 2541 | 2026-08-25T15:15:08.780Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.008 |
| 2542 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008INFO DEBG adding route 3fff:beef:31::/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 } }] |
| 2543 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008 |
| 2544 | 2026-08-25T15:15:08.780Z | 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 } }] |
| 2545 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFODEBG Aug 25 15:15:07.008 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 2546 | 2026-08-25T15:15:08.780Z | |
| 2547 | 2026-08-25T15:15:08.780Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 25 15:15:07.008Aug 25 15:15:07.008 |
| 2548 | 2026-08-25T15:15:08.780Z | 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 } }] Aug 25 15:15:07.007 |
| 2549 | 2026-08-25T15:15:08.780Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2550 | 2026-08-25T15:15:08.780Z | DEBG created new freemapAug 25 15:15:07.008, Aug 25 15:15:07.008 unit :DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2551 | 2026-08-25T15:15:08.780Z | 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 } }] |
| 2552 | 2026-08-25T15:15:08.780Z | |
| 2553 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2554 | 2026-08-25T15:15:08.780Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 2555 | 2026-08-25T15:15:08.780Z | created new freemap, unitAug 25 15:15:07.008Aug 25 15:15:07.008 :DEBGDEBG freemap_route_ipv6replacing 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 } }] |
| 2556 | 2026-08-25T15:15:08.780Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2557 | 2026-08-25T15:15:08.780Z | |
| 2558 | 2026-08-25T15:15:08.780Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008 DEBGINFO INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2559 | 2026-08-25T15:15:08.780Z | initted freemap. size: 64 |
| 2560 | 2026-08-25T15:15:08.780Z | test api_server::tests::test_build_info ... ok |
| 2561 | 2026-08-25T15:15:08.780Z | , unit:Aug 25 15:15:07.008 Aug 25 15:15:07.008freemap_route_ipv4DEBG DEBG |
| 2562 | 2026-08-25T15:15:08.781Z | 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 } }] |
| 2563 | 2026-08-25T15:15:08.781Z | 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 } }] |
| 2564 | 2026-08-25T15:15:08.781Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008 INFO INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 2565 | 2026-08-25T15:15:08.781Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff reset freemap |
| 2566 | 2026-08-25T15:15:08.781Z | Aug 25 15:15:07.008 , DEBGunit Aug 25 15:15:07.008replacing 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 } }] |
| 2567 | 2026-08-25T15:15:08.781Z | :DEBG freemap_route_ipv4replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2568 | 2026-08-25T15:15:08.782Z | Aug 25 15:15:07.008 |
| 2569 | 2026-08-25T15:15:08.782Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2570 | 2026-08-25T15:15:08.782Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFOAug 25 15:15:07.008 DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2571 | 2026-08-25T15:15:08.790Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 2572 | 2026-08-25T15:15:08.790Z | , unit: Aug 25 15:15:07.008freemap_route_ipv6Aug 25 15:15:07.008 DEBGINFO |
| 2573 | 2026-08-25T15:15:08.790Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2574 | 2026-08-25T15:15:08.790Z | 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 } }] |
| 2575 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 reset freemapDEBGINFO 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:37::/64 -> 2001:db8::55:ffunit |
| 2576 | 2026-08-25T15:15:08.790Z | : |
| 2577 | 2026-08-25T15:15:08.790Z | freemap_route_ipv6 |
| 2578 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBGINFO 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:a::/64 -> 2001:db8::55:ff |
| 2579 | 2026-08-25T15:15:08.790Z | |
| 2580 | 2026-08-25T15:15:08.790Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2581 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008 INFO 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 } }] |
| 2582 | 2026-08-25T15:15:08.790Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-25T15:15:08.790Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:15:07.008 |
| 2584 | 2026-08-25T15:15:08.790Z | INFOAug 25 15:15:07.008 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.008 |
| 2585 | 2026-08-25T15:15:08.790Z | INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2586 | 2026-08-25T15:15:08.790Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2587 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008 Aug 25 15:15:07.008replacing 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 |
| 2588 | 2026-08-25T15:15:08.790Z | DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2589 | 2026-08-25T15:15:08.790Z | |
| 2590 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2591 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFOAug 25 15:15:07.008 Aug 25 15:15:07.008 INFODEBGreplacing 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: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 |
| 2592 | 2026-08-25T15:15:08.790Z | |
| 2593 | 2026-08-25T15:15:08.790Z | |
| 2594 | 2026-08-25T15:15:08.790Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2595 | 2026-08-25T15:15:08.790Z | Aug 25 15:15:07.008 Aug 25 15:15:07.008INFOAug 25 15:15:07.008 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-25T15:15:08.790Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:15:07.008 |
| 2597 | 2026-08-25T15:15:08.790Z | DEBGAug 25 15:15:07.008DEBG 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 } }] |
| 2598 | 2026-08-25T15:15:08.791Z | 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 } }] |
| 2599 | 2026-08-25T15:15:08.791Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:15:07.008 |
| 2600 | 2026-08-25T15:15:08.791Z | Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008INFO INFO adding route 3fff:beef:1::/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 } }] Aug 25 15:15:07.008adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2601 | 2026-08-25T15:15:08.791Z | INFO |
| 2602 | 2026-08-25T15:15:08.791Z | |
| 2603 | 2026-08-25T15:15:08.791Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2604 | 2026-08-25T15:15:08.791Z | Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008DEBG Aug 25 15:15:07.008 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 } }] |
| 2605 | 2026-08-25T15:15:08.791Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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: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 } }] |
| 2606 | 2026-08-25T15:15:08.791Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 25 15:15:07.008 |
| 2607 | 2026-08-25T15:15:08.791Z | |
| 2608 | 2026-08-25T15:15:08.791Z | INFO Aug 25 15:15:07.008adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2609 | 2026-08-25T15:15:08.791Z | Aug 25 15:15:07.008Aug 25 15:15:07.008INFO DEBG Aug 25 15:15:07.008adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2610 | 2026-08-25T15:15:08.791Z | INFO 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 } }] |
| 2611 | 2026-08-25T15:15:08.791Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 25 15:15:07.008replacing 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 } }] |
| 2612 | 2026-08-25T15:15:08.791Z | |
| 2613 | 2026-08-25T15:15:08.791Z | DEBG Aug 25 15:15:07.008replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.008INFO |
| 2614 | 2026-08-25T15:15:08.791Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOAug 25 15:15:07.008 |
| 2615 | 2026-08-25T15:15:08.791Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 2616 | 2026-08-25T15:15:08.791Z | Aug 25 15:15:07.008replacing 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-25T15:15:08.791Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFO DEBGDEBG Aug 25 15:15:07.008adding route 3fff:beef:1::/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 } }]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 } }] |
| 2618 | 2026-08-25T15:15:08.792Z | |
| 2619 | 2026-08-25T15:15:08.792Z | |
| 2620 | 2026-08-25T15:15:08.792Z | INFO Aug 25 15:15:07.008adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.008Aug 25 15:15:07.008 |
| 2621 | 2026-08-25T15:15:08.792Z | INFO INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 2622 | 2026-08-25T15:15:08.792Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2623 | 2026-08-25T15:15:08.792Z | |
| 2624 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBGAug 25 15:15:07.008 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 2625 | 2026-08-25T15:15:08.792Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.008replacing 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 25 15:15:07.008 |
| 2626 | 2026-08-25T15:15:08.792Z | |
| 2627 | 2026-08-25T15:15:08.792Z | INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2628 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFOAug 25 15:15:07.008 Aug 25 15:15:07.008adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2629 | 2026-08-25T15:15:08.792Z | DEBG |
| 2630 | 2026-08-25T15:15:08.792Z | 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:3f::/64 -> 2001:db8::55:ff |
| 2631 | 2026-08-25T15:15:08.792Z | |
| 2632 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2633 | 2026-08-25T15:15:08.792Z | DEBGINFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2634 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008replacing 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 } }] |
| 2635 | 2026-08-25T15:15:08.792Z | INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.008adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2636 | 2026-08-25T15:15:08.792Z | |
| 2637 | 2026-08-25T15:15:08.792Z | DEBG Aug 25 15:15:07.008failed to allocate space for the new target list |
| 2638 | 2026-08-25T15:15:08.792Z | DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.008 |
| 2639 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFO Aug 25 15:15:07.008DEBG DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFO |
| 2640 | 2026-08-25T15:15:08.792Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 2641 | 2026-08-25T15:15:08.792Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2642 | 2026-08-25T15:15:08.792Z | |
| 2643 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBG DEBG 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 } }]INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2644 | 2026-08-25T15:15:08.792Z | failed to allocate space for the new target list |
| 2645 | 2026-08-25T15:15:08.792Z | |
| 2646 | 2026-08-25T15:15:08.792Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2647 | 2026-08-25T15:15:08.792Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2648 | 2026-08-25T15:15:08.793Z | INFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-25T15:15:08.793Z | |
| 2650 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBG INFODEBG adding route 3fff:beef:14::/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 } }] |
| 2651 | 2026-08-25T15:15:08.793Z | |
| 2652 | 2026-08-25T15:15:08.793Z | 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 } }] |
| 2653 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBG |
| 2654 | 2026-08-25T15:15:08.793Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff 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 } }] |
| 2655 | 2026-08-25T15:15:08.793Z | |
| 2656 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG DEBGINFOreplacing 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:15::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2657 | 2026-08-25T15:15:08.793Z | |
| 2658 | 2026-08-25T15:15:08.793Z | |
| 2659 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2660 | 2026-08-25T15:15:08.793Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 2661 | 2026-08-25T15:15:08.793Z | 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 } }] |
| 2662 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGDEBGAug 25 15:15:07.008 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2663 | 2026-08-25T15:15:08.793Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2664 | 2026-08-25T15:15:08.793Z | |
| 2665 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG INFOINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2666 | 2026-08-25T15:15:08.793Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2667 | 2026-08-25T15:15:08.793Z | |
| 2668 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2669 | 2026-08-25T15:15:08.793Z | 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 |
| 2670 | 2026-08-25T15:15:08.793Z | Aug 25 15:15:07.008replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.008DEBG |
| 2671 | 2026-08-25T15:15:08.798Z | 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 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2672 | 2026-08-25T15:15:08.798Z | |
| 2673 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008 INFO Aug 25 15:15:07.008Aug 25 15:15:07.008adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 25 15:15:07.008DEBG |
| 2674 | 2026-08-25T15:15:08.798Z | INFODEBG 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 } }] |
| 2675 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008created new freemapadding route 3fff:beef:18::/64 -> 2001:db8::55:ff , DEBG |
| 2676 | 2026-08-25T15:15:08.798Z | unitreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 25 15:15:07.008 |
| 2677 | 2026-08-25T15:15:08.798Z | freemap_route_ipv4INFOAug 25 15:15:07.008 |
| 2678 | 2026-08-25T15:15:08.798Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:15:07.008DEBG |
| 2679 | 2026-08-25T15:15:08.798Z | INFOAug 25 15:15:07.008replacing 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 |
| 2680 | 2026-08-25T15:15:08.798Z | created new freemapAug 25 15:15:07.008adding route 3fff:beef:a::/64 -> 2001:db8::55:ff, |
| 2681 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008unit INFO: Aug 25 15:15:07.008DEBG freemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 2682 | 2026-08-25T15:15:08.798Z | 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 } }] |
| 2683 | 2026-08-25T15:15:08.798Z | 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 } }] |
| 2684 | 2026-08-25T15:15:08.798Z | |
| 2685 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008 Aug 25 15:15:07.008initted freemap. size: 64 , INFOunit :adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO Aug 25 15:15:07.008freemap_route_ipv4 |
| 2686 | 2026-08-25T15:15:08.798Z | |
| 2687 | 2026-08-25T15:15:08.798Z | DEBG adding route 3fff:beef:c::/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 } }] |
| 2688 | 2026-08-25T15:15:08.798Z | |
| 2689 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGAug 25 15:15:07.008DEBG 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 } }]replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 2690 | 2026-08-25T15:15:08.798Z | , |
| 2691 | 2026-08-25T15:15:08.798Z | INFOunit: freemap_route_ipv4adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2692 | 2026-08-25T15:15:08.798Z | |
| 2693 | 2026-08-25T15:15:08.798Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFOAug 25 15:15:07.008 INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2694 | 2026-08-25T15:15:08.798Z | |
| 2695 | 2026-08-25T15:15:08.798Z | initted freemap. size: 64Aug 25 15:15:07.008, unitDEBG: Aug 25 15:15:07.008 Aug 25 15:15:07.008 freemap_route_ipv6 DEBG |
| 2696 | 2026-08-25T15:15:08.798Z | 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 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.008 |
| 2697 | 2026-08-25T15:15:08.798Z | 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 } }] |
| 2698 | 2026-08-25T15:15:08.798Z | DEBG |
| 2699 | 2026-08-25T15:15:08.799Z | Aug 25 15:15:07.008Aug 25 15:15:07.008reset freemap , unit:INFO INFOfreemap_route_ipv6Aug 25 15:15:07.008 |
| 2700 | 2026-08-25T15:15:08.799Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:15:07.008 |
| 2701 | 2026-08-25T15:15:08.799Z | |
| 2702 | 2026-08-25T15:15:08.799Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2703 | 2026-08-25T15:15:08.799Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.008 |
| 2704 | 2026-08-25T15:15:08.799Z | DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.008 |
| 2705 | 2026-08-25T15:15:08.799Z | DEBGAug 25 15:15:07.008Aug 25 15:15:07.008 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2706 | 2026-08-25T15:15:08.799Z | Aug 25 15:15:07.008 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 } }] |
| 2707 | 2026-08-25T15:15:08.799Z | 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:e::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-25T15:15:08.799Z | |
| 2709 | 2026-08-25T15:15:08.799Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 DEBGINFO Aug 25 15:15:07.008Aug 25 15:15:07.008replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2710 | 2026-08-25T15:15:08.799Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 2711 | 2026-08-25T15:15:08.799Z | DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2712 | 2026-08-25T15:15:08.799Z | |
| 2713 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.008 Aug 25 15:15:07.008DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2714 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.008replacing 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 } }] |
| 2715 | 2026-08-25T15:15:08.800Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.008Aug 25 15:15:07.008 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:15:07.008 |
| 2717 | 2026-08-25T15:15:08.800Z | 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 } }] |
| 2718 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.009 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 25 15:15:07.009 |
| 2719 | 2026-08-25T15:15:08.800Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2720 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.009 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2721 | 2026-08-25T15:15:08.800Z | 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 } }] |
| 2722 | 2026-08-25T15:15:08.800Z | Aug 25 15:15:07.009adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG |
| 2723 | 2026-08-25T15:15:08.800Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2724 | 2026-08-25T15:15:08.800Z | INFOAug 25 15:15:07.009 Aug 25 15:15:07.009adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 2725 | 2026-08-25T15:15:08.800Z | 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 |
| 2726 | 2026-08-25T15:15:08.801Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2727 | 2026-08-25T15:15:08.801Z | 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 25 15:15:07.009Aug 25 15:15:07.009 |
| 2728 | 2026-08-25T15:15:08.801Z | DEBG 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 } }] |
| 2729 | 2026-08-25T15:15:08.801Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2730 | 2026-08-25T15:15:08.801Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2731 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2732 | 2026-08-25T15:15:08.801Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2733 | 2026-08-25T15:15:08.801Z | |
| 2734 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 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 } }] |
| 2735 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFOAug 25 15:15:07.009 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2736 | 2026-08-25T15:15:08.801Z | |
| 2737 | 2026-08-25T15:15:08.801Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2738 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBGDEBG 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 } }] |
| 2739 | 2026-08-25T15:15:08.801Z | 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: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 } }] |
| 2740 | 2026-08-25T15:15:08.801Z | |
| 2741 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFOAug 25 15:15:07.009 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2742 | 2026-08-25T15:15:08.801Z | INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2743 | 2026-08-25T15:15:08.801Z | |
| 2744 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 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 } }] |
| 2745 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }] |
| 2746 | 2026-08-25T15:15:08.801Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2747 | 2026-08-25T15:15:08.801Z | INFO Aug 25 15:15:07.009adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2748 | 2026-08-25T15:15:08.801Z | INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2749 | 2026-08-25T15:15:08.801Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2750 | 2026-08-25T15:15:08.801Z | DEBG Aug 25 15:15:07.009replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2751 | 2026-08-25T15:15:08.801Z | DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2752 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 |
| 2753 | 2026-08-25T15:15:08.801Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2754 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2755 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009adding route 3fff:beef:17::/64 -> 2001:db8::55:ff DEBG |
| 2756 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009replacing 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 } }] |
| 2757 | 2026-08-25T15:15:08.801Z | DEBGAug 25 15:15:07.009 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 |
| 2758 | 2026-08-25T15:15:08.801Z | 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 } }] |
| 2759 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009 INFOINFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2760 | 2026-08-25T15:15:08.801Z | |
| 2761 | 2026-08-25T15:15:08.801Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2762 | 2026-08-25T15:15:08.801Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009replacing 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 DEBG |
| 2763 | 2026-08-25T15:15:08.801Z | 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: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 } }] |
| 2764 | 2026-08-25T15:15:08.801Z | |
| 2765 | 2026-08-25T15:15:08.802Z | Aug 25 15:15:07.009 INFOAug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2766 | 2026-08-25T15:15:08.802Z | |
| 2767 | 2026-08-25T15:15:08.802Z | |
| 2768 | 2026-08-25T15:15:08.802Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBG DEBGDEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 2769 | 2026-08-25T15:15:08.802Z | |
| 2770 | 2026-08-25T15:15:08.802Z | 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 } }] |
| 2771 | 2026-08-25T15:15:08.806Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2772 | 2026-08-25T15:15:08.806Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2773 | 2026-08-25T15:15:08.806Z | |
| 2774 | 2026-08-25T15:15:08.806Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 2775 | 2026-08-25T15:15:08.806Z | 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 } }] |
| 2776 | 2026-08-25T15:15:08.806Z | |
| 2777 | 2026-08-25T15:15:08.806Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-25T15:15:08.807Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2779 | 2026-08-25T15:15:08.807Z | |
| 2780 | 2026-08-25T15:15:08.807Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009Aug 25 15:15:07.009DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2781 | 2026-08-25T15:15:08.807Z | 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: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 } }] |
| 2782 | 2026-08-25T15:15:08.807Z | |
| 2783 | 2026-08-25T15:15:08.807Z | Aug 25 15:15:07.009 INFOAug 25 15:15:07.009Aug 25 15:15:07.009 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2784 | 2026-08-25T15:15:08.808Z | |
| 2785 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG created new freemapreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2786 | 2026-08-25T15:15:08.808Z | unit: freemap_route_ipv4 |
| 2787 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2788 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009 DEBG Aug 25 15:15:07.009Aug 25 15:15:07.009created new freemap DEBG, unitDEBGreplacing 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: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 } }] |
| 2789 | 2026-08-25T15:15:08.808Z | |
| 2790 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009freemap_route_ipv6 |
| 2791 | 2026-08-25T15:15:08.808Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2792 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2793 | 2026-08-25T15:15:08.808Z | initted freemap. size: 64Aug 25 15:15:07.009, unit:DEBG Aug 25 15:15:07.009replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 2794 | 2026-08-25T15:15:08.808Z | DEBG |
| 2795 | 2026-08-25T15:15:08.808Z | 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 } }] |
| 2796 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2797 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:15:07.009reset freemap |
| 2798 | 2026-08-25T15:15:08.808Z | , unitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Aug 25 15:15:07.009 |
| 2799 | 2026-08-25T15:15:08.808Z | |
| 2800 | 2026-08-25T15:15:08.808Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2801 | 2026-08-25T15:15:08.808Z | DEBGAug 25 15:15:07.009 initted freemap. size: 64INFO, Aug 25 15:15:07.009adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2802 | 2026-08-25T15:15:08.808Z | INFOunit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009 |
| 2803 | 2026-08-25T15:15:08.808Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 2804 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009 |
| 2805 | 2026-08-25T15:15:08.808Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2806 | 2026-08-25T15:15:08.808Z | Aug 25 15:15:07.009DEBG INFOreset freemap , Aug 25 15:15:07.009unitadding route 3fff:beef:20::/64 -> 2001:db8::55:ff :INFO |
| 2807 | 2026-08-25T15:15:08.808Z | freemap_route_ipv6adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2808 | 2026-08-25T15:15:08.809Z | |
| 2809 | 2026-08-25T15:15:08.809Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009 DEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 2810 | 2026-08-25T15:15:08.809Z | 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 } }] |
| 2811 | 2026-08-25T15:15:08.809Z | |
| 2812 | 2026-08-25T15:15:08.809Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2813 | 2026-08-25T15:15:08.809Z | |
| 2814 | 2026-08-25T15:15:08.809Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2815 | 2026-08-25T15:15:08.809Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 25 15:15:07.009replacing 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 } }] |
| 2816 | 2026-08-25T15:15:08.809Z | DEBG |
| 2817 | 2026-08-25T15:15:08.809Z | 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 } }] |
| 2818 | 2026-08-25T15:15:08.809Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOINFO |
| 2819 | 2026-08-25T15:15:08.809Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2820 | 2026-08-25T15:15:08.809Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2821 | 2026-08-25T15:15:08.809Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:15:07.009Aug 25 15:15:07.009 |
| 2822 | 2026-08-25T15:15:08.809Z | DEBG 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 } }] |
| 2823 | 2026-08-25T15:15:08.809Z | Aug 25 15:15:07.009replacing 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 } }] |
| 2824 | 2026-08-25T15:15:08.809Z | 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 25 15:15:07.009 |
| 2825 | 2026-08-25T15:15:08.809Z | INFO Aug 25 15:15:07.009adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009 |
| 2826 | 2026-08-25T15:15:08.809Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2827 | 2026-08-25T15:15:08.809Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2828 | 2026-08-25T15:15:08.809Z | DEBG Aug 25 15:15:07.009replacing 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 } }] |
| 2829 | 2026-08-25T15:15:08.809Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2830 | 2026-08-25T15:15:08.809Z | test route::tests::grow_succeeds ... ok |
| 2831 | 2026-08-25T15:15:08.809Z | DEBGAug 25 15:15:07.009 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGAug 25 15:15:07.009 |
| 2832 | 2026-08-25T15:15:08.809Z | 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 |
| 2833 | 2026-08-25T15:15:08.809Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2834 | 2026-08-25T15:15:08.810Z | DEBGAug 25 15:15:07.009 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:15:07.009INFO |
| 2835 | 2026-08-25T15:15:08.810Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2836 | 2026-08-25T15:15:08.810Z | 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 } }] |
| 2837 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009Aug 25 15:15:07.009Aug 25 15:15:07.009 INFO WARN adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 2838 | 2026-08-25T15:15:08.810Z | |
| 2839 | 2026-08-25T15:15:08.810Z | 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 } }] |
| 2840 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009ERROAug 25 15:15:07.009 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 2841 | 2026-08-25T15:15:08.810Z | INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2842 | 2026-08-25T15:15:08.810Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2843 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 ERRO Aug 25 15:15:07.009Aug 25 15:15:07.009shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it INFO |
| 2844 | 2026-08-25T15:15:08.810Z | DEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2845 | 2026-08-25T15:15:08.810Z | |
| 2846 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-25T15:15:08.810Z | 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 } }] |
| 2848 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2849 | 2026-08-25T15:15:08.810Z | |
| 2850 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2851 | 2026-08-25T15:15:08.810Z | 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 } }] |
| 2852 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2853 | 2026-08-25T15:15:08.810Z | |
| 2854 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2855 | 2026-08-25T15:15:08.810Z | |
| 2856 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2857 | 2026-08-25T15:15:08.810Z | 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 } }] |
| 2858 | 2026-08-25T15:15:08.810Z | Aug 25 15:15:07.009 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2859 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }] |
| 2860 | 2026-08-25T15:15:08.811Z | 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 } }] |
| 2861 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2862 | 2026-08-25T15:15:08.811Z | |
| 2863 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }] |
| 2864 | 2026-08-25T15:15:08.811Z | 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 } }] |
| 2865 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2866 | 2026-08-25T15:15:08.811Z | |
| 2867 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 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: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 } }] |
| 2868 | 2026-08-25T15:15:08.811Z | |
| 2869 | 2026-08-25T15:15:08.811Z | Aug 25 15:15:07.009 INFOINFOAug 25 15:15:07.009 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2870 | 2026-08-25T15:15:08.811Z | INFO |
| 2871 | 2026-08-25T15:15:08.816Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2872 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 DEBGDEBG Aug 25 15:15:07.009replacing 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 } }] |
| 2873 | 2026-08-25T15:15:08.816Z | 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 } }] |
| 2874 | 2026-08-25T15:15:08.816Z | 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 } }] |
| 2875 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO Aug 25 15:15:07.009adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO |
| 2876 | 2026-08-25T15:15:08.816Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2877 | 2026-08-25T15:15:08.816Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2878 | 2026-08-25T15:15:08.816Z | DEBGAug 25 15:15:07.009 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2879 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009replacing 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 } }] |
| 2880 | 2026-08-25T15:15:08.816Z | DEBG Aug 25 15:15:07.009replacing 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 } }] |
| 2881 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 15:15:07.009adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2882 | 2026-08-25T15:15:08.816Z | INFO |
| 2883 | 2026-08-25T15:15:08.816Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2884 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009DEBG 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 } }]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 } }] |
| 2885 | 2026-08-25T15:15:08.816Z | |
| 2886 | 2026-08-25T15:15:08.816Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.009 |
| 2887 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009DEBG INFOcreated new freemap , Aug 25 15:15:07.009Aug 25 15:15:07.009adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit |
| 2888 | 2026-08-25T15:15:08.816Z | : INFOfreemap_route_ipv4INFO |
| 2889 | 2026-08-25T15:15:08.816Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2890 | 2026-08-25T15:15:08.816Z | Aug 25 15:15:07.009adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBG |
| 2891 | 2026-08-25T15:15:08.816Z | 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 } }] |
| 2892 | 2026-08-25T15:15:08.817Z | DEBG created new freemapAug 25 15:15:07.009, unitAug 25 15:15:07.009Aug 25 15:15:07.009DEBG : 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 freemap_route_ipv6adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2893 | 2026-08-25T15:15:08.817Z | |
| 2894 | 2026-08-25T15:15:08.817Z | 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 } }] |
| 2895 | 2026-08-25T15:15:08.817Z | |
| 2896 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG Aug 25 15:15:07.009Aug 25 15:15:07.009 INFODEBGreplacing 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 } }] |
| 2897 | 2026-08-25T15:15:08.817Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO, |
| 2898 | 2026-08-25T15:15:08.817Z | unit : freemap_route_ipv4adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2899 | 2026-08-25T15:15:08.817Z | |
| 2900 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009INFO DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:15:07.009replacing 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 } }] |
| 2901 | 2026-08-25T15:15:08.817Z | |
| 2902 | 2026-08-25T15:15:08.817Z | DEBG Aug 25 15:15:07.009reset freemap Aug 25 15:15:07.009Aug 25 15:15:07.009, unitDEBG: INFOfreemap_route_ipv4replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2903 | 2026-08-25T15:15:08.817Z | |
| 2904 | 2026-08-25T15:15:08.817Z | 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 } }] |
| 2905 | 2026-08-25T15:15:08.817Z | |
| 2906 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG DEBGINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2907 | 2026-08-25T15:15:08.817Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2908 | 2026-08-25T15:15:08.817Z | |
| 2909 | 2026-08-25T15:15:08.817Z | , unit:Aug 25 15:15:07.009 Aug 25 15:15:07.009freemap_route_ipv6 INFODEBG Aug 25 15:15:07.009 |
| 2910 | 2026-08-25T15:15:08.817Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2911 | 2026-08-25T15:15:08.817Z | 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 } }] |
| 2912 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009 Aug 25 15:15:07.009DEBG 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 } }]reset freemapDEBG, unit |
| 2913 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009replacing 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 } }]: |
| 2914 | 2026-08-25T15:15:08.817Z | freemap_route_ipv6 |
| 2915 | 2026-08-25T15:15:08.817Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:15:07.009 |
| 2916 | 2026-08-25T15:15:08.817Z | Aug 25 15:15:07.009Aug 25 15:15:07.009 INFOAug 25 15:15:07.009INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFO 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 } }] |
| 2917 | 2026-08-25T15:15:08.817Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2918 | 2026-08-25T15:15:08.818Z | |
| 2919 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010Aug 25 15:15:07.010adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2920 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010DEBGINFO 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 } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:15:07.010adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-25T15:15:08.818Z | DEBG |
| 2922 | 2026-08-25T15:15:08.818Z | |
| 2923 | 2026-08-25T15:15:08.818Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.010 |
| 2924 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010DEBG Aug 25 15:15:07.010INFOAug 25 15:15:07.010 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2925 | 2026-08-25T15:15:08.818Z | INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/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 } }] |
| 2926 | 2026-08-25T15:15:08.818Z | |
| 2927 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010 |
| 2928 | 2026-08-25T15:15:08.818Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2929 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010Aug 25 15:15:07.010 DEBGAug 25 15:15:07.010 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 } }] |
| 2930 | 2026-08-25T15:15:08.818Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 2931 | 2026-08-25T15:15:08.818Z | 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 } }]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 } }] |
| 2932 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010 |
| 2933 | 2026-08-25T15:15:08.818Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2934 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010 Aug 25 15:15:07.010INFO Aug 25 15:15:07.010 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2935 | 2026-08-25T15:15:08.818Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2936 | 2026-08-25T15:15:08.818Z | 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 } }] |
| 2937 | 2026-08-25T15:15:08.818Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2938 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.010Aug 25 15:15:07.010 Aug 25 15:15:07.010INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.010 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 } }] |
| 2939 | 2026-08-25T15:15:08.818Z | 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 } }] |
| 2940 | 2026-08-25T15:15:08.818Z | Aug 25 15:15:07.011Aug 25 15:15:07.010 Aug 25 15:15:07.011Aug 25 15:15:07.018 DEBGINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 2941 | 2026-08-25T15:15:08.818Z | created new freemap, Aug 25 15:15:07.010Aug 25 15:15:07.018unit :DEBG DEBGfreemap_route_ipv4 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 } }] |
| 2942 | 2026-08-25T15:15:08.818Z | 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 } }] |
| 2943 | 2026-08-25T15:15:08.819Z | |
| 2944 | 2026-08-25T15:15:08.819Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.010 INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap |
| 2945 | 2026-08-25T15:15:08.819Z | , unitAug 25 15:15:07.018: INFO freemap_route_ipv6 |
| 2946 | 2026-08-25T15:15:08.819Z | Aug 25 15:15:07.018adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2947 | 2026-08-25T15:15:08.819Z | DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.018 |
| 2948 | 2026-08-25T15:15:08.819Z | DEBG initted freemap. size: 64, unit:Aug 25 15:15:07.018 freemap_route_ipv4DEBG |
| 2949 | 2026-08-25T15:15:08.819Z | 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 } }] |
| 2950 | 2026-08-25T15:15:08.819Z | Aug 25 15:15:07.018Aug 25 15:15:07.018Aug 25 15:15:07.018 INFODEBGINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 2951 | 2026-08-25T15:15:08.819Z | |
| 2952 | 2026-08-25T15:15:08.819Z | unit:Aug 25 15:15:07.018 freemap_route_ipv4 |
| 2953 | 2026-08-25T15:15:08.819Z | Aug 25 15:15:07.018 DEBGcreated new freemap Aug 25 15:15:07.018DEBG, 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 } }]DEBG: |
| 2954 | 2026-08-25T15:15:08.819Z | freemap_route_ipv4replacing 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 } }] |
| 2955 | 2026-08-25T15:15:08.819Z | initted freemap. size: 64 |
| 2956 | 2026-08-25T15:15:08.819Z | , unitAug 25 15:15:07.018: freemap_route_ipv6INFO |
| 2957 | 2026-08-25T15:15:08.819Z | Aug 25 15:15:07.018adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGDEBGAug 25 15:15:07.018Aug 25 15:15:07.018 |
| 2958 | 2026-08-25T15:15:08.819Z | created new freemapcreated new freemap, DEBG, unitreset freemap:unit, Aug 25 15:15:07.018freemap_route_ipv6INFO |
| 2959 | 2026-08-25T15:15:08.819Z | unit :DEBG :Aug 25 15:15:07.018 freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2960 | 2026-08-25T15:15:08.819Z | DEBG |
| 2961 | 2026-08-25T15:15:08.819Z | freemap_route_ipv6initted freemap. size: 64 |
| 2962 | 2026-08-25T15:15:08.819Z | , unit |
| 2963 | 2026-08-25T15:15:08.819Z | : Aug 25 15:15:07.018Aug 25 15:15:07.018 freemap_route_ipv4INFOAug 25 15:15:07.018 Aug 25 15:15:07.018 |
| 2964 | 2026-08-25T15:15:08.819Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2965 | 2026-08-25T15:15:08.819Z | DEBG DEBGAug 25 15:15:07.018adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2966 | 2026-08-25T15:15:08.819Z | DEBGAug 25 15:15:07.018 reset freemapDEBG, replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit: |
| 2967 | 2026-08-25T15:15:08.819Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 15:15:07.018freemap_route_ipv4created new freemap , |
| 2968 | 2026-08-25T15:15:08.819Z | |
| 2969 | 2026-08-25T15:15:08.820Z | unitDEBG: replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2970 | 2026-08-25T15:15:08.820Z | |
| 2971 | 2026-08-25T15:15:08.824Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018INFO INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2972 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018 |
| 2973 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018initted freemap. size: 64, unit: freemap_route_ipv6DEBGINFO |
| 2974 | 2026-08-25T15:15:08.825Z | initted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2975 | 2026-08-25T15:15:08.825Z | , Aug 25 15:15:07.018unitAug 25 15:15:07.018: freemap_route_ipv4DEBGAug 25 15:15:07.018 |
| 2976 | 2026-08-25T15:15:08.825Z | reset freemapDEBGDEBG, 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 } }]: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 } }] |
| 2977 | 2026-08-25T15:15:08.825Z | freemap_route_ipv6Aug 25 15:15:07.018 |
| 2978 | 2026-08-25T15:15:08.825Z | DEBG |
| 2979 | 2026-08-25T15:15:08.825Z | reset freemapAug 25 15:15:07.018 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2980 | 2026-08-25T15:15:08.825Z | , unit: Aug 25 15:15:07.018Aug 25 15:15:07.018 freemap_route_ipv4DEBG Aug 25 15:15:07.018INFO |
| 2981 | 2026-08-25T15:15:08.825Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2982 | 2026-08-25T15:15:08.825Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2983 | 2026-08-25T15:15:08.825Z | |
| 2984 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018 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 } }]INFO |
| 2985 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 2986 | 2026-08-25T15:15:08.825Z | initted freemap. size: 64 , replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.018unit |
| 2987 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018:INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGAug 25 15:15:07.018 |
| 2988 | 2026-08-25T15:15:08.825Z | |
| 2989 | 2026-08-25T15:15:08.825Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2990 | 2026-08-25T15:15:08.825Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2991 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]reset freemapAug 25 15:15:07.018Aug 25 15:15:07.018 DEBG, DEBG unit |
| 2992 | 2026-08-25T15:15:08.825Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] :replacing targets for 3fff:beef: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 } }] |
| 2993 | 2026-08-25T15:15:08.825Z | freemap_route_ipv6Aug 25 15:15:07.018 |
| 2994 | 2026-08-25T15:15:08.825Z | |
| 2995 | 2026-08-25T15:15:08.825Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2996 | 2026-08-25T15:15:08.825Z | Aug 25 15:15:07.018 Aug 25 15:15:07.018INFO WARNadding route 172.16.0.0/32 -> 10.0.0.1 |
| 2997 | 2026-08-25T15:15:08.826Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:15:07.018Aug 25 15:15:07.018 |
| 2998 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]failed to allocate space for the new target list |
| 2999 | 2026-08-25T15:15:08.826Z | DEBG |
| 3000 | 2026-08-25T15:15:08.826Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:15:07.018 |
| 3001 | 2026-08-25T15:15:08.826Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:15:07.018Aug 25 15:15:07.018 |
| 3002 | 2026-08-25T15:15:08.826Z | 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3003 | 2026-08-25T15:15:08.826Z | |
| 3004 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018 DEBGAug 25 15:15:07.018 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3005 | 2026-08-25T15:15:08.826Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3006 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3007 | 2026-08-25T15:15:08.826Z | |
| 3008 | 2026-08-25T15:15:08.826Z | |
| 3009 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 DEBGINFO adding route 3fff:beef:36::/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 } }] |
| 3010 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018 |
| 3011 | 2026-08-25T15:15:08.826Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3012 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 |
| 3013 | 2026-08-25T15:15:08.826Z | INFOcreated new freemapDEBG , replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3014 | 2026-08-25T15:15:08.826Z | |
| 3015 | 2026-08-25T15:15:08.826Z | unit: freemap_route_ipv4Aug 25 15:15:07.018 |
| 3016 | 2026-08-25T15:15:08.826Z | Aug 25 15:15:07.018INFO DEBGAug 25 15:15:07.018 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3017 | 2026-08-25T15:15:08.827Z | Aug 25 15:15:07.018 |
| 3018 | 2026-08-25T15:15:08.827Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 15:15:07.018Aug 25 15:15:07.018 |
| 3019 | 2026-08-25T15:15:08.827Z | created new freemap INFO, unitDEBG:adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 15:15:07.018 DEBG |
| 3020 | 2026-08-25T15:15:08.827Z | freemap_route_ipv6replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3021 | 2026-08-25T15:15:08.827Z | |
| 3022 | 2026-08-25T15:15:08.827Z | 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 } }] |
| 3023 | 2026-08-25T15:15:08.827Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 DEBG Aug 25 15:15:07.018DEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3024 | 2026-08-25T15:15:08.827Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3025 | 2026-08-25T15:15:08.827Z | , unit:created new freemap Aug 25 15:15:07.018, Aug 25 15:15:07.018INFO unitfreemap_route_ipv4DEBG |
| 3026 | 2026-08-25T15:15:08.827Z | adding route 172.17.0.4/32 -> 10.0.0.255 :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 } }] |
| 3027 | 2026-08-25T15:15:08.827Z | |
| 3028 | 2026-08-25T15:15:08.827Z | Aug 25 15:15:07.018 Aug 25 15:15:07.018 INFODEBGfreemap_route_ipv4 Aug 25 15:15:07.018Aug 25 15:15:07.018 |
| 3029 | 2026-08-25T15:15:08.827Z | DEBGreset freemap , replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3030 | 2026-08-25T15:15:08.827Z | unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff: |
| 3031 | 2026-08-25T15:15:08.827Z | |
| 3032 | 2026-08-25T15:15:08.827Z | freemap_route_ipv4Aug 25 15:15:07.018 |
| 3033 | 2026-08-25T15:15:08.827Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3034 | 2026-08-25T15:15:08.827Z | Aug 25 15:15:07.018 DEBGAug 25 15:15:07.018 Aug 25 15:15:07.018INFOAug 25 15:15:07.018 DEBGDEBGDEBG adding route 172.17.0.5/32 -> 10.0.0.255 initted freemap. size: 64replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3035 | 2026-08-25T15:15:08.827Z | , |
| 3036 | 2026-08-25T15:15:08.827Z | 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 } }]unitcreated new freemap:Aug 25 15:15:07.018 |
| 3037 | 2026-08-25T15:15:08.827Z | freemap_route_ipv6Aug 25 15:15:07.018 |
| 3038 | 2026-08-25T15:15:08.827Z | , unit INFODEBGAug 25 15:15:07.018 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 } }] |
| 3039 | 2026-08-25T15:15:08.827Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:DEBG reset freemapAug 25 15:15:07.018Aug 25 15:15:07.018, freemap_route_ipv6unit |
| 3040 | 2026-08-25T15:15:08.827Z | : |
| 3041 | 2026-08-25T15:15:08.828Z | INFO freemap_route_ipv6 |
| 3042 | 2026-08-25T15:15:08.828Z | INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3043 | 2026-08-25T15:15:08.828Z | Aug 25 15:15:07.018Aug 25 15:15:07.018 Aug 25 15:15:07.018adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3044 | 2026-08-25T15:15:08.828Z | 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 |
| 3045 | 2026-08-25T15:15:08.828Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.018 |
| 3046 | 2026-08-25T15:15:08.828Z | Aug 25 15:15:07.018DEBG INFOAug 25 15:15:07.018initted freemap. size: 64Aug 25 15:15:07.018 , unit DEBG: replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3047 | 2026-08-25T15:15:08.828Z | |
| 3048 | 2026-08-25T15:15:08.828Z | |
| 3049 | 2026-08-25T15:15:08.828Z | 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 25 15:15:07.018adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3050 | 2026-08-25T15:15:08.828Z | Aug 25 15:15:07.018 |
| 3051 | 2026-08-25T15:15:08.828Z | Aug 25 15:15:07.018Aug 25 15:15:07.018INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3052 | 2026-08-25T15:15:08.828Z | reset freemapAug 25 15:15:07.018adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3053 | 2026-08-25T15:15:08.828Z | INFOAug 25 15:15:07.018, unit:Aug 25 15:15:07.019Aug 25 15:15:07.019 freemap_route_ipv4DEBGDEBG |
| 3054 | 2026-08-25T15:15:08.828Z | created new freemapcreated new freemap, , unitunitAug 25 15:15:07.030: DEBG: freemap_route_ipv4Aug 25 15:15:07.030 |
| 3055 | 2026-08-25T15:15:08.828Z | initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: Aug 25 15:15:07.030 |
| 3056 | 2026-08-25T15:15:08.829Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6 created new freemap |
| 3057 | 2026-08-25T15:15:08.829Z | |
| 3058 | 2026-08-25T15:15:08.829Z | , DEBGunit: Aug 25 15:15:07.030replacing 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 } }] freemap_route_ipv6INFOAug 25 15:15:07.030 |
| 3059 | 2026-08-25T15:15:08.829Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 3060 | 2026-08-25T15:15:08.829Z | |
| 3061 | 2026-08-25T15:15:08.829Z | Aug 25 15:15:07.030replacing 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 } }] |
| 3062 | 2026-08-25T15:15:08.829Z | Aug 25 15:15:07.030 Aug 25 15:15:07.030 DEBGDEBGAug 25 15:15:07.030DEBG Aug 25 15:15:07.030INFOreset 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3063 | 2026-08-25T15:15:08.829Z | INFO |
| 3064 | 2026-08-25T15:15:08.829Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3065 | 2026-08-25T15:15:08.829Z | , Aug 25 15:15:07.030Aug 25 15:15:07.030initted freemap. size: 64 DEBGINFO Aug 25 15:15:07.030 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3066 | 2026-08-25T15:15:08.829Z | : |
| 3067 | 2026-08-25T15:15:08.829Z | , 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 } }]freemap_route_ipv6Aug 25 15:15:07.030: |
| 3068 | 2026-08-25T15:15:08.829Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3069 | 2026-08-25T15:15:08.829Z | freemap_route_ipv4 |
| 3070 | 2026-08-25T15:15:08.829Z | |
| 3071 | 2026-08-25T15:15:08.834Z | Aug 25 15:15:07.030Aug 25 15:15:07.030Aug 25 15:15:07.030 INFOAug 25 15:15:07.030Aug 25 15:15:07.030 DEBG adding route 172.17.0.9/32 -> 10.0.0.255 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 } }] |
| 3072 | 2026-08-25T15:15:08.834Z | 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 } }] INFO |
| 3073 | 2026-08-25T15:15:08.834Z | |
| 3074 | 2026-08-25T15:15:08.834Z | reset freemap, unitadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.030Aug 25 15:15:07.030 |
| 3075 | 2026-08-25T15:15:08.834Z | Aug 25 15:15:07.030 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 } }]DEBGAug 25 15:15:07.030 failed to allocate space for the new target listreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 3076 | 2026-08-25T15:15:08.834Z | 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 } }] |
| 3077 | 2026-08-25T15:15:08.834Z | |
| 3078 | 2026-08-25T15:15:08.834Z | |
| 3079 | 2026-08-25T15:15:08.834Z | freemap_route_ipv4Aug 25 15:15:07.030 |
| 3080 | 2026-08-25T15:15:08.834Z | Aug 25 15:15:07.030INFOAug 25 15:15:07.030 adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3081 | 2026-08-25T15:15:08.834Z | 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 } }] |
| 3082 | 2026-08-25T15:15:08.835Z | Aug 25 15:15:07.030 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3083 | 2026-08-25T15:15:08.835Z | Aug 25 15:15:07.030 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3084 | 2026-08-25T15:15:08.835Z | initted freemap. size: 64Aug 25 15:15:07.030, Aug 25 15:15:07.030DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO: |
| 3085 | 2026-08-25T15:15:08.835Z | freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3086 | 2026-08-25T15:15:08.835Z | |
| 3087 | 2026-08-25T15:15:08.835Z | Aug 25 15:15:07.030 INFOAug 25 15:15:07.030 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3088 | 2026-08-25T15:15:08.835Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.030 |
| 3089 | 2026-08-25T15:15:08.835Z | DEBG Aug 25 15:15:07.030reset freemap 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 } }]Aug 25 15:15:07.030 |
| 3090 | 2026-08-25T15:15:08.835Z | INFOunitreplacing 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 } }]: |
| 3091 | 2026-08-25T15:15:08.835Z | Aug 25 15:15:07.030freemap_route_ipv6 INFO |
| 3092 | 2026-08-25T15:15:08.835Z | adding route 172.17.0.12/32 -> 10.0.0.255 Aug 25 15:15:07.030adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3093 | 2026-08-25T15:15:08.835Z | |
| 3094 | 2026-08-25T15:15:08.835Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3095 | 2026-08-25T15:15:08.835Z | Aug 25 15:15:07.030Aug 25 15:15:07.030 DEBG Aug 25 15:15:07.030 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 } }]Aug 25 15:15:07.030 |
| 3096 | 2026-08-25T15:15:08.836Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 25 15:15:07.030 |
| 3097 | 2026-08-25T15:15:08.836Z | |
| 3098 | 2026-08-25T15:15:08.836Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 3099 | 2026-08-25T15:15:08.836Z | adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:15:07.030 |
| 3100 | 2026-08-25T15:15:08.836Z | INFO Aug 25 15:15:07.030adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3101 | 2026-08-25T15:15:08.836Z | Aug 25 15:15:07.030DEBG DEBGAug 25 15:15:07.030 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.030 |
| 3102 | 2026-08-25T15:15:08.836Z | |
| 3103 | 2026-08-25T15:15:08.836Z | DEBGINFO Aug 25 15:15:07.030adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.030 |
| 3104 | 2026-08-25T15:15:08.836Z | INFO |
| 3105 | 2026-08-25T15:15:08.836Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 25 15:15:07.030 |
| 3106 | 2026-08-25T15:15:08.836Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO Aug 25 15:15:07.030adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 25 15:15:07.030 |
| 3107 | 2026-08-25T15:15:08.836Z | DEBG |
| 3108 | 2026-08-25T15:15:08.836Z | DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.030 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 } }] |
| 3109 | 2026-08-25T15:15:08.836Z | |
| 3110 | 2026-08-25T15:15:08.836Z | DEBG Aug 25 15:15:07.030replacing 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 25 15:15:07.030 Aug 25 15:15:07.030 |
| 3111 | 2026-08-25T15:15:08.836Z | INFODEBG INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 3112 | 2026-08-25T15:15:08.836Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3113 | 2026-08-25T15:15:08.836Z | |
| 3114 | 2026-08-25T15:15:08.836Z | Aug 25 15:15:07.030Aug 25 15:15:07.030Aug 25 15:15:07.030 Aug 25 15:15:07.030DEBG DEBGfailed to allocate space for the new target listINFO |
| 3115 | 2026-08-25T15:15:08.836Z | 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:dead::/64 -> 2001:db8::55:3 |
| 3116 | 2026-08-25T15:15:08.836Z | |
| 3117 | 2026-08-25T15:15:08.836Z | DEBGAug 25 15:15:07.030 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:15:07.030 |
| 3118 | 2026-08-25T15:15:08.836Z | INFO |
| 3119 | 2026-08-25T15:15:08.836Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3120 | 2026-08-25T15:15:08.836Z | Aug 25 15:15:07.030 Aug 25 15:15:07.030DEBG INFOfreemap_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 } }]Aug 25 15:15:07.030 |
| 3121 | 2026-08-25T15:15:08.836Z | |
| 3122 | 2026-08-25T15:15:08.836Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 3123 | 2026-08-25T15:15:08.839Z | 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 } }] |
| 3124 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030 Aug 25 15:15:07.019Aug 25 15:15:07.030 DEBG Aug 25 15:15:07.030INFODEBG Aug 25 15:15:07.030 adding route 172.17.0.17/32 -> 10.0.0.255created new freemap |
| 3125 | 2026-08-25T15:15:08.839Z | , INFOunit adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG: |
| 3126 | 2026-08-25T15:15:08.839Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapfreemap_route_ipv4Aug 25 15:15:07.030 |
| 3127 | 2026-08-25T15:15:08.839Z | , Aug 25 15:15:07.030unit : |
| 3128 | 2026-08-25T15:15:08.839Z | 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 } }] freemap_route_ipv6 |
| 3129 | 2026-08-25T15:15:08.839Z | |
| 3130 | 2026-08-25T15:15:08.839Z | 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 25 15:15:07.030 |
| 3131 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030Aug 25 15:15:07.030 DEBGINFO Aug 25 15:15:07.030DEBGadding route 172.17.0.18/32 -> 10.0.0.255Aug 25 15:15:07.030created new freemap |
| 3132 | 2026-08-25T15:15:08.839Z | , unit initted freemap. size: 64:DEBG freemap_route_ipv6Aug 25 15:15:07.030, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 3133 | 2026-08-25T15:15:08.839Z | 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 |
| 3134 | 2026-08-25T15:15:08.839Z | |
| 3135 | 2026-08-25T15:15:08.839Z | freemap_route_ipv4 |
| 3136 | 2026-08-25T15:15:08.839Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:15:07.030 |
| 3137 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030Aug 25 15:15:07.030DEBG DEBGINFOAug 25 15:15:07.030 adding route 172.17.0.19/32 -> 10.0.0.255reset freemapWARN, unitshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })initted freemap. size: 64: |
| 3138 | 2026-08-25T15:15:08.839Z | |
| 3139 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030freemap_route_ipv4, |
| 3140 | 2026-08-25T15:15:08.839Z | unit : freemap_route_ipv4DEBG |
| 3141 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.030DEBG |
| 3142 | 2026-08-25T15:15:08.839Z | 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 } }] |
| 3143 | 2026-08-25T15:15:08.839Z | DEBG initted freemap. size: 64Aug 25 15:15:07.030, unitDEBGAug 25 15:15:07.030: Aug 25 15:15:07.030reset freemap , INFOunit :adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3144 | 2026-08-25T15:15:08.839Z | freemap_route_ipv6freemap_route_ipv4INFO |
| 3145 | 2026-08-25T15:15:08.839Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3146 | 2026-08-25T15:15:08.839Z | |
| 3147 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030 DEBGAug 25 15:15:07.030 Aug 25 15:15:07.030replacing 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 } }] |
| 3148 | 2026-08-25T15:15:08.839Z | DEBGAug 25 15:15:07.030 DEBGinitted freemap. size: 64 DEBG, Aug 25 15:15:07.030reset freemap 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 } }], |
| 3149 | 2026-08-25T15:15:08.839Z | unitunitINFO: adding route 172.17.0.21/32 -> 10.0.0.255:freemap_route_ipv6 |
| 3150 | 2026-08-25T15:15:08.839Z | |
| 3151 | 2026-08-25T15:15:08.839Z | freemap_route_ipv6 |
| 3152 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.030Aug 25 15:15:07.030 Aug 25 15:15:07.031 INFODEBGAug 25 15:15:07.031 created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 3153 | 2026-08-25T15:15:08.839Z | unit: freemap_route_ipv4 |
| 3154 | 2026-08-25T15:15:08.839Z | Aug 25 15:15:07.041 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 } }] |
| 3155 | 2026-08-25T15:15:08.839Z | DEBGAug 25 15:15:07.041Aug 25 15:15:07.041 INFODEBG created new freemapcreated new freemap, unit: freemap_route_ipv6 |
| 3156 | 2026-08-25T15:15:08.839Z | adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 3157 | 2026-08-25T15:15:08.839Z | unitAug 25 15:15:07.041: DEBGAug 25 15:15:07.041freemap_route_ipv4 |
| 3158 | 2026-08-25T15:15:08.839Z | initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3159 | 2026-08-25T15:15:08.840Z | Aug 25 15:15:07.041freemap_route_ipv4 |
| 3160 | 2026-08-25T15:15:08.840Z | DEBG created new freemap, Aug 25 15:15:07.041unitAug 25 15:15:07.041 :DEBG DEBG freemap_route_ipv6 |
| 3161 | 2026-08-25T15:15:08.840Z | reset freemapDEBGreplacing 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 } }] |
| 3162 | 2026-08-25T15:15:08.840Z | , 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:3, vlan_id: None } }]: |
| 3163 | 2026-08-25T15:15:08.840Z | Aug 25 15:15:07.041freemap_route_ipv4Aug 25 15:15:07.041 |
| 3164 | 2026-08-25T15:15:08.840Z | INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255initted freemap. size: 64 |
| 3165 | 2026-08-25T15:15:08.840Z | , Aug 25 15:15:07.041unit :DEBG freemap_route_ipv4initted freemap. size: 64 |
| 3166 | 2026-08-25T15:15:08.840Z | , Aug 25 15:15:07.041unit : DEBGfreemap_route_ipv6 |
| 3167 | 2026-08-25T15:15:08.840Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.041 |
| 3168 | 2026-08-25T15:15:08.840Z | DEBG reset freemapAug 25 15:15:07.041, Aug 25 15:15:07.041DEBG INFOreset freemap , adding route 172.17.0.23/32 -> 10.0.0.255unit |
| 3169 | 2026-08-25T15:15:08.840Z | unit:: freemap_route_ipv6freemap_route_ipv4 |
| 3170 | 2026-08-25T15:15:08.840Z | Aug 25 15:15:07.041 |
| 3171 | 2026-08-25T15:15:08.844Z | DEBGAug 25 15:15:07.041 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.041 |
| 3172 | 2026-08-25T15:15:08.846Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3173 | 2026-08-25T15:15:08.846Z | DEBGAug 25 15:15:07.030Aug 25 15:15:07.041 initted freemap. size: 64INFO, unitINFO: Aug 25 15:15:07.041 adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3174 | 2026-08-25T15:15:08.846Z | |
| 3175 | 2026-08-25T15:15:08.846Z | |
| 3176 | 2026-08-25T15:15:08.846Z | DEBG Aug 25 15:15:07.041 Aug 25 15:15:07.041DEBG DEBGAug 25 15:15:07.041 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 } }]reset freemap |
| 3177 | 2026-08-25T15:15:08.846Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGunit |
| 3178 | 2026-08-25T15:15:08.846Z | : freemap_route_ipv6replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3179 | 2026-08-25T15:15:08.846Z | |
| 3180 | 2026-08-25T15:15:08.846Z | Aug 25 15:15:07.041Aug 25 15:15:07.041 Aug 25 15:15:07.041INFOINFOAug 25 15:15:07.041 adding route 172.17.0.25/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3181 | 2026-08-25T15:15:08.846Z | INFOINFO |
| 3182 | 2026-08-25T15:15:08.846Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3183 | 2026-08-25T15:15:08.846Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3184 | 2026-08-25T15:15:08.846Z | Aug 25 15:15:07.041Aug 25 15:15:07.041 DEBGDEBGAug 25 15:15:07.041 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 } }] |
| 3185 | 2026-08-25T15:15:08.846Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3186 | 2026-08-25T15:15:08.846Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:15:07.041 |
| 3187 | 2026-08-25T15:15:08.846Z | Aug 25 15:15:07.041 DEBG Aug 25 15:15:07.041 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:15:07.041INFOINFO |
| 3188 | 2026-08-25T15:15:08.846Z | INFOadding route 172.17.0.26/32 -> 10.0.0.255 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3189 | 2026-08-25T15:15:08.846Z | |
| 3190 | 2026-08-25T15:15:08.846Z | |
| 3191 | 2026-08-25T15:15:08.847Z | Aug 25 15:15:07.041Aug 25 15:15:07.041Aug 25 15:15:07.041 INFODEBG 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3192 | 2026-08-25T15:15:08.847Z | Aug 25 15:15:07.041replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3193 | 2026-08-25T15:15:08.847Z | DEBG |
| 3194 | 2026-08-25T15:15:08.847Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.041 |
| 3195 | 2026-08-25T15:15:08.847Z | INFOAug 25 15:15:07.041Aug 25 15:15:07.041 Aug 25 15:15:07.041adding route 172.17.0.27/32 -> 10.0.0.255 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3196 | 2026-08-25T15:15:08.847Z | |
| 3197 | 2026-08-25T15:15:08.847Z | |
| 3198 | 2026-08-25T15:15:08.847Z | Aug 25 15:15:07.042Aug 25 15:15:07.042 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3199 | 2026-08-25T15:15:08.847Z | |
| 3200 | 2026-08-25T15:15:08.847Z | Aug 25 15:15:07.042 DEBGAug 25 15:15:07.031 Aug 25 15:15:07.042 Aug 25 15:15:07.042DEBG 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 } }]created new freemapINFO |
| 3201 | 2026-08-25T15:15:08.848Z | , unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ff: |
| 3202 | 2026-08-25T15:15:08.848Z | Aug 25 15:15:07.042INFOfreemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3203 | 2026-08-25T15:15:08.848Z | |
| 3204 | 2026-08-25T15:15:08.848Z | Aug 25 15:15:07.042INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3205 | 2026-08-25T15:15:08.848Z | DEBG Aug 25 15:15:07.042replacing 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 } }] |
| 3206 | 2026-08-25T15:15:08.848Z | DEBG Aug 25 15:15:07.042replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3207 | 2026-08-25T15:15:08.848Z | DEBG Aug 25 15:15:07.042replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.042 |
| 3208 | 2026-08-25T15:15:08.848Z | INFODEBG created new freemapadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:15:07.042 |
| 3209 | 2026-08-25T15:15:08.848Z | , Aug 25 15:15:07.042 unitINFO: freemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3210 | 2026-08-25T15:15:08.848Z | |
| 3211 | 2026-08-25T15:15:08.848Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 25 15:15:07.042Aug 25 15:15:07.042 Aug 25 15:15:07.030DEBGAug 25 15:15:07.042DEBG |
| 3212 | 2026-08-25T15:15:08.848Z | DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 3213 | 2026-08-25T15:15:08.848Z | |
| 3214 | 2026-08-25T15:15:08.848Z | initted freemap. size: 64DEBGAug 25 15:15:07.042, unit Aug 25 15:15:07.042Aug 25 15:15:07.042 :INFODEBG reset freemap freemap_route_ipv4, INFO |
| 3215 | 2026-08-25T15:15:08.848Z | adding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3216 | 2026-08-25T15:15:08.848Z | |
| 3217 | 2026-08-25T15:15:08.848Z | unit |
| 3218 | 2026-08-25T15:15:08.848Z | : freemap_route_ipv6Aug 25 15:15:07.042 |
| 3219 | 2026-08-25T15:15:08.848Z | Aug 25 15:15:07.042 DEBGAug 25 15:15:07.031Aug 25 15:15:07.042Aug 25 15:15:07.042 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3220 | 2026-08-25T15:15:08.848Z | created new freemap , replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3221 | 2026-08-25T15:15:08.848Z | DEBG: Aug 25 15:15:07.042 Aug 25 15:15:07.042freemap_route_ipv4 Aug 25 15:15:07.042reset freemap INFO, |
| 3222 | 2026-08-25T15:15:08.848Z | INFOunit :INFO freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3223 | 2026-08-25T15:15:08.848Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 3224 | 2026-08-25T15:15:08.848Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3225 | 2026-08-25T15:15:08.849Z | |
| 3226 | 2026-08-25T15:15:08.849Z | |
| 3227 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042 Aug 25 15:15:07.042DEBGAug 25 15:15:07.042 initted freemap. size: 64DEBG, Aug 25 15:15:07.042unit Aug 25 15:15:07.042 :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 |
| 3228 | 2026-08-25T15:15:08.849Z | freemap_route_ipv6DEBG |
| 3229 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042 DEBG Aug 25 15:15:07.042 Aug 25 15:15:07.042replacing 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 } }] |
| 3230 | 2026-08-25T15:15:08.849Z | 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 |
| 3231 | 2026-08-25T15:15:08.849Z | DEBGDEBGreplacing 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 } }] reset freemapAug 25 15:15:07.042 |
| 3232 | 2026-08-25T15:15:08.849Z | created new freemap adding route 172.17.0.31/32 -> 10.0.0.255, unitAug 25 15:15:07.042:INFO, |
| 3233 | 2026-08-25T15:15:08.849Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff unitfreemap_route_ipv6 :INFO |
| 3234 | 2026-08-25T15:15:08.849Z | |
| 3235 | 2026-08-25T15:15:08.849Z | adding route 172.17.0.3/32 -> 10.0.0.255freemap_route_ipv6 |
| 3236 | 2026-08-25T15:15:08.849Z | |
| 3237 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042Aug 25 15:15:07.042Aug 25 15:15:07.042 Aug 25 15:15:07.042Aug 25 15:15:07.042INFO DEBGDEBG DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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.16.0.0/32 -> 10.0.0.1 |
| 3238 | 2026-08-25T15:15:08.849Z | 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 } }] |
| 3239 | 2026-08-25T15:15:08.849Z | |
| 3240 | 2026-08-25T15:15:08.849Z | |
| 3241 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042DEBG Aug 25 15:15:07.042initted freemap. size: 64 , INFO Aug 25 15:15:07.042adding route 172.17.0.4/32 -> 10.0.0.255 Aug 25 15:15:07.042DEBG |
| 3242 | 2026-08-25T15:15:08.849Z | INFOunit Aug 25 15:15:07.042adding route 172.16.0.0/32 -> 10.0.0.1 INFODEBG Aug 25 15:15:07.042adding route 3fff:beef:e::/64 -> 2001:db8::55:ff: |
| 3243 | 2026-08-25T15:15:08.849Z | freemap_route_ipv4 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3244 | 2026-08-25T15:15:08.849Z | 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 } }] |
| 3245 | 2026-08-25T15:15:08.849Z | INFO |
| 3246 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.042 |
| 3247 | 2026-08-25T15:15:08.849Z | test route::tests::same_size_non_subset_replace ... ok |
| 3248 | 2026-08-25T15:15:08.849Z | |
| 3249 | 2026-08-25T15:15:08.849Z | Aug 25 15:15:07.042Aug 25 15:15:07.042 DEBG INFO Aug 25 15:15:07.042 DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 3250 | 2026-08-25T15:15:08.850Z | INFOAug 25 15:15:07.042 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.16.0.0/32 -> 10.0.0.2 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 |
| 3251 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042 |
| 3252 | 2026-08-25T15:15:08.850Z | reset freemap, DEBGunit :replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.042 |
| 3253 | 2026-08-25T15:15:08.850Z | |
| 3254 | 2026-08-25T15:15:08.850Z | freemap_route_ipv4Aug 25 15:15:07.042DEBG Aug 25 15:15:07.042 |
| 3255 | 2026-08-25T15:15:08.850Z | |
| 3256 | 2026-08-25T15:15:08.850Z | INFO adding route 3fff:beef:f::/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 } }] |
| 3257 | 2026-08-25T15:15:08.850Z | |
| 3258 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042Aug 25 15:15:07.042 INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255INFOAug 25 15:15:07.042 initted freemap. size: 64Aug 25 15:15:07.042DEBG |
| 3259 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042, INFOINFOadding route 172.17.0.33/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.3unit |
| 3260 | 2026-08-25T15:15:08.850Z | |
| 3261 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042:replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG freemap_route_ipv6 |
| 3262 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042replacing 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 } }] |
| 3263 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042 |
| 3264 | 2026-08-25T15:15:08.850Z | DEBG DEBG Aug 25 15:15:07.042 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.042 |
| 3265 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042 |
| 3266 | 2026-08-25T15:15:08.850Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGadding route 172.16.0.0/32 -> 10.0.0.1 reset freemap |
| 3267 | 2026-08-25T15:15:08.850Z | |
| 3268 | 2026-08-25T15:15:08.850Z | , INFO Aug 25 15:15:07.042Aug 25 15:15:07.042unitAug 25 15:15:07.042 INFO adding route 172.16.0.0/32 -> 10.0.0.4: |
| 3269 | 2026-08-25T15:15:08.850Z | Aug 25 15:15:07.042freemap_route_ipv6 |
| 3270 | 2026-08-25T15:15:08.850Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3271 | 2026-08-25T15:15:08.856Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050 INFO DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3272 | 2026-08-25T15:15:08.857Z | |
| 3273 | 2026-08-25T15:15:08.857Z | |
| 3274 | 2026-08-25T15:15:08.857Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3275 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050 INFOAug 25 15:15:07.050 Aug 25 15:15:07.042adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:15:07.050Aug 25 15:15:07.050 |
| 3276 | 2026-08-25T15:15:08.857Z | 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 } }] |
| 3277 | 2026-08-25T15:15:08.857Z | DEBGDEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.35/32 -> 10.0.0.255Aug 25 15:15:07.050created new freemap |
| 3278 | 2026-08-25T15:15:08.857Z | INFO, adding route 172.17.0.8/32 -> 10.0.0.255unitAug 25 15:15:07.050: Aug 25 15:15:07.050 |
| 3279 | 2026-08-25T15:15:08.857Z | |
| 3280 | 2026-08-25T15:15:08.857Z | DEBG freemap_route_ipv4replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3281 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050 |
| 3282 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050 DEBGDEBGINFOAug 25 15:15:07.050 Aug 25 15:15:07.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] INFO |
| 3283 | 2026-08-25T15:15:08.857Z | 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 |
| 3284 | 2026-08-25T15:15:08.857Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3285 | 2026-08-25T15:15:08.857Z | created new freemapadding route 172.16.0.0/32 -> 10.0.0.2, Aug 25 15:15:07.050unit |
| 3286 | 2026-08-25T15:15:08.857Z | :Aug 25 15:15:07.050 Aug 25 15:15:07.050 freemap_route_ipv6 |
| 3287 | 2026-08-25T15:15:08.857Z | INFO DEBGDEBG adding route 172.17.0.9/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 } }]Aug 25 15:15:07.050 |
| 3288 | 2026-08-25T15:15:08.857Z | |
| 3289 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050DEBG replacing targets for 3fff:dead::/64 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 } }]initted freemap. size: 64DEBG, |
| 3290 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050 unit :INFO adding route 172.17.0.37/32 -> 10.0.0.255freemap_route_ipv4 |
| 3291 | 2026-08-25T15:15:08.857Z | Aug 25 15:15:07.050replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3292 | 2026-08-25T15:15:08.858Z | |
| 3293 | 2026-08-25T15:15:08.858Z | DEBG Aug 25 15:15:07.050replacing 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 } }] |
| 3294 | 2026-08-25T15:15:08.858Z | Aug 25 15:15:07.050INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 15:15:07.050reset freemap |
| 3295 | 2026-08-25T15:15:08.858Z | , Aug 25 15:15:07.050unit :DEBGAug 25 15:15:07.050 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3296 | 2026-08-25T15:15:08.858Z | |
| 3297 | 2026-08-25T15:15:08.858Z | adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3298 | 2026-08-25T15:15:08.858Z | Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3299 | 2026-08-25T15:15:08.858Z | adding route 172.17.0.38/32 -> 10.0.0.255initted freemap. size: 64 |
| 3300 | 2026-08-25T15:15:08.858Z | , unit:Aug 25 15:15:07.050 Aug 25 15:15:07.050DEBGfreemap_route_ipv6 |
| 3301 | 2026-08-25T15:15:08.858Z | 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 |
| 3302 | 2026-08-25T15:15:08.858Z | Aug 25 15:15:07.050 adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 3303 | 2026-08-25T15:15:08.859Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050DEBG reset freemapINFO, unitadding route 172.17.0.11/32 -> 10.0.0.255:Aug 25 15:15:07.050 |
| 3304 | 2026-08-25T15:15:08.859Z | freemap_route_ipv6replacing 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 } }] |
| 3305 | 2026-08-25T15:15:08.859Z | |
| 3306 | 2026-08-25T15:15:08.859Z | DEBG Aug 25 15:15:07.050Aug 25 15:15:07.050 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 } }] |
| 3307 | 2026-08-25T15:15:08.859Z | INFODEBG DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050 |
| 3308 | 2026-08-25T15:15:08.859Z | INFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3309 | 2026-08-25T15:15:08.859Z | 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 } }] |
| 3310 | 2026-08-25T15:15:08.859Z | Aug 25 15:15:07.050 |
| 3311 | 2026-08-25T15:15:08.859Z | INFOAug 25 15:15:07.050 adding route 172.17.0.12/32 -> 10.0.0.255Aug 25 15:15:07.050 |
| 3312 | 2026-08-25T15:15:08.859Z | Aug 25 15:15:07.050Aug 25 15:15:07.050INFO INFODEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3313 | 2026-08-25T15:15:08.859Z | |
| 3314 | 2026-08-25T15:15:08.859Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3315 | 2026-08-25T15:15:08.860Z | Aug 25 15:15:07.050replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.050 |
| 3316 | 2026-08-25T15:15:08.860Z | Aug 25 15:15:07.050DEBGDEBG 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 } }] |
| 3317 | 2026-08-25T15:15:08.860Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:15:07.050 |
| 3318 | 2026-08-25T15:15:08.860Z | |
| 3319 | 2026-08-25T15:15:08.860Z | INFO Aug 25 15:15:07.050adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:15:07.050 |
| 3320 | 2026-08-25T15:15:08.860Z | Aug 25 15:15:07.050 INFO Aug 25 15:15:07.050INFO Aug 25 15:15:07.050DEBG 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.13/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3321 | 2026-08-25T15:15:08.860Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3322 | 2026-08-25T15:15:08.860Z | 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 } }] |
| 3323 | 2026-08-25T15:15:08.860Z | |
| 3324 | 2026-08-25T15:15:08.860Z | |
| 3325 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050DEBG Aug 25 15:15:07.050Aug 25 15:15:07.050replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 3326 | 2026-08-25T15:15:08.861Z | DEBGAug 25 15:15:07.050 DEBGINFOreplacing 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 |
| 3327 | 2026-08-25T15:15:08.861Z | adding route 172.17.0.41/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 } }] |
| 3328 | 2026-08-25T15:15:08.861Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3329 | 2026-08-25T15:15:08.861Z | |
| 3330 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050INFOAug 25 15:15:07.050 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 3331 | 2026-08-25T15:15:08.861Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:15:07.050 |
| 3332 | 2026-08-25T15:15:08.861Z | DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.050 |
| 3333 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050DEBGreplacing 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 |
| 3334 | 2026-08-25T15:15:08.861Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050 |
| 3335 | 2026-08-25T15:15:08.861Z | 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 } }] Aug 25 15:15:07.050 |
| 3336 | 2026-08-25T15:15:08.861Z | INFOadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:15:07.050 |
| 3337 | 2026-08-25T15:15:08.861Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3338 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3339 | 2026-08-25T15:15:08.861Z | 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 } }] |
| 3340 | 2026-08-25T15:15:08.861Z | |
| 3341 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBG DEBGDEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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.43/32 -> 10.0.0.255 |
| 3342 | 2026-08-25T15:15:08.861Z | |
| 3343 | 2026-08-25T15:15:08.861Z | |
| 3344 | 2026-08-25T15:15:08.861Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050 |
| 3345 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050INFOAug 25 15:15:07.050 DEBGadding route 172.17.0.3/32 -> 10.0.0.255 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3346 | 2026-08-25T15:15:08.861Z | |
| 3347 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3348 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050Aug 25 15:15:07.050 INFODEBG INFOAug 25 15:15:07.050adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3349 | 2026-08-25T15:15:08.861Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3350 | 2026-08-25T15:15:08.861Z | |
| 3351 | 2026-08-25T15:15:08.861Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050 Aug 25 15:15:07.050INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3352 | 2026-08-25T15:15:08.861Z | 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 } }] |
| 3353 | 2026-08-25T15:15:08.861Z | Aug 25 15:15:07.050 DEBGAug 25 15:15:07.050 Aug 25 15:15:07.050DEBGreplacing 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 } }] |
| 3354 | 2026-08-25T15:15:08.862Z | 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 } }] |
| 3355 | 2026-08-25T15:15:08.862Z | INFO |
| 3356 | 2026-08-25T15:15:08.862Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3357 | 2026-08-25T15:15:08.862Z | Aug 25 15:15:07.050Aug 25 15:15:07.050 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3358 | 2026-08-25T15:15:08.862Z | |
| 3359 | 2026-08-25T15:15:08.862Z | test route::tests::identity_replace_is_noop ... ok |
| 3360 | 2026-08-25T15:15:08.862Z | Aug 25 15:15:07.050 INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:15:07.050Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBGDEBG |
| 3361 | 2026-08-25T15:15:08.862Z | 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.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 |
| 3362 | 2026-08-25T15:15:08.862Z | 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 } }] |
| 3363 | 2026-08-25T15:15:08.862Z | |
| 3364 | 2026-08-25T15:15:08.862Z | Aug 25 15:15:07.050Aug 25 15:15:07.050 DEBGAug 25 15:15:07.050 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 } }] |
| 3365 | 2026-08-25T15:15:08.862Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3366 | 2026-08-25T15:15:08.862Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3367 | 2026-08-25T15:15:08.862Z | Aug 25 15:15:07.050 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 3368 | 2026-08-25T15:15:08.862Z | Aug 25 15:15:07.050Aug 25 15:15:07.050adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3369 | 2026-08-25T15:15:08.862Z | DEBG Aug 25 15:15:07.050replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Aug 25 15:15:07.050 |
| 3370 | 2026-08-25T15:15:08.862Z | DEBGDEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3371 | 2026-08-25T15:15:08.868Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.050 |
| 3372 | 2026-08-25T15:15:08.868Z | 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 } }] |
| 3373 | 2026-08-25T15:15:08.868Z | INFO Aug 25 15:15:07.050adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3374 | 2026-08-25T15:15:08.868Z | 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 } }] |
| 3375 | 2026-08-25T15:15:08.868Z | Aug 25 15:15:07.050 Aug 25 15:15:07.050Aug 25 15:15:07.050DEBG Aug 25 15:15:07.050 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 |
| 3376 | 2026-08-25T15:15:08.868Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3377 | 2026-08-25T15:15:08.868Z | Aug 25 15:15:07.051 Aug 25 15:15:07.059Aug 25 15:15:07.051 DEBGDEBG DEBGINFO adding route 172.17.0.8/32 -> 10.0.0.255created new freemapreplacing 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 } }] |
| 3378 | 2026-08-25T15:15:08.868Z | |
| 3379 | 2026-08-25T15:15:08.868Z | , unitcreated new freemap:, unitfreemap_route_ipv4 |
| 3380 | 2026-08-25T15:15:08.868Z | Aug 25 15:15:07.059DEBG 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 } }]Aug 25 15:15:07.050 |
| 3381 | 2026-08-25T15:15:08.868Z | Aug 25 15:15:07.059 INFOadding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3382 | 2026-08-25T15:15:08.868Z | created new freemapAug 25 15:15:07.059, adding route 172.17.0.8/32 -> 10.0.0.255DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3383 | 2026-08-25T15:15:08.868Z | |
| 3384 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059 freemap_route_ipv6DEBG |
| 3385 | 2026-08-25T15:15:08.869Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.059 |
| 3386 | 2026-08-25T15:15:08.869Z | DEBG Aug 25 15:15:07.059replacing 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 } }] |
| 3387 | 2026-08-25T15:15:08.869Z | DEBG initted freemap. size: 64Aug 25 15:15:07.059DEBG , replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.059 |
| 3388 | 2026-08-25T15:15:08.869Z | unit:INFO INFO freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3389 | 2026-08-25T15:15:08.869Z | |
| 3390 | 2026-08-25T15:15:08.869Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3391 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3392 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059Aug 25 15:15:07.059 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 } }]reset freemap |
| 3393 | 2026-08-25T15:15:08.869Z | , unitAug 25 15:15:07.059Aug 25 15:15:07.059: 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 } }]freemap_route_ipv4replacing 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 } }] |
| 3394 | 2026-08-25T15:15:08.869Z | |
| 3395 | 2026-08-25T15:15:08.869Z | |
| 3396 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059 |
| 3397 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059DEBGAug 25 15:15:07.059 Aug 25 15:15:07.059INFO INFOadding route 172.17.0.50/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 } }] Aug 25 15:15:07.059adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3398 | 2026-08-25T15:15:08.869Z | |
| 3399 | 2026-08-25T15:15:08.869Z | |
| 3400 | 2026-08-25T15:15:08.869Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:15:07.059 DEBGDEBGAug 25 15:15:07.059 initted freemap. size: 64 DEBG |
| 3401 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059, Aug 25 15:15:07.059 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 } }] : |
| 3402 | 2026-08-25T15:15:08.869Z | INFODEBG freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3403 | 2026-08-25T15:15:08.869Z | 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 } }] |
| 3404 | 2026-08-25T15:15:08.869Z | |
| 3405 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.059INFO |
| 3406 | 2026-08-25T15:15:08.869Z | Aug 25 15:15:07.059adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 15:15:07.059 |
| 3407 | 2026-08-25T15:15:08.869Z | DEBGINFO reset freemapadding route 172.17.0.51/32 -> 10.0.0.255DEBGAug 25 15:15:07.059, unit : |
| 3408 | 2026-08-25T15:15:08.869Z | 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 } }]DEBGAug 25 15:15:07.059 |
| 3409 | 2026-08-25T15:15:08.869Z | freemap_route_ipv6 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 } }] |
| 3410 | 2026-08-25T15:15:08.870Z | INFO |
| 3411 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059 adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:15:07.059DEBGAug 25 15:15:07.059 |
| 3412 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059replacing 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 |
| 3413 | 2026-08-25T15:15:08.870Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3414 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059 |
| 3415 | 2026-08-25T15:15:08.870Z | INFOINFO Aug 25 15:15:07.059adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3416 | 2026-08-25T15:15:08.870Z | DEBGAug 25 15:15:07.059 adding route 172.16.0.0/32 -> 10.0.0.1 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 } }]DEBGAug 25 15:15:07.059 |
| 3417 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059 |
| 3418 | 2026-08-25T15:15:08.870Z | 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 } }]DEBGDEBG |
| 3419 | 2026-08-25T15:15:08.870Z | 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 } }] |
| 3420 | 2026-08-25T15:15:08.870Z | 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 } }] |
| 3421 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059Aug 25 15:15:07.059 Aug 25 15:15:07.059 DEBGAug 25 15:15:07.059 INFOINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.12/32 -> 10.0.0.255INFO |
| 3422 | 2026-08-25T15:15:08.870Z | |
| 3423 | 2026-08-25T15:15:08.870Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3424 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3425 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.059Aug 25 15:15:07.059Aug 25 15:15:07.059 INFO DEBGDEBGINFOAug 25 15:15:07.059 DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3426 | 2026-08-25T15:15:08.870Z | |
| 3427 | 2026-08-25T15:15:08.870Z | |
| 3428 | 2026-08-25T15:15:08.870Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3429 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.060Aug 25 15:15:07.060 |
| 3430 | 2026-08-25T15:15:08.870Z | INFO DEBGINFOadding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 15:15:07.060adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3431 | 2026-08-25T15:15:08.870Z | Aug 25 15:15:07.060 |
| 3432 | 2026-08-25T15:15:08.870Z | test route::tests::add_target_fails_full ... ok |
| 3433 | 2026-08-25T15:15:08.870Z | 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 } }]DEBG |
| 3434 | 2026-08-25T15:15:08.870Z | adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 15:15:07.060 |
| 3435 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060 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 } }] DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3436 | 2026-08-25T15:15:08.871Z | 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 } }] |
| 3437 | 2026-08-25T15:15:08.871Z | |
| 3438 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060Aug 25 15:15:07.060 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3439 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060INFO INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3440 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060adding route 172.17.0.14/32 -> 10.0.0.255 INFO |
| 3441 | 2026-08-25T15:15:08.871Z | |
| 3442 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060Aug 25 15:15:07.060 adding route 172.17.0.55/32 -> 10.0.0.255DEBGAug 25 15:15:07.060INFOAug 25 15:15:07.060 |
| 3443 | 2026-08-25T15:15:08.871Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3444 | 2026-08-25T15:15:08.871Z | DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3445 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060 |
| 3446 | 2026-08-25T15:15:08.871Z | |
| 3447 | 2026-08-25T15:15:08.871Z | INFOAug 25 15:15:07.060 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3448 | 2026-08-25T15:15:08.871Z | adding route 172.17.0.15/32 -> 10.0.0.255 INFO |
| 3449 | 2026-08-25T15:15:08.871Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:15:07.060 |
| 3450 | 2026-08-25T15:15:08.871Z | INFOAug 25 15:15:07.060 Aug 25 15:15:07.060DEBGAug 25 15:15:07.060 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3451 | 2026-08-25T15:15:08.871Z | 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 } }] Aug 25 15:15:07.060replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3452 | 2026-08-25T15:15:08.871Z | DEBG |
| 3453 | 2026-08-25T15:15:08.871Z | 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 |
| 3454 | 2026-08-25T15:15:08.871Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3455 | 2026-08-25T15:15:08.871Z | INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 15:15:07.060 |
| 3456 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060INFOAug 25 15:15:07.060 adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3457 | 2026-08-25T15:15:08.871Z | INFO Aug 25 15:15:07.060 |
| 3458 | 2026-08-25T15:15:08.871Z | adding route 172.17.0.16/32 -> 10.0.0.255 INFO |
| 3459 | 2026-08-25T15:15:08.871Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060Aug 25 15:15:07.060 |
| 3460 | 2026-08-25T15:15:08.871Z | Aug 25 15:15:07.060DEBG |
| 3461 | 2026-08-25T15:15:08.872Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060DEBG |
| 3462 | 2026-08-25T15:15:08.872Z | DEBGINFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.060 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3463 | 2026-08-25T15:15:08.872Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 25 15:15:07.060 |
| 3464 | 2026-08-25T15:15:08.872Z | DEBGINFOAug 25 15:15:07.060 adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 15:15:07.060 |
| 3465 | 2026-08-25T15:15:08.872Z | |
| 3466 | 2026-08-25T15:15:08.872Z | DEBG adding route 172.17.0.17/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 } }] |
| 3467 | 2026-08-25T15:15:08.872Z | |
| 3468 | 2026-08-25T15:15:08.872Z | Aug 25 15:15:07.060Aug 25 15:15:07.060 |
| 3469 | 2026-08-25T15:15:08.872Z | Aug 25 15:15:07.060DEBG 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 } }]INFO |
| 3470 | 2026-08-25T15:15:08.872Z | Aug 25 15:15:07.060 Aug 25 15:15:07.060 adding route 172.17.0.18/32 -> 10.0.0.255 DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 3471 | 2026-08-25T15:15:08.876Z | |
| 3472 | 2026-08-25T15:15:08.877Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060 |
| 3473 | 2026-08-25T15:15:08.877Z | Aug 25 15:15:07.060 |
| 3474 | 2026-08-25T15:15:08.877Z | INFODEBG adding route 172.17.0.59/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 } }] |
| 3475 | 2026-08-25T15:15:08.877Z | Aug 25 15:15:07.060 |
| 3476 | 2026-08-25T15:15:08.877Z | Aug 25 15:15:07.060 INFOAug 25 15:15:07.060DEBG Aug 25 15:15:07.060adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 3477 | 2026-08-25T15:15:08.877Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3478 | 2026-08-25T15:15:08.877Z | |
| 3479 | 2026-08-25T15:15:08.877Z | |
| 3480 | 2026-08-25T15:15:08.877Z | Aug 25 15:15:07.060 DEBGAug 25 15:15:07.060 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.060DEBG |
| 3481 | 2026-08-25T15:15:08.877Z | INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3482 | 2026-08-25T15:15:08.877Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3483 | 2026-08-25T15:15:08.877Z | :Aug 25 15:15:07.060Aug 25 15:15:07.060Aug 25 15:15:07.060 Aug 25 15:15:07.060 INFO INFOINFO DEBGfreemap_route_ipv4adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3484 | 2026-08-25T15:15:08.877Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3485 | 2026-08-25T15:15:08.877Z | 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 } }] |
| 3486 | 2026-08-25T15:15:08.877Z | Aug 25 15:15:07.060Aug 25 15:15:07.068 Aug 25 15:15:07.068DEBG INFOcreated new freemap , adding route 172.17.0.61/32 -> 10.0.0.255unitDEBG |
| 3487 | 2026-08-25T15:15:08.877Z | : freemap_route_ipv6 |
| 3488 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.068 |
| 3489 | 2026-08-25T15:15:08.878Z | 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 } }] |
| 3490 | 2026-08-25T15:15:08.878Z | initted freemap. size: 64, Aug 25 15:15:07.068unit :INFO freemap_route_ipv4adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3491 | 2026-08-25T15:15:08.878Z | |
| 3492 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 INFO adding route 172.17.0.62/32 -> 10.0.0.255Aug 25 15:15:07.068 |
| 3493 | 2026-08-25T15:15:08.878Z | DEBG Aug 25 15:15:07.068reset freemap , DEBGAug 25 15:15:07.068 unit 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 |
| 3494 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068freemap_route_ipv4 |
| 3495 | 2026-08-25T15:15:08.878Z | DEBG Aug 25 15:15:07.068 replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3496 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 |
| 3497 | 2026-08-25T15:15:08.878Z | INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 3498 | 2026-08-25T15:15:08.878Z | initted freemap. size: 64Aug 25 15:15:07.068Aug 25 15:15:07.068, unit Aug 25 15:15:07.068:INFO DEBGfreemap_route_ipv6INFO |
| 3499 | 2026-08-25T15:15:08.878Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3500 | 2026-08-25T15:15:08.878Z | |
| 3501 | 2026-08-25T15:15:08.878Z | |
| 3502 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 Aug 25 15:15:07.068DEBGAug 25 15:15:07.068 INFOreset freemap DEBGadding route 172.17.0.23/32 -> 10.0.0.255, Aug 25 15:15:07.068unit |
| 3503 | 2026-08-25T15:15:08.878Z | 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 } }]: |
| 3504 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068freemap_route_ipv6DEBG 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 } }]DEBG |
| 3505 | 2026-08-25T15:15:08.878Z | 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 } }] |
| 3506 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 |
| 3507 | 2026-08-25T15:15:08.878Z | INFOAug 25 15:15:07.068 Aug 25 15:15:07.068adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3508 | 2026-08-25T15:15:08.878Z | INFODEBG Aug 25 15:15:07.068adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:15:07.068 |
| 3509 | 2026-08-25T15:15:08.878Z | DEBGfailed to allocate space for the new target list replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3510 | 2026-08-25T15:15:08.878Z | |
| 3511 | 2026-08-25T15:15:08.878Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 15:15:07.068 |
| 3512 | 2026-08-25T15:15:08.878Z | DEBGAug 25 15:15:07.068 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3513 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBGAug 25 15:15:07.068 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 } }] |
| 3514 | 2026-08-25T15:15:08.878Z | DEBG |
| 3515 | 2026-08-25T15:15:08.878Z | Aug 25 15:15:07.068replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:15:07.068 Aug 25 15:15:07.068 |
| 3516 | 2026-08-25T15:15:08.878Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 25 15:15:07.068adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3517 | 2026-08-25T15:15:08.878Z | |
| 3518 | 2026-08-25T15:15:08.878Z | 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 } }] failed to allocate space for the new target list |
| 3519 | 2026-08-25T15:15:08.878Z | |
| 3520 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.068 DEBGAug 25 15:15:07.068 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3521 | 2026-08-25T15:15:08.879Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:15:07.068 |
| 3522 | 2026-08-25T15:15:08.879Z | DEBG adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 15:15:07.068Aug 25 15:15:07.068 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 } }] |
| 3523 | 2026-08-25T15:15:08.879Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 3524 | 2026-08-25T15:15:08.879Z | |
| 3525 | 2026-08-25T15:15:08.879Z | |
| 3526 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.068Aug 25 15:15:07.068 Aug 25 15:15:07.068 DEBGINFO 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 } }] |
| 3527 | 2026-08-25T15:15:08.879Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3528 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.068 |
| 3529 | 2026-08-25T15:15:08.879Z | DEBGAug 25 15:15:07.068Aug 25 15:15:07.068 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 } }] INFOAug 25 15:15:07.068 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGreplacing 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 } }] |
| 3530 | 2026-08-25T15:15:08.879Z | |
| 3531 | 2026-08-25T15:15:08.879Z | 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 } }] |
| 3532 | 2026-08-25T15:15:08.879Z | |
| 3533 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.068Aug 25 15:15:07.068 Aug 25 15:15:07.068INFO 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 } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3534 | 2026-08-25T15:15:08.879Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 25 15:15:07.068 |
| 3535 | 2026-08-25T15:15:08.879Z | |
| 3536 | 2026-08-25T15:15:08.879Z | INFO Aug 25 15:15:07.068adding route 172.17.0.26/32 -> 10.0.0.255Aug 25 15:15:07.068 |
| 3537 | 2026-08-25T15:15:08.879Z | 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 } }]replacing targets for 3fff:dead::/64 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 } }] |
| 3538 | 2026-08-25T15:15:08.879Z | |
| 3539 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.077 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3540 | 2026-08-25T15:15:08.879Z | |
| 3541 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.077 DEBGAug 25 15:15:07.077 replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3542 | 2026-08-25T15:15:08.879Z | 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 } }] |
| 3543 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.068 DEBGAug 25 15:15:07.077 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3544 | 2026-08-25T15:15:08.879Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:15:07.077 |
| 3545 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.077 INFO Aug 25 15:15:07.077adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3546 | 2026-08-25T15:15:08.879Z | 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 } }] |
| 3547 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.077 INFODEBG adding route 172.17.0.29/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 } }] |
| 3548 | 2026-08-25T15:15:08.879Z | |
| 3549 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.078 Aug 25 15:15:07.078INFO DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 3550 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.077replacing 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 } }] |
| 3551 | 2026-08-25T15:15:08.879Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3552 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.078 INFOAug 25 15:15:07.068 Aug 25 15:15:07.078Aug 25 15:15:07.078adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3553 | 2026-08-25T15:15:08.879Z | DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3554 | 2026-08-25T15:15:08.879Z | |
| 3555 | 2026-08-25T15:15:08.879Z | DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3556 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.078DEBGAug 25 15:15:07.078 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 |
| 3557 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.078 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3558 | 2026-08-25T15:15:08.879Z | Aug 25 15:15:07.078 |
| 3559 | 2026-08-25T15:15:08.880Z | |
| 3560 | 2026-08-25T15:15:08.880Z | INFOAug 25 15:15:07.078 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 25 15:15:07.078 |
| 3561 | 2026-08-25T15:15:08.880Z | 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 } }] |
| 3562 | 2026-08-25T15:15:08.880Z | DEBGAug 25 15:15:07.078 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3563 | 2026-08-25T15:15:08.880Z | DEBGDEBG Aug 25 15:15:07.078replacing 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.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 } }] |
| 3564 | 2026-08-25T15:15:08.880Z | Aug 25 15:15:07.078 |
| 3565 | 2026-08-25T15:15:08.880Z | INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:15:07.078 |
| 3566 | 2026-08-25T15:15:08.880Z | adding route 172.17.0.30/32 -> 10.0.0.255INFO |
| 3567 | 2026-08-25T15:15:08.880Z | adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3568 | 2026-08-25T15:15:08.880Z | Aug 25 15:15:07.078 INFODEBG Aug 25 15:15:07.078 Aug 25 15:15:07.078adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3569 | 2026-08-25T15:15:08.880Z | 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 } }]DEBG |
| 3570 | 2026-08-25T15:15:08.880Z | 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 } }] |
| 3571 | 2026-08-25T15:15:08.887Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3572 | 2026-08-25T15:15:08.887Z | Aug 25 15:15:07.078 Aug 25 15:15:07.078INFO Aug 25 15:15:07.078adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 3573 | 2026-08-25T15:15:08.887Z | INFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 Aug 25 15:15:07.078 |
| 3574 | 2026-08-25T15:15:08.887Z | 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.31/32 -> 10.0.0.255 |
| 3575 | 2026-08-25T15:15:08.887Z | |
| 3576 | 2026-08-25T15:15:08.887Z | DEBGAug 25 15:15:07.078 Aug 25 15:15:07.078 DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3577 | 2026-08-25T15:15:08.887Z | 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.24/32 -> 10.0.0.255 |
| 3578 | 2026-08-25T15:15:08.887Z | Aug 25 15:15:07.078 |
| 3579 | 2026-08-25T15:15:08.887Z | DEBGAug 25 15:15:07.078Aug 25 15:15:07.078 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 } }]INFOAug 25 15:15:07.078 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3580 | 2026-08-25T15:15:08.888Z | 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 } }] |
| 3581 | 2026-08-25T15:15:08.888Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3582 | 2026-08-25T15:15:08.888Z | |
| 3583 | 2026-08-25T15:15:08.888Z | Aug 25 15:15:07.078Aug 25 15:15:07.078 Aug 25 15:15:07.078INFO DEBGAug 25 15:15:07.078adding route 172.17.0.25/32 -> 10.0.0.255 DEBG |
| 3584 | 2026-08-25T15:15:08.888Z | 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 } }] |
| 3585 | 2026-08-25T15:15:08.888Z | INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3586 | 2026-08-25T15:15:08.888Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 3587 | 2026-08-25T15:15:08.888Z | Aug 25 15:15:07.078 INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078 Aug 25 15:15:07.078 |
| 3588 | 2026-08-25T15:15:08.888Z | adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 3589 | 2026-08-25T15:15:08.888Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 3590 | 2026-08-25T15:15:08.888Z | DEBGAug 25 15:15:07.078Aug 25 15:15:07.078 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 } }] |
| 3591 | 2026-08-25T15:15:08.888Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3592 | 2026-08-25T15:15:08.888Z | |
| 3593 | 2026-08-25T15:15:08.888Z | 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 } }] |
| 3594 | 2026-08-25T15:15:08.888Z | Aug 25 15:15:07.078Aug 25 15:15:07.078 Aug 25 15:15:07.078Aug 25 15:15:07.078INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 3595 | 2026-08-25T15:15:08.888Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing 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 |
| 3596 | 2026-08-25T15:15:08.888Z | |
| 3597 | 2026-08-25T15:15:08.888Z | adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3598 | 2026-08-25T15:15:08.888Z | Aug 25 15:15:07.078DEBG DEBGreplacing 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 } }] |
| 3599 | 2026-08-25T15:15:08.889Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3600 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078 Aug 25 15:15:07.078 INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3601 | 2026-08-25T15:15:08.889Z | |
| 3602 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078DEBG 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 |
| 3603 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG |
| 3604 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3605 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3606 | 2026-08-25T15:15:08.889Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 25 15:15:07.078 |
| 3607 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078adding route 172.17.0.34/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3608 | 2026-08-25T15:15:08.889Z | |
| 3609 | 2026-08-25T15:15:08.889Z | |
| 3610 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078 INFOAug 25 15:15:07.078 Aug 25 15:15:07.078adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG Aug 25 15:15:07.078 |
| 3611 | 2026-08-25T15:15:08.889Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3612 | 2026-08-25T15:15:08.889Z | DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3613 | 2026-08-25T15:15:08.889Z | |
| 3614 | 2026-08-25T15:15:08.889Z | DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3615 | 2026-08-25T15:15:08.889Z | |
| 3616 | 2026-08-25T15:15:08.889Z | INFOAug 25 15:15:07.078 Aug 25 15:15:07.078INFOAug 25 15:15:07.078adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3617 | 2026-08-25T15:15:08.889Z | INFO DEBG adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3618 | 2026-08-25T15:15:08.889Z | 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 } }] |
| 3619 | 2026-08-25T15:15:08.889Z | |
| 3620 | 2026-08-25T15:15:08.889Z | Aug 25 15:15:07.078 DEBG Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 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 } }] |
| 3621 | 2026-08-25T15:15:08.889Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3622 | 2026-08-25T15:15:08.889Z | DEBGAug 25 15:15:07.078 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 } }] |
| 3623 | 2026-08-25T15:15:08.889Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3624 | 2026-08-25T15:15:08.889Z | DEBGAug 25 15:15:07.078replacing 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.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078INFO DEBG |
| 3625 | 2026-08-25T15:15:08.889Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3626 | 2026-08-25T15:15:08.890Z | |
| 3627 | 2026-08-25T15:15:08.890Z | |
| 3628 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 INFOINFO INFOAug 25 15:15:07.078 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3629 | 2026-08-25T15:15:08.890Z | |
| 3630 | 2026-08-25T15:15:08.890Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3631 | 2026-08-25T15:15:08.890Z | DEBGAug 25 15:15:07.078 Aug 25 15:15:07.078DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3632 | 2026-08-25T15:15:08.890Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3633 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078replacing 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.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 } }] |
| 3634 | 2026-08-25T15:15:08.890Z | |
| 3635 | 2026-08-25T15:15:08.890Z | DEBGAug 25 15:15:07.078 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3636 | 2026-08-25T15:15:08.890Z | INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3637 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078 |
| 3638 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3639 | 2026-08-25T15:15:08.890Z | DEBG Aug 25 15:15:07.078 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 15:15:07.078DEBG |
| 3640 | 2026-08-25T15:15:08.890Z | |
| 3641 | 2026-08-25T15:15:08.890Z | 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.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 } }] |
| 3642 | 2026-08-25T15:15:08.890Z | |
| 3643 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078Aug 25 15:15:07.078 INFO INFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 3644 | 2026-08-25T15:15:08.890Z | adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 3645 | 2026-08-25T15:15:08.890Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3646 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078DEBGAug 25 15:15:07.078 DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.078replacing 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 } }] |
| 3647 | 2026-08-25T15:15:08.890Z | 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 } }] |
| 3648 | 2026-08-25T15:15:08.890Z | DEBG |
| 3649 | 2026-08-25T15:15:08.890Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.078 |
| 3650 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078 INFO Aug 25 15:15:07.078INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3651 | 2026-08-25T15:15:08.890Z | |
| 3652 | 2026-08-25T15:15:08.890Z | Aug 25 15:15:07.078INFO Aug 25 15:15:07.078INFO Aug 25 15:15:07.078 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3653 | 2026-08-25T15:15:08.890Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3654 | 2026-08-25T15:15:08.891Z | |
| 3655 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088 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 } }]Aug 25 15:15:07.088 |
| 3656 | 2026-08-25T15:15:08.891Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:15:07.078 |
| 3657 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088 DEBGINFO created new freemap |
| 3658 | 2026-08-25T15:15:08.891Z | , adding route 3fff:beef:26::/64 -> 2001:db8::55:ffunit |
| 3659 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088 : freemap_route_ipv4 |
| 3660 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO created new freemapadding route 172.17.0.45/32 -> 10.0.0.255, |
| 3661 | 2026-08-25T15:15:08.891Z | unit: freemap_route_ipv6 |
| 3662 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 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 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 } }] |
| 3663 | 2026-08-25T15:15:08.891Z | |
| 3664 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088 DEBGAug 25 15:15:07.088 initted freemap. size: 64INFO, unitAug 25 15:15:07.088adding route 3fff:beef:27::/64 -> 2001:db8::55:ff: |
| 3665 | 2026-08-25T15:15:08.891Z | INFO freemap_route_ipv4 |
| 3666 | 2026-08-25T15:15:08.891Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 25 15:15:07.088 |
| 3667 | 2026-08-25T15:15:08.891Z | 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 } }] |
| 3668 | 2026-08-25T15:15:08.891Z | Aug 25 15:15:07.088 Aug 25 15:15:07.088DEBG Aug 25 15:15:07.088replacing 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 |
| 3669 | 2026-08-25T15:15:08.891Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3670 | 2026-08-25T15:15:08.891Z | reset freemapAug 25 15:15:07.088, unitAug 25 15:15:07.088INFO: DEBGadding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv4 |
| 3671 | 2026-08-25T15:15:08.896Z | |
| 3672 | 2026-08-25T15:15:08.896Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 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 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 } }] |
| 3673 | 2026-08-25T15:15:08.896Z | |
| 3674 | 2026-08-25T15:15:08.897Z | initted freemap. size: 64, unitAug 25 15:15:07.088Aug 25 15:15:07.088: INFOAug 25 15:15:07.088 freemap_route_ipv6 |
| 3675 | 2026-08-25T15:15:08.897Z | INFODEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 3676 | 2026-08-25T15:15:08.897Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3677 | 2026-08-25T15:15:08.897Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3678 | 2026-08-25T15:15:08.897Z | DEBG Aug 25 15:15:07.088reset freemap , DEBGunit :Aug 25 15:15:07.088replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.088 |
| 3679 | 2026-08-25T15:15:08.897Z | INFODEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.088adding route 172.17.0.39/32 -> 10.0.0.255freemap_route_ipv6 |
| 3680 | 2026-08-25T15:15:08.897Z | |
| 3681 | 2026-08-25T15:15:08.897Z | |
| 3682 | 2026-08-25T15:15:08.897Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.088 |
| 3683 | 2026-08-25T15:15:08.897Z | Aug 25 15:15:07.088INFO Aug 25 15:15:07.088INFOAug 25 15:15:07.088adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3684 | 2026-08-25T15:15:08.897Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3685 | 2026-08-25T15:15:08.897Z | |
| 3686 | 2026-08-25T15:15:08.898Z | 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 } }] |
| 3687 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088 Aug 25 15:15:07.088DEBGAug 25 15:15:07.088Aug 25 15:15:07.088 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 } }] |
| 3688 | 2026-08-25T15:15:08.898Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3689 | 2026-08-25T15:15:08.898Z | INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3690 | 2026-08-25T15:15:08.898Z | |
| 3691 | 2026-08-25T15:15:08.898Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3692 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088Aug 25 15:15:07.088DEBG Aug 25 15:15:07.088replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088INFO INFODEBG adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 3693 | 2026-08-25T15:15:08.898Z | adding route 172.16.0.0/32 -> 10.0.0.2replacing 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:beef:2b::/64 -> 2001:db8::55:ff |
| 3694 | 2026-08-25T15:15:08.898Z | |
| 3695 | 2026-08-25T15:15:08.898Z | |
| 3696 | 2026-08-25T15:15:08.898Z | |
| 3697 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 Aug 25 15:15:07.088DEBGINFOAug 25 15:15:07.088 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 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 3698 | 2026-08-25T15:15:08.898Z | 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 } }] |
| 3699 | 2026-08-25T15:15:08.898Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3700 | 2026-08-25T15:15:08.898Z | |
| 3701 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088 Aug 25 15:15:07.088INFO Aug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3702 | 2026-08-25T15:15:08.898Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 25 15:15:07.088 |
| 3703 | 2026-08-25T15:15:08.898Z | |
| 3704 | 2026-08-25T15:15:08.898Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:15:07.088adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3705 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088DEBGAug 25 15:15:07.088 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 } }] |
| 3706 | 2026-08-25T15:15:08.898Z | |
| 3707 | 2026-08-25T15:15:08.898Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3708 | 2026-08-25T15:15:08.898Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3709 | 2026-08-25T15:15:08.898Z | Aug 25 15:15:07.088 Aug 25 15:15:07.088INFOAug 25 15:15:07.088Aug 25 15:15:07.088 Aug 25 15:15:07.088 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3710 | 2026-08-25T15:15:08.898Z | DEBGDEBG adding route 172.16.0.0/32 -> 10.0.0.4 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 |
| 3711 | 2026-08-25T15:15:08.898Z | |
| 3712 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088replacing 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.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 } }] |
| 3713 | 2026-08-25T15:15:08.899Z | DEBG |
| 3714 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 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 } }] |
| 3715 | 2026-08-25T15:15:08.899Z | 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 } }] |
| 3716 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088adding route 172.17.0.53/32 -> 10.0.0.255 Aug 25 15:15:07.088 |
| 3717 | 2026-08-25T15:15:08.899Z | INFOAug 25 15:15:07.088 INFOAug 25 15:15:07.088INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBGAug 25 15:15:07.088adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3718 | 2026-08-25T15:15:08.899Z | |
| 3719 | 2026-08-25T15:15:08.899Z | replacing targets for 172.16.0.0/32 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 } }]DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3720 | 2026-08-25T15:15:08.899Z | |
| 3721 | 2026-08-25T15:15:08.899Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3722 | 2026-08-25T15:15:08.899Z | DEBGAug 25 15:15:07.088 Aug 25 15:15:07.088DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:15:07.088 |
| 3723 | 2026-08-25T15:15:08.899Z | INFO 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 } }] |
| 3724 | 2026-08-25T15:15:08.899Z | adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3725 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088 |
| 3726 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088INFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:15:07.088 |
| 3727 | 2026-08-25T15:15:08.899Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBGAug 25 15:15:07.088 |
| 3728 | 2026-08-25T15:15:08.899Z | 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 } }] |
| 3729 | 2026-08-25T15:15:08.899Z | INFOAug 25 15:15:07.088 Aug 25 15:15:07.088adding route 172.17.0.39/32 -> 10.0.0.255DEBG Aug 25 15:15:07.088 |
| 3730 | 2026-08-25T15:15:08.899Z | 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.55/32 -> 10.0.0.255DEBG |
| 3731 | 2026-08-25T15:15:08.899Z | |
| 3732 | 2026-08-25T15:15:08.899Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3733 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088Aug 25 15:15:07.088Aug 25 15:15:07.088 INFO DEBGDEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3734 | 2026-08-25T15:15:08.899Z | 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.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 } }] |
| 3735 | 2026-08-25T15:15:08.899Z | |
| 3736 | 2026-08-25T15:15:08.899Z | Aug 25 15:15:07.088 Aug 25 15:15:07.088INFO Aug 25 15:15:07.088DEBGadding route 172.17.0.44/32 -> 10.0.0.255Aug 25 15:15:07.088 |
| 3737 | 2026-08-25T15:15:08.899Z | 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 |
| 3738 | 2026-08-25T15:15:08.899Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3739 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088 |
| 3740 | 2026-08-25T15:15:08.900Z | INFO Aug 25 15:15:07.088adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:15:07.088Aug 25 15:15:07.088 |
| 3741 | 2026-08-25T15:15:08.900Z | 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 } }]DEBG |
| 3742 | 2026-08-25T15:15:08.900Z | DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3743 | 2026-08-25T15:15:08.900Z | 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 25 15:15:07.088 |
| 3744 | 2026-08-25T15:15:08.900Z | INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 15:15:07.088replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3745 | 2026-08-25T15:15:08.900Z | test route::tests::delete_target_full ... ok |
| 3746 | 2026-08-25T15:15:08.900Z | |
| 3747 | 2026-08-25T15:15:08.900Z | INFOINFO Aug 25 15:15:07.088Aug 25 15:15:07.088 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3748 | 2026-08-25T15:15:08.900Z | INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3749 | 2026-08-25T15:15:08.900Z | replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3750 | 2026-08-25T15:15:08.900Z | |
| 3751 | 2026-08-25T15:15:08.900Z | DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3752 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088Aug 25 15:15:07.088DEBG DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3753 | 2026-08-25T15:15:08.900Z | |
| 3754 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088 INFO |
| 3755 | 2026-08-25T15:15:08.900Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:15:07.088 |
| 3756 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088Aug 25 15:15:07.088 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3757 | 2026-08-25T15:15:08.900Z | INFOAug 25 15:15:07.088adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3758 | 2026-08-25T15:15:08.900Z | test route::tests::delete_targets_full ... ok |
| 3759 | 2026-08-25T15:15:08.900Z | DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3760 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088replacing 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 } }] |
| 3761 | 2026-08-25T15:15:08.900Z | test route::tests::delete_target_fragmented ... ok |
| 3762 | 2026-08-25T15:15:08.900Z | INFO Aug 25 15:15:07.088adding route 172.17.0.59/32 -> 10.0.0.255Aug 25 15:15:07.088 |
| 3763 | 2026-08-25T15:15:08.900Z | 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 25 15:15:07.088 |
| 3764 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088replacing 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 } }] |
| 3765 | 2026-08-25T15:15:08.900Z | DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3766 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 3767 | 2026-08-25T15:15:08.900Z | Aug 25 15:15:07.088adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3768 | 2026-08-25T15:15:08.901Z | INFOAug 25 15:15:07.088 Aug 25 15:15:07.088adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 3769 | 2026-08-25T15:15:08.901Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 15:15:07.088 |
| 3770 | 2026-08-25T15:15:08.901Z | Aug 25 15:15:07.088 DEBGadding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 3771 | 2026-08-25T15:15:08.905Z | 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 } }] |
| 3772 | 2026-08-25T15:15:08.905Z | Aug 25 15:15:07.088 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3773 | 2026-08-25T15:15:08.905Z | Aug 25 15:15:07.099 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 15:15:07.099 |
| 3774 | 2026-08-25T15:15:08.905Z | 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 } }] |
| 3775 | 2026-08-25T15:15:08.905Z | Aug 25 15:15:07.099 Aug 25 15:15:07.099DEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3776 | 2026-08-25T15:15:08.905Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3777 | 2026-08-25T15:15:08.905Z | Aug 25 15:15:07.099 DEBGAug 25 15:15:07.099 INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3778 | 2026-08-25T15:15:08.906Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 15:15:07.099 |
| 3779 | 2026-08-25T15:15:08.906Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3780 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099 DEBGAug 25 15:15:07.099 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 |
| 3781 | 2026-08-25T15:15:08.906Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.088 |
| 3782 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099DEBG Aug 25 15:15:07.099INFO INFO adding route 172.17.0.47/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 } }] |
| 3783 | 2026-08-25T15:15:08.906Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3784 | 2026-08-25T15:15:08.906Z | |
| 3785 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG Aug 25 15:15:07.099replacing 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 } }] |
| 3786 | 2026-08-25T15:15:08.906Z | INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3787 | 2026-08-25T15:15:08.906Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3788 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:15:07.099replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.099 |
| 3789 | 2026-08-25T15:15:08.906Z | |
| 3790 | 2026-08-25T15:15:08.906Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 3791 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:15:07.099 |
| 3792 | 2026-08-25T15:15:08.906Z | DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3793 | 2026-08-25T15:15:08.906Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 |
| 3794 | 2026-08-25T15:15:08.906Z | INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.099 |
| 3795 | 2026-08-25T15:15:08.906Z | DEBGAug 25 15:15:07.099replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3796 | 2026-08-25T15:15:08.906Z | INFO |
| 3797 | 2026-08-25T15:15:08.910Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:15:07.099 |
| 3798 | 2026-08-25T15:15:08.910Z | DEBGAug 25 15:15:07.099 Aug 25 15:15:07.099Aug 25 15:15:07.099INFO 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 } }] |
| 3799 | 2026-08-25T15:15:08.910Z | DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.62/32 -> 10.0.0.255 |
| 3800 | 2026-08-25T15:15:08.910Z | |
| 3801 | 2026-08-25T15:15:08.910Z | 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 } }] |
| 3802 | 2026-08-25T15:15:08.910Z | Aug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099DEBGINFO adding route 172.17.0.50/32 -> 10.0.0.255DEBGINFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3803 | 2026-08-25T15:15:08.910Z | |
| 3804 | 2026-08-25T15:15:08.910Z | |
| 3805 | 2026-08-25T15:15:08.911Z | |
| 3806 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 3807 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099 |
| 3808 | 2026-08-25T15:15:08.911Z | DEBG DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:15:07.099replacing 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 } }] |
| 3809 | 2026-08-25T15:15:08.911Z | DEBG |
| 3810 | 2026-08-25T15:15:08.911Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:15:07.099 |
| 3811 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099DEBG Aug 25 15:15:07.099 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 } }] INFOINFO |
| 3812 | 2026-08-25T15:15:08.911Z | adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3813 | 2026-08-25T15:15:08.911Z | |
| 3814 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 25 15:15:07.099 |
| 3815 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099DEBG 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 } }] Aug 25 15:15:07.099replacing 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 } }] |
| 3816 | 2026-08-25T15:15:08.911Z | |
| 3817 | 2026-08-25T15:15:08.911Z | 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 } }] |
| 3818 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO Aug 25 15:15:07.099adding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255INFO |
| 3819 | 2026-08-25T15:15:08.911Z | |
| 3820 | 2026-08-25T15:15:08.911Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3821 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG 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 } }] |
| 3822 | 2026-08-25T15:15:08.911Z | 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 } }] |
| 3823 | 2026-08-25T15:15:08.911Z | 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 } }] |
| 3824 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 Aug 25 15:15:07.099 INFODEBG INFOfailed to allocate space for the new target list |
| 3825 | 2026-08-25T15:15:08.911Z | adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3826 | 2026-08-25T15:15:08.911Z | |
| 3827 | 2026-08-25T15:15:08.911Z | Aug 25 15:15:07.099Aug 25 15:15:07.099Aug 25 15:15:07.099 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 } }] |
| 3828 | 2026-08-25T15:15:08.911Z | DEBG Aug 25 15:15:07.099replacing targets for 3fff:dead::/64 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 } }] |
| 3829 | 2026-08-25T15:15:08.912Z | test route::tests::delete_targets_fragmented ... ok |
| 3830 | 2026-08-25T15:15:08.912Z | |
| 3831 | 2026-08-25T15:15:08.912Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 3832 | 2026-08-25T15:15:08.912Z | |
| 3833 | 2026-08-25T15:15:08.912Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3834 | 2026-08-25T15:15:08.912Z | Aug 25 15:15:07.099 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 } }] |
| 3835 | 2026-08-25T15:15:08.912Z | Aug 25 15:15:07.099 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3836 | 2026-08-25T15:15:08.912Z | |
| 3837 | 2026-08-25T15:15:08.912Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3838 | 2026-08-25T15:15:08.912Z | |
| 3839 | 2026-08-25T15:15:08.912Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFODEBG adding route 172.17.0.56/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 } }] |
| 3840 | 2026-08-25T15:15:08.912Z | Aug 25 15:15:07.099 |
| 3841 | 2026-08-25T15:15:08.912Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3842 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099 Aug 25 15:15:07.099DEBG DEBGreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3843 | 2026-08-25T15:15:08.913Z | 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 } }] |
| 3844 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099 Aug 25 15:15:07.099INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3845 | 2026-08-25T15:15:08.913Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3846 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 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.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 } }] |
| 3847 | 2026-08-25T15:15:08.913Z | |
| 3848 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3849 | 2026-08-25T15:15:08.913Z | |
| 3850 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 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.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 } }] |
| 3851 | 2026-08-25T15:15:08.913Z | |
| 3852 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3853 | 2026-08-25T15:15:08.913Z | |
| 3854 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3855 | 2026-08-25T15:15:08.913Z | |
| 3856 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3857 | 2026-08-25T15:15:08.913Z | |
| 3858 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3859 | 2026-08-25T15:15:08.913Z | |
| 3860 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3861 | 2026-08-25T15:15:08.913Z | |
| 3862 | 2026-08-25T15:15:08.913Z | Aug 25 15:15:07.099Aug 25 15:15:07.099 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.2, vlan_id: None } }]replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3863 | 2026-08-25T15:15:08.914Z | |
| 3864 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.099 DEBG failed to allocate space for the new target list |
| 3865 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.099 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 } }] |
| 3866 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.100 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3867 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.100 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3868 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.100 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3869 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.100 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3870 | 2026-08-25T15:15:08.914Z | Aug 25 15:15:07.100 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3871 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3872 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3873 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3874 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3875 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3876 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3877 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3878 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3879 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3880 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3881 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3882 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3883 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3884 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3885 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 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 } }] |
| 3886 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.100 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3887 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.111 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 } }] |
| 3888 | 2026-08-25T15:15:08.923Z | Aug 25 15:15:07.111 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3889 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3890 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3891 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3892 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3893 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3894 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3895 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3896 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3897 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3898 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3899 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3900 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3901 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3902 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3903 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3904 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3905 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3906 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3907 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3908 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3909 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3910 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3911 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3912 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3913 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3914 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3915 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3916 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3917 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3918 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3919 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3920 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3921 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3922 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3923 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3924 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3925 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3926 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3927 | 2026-08-25T15:15:08.924Z | Aug 25 15:15:07.112 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 } }] |
| 3928 | 2026-08-25T15:15:08.925Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3929 | 2026-08-25T15:15:08.925Z | Aug 25 15:15:07.112 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 } }] |
| 3930 | 2026-08-25T15:15:08.925Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3931 | 2026-08-25T15:15:08.925Z | Aug 25 15:15:07.112 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 } }] |
| 3932 | 2026-08-25T15:15:08.925Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3933 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3934 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3935 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3936 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3937 | 2026-08-25T15:15:08.926Z | |
| 3938 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3939 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3940 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3941 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3942 | 2026-08-25T15:15:08.926Z | running 0 tests |
| 3943 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3944 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3945 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 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 } }] |
| 3946 | 2026-08-25T15:15:08.926Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3947 | 2026-08-25T15:15:08.926Z | |
| 3948 | 2026-08-25T15:15:08.926Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3949 | 2026-08-25T15:15:08.926Z | |
| 3950 | 2026-08-25T15:15:08.926Z | |
| 3951 | 2026-08-25T15:15:08.926Z | running 0 tests |
| 3952 | 2026-08-25T15:15:08.926Z | |
| 3953 | 2026-08-25T15:15:08.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3954 | 2026-08-25T15:15:08.927Z | |
| 3955 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3956 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3957 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 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 } }] |
| 3958 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3959 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3960 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3961 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3962 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3963 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3964 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3965 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3966 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3967 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 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 } }] |
| 3968 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3969 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 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 } }] |
| 3970 | 2026-08-25T15:15:08.927Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3971 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3972 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3973 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3974 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3975 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3976 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3977 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3978 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3979 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3980 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3981 | 2026-08-25T15:15:08.932Z | Aug 25 15:15:07.112 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 } }] |
| 3982 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3983 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3984 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3985 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3986 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3987 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3988 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3989 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3990 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3991 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3992 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3993 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3994 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3995 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3996 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3997 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 3998 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3999 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4000 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4001 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4002 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4003 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4004 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4005 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4006 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4007 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4008 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4009 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4010 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4011 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4012 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 DEBG failed to allocate space for the new target list |
| 4013 | 2026-08-25T15:15:08.933Z | Aug 25 15:15:07.112 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 } }] |
| 4014 | 2026-08-25T15:15:08.933Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a9504462cba8402a) |
| 4015 | 2026-08-25T15:15:08.933Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 4016 | 2026-08-25T15:15:08.933Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-781785128f86fce3) |
| 4017 | 2026-08-25T15:15:08.933Z | |
| 4018 | 2026-08-25T15:15:08.933Z | running 6 tests |
| 4019 | 2026-08-25T15:15:08.933Z | test tests::test_full_lot_id_neither_present ... ok |
| 4020 | 2026-08-25T15:15:08.934Z | test tests::test_full_lot_id_both_present ... ok |
| 4021 | 2026-08-25T15:15:08.934Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4022 | 2026-08-25T15:15:08.934Z | test tests::test_full_lot_id_lot_only ... ok |
| 4023 | 2026-08-25T15:15:08.934Z | test tests::test_parse_client_port_id ... ok |
| 4024 | 2026-08-25T15:15:08.934Z | test tests::test_port_id_cmp ... ok |
| 4025 | 2026-08-25T15:15:08.934Z | |
| 4026 | 2026-08-25T15:15:08.934Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4027 | 2026-08-25T15:15:08.934Z | |
| 4028 | 2026-08-25T15:15:08.934Z | |
| 4029 | 2026-08-25T15:15:08.934Z | Running tests/test_all.rs (target/debug/deps/test_all-0baa5b20ec54b6c2) |
| 4030 | 2026-08-25T15:15:08.934Z | running 0 tests |
| 4031 | 2026-08-25T15:15:08.934Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 4032 | 2026-08-25T15:15:08.934Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 4033 | 2026-08-25T15:15:08.934Z | |
| 4034 | 2026-08-25T15:15:08.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4035 | 2026-08-25T15:15:08.934Z | |
| 4036 | 2026-08-25T15:15:08.934Z | |
| 4037 | 2026-08-25T15:15:08.934Z | running 0 tests |
| 4038 | 2026-08-25T15:15:08.934Z | |
| 4039 | 2026-08-25T15:15:08.934Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-25T15:15:08.934Z | |
| 4041 | 2026-08-25T15:15:08.934Z | |
| 4042 | 2026-08-25T15:15:08.934Z | running 15 tests |
| 4043 | 2026-08-25T15:15:08.934Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4044 | 2026-08-25T15:15:08.934Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4045 | 2026-08-25T15:15:08.934Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4046 | 2026-08-25T15:15:08.934Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4047 | 2026-08-25T15:15:08.934Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4048 | 2026-08-25T15:15:08.934Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4049 | 2026-08-25T15:15:08.934Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4050 | 2026-08-25T15:15:08.934Z | test v1::network::tests::test_equal ... ok |
| 4051 | 2026-08-25T15:15:08.934Z | test v1::network::tests::test_eui64 ... ok |
| 4052 | 2026-08-25T15:15:08.934Z | test v1::network::tests::test_into ... ok |
| 4053 | 2026-08-25T15:15:08.935Z | test v1::network::tests::test_to_string ... ok |
| 4054 | 2026-08-25T15:15:08.935Z | test v1::network::tests::test_not_equal ... ok |
| 4055 | 2026-08-25T15:15:08.935Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4056 | 2026-08-25T15:15:08.935Z | test v1::network::tests::test_parse ... ok |
| 4057 | 2026-08-25T15:15:08.935Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4058 | 2026-08-25T15:15:08.935Z | |
| 4059 | 2026-08-25T15:15:08.935Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4060 | 2026-08-25T15:15:08.935Z | |
| 4061 | 2026-08-25T15:15:08.935Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 4062 | 2026-08-25T15:15:08.935Z | |
| 4063 | 2026-08-25T15:15:08.935Z | running 12 tests |
| 4064 | 2026-08-25T15:15:08.935Z | test lldp::test_lldp_parse ... ok |
| 4065 | 2026-08-25T15:15:08.935Z | test icmp::test_v6_checksum ... ok |
| 4066 | 2026-08-25T15:15:08.935Z | test icmp::test_v4_checksum ... ok |
| 4067 | 2026-08-25T15:15:08.936Z | test ipv6::test_ipv6_parse ... ok |
| 4068 | 2026-08-25T15:15:08.936Z | test pbuf::test_byte ... ok |
| 4069 | 2026-08-25T15:15:08.936Z | test pbuf::test_nibble ... ok |
| 4070 | 2026-08-25T15:15:08.936Z | test pbuf::test_overflow ... ok |
| 4071 | 2026-08-25T15:15:08.940Z | test pbuf::test_short ... ok |
| 4072 | 2026-08-25T15:15:08.940Z | test pbuf::test_twelve ... ok |
| 4073 | 2026-08-25T15:15:08.940Z | test pbuf::test_word ... ok |
| 4074 | 2026-08-25T15:15:08.940Z | test tcp::test_checksum_ack_data ... ok |
| 4075 | 2026-08-25T15:15:08.940Z | test tcp::test_checksum_syn_nodata ... ok |
| 4076 | 2026-08-25T15:15:08.940Z | |
| 4077 | 2026-08-25T15:15:08.940Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4078 | 2026-08-25T15:15:08.940Z | |
| 4079 | 2026-08-25T15:15:08.940Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4080 | 2026-08-25T15:15:08.941Z | |
| 4081 | 2026-08-25T15:15:08.941Z | running 0 tests |
| 4082 | 2026-08-25T15:15:08.941Z | |
| 4083 | 2026-08-25T15:15:08.941Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4084 | 2026-08-25T15:15:08.941Z | |
| 4085 | 2026-08-25T15:15:08.941Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 4086 | 2026-08-25T15:15:08.941Z | |
| 4087 | 2026-08-25T15:15:08.941Z | running 5 tests |
| 4088 | 2026-08-25T15:15:08.941Z | test switchport::test::test_compute_lanes ... ok |
| 4089 | 2026-08-25T15:15:08.941Z | test switchport::test::port_id_ordering ... ok |
| 4090 | 2026-08-25T15:15:08.941Z | Lane 0 Lane 1 Lane 0 Lane 2 Lane 3Lane 1 |
| 4091 | 2026-08-25T15:15:08.941Z | Lane 2 State: Activated Lane 3Activated |
| 4092 | 2026-08-25T15:15:08.941Z | Activated Rx Loss-of-lock: YesActivated |
| 4093 | 2026-08-25T15:15:08.941Z | Yes Rx Output Enabled: false falseYes Yesfalse |
| 4094 | 2026-08-25T15:15:08.941Z | Rx Loss-of-signal: Yesfalse |
| 4095 | 2026-08-25T15:15:08.941Z | Rx Output Status: validYes valid Yes validYes |
| 4096 | 2026-08-25T15:15:08.941Z | valid |
| 4097 | 2026-08-25T15:15:08.941Z | Rx CDR Enabled: Yes Rx Loss-of-lock: true Yes true Yes trueYes |
| 4098 | 2026-08-25T15:15:08.941Z | true |
| 4099 | 2026-08-25T15:15:08.942Z | Tx Enabled: Yes Rx Loss-of-signal: false Yesfalse Yes Yesfalse |
| 4100 | 2026-08-25T15:15:08.942Z | false Tx Loss-of-lock: No |
| 4101 | 2026-08-25T15:15:08.942Z | Rx Auto-squelch Disable: trueNo true Notrue Notrue |
| 4102 | 2026-08-25T15:15:08.942Z | |
| 4103 | 2026-08-25T15:15:08.942Z | Tx Loss-of-signal: No Tx Output Enabled: trueNo trueNo trueNo |
| 4104 | 2026-08-25T15:15:08.942Z | true Tx CDR Enabled: No |
| 4105 | 2026-08-25T15:15:08.942Z | Tx Output Status: invalid Noinvalid Noinvalid Noinvalid |
| 4106 | 2026-08-25T15:15:08.942Z | |
| 4107 | 2026-08-25T15:15:08.942Z | Tx Adaptive EQ Fault: No Tx Loss-of-lock: false Nofalse No falseNo |
| 4108 | 2026-08-25T15:15:08.942Z | false |
| 4109 | 2026-08-25T15:15:08.942Z | Tx Fault: Yes Tx Loss-of-signal: true trueYes true Yestrue |
| 4110 | 2026-08-25T15:15:08.942Z | Yes |
| 4111 | 2026-08-25T15:15:08.942Z | Tx Auto-squelch Disable: false false false false |
| 4112 | 2026-08-25T15:15:08.942Z | Tx Adaptive EQ Fail: true true true true |
| 4113 | 2026-08-25T15:15:08.942Z | Tx Failure: false false false false |
| 4114 | 2026-08-25T15:15:08.942Z | Tx Force Squelch: true true true true |
| 4115 | 2026-08-25T15:15:08.942Z | Tx Input Polarity: normal normal normal normal |
| 4116 | 2026-08-25T15:15:08.943Z | test switchport::test::test_print_sff_datapath ... ok |
| 4117 | 2026-08-25T15:15:08.943Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4118 | 2026-08-25T15:15:08.943Z | test link::test_filter ... ok |
| 4119 | 2026-08-25T15:15:08.943Z | |
| 4120 | 2026-08-25T15:15:08.943Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4121 | 2026-08-25T15:15:08.943Z | |
| 4122 | 2026-08-25T15:15:08.943Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 4123 | 2026-08-25T15:15:08.943Z | |
| 4124 | 2026-08-25T15:15:08.943Z | running 1 test |
| 4125 | 2026-08-25T15:15:08.943Z | test test_p4_counter_list ... ignored |
| 4126 | 2026-08-25T15:15:08.943Z | |
| 4127 | 2026-08-25T15:15:08.943Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4128 | 2026-08-25T15:15:08.943Z | |
| 4129 | 2026-08-25T15:15:08.943Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 4130 | 2026-08-25T15:15:08.943Z | |
| 4131 | 2026-08-25T15:15:08.943Z | running 5 tests |
| 4132 | 2026-08-25T15:15:08.943Z | test test_an ... ignored |
| 4133 | 2026-08-25T15:15:08.943Z | test test_enable ... ignored |
| 4134 | 2026-08-25T15:15:08.943Z | test test_ip_addresses ... ignored |
| 4135 | 2026-08-25T15:15:08.943Z | test test_kr ... ignored |
| 4136 | 2026-08-25T15:15:08.943Z | test test_mac ... ignored |
| 4137 | 2026-08-25T15:15:08.943Z | |
| 4138 | 2026-08-25T15:15:08.943Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4139 | 2026-08-25T15:15:08.943Z | |
| 4140 | 2026-08-25T15:15:08.943Z | Running unittests src/main.rs (target/debug/deps/tfportd-f13fe9d5b1c9c428) |
| 4141 | 2026-08-25T15:15:08.943Z | |
| 4142 | 2026-08-25T15:15:08.943Z | running 3 tests |
| 4143 | 2026-08-25T15:15:08.943Z | test linklocal::test_parse_ipadm ... ok |
| 4144 | 2026-08-25T15:15:08.943Z | test tfport::test_parse_tfport ... ok |
| 4145 | 2026-08-25T15:15:08.943Z | test config::tests::test_updates ... ok |
| 4146 | 2026-08-25T15:15:08.943Z | |
| 4147 | 2026-08-25T15:15:08.943Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4148 | 2026-08-25T15:15:08.943Z | |
| 4149 | 2026-08-25T15:15:08.943Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 4150 | 2026-08-25T15:15:08.943Z | |
| 4151 | 2026-08-25T15:15:08.943Z | running 0 tests |
| 4152 | 2026-08-25T15:15:08.943Z | |
| 4153 | 2026-08-25T15:15:08.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4154 | 2026-08-25T15:15:08.943Z | |
| 4155 | 2026-08-25T15:15:08.944Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4156 | 2026-08-25T15:15:08.944Z | |
| 4157 | 2026-08-25T15:15:08.944Z | running 0 tests |
| 4158 | 2026-08-25T15:15:08.944Z | |
| 4159 | 2026-08-25T15:15:08.944Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4160 | 2026-08-25T15:15:08.944Z | |
| 4161 | 2026-08-25T15:15:08.944Z | Doc-tests aal |
| 4162 | 2026-08-25T15:15:09.147Z | |
| 4163 | 2026-08-25T15:15:09.147Z | running 0 tests |
| 4164 | 2026-08-25T15:15:09.147Z | |
| 4165 | 2026-08-25T15:15:09.151Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4166 | 2026-08-25T15:15:09.151Z | |
| 4167 | 2026-08-25T15:15:09.172Z | Doc-tests aal_macros |
| 4168 | 2026-08-25T15:15:09.240Z | |
| 4169 | 2026-08-25T15:15:09.240Z | running 0 tests |
| 4170 | 2026-08-25T15:15:09.240Z | |
| 4171 | 2026-08-25T15:15:09.240Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4172 | 2026-08-25T15:15:09.240Z | |
| 4173 | 2026-08-25T15:15:09.249Z | Doc-tests common |
| 4174 | 2026-08-25T15:15:09.479Z | |
| 4175 | 2026-08-25T15:15:09.479Z | running 0 tests |
| 4176 | 2026-08-25T15:15:09.479Z | |
| 4177 | 2026-08-25T15:15:09.479Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4178 | 2026-08-25T15:15:09.479Z | |
| 4179 | 2026-08-25T15:15:09.504Z | Doc-tests dpd_api |
| 4180 | 2026-08-25T15:15:10.208Z | |
| 4181 | 2026-08-25T15:15:10.208Z | running 2 tests |
| 4182 | 2026-08-25T15:15:10.208Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4183 | 2026-08-25T15:15:10.208Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4184 | 2026-08-25T15:15:10.208Z | |
| 4185 | 2026-08-25T15:15:10.208Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4186 | 2026-08-25T15:15:10.208Z | |
| 4187 | 2026-08-25T15:15:10.237Z | Doc-tests dpd_client |
| 4188 | 2026-08-25T15:15:11.620Z | |
| 4189 | 2026-08-25T15:15:11.620Z | running 0 tests |
| 4190 | 2026-08-25T15:15:11.620Z | |
| 4191 | 2026-08-25T15:15:11.620Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4192 | 2026-08-25T15:15:11.620Z | |
| 4193 | 2026-08-25T15:15:11.673Z | Doc-tests dpd_types |
| 4194 | 2026-08-25T15:15:11.859Z | |
| 4195 | 2026-08-25T15:15:11.859Z | running 0 tests |
| 4196 | 2026-08-25T15:15:11.859Z | |
| 4197 | 2026-08-25T15:15:11.859Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4198 | 2026-08-25T15:15:11.859Z | |
| 4199 | 2026-08-25T15:15:11.882Z | Doc-tests dpd_types_versions |
| 4200 | 2026-08-25T15:15:13.387Z | |
| 4201 | 2026-08-25T15:15:13.387Z | running 1 test |
| 4202 | 2026-08-25T15:15:13.387Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4203 | 2026-08-25T15:15:13.387Z | |
| 4204 | 2026-08-25T15:15:13.387Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4205 | 2026-08-25T15:15:13.387Z | |
| 4206 | 2026-08-25T15:15:13.434Z | Doc-tests packet |
| 4207 | 2026-08-25T15:15:13.655Z | |
| 4208 | 2026-08-25T15:15:13.655Z | running 0 tests |
| 4209 | 2026-08-25T15:15:13.655Z | |
| 4210 | 2026-08-25T15:15:13.656Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4211 | 2026-08-25T15:15:13.656Z | |
| 4212 | 2026-08-25T15:15:13.679Z | Doc-tests pcap |
| 4213 | 2026-08-25T15:15:13.730Z | |
| 4214 | 2026-08-25T15:15:13.730Z | running 0 tests |
| 4215 | 2026-08-25T15:15:13.730Z | |
| 4216 | 2026-08-25T15:15:13.730Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4217 | 2026-08-25T15:15:13.730Z | |
| 4218 | 2026-08-25T15:15:13.803Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4219 | 2026-08-25T15:15:13.803Z | + RUST_BACKTRACE=full |
| 4220 | 2026-08-25T15:15:13.803Z | + cargo test --features tofino_asic --no-fail-fast |
| 4221 | 2026-08-25T15:15:14.401Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4222 | 2026-08-25T15:15:14.481Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4223 | 2026-08-25T15:15:14.488Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4224 | 2026-08-25T15:15:14.496Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4225 | 2026-08-25T15:15:23.299Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4226 | 2026-08-25T15:15:23.696Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4227 | 2026-08-25T15:16:04.684Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.86s |
| 4228 | 2026-08-25T15:16:04.804Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 4229 | 2026-08-25T15:16:04.807Z | |
| 4230 | 2026-08-25T15:16:04.807Z | running 0 tests |
| 4231 | 2026-08-25T15:16:04.807Z | |
| 4232 | 2026-08-25T15:16:04.807Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4233 | 2026-08-25T15:16:04.807Z | |
| 4234 | 2026-08-25T15:16:04.807Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4235 | 2026-08-25T15:16:04.810Z | |
| 4236 | 2026-08-25T15:16:04.810Z | running 0 tests |
| 4237 | 2026-08-25T15:16:04.810Z | |
| 4238 | 2026-08-25T15:16:04.810Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4239 | 2026-08-25T15:16:04.810Z | |
| 4240 | 2026-08-25T15:16:04.810Z | Running unittests src/lib.rs (target/debug/deps/asic-6ca28387d5194340) |
| 4241 | 2026-08-25T15:16:04.914Z | |
| 4242 | 2026-08-25T15:16:04.914Z | running 8 tests |
| 4243 | 2026-08-25T15:16:04.918Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4244 | 2026-08-25T15:16:04.918Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4245 | 2026-08-25T15:16:04.918Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4246 | 2026-08-25T15:16:04.918Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4247 | 2026-08-25T15:16:04.918Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4248 | 2026-08-25T15:16:04.918Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4249 | 2026-08-25T15:16:04.925Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4250 | 2026-08-25T15:16:05.418Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4251 | 2026-08-25T15:16:05.418Z | |
| 4252 | 2026-08-25T15:16:05.418Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4253 | 2026-08-25T15:16:05.421Z | |
| 4254 | 2026-08-25T15:16:05.426Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 4255 | 2026-08-25T15:16:05.430Z | |
| 4256 | 2026-08-25T15:16:05.430Z | running 4 tests |
| 4257 | 2026-08-25T15:16:05.433Z | test nat::tests::test_vni ... ok |
| 4258 | 2026-08-25T15:16:05.433Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4259 | 2026-08-25T15:16:05.433Z | test test_purge ... ok |
| 4260 | 2026-08-25T15:16:05.437Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4261 | 2026-08-25T15:16:05.437Z | |
| 4262 | 2026-08-25T15:16:05.437Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4263 | 2026-08-25T15:16:05.437Z | |
| 4264 | 2026-08-25T15:16:05.437Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 4265 | 2026-08-25T15:16:05.440Z | |
| 4266 | 2026-08-25T15:16:05.440Z | running 1 test |
| 4267 | 2026-08-25T15:16:05.440Z | ------- |
| 4268 | 2026-08-25T15:16:05.441Z | Generating OpenAPI documents from API definitions ... |
| 4269 | 2026-08-25T15:16:05.580Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4270 | 2026-08-25T15:16:05.650Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4271 | 2026-08-25T15:16:06.705Z | ------- |
| 4272 | 2026-08-25T15:16:06.705Z | Checking 13 OpenAPI documents... |
| 4273 | 2026-08-25T15:16:06.705Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4274 | 2026-08-25T15:16:06.705Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4275 | 2026-08-25T15:16:06.705Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4276 | 2026-08-25T15:16:06.705Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-25T15:16:06.709Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-25T15:16:06.709Z | Fresh dpd "latest" symlink |
| 4287 | 2026-08-25T15:16:06.709Z | ------- |
| 4288 | 2026-08-25T15:16:06.709Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4289 | 2026-08-25T15:16:06.774Z | test test::test_apis_up_to_date ... ok |
| 4290 | 2026-08-25T15:16:06.774Z | |
| 4291 | 2026-08-25T15:16:06.774Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.33s |
| 4292 | 2026-08-25T15:16:06.774Z | |
| 4293 | 2026-08-25T15:16:06.826Z | Running unittests src/main.rs (target/debug/deps/dpd-e16ac5255740ee4f) |
| 4294 | 2026-08-25T15:16:06.893Z | |
| 4295 | 2026-08-25T15:16:06.893Z | running 66 tests |
| 4296 | 2026-08-25T15:16:06.897Z | test freemap::test_ordering ... ok |
| 4297 | 2026-08-25T15:16:06.897Z | test config::tests::test_updates ... ok |
| 4298 | 2026-08-25T15:16:06.897Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4299 | 2026-08-25T15:16:06.897Z | test freemap::test_split ... ok |
| 4300 | 2026-08-25T15:16:06.897Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4301 | 2026-08-25T15:16:06.897Z | test macaddrs::tests::test_mac_offset ... ok |
| 4302 | 2026-08-25T15:16:06.897Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4303 | 2026-08-25T15:16:06.897Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4304 | 2026-08-25T15:16:06.897Z | test nat::test_mapping ... ok |
| 4305 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG created new freemap, Aug 25 15:16:05.141 DEBGunit created new freemap, unit: freemap_test: freemap_test |
| 4306 | 2026-08-25T15:16:06.903Z | |
| 4307 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG initted freemap. size: 128, unit:Aug 25 15:16:05.141 freemap_testDEBG |
| 4308 | 2026-08-25T15:16:06.903Z | created new freemapAug 25 15:16:05.141 , DEBGunit :reset freemap , freemap_testunit |
| 4309 | 2026-08-25T15:16:06.903Z | : freemap_test |
| 4310 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141Aug 25 15:16:05.141 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 4311 | 2026-08-25T15:16:06.903Z | |
| 4312 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG Aug 25 15:16:05.141reset freemap , DEBGunit :reset freemap , freemap_testunit |
| 4313 | 2026-08-25T15:16:06.903Z | : freemap_test |
| 4314 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG created new freemap, unit: freemap_test |
| 4315 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG initted freemap. size: 8, unit: freemap_test |
| 4316 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.141 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-25T15:16:06.903Z | test port_map::tests::dump_map ... ok |
| 4318 | 2026-08-25T15:16:06.903Z | test freemap::test_free ... ok |
| 4319 | 2026-08-25T15:16:06.903Z | test freemap::test_basic ... ok |
| 4320 | 2026-08-25T15:16:06.903Z | test freemap::test_reclaim ... ok |
| 4321 | 2026-08-25T15:16:06.903Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4322 | 2026-08-25T15:16:06.903Z | Aug 25 15:16:05.142 DEBG created new freemap, unit: freemap_test |
| 4323 | 2026-08-25T15:16:06.904Z | test port_map::tests::test_backplane_group ... ok |
| 4324 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG initted freemap. size: 128, unit: freemap_test |
| 4325 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG reset freemap, unit: freemap_test |
| 4326 | 2026-08-25T15:16:06.904Z | test port_map::tests::test_port_map ... ok |
| 4327 | 2026-08-25T15:16:06.904Z | test freemap::test_exhaustion ... ok |
| 4328 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG initted freemap. size: 128, unit: freemap_test |
| 4330 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG reset freemap, unit: freemap_test |
| 4331 | 2026-08-25T15:16:06.904Z | test freemap::test_span ... ok |
| 4332 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4333 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.142 Aug 25 15:16:05.143DEBG DEBGcreated new freemap created new freemap, unit: freemap_route_ipv6 |
| 4334 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4335 | 2026-08-25T15:16:06.904Z | test api_server::tests::test_build_info ... ok |
| 4336 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 Aug 25 15:16:05.143DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv4 |
| 4337 | 2026-08-25T15:16:06.904Z | freemap_route_ipv4 |
| 4338 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4339 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4340 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4341 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4342 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4343 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4344 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4345 | 2026-08-25T15:16:06.904Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4346 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 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 } }] |
| 4347 | 2026-08-25T15:16:06.904Z | DEBG created new freemap, unitAug 25 15:16:05.143: INFOfreemap_route_ipv6 |
| 4348 | 2026-08-25T15:16:06.904Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4349 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], |
| 4350 | 2026-08-25T15:16:06.904Z | unit: freemap_route_ipv4 |
| 4351 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:16:05.143 |
| 4352 | 2026-08-25T15:16:06.904Z | DEBG reset freemap, Aug 25 15:16:05.143unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 4353 | 2026-08-25T15:16:06.904Z | |
| 4354 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 4355 | 2026-08-25T15:16:06.904Z | unit: freemap_route_ipv6 |
| 4356 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.143 |
| 4357 | 2026-08-25T15:16:06.904Z | DEBG reset freemap, Aug 25 15:16:05.143unit :INFO freemap_route_ipv6adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4358 | 2026-08-25T15:16:06.904Z | |
| 4359 | 2026-08-25T15:16:06.904Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4360 | 2026-08-25T15:16:06.904Z | |
| 4361 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4362 | 2026-08-25T15:16:06.905Z | |
| 4363 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef::/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 } }] |
| 4364 | 2026-08-25T15:16:06.905Z | |
| 4365 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4366 | 2026-08-25T15:16:06.905Z | |
| 4367 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:1::/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 } }] |
| 4368 | 2026-08-25T15:16:06.905Z | |
| 4369 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4370 | 2026-08-25T15:16:06.905Z | |
| 4371 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 4372 | 2026-08-25T15:16:06.905Z | |
| 4373 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4374 | 2026-08-25T15:16:06.905Z | |
| 4375 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 4376 | 2026-08-25T15:16:06.905Z | |
| 4377 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 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:7::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-25T15:16:06.905Z | |
| 4379 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4380 | 2026-08-25T15:16:06.905Z | |
| 4381 | 2026-08-25T15:16:06.905Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4382 | 2026-08-25T15:16:06.905Z | |
| 4383 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 4384 | 2026-08-25T15:16:06.906Z | |
| 4385 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 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:9::/64 -> 2001:db8::55:ff |
| 4386 | 2026-08-25T15:16:06.906Z | |
| 4387 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4388 | 2026-08-25T15:16:06.906Z | |
| 4389 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4390 | 2026-08-25T15:16:06.906Z | |
| 4391 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4392 | 2026-08-25T15:16:06.906Z | |
| 4393 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4394 | 2026-08-25T15:16:06.906Z | |
| 4395 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 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:8::/64 -> 2001:db8::55:ff |
| 4396 | 2026-08-25T15:16:06.906Z | |
| 4397 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBG DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff created new 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 } }] |
| 4398 | 2026-08-25T15:16:06.906Z | |
| 4399 | 2026-08-25T15:16:06.906Z | , unit:Aug 25 15:16:05.143 Aug 25 15:16:05.143INFOfreemap_route_ipv4 DEBG |
| 4400 | 2026-08-25T15:16:06.906Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4401 | 2026-08-25T15:16:06.906Z | 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 } }] |
| 4402 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143 Aug 25 15:16:05.143DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4403 | 2026-08-25T15:16:06.906Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4404 | 2026-08-25T15:16:06.906Z | Aug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143INFO DEBG DEBGcreated new freemap adding route 3fff:beef:a::/64 -> 2001:db8::55:ff, 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 } }] |
| 4405 | 2026-08-25T15:16:06.910Z | unit |
| 4406 | 2026-08-25T15:16:06.910Z | : freemap_route_ipv6 |
| 4407 | 2026-08-25T15:16:06.910Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4408 | 2026-08-25T15:16:06.910Z | |
| 4409 | 2026-08-25T15:16:06.910Z | initted freemap. size: 64, Aug 25 15:16:05.143unit :Aug 25 15:16:05.143 freemap_route_ipv4DEBGINFO 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 } }] |
| 4410 | 2026-08-25T15:16:06.910Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4411 | 2026-08-25T15:16:06.910Z | |
| 4412 | 2026-08-25T15:16:06.910Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4413 | 2026-08-25T15:16:06.910Z | |
| 4414 | 2026-08-25T15:16:06.910Z | reset freemap, unit: Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBGfreemap_route_ipv4 |
| 4415 | 2026-08-25T15:16:06.910Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4416 | 2026-08-25T15:16:06.910Z | |
| 4417 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 INFODEBGDEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted freemap. size: 64replacing 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-25T15:16:06.911Z | |
| 4419 | 2026-08-25T15:16:06.911Z | , unit: freemap_route_ipv6Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBG |
| 4420 | 2026-08-25T15:16:06.911Z | INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4421 | 2026-08-25T15:16:06.911Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4422 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143 DEBG Aug 25 15:16:05.143reset freemap Aug 25 15:16:05.143INFO, unitadding route 3fff:beef:11::/64 -> 2001:db8::55:ff:DEBG |
| 4423 | 2026-08-25T15:16:06.911Z | 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 } }]freemap_route_ipv6 |
| 4424 | 2026-08-25T15:16:06.911Z | |
| 4425 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143DEBG INFOINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4426 | 2026-08-25T15:16:06.911Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4427 | 2026-08-25T15:16:06.911Z | |
| 4428 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 4429 | 2026-08-25T15:16:06.911Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }] |
| 4430 | 2026-08-25T15:16:06.911Z | |
| 4431 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143 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 25 15:16:05.143Aug 25 15:16:05.143 |
| 4432 | 2026-08-25T15:16:06.911Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4433 | 2026-08-25T15:16:06.911Z | |
| 4434 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGDEBGINFO 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 } }] |
| 4435 | 2026-08-25T15:16:06.911Z | |
| 4436 | 2026-08-25T15:16:06.911Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4437 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143 INFOAug 25 15:16:05.143Aug 25 15:16:05.143 INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4438 | 2026-08-25T15:16:06.911Z | |
| 4439 | 2026-08-25T15:16:06.911Z | 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 } }] |
| 4440 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 DEBGAug 25 15:16:05.143INFODEBG DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4441 | 2026-08-25T15:16:06.911Z | 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 } }]created new freemap |
| 4442 | 2026-08-25T15:16:06.911Z | |
| 4443 | 2026-08-25T15:16:06.911Z | , unitAug 25 15:16:05.143: Aug 25 15:16:05.143Aug 25 15:16:05.143 INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO freemap_route_ipv4 |
| 4444 | 2026-08-25T15:16:06.911Z | |
| 4445 | 2026-08-25T15:16:06.911Z | 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:1::/64 -> 2001:db8::55:ff |
| 4446 | 2026-08-25T15:16:06.911Z | |
| 4447 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143 INFO DEBGDEBG created new freemapreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4448 | 2026-08-25T15:16:06.911Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff, unit |
| 4449 | 2026-08-25T15:16:06.911Z | :DEBG Aug 25 15:16:05.143freemap_route_ipv6 |
| 4450 | 2026-08-25T15:16:06.911Z | Aug 25 15:16:05.143replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4451 | 2026-08-25T15:16:06.911Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4452 | 2026-08-25T15:16:06.911Z | DEBGAug 25 15:16:05.143 Aug 25 15:16:05.143replacing 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 } }] |
| 4453 | 2026-08-25T15:16:06.911Z | INFODEBGAug 25 15:16:05.143 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4454 | 2026-08-25T15:16:06.911Z | DEBGinitted freemap. size: 64 , 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 25 15:16:05.143 |
| 4455 | 2026-08-25T15:16:06.911Z | unit: Aug 25 15:16:05.143INFO Aug 25 15:16:05.143adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv4 |
| 4456 | 2026-08-25T15:16:06.912Z | DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4457 | 2026-08-25T15:16:06.912Z | |
| 4458 | 2026-08-25T15:16:06.912Z | 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 } }] |
| 4459 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.143 Aug 25 15:16:05.143Aug 25 15:16:05.143 Aug 25 15:16:05.143DEBG DEBGINFODEBG 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:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4460 | 2026-08-25T15:16:06.912Z | |
| 4461 | 2026-08-25T15:16:06.912Z | , |
| 4462 | 2026-08-25T15:16:06.912Z | unit: Aug 25 15:16:05.143freemap_route_ipv4 Aug 25 15:16:05.143INFO Aug 25 15:16:05.143 DEBG |
| 4463 | 2026-08-25T15:16:06.912Z | INFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4464 | 2026-08-25T15:16:06.912Z | |
| 4465 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.143 DEBGAug 25 15:16:05.144 initted freemap. size: 64Aug 25 15:16:05.144INFO, adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 4466 | 2026-08-25T15:16:06.912Z | : freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4467 | 2026-08-25T15:16:06.912Z | |
| 4468 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144 DEBGDEBG Aug 25 15:16:05.144 Aug 25 15:16:05.144 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 |
| 4469 | 2026-08-25T15:16:06.912Z | 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 } }] reset freemapDEBG |
| 4470 | 2026-08-25T15:16:06.912Z | , Aug 25 15:16:05.144unit :replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 4471 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4472 | 2026-08-25T15:16:06.912Z | freemap_route_ipv6INFO |
| 4473 | 2026-08-25T15:16:06.912Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 |
| 4474 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBG INFOAug 25 15:16:05.144replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4475 | 2026-08-25T15:16:06.912Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 |
| 4476 | 2026-08-25T15:16:06.912Z | INFO |
| 4477 | 2026-08-25T15:16:06.912Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.144adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4478 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4479 | 2026-08-25T15:16:06.912Z | |
| 4480 | 2026-08-25T15:16:06.912Z | |
| 4481 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144 INFOAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4482 | 2026-08-25T15:16:06.912Z | DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4483 | 2026-08-25T15:16:06.912Z | |
| 4484 | 2026-08-25T15:16:06.912Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.144 |
| 4485 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144INFOAug 25 15:16:05.144 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGDEBGAug 25 15:16:05.144 |
| 4486 | 2026-08-25T15:16:06.912Z | 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 } }] |
| 4487 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 4488 | 2026-08-25T15:16:06.912Z | |
| 4489 | 2026-08-25T15:16:06.912Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4490 | 2026-08-25T15:16:06.912Z | INFOAug 25 15:16:05.144 Aug 25 15:16:05.144adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4491 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144INFOINFO INFO Aug 25 15:16:05.144adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4492 | 2026-08-25T15:16:06.912Z | |
| 4493 | 2026-08-25T15:16:06.912Z | DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4494 | 2026-08-25T15:16:06.912Z | Aug 25 15:16:05.144 |
| 4495 | 2026-08-25T15:16:06.913Z | Aug 25 15:16:05.144DEBG Aug 25 15:16:05.144Aug 25 15:16:05.144DEBGreplacing 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 } }] |
| 4496 | 2026-08-25T15:16:06.913Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 15:16:05.144 |
| 4497 | 2026-08-25T15:16:06.913Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 4498 | 2026-08-25T15:16:06.913Z | 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 25 15:16:05.144adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4499 | 2026-08-25T15:16:06.913Z | |
| 4500 | 2026-08-25T15:16:06.913Z | Aug 25 15:16:05.144DEBG 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 } }]INFOAug 25 15:16:05.144 |
| 4501 | 2026-08-25T15:16:06.913Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:16:05.144 |
| 4502 | 2026-08-25T15:16:06.913Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 15:16:05.144Aug 25 15:16:05.144 |
| 4503 | 2026-08-25T15:16:06.913Z | DEBG INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4504 | 2026-08-25T15:16:06.913Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4505 | 2026-08-25T15:16:06.917Z | |
| 4506 | 2026-08-25T15:16:06.917Z | Aug 25 15:16:05.144 INFOAug 25 15:16:05.144 Aug 25 15:16:05.144adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBGDEBG |
| 4507 | 2026-08-25T15:16:06.917Z | 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 } }] |
| 4508 | 2026-08-25T15:16:06.917Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4509 | 2026-08-25T15:16:06.917Z | |
| 4510 | 2026-08-25T15:16:06.917Z | DEBGAug 25 15:16:05.144 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 } }]INFOAug 25 15:16:05.144 |
| 4511 | 2026-08-25T15:16:06.917Z | DEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 Aug 25 15:16:05.144 |
| 4512 | 2026-08-25T15:16:06.917Z | 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 |
| 4513 | 2026-08-25T15:16:06.917Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4514 | 2026-08-25T15:16:06.917Z | INFOAug 25 15:16:05.144 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.144Aug 25 15:16:05.144 |
| 4515 | 2026-08-25T15:16:06.917Z | 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 } }] DEBGINFO |
| 4516 | 2026-08-25T15:16:06.917Z | 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 } }] |
| 4517 | 2026-08-25T15:16:06.917Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4518 | 2026-08-25T15:16:06.917Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBG INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef:1c::/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 } }] |
| 4519 | 2026-08-25T15:16:06.917Z | |
| 4520 | 2026-08-25T15:16:06.917Z | |
| 4521 | 2026-08-25T15:16:06.917Z | |
| 4522 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGAug 25 15:16:05.144 INFODEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4523 | 2026-08-25T15:16:06.918Z | |
| 4524 | 2026-08-25T15:16:06.918Z | adding route 3fff:beef:2::/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 } }] |
| 4525 | 2026-08-25T15:16:06.918Z | |
| 4526 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144INFOAug 25 15:16:05.144 DEBG Aug 25 15:16:05.144DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4527 | 2026-08-25T15:16:06.918Z | 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:1d::/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 } }] |
| 4528 | 2026-08-25T15:16:06.918Z | |
| 4529 | 2026-08-25T15:16:06.918Z | |
| 4530 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 DEBGAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBGreplacing 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 } }] |
| 4531 | 2026-08-25T15:16:06.918Z | 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:3::/64 -> 2001:db8::55:ff |
| 4532 | 2026-08-25T15:16:06.918Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4533 | 2026-08-25T15:16:06.918Z | |
| 4534 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144INFO Aug 25 15:16:05.144adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO DEBG |
| 4535 | 2026-08-25T15:16:06.918Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 |
| 4536 | 2026-08-25T15:16:06.918Z | DEBGAug 25 15:16:05.144replacing 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 } }] |
| 4537 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 DEBG DEBGreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144replacing 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 } }] |
| 4538 | 2026-08-25T15:16:06.918Z | INFO |
| 4539 | 2026-08-25T15:16:06.918Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4540 | 2026-08-25T15:16:06.918Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4541 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 INFOAug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 4542 | 2026-08-25T15:16:06.918Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4543 | 2026-08-25T15:16:06.918Z | INFOAug 25 15:16:05.144adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-25T15:16:06.918Z | DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4545 | 2026-08-25T15:16:06.918Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4546 | 2026-08-25T15:16:06.918Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4548 | 2026-08-25T15:16:06.918Z | |
| 4549 | 2026-08-25T15:16:06.918Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4550 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGDEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:f::/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 } }] |
| 4551 | 2026-08-25T15:16:06.918Z | |
| 4552 | 2026-08-25T15:16:06.918Z | |
| 4553 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4554 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4555 | 2026-08-25T15:16:06.918Z | |
| 4556 | 2026-08-25T15:16:06.918Z | DEBG Aug 25 15:16:05.144replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4557 | 2026-08-25T15:16:06.918Z | Aug 25 15:16:05.144DEBG 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 } }]DEBGDEBG |
| 4558 | 2026-08-25T15:16:06.918Z | 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:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4559 | 2026-08-25T15:16:06.918Z | INFO Aug 25 15:16:05.144adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4560 | 2026-08-25T15:16:06.919Z | INFO |
| 4561 | 2026-08-25T15:16:06.919Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 |
| 4562 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144 INFO INFOAug 25 15:16:05.144 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 25 15:16:05.144adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4563 | 2026-08-25T15:16:06.919Z | |
| 4564 | 2026-08-25T15:16:06.919Z | DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4565 | 2026-08-25T15:16:06.919Z | |
| 4566 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGDEBGAug 25 15:16:05.144 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 25 15:16:05.144 |
| 4567 | 2026-08-25T15:16:06.919Z | INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4568 | 2026-08-25T15:16:06.919Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4569 | 2026-08-25T15:16:06.919Z | |
| 4570 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144 INFOAug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144 DEBGDEBG INFO adding route 3fff:beef:22::/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 } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4571 | 2026-08-25T15:16:06.919Z | |
| 4572 | 2026-08-25T15:16:06.919Z | |
| 4573 | 2026-08-25T15:16:06.919Z | 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-25T15:16:06.919Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFOAug 25 15:16:05.144Aug 25 15:16:05.144 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 4575 | 2026-08-25T15:16:06.919Z | INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4576 | 2026-08-25T15:16:06.919Z | |
| 4577 | 2026-08-25T15:16:06.919Z | |
| 4578 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 |
| 4579 | 2026-08-25T15:16:06.919Z | DEBGINFOINFO Aug 25 15:16:05.144adding route 3fff:beef:9::/64 -> 2001:db8::55:ff INFO |
| 4580 | 2026-08-25T15:16:06.919Z | 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:23::/64 -> 2001:db8::55:ff |
| 4581 | 2026-08-25T15:16:06.919Z | |
| 4582 | 2026-08-25T15:16:06.919Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4583 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144DEBG Aug 25 15:16:05.144 INFODEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4584 | 2026-08-25T15:16:06.919Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4585 | 2026-08-25T15:16:06.919Z | INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4586 | 2026-08-25T15:16:06.919Z | |
| 4587 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4588 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144INFOAug 25 15:16:05.144 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 4589 | 2026-08-25T15:16:06.919Z | 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 } }] |
| 4590 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144INFO Aug 25 15:16:05.144Aug 25 15:16:05.144adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBGINFO |
| 4591 | 2026-08-25T15:16:06.919Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4592 | 2026-08-25T15:16:06.919Z | |
| 4593 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4594 | 2026-08-25T15:16:06.919Z | DEBGINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 15:16:05.144 |
| 4595 | 2026-08-25T15:16:06.919Z | DEBGAug 25 15:16:05.144 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:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.144INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4596 | 2026-08-25T15:16:06.919Z | |
| 4597 | 2026-08-25T15:16:06.919Z | 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 } }] |
| 4598 | 2026-08-25T15:16:06.919Z | |
| 4599 | 2026-08-25T15:16:06.919Z | Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 4600 | 2026-08-25T15:16:06.920Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO 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 } }] |
| 4601 | 2026-08-25T15:16:06.920Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-25T15:16:06.920Z | Aug 25 15:16:05.144 |
| 4603 | 2026-08-25T15:16:06.920Z | DEBGAug 25 15:16:05.144 Aug 25 15:16:05.144replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144INFO |
| 4604 | 2026-08-25T15:16:06.920Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4605 | 2026-08-25T15:16:06.925Z | DEBGDEBG Aug 25 15:16:05.144replacing 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 } }] |
| 4606 | 2026-08-25T15:16:06.925Z | INFO Aug 25 15:16:05.144adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4607 | 2026-08-25T15:16:06.925Z | 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 } }]Aug 25 15:16:05.144replacing 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 } }] |
| 4608 | 2026-08-25T15:16:06.925Z | |
| 4609 | 2026-08-25T15:16:06.925Z | INFO Aug 25 15:16:05.144adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBG |
| 4610 | 2026-08-25T15:16:06.925Z | Aug 25 15:16:05.144 INFOINFOAug 25 15:16:05.144 DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4611 | 2026-08-25T15:16:06.925Z | |
| 4612 | 2026-08-25T15:16:06.925Z | 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: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 } }] |
| 4613 | 2026-08-25T15:16:06.925Z | |
| 4614 | 2026-08-25T15:16:06.925Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144 INFODEBGINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-25T15:16:06.925Z | |
| 4616 | 2026-08-25T15:16:06.925Z | 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 |
| 4617 | 2026-08-25T15:16:06.925Z | 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 25 15:16:05.144 |
| 4618 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144 DEBGAug 25 15:16:05.144DEBG Aug 25 15:16:05.144 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: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 } }] |
| 4619 | 2026-08-25T15:16:06.926Z | INFO |
| 4620 | 2026-08-25T15:16:06.926Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4621 | 2026-08-25T15:16:06.926Z | |
| 4622 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4623 | 2026-08-25T15:16:06.926Z | DEBG Aug 25 15:16:05.144adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 25 15:16:05.144DEBG |
| 4624 | 2026-08-25T15:16:06.926Z | 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 } }] |
| 4625 | 2026-08-25T15:16:06.926Z | 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: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 } }] |
| 4626 | 2026-08-25T15:16:06.926Z | |
| 4627 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBG Aug 25 15:16:05.144Aug 25 15:16:05.144 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 } }]INFOINFO |
| 4628 | 2026-08-25T15:16:06.926Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4629 | 2026-08-25T15:16:06.926Z | |
| 4630 | 2026-08-25T15:16:06.926Z | INFOAug 25 15:16:05.144 Aug 25 15:16:05.144Aug 25 15:16:05.144INFO DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4631 | 2026-08-25T15:16:06.926Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-25T15:16:06.926Z | |
| 4633 | 2026-08-25T15:16:06.926Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.144 |
| 4634 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-25T15:16:06.926Z | 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 } }] |
| 4636 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144 INFO, unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff: |
| 4637 | 2026-08-25T15:16:06.926Z | freemap_route_ipv4 |
| 4638 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4639 | 2026-08-25T15:16:06.926Z | |
| 4640 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144Aug 25 15:16:05.144 INFOAug 25 15:16:05.144 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4641 | 2026-08-25T15:16:06.926Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 4642 | 2026-08-25T15:16:06.926Z | created new freemap, unitAug 25 15:16:05.144:Aug 25 15:16:05.144 DEBG DEBGfreemap_route_ipv6 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 } }] |
| 4643 | 2026-08-25T15:16:06.926Z | 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 } }] |
| 4644 | 2026-08-25T15:16:06.926Z | |
| 4645 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144Aug 25 15:16:05.144Aug 25 15:16:05.144 DEBGINFO INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.144 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 } }] |
| 4647 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.145 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.145 DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145unit |
| 4649 | 2026-08-25T15:16:06.926Z | :DEBG freemap_route_ipv4 |
| 4650 | 2026-08-25T15:16:06.926Z | 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 } }] |
| 4651 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.145 INFOAug 25 15:16:05.145 Aug 25 15:16:05.145adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4652 | 2026-08-25T15:16:06.926Z | DEBG reset freemap, unitAug 25 15:16:05.145:INFO freemap_route_ipv4DEBG |
| 4653 | 2026-08-25T15:16:06.926Z | 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 } }] |
| 4654 | 2026-08-25T15:16:06.926Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunit |
| 4655 | 2026-08-25T15:16:06.926Z | : freemap_route_ipv6 |
| 4656 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4657 | 2026-08-25T15:16:06.927Z | |
| 4658 | 2026-08-25T15:16:06.927Z | DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145reset freemap Aug 25 15:16:05.145INFO, |
| 4659 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffunit |
| 4660 | 2026-08-25T15:16:06.927Z | :DEBG freemap_route_ipv6replacing 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-25T15:16:06.927Z | |
| 4662 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145 DEBGAug 25 15:16:05.145 Aug 25 15:16:05.145 Aug 25 15:16:05.145replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4663 | 2026-08-25T15:16:06.927Z | 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 } }] |
| 4664 | 2026-08-25T15:16:06.927Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4665 | 2026-08-25T15:16:06.927Z | INFO Aug 25 15:16:05.145adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145INFO |
| 4666 | 2026-08-25T15:16:06.927Z | INFOAug 25 15:16:05.145 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4667 | 2026-08-25T15:16:06.927Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-25T15:16:06.927Z | |
| 4669 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 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 } }]DEBG |
| 4670 | 2026-08-25T15:16:06.927Z | 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 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 } }] |
| 4671 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145 |
| 4672 | 2026-08-25T15:16:06.927Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4673 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 Aug 25 15:16:05.145 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff INFO |
| 4674 | 2026-08-25T15:16:06.927Z | DEBG INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 15:16:05.145 |
| 4675 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4676 | 2026-08-25T15:16:06.927Z | |
| 4677 | 2026-08-25T15:16:06.927Z | DEBGAug 25 15:16:05.145 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4678 | 2026-08-25T15:16:06.927Z | DEBG Aug 25 15:16:05.145 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 } }] |
| 4679 | 2026-08-25T15:16:06.927Z | 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:dead::/64 -> 2001:db8::55:1 |
| 4680 | 2026-08-25T15:16:06.927Z | |
| 4681 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFOAug 25 15:16:05.145 INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145 |
| 4682 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-25T15:16:06.927Z | |
| 4684 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145replacing 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 } }] |
| 4685 | 2026-08-25T15:16:06.927Z | DEBGAug 25 15:16:05.145 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4686 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145 DEBGDEBG 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 } }] Aug 25 15:16:05.145 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:dead::/64 -> 2001:db8::55:2 |
| 4687 | 2026-08-25T15:16:06.927Z | INFO |
| 4688 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4689 | 2026-08-25T15:16:06.927Z | |
| 4690 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGINFOAug 25 15:16:05.145 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4691 | 2026-08-25T15:16:06.927Z | Aug 25 15:16:05.145 |
| 4692 | 2026-08-25T15:16:06.927Z | DEBG Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG |
| 4693 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffcreated new freemap |
| 4694 | 2026-08-25T15:16:06.927Z | INFOAug 25 15:16:05.145 , INFOunitreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4695 | 2026-08-25T15:16:06.927Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4696 | 2026-08-25T15:16:06.928Z | |
| 4697 | 2026-08-25T15:16:06.928Z | DEBGfreemap_route_ipv4Aug 25 15:16:05.145 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 } }] |
| 4698 | 2026-08-25T15:16:06.928Z | DEBG |
| 4699 | 2026-08-25T15:16:06.928Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 25 15:16:05.145Aug 25 15:16:05.145 |
| 4700 | 2026-08-25T15:16:06.928Z | INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4701 | 2026-08-25T15:16:06.928Z | DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4702 | 2026-08-25T15:16:06.928Z | |
| 4703 | 2026-08-25T15:16:06.928Z | created new freemapAug 25 15:16:05.145 , INFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145 |
| 4704 | 2026-08-25T15:16:06.928Z | INFO DEBGfreemap_route_ipv6 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 } }] |
| 4705 | 2026-08-25T15:16:06.932Z | |
| 4706 | 2026-08-25T15:16:06.932Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145 |
| 4707 | 2026-08-25T15:16:06.932Z | DEBGINFOAug 25 15:16:05.145 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4708 | 2026-08-25T15:16:06.932Z | Aug 25 15:16:05.145replacing 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 } }] |
| 4709 | 2026-08-25T15:16:06.932Z | DEBG DEBG initted freemap. size: 64DEBGAug 25 15:16:05.145, Aug 25 15:16:05.145 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 DEBG |
| 4710 | 2026-08-25T15:16:06.932Z | unit 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: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 } }] |
| 4711 | 2026-08-25T15:16:06.933Z | |
| 4712 | 2026-08-25T15:16:06.933Z | :adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4713 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145 freemap_route_ipv4 INFO Aug 25 15:16:05.145 |
| 4714 | 2026-08-25T15:16:06.933Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOAug 25 15:16:05.145 |
| 4715 | 2026-08-25T15:16:06.933Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4716 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 DEBGAug 25 15:16:05.145 DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapreplacing 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 } }], |
| 4717 | 2026-08-25T15:16:06.933Z | DEBG unitreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4718 | 2026-08-25T15:16:06.933Z | |
| 4719 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145 INFO freemap_route_ipv4Aug 25 15:16:05.145 |
| 4720 | 2026-08-25T15:16:06.933Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4721 | 2026-08-25T15:16:06.933Z | INFOAug 25 15:16:05.145 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 4722 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4723 | 2026-08-25T15:16:06.933Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4724 | 2026-08-25T15:16:06.933Z | initted freemap. size: 64DEBG, Aug 25 15:16:05.145 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 |
| 4725 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145unit INFO 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:4::/64 -> 2001:db8::55:ff |
| 4726 | 2026-08-25T15:16:06.933Z | |
| 4727 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145 :INFO freemap_route_ipv6adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4728 | 2026-08-25T15:16:06.933Z | Aug 25 15:16:05.145 DEBGINFO Aug 25 15:16:05.145 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 } }] |
| 4729 | 2026-08-25T15:16:06.934Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4730 | 2026-08-25T15:16:06.934Z | DEBG |
| 4731 | 2026-08-25T15:16:06.934Z | 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 } }] |
| 4732 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145 INFO Aug 25 15:16:05.145Aug 25 15:16:05.145adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Aug 25 15:16:05.145 DEBGDEBG |
| 4733 | 2026-08-25T15:16:06.934Z | INFO reset freemap replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff, unit |
| 4734 | 2026-08-25T15:16:06.934Z | : |
| 4735 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145 freemap_route_ipv6DEBG |
| 4736 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.145 |
| 4737 | 2026-08-25T15:16:06.934Z | INFO Aug 25 15:16:05.145adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 4738 | 2026-08-25T15:16:06.934Z | 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 |
| 4739 | 2026-08-25T15:16:06.934Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.145 |
| 4740 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145INFOAug 25 15:16:05.145 DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4741 | 2026-08-25T15:16:06.934Z | DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4742 | 2026-08-25T15:16:06.934Z | |
| 4743 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4744 | 2026-08-25T15:16:06.934Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4745 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145DEBGAug 25 15:16:05.145 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4746 | 2026-08-25T15:16:06.934Z | INFO Aug 25 15:16:05.145adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-25T15:16:06.934Z | INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4748 | 2026-08-25T15:16:06.934Z | 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 } }] |
| 4749 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145 DEBG Aug 25 15:16:05.145replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145 |
| 4750 | 2026-08-25T15:16:06.934Z | INFO DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145replacing 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 } }] |
| 4752 | 2026-08-25T15:16:06.934Z | INFO Aug 25 15:16:05.145adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4753 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145DEBG 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 } }] Aug 25 15:16:05.145adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-25T15:16:06.934Z | DEBG |
| 4755 | 2026-08-25T15:16:06.934Z | 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 } }] |
| 4756 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGINFO Aug 25 15:16:05.145 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4757 | 2026-08-25T15:16:06.934Z | INFO |
| 4758 | 2026-08-25T15:16:06.934Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-25T15:16:06.934Z | Aug 25 15:16:05.145Aug 25 15:16:05.145Aug 25 15:16:05.145 INFODEBGDEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4760 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4761 | 2026-08-25T15:16:06.935Z | |
| 4762 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOAug 25 15:16:05.145 DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4763 | 2026-08-25T15:16:06.935Z | |
| 4764 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 25 15:16:05.145Aug 25 15:16:05.145 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4765 | 2026-08-25T15:16:06.935Z | |
| 4766 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.144Aug 25 15:16:05.145 Aug 25 15:16:05.145Aug 25 15:16:05.145INFO DEBG INFODEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4768 | 2026-08-25T15:16:06.935Z | |
| 4769 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4770 | 2026-08-25T15:16:06.935Z | |
| 4771 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOAug 25 15:16:05.145DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.145DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4772 | 2026-08-25T15:16:06.935Z | DEBG failed to allocate space for the new target list |
| 4773 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.145replacing 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 } }] |
| 4774 | 2026-08-25T15:16:06.935Z | INFO |
| 4775 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4776 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.145replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 15:16:05.145 |
| 4777 | 2026-08-25T15:16:06.935Z | INFODEBG |
| 4778 | 2026-08-25T15:16:06.935Z | 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 } }] |
| 4779 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:16:05.145 |
| 4780 | 2026-08-25T15:16:06.935Z | INFOAug 25 15:16:05.145 Aug 25 15:16:05.145 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFOfailed to allocate space for the new target listAug 25 15:16:05.145 |
| 4781 | 2026-08-25T15:16:06.935Z | |
| 4782 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4783 | 2026-08-25T15:16:06.935Z | DEBG Aug 25 15:16:05.145Aug 25 15:16:05.145replacing 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 } }] |
| 4784 | 2026-08-25T15:16:06.935Z | DEBG DEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4785 | 2026-08-25T15:16:06.935Z | 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 } }] |
| 4786 | 2026-08-25T15:16:06.935Z | Aug 25 15:16:05.145 DEBGAug 25 15:16:05.145 failed to allocate space for the new target listINFOAug 25 15:16:05.145 |
| 4787 | 2026-08-25T15:16:06.935Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 4788 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 4789 | 2026-08-25T15:16:06.936Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4790 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145DEBG 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 } }] |
| 4791 | 2026-08-25T15:16:06.936Z | 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 } }] |
| 4792 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-25T15:16:06.936Z | |
| 4794 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145DEBG 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 } }] |
| 4795 | 2026-08-25T15:16:06.936Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4796 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4797 | 2026-08-25T15:16:06.936Z | |
| 4798 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4799 | 2026-08-25T15:16:06.936Z | |
| 4800 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4801 | 2026-08-25T15:16:06.936Z | |
| 4802 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4803 | 2026-08-25T15:16:06.936Z | |
| 4804 | 2026-08-25T15:16:06.936Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4805 | 2026-08-25T15:16:06.940Z | |
| 4806 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4807 | 2026-08-25T15:16:06.941Z | |
| 4808 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4809 | 2026-08-25T15:16:06.941Z | |
| 4810 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4811 | 2026-08-25T15:16:06.941Z | |
| 4812 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4813 | 2026-08-25T15:16:06.941Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4814 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 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: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 } }] |
| 4815 | 2026-08-25T15:16:06.941Z | |
| 4816 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4817 | 2026-08-25T15:16:06.941Z | |
| 4818 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145 Aug 25 15:16:05.145DEBG 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 } }] |
| 4819 | 2026-08-25T15:16:06.941Z | 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 } }] |
| 4820 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.145Aug 25 15:16:05.145 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4821 | 2026-08-25T15:16:06.941Z | |
| 4822 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146 INFOAug 25 15:16:05.146 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4823 | 2026-08-25T15:16:06.941Z | 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 } }] |
| 4824 | 2026-08-25T15:16:06.941Z | 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 } }] |
| 4825 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 INFO INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4826 | 2026-08-25T15:16:06.941Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4827 | 2026-08-25T15:16:06.941Z | |
| 4828 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146 DEBGAug 25 15:16:05.146 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 } }]INFOAug 25 15:16:05.146 |
| 4829 | 2026-08-25T15:16:06.941Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4830 | 2026-08-25T15:16:06.941Z | DEBG Aug 25 15:16:05.146replacing 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 } }] |
| 4831 | 2026-08-25T15:16:06.941Z | INFOAug 25 15:16:05.146 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.146 |
| 4832 | 2026-08-25T15:16:06.941Z | 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 |
| 4833 | 2026-08-25T15:16:06.941Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4834 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGINFO 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:23::/64 -> 2001:db8::55:ff |
| 4835 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146 |
| 4836 | 2026-08-25T15:16:06.941Z | 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 } }] |
| 4837 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBGAug 25 15:16:05.146 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 } }]INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4838 | 2026-08-25T15:16:06.941Z | |
| 4839 | 2026-08-25T15:16:06.941Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4840 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGDEBG 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 } }]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:24::/64 -> 2001:db8::55:ff |
| 4841 | 2026-08-25T15:16:06.941Z | |
| 4842 | 2026-08-25T15:16:06.941Z | |
| 4843 | 2026-08-25T15:16:06.941Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 Aug 25 15:16:05.146 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-25T15:16:06.942Z | DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4845 | 2026-08-25T15:16:06.942Z | |
| 4846 | 2026-08-25T15:16:06.942Z | Aug 25 15:16:05.146 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 25 15:16:05.146Aug 25 15:16:05.146 |
| 4847 | 2026-08-25T15:16:06.942Z | DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.146 |
| 4848 | 2026-08-25T15:16:06.942Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4849 | 2026-08-25T15:16:06.943Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:16:05.146 |
| 4850 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146INFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.146 |
| 4851 | 2026-08-25T15:16:06.943Z | |
| 4852 | 2026-08-25T15:16:06.943Z | 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 } }] |
| 4853 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBG Aug 25 15:16:05.146adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4854 | 2026-08-25T15:16:06.943Z | INFO |
| 4855 | 2026-08-25T15:16:06.943Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4856 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGINFO Aug 25 15:16:05.146replacing 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:21::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-25T15:16:06.943Z | |
| 4858 | 2026-08-25T15:16:06.943Z | 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 } }] |
| 4859 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 INFODEBGAug 25 15:16:05.146 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 |
| 4860 | 2026-08-25T15:16:06.943Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4861 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146 Aug 25 15:16:05.146INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4862 | 2026-08-25T15:16:06.943Z | 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 } }] |
| 4863 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146 Aug 25 15:16:05.146adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4864 | 2026-08-25T15:16:06.943Z | INFODEBG adding route 3fff:beef:1d::/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 } }] |
| 4865 | 2026-08-25T15:16:06.943Z | |
| 4866 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146Aug 25 15:16:05.146Aug 25 15:16:05.146 DEBGINFO replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4867 | 2026-08-25T15:16:06.943Z | |
| 4868 | 2026-08-25T15:16:06.943Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4869 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146 Aug 25 15:16:05.146DEBGINFO 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:1e::/64 -> 2001:db8::55:ff |
| 4870 | 2026-08-25T15:16:06.943Z | |
| 4871 | 2026-08-25T15:16:06.943Z | 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 25 15:16:05.146Aug 25 15:16:05.146 DEBGAug 25 15:16:05.146 INFODEBG adding route 3fff:beef:28::/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 } }] |
| 4872 | 2026-08-25T15:16:06.943Z | created new freemap, unit |
| 4873 | 2026-08-25T15:16:06.943Z | : freemap_route_ipv4 |
| 4874 | 2026-08-25T15:16:06.943Z | Aug 25 15:16:05.146Aug 25 15:16:05.146 Aug 25 15:16:05.153DEBG created new freemapDEBG, unitDEBG: created new freemapfreemap_route_ipv4created new freemap |
| 4875 | 2026-08-25T15:16:06.943Z | , , unitunit:: freemap_route_ipv4freemap_route_ipv6Aug 25 15:16:05.153 |
| 4876 | 2026-08-25T15:16:06.943Z | |
| 4877 | 2026-08-25T15:16:06.943Z | DEBG Aug 25 15:16:05.153 DEBG created new freemapinitted freemap. size: 64, , unitunit:: Aug 25 15:16:05.153freemap_route_ipv6 freemap_route_ipv4DEBG |
| 4878 | 2026-08-25T15:16:06.944Z | |
| 4879 | 2026-08-25T15:16:06.944Z | created new freemapAug 25 15:16:05.153Aug 25 15:16:05.153 DEBGDEBG initted freemap. size: 64, , unitunit:: freemap_route_ipv6 |
| 4880 | 2026-08-25T15:16:06.944Z | freemap_route_ipv4 |
| 4881 | 2026-08-25T15:16:06.944Z | Aug 25 15:16:05.154Aug 25 15:16:05.146 Aug 25 15:16:05.154 |
| 4882 | 2026-08-25T15:16:06.944Z | DEBG DEBG Aug 25 15:16:05.154Aug 25 15:16:05.154DEBG initted freemap. size: 64 reset freemap, , created new freemapINFOINFO, unit adding route 3fff:beef:24::/64 -> 2001:db8::55:ffunit |
| 4883 | 2026-08-25T15:16:06.944Z | unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff:: |
| 4884 | 2026-08-25T15:16:06.944Z | : freemap_route_ipv4Aug 25 15:16:05.154freemap_route_ipv4 |
| 4885 | 2026-08-25T15:16:06.944Z | |
| 4886 | 2026-08-25T15:16:06.944Z | DEBGfreemap_route_ipv4 Aug 25 15:16:05.154replacing 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 } }] |
| 4887 | 2026-08-25T15:16:06.944Z | |
| 4888 | 2026-08-25T15:16:06.944Z | Aug 25 15:16:05.154DEBGAug 25 15:16:05.154 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 } }] |
| 4889 | 2026-08-25T15:16:06.944Z | DEBGAug 25 15:16:05.154 DEBG INFO reset freemapadding route 3fff:beef:25::/64 -> 2001:db8::55:ff, created new freemapAug 25 15:16:05.154 |
| 4890 | 2026-08-25T15:16:06.944Z | DEBG, Aug 25 15:16:05.154unitunit Aug 25 15:16:05.154initted freemap. size: 64 :, 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 } }] |
| 4891 | 2026-08-25T15:16:06.944Z | freemap_route_ipv4 |
| 4892 | 2026-08-25T15:16:06.944Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4893 | 2026-08-25T15:16:06.944Z | unit:Aug 25 15:16:05.154 |
| 4894 | 2026-08-25T15:16:06.944Z | INFOAug 25 15:16:05.154 adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv6Aug 25 15:16:05.154 |
| 4895 | 2026-08-25T15:16:06.944Z | |
| 4896 | 2026-08-25T15:16:06.944Z | DEBGDEBGAug 25 15:16:05.154Aug 25 15:16:05.154 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 4897 | 2026-08-25T15:16:06.944Z | Aug 25 15:16:05.154replacing 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 } }] initted freemap. size: 64 |
| 4898 | 2026-08-25T15:16:06.944Z | , unit:initted freemap. size: 64 , Aug 25 15:16:05.154freemap_route_ipv4 DEBGAug 25 15:16:05.154INFO |
| 4899 | 2026-08-25T15:16:06.944Z | reset freemapunit:, unitINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff: Aug 25 15:16:05.154 |
| 4900 | 2026-08-25T15:16:06.945Z | freemap_route_ipv6 DEBG |
| 4901 | 2026-08-25T15:16:06.945Z | freemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:16:05.154 |
| 4902 | 2026-08-25T15:16:06.945Z | DEBGAug 25 15:16:05.154reset freemap , |
| 4903 | 2026-08-25T15:16:06.945Z | 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 } }] |
| 4904 | 2026-08-25T15:16:06.945Z | DEBG: reset freemapfreemap_route_ipv4, Aug 25 15:16:05.154Aug 25 15:16:05.154Aug 25 15:16:05.154 |
| 4905 | 2026-08-25T15:16:06.949Z | DEBGINFO unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.154INFO :adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4906 | 2026-08-25T15:16:06.950Z | DEBG |
| 4907 | 2026-08-25T15:16:06.950Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4908 | 2026-08-25T15:16:06.950Z | initted freemap. size: 64freemap_route_ipv6, |
| 4909 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154 unit: INFOfreemap_route_ipv6Aug 25 15:16:05.154 |
| 4910 | 2026-08-25T15:16:06.950Z | DEBG Aug 25 15:16:05.154replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.154Aug 25 15:16:05.154adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4911 | 2026-08-25T15:16:06.950Z | DEBG |
| 4912 | 2026-08-25T15:16:06.950Z | DEBGreset 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 } }]unit |
| 4913 | 2026-08-25T15:16:06.950Z | : Aug 25 15:16:05.154INFO INFOfreemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4914 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154 |
| 4915 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.154 INFO |
| 4916 | 2026-08-25T15:16:06.950Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.154 |
| 4917 | 2026-08-25T15:16:06.950Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4918 | 2026-08-25T15:16:06.950Z | DEBGINFO Aug 25 15:16:05.154adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:16:05.154 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 } }]DEBG |
| 4919 | 2026-08-25T15:16:06.950Z | |
| 4920 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4921 | 2026-08-25T15:16:06.950Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 25 15:16:05.154 |
| 4922 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154 Aug 25 15:16:05.154INFO 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 } }] |
| 4923 | 2026-08-25T15:16:06.950Z | INFOadding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 4924 | 2026-08-25T15:16:06.950Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4925 | 2026-08-25T15:16:06.950Z | |
| 4926 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154Aug 25 15:16:05.154 INFOAug 25 15:16:05.154 adding route 3fff:beef:2a::/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 } }] |
| 4927 | 2026-08-25T15:16:06.950Z | |
| 4928 | 2026-08-25T15:16:06.950Z | DEBG DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4929 | 2026-08-25T15:16:06.950Z | |
| 4930 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 4931 | 2026-08-25T15:16:06.950Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 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 } }]INFOAug 25 15:16:05.154 Aug 25 15:16:05.154 |
| 4932 | 2026-08-25T15:16:06.951Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4933 | 2026-08-25T15:16:06.951Z | INFO DEBGINFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 4934 | 2026-08-25T15:16:06.951Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 15:16:05.154 |
| 4935 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4936 | 2026-08-25T15:16:06.951Z | INFO adding route 3fff:beef:2b::/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 } }] |
| 4937 | 2026-08-25T15:16:06.951Z | |
| 4938 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.154 |
| 4939 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154Aug 25 15:16:05.154DEBG 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 } }] |
| 4940 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 15:16:05.154INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 4941 | 2026-08-25T15:16:06.951Z | |
| 4942 | 2026-08-25T15:16:06.951Z | |
| 4943 | 2026-08-25T15:16:06.951Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 4944 | 2026-08-25T15:16:06.951Z | |
| 4945 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:16:05.154 |
| 4946 | 2026-08-25T15:16:06.951Z | 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 } }]DEBGAug 25 15:16:05.154 |
| 4947 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 4948 | 2026-08-25T15:16:06.951Z | |
| 4949 | 2026-08-25T15:16:06.951Z | INFOAug 25 15:16:05.154DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 25 15:16:05.154INFOAug 25 15:16:05.154 replacing targets for 3fff:dead::/64 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 } }] |
| 4950 | 2026-08-25T15:16:06.951Z | |
| 4951 | 2026-08-25T15:16:06.951Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 4952 | 2026-08-25T15:16:06.951Z | INFO INFOAug 25 15:16:05.154adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4953 | 2026-08-25T15:16:06.951Z | Aug 25 15:16:05.154WARNAug 25 15:16:05.154 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGDEBG |
| 4954 | 2026-08-25T15:16:06.951Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.154replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4955 | 2026-08-25T15:16:06.952Z | 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4956 | 2026-08-25T15:16:06.952Z | |
| 4957 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154 |
| 4958 | 2026-08-25T15:16:06.952Z | INFOAug 25 15:16:05.154Aug 25 15:16:05.154 Aug 25 15:16:05.154ERRO INFOAug 25 15:16:05.154 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4959 | 2026-08-25T15:16:06.952Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 4960 | 2026-08-25T15:16:06.952Z | adding route 172.17.0.4/32 -> 10.0.0.255 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4961 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4962 | 2026-08-25T15:16:06.952Z | |
| 4963 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154 ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it Aug 25 15:16:05.154 |
| 4964 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4965 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154 adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 4966 | 2026-08-25T15:16:06.952Z | 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 |
| 4967 | 2026-08-25T15:16:06.952Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 15:16:05.154INFO |
| 4968 | 2026-08-25T15:16:06.952Z | 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 } }] |
| 4969 | 2026-08-25T15:16:06.952Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4970 | 2026-08-25T15:16:06.953Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4971 | 2026-08-25T15:16:06.953Z | |
| 4972 | 2026-08-25T15:16:06.953Z | Aug 25 15:16:05.154 Aug 25 15:16:05.154Aug 25 15:16:05.154Aug 25 15:16:05.154INFO DEBG adding route 172.17.0.5/32 -> 10.0.0.255 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 } }] |
| 4973 | 2026-08-25T15:16:06.953Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255 |
| 4974 | 2026-08-25T15:16:06.953Z | |
| 4975 | 2026-08-25T15:16:06.953Z | 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 } }] |
| 4976 | 2026-08-25T15:16:06.953Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 DEBGAug 25 15:16:05.154 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.154INFO |
| 4977 | 2026-08-25T15:16:06.953Z | INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 15:16:05.154 |
| 4978 | 2026-08-25T15:16:06.953Z | 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 } }] |
| 4979 | 2026-08-25T15:16:06.953Z | INFO |
| 4980 | 2026-08-25T15:16:06.953Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:16:05.154 |
| 4981 | 2026-08-25T15:16:06.953Z | Aug 25 15:16:05.154DEBG DEBGAug 25 15:16:05.154 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 Aug 25 15:16:05.154replacing 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 } }] |
| 4982 | 2026-08-25T15:16:06.953Z | DEBG |
| 4983 | 2026-08-25T15:16:06.953Z | adding route 172.17.0.3/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 } }] |
| 4984 | 2026-08-25T15:16:06.953Z | |
| 4985 | 2026-08-25T15:16:06.953Z | Aug 25 15:16:05.154Aug 25 15:16:05.154 INFO INFO Aug 25 15:16:05.154adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGAug 25 15:16:05.155 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 } }] |
| 4986 | 2026-08-25T15:16:06.953Z | |
| 4987 | 2026-08-25T15:16:06.953Z | DEBGAug 25 15:16:05.154 created new freemapAug 25 15:16:05.160INFO , INFO unitAug 25 15:16:05.160 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 4988 | 2026-08-25T15:16:06.953Z | adding route 172.17.0.4/32 -> 10.0.0.255: |
| 4989 | 2026-08-25T15:16:06.953Z | DEBG freemap_route_ipv4 |
| 4990 | 2026-08-25T15:16:06.953Z | 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 } }] |
| 4991 | 2026-08-25T15:16:06.953Z | Aug 25 15:16:05.160Aug 25 15:16:05.160 DEBGAug 25 15:16:05.146 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 25 15:16:05.160 INFO Aug 25 15:16:05.160 |
| 4992 | 2026-08-25T15:16:06.953Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4993 | 2026-08-25T15:16:06.953Z | |
| 4994 | 2026-08-25T15:16:06.954Z | DEBG reset freemapAug 25 15:16:05.160created new freemapAug 25 15:16:05.160, , unitAug 25 15:16:05.160 INFODEBG: unitadding route 172.17.0.8/32 -> 10.0.0.255: |
| 4995 | 2026-08-25T15:16:06.954Z | freemap_route_ipv4INFO freemap_route_ipv6replacing 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 } }] |
| 4996 | 2026-08-25T15:16:06.954Z | |
| 4997 | 2026-08-25T15:16:06.954Z | Aug 25 15:16:05.160 |
| 4998 | 2026-08-25T15:16:06.954Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4999 | 2026-08-25T15:16:06.954Z | Aug 25 15:16:05.160DEBG INFOAug 25 15:16:05.160Aug 25 15:16:05.160 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 |
| 5000 | 2026-08-25T15:16:06.954Z | initted freemap. size: 64Aug 25 15:16:05.160, unitadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff:Aug 25 15:16:05.160 |
| 5001 | 2026-08-25T15:16:06.954Z | DEBG INFO freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5002 | 2026-08-25T15:16:06.954Z | |
| 5003 | 2026-08-25T15:16:06.954Z | Aug 25 15:16:05.160 DEBG |
| 5004 | 2026-08-25T15:16:06.954Z | DEBGAug 25 15:16:05.160Aug 25 15:16:05.160 initted freemap. size: 64 Aug 25 15:16:05.160, unit 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 |
| 5005 | 2026-08-25T15:16:07.048Z | 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 } }]reset freemapadding route 172.17.0.6/32 -> 10.0.0.255, |
| 5006 | 2026-08-25T15:16:07.048Z | unit |
| 5007 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161 INFO freemap_route_ipv6 |
| 5008 | 2026-08-25T15:16:07.048Z | :adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 25 15:16:05.161 |
| 5009 | 2026-08-25T15:16:07.048Z | freemap_route_ipv4 DEBG Aug 25 15:16:05.161Aug 25 15:16:05.161replacing 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 } }] |
| 5010 | 2026-08-25T15:16:07.048Z | |
| 5011 | 2026-08-25T15:16:07.048Z | INFODEBG Aug 25 15:16:05.161adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5012 | 2026-08-25T15:16:07.048Z | DEBGreset freemap , 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 } }]unit |
| 5013 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161 Aug 25 15:16:05.161:DEBG initted freemap. size: 64 Aug 25 15:16:05.161freemap_route_ipv6INFO |
| 5014 | 2026-08-25T15:16:07.048Z | DEBG, unit 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.7/32 -> 10.0.0.255freemap_route_ipv6 |
| 5015 | 2026-08-25T15:16:07.048Z | |
| 5016 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161Aug 25 15:16:05.161 |
| 5017 | 2026-08-25T15:16:07.048Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 5018 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 25 15:16:05.161 |
| 5019 | 2026-08-25T15:16:07.048Z | DEBGINFOAug 25 15:16:05.161 reset freemapAug 25 15:16:05.161, DEBGAug 25 15:16:05.161 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 5020 | 2026-08-25T15:16:07.048Z | adding route 172.17.0.11/32 -> 10.0.0.255unit 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 } }]: |
| 5021 | 2026-08-25T15:16:07.048Z | |
| 5022 | 2026-08-25T15:16:07.048Z | freemap_route_ipv6 |
| 5023 | 2026-08-25T15:16:07.048Z | DEBGAug 25 15:16:05.161 Aug 25 15:16:05.161Aug 25 15:16:05.161 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.161 |
| 5024 | 2026-08-25T15:16:07.048Z | INFO DEBG adding route 172.17.0.8/32 -> 10.0.0.255INFOINFO |
| 5025 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5026 | 2026-08-25T15:16:07.048Z | 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 |
| 5027 | 2026-08-25T15:16:07.048Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.161 |
| 5028 | 2026-08-25T15:16:07.048Z | Aug 25 15:16:05.161DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 15:16:05.161Aug 25 15:16:05.161 |
| 5029 | 2026-08-25T15:16:07.048Z | 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 } }] |
| 5030 | 2026-08-25T15:16:07.048Z | DEBG |
| 5031 | 2026-08-25T15:16:07.048Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5032 | 2026-08-25T15:16:07.048Z | INFO Aug 25 15:16:05.161Aug 25 15:16:05.161Aug 25 15:16:05.161adding route 172.17.0.12/32 -> 10.0.0.255 INFO |
| 5033 | 2026-08-25T15:16:07.048Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.9/32 -> 10.0.0.255 DEBG |
| 5034 | 2026-08-25T15:16:07.049Z | |
| 5035 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 INFOAug 25 15:16:05.161 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 } }]DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:16:05.161 |
| 5036 | 2026-08-25T15:16:07.049Z | 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 } }] |
| 5037 | 2026-08-25T15:16:07.049Z | |
| 5038 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161Aug 25 15:16:05.161 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 } }]DEBG |
| 5039 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161Aug 25 15:16:05.161 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5040 | 2026-08-25T15:16:07.049Z | INFO |
| 5041 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:16:05.161INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5042 | 2026-08-25T15:16:07.049Z | adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 5043 | 2026-08-25T15:16:07.049Z | |
| 5044 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5045 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 15:16:05.161DEBGAug 25 15:16:05.161 |
| 5046 | 2026-08-25T15:16:07.049Z | DEBGAug 25 15:16:05.161 DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 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 } }] |
| 5047 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5048 | 2026-08-25T15:16:07.049Z | 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 } }] |
| 5049 | 2026-08-25T15:16:07.049Z | 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 } }] |
| 5050 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 |
| 5051 | 2026-08-25T15:16:07.049Z | DEBG Aug 25 15:16:05.161replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:16:05.161 |
| 5052 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 Aug 25 15:16:05.161INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 5053 | 2026-08-25T15:16:07.049Z | |
| 5054 | 2026-08-25T15:16:07.049Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5055 | 2026-08-25T15:16:07.049Z | |
| 5056 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161Aug 25 15:16:05.161 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:31::/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 } }] |
| 5057 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161 |
| 5058 | 2026-08-25T15:16:07.049Z | DEBG |
| 5059 | 2026-08-25T15:16:07.049Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.161 |
| 5060 | 2026-08-25T15:16:07.049Z | DEBGAug 25 15:16:05.161 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.161Aug 25 15:16:05.161replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.161Aug 25 15:16:05.161 |
| 5061 | 2026-08-25T15:16:07.049Z | DEBG |
| 5062 | 2026-08-25T15:16:07.049Z | DEBGINFO INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:16:05.161 adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5063 | 2026-08-25T15:16:07.049Z | |
| 5064 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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 } }]INFOAug 25 15:16:05.161 |
| 5065 | 2026-08-25T15:16:07.049Z | |
| 5066 | 2026-08-25T15:16:07.049Z | |
| 5067 | 2026-08-25T15:16:07.049Z | DEBG Aug 25 15:16:05.161 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.161 |
| 5068 | 2026-08-25T15:16:07.049Z | test route::tests::grow_succeeds ... ok |
| 5069 | 2026-08-25T15:16:07.049Z | Aug 25 15:16:05.161DEBGAug 25 15:16:05.161 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5070 | 2026-08-25T15:16:07.049Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff WARN |
| 5071 | 2026-08-25T15:16:07.049Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 25 15:16:05.161 |
| 5072 | 2026-08-25T15:16:07.049Z | INFO Aug 25 15:16:05.161adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 25 15:16:05.161INFO |
| 5073 | 2026-08-25T15:16:07.049Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5074 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.161 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 } }] |
| 5075 | 2026-08-25T15:16:07.050Z | |
| 5076 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.161DEBG DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5077 | 2026-08-25T15:16:07.050Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.161 |
| 5078 | 2026-08-25T15:16:07.050Z | 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 } }] |
| 5079 | 2026-08-25T15:16:07.050Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:16:05.161 Aug 25 15:16:05.161Aug 25 15:16:05.161DEBG |
| 5080 | 2026-08-25T15:16:07.050Z | INFOAug 25 15:16:05.161 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 } }] INFOINFO |
| 5081 | 2026-08-25T15:16:07.050Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5082 | 2026-08-25T15:16:07.050Z | adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5083 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.161 |
| 5084 | 2026-08-25T15:16:07.050Z | INFO Aug 25 15:16:05.161adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5085 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.161DEBGAug 25 15:16:05.161 Aug 25 15:16:05.161DEBG Aug 25 15:16:05.161replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 } }] |
| 5086 | 2026-08-25T15:16:07.050Z | |
| 5087 | 2026-08-25T15:16:07.050Z | 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 } }]DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.161Aug 25 15:16:05.162 |
| 5088 | 2026-08-25T15:16:07.050Z | DEBG created new freemap , DEBG |
| 5089 | 2026-08-25T15:16:07.050Z | unitcreated new freemap:, Aug 25 15:16:05.167 Aug 25 15:16:05.167 Aug 25 15:16:05.167INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5090 | 2026-08-25T15:16:07.050Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5091 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.167 |
| 5092 | 2026-08-25T15:16:07.050Z | |
| 5093 | 2026-08-25T15:16:07.050Z | 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 } }] |
| 5094 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167 Aug 25 15:16:05.167replacing 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 |
| 5095 | 2026-08-25T15:16:07.050Z | 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 |
| 5096 | 2026-08-25T15:16:07.050Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 25 15:16:05.167 |
| 5097 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5098 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167Aug 25 15:16:05.167DEBG adding route 172.17.0.15/32 -> 10.0.0.255 DEBGcreated new freemap |
| 5099 | 2026-08-25T15:16:07.050Z | 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 } }] |
| 5100 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167 , DEBGunit Aug 25 15:16:05.167replacing 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 } }]: |
| 5101 | 2026-08-25T15:16:07.050Z | INFO DEBG freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5102 | 2026-08-25T15:16:07.050Z | |
| 5103 | 2026-08-25T15:16:07.050Z | |
| 5104 | 2026-08-25T15:16:07.050Z | Aug 25 15:16:05.167Aug 25 15:16:05.167 INFOINFOAug 25 15:16:05.167 Aug 25 15:16:05.167adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5105 | 2026-08-25T15:16:07.055Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGINFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5106 | 2026-08-25T15:16:07.055Z | |
| 5107 | 2026-08-25T15:16:07.055Z | Aug 25 15:16:05.167 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167 |
| 5108 | 2026-08-25T15:16:07.055Z | Aug 25 15:16:05.167replacing 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 |
| 5109 | 2026-08-25T15:16:07.055Z | 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 } }]created new freemap |
| 5110 | 2026-08-25T15:16:07.055Z | , unitAug 25 15:16:05.167:Aug 25 15:16:05.167 INFOfreemap_route_ipv6Aug 25 15:16:05.167 |
| 5111 | 2026-08-25T15:16:07.055Z | INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5112 | 2026-08-25T15:16:07.055Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5113 | 2026-08-25T15:16:07.055Z | Aug 25 15:16:05.167 |
| 5114 | 2026-08-25T15:16:07.055Z | DEBGAug 25 15:16:05.167Aug 25 15:16:05.167 Aug 25 15:16:05.167 DEBGDEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5115 | 2026-08-25T15:16:07.055Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167 |
| 5116 | 2026-08-25T15:16:07.055Z | initted freemap. size: 64 DEBG, Aug 25 15:16:05.167unit |
| 5117 | 2026-08-25T15:16:07.055Z | INFOAug 25 15:16:05.167 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff: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 } }] |
| 5118 | 2026-08-25T15:16:07.055Z | freemap_route_ipv4 |
| 5119 | 2026-08-25T15:16:07.055Z | |
| 5120 | 2026-08-25T15:16:07.055Z | Aug 25 15:16:05.167adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5121 | 2026-08-25T15:16:07.055Z | INFOAug 25 15:16:05.167Aug 25 15:16:05.167 adding route 172.17.0.17/32 -> 10.0.0.255Aug 25 15:16:05.167 |
| 5122 | 2026-08-25T15:16:07.055Z | DEBGDEBG reset freemapreplacing 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, Aug 25 15:16:05.167 |
| 5123 | 2026-08-25T15:16:07.055Z | unit DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff: |
| 5124 | 2026-08-25T15:16:07.055Z | Aug 25 15:16:05.167 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5125 | 2026-08-25T15:16:07.055Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:16:05.167 |
| 5126 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.167Aug 25 15:16:05.167 INFO |
| 5127 | 2026-08-25T15:16:07.056Z | DEBGDEBGAug 25 15:16:05.167 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 172.17.0.21/32 -> 10.0.0.255 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 } }] |
| 5128 | 2026-08-25T15:16:07.056Z | |
| 5129 | 2026-08-25T15:16:07.056Z | DEBG |
| 5130 | 2026-08-25T15:16:07.056Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.167 Aug 25 15:16:05.167INFO |
| 5131 | 2026-08-25T15:16:07.056Z | DEBG Aug 25 15:16:05.167adding route 3fff:beef:38::/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 } }]Aug 25 15:16:05.167Aug 25 15:16:05.167 |
| 5132 | 2026-08-25T15:16:07.056Z | INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5133 | 2026-08-25T15:16:07.056Z | |
| 5134 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.167 initted freemap. size: 64Aug 25 15:16:05.167 |
| 5135 | 2026-08-25T15:16:07.056Z | INFO, Aug 25 15:16:05.167 unitDEBG 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 } }] |
| 5136 | 2026-08-25T15:16:07.056Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5137 | 2026-08-25T15:16:07.056Z | |
| 5138 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.167DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5139 | 2026-08-25T15:16:07.056Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:16:05.167 |
| 5140 | 2026-08-25T15:16:07.056Z | freemap_route_ipv6Aug 25 15:16:05.167 |
| 5141 | 2026-08-25T15:16:07.056Z | INFO Aug 25 15:16:05.167adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5142 | 2026-08-25T15:16:07.056Z | DEBG Aug 25 15:16:05.167INFO Aug 25 15:16:05.167DEBG Aug 25 15:16:05.167adding route 172.17.0.19/32 -> 10.0.0.255replacing 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 |
| 5143 | 2026-08-25T15:16:07.056Z | 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 } }] |
| 5144 | 2026-08-25T15:16:07.056Z | |
| 5145 | 2026-08-25T15:16:07.056Z | DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.167 |
| 5146 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.167 INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreset freemap |
| 5147 | 2026-08-25T15:16:07.056Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:16:05.167 |
| 5148 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.167, unitDEBG: Aug 25 15:16:05.167INFO Aug 25 15:16:05.167 freemap_route_ipv6 DEBG |
| 5149 | 2026-08-25T15:16:07.056Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBGreplacing 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: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: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 } }] |
| 5150 | 2026-08-25T15:16:07.056Z | |
| 5151 | 2026-08-25T15:16:07.056Z | |
| 5152 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.168 |
| 5153 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.168 DEBGAug 25 15:16:05.168 INFOINFO Aug 25 15:16:05.168replacing 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.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFOAug 25 15:16:05.168 |
| 5154 | 2026-08-25T15:16:07.056Z | |
| 5155 | 2026-08-25T15:16:07.056Z | |
| 5156 | 2026-08-25T15:16:07.056Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5157 | 2026-08-25T15:16:07.056Z | Aug 25 15:16:05.168Aug 25 15:16:05.168adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5158 | 2026-08-25T15:16:07.056Z | INFOAug 25 15:16:05.168DEBG Aug 25 15:16:05.168DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:16:05.168 |
| 5159 | 2026-08-25T15:16:07.056Z | DEBGadding route 172.17.0.24/32 -> 10.0.0.255replacing 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 } }] |
| 5160 | 2026-08-25T15:16:07.056Z | |
| 5161 | 2026-08-25T15:16:07.056Z | 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 } }] |
| 5162 | 2026-08-25T15:16:07.056Z | test route::tests::identity_replace_is_noop ... ok |
| 5163 | 2026-08-25T15:16:07.056Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5164 | 2026-08-25T15:16:07.056Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.168 |
| 5165 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 DEBGAug 25 15:16:05.168Aug 25 15:16:05.168INFO INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5166 | 2026-08-25T15:16:07.057Z | |
| 5167 | 2026-08-25T15:16:07.057Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:16:05.168 |
| 5168 | 2026-08-25T15:16:07.057Z | DEBGINFOAug 25 15:16:05.168 Aug 25 15:16:05.168replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGINFO |
| 5169 | 2026-08-25T15:16:07.057Z | 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 } }] |
| 5170 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5171 | 2026-08-25T15:16:07.057Z | |
| 5172 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168DEBG 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 } }]Aug 25 15:16:05.168 |
| 5173 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 DEBG DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5174 | 2026-08-25T15:16:07.057Z | adding route 3fff:beef:37::/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 } }]Aug 25 15:16:05.168 |
| 5175 | 2026-08-25T15:16:07.057Z | |
| 5176 | 2026-08-25T15:16:07.057Z | DEBGAug 25 15:16:05.168 Aug 25 15:16:05.168failed to allocate space for the new target list Aug 25 15:16:05.168DEBG INFO |
| 5177 | 2026-08-25T15:16:07.057Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5178 | 2026-08-25T15:16:07.057Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5179 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 |
| 5180 | 2026-08-25T15:16:07.057Z | DEBGAug 25 15:16:05.168 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 5181 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168Aug 25 15:16:05.168 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 5182 | 2026-08-25T15:16:07.057Z | 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.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 } }] |
| 5183 | 2026-08-25T15:16:07.057Z | |
| 5184 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 DEBGAug 25 15:16:05.168 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5185 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5186 | 2026-08-25T15:16:07.057Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5187 | 2026-08-25T15:16:07.057Z | unitAug 25 15:16:05.168Aug 25 15:16:05.168: DEBGDEBGfreemap_route_ipv4 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.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 } }] |
| 5188 | 2026-08-25T15:16:07.057Z | |
| 5189 | 2026-08-25T15:16:07.057Z | |
| 5190 | 2026-08-25T15:16:07.057Z | Aug 25 15:16:05.168 INFO Aug 25 15:16:05.168Aug 25 15:16:05.168Aug 25 15:16:05.168 adding route 172.17.0.28/32 -> 10.0.0.255 DEBGINFO INFOcreated new freemap adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255, |
| 5191 | 2026-08-25T15:16:07.057Z | |
| 5192 | 2026-08-25T15:16:07.057Z | unit |
| 5193 | 2026-08-25T15:16:07.058Z | : freemap_route_ipv6Aug 25 15:16:05.168Aug 25 15:16:05.168 Aug 25 15:16:05.168 DEBG DEBGDEBGreplacing 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.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: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 } }] |
| 5194 | 2026-08-25T15:16:07.058Z | |
| 5195 | 2026-08-25T15:16:07.058Z | |
| 5196 | 2026-08-25T15:16:07.058Z | |
| 5197 | 2026-08-25T15:16:07.058Z | Aug 25 15:16:05.168Aug 25 15:16:05.168 Aug 25 15:16:05.168 INFOINFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 25 15:16:05.168 |
| 5198 | 2026-08-25T15:16:07.058Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5199 | 2026-08-25T15:16:07.058Z | |
| 5200 | 2026-08-25T15:16:07.059Z | Aug 25 15:16:05.168 initted freemap. size: 64DEBGAug 25 15:16:05.168 , Aug 25 15:16:05.168replacing 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 |
| 5201 | 2026-08-25T15:16:07.059Z | unitDEBGreplacing 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 } }]: |
| 5202 | 2026-08-25T15:16:07.059Z | freemap_route_ipv4Aug 25 15:16:05.168 |
| 5203 | 2026-08-25T15:16:07.059Z | 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 } }]INFOAug 25 15:16:05.168 |
| 5204 | 2026-08-25T15:16:07.059Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255 |
| 5205 | 2026-08-25T15:16:07.063Z | |
| 5206 | 2026-08-25T15:16:07.063Z | Aug 25 15:16:05.168 INFOAug 25 15:16:05.168 Aug 25 15:16:05.168adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.168 |
| 5207 | 2026-08-25T15:16:07.063Z | DEBG DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5208 | 2026-08-25T15:16:07.063Z | Aug 25 15:16:05.168 Aug 25 15:16:05.176reset freemap , DEBGunitINFO : created new freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5209 | 2026-08-25T15:16:07.063Z | , freemap_route_ipv4unit |
| 5210 | 2026-08-25T15:16:07.063Z | : freemap_route_ipv4Aug 25 15:16:05.176 |
| 5211 | 2026-08-25T15:16:07.063Z | DEBGAug 25 15:16:05.168 Aug 25 15:16:05.176replacing 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 } }] |
| 5212 | 2026-08-25T15:16:07.063Z | DEBGDEBGAug 25 15:16:05.176 created new freemapDEBG , initted freemap. size: 64unit, :unit Aug 25 15:16:05.176: INFOcreated new freemapfreemap_route_ipv6, |
| 5213 | 2026-08-25T15:16:07.063Z | freemap_route_ipv4unit |
| 5214 | 2026-08-25T15:16:07.063Z | :adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5215 | 2026-08-25T15:16:07.063Z | freemap_route_ipv6Aug 25 15:16:05.176 Aug 25 15:16:05.176 |
| 5216 | 2026-08-25T15:16:07.063Z | DEBG |
| 5217 | 2026-08-25T15:16:07.063Z | created new freemap, unitAug 25 15:16:05.176Aug 25 15:16:05.176 Aug 25 15:16:05.176DEBGDEBG: DEBGreset freemap freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5218 | 2026-08-25T15:16:07.063Z | , initted freemap. size: 64unit: |
| 5219 | 2026-08-25T15:16:07.063Z | INFO Aug 25 15:16:05.176 freemap_route_ipv6DEBG |
| 5220 | 2026-08-25T15:16:07.063Z | adding route 172.17.0.27/32 -> 10.0.0.255initted freemap. size: 64, Aug 25 15:16:05.176unit :, INFO |
| 5221 | 2026-08-25T15:16:07.063Z | Aug 25 15:16:05.176 freemap_route_ipv4 |
| 5222 | 2026-08-25T15:16:07.064Z | unit:adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5223 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176INFOfreemap_route_ipv4Aug 25 15:16:05.176 |
| 5224 | 2026-08-25T15:16:07.064Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:16:05.176 |
| 5225 | 2026-08-25T15:16:07.064Z | 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 25 15:16:05.176 |
| 5226 | 2026-08-25T15:16:07.064Z | DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5227 | 2026-08-25T15:16:07.064Z | DEBGAug 25 15:16:05.176 Aug 25 15:16:05.176 |
| 5228 | 2026-08-25T15:16:07.064Z | INFODEBGreset freemap adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff reset freemap |
| 5229 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176, , unitunitAug 25 15:16:05.176 :: INFOfreemap_route_ipv4Aug 25 15:16:05.176INFO |
| 5230 | 2026-08-25T15:16:07.064Z | adding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5231 | 2026-08-25T15:16:07.064Z | DEBG |
| 5232 | 2026-08-25T15:16:07.064Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.176 |
| 5233 | 2026-08-25T15:16:07.064Z | DEBGfreemap_route_ipv4 Aug 25 15:16:05.176Aug 25 15:16:05.176initted freemap. size: 64 , Aug 25 15:16:05.176INFOunit adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 5234 | 2026-08-25T15:16:07.064Z | DEBG freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGAug 25 15:16:05.176 |
| 5235 | 2026-08-25T15:16:07.064Z | |
| 5236 | 2026-08-25T15:16:07.064Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5237 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176 |
| 5238 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176replacing 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 INFOreset freemap |
| 5239 | 2026-08-25T15:16:07.064Z | , unit Aug 25 15:16:05.176adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5240 | 2026-08-25T15:16:07.064Z | :Aug 25 15:16:05.176DEBG initted freemap. size: 64 , INFOAug 25 15:16:05.176 unit Aug 25 15:16:05.176:DEBG freemap_route_ipv6 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 5241 | 2026-08-25T15:16:07.064Z | |
| 5242 | 2026-08-25T15:16:07.064Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] freemap_route_ipv6adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5243 | 2026-08-25T15:16:07.064Z | |
| 5244 | 2026-08-25T15:16:07.064Z | |
| 5245 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176Aug 25 15:16:05.176Aug 25 15:16:05.176 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.4, |
| 5246 | 2026-08-25T15:16:07.064Z | unitAug 25 15:16:05.176Aug 25 15:16:05.176: DEBGDEBGINFOAug 25 15:16:05.176 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5247 | 2026-08-25T15:16:07.064Z | freemap_route_ipv6replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5248 | 2026-08-25T15:16:07.064Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5249 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176 |
| 5250 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:16:05.176INFOAug 25 15:16:05.176 DEBG |
| 5251 | 2026-08-25T15:16:07.064Z | 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 } }]failed to allocate space for the new target listadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5252 | 2026-08-25T15:16:07.064Z | |
| 5253 | 2026-08-25T15:16:07.064Z | |
| 5254 | 2026-08-25T15:16:07.064Z | DEBG Aug 25 15:16:05.176replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 15:16:05.176 |
| 5255 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176DEBG DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:dead::/64 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 } }] |
| 5256 | 2026-08-25T15:16:07.064Z | |
| 5257 | 2026-08-25T15:16:07.064Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.176 |
| 5258 | 2026-08-25T15:16:07.064Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5259 | 2026-08-25T15:16:07.064Z | Aug 25 15:16:05.176 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:16:05.176 |
| 5260 | 2026-08-25T15:16:07.064Z | DEBG Aug 25 15:16:05.176replacing 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 } }] |
| 5261 | 2026-08-25T15:16:07.065Z | INFOAug 25 15:16:05.176freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5262 | 2026-08-25T15:16:07.065Z | |
| 5263 | 2026-08-25T15:16:07.065Z | INFOAug 25 15:16:05.176 INFOAug 25 15:16:05.176adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 5264 | 2026-08-25T15:16:07.065Z | |
| 5265 | 2026-08-25T15:16:07.065Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:16:05.176 |
| 5266 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176created new freemap , Aug 25 15:16:05.176Aug 25 15:16:05.176replacing 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 } }] unit |
| 5267 | 2026-08-25T15:16:07.065Z | 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 } }] |
| 5268 | 2026-08-25T15:16:07.065Z | DEBGDEBGfreemap_route_ipv6 |
| 5269 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:16:05.176 |
| 5270 | 2026-08-25T15:16:07.065Z | |
| 5271 | 2026-08-25T15:16:07.065Z | INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5272 | 2026-08-25T15:16:07.065Z | |
| 5273 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176 Aug 25 15:16:05.176Aug 25 15:16:05.176 DEBGINFO INFOinitted freemap. size: 64 Aug 25 15:16:05.176, adding route 172.17.0.32/32 -> 10.0.0.255unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff: |
| 5274 | 2026-08-25T15:16:07.065Z | DEBG freemap_route_ipv4Aug 25 15:16:05.176 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 } }] |
| 5275 | 2026-08-25T15:16:07.065Z | |
| 5276 | 2026-08-25T15:16:07.065Z | |
| 5277 | 2026-08-25T15:16:07.065Z | DEBG Aug 25 15:16:05.176replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 25 15:16:05.176DEBG |
| 5278 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176Aug 25 15:16:05.176DEBG 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 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5279 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176 |
| 5280 | 2026-08-25T15:16:07.065Z | DEBGreset freemapAug 25 15:16:05.176 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 5281 | 2026-08-25T15:16:07.065Z | , INFO Aug 25 15:16:05.176adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit |
| 5282 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5283 | 2026-08-25T15:16:07.065Z | : WARNfreemap_route_ipv4INFO Aug 25 15:16:05.176 adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:16:05.176shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5284 | 2026-08-25T15:16:07.065Z | DEBG |
| 5285 | 2026-08-25T15:16:07.065Z | DEBG |
| 5286 | 2026-08-25T15:16:07.065Z | 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 } }] |
| 5287 | 2026-08-25T15:16:07.065Z | 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 } }] |
| 5288 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176Aug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176replacing 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 } }] initted freemap. size: 64 |
| 5289 | 2026-08-25T15:16:07.065Z | INFOAug 25 15:16:05.176 , adding route 172.17.0.0/32 -> 10.0.0.255unitINFO |
| 5290 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176:adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5291 | 2026-08-25T15:16:07.065Z | INFO freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 15:16:05.176 |
| 5292 | 2026-08-25T15:16:07.065Z | |
| 5293 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176 DEBGDEBG Aug 25 15:16:05.176replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:16:05.176 |
| 5294 | 2026-08-25T15:16:07.065Z | 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 } }]DEBGAug 25 15:16:05.176reset freemap , |
| 5295 | 2026-08-25T15:16:07.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 } }]unit |
| 5296 | 2026-08-25T15:16:07.065Z | : freemap_route_ipv6INFOAug 25 15:16:05.176 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 5297 | 2026-08-25T15:16:07.065Z | |
| 5298 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 5299 | 2026-08-25T15:16:07.065Z | Aug 25 15:16:05.176adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:16:05.176 INFO |
| 5300 | 2026-08-25T15:16:07.066Z | DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:16:05.176 |
| 5301 | 2026-08-25T15:16:07.066Z | |
| 5302 | 2026-08-25T15:16:07.066Z | Aug 25 15:16:05.176DEBG DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.176 |
| 5303 | 2026-08-25T15:16:07.066Z | Aug 25 15:16:05.176INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5304 | 2026-08-25T15:16:07.066Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5305 | 2026-08-25T15:16:07.070Z | Aug 25 15:16:05.176 |
| 5306 | 2026-08-25T15:16:07.070Z | INFO Aug 25 15:16:05.176adding route 172.17.0.2/32 -> 10.0.0.255 Aug 25 15:16:05.176 |
| 5307 | 2026-08-25T15:16:07.071Z | INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5308 | 2026-08-25T15:16:07.071Z | 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 25 15:16:05.176 |
| 5309 | 2026-08-25T15:16:07.071Z | DEBGAug 25 15:16:05.176 INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:16:05.176adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5310 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.176 |
| 5311 | 2026-08-25T15:16:07.071Z | DEBG 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 } }] failed to allocate space for the new target list |
| 5312 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5313 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.177 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5314 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG created new freemap, unit: freemap_route_ipv6 |
| 5315 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 5316 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG reset freemap, unit: freemap_route_ipv4 |
| 5317 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 5318 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG reset freemap, unit: freemap_route_ipv6 |
| 5319 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5320 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5321 | 2026-08-25T15:16:07.071Z | Aug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5322 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5323 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5324 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5325 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5326 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5327 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55: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 } }] |
| 5328 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.168 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 } }] |
| 5329 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5330 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5331 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5332 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5333 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5334 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5335 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5336 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5337 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5338 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5339 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5340 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5341 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5342 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5343 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5344 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5345 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5346 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5347 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5348 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5349 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5350 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5351 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5352 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5353 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5354 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5355 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5356 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5357 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5358 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 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 } }] |
| 5359 | 2026-08-25T15:16:07.072Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5360 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.184 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 } }] |
| 5361 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5362 | 2026-08-25T15:16:07.073Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5363 | 2026-08-25T15:16:07.073Z | test route::tests::add_target_fails_full ... ok |
| 5364 | 2026-08-25T15:16:07.073Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5365 | 2026-08-25T15:16:07.073Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5366 | 2026-08-25T15:16:07.073Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5367 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5368 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5369 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5370 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5371 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5372 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5373 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5374 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5375 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5376 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5377 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5378 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5379 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5380 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5381 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5382 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5383 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5384 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5385 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5386 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5387 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5388 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5389 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5390 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5391 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5392 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5393 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5394 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5395 | 2026-08-25T15:16:07.073Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5396 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.184 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 } }] |
| 5397 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.184 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5398 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.193 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 } }] |
| 5399 | 2026-08-25T15:16:07.073Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5400 | 2026-08-25T15:16:07.074Z | Aug 25 15:16:05.193 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 } }] |
| 5401 | 2026-08-25T15:16:07.074Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5402 | 2026-08-25T15:16:07.074Z | Aug 25 15:16:05.193 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 } }] |
| 5403 | 2026-08-25T15:16:07.074Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5404 | 2026-08-25T15:16:07.074Z | Aug 25 15:16:05.193 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 } }] |
| 5405 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5406 | 2026-08-25T15:16:07.078Z | |
| 5407 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 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 } }] |
| 5408 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5409 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 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 } }] |
| 5410 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.177 Aug 25 15:16:05.193DEBG INFO created new freemapadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5411 | 2026-08-25T15:16:07.078Z | , unitAug 25 15:16:05.193: DEBGfreemap_route_ipv4 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 } }] |
| 5412 | 2026-08-25T15:16:07.078Z | |
| 5413 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5414 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193 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 } }] |
| 5415 | 2026-08-25T15:16:07.078Z | Aug 25 15:16:05.193Aug 25 15:16:05.193 DEBGINFO created new freemapadding route 172.17.0.56/32 -> 10.0.0.255, |
| 5416 | 2026-08-25T15:16:07.079Z | unit: freemap_route_ipv6 |
| 5417 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.193 |
| 5418 | 2026-08-25T15:16:07.079Z | DEBG initted freemap. size: 64, unitAug 25 15:16:05.193: INFOfreemap_route_ipv4 |
| 5419 | 2026-08-25T15:16:07.079Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5420 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 Aug 25 15:16:05.193DEBG DEBGreset freemap , 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 } }]unit |
| 5421 | 2026-08-25T15:16:07.079Z | : freemap_route_ipv4 |
| 5422 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5423 | 2026-08-25T15:16:07.079Z | DEBG initted freemap. size: 64, unitAug 25 15:16:05.193: DEBGfreemap_route_ipv6 |
| 5424 | 2026-08-25T15:16:07.079Z | 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 } }] |
| 5425 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193Aug 25 15:16:05.193 DEBGINFO reset freemapadding route 172.17.0.59/32 -> 10.0.0.255, |
| 5426 | 2026-08-25T15:16:07.079Z | unit: freemap_route_ipv6 |
| 5427 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 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 25 15:16:05.193 |
| 5428 | 2026-08-25T15:16:07.079Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5429 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5430 | 2026-08-25T15:16:07.079Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5431 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing 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 } }] |
| 5432 | 2026-08-25T15:16:07.079Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5433 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5434 | 2026-08-25T15:16:07.079Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5435 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.193 |
| 5436 | 2026-08-25T15:16:07.079Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5437 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5438 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 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 } }] |
| 5439 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5440 | 2026-08-25T15:16:07.079Z | Aug 25 15:16:05.193 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 } }] |
| 5441 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBG failed to allocate space for the new target list |
| 5442 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 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 } }] |
| 5443 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBG failed to allocate space for the new target list |
| 5444 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5445 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 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 } }] |
| 5446 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5447 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 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 } }] |
| 5448 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5449 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 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 } }] |
| 5450 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.185 DEBG created new freemapAug 25 15:16:05.193 , INFOunit :adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5451 | 2026-08-25T15:16:07.080Z | freemap_route_ipv4 |
| 5452 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBGAug 25 15:16:05.193 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 |
| 5453 | 2026-08-25T15:16:07.080Z | created new freemap, unit:Aug 25 15:16:05.193 freemap_route_ipv6INFO |
| 5454 | 2026-08-25T15:16:07.080Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5455 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBGAug 25 15:16:05.193 initted freemap. size: 64DEBG, unitreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 5456 | 2026-08-25T15:16:07.080Z | freemap_route_ipv4 |
| 5457 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 Aug 25 15:16:05.193INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 5458 | 2026-08-25T15:16:07.080Z | reset freemap, unit: freemap_route_ipv4Aug 25 15:16:05.193 |
| 5459 | 2026-08-25T15:16:07.080Z | 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 } }] |
| 5460 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBG initted freemap. size: 64Aug 25 15:16:05.193, unitINFO: adding route 172.17.0.43/32 -> 10.0.0.255freemap_route_ipv6 |
| 5461 | 2026-08-25T15:16:07.080Z | |
| 5462 | 2026-08-25T15:16:07.080Z | test route::tests::same_size_non_subset_replace ... ok |
| 5463 | 2026-08-25T15:16:07.080Z | test route::tests::delete_target_fragmented ... ok |
| 5464 | 2026-08-25T15:16:07.080Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5465 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193Aug 25 15:16:05.193 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 } }]reset freemap |
| 5466 | 2026-08-25T15:16:07.080Z | , unit: freemap_route_ipv6 |
| 5467 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5468 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:16:05.193 |
| 5469 | 2026-08-25T15:16:07.080Z | 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 } }] |
| 5470 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:16:05.193 |
| 5471 | 2026-08-25T15:16:07.080Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5472 | 2026-08-25T15:16:07.080Z | Aug 25 15:16:05.193 INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:16:05.193 |
| 5473 | 2026-08-25T15:16:07.080Z | 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 } }] |
| 5474 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:16:05.193 |
| 5475 | 2026-08-25T15:16:07.081Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5476 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5477 | 2026-08-25T15:16:07.081Z | 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 } }] |
| 5478 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5479 | 2026-08-25T15:16:07.081Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5480 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5481 | 2026-08-25T15:16:07.081Z | 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 } }] |
| 5482 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 DEBG Aug 25 15:16:05.193replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5483 | 2026-08-25T15:16:07.081Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5484 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 Aug 25 15:16:05.193DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5485 | 2026-08-25T15:16:07.081Z | 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 } }] |
| 5486 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5487 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 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 } }] |
| 5488 | 2026-08-25T15:16:07.081Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5489 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5490 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5491 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5492 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5493 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5494 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5495 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5496 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5497 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5498 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5499 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5500 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5501 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5502 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5503 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 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 } }] |
| 5504 | 2026-08-25T15:16:07.082Z | Aug 25 15:16:05.193 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5505 | 2026-08-25T15:16:07.086Z | Aug 25 15:16:05.193 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 } }] |
| 5506 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.177adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5507 | 2026-08-25T15:16:07.087Z | DEBG created new freemapAug 25 15:16:05.193, unitDEBG: replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5508 | 2026-08-25T15:16:07.087Z | |
| 5509 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.193 INFO Aug 25 15:16:05.193adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5510 | 2026-08-25T15:16:07.087Z | DEBG created new freemap, Aug 25 15:16:05.193unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 5511 | 2026-08-25T15:16:07.087Z | |
| 5512 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.193Aug 25 15:16:05.193 DEBGDEBG failed to allocate space for the new target listinitted freemap. size: 64 |
| 5513 | 2026-08-25T15:16:07.087Z | , unit: freemap_route_ipv4Aug 25 15:16:05.193 |
| 5514 | 2026-08-25T15:16:07.087Z | 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 } }] |
| 5515 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.195 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5516 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.289Aug 25 15:16:05.289 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5517 | 2026-08-25T15:16:07.087Z | DEBGAug 25 15:16:05.290 created new freemapDEBG, 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 } }]: |
| 5518 | 2026-08-25T15:16:07.087Z | freemap_route_ipv6 |
| 5519 | 2026-08-25T15:16:07.087Z | Aug 25 15:16:05.290 INFO Aug 25 15:16:05.290adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5520 | 2026-08-25T15:16:07.088Z | DEBG initted freemap. size: 64, unit:Aug 25 15:16:05.290 freemap_route_ipv4DEBG |
| 5521 | 2026-08-25T15:16:07.088Z | 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 } }] |
| 5522 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 DEBG Aug 25 15:16:05.290reset freemap , INFOunit :adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5523 | 2026-08-25T15:16:07.088Z | freemap_route_ipv4 |
| 5524 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 DEBG Aug 25 15:16:05.290replacing 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 } }] |
| 5525 | 2026-08-25T15:16:07.088Z | DEBG initted freemap. size: 64, unit:Aug 25 15:16:05.290 freemap_route_ipv6INFO |
| 5526 | 2026-08-25T15:16:07.088Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5527 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 DEBG Aug 25 15:16:05.290reset freemap , DEBGunit :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 } }] |
| 5528 | 2026-08-25T15:16:07.088Z | freemap_route_ipv6 |
| 5529 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 Aug 25 15:16:05.290INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5530 | 2026-08-25T15:16:07.088Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5531 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5532 | 2026-08-25T15:16:07.088Z | |
| 5533 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5534 | 2026-08-25T15:16:07.088Z | |
| 5535 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 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 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 } }] |
| 5536 | 2026-08-25T15:16:07.088Z | |
| 5537 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.9/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.3, vlan_id: None } }] |
| 5538 | 2026-08-25T15:16:07.088Z | |
| 5539 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 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 } }] |
| 5540 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5541 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 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 } }] |
| 5542 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5543 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 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 } }] |
| 5544 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5545 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.176Aug 25 15:16:05.290 DEBG DEBGreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5546 | 2026-08-25T15:16:07.088Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5547 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5548 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:16:05.290 |
| 5549 | 2026-08-25T15:16:07.088Z | 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 } }] |
| 5550 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 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 25 15:16:05.290 |
| 5551 | 2026-08-25T15:16:07.088Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5552 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290 Aug 25 15:16:05.290INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5553 | 2026-08-25T15:16:07.088Z | 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 } }] |
| 5554 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 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 } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5555 | 2026-08-25T15:16:07.088Z | |
| 5556 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 5557 | 2026-08-25T15:16:07.088Z | |
| 5558 | 2026-08-25T15:16:07.088Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 WARNINFO shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5559 | 2026-08-25T15:16:07.089Z | |
| 5560 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 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 } }] |
| 5561 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5562 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 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 } }] |
| 5563 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5564 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.186Aug 25 15:16:05.290 DEBGDEBG created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5565 | 2026-08-25T15:16:07.089Z | unit: freemap_route_ipv4 |
| 5566 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5567 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG created new freemapreplacing 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 } }], |
| 5568 | 2026-08-25T15:16:07.089Z | unit: freemap_route_ipv6 |
| 5569 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:16:05.290 |
| 5570 | 2026-08-25T15:16:07.089Z | DEBG initted freemap. size: 64, Aug 25 15:16:05.290unit :DEBG freemap_route_ipv4replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5571 | 2026-08-25T15:16:07.089Z | |
| 5572 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255reset freemap |
| 5573 | 2026-08-25T15:16:07.089Z | , unit: freemap_route_ipv4Aug 25 15:16:05.290 |
| 5574 | 2026-08-25T15:16:07.089Z | 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 } }] |
| 5575 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 DEBG initted freemap. size: 64Aug 25 15:16:05.290, unitINFO: adding route 172.17.0.22/32 -> 10.0.0.255freemap_route_ipv6 |
| 5576 | 2026-08-25T15:16:07.089Z | |
| 5577 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGDEBG 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 } }]reset freemap |
| 5578 | 2026-08-25T15:16:07.089Z | , unit: freemap_route_ipv6Aug 25 15:16:05.290 |
| 5579 | 2026-08-25T15:16:07.089Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5580 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFO Aug 25 15:16:05.290adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5581 | 2026-08-25T15:16:07.089Z | 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 } }] |
| 5582 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 DEBG Aug 25 15:16:05.290replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5583 | 2026-08-25T15:16:07.089Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5584 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFOAug 25 15:16:05.290 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5585 | 2026-08-25T15:16:07.089Z | 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 } }] |
| 5586 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 DEBGAug 25 15:16:05.290 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5587 | 2026-08-25T15:16:07.089Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5588 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 INFOAug 25 15:16:05.290 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 5589 | 2026-08-25T15:16:07.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 } }] |
| 5590 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 DEBGAug 25 15:16:05.290 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5591 | 2026-08-25T15:16:07.089Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5592 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 Aug 25 15:16:05.290INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 5593 | 2026-08-25T15:16:07.089Z | 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 } }] |
| 5594 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290 Aug 25 15:16:05.290DEBG 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 } }] |
| 5595 | 2026-08-25T15:16:07.089Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5596 | 2026-08-25T15:16:07.089Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.2/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 } }] |
| 5597 | 2026-08-25T15:16:07.089Z | |
| 5598 | 2026-08-25T15:16:07.090Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5599 | 2026-08-25T15:16:07.090Z | |
| 5600 | 2026-08-25T15:16:07.090Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5601 | 2026-08-25T15:16:07.090Z | |
| 5602 | 2026-08-25T15:16:07.090Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5603 | 2026-08-25T15:16:07.090Z | |
| 5604 | 2026-08-25T15:16:07.090Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5605 | 2026-08-25T15:16:07.094Z | |
| 5606 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5607 | 2026-08-25T15:16:07.094Z | |
| 5608 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.5/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 } }] |
| 5609 | 2026-08-25T15:16:07.094Z | |
| 5610 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5611 | 2026-08-25T15:16:07.094Z | |
| 5612 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.6/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 } }] |
| 5613 | 2026-08-25T15:16:07.094Z | |
| 5614 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5615 | 2026-08-25T15:16:07.094Z | |
| 5616 | 2026-08-25T15:16:07.094Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 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.7/32 -> 10.0.0.255 |
| 5617 | 2026-08-25T15:16:07.095Z | |
| 5618 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.33/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 } }] |
| 5619 | 2026-08-25T15:16:07.095Z | |
| 5620 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5621 | 2026-08-25T15:16:07.095Z | |
| 5622 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5623 | 2026-08-25T15:16:07.095Z | |
| 5624 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 INFODEBG adding route 172.17.0.9/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 } }] |
| 5625 | 2026-08-25T15:16:07.095Z | |
| 5626 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.290Aug 25 15:16:05.290 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 } }] |
| 5627 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.193Aug 25 15:16:05.298 INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 5628 | 2026-08-25T15:16:07.095Z | reset freemap, unitAug 25 15:16:05.298: DEBGfreemap_route_ipv4 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5629 | 2026-08-25T15:16:07.095Z | |
| 5630 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.298 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5631 | 2026-08-25T15:16:07.095Z | Aug 25 15:16:05.298 DEBG initted freemap. size: 64, Aug 25 15:16:05.298unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 5632 | 2026-08-25T15:16:07.095Z | |
| 5633 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO reset freemapadding route 172.17.0.12/32 -> 10.0.0.255, |
| 5634 | 2026-08-25T15:16:07.096Z | unit: freemap_route_ipv6 |
| 5635 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 DEBG Aug 25 15:16:05.298replacing 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 } }] |
| 5636 | 2026-08-25T15:16:07.096Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5637 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 INFOAug 25 15:16:05.298 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 5638 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5639 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 DEBGAug 25 15:16:05.298 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 |
| 5640 | 2026-08-25T15:16:07.096Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5641 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5642 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5643 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298DEBG 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 } }] |
| 5644 | 2026-08-25T15:16:07.096Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5645 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5646 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5647 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5648 | 2026-08-25T15:16:07.096Z | |
| 5649 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5650 | 2026-08-25T15:16:07.096Z | |
| 5651 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298DEBG 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 } }] |
| 5652 | 2026-08-25T15:16:07.096Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5653 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5654 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5655 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5656 | 2026-08-25T15:16:07.096Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5657 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5658 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5659 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5660 | 2026-08-25T15:16:07.096Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5661 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5662 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5663 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5664 | 2026-08-25T15:16:07.096Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5665 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298 Aug 25 15:16:05.298INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 5666 | 2026-08-25T15:16:07.096Z | 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 } }] |
| 5667 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO 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.4/32 -> 10.0.0.255 |
| 5668 | 2026-08-25T15:16:07.096Z | |
| 5669 | 2026-08-25T15:16:07.096Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5670 | 2026-08-25T15:16:07.097Z | |
| 5671 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5672 | 2026-08-25T15:16:07.097Z | |
| 5673 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5674 | 2026-08-25T15:16:07.097Z | |
| 5675 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 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 } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5676 | 2026-08-25T15:16:07.097Z | |
| 5677 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 INFODEBG adding route 172.17.0.23/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 } }] |
| 5678 | 2026-08-25T15:16:07.097Z | |
| 5679 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.298Aug 25 15:16:05.298 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5680 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5681 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 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-25T15:16:07.097Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5683 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 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 } }] |
| 5684 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5685 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 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 } }] |
| 5686 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5687 | 2026-08-25T15:16:07.097Z | Aug 25 15:16:05.306 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5688 | 2026-08-25T15:16:07.097Z | |
| 5689 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5690 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 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 } }] |
| 5691 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 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 } }] |
| 5692 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5693 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5694 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 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 } }] |
| 5695 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306 |
| 5696 | 2026-08-25T15:16:07.098Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5697 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:16:05.306 |
| 5698 | 2026-08-25T15:16:07.098Z | 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 } }] |
| 5699 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 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 25 15:16:05.306 |
| 5700 | 2026-08-25T15:16:07.098Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5701 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 25 15:16:05.306 |
| 5702 | 2026-08-25T15:16:07.098Z | 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 } }] |
| 5703 | 2026-08-25T15:16:07.098Z | Aug 25 15:16:05.306 DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306 |
| 5704 | 2026-08-25T15:16:07.098Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5705 | 2026-08-25T15:16:07.102Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:16:05.306 |
| 5706 | 2026-08-25T15:16:07.102Z | 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 } }] |
| 5707 | 2026-08-25T15:16:07.102Z | Aug 25 15:16:05.306 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 25 15:16:05.306 |
| 5708 | 2026-08-25T15:16:07.102Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5709 | 2026-08-25T15:16:07.102Z | Aug 25 15:16:05.306 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:16:05.306 |
| 5710 | 2026-08-25T15:16:07.102Z | 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 } }] |
| 5711 | 2026-08-25T15:16:07.102Z | Aug 25 15:16:05.306 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.306 |
| 5712 | 2026-08-25T15:16:07.103Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5713 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 INFO Aug 25 15:16:05.306adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5714 | 2026-08-25T15:16:07.103Z | 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 } }] |
| 5715 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 DEBG Aug 25 15:16:05.306replacing 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 } }] |
| 5716 | 2026-08-25T15:16:07.103Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5717 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 INFO Aug 25 15:16:05.306adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5718 | 2026-08-25T15:16:07.103Z | 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 } }] |
| 5719 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 DEBGAug 25 15:16:05.306 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 |
| 5720 | 2026-08-25T15:16:07.103Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5721 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 INFOAug 25 15:16:05.306 adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5722 | 2026-08-25T15:16:07.103Z | 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 } }] |
| 5723 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306 Aug 25 15:16:05.306DEBG 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 } }] |
| 5724 | 2026-08-25T15:16:07.103Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5725 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.37/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 } }] |
| 5726 | 2026-08-25T15:16:07.103Z | |
| 5727 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.45/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 } }] |
| 5728 | 2026-08-25T15:16:07.103Z | |
| 5729 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5730 | 2026-08-25T15:16:07.103Z | |
| 5731 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5732 | 2026-08-25T15:16:07.103Z | |
| 5733 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 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.39/32 -> 10.0.0.255 |
| 5734 | 2026-08-25T15:16:07.103Z | |
| 5735 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.306Aug 25 15:16:05.306 INFODEBG adding route 172.17.0.47/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 } }] |
| 5736 | 2026-08-25T15:16:07.103Z | |
| 5737 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.40/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 } }] |
| 5738 | 2026-08-25T15:16:07.103Z | |
| 5739 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5740 | 2026-08-25T15:16:07.103Z | |
| 5741 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5742 | 2026-08-25T15:16:07.103Z | |
| 5743 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.194Aug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBGDEBG 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.49/32 -> 10.0.0.255 |
| 5744 | 2026-08-25T15:16:07.103Z | |
| 5745 | 2026-08-25T15:16:07.103Z | created new freemap, Aug 25 15:16:05.307unit Aug 25 15:16:05.307: INFO DEBGfreemap_route_ipv4 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5746 | 2026-08-25T15:16:07.103Z | |
| 5747 | 2026-08-25T15:16:07.103Z | 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 } }] |
| 5748 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 INFODEBG adding route 172.17.0.50/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 } }] |
| 5749 | 2026-08-25T15:16:07.103Z | |
| 5750 | 2026-08-25T15:16:07.103Z | Aug 25 15:16:05.307 DEBGAug 25 15:16:05.307 created new freemapINFOAug 25 15:16:05.307 , unitadding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5751 | 2026-08-25T15:16:07.104Z | : 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 } }]freemap_route_ipv6 |
| 5752 | 2026-08-25T15:16:07.104Z | |
| 5753 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBGINFO initted freemap. size: 64adding route 172.17.0.51/32 -> 10.0.0.255, |
| 5754 | 2026-08-25T15:16:07.104Z | unit |
| 5755 | 2026-08-25T15:16:07.104Z | : freemap_route_ipv4 |
| 5756 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 Aug 25 15:16:05.307INFO adding route 172.17.0.44/32 -> 10.0.0.255DEBGDEBG |
| 5757 | 2026-08-25T15:16:07.104Z | reset freemapreplacing 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 } }], |
| 5758 | 2026-08-25T15:16:07.104Z | unit: Aug 25 15:16:05.307freemap_route_ipv4 |
| 5759 | 2026-08-25T15:16:07.104Z | DEBG Aug 25 15:16:05.307replacing 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 } }] |
| 5760 | 2026-08-25T15:16:07.104Z | INFO |
| 5761 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5762 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 15:16:05.307 |
| 5763 | 2026-08-25T15:16:07.104Z | initted freemap. size: 64 , DEBGunit :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 } }] |
| 5764 | 2026-08-25T15:16:07.104Z | freemap_route_ipv6 |
| 5765 | 2026-08-25T15:16:07.104Z | test route::tests::delete_targets_fragmented ... ok |
| 5766 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 Aug 25 15:16:05.307DEBG Aug 25 15:16:05.307Aug 25 15:16:05.307 INFO 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 } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5767 | 2026-08-25T15:16:07.104Z | test route::tests::delete_target_full ... ok |
| 5768 | 2026-08-25T15:16:07.104Z | reset freemap |
| 5769 | 2026-08-25T15:16:07.104Z | , DEBGunit : Aug 25 15:16:05.307freemap_route_ipv6replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5770 | 2026-08-25T15:16:07.104Z | |
| 5771 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:16:05.307 |
| 5772 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307INFO adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 5773 | 2026-08-25T15:16:07.104Z | |
| 5774 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5775 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307DEBGAug 25 15:16:05.307 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 } }]INFODEBG |
| 5776 | 2026-08-25T15:16:07.104Z | 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.54/32 -> 10.0.0.255 |
| 5777 | 2026-08-25T15:16:07.104Z | |
| 5778 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG Aug 25 15:16:05.307 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 } }]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 } }] |
| 5779 | 2026-08-25T15:16:07.104Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5780 | 2026-08-25T15:16:07.104Z | |
| 5781 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 |
| 5782 | 2026-08-25T15:16:07.104Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5783 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 Aug 25 15:16:05.307INFO Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 |
| 5784 | 2026-08-25T15:16:07.104Z | |
| 5785 | 2026-08-25T15:16:07.104Z | 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 } }] |
| 5786 | 2026-08-25T15:16:07.104Z | |
| 5787 | 2026-08-25T15:16:07.104Z | Aug 25 15:16:05.307 INFO Aug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 5788 | 2026-08-25T15:16:07.104Z | 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 } }] adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5789 | 2026-08-25T15:16:07.104Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5790 | 2026-08-25T15:16:07.105Z | |
| 5791 | 2026-08-25T15:16:07.105Z | Aug 25 15:16:05.307 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.307Aug 25 15:16:05.307Aug 25 15:16:05.307 DEBG |
| 5792 | 2026-08-25T15:16:07.105Z | INFODEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5793 | 2026-08-25T15:16:07.105Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5794 | 2026-08-25T15:16:07.105Z | |
| 5795 | 2026-08-25T15:16:07.105Z | Aug 25 15:16:05.307 INFOAug 25 15:16:05.307 Aug 25 15:16:05.307 Aug 25 15:16:05.307INFOadding route 172.17.0.11/32 -> 10.0.0.255 DEBGadding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5796 | 2026-08-25T15:16:07.105Z | |
| 5797 | 2026-08-25T15:16:07.105Z | adding route 172.17.0.49/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 } }] |
| 5798 | 2026-08-25T15:16:07.105Z | |
| 5799 | 2026-08-25T15:16:07.105Z | Aug 25 15:16:05.307Aug 25 15:16:05.307 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 } }]Aug 25 15:16:05.307replacing 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 |
| 5800 | 2026-08-25T15:16:07.105Z | 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 } }] |
| 5801 | 2026-08-25T15:16:07.105Z | |
| 5802 | 2026-08-25T15:16:07.105Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:16:05.307 |
| 5803 | 2026-08-25T15:16:07.105Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5804 | 2026-08-25T15:16:07.105Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314DEBGAug 25 15:16:05.314 Aug 25 15:16:05.314INFO 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5805 | 2026-08-25T15:16:07.110Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5806 | 2026-08-25T15:16:07.110Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5807 | 2026-08-25T15:16:07.110Z | |
| 5808 | 2026-08-25T15:16:07.110Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBG DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 |
| 5809 | 2026-08-25T15:16:07.110Z | |
| 5810 | 2026-08-25T15:16:07.110Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5811 | 2026-08-25T15:16:07.110Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGAug 25 15:16:05.314 adding route 172.17.0.59/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 } }] |
| 5812 | 2026-08-25T15:16:07.110Z | |
| 5813 | 2026-08-25T15:16:07.110Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5814 | 2026-08-25T15:16:07.110Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGDEBG adding route 172.17.0.52/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 } }] |
| 5815 | 2026-08-25T15:16:07.110Z | |
| 5816 | 2026-08-25T15:16:07.110Z | 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 } }] |
| 5817 | 2026-08-25T15:16:07.110Z | Aug 25 15:16:05.314 DEBGAug 25 15:16:05.314 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 |
| 5818 | 2026-08-25T15:16:07.110Z | Aug 25 15:16:05.314adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5819 | 2026-08-25T15:16:07.110Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5820 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314 INFOAug 25 15:16:05.314 Aug 25 15:16:05.314DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5821 | 2026-08-25T15:16:07.111Z | 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 } }] |
| 5822 | 2026-08-25T15:16:07.111Z | DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.314 |
| 5823 | 2026-08-25T15:16:07.111Z | DEBGAug 25 15:16:05.314 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 25 15:16:05.314 |
| 5824 | 2026-08-25T15:16:07.111Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 5825 | 2026-08-25T15:16:07.111Z | failed to allocate space for the new target list |
| 5826 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 Aug 25 15:16:05.314 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 } }] |
| 5827 | 2026-08-25T15:16:07.111Z | |
| 5828 | 2026-08-25T15:16:07.111Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5829 | 2026-08-25T15:16:07.111Z | DEBGAug 25 15:16:05.314Aug 25 15:16:05.314 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGINFO |
| 5830 | 2026-08-25T15:16:07.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 } }] |
| 5831 | 2026-08-25T15:16:07.111Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5832 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 5833 | 2026-08-25T15:16:07.111Z | 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 } }] |
| 5834 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5835 | 2026-08-25T15:16:07.111Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5836 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314INFO DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5837 | 2026-08-25T15:16:07.111Z | 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 } }] |
| 5838 | 2026-08-25T15:16:07.111Z | Aug 25 15:16:05.314 Aug 25 15:16:05.314DEBG 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 } }] |
| 5839 | 2026-08-25T15:16:07.112Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5840 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.57/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 } }] |
| 5841 | 2026-08-25T15:16:07.112Z | |
| 5842 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5843 | 2026-08-25T15:16:07.112Z | |
| 5844 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO 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.58/32 -> 10.0.0.255 |
| 5845 | 2026-08-25T15:16:07.112Z | |
| 5846 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5847 | 2026-08-25T15:16:07.112Z | |
| 5848 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO 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.59/32 -> 10.0.0.255 |
| 5849 | 2026-08-25T15:16:07.112Z | |
| 5850 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.21/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 } }] |
| 5851 | 2026-08-25T15:16:07.112Z | |
| 5852 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5853 | 2026-08-25T15:16:07.112Z | |
| 5854 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.22/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 } }] |
| 5855 | 2026-08-25T15:16:07.112Z | |
| 5856 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314Aug 25 15:16:05.314 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5857 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314replacing 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 } }] |
| 5858 | 2026-08-25T15:16:07.112Z | 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 } }] |
| 5859 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 INFOAug 25 15:16:05.314 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5860 | 2026-08-25T15:16:07.112Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5861 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 DEBG Aug 25 15:16:05.314replacing 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 } }] |
| 5862 | 2026-08-25T15:16:07.112Z | 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 } }] |
| 5863 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 DEBG Aug 25 15:16:05.314failed to allocate space for the new target list |
| 5864 | 2026-08-25T15:16:07.112Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5865 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 DEBG Aug 25 15:16:05.314replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5866 | 2026-08-25T15:16:07.112Z | 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 } }] |
| 5867 | 2026-08-25T15:16:07.112Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5868 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5869 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 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 } }] |
| 5870 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5871 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 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 } }] |
| 5872 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5873 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 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 } }] |
| 5874 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5875 | 2026-08-25T15:16:07.112Z | Aug 25 15:16:05.314 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 } }] |
| 5876 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5877 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5878 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5879 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5880 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5881 | 2026-08-25T15:16:07.113Z | test route::tests::delete_targets_full ... ok |
| 5882 | 2026-08-25T15:16:07.113Z | |
| 5883 | 2026-08-25T15:16:07.113Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s |
| 5884 | 2026-08-25T15:16:07.113Z | |
| 5885 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5886 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5887 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5888 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5889 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5890 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5891 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5892 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5893 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 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 } }] |
| 5894 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5895 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5896 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5897 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5898 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5899 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5900 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5901 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5902 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5903 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5904 | 2026-08-25T15:16:07.113Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5905 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5906 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5907 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5908 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5909 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5910 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5911 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5912 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5913 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5914 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5915 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5916 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5917 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5918 | 2026-08-25T15:16:07.118Z | Aug 25 15:16:05.314 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5919 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.314 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5920 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.321 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5921 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.314Aug 25 15:16:05.321 DEBGDEBG created new freemapreplacing 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 } }], |
| 5922 | 2026-08-25T15:16:07.119Z | unit: freemap_route_ipv4 |
| 5923 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.321 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5924 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.321 Aug 25 15:16:05.321DEBG created new freemap, unit: freemap_route_ipv6 |
| 5925 | 2026-08-25T15:16:07.119Z | Aug 25 15:16:05.322DEBG 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 } }] |
| 5926 | 2026-08-25T15:16:07.119Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 25 15:16:05.322 |
| 5927 | 2026-08-25T15:16:07.119Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5928 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG reset freemapAug 25 15:16:05.322, unitDEBG: 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 } }]freemap_route_ipv4 |
| 5929 | 2026-08-25T15:16:07.120Z | |
| 5930 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255initted freemap. size: 64 |
| 5931 | 2026-08-25T15:16:07.120Z | , unit: freemap_route_ipv6 |
| 5932 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:16:05.322 |
| 5933 | 2026-08-25T15:16:07.120Z | DEBG reset freemap, Aug 25 15:16:05.322unit :INFO freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5934 | 2026-08-25T15:16:07.120Z | |
| 5935 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5936 | 2026-08-25T15:16:07.120Z | |
| 5937 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5938 | 2026-08-25T15:16:07.120Z | |
| 5939 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5940 | 2026-08-25T15:16:07.120Z | |
| 5941 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5942 | 2026-08-25T15:16:07.120Z | |
| 5943 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5944 | 2026-08-25T15:16:07.120Z | |
| 5945 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5946 | 2026-08-25T15:16:07.120Z | |
| 5947 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 5948 | 2026-08-25T15:16:07.120Z | |
| 5949 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5950 | 2026-08-25T15:16:07.120Z | |
| 5951 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322Aug 25 15:16:05.322 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.16.0.0/32 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 } }] |
| 5952 | 2026-08-25T15:16:07.120Z | |
| 5953 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5954 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5955 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5956 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5957 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5958 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 DEBG failed to allocate space for the new target list |
| 5960 | 2026-08-25T15:16:07.120Z | Aug 25 15:16:05.322 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 } }] |
| 5961 | 2026-08-25T15:16:07.120Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a804865a37201522) |
| 5962 | 2026-08-25T15:16:07.120Z | |
| 5963 | 2026-08-25T15:16:07.120Z | running 0 tests |
| 5964 | 2026-08-25T15:16:07.120Z | |
| 5965 | 2026-08-25T15:16:07.120Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5966 | 2026-08-25T15:16:07.120Z | |
| 5967 | 2026-08-25T15:16:07.121Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 5968 | 2026-08-25T15:16:07.121Z | |
| 5969 | 2026-08-25T15:16:07.121Z | running 0 tests |
| 5970 | 2026-08-25T15:16:07.121Z | |
| 5971 | 2026-08-25T15:16:07.121Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5972 | 2026-08-25T15:16:07.121Z | |
| 5973 | 2026-08-25T15:16:07.121Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ed47d9a65b6b4825) |
| 5974 | 2026-08-25T15:16:07.121Z | |
| 5975 | 2026-08-25T15:16:07.121Z | running 6 tests |
| 5976 | 2026-08-25T15:16:07.121Z | test tests::test_parse_client_port_id ... ok |
| 5977 | 2026-08-25T15:16:07.121Z | test tests::test_port_id_cmp ... ok |
| 5978 | 2026-08-25T15:16:07.121Z | test tests::test_full_lot_id_neither_present ... ok |
| 5979 | 2026-08-25T15:16:07.121Z | test tests::test_full_lot_id_both_present ... ok |
| 5980 | 2026-08-25T15:16:07.121Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5981 | 2026-08-25T15:16:07.121Z | test tests::test_full_lot_id_lot_only ... ok |
| 5982 | 2026-08-25T15:16:07.121Z | |
| 5983 | 2026-08-25T15:16:07.121Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5984 | 2026-08-25T15:16:07.121Z | |
| 5985 | 2026-08-25T15:16:07.121Z | Running tests/test_all.rs (target/debug/deps/test_all-0f6543fcb0fd5fc6) |
| 5986 | 2026-08-25T15:16:07.121Z | |
| 5987 | 2026-08-25T15:16:07.121Z | running 0 tests |
| 5988 | 2026-08-25T15:16:07.121Z | |
| 5989 | 2026-08-25T15:16:07.121Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5990 | 2026-08-25T15:16:07.121Z | |
| 5991 | 2026-08-25T15:16:07.121Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 5992 | 2026-08-25T15:16:07.121Z | |
| 5993 | 2026-08-25T15:16:07.121Z | running 0 tests |
| 5994 | 2026-08-25T15:16:07.121Z | |
| 5995 | 2026-08-25T15:16:07.121Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5996 | 2026-08-25T15:16:07.121Z | |
| 5997 | 2026-08-25T15:16:07.121Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 5998 | 2026-08-25T15:16:07.125Z | |
| 5999 | 2026-08-25T15:16:07.125Z | running 15 tests |
| 6000 | 2026-08-25T15:16:07.125Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6001 | 2026-08-25T15:16:07.125Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6002 | 2026-08-25T15:16:07.125Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6003 | 2026-08-25T15:16:07.125Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6004 | 2026-08-25T15:16:07.125Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6005 | 2026-08-25T15:16:07.125Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6006 | 2026-08-25T15:16:07.126Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6007 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_eui64 ... ok |
| 6008 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_equal ... ok |
| 6009 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_into ... ok |
| 6010 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_not_equal ... ok |
| 6011 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_to_string ... ok |
| 6012 | 2026-08-25T15:16:07.126Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6013 | 2026-08-25T15:16:07.126Z | test v1::network::tests::test_parse ... ok |
| 6014 | 2026-08-25T15:16:07.126Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6015 | 2026-08-25T15:16:07.126Z | |
| 6016 | 2026-08-25T15:16:07.126Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6017 | 2026-08-25T15:16:07.126Z | |
| 6018 | 2026-08-25T15:16:07.126Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 6019 | 2026-08-25T15:16:07.126Z | |
| 6020 | 2026-08-25T15:16:07.126Z | running 12 tests |
| 6021 | 2026-08-25T15:16:07.126Z | test lldp::test_lldp_parse ... ok |
| 6022 | 2026-08-25T15:16:07.126Z | test icmp::test_v6_checksum ... ok |
| 6023 | 2026-08-25T15:16:07.126Z | test ipv6::test_ipv6_parse ... ok |
| 6024 | 2026-08-25T15:16:07.126Z | test icmp::test_v4_checksum ... ok |
| 6025 | 2026-08-25T15:16:07.126Z | test pbuf::test_byte ... ok |
| 6026 | 2026-08-25T15:16:07.126Z | test pbuf::test_nibble ... ok |
| 6027 | 2026-08-25T15:16:07.126Z | test pbuf::test_overflow ... ok |
| 6028 | 2026-08-25T15:16:07.126Z | test pbuf::test_short ... ok |
| 6029 | 2026-08-25T15:16:07.126Z | test pbuf::test_twelve ... ok |
| 6030 | 2026-08-25T15:16:07.126Z | test pbuf::test_word ... ok |
| 6031 | 2026-08-25T15:16:07.130Z | test tcp::test_checksum_ack_data ... ok |
| 6032 | 2026-08-25T15:16:07.130Z | test tcp::test_checksum_syn_nodata ... ok |
| 6033 | 2026-08-25T15:16:07.130Z | |
| 6034 | 2026-08-25T15:16:07.130Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6035 | 2026-08-25T15:16:07.130Z | |
| 6036 | 2026-08-25T15:16:07.130Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6037 | 2026-08-25T15:16:07.130Z | |
| 6038 | 2026-08-25T15:16:07.130Z | running 0 tests |
| 6039 | 2026-08-25T15:16:07.130Z | |
| 6040 | 2026-08-25T15:16:07.130Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6041 | 2026-08-25T15:16:07.130Z | |
| 6042 | 2026-08-25T15:16:07.130Z | Running unittests src/main.rs (target/debug/deps/swadm-d1296a2fbade52c1) |
| 6043 | 2026-08-25T15:16:07.134Z | |
| 6044 | 2026-08-25T15:16:07.134Z | running 5 tests |
| 6045 | 2026-08-25T15:16:07.134Z | test switchport::test::test_compute_lanes ... ok |
| 6046 | 2026-08-25T15:16:07.134Z | test switchport::test::port_id_ordering ... ok |
| 6047 | 2026-08-25T15:16:07.134Z | Lane 0 Lane 1 Lane 0 Lane 2 Lane 3 |
| 6048 | 2026-08-25T15:16:07.134Z | Lane 1 Lane 2 State: Activated Lane 3Activated |
| 6049 | 2026-08-25T15:16:07.134Z | Activated Rx Loss-of-lock: Yes Activated |
| 6050 | 2026-08-25T15:16:07.134Z | Yes Rx Output Enabled: falseYes falseYes |
| 6051 | 2026-08-25T15:16:07.134Z | false Rx Loss-of-signal: Yes falseYes |
| 6052 | 2026-08-25T15:16:07.134Z | Yes Rx Output Status: valid Yes |
| 6053 | 2026-08-25T15:16:07.134Z | valid Rx CDR Enabled: Yes valid Yes valid |
| 6054 | 2026-08-25T15:16:07.134Z | Yes Rx Loss-of-lock: trueYes |
| 6055 | 2026-08-25T15:16:07.134Z | true Tx Enabled: Yes trueYes true |
| 6056 | 2026-08-25T15:16:07.134Z | Yes Rx Loss-of-signal: falseYes |
| 6057 | 2026-08-25T15:16:07.134Z | Tx Loss-of-lock: No false No Nofalse Nofalse |
| 6058 | 2026-08-25T15:16:07.134Z | |
| 6059 | 2026-08-25T15:16:07.135Z | Tx Loss-of-signal: NoRx Auto-squelch Disable: true No true No trueNo |
| 6060 | 2026-08-25T15:16:07.135Z | true |
| 6061 | 2026-08-25T15:16:07.135Z | Tx CDR Enabled: No Tx Output Enabled: true No trueNo Notrue |
| 6062 | 2026-08-25T15:16:07.135Z | true |
| 6063 | 2026-08-25T15:16:07.135Z | Tx Adaptive EQ Fault: No Tx Output Status: invalid No invalidNo invalidNo |
| 6064 | 2026-08-25T15:16:07.135Z | invalid |
| 6065 | 2026-08-25T15:16:07.135Z | Tx Fault: Yes Tx Loss-of-lock: false Yes falseYes Yesfalse |
| 6066 | 2026-08-25T15:16:07.135Z | false |
| 6067 | 2026-08-25T15:16:07.135Z | Tx Loss-of-signal: true true true true |
| 6068 | 2026-08-25T15:16:07.135Z | Tx Auto-squelch Disable: false false false false |
| 6069 | 2026-08-25T15:16:07.135Z | Tx Adaptive EQ Fail: true true true true |
| 6070 | 2026-08-25T15:16:07.135Z | Tx Failure: false false false false |
| 6071 | 2026-08-25T15:16:07.135Z | Tx Force Squelch: true true true true |
| 6072 | 2026-08-25T15:16:07.135Z | Tx Input Polarity: normal normal normal normal |
| 6073 | 2026-08-25T15:16:07.135Z | test switchport::test::test_print_sff_datapath ... ok |
| 6074 | 2026-08-25T15:16:07.135Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6075 | 2026-08-25T15:16:07.139Z | test link::test_filter ... ok |
| 6076 | 2026-08-25T15:16:07.139Z | |
| 6077 | 2026-08-25T15:16:07.139Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6078 | 2026-08-25T15:16:07.139Z | |
| 6079 | 2026-08-25T15:16:07.139Z | Running tests/counters.rs (target/debug/deps/counters-aecad265e7a0b390) |
| 6080 | 2026-08-25T15:16:07.139Z | |
| 6081 | 2026-08-25T15:16:07.139Z | running 1 test |
| 6082 | 2026-08-25T15:16:07.139Z | test test_p4_counter_list ... ignored |
| 6083 | 2026-08-25T15:16:07.139Z | |
| 6084 | 2026-08-25T15:16:07.139Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6085 | 2026-08-25T15:16:07.139Z | |
| 6086 | 2026-08-25T15:16:07.139Z | Running tests/port-link.rs (target/debug/deps/port_link-36820cbf083b7ae3) |
| 6087 | 2026-08-25T15:16:07.142Z | |
| 6088 | 2026-08-25T15:16:07.142Z | running 5 tests |
| 6089 | 2026-08-25T15:16:07.142Z | test test_an ... ignored |
| 6090 | 2026-08-25T15:16:07.142Z | test test_enable ... ignored |
| 6091 | 2026-08-25T15:16:07.142Z | test test_ip_addresses ... ignored |
| 6092 | 2026-08-25T15:16:07.142Z | test test_kr ... ignored |
| 6093 | 2026-08-25T15:16:07.142Z | test test_mac ... ignored |
| 6094 | 2026-08-25T15:16:07.142Z | |
| 6095 | 2026-08-25T15:16:07.142Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6096 | 2026-08-25T15:16:07.142Z | |
| 6097 | 2026-08-25T15:16:07.142Z | Running unittests src/main.rs (target/debug/deps/tfportd-1718e82b6bca7b26) |
| 6098 | 2026-08-25T15:16:07.146Z | |
| 6099 | 2026-08-25T15:16:07.146Z | running 3 tests |
| 6100 | 2026-08-25T15:16:07.146Z | test linklocal::test_parse_ipadm ... ok |
| 6101 | 2026-08-25T15:16:07.146Z | test tfport::test_parse_tfport ... ok |
| 6102 | 2026-08-25T15:16:07.146Z | test config::tests::test_updates ... ok |
| 6103 | 2026-08-25T15:16:07.146Z | |
| 6104 | 2026-08-25T15:16:07.146Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6105 | 2026-08-25T15:16:07.146Z | |
| 6106 | 2026-08-25T15:16:07.146Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 6107 | 2026-08-25T15:16:07.149Z | |
| 6108 | 2026-08-25T15:16:07.149Z | running 0 tests |
| 6109 | 2026-08-25T15:16:07.149Z | |
| 6110 | 2026-08-25T15:16:07.149Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6111 | 2026-08-25T15:16:07.149Z | |
| 6112 | 2026-08-25T15:16:07.149Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6113 | 2026-08-25T15:16:07.150Z | |
| 6114 | 2026-08-25T15:16:07.150Z | running 0 tests |
| 6115 | 2026-08-25T15:16:07.150Z | |
| 6116 | 2026-08-25T15:16:07.150Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6117 | 2026-08-25T15:16:07.150Z | |
| 6118 | 2026-08-25T15:16:07.150Z | Doc-tests aal |
| 6119 | 2026-08-25T15:16:07.360Z | |
| 6120 | 2026-08-25T15:16:07.360Z | running 0 tests |
| 6121 | 2026-08-25T15:16:07.360Z | |
| 6122 | 2026-08-25T15:16:07.360Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6123 | 2026-08-25T15:16:07.360Z | |
| 6124 | 2026-08-25T15:16:07.383Z | Doc-tests aal_macros |
| 6125 | 2026-08-25T15:16:07.449Z | |
| 6126 | 2026-08-25T15:16:07.449Z | running 0 tests |
| 6127 | 2026-08-25T15:16:07.449Z | |
| 6128 | 2026-08-25T15:16:07.449Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6129 | 2026-08-25T15:16:07.449Z | |
| 6130 | 2026-08-25T15:16:07.458Z | Doc-tests common |
| 6131 | 2026-08-25T15:16:07.687Z | |
| 6132 | 2026-08-25T15:16:07.687Z | running 0 tests |
| 6133 | 2026-08-25T15:16:07.687Z | |
| 6134 | 2026-08-25T15:16:07.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6135 | 2026-08-25T15:16:07.687Z | |
| 6136 | 2026-08-25T15:16:07.712Z | Doc-tests dpd_api |
| 6137 | 2026-08-25T15:16:08.411Z | |
| 6138 | 2026-08-25T15:16:08.412Z | running 2 tests |
| 6139 | 2026-08-25T15:16:08.412Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6140 | 2026-08-25T15:16:08.412Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6141 | 2026-08-25T15:16:08.412Z | |
| 6142 | 2026-08-25T15:16:08.412Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6143 | 2026-08-25T15:16:08.412Z | |
| 6144 | 2026-08-25T15:16:08.440Z | Doc-tests dpd_client |
| 6145 | 2026-08-25T15:16:09.826Z | |
| 6146 | 2026-08-25T15:16:09.826Z | running 0 tests |
| 6147 | 2026-08-25T15:16:09.826Z | |
| 6148 | 2026-08-25T15:16:09.826Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-08-25T15:16:09.826Z | |
| 6150 | 2026-08-25T15:16:09.875Z | Doc-tests dpd_types |
| 6151 | 2026-08-25T15:16:10.058Z | |
| 6152 | 2026-08-25T15:16:10.058Z | running 0 tests |
| 6153 | 2026-08-25T15:16:10.058Z | |
| 6154 | 2026-08-25T15:16:10.058Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-25T15:16:10.058Z | |
| 6156 | 2026-08-25T15:16:10.080Z | Doc-tests dpd_types_versions |
| 6157 | 2026-08-25T15:16:11.578Z | |
| 6158 | 2026-08-25T15:16:11.578Z | running 1 test |
| 6159 | 2026-08-25T15:16:11.578Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6160 | 2026-08-25T15:16:11.578Z | |
| 6161 | 2026-08-25T15:16:11.578Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6162 | 2026-08-25T15:16:11.578Z | |
| 6163 | 2026-08-25T15:16:11.623Z | Doc-tests packet |
| 6164 | 2026-08-25T15:16:11.843Z | |
| 6165 | 2026-08-25T15:16:11.843Z | running 0 tests |
| 6166 | 2026-08-25T15:16:11.843Z | |
| 6167 | 2026-08-25T15:16:11.843Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-08-25T15:16:11.843Z | |
| 6169 | 2026-08-25T15:16:11.867Z | Doc-tests pcap |
| 6170 | 2026-08-25T15:16:11.918Z | |
| 6171 | 2026-08-25T15:16:11.918Z | running 0 tests |
| 6172 | 2026-08-25T15:16:11.918Z | |
| 6173 | 2026-08-25T15:16:11.918Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6174 | 2026-08-25T15:16:11.918Z | |
| 6175 | 2026-08-25T15:16:11.964Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6176 | 2026-08-25T15:16:11.964Z | + RUST_BACKTRACE=full |
| 6177 | 2026-08-25T15:16:11.964Z | + cargo test --features softnpu --no-fail-fast |
| 6178 | 2026-08-25T15:16:12.608Z | Compiling num-integer v0.1.46 |
| 6179 | 2026-08-25T15:16:12.690Z | Compiling num-complex v0.4.6 |
| 6180 | 2026-08-25T15:16:12.727Z | Compiling bitstruct_derive v0.1.0 |
| 6181 | 2026-08-25T15:16:12.737Z | Compiling tap v1.0.1 |
| 6182 | 2026-08-25T15:16:12.846Z | Compiling wyz v0.5.1 |
| 6183 | 2026-08-25T15:16:12.981Z | Compiling num-rational v0.4.2 |
| 6184 | 2026-08-25T15:16:13.012Z | Compiling num-iter v0.1.45 |
| 6185 | 2026-08-25T15:16:13.026Z | Compiling num-bigint v0.4.6 |
| 6186 | 2026-08-25T15:16:13.115Z | Compiling radium v0.7.0 |
| 6187 | 2026-08-25T15:16:13.129Z | Compiling funty v2.0.0 |
| 6188 | 2026-08-25T15:16:13.157Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6189 | 2026-08-25T15:16:13.213Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-25T15:16:13.329Z | Compiling num v0.4.3 |
| 6191 | 2026-08-25T15:16:13.395Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6192 | 2026-08-25T15:16:13.414Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-25T15:16:13.425Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-25T15:16:13.493Z | Compiling bitvec v1.0.1 |
| 6195 | 2026-08-25T15:16:13.542Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-25T15:16:13.678Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6197 | 2026-08-25T15:16:13.714Z | Compiling typeid v1.0.3 |
| 6198 | 2026-08-25T15:16:13.790Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-25T15:16:13.801Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-25T15:16:13.828Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-25T15:16:14.128Z | Compiling ascii v1.1.0 |
| 6202 | 2026-08-25T15:16:14.414Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6203 | 2026-08-25T15:16:14.623Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-25T15:16:14.693Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6205 | 2026-08-25T15:16:14.844Z | Compiling erased-serde v0.4.8 |
| 6206 | 2026-08-25T15:16:14.895Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6207 | 2026-08-25T15:16:14.940Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6208 | 2026-08-25T15:16:15.127Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-08-25T15:16:15.131Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6210 | 2026-08-25T15:16:15.324Z | Compiling bitstruct v0.1.1 |
| 6211 | 2026-08-25T15:16:15.639Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6212 | 2026-08-25T15:16:15.724Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6213 | 2026-08-25T15:16:15.727Z | Compiling serde_arrays v0.1.0 |
| 6214 | 2026-08-25T15:16:15.768Z | Compiling libloading v0.7.4 |
| 6215 | 2026-08-25T15:16:15.917Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6216 | 2026-08-25T15:16:16.523Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-25T15:16:16.778Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6218 | 2026-08-25T15:16:16.864Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-25T15:16:17.942Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6220 | 2026-08-25T15:16:18.790Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6221 | 2026-08-25T15:16:24.951Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-25T15:16:25.163Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6223 | 2026-08-25T15:16:25.167Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-25T15:16:25.167Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6225 | 2026-08-25T15:16:25.240Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-08-25T15:16:26.204Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6227 | 2026-08-25T15:16:27.392Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6228 | 2026-08-25T15:16:27.646Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-25T15:16:32.872Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6230 | 2026-08-25T15:16:33.108Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6231 | 2026-08-25T15:16:41.497Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-25T15:16:43.930Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-25T15:16:47.546Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6234 | 2026-08-25T15:17:26.667Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 6235 | 2026-08-25T15:17:26.786Z | Running unittests src/lib.rs (target/debug/deps/aal-169c9c6e8c7e0be8) |
| 6236 | 2026-08-25T15:17:26.840Z | |
| 6237 | 2026-08-25T15:17:26.840Z | running 0 tests |
| 6238 | 2026-08-25T15:17:26.840Z | |
| 6239 | 2026-08-25T15:17:26.843Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6240 | 2026-08-25T15:17:26.843Z | |
| 6241 | 2026-08-25T15:17:26.843Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6242 | 2026-08-25T15:17:26.843Z | |
| 6243 | 2026-08-25T15:17:26.844Z | running 0 tests |
| 6244 | 2026-08-25T15:17:26.844Z | |
| 6245 | 2026-08-25T15:17:26.844Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6246 | 2026-08-25T15:17:26.844Z | |
| 6247 | 2026-08-25T15:17:26.844Z | Running unittests src/lib.rs (target/debug/deps/asic-9778e4a822966eeb) |
| 6248 | 2026-08-25T15:17:26.844Z | |
| 6249 | 2026-08-25T15:17:26.844Z | running 0 tests |
| 6250 | 2026-08-25T15:17:26.845Z | |
| 6251 | 2026-08-25T15:17:26.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6252 | 2026-08-25T15:17:26.845Z | |
| 6253 | 2026-08-25T15:17:26.845Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 6254 | 2026-08-25T15:17:26.845Z | |
| 6255 | 2026-08-25T15:17:26.845Z | running 4 tests |
| 6256 | 2026-08-25T15:17:26.845Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6257 | 2026-08-25T15:17:26.845Z | test nat::tests::test_vni ... ok |
| 6258 | 2026-08-25T15:17:26.845Z | test test_purge ... ok |
| 6259 | 2026-08-25T15:17:26.845Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6260 | 2026-08-25T15:17:26.845Z | |
| 6261 | 2026-08-25T15:17:26.845Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6262 | 2026-08-25T15:17:26.845Z | |
| 6263 | 2026-08-25T15:17:26.845Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 6264 | 2026-08-25T15:17:26.845Z | |
| 6265 | 2026-08-25T15:17:26.845Z | running 1 test |
| 6266 | 2026-08-25T15:17:26.850Z | ------- |
| 6267 | 2026-08-25T15:17:26.850Z | Generating OpenAPI documents from API definitions ... |
| 6268 | 2026-08-25T15:17:26.989Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6269 | 2026-08-25T15:17:27.064Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6270 | 2026-08-25T15:17:28.120Z | ------- |
| 6271 | 2026-08-25T15:17:28.120Z | Checking 13 OpenAPI documents... |
| 6272 | 2026-08-25T15:17:28.120Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-08-25T15:17:28.120Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-25T15:17:28.120Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-25T15:17:28.120Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-25T15:17:28.123Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-25T15:17:28.123Z | Fresh dpd "latest" symlink |
| 6286 | 2026-08-25T15:17:28.123Z | ------- |
| 6287 | 2026-08-25T15:17:28.123Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6288 | 2026-08-25T15:17:28.189Z | test test::test_apis_up_to_date ... ok |
| 6289 | 2026-08-25T15:17:28.189Z | |
| 6290 | 2026-08-25T15:17:28.189Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s |
| 6291 | 2026-08-25T15:17:28.189Z | |
| 6292 | 2026-08-25T15:17:28.252Z | Running unittests src/main.rs (target/debug/deps/dpd-8083d66362bc5a10) |
| 6293 | 2026-08-25T15:17:28.260Z | |
| 6294 | 2026-08-25T15:17:28.260Z | running 34 tests |
| 6295 | 2026-08-25T15:17:28.265Z | test freemap::test_ordering ... ok |
| 6296 | 2026-08-25T15:17:28.265Z | test config::tests::test_updates ... ok |
| 6297 | 2026-08-25T15:17:28.265Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6298 | 2026-08-25T15:17:28.265Z | test freemap::test_split ... ok |
| 6299 | 2026-08-25T15:17:28.265Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6300 | 2026-08-25T15:17:28.265Z | test macaddrs::tests::test_mac_offset ... ok |
| 6301 | 2026-08-25T15:17:28.265Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6302 | 2026-08-25T15:17:28.265Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6303 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.505 DEBG created new freemap, Aug 25 15:17:26.505unit Aug 25 15:17:26.505DEBG: created new freemapfreemap_testDEBG, unitcreated new freemap: |
| 6304 | 2026-08-25T15:17:28.265Z | , unitfreemap_testAug 25 15:17:26.505 |
| 6305 | 2026-08-25T15:17:28.265Z | : DEBGfreemap_test |
| 6306 | 2026-08-25T15:17:28.265Z | created new freemap, Aug 25 15:17:26.505unitAug 25 15:17:26.505:Aug 25 15:17:26.505 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, freemap_test, unitunit |
| 6307 | 2026-08-25T15:17:28.265Z | : : freemap_test DEBG |
| 6308 | 2026-08-25T15:17:28.265Z | freemap_test initted freemap. size: 128 |
| 6309 | 2026-08-25T15:17:28.265Z | , Aug 25 15:17:26.505Aug 25 15:17:26.505unit DEBGDEBG reset freemapAug 25 15:17:26.505, initted freemap. size: 128 :unit, unit:DEBG: reset freemapfreemap_test, |
| 6310 | 2026-08-25T15:17:28.265Z | freemap_testfreemap_testunit |
| 6311 | 2026-08-25T15:17:28.265Z | : |
| 6312 | 2026-08-25T15:17:28.265Z | freemap_test |
| 6313 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.505Aug 25 15:17:26.505 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 6314 | 2026-08-25T15:17:28.265Z | test nat::test_mapping ... ok |
| 6315 | 2026-08-25T15:17:28.265Z | |
| 6316 | 2026-08-25T15:17:28.265Z | test freemap::test_exhaustion ... ok |
| 6317 | 2026-08-25T15:17:28.265Z | test freemap::test_reclaim ... ok |
| 6318 | 2026-08-25T15:17:28.265Z | test freemap::test_free ... ok |
| 6319 | 2026-08-25T15:17:28.265Z | test freemap::test_basic ... ok |
| 6320 | 2026-08-25T15:17:28.265Z | test port_map::tests::test_backplane_group ... ok |
| 6321 | 2026-08-25T15:17:28.265Z | test port_map::tests::test_port_map ... ok |
| 6322 | 2026-08-25T15:17:28.265Z | test port_map::tests::dump_map ... ok |
| 6323 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.505 DEBG created new freemap, unit: freemap_test |
| 6324 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.505 DEBG initted freemap. size: 8, unit: freemap_test |
| 6325 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.505 DEBG reset freemap, unit: freemap_test |
| 6326 | 2026-08-25T15:17:28.265Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6327 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.506 DEBG created new freemap, unit: freemap_test |
| 6328 | 2026-08-25T15:17:28.265Z | Aug 25 15:17:26.506 DEBG initted freemap. size: 128, unit: freemap_test |
| 6329 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506 DEBG reset freemap, unit: freemap_test |
| 6330 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6331 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6332 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 6333 | 2026-08-25T15:17:28.266Z | |
| 6334 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG reset freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 6335 | 2026-08-25T15:17:28.266Z | |
| 6336 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG initted freemap. size: 64initted freemap. size: 64, , unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 6337 | 2026-08-25T15:17:28.266Z | |
| 6338 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 6339 | 2026-08-25T15:17:28.266Z | |
| 6340 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 6341 | 2026-08-25T15:17:28.266Z | unit: freemap_route_ipv6 |
| 6342 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:17:26.506 |
| 6343 | 2026-08-25T15:17:28.266Z | DEBG reset freemapAug 25 15:17:26.506, unitINFO: adding route 3fff:beef::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6344 | 2026-08-25T15:17:28.266Z | |
| 6345 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6346 | 2026-08-25T15:17:28.266Z | |
| 6347 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6348 | 2026-08-25T15:17:28.266Z | |
| 6349 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6350 | 2026-08-25T15:17:28.266Z | |
| 6351 | 2026-08-25T15:17:28.266Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6352 | 2026-08-25T15:17:28.266Z | test freemap::test_span ... ok |
| 6353 | 2026-08-25T15:17:28.266Z | |
| 6354 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6355 | 2026-08-25T15:17:28.268Z | |
| 6356 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 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 } }] |
| 6358 | 2026-08-25T15:17:28.268Z | test api_server::tests::test_build_info ... ok |
| 6359 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6360 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 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 } }] |
| 6361 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffcreated new freemap |
| 6362 | 2026-08-25T15:17:28.268Z | , unit: freemap_route_ipv4Aug 25 15:17:26.506 |
| 6363 | 2026-08-25T15:17:28.268Z | 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 } }] |
| 6364 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 DEBG created new freemapAug 25 15:17:26.506, unitINFO: adding route 3fff:beef:6::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6365 | 2026-08-25T15:17:28.268Z | |
| 6366 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG initted freemap. 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 } }], |
| 6367 | 2026-08-25T15:17:28.268Z | unit: Aug 25 15:17:26.506freemap_route_ipv4 |
| 6368 | 2026-08-25T15:17:28.268Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6369 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 DEBG Aug 25 15:17:26.506reset freemap , DEBGunit :replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6370 | 2026-08-25T15:17:28.268Z | freemap_route_ipv4 |
| 6371 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 Aug 25 15:17:26.506INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6372 | 2026-08-25T15:17:28.268Z | initted freemap. size: 64, unit:Aug 25 15:17:26.506 freemap_route_ipv6DEBG |
| 6373 | 2026-08-25T15:17:28.268Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.506 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6374 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6375 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 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 } }] |
| 6376 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO |
| 6377 | 2026-08-25T15:17:28.268Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6378 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFOAug 25 15:17:26.506 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 6379 | 2026-08-25T15:17:28.268Z | 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 } }] |
| 6380 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 DEBG Aug 25 15:17:26.506replacing 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 } }] |
| 6381 | 2026-08-25T15:17:28.268Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6382 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO Aug 25 15:17:26.506adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6383 | 2026-08-25T15:17:28.268Z | 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 } }] |
| 6384 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 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 } }] |
| 6385 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.506 |
| 6386 | 2026-08-25T15:17:28.268Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6387 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 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 } }]Aug 25 15:17:26.506 |
| 6388 | 2026-08-25T15:17:28.268Z | 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 } }] |
| 6389 | 2026-08-25T15:17:28.268Z | Aug 25 15:17:26.506 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:17:26.506 |
| 6390 | 2026-08-25T15:17:28.268Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-25T15:17:28.269Z | Aug 25 15:17:26.506 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 25 15:17:26.506 |
| 6392 | 2026-08-25T15:17:28.269Z | 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 } }] |
| 6393 | 2026-08-25T15:17:28.269Z | Aug 25 15:17:26.506 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 25 15:17:26.506 |
| 6394 | 2026-08-25T15:17:28.269Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6395 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506 Aug 25 15:17:26.506DEBG 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 } }] |
| 6396 | 2026-08-25T15:17:28.273Z | 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 } }] |
| 6397 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6398 | 2026-08-25T15:17:28.273Z | |
| 6399 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6400 | 2026-08-25T15:17:28.273Z | |
| 6401 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6402 | 2026-08-25T15:17:28.273Z | |
| 6403 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 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: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 } }] |
| 6404 | 2026-08-25T15:17:28.273Z | |
| 6405 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6406 | 2026-08-25T15:17:28.273Z | |
| 6407 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6408 | 2026-08-25T15:17:28.273Z | |
| 6409 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6410 | 2026-08-25T15:17:28.273Z | |
| 6411 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 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: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 } }] |
| 6412 | 2026-08-25T15:17:28.273Z | |
| 6413 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6414 | 2026-08-25T15:17:28.273Z | |
| 6415 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 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: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 } }] |
| 6416 | 2026-08-25T15:17:28.273Z | |
| 6417 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6418 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506 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 } }] |
| 6419 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.506Aug 25 15:17:26.506 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6420 | 2026-08-25T15:17:28.273Z | |
| 6421 | 2026-08-25T15:17:28.273Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 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: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 } }] |
| 6422 | 2026-08-25T15:17:28.273Z | |
| 6423 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6424 | 2026-08-25T15:17:28.274Z | |
| 6425 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6426 | 2026-08-25T15:17:28.274Z | |
| 6427 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6428 | 2026-08-25T15:17:28.274Z | |
| 6429 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6430 | 2026-08-25T15:17:28.274Z | |
| 6431 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6432 | 2026-08-25T15:17:28.274Z | |
| 6433 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6434 | 2026-08-25T15:17:28.274Z | |
| 6435 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO Aug 25 15:17:26.507 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6436 | 2026-08-25T15:17:28.274Z | DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6437 | 2026-08-25T15:17:28.274Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6438 | 2026-08-25T15:17:28.274Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6439 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 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 } }] |
| 6440 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6441 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 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 } }] |
| 6442 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6443 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG created new freemapreplacing 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 } }], |
| 6444 | 2026-08-25T15:17:28.274Z | unit: freemap_route_ipv4 |
| 6445 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6446 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 DEBG created new freemapAug 25 15:17:26.507, unitDEBG: 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 } }]freemap_route_ipv6 |
| 6447 | 2026-08-25T15:17:28.274Z | |
| 6448 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6449 | 2026-08-25T15:17:28.274Z | , unit:Aug 25 15:17:26.507 freemap_route_ipv4DEBG |
| 6450 | 2026-08-25T15:17:28.274Z | 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 } }] |
| 6451 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507 Aug 25 15:17:26.507DEBG INFOreset freemap , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit |
| 6452 | 2026-08-25T15:17:28.274Z | : freemap_route_ipv4 |
| 6453 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 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 } }]initted freemap. size: 64 |
| 6454 | 2026-08-25T15:17:28.274Z | , unit: freemap_route_ipv6Aug 25 15:17:26.507 |
| 6455 | 2026-08-25T15:17:28.274Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG reset freemapreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.507, unitDEBG |
| 6457 | 2026-08-25T15:17:28.274Z | : replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6458 | 2026-08-25T15:17:28.274Z | |
| 6459 | 2026-08-25T15:17:28.274Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-25T15:17:28.274Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6461 | 2026-08-25T15:17:28.275Z | |
| 6462 | 2026-08-25T15:17:28.275Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG 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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6463 | 2026-08-25T15:17:28.275Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6464 | 2026-08-25T15:17:28.275Z | |
| 6465 | 2026-08-25T15:17:28.275Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6466 | 2026-08-25T15:17:28.275Z | |
| 6467 | 2026-08-25T15:17:28.275Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6468 | 2026-08-25T15:17:28.275Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 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: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 |
| 6469 | 2026-08-25T15:17:28.275Z | |
| 6470 | 2026-08-25T15:17:28.275Z | 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 } }] |
| 6471 | 2026-08-25T15:17:28.275Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6472 | 2026-08-25T15:17:28.275Z | |
| 6473 | 2026-08-25T15:17:28.275Z | |
| 6474 | 2026-08-25T15:17:28.275Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBGDEBG 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: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 } }] |
| 6475 | 2026-08-25T15:17:28.276Z | |
| 6476 | 2026-08-25T15:17:28.276Z | 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 } }] |
| 6477 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6478 | 2026-08-25T15:17:28.276Z | |
| 6479 | 2026-08-25T15:17:28.276Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6481 | 2026-08-25T15:17:28.276Z | |
| 6482 | 2026-08-25T15:17:28.276Z | 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 } }] |
| 6483 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 INFOINFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6484 | 2026-08-25T15:17:28.276Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6485 | 2026-08-25T15:17:28.276Z | |
| 6486 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG Aug 25 15:17:26.507 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: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 |
| 6487 | 2026-08-25T15:17:28.276Z | |
| 6488 | 2026-08-25T15:17:28.276Z | 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 } }] |
| 6489 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6490 | 2026-08-25T15:17:28.276Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6491 | 2026-08-25T15:17:28.276Z | |
| 6492 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507 DEBG Aug 25 15:17:26.507replacing 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 } }] |
| 6493 | 2026-08-25T15:17:28.276Z | 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 } }] |
| 6494 | 2026-08-25T15:17:28.276Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGINFO Aug 25 15:17:26.507 adding route 3fff:beef:4::/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 } }] |
| 6495 | 2026-08-25T15:17:28.281Z | INFO |
| 6496 | 2026-08-25T15:17:28.281Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6497 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507DEBG INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6498 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507adding route 3fff:beef:24::/64 -> 2001:db8::55:ff DEBGreplacing 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 } }] |
| 6499 | 2026-08-25T15:17:28.281Z | |
| 6500 | 2026-08-25T15:17:28.281Z | created new freemapAug 25 15:17:26.507, unitINFOAug 25 15:17:26.507 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:17:26.507DEBG :INFO |
| 6501 | 2026-08-25T15:17:28.281Z | freemap_route_ipv4 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6502 | 2026-08-25T15:17:28.281Z | |
| 6503 | 2026-08-25T15:17:28.281Z | 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 } }] |
| 6504 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG DEBGAug 25 15:17:26.507created new freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , INFO |
| 6505 | 2026-08-25T15:17:28.281Z | unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff: 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 } }]freemap_route_ipv6 |
| 6506 | 2026-08-25T15:17:28.281Z | |
| 6507 | 2026-08-25T15:17:28.281Z | |
| 6508 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507 INFOAug 25 15:17:26.507Aug 25 15:17:26.507 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6509 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507 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 } }]INFOinitted freemap. size: 64 |
| 6510 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-25T15:17:28.281Z | DEBG Aug 25 15:17:26.507replacing 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 } }] , |
| 6512 | 2026-08-25T15:17:28.281Z | INFO unitadding route 3fff:beef:26::/64 -> 2001:db8::55:ff: |
| 6513 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507 freemap_route_ipv4Aug 25 15:17:26.507DEBG |
| 6514 | 2026-08-25T15:17:28.281Z | 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 } }]INFOAug 25 15:17:26.507 |
| 6515 | 2026-08-25T15:17:28.281Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 6516 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507 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 } }] |
| 6517 | 2026-08-25T15:17:28.281Z | DEBGDEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemapAug 25 15:17:26.507 |
| 6518 | 2026-08-25T15:17:28.281Z | , adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOunit |
| 6519 | 2026-08-25T15:17:28.281Z | :Aug 25 15:17:26.507 adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv4INFO |
| 6520 | 2026-08-25T15:17:28.281Z | |
| 6521 | 2026-08-25T15:17:28.281Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6522 | 2026-08-25T15:17:28.281Z | Aug 25 15:17:26.507 DEBGAug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 6523 | 2026-08-25T15:17:28.282Z | unitreplacing 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 } }]: |
| 6524 | 2026-08-25T15:17:28.282Z | freemap_route_ipv6Aug 25 15:17:26.507 |
| 6525 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507INFO INFOAug 25 15:17:26.507 Aug 25 15:17:26.507DEBG DEBGreset freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit: freemap_route_ipv6 |
| 6526 | 2026-08-25T15:17:28.282Z | |
| 6527 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507 INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6528 | 2026-08-25T15:17:28.282Z | |
| 6529 | 2026-08-25T15:17:28.282Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.507Aug 25 15:17:26.507 |
| 6530 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507 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:17::/64 -> 2001:db8::55:ffDEBG |
| 6531 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507replacing 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 } }] |
| 6532 | 2026-08-25T15:17:28.282Z | DEBG |
| 6533 | 2026-08-25T15:17:28.282Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.507 |
| 6534 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507INFOAug 25 15:17:26.507 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 6535 | 2026-08-25T15:17:28.282Z | 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 } }] |
| 6536 | 2026-08-25T15:17:28.282Z | INFOAug 25 15:17:26.507 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.507INFO |
| 6537 | 2026-08-25T15:17:28.282Z | Aug 25 15:17:26.507adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 6538 | 2026-08-25T15:17:28.282Z | INFO 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:18::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 |
| 6540 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 DEBG DEBGAug 25 15:17:26.507 replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.507 |
| 6541 | 2026-08-25T15:17:28.283Z | 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 } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6542 | 2026-08-25T15:17:28.283Z | |
| 6543 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 DEBG INFOAug 25 15:17:26.507 adding route 3fff:beef:2a::/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 } }]Aug 25 15:17:26.507 |
| 6544 | 2026-08-25T15:17:28.283Z | |
| 6545 | 2026-08-25T15:17:28.283Z | 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 25 15:17:26.507INFO |
| 6546 | 2026-08-25T15:17:28.283Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.507DEBG INFO |
| 6547 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6548 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6549 | 2026-08-25T15:17:28.283Z | |
| 6550 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 DEBGDEBG Aug 25 15:17:26.507replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 6551 | 2026-08-25T15:17:28.283Z | 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 } }] |
| 6552 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:17:26.507DEBG Aug 25 15:17:26.507 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 } }] |
| 6553 | 2026-08-25T15:17:28.283Z | INFO |
| 6554 | 2026-08-25T15:17:28.283Z | INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6555 | 2026-08-25T15:17:28.283Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.507Aug 25 15:17:26.507 |
| 6556 | 2026-08-25T15:17:28.283Z | DEBGINFOAug 25 15:17:26.507 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 } }] |
| 6557 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:17:26.507DEBG |
| 6558 | 2026-08-25T15:17:28.283Z | 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 } }] |
| 6559 | 2026-08-25T15:17:28.283Z | DEBGAug 25 15:17:26.507Aug 25 15:17:26.507 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBG |
| 6560 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507INFO Aug 25 15:17:26.507INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 6561 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/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 } }] |
| 6562 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 DEBG |
| 6563 | 2026-08-25T15:17:28.283Z | |
| 6564 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 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 |
| 6565 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507 Aug 25 15:17:26.507 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 |
| 6566 | 2026-08-25T15:17:28.283Z | DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6567 | 2026-08-25T15:17:28.283Z | |
| 6568 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507Aug 25 15:17:26.507Aug 25 15:17:26.507 INFOINFO Aug 25 15:17:26.507DEBG 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 } }]INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6569 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6570 | 2026-08-25T15:17:28.283Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6571 | 2026-08-25T15:17:28.283Z | |
| 6572 | 2026-08-25T15:17:28.283Z | Aug 25 15:17:26.507Aug 25 15:17:26.507 Aug 25 15:17:26.507DEBGINFO Aug 25 15:17:26.507 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6573 | 2026-08-25T15:17:28.284Z | replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6574 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.507 adding route 3fff:beef:1c::/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 } }] |
| 6575 | 2026-08-25T15:17:28.284Z | |
| 6576 | 2026-08-25T15:17:28.284Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:17:26.507Aug 25 15:17:26.507 |
| 6577 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.507 INFODEBGINFO 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:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6578 | 2026-08-25T15:17:28.284Z | |
| 6579 | 2026-08-25T15:17:28.284Z | |
| 6580 | 2026-08-25T15:17:28.284Z | 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 25 15:17:26.508 |
| 6581 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.508 DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 25 15:17:26.508 |
| 6582 | 2026-08-25T15:17:28.284Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6583 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.508 |
| 6584 | 2026-08-25T15:17:28.284Z | 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 } }] |
| 6585 | 2026-08-25T15:17:28.284Z | INFO Aug 25 15:17:26.508Aug 25 15:17:26.508adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6586 | 2026-08-25T15:17:28.284Z | DEBGAug 25 15:17:26.508 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 |
| 6587 | 2026-08-25T15:17:28.284Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6588 | 2026-08-25T15:17:28.284Z | 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 } }] |
| 6589 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.508DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508INFO Aug 25 15:17:26.508adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6590 | 2026-08-25T15:17:28.284Z | DEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6591 | 2026-08-25T15:17:28.284Z | |
| 6592 | 2026-08-25T15:17:28.284Z | Aug 25 15:17:26.508replacing 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 } }] |
| 6593 | 2026-08-25T15:17:28.284Z | DEBGAug 25 15:17:26.508 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 } }] Aug 25 15:17:26.508 |
| 6594 | 2026-08-25T15:17:28.284Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff DEBG |
| 6595 | 2026-08-25T15:17:28.288Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508Aug 25 15:17:26.508 |
| 6596 | 2026-08-25T15:17:28.288Z | INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6597 | 2026-08-25T15:17:28.288Z | |
| 6598 | 2026-08-25T15:17:28.288Z | Aug 25 15:17:26.508 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 } }]Aug 25 15:17:26.508 |
| 6599 | 2026-08-25T15:17:28.288Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508 DEBG Aug 25 15:17:26.508INFODEBG 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 } }]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 } }] |
| 6600 | 2026-08-25T15:17:28.288Z | |
| 6601 | 2026-08-25T15:17:28.288Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6602 | 2026-08-25T15:17:28.288Z | |
| 6603 | 2026-08-25T15:17:28.288Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO Aug 25 15:17:26.508adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6604 | 2026-08-25T15:17:28.288Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 DEBG |
| 6605 | 2026-08-25T15:17:28.288Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6606 | 2026-08-25T15:17:28.288Z | |
| 6607 | 2026-08-25T15:17:28.288Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508DEBG DEBGAug 25 15:17:26.508 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 } }]INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6608 | 2026-08-25T15:17:28.289Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6609 | 2026-08-25T15:17:28.289Z | |
| 6610 | 2026-08-25T15:17:28.289Z | Aug 25 15:17:26.508adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6611 | 2026-08-25T15:17:28.289Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6612 | 2026-08-25T15:17:28.289Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 INFO Aug 25 15:17:26.508DEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGDEBG 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:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6613 | 2026-08-25T15:17:28.289Z | |
| 6614 | 2026-08-25T15:17:28.289Z | |
| 6615 | 2026-08-25T15:17:28.289Z | |
| 6616 | 2026-08-25T15:17:28.289Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508INFO INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6617 | 2026-08-25T15:17:28.289Z | DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6618 | 2026-08-25T15:17:28.289Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6619 | 2026-08-25T15:17:28.290Z | DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6620 | 2026-08-25T15:17:28.290Z | |
| 6621 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG DEBGAug 25 15:17:26.508INFO 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 |
| 6622 | 2026-08-25T15:17:28.290Z | 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:17::/64 -> 2001:db8::55:ff |
| 6623 | 2026-08-25T15:17:28.290Z | |
| 6624 | 2026-08-25T15:17:28.290Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6625 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFO DEBGDEBG 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 } }]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 } }] |
| 6626 | 2026-08-25T15:17:28.290Z | |
| 6627 | 2026-08-25T15:17:28.290Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6628 | 2026-08-25T15:17:28.290Z | |
| 6629 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 INFOAug 25 15:17:26.508 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFOAug 25 15:17:26.508 |
| 6630 | 2026-08-25T15:17:28.290Z | DEBGAug 25 15:17:26.508adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6631 | 2026-08-25T15:17:28.290Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.508 |
| 6632 | 2026-08-25T15:17:28.290Z | 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: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 } }] |
| 6633 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 |
| 6634 | 2026-08-25T15:17:28.290Z | INFODEBGAug 25 15:17:26.508 Aug 25 15:17:26.508adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6635 | 2026-08-25T15:17:28.290Z | INFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6636 | 2026-08-25T15:17:28.290Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6637 | 2026-08-25T15:17:28.290Z | INFOAug 25 15:17:26.508 DEBGINFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6638 | 2026-08-25T15:17:28.290Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6639 | 2026-08-25T15:17:28.290Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6640 | 2026-08-25T15:17:28.290Z | DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6641 | 2026-08-25T15:17:28.290Z | DEBGINFO Aug 25 15:17:26.508adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6642 | 2026-08-25T15:17:28.290Z | INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 |
| 6644 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 DEBGDEBGAug 25 15:17:26.508 Aug 25 15:17:26.508replacing 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 } }] |
| 6645 | 2026-08-25T15:17:28.290Z | DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6646 | 2026-08-25T15:17:28.290Z | |
| 6647 | 2026-08-25T15:17:28.290Z | |
| 6648 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508 |
| 6649 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 6650 | 2026-08-25T15:17:28.290Z | |
| 6651 | 2026-08-25T15:17:28.290Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6652 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG Aug 25 15:17:26.508DEBG 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 } }] INFODEBG |
| 6653 | 2026-08-25T15:17:28.290Z | 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 } }] |
| 6654 | 2026-08-25T15:17:28.290Z | 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:25::/64 -> 2001:db8::55:ff |
| 6655 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508 |
| 6656 | 2026-08-25T15:17:28.290Z | Aug 25 15:17:26.508INFO Aug 25 15:17:26.508adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6657 | 2026-08-25T15:17:28.291Z | Aug 25 15:17:26.508INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 6658 | 2026-08-25T15:17:28.291Z | Aug 25 15:17:26.508replacing 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 } }] |
| 6659 | 2026-08-25T15:17:28.291Z | 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 } }] |
| 6660 | 2026-08-25T15:17:28.291Z | Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6661 | 2026-08-25T15:17:28.291Z | |
| 6662 | 2026-08-25T15:17:28.291Z | 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 } }] |
| 6663 | 2026-08-25T15:17:28.291Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 DEBGAug 25 15:17:26.508 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 } }] |
| 6664 | 2026-08-25T15:17:28.291Z | DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6665 | 2026-08-25T15:17:28.291Z | |
| 6666 | 2026-08-25T15:17:28.291Z | Aug 25 15:17:26.508 INFOAug 25 15:17:26.508 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6667 | 2026-08-25T15:17:28.291Z | DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6668 | 2026-08-25T15:17:28.291Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6669 | 2026-08-25T15:17:28.291Z | DEBG Aug 25 15:17:26.508replacing 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 } }] |
| 6670 | 2026-08-25T15:17:28.292Z | INFOAug 25 15:17:26.508 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 6671 | 2026-08-25T15:17:28.292Z | Aug 25 15:17:26.508 INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.508adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6672 | 2026-08-25T15:17:28.292Z | |
| 6673 | 2026-08-25T15:17:28.292Z | DEBG Aug 25 15:17:26.508Aug 25 15:17:26.508replacing 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 } }] INFODEBG |
| 6674 | 2026-08-25T15:17:28.292Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6675 | 2026-08-25T15:17:28.292Z | |
| 6676 | 2026-08-25T15:17:28.292Z | Aug 25 15:17:26.508 INFO Aug 25 15:17:26.508adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6677 | 2026-08-25T15:17:28.292Z | INFOAug 25 15:17:26.508 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 6678 | 2026-08-25T15:17:28.292Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6679 | 2026-08-25T15:17:28.292Z | DEBG Aug 25 15:17:26.508Aug 25 15:17:26.508 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 |
| 6680 | 2026-08-25T15:17:28.292Z | 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 |
| 6681 | 2026-08-25T15:17:28.292Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6682 | 2026-08-25T15:17:28.292Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508 |
| 6683 | 2026-08-25T15:17:28.292Z | INFO DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6684 | 2026-08-25T15:17:28.292Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6685 | 2026-08-25T15:17:28.292Z | Aug 25 15:17:26.508adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGAug 25 15:17:26.508 |
| 6686 | 2026-08-25T15:17:28.292Z | Aug 25 15:17:26.508DEBG 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 } }] 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 } }] |
| 6687 | 2026-08-25T15:17:28.292Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6688 | 2026-08-25T15:17:28.292Z | |
| 6689 | 2026-08-25T15:17:28.292Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOAug 25 15:17:26.508DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6690 | 2026-08-25T15:17:28.292Z | |
| 6691 | 2026-08-25T15:17:28.292Z | INFO Aug 25 15:17:26.508DEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 6692 | 2026-08-25T15:17:28.292Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508replacing 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 } }] |
| 6693 | 2026-08-25T15:17:28.292Z | |
| 6694 | 2026-08-25T15:17:28.292Z | INFOAug 25 15:17:26.508 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6695 | 2026-08-25T15:17:28.372Z | DEBGAug 25 15:17:26.508Aug 25 15:17:26.508 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 } }] |
| 6696 | 2026-08-25T15:17:28.372Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6697 | 2026-08-25T15:17:28.372Z | |
| 6698 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG DEBG Aug 25 15:17:26.508replacing 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:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGINFO |
| 6699 | 2026-08-25T15:17:28.373Z | |
| 6700 | 2026-08-25T15:17:28.373Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6701 | 2026-08-25T15:17:28.373Z | |
| 6702 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO Aug 25 15:17:26.508 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6703 | 2026-08-25T15:17:28.373Z | |
| 6704 | 2026-08-25T15:17:28.373Z | DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 6705 | 2026-08-25T15:17:28.373Z | |
| 6706 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508DEBG Aug 25 15:17:26.508replacing 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 |
| 6707 | 2026-08-25T15:17:28.373Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6708 | 2026-08-25T15:17:28.373Z | INFOAug 25 15:17:26.508 DEBGadding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 6709 | 2026-08-25T15:17:28.373Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6710 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508Aug 25 15:17:26.508adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6711 | 2026-08-25T15:17:28.373Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 6712 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.508 |
| 6713 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508DEBG 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 } }] INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6714 | 2026-08-25T15:17:28.373Z | |
| 6715 | 2026-08-25T15:17:28.373Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6716 | 2026-08-25T15:17:28.373Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508INFOAug 25 15:17:26.508Aug 25 15:17:26.508 DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 6717 | 2026-08-25T15:17:28.373Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff 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 } }] |
| 6718 | 2026-08-25T15:17:28.373Z | failed to allocate space for the new target listAug 25 15:17:26.508 |
| 6719 | 2026-08-25T15:17:28.373Z | |
| 6720 | 2026-08-25T15:17:28.373Z | DEBGAug 25 15:17:26.508 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 } }] |
| 6721 | 2026-08-25T15:17:28.373Z | DEBGAug 25 15:17:26.508Aug 25 15:17:26.508 DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6722 | 2026-08-25T15:17:28.373Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6723 | 2026-08-25T15:17:28.373Z | INFOINFO |
| 6724 | 2026-08-25T15:17:28.373Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6725 | 2026-08-25T15:17:28.374Z | |
| 6726 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508 DEBG DEBGDEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6727 | 2026-08-25T15:17:28.374Z | 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: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 } }] |
| 6728 | 2026-08-25T15:17:28.374Z | failed to allocate space for the new target list |
| 6729 | 2026-08-25T15:17:28.374Z | |
| 6730 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 6731 | 2026-08-25T15:17:28.374Z | |
| 6732 | 2026-08-25T15:17:28.374Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6733 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 DEBG DEBGDEBGreplacing 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 } }] |
| 6734 | 2026-08-25T15:17:28.374Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6735 | 2026-08-25T15:17:28.374Z | |
| 6736 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508 INFOAug 25 15:17:26.508 Aug 25 15:17:26.508INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6737 | 2026-08-25T15:17:28.374Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6738 | 2026-08-25T15:17:28.374Z | |
| 6739 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508 DEBG Aug 25 15:17:26.508replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6740 | 2026-08-25T15:17:28.374Z | DEBGAug 25 15:17:26.508 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 |
| 6741 | 2026-08-25T15:17:28.374Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6742 | 2026-08-25T15:17:28.374Z | Aug 25 15:17:26.508INFO INFOAug 25 15:17:26.508adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6743 | 2026-08-25T15:17:28.375Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6744 | 2026-08-25T15:17:28.375Z | |
| 6745 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508 DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6746 | 2026-08-25T15:17:28.375Z | 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 } }]DEBG |
| 6747 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508replacing 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 } }] |
| 6748 | 2026-08-25T15:17:28.375Z | INFO Aug 25 15:17:26.508adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6749 | 2026-08-25T15:17:28.375Z | INFO Aug 25 15:17:26.508adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6750 | 2026-08-25T15:17:28.375Z | INFOAug 25 15:17:26.508 DEBGAug 25 15:17:26.508 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:8::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-25T15:17:28.375Z | DEBG |
| 6752 | 2026-08-25T15:17:28.375Z | 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 } }] |
| 6753 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508Aug 25 15:17:26.508 Aug 25 15:17:26.508 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO |
| 6754 | 2026-08-25T15:17:28.375Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-25T15:17:28.375Z | |
| 6756 | 2026-08-25T15:17:28.375Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:17:26.508Aug 25 15:17:26.508Aug 25 15:17:26.508 |
| 6757 | 2026-08-25T15:17:28.375Z | DEBGINFO 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6758 | 2026-08-25T15:17:28.375Z | |
| 6759 | 2026-08-25T15:17:28.375Z | 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 } }] |
| 6760 | 2026-08-25T15:17:28.375Z | 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 25 15:17:26.508 |
| 6761 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508DEBGAug 25 15:17:26.508 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6762 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 6763 | 2026-08-25T15:17:28.375Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6764 | 2026-08-25T15:17:28.375Z | Aug 25 15:17:26.508Aug 25 15:17:26.508INFO INFODEBG 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 } }] |
| 6765 | 2026-08-25T15:17:28.375Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:17:26.508 |
| 6766 | 2026-08-25T15:17:28.375Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6767 | 2026-08-25T15:17:28.375Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.508 |
| 6768 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.508 Aug 25 15:17:26.508INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6769 | 2026-08-25T15:17:28.376Z | 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 } }] |
| 6770 | 2026-08-25T15:17:28.376Z | DEBGAug 25 15:17:26.508 Aug 25 15:17:26.508Aug 25 15:17:26.508 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-25T15:17:28.376Z | |
| 6772 | 2026-08-25T15:17:28.376Z | |
| 6773 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6774 | 2026-08-25T15:17:28.376Z | 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 |
| 6775 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6776 | 2026-08-25T15:17:28.376Z | INFO Aug 25 15:17:26.509DEBG INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6777 | 2026-08-25T15:17:28.376Z | |
| 6778 | 2026-08-25T15:17:28.376Z | 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 } }] |
| 6779 | 2026-08-25T15:17:28.376Z | |
| 6780 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFODEBG |
| 6781 | 2026-08-25T15:17:28.376Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 6782 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509replacing 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 } }] |
| 6783 | 2026-08-25T15:17:28.376Z | 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 |
| 6784 | 2026-08-25T15:17:28.376Z | 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 } }] |
| 6785 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBGINFO adding route 3fff:beef:31::/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 } }] |
| 6786 | 2026-08-25T15:17:28.376Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6787 | 2026-08-25T15:17:28.376Z | |
| 6788 | 2026-08-25T15:17:28.376Z | INFOAug 25 15:17:26.509 Aug 25 15:17:26.509 Aug 25 15:17:26.509 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6789 | 2026-08-25T15:17:28.376Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6790 | 2026-08-25T15:17:28.376Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6791 | 2026-08-25T15:17:28.376Z | |
| 6792 | 2026-08-25T15:17:28.376Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 INFO DEBGDEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6793 | 2026-08-25T15:17:28.377Z | 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 } }] |
| 6794 | 2026-08-25T15:17:28.377Z | |
| 6795 | 2026-08-25T15:17:28.382Z | 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 } }] |
| 6796 | 2026-08-25T15:17:28.382Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509Aug 25 15:17:26.509 DEBGDEBG 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 } }]INFO |
| 6797 | 2026-08-25T15:17:28.382Z | 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 } }] |
| 6798 | 2026-08-25T15:17:28.382Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6799 | 2026-08-25T15:17:28.382Z | |
| 6800 | 2026-08-25T15:17:28.382Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 INFO INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6801 | 2026-08-25T15:17:28.382Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6802 | 2026-08-25T15:17:28.382Z | Aug 25 15:17:26.509DEBG 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 } }]replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509 |
| 6803 | 2026-08-25T15:17:28.382Z | |
| 6804 | 2026-08-25T15:17:28.382Z | Aug 25 15:17:26.509DEBGAug 25 15:17:26.509 Aug 25 15:17:26.509 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 } }] INFO |
| 6805 | 2026-08-25T15:17:28.382Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6806 | 2026-08-25T15:17:28.382Z | |
| 6807 | 2026-08-25T15:17:28.382Z | DEBGAug 25 15:17:26.509 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 } }] |
| 6808 | 2026-08-25T15:17:28.382Z | INFOAug 25 15:17:26.509 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBGAug 25 15:17:26.509 |
| 6809 | 2026-08-25T15:17:28.382Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6810 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509 |
| 6811 | 2026-08-25T15:17:28.383Z | DEBGAug 25 15:17:26.509 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 } }] |
| 6812 | 2026-08-25T15:17:28.383Z | INFOINFOAug 25 15:17:26.509 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6813 | 2026-08-25T15:17:28.383Z | |
| 6814 | 2026-08-25T15:17:28.383Z | INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6815 | 2026-08-25T15:17:28.383Z | |
| 6816 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509 DEBG Aug 25 15:17:26.509Aug 25 15:17:26.509replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.509DEBG 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 } }] |
| 6817 | 2026-08-25T15:17:28.383Z | DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6818 | 2026-08-25T15:17:28.383Z | |
| 6819 | 2026-08-25T15:17:28.383Z | replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509 |
| 6820 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6821 | 2026-08-25T15:17:28.383Z | |
| 6822 | 2026-08-25T15:17:28.383Z | INFO Aug 25 15:17:26.509adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6823 | 2026-08-25T15:17:28.383Z | DEBGAug 25 15:17:26.509 Aug 25 15:17:26.509replacing 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 |
| 6824 | 2026-08-25T15:17:28.383Z | 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 } }] |
| 6825 | 2026-08-25T15:17:28.383Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 25 15:17:26.509Aug 25 15:17:26.509 |
| 6826 | 2026-08-25T15:17:28.383Z | INFODEBG Aug 25 15:17:26.509 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing 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 |
| 6827 | 2026-08-25T15:17:28.383Z | |
| 6828 | 2026-08-25T15:17:28.383Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6829 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 Aug 25 15:17:26.509 DEBGAug 25 15:17:26.509 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6830 | 2026-08-25T15:17:28.383Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }] |
| 6831 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509 |
| 6832 | 2026-08-25T15:17:28.383Z | 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 } }] Aug 25 15:17:26.509adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6833 | 2026-08-25T15:17:28.383Z | DEBGAug 25 15:17:26.509 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6834 | 2026-08-25T15:17:28.383Z | |
| 6835 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509 |
| 6836 | 2026-08-25T15:17:28.383Z | DEBGAug 25 15:17:26.509 Aug 25 15:17:26.509replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.509 |
| 6837 | 2026-08-25T15:17:28.383Z | DEBGINFODEBG 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 } }]failed to allocate space for the new target listadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6838 | 2026-08-25T15:17:28.383Z | |
| 6839 | 2026-08-25T15:17:28.383Z | INFO |
| 6840 | 2026-08-25T15:17:28.383Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6841 | 2026-08-25T15:17:28.383Z | INFO Aug 25 15:17:26.509adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6842 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509DEBG 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 |
| 6843 | 2026-08-25T15:17:28.383Z | Aug 25 15:17:26.509 DEBGDEBG Aug 25 15:17:26.509replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6844 | 2026-08-25T15:17:28.383Z | |
| 6845 | 2026-08-25T15:17:28.383Z | adding route 3fff:beef:3a::/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 } }] |
| 6846 | 2026-08-25T15:17:28.384Z | |
| 6847 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.509 INFO Aug 25 15:17:26.509adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6848 | 2026-08-25T15:17:28.384Z | DEBGAug 25 15:17:26.509 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 |
| 6849 | 2026-08-25T15:17:28.384Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6850 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG Aug 25 15:17:26.509adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6851 | 2026-08-25T15:17:28.384Z | |
| 6852 | 2026-08-25T15:17:28.384Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6853 | 2026-08-25T15:17:28.384Z | DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509Aug 25 15:17:26.509 |
| 6854 | 2026-08-25T15:17:28.384Z | DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6855 | 2026-08-25T15:17:28.384Z | |
| 6856 | 2026-08-25T15:17:28.384Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 25 15:17:26.509Aug 25 15:17:26.509 |
| 6857 | 2026-08-25T15:17:28.384Z | DEBGINFO Aug 25 15:17:26.509replacing 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 } }] |
| 6858 | 2026-08-25T15:17:28.384Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6859 | 2026-08-25T15:17:28.384Z | DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.509 |
| 6860 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.509 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 6861 | 2026-08-25T15:17:28.384Z | |
| 6862 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.509 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 25 15:17:26.509 |
| 6863 | 2026-08-25T15:17:28.384Z | INFOAug 25 15:17:26.509 Aug 25 15:17:26.509adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 6864 | 2026-08-25T15:17:28.384Z | 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 |
| 6865 | 2026-08-25T15:17:28.384Z | 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 } }] |
| 6866 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.509Aug 25 15:17:26.509 INFODEBG 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 } }] |
| 6867 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.510Aug 25 15:17:26.510 Aug 25 15:17:26.509DEBG Aug 25 15:17:26.515created new freemapDEBG INFOcreated new freemap , adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 6868 | 2026-08-25T15:17:28.384Z | , unitunitcreated new freemap:: , freemap_route_ipv4freemap_route_ipv4unitAug 25 15:17:26.515 |
| 6869 | 2026-08-25T15:17:28.384Z | DEBG: |
| 6870 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.515 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 6871 | 2026-08-25T15:17:28.384Z | DEBG created new freemapAug 25 15:17:26.515 |
| 6872 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.510Aug 25 15:17:26.515 , DEBGDEBG unitfailed to allocate space for the new target listcreated new freemap:DEBG |
| 6873 | 2026-08-25T15:17:28.384Z | , freemap_route_ipv6unit :created new freemap , freemap_route_ipv6Aug 25 15:17:26.515 |
| 6874 | 2026-08-25T15:17:28.384Z | |
| 6875 | 2026-08-25T15:17:28.384Z | unitDEBGAug 25 15:17:26.515: 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 } }]freemap_route_ipv4 |
| 6876 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.515 |
| 6877 | 2026-08-25T15:17:28.384Z | created new freemapAug 25 15:17:26.515 , DEBGDEBG unit :Aug 25 15:17:26.515initted freemap. size: 64initted freemap. size: 64 , , freemap_route_ipv6unit unit |
| 6878 | 2026-08-25T15:17:28.384Z | DEBG:: freemap_route_ipv4 created new freemap |
| 6879 | 2026-08-25T15:17:28.384Z | , freemap_route_ipv4unitAug 25 15:17:26.515: DEBG |
| 6880 | 2026-08-25T15:17:28.384Z | Aug 25 15:17:26.515freemap_route_ipv6 DEBG |
| 6881 | 2026-08-25T15:17:28.384Z | reset freemap , Aug 25 15:17:26.515unitinitted freemap. size: 64:Aug 25 15:17:26.515, unitfreemap_route_ipv4 |
| 6882 | 2026-08-25T15:17:28.385Z | DEBG: initted freemap. size: 64freemap_route_ipv4, |
| 6883 | 2026-08-25T15:17:28.385Z | DEBGunitAug 25 15:17:26.516 :reset freemap , DEBG unit freemap_route_ipv4initted freemap. size: 64 |
| 6884 | 2026-08-25T15:17:28.385Z | , :unitAug 25 15:17:26.516: freemap_route_ipv4 |
| 6885 | 2026-08-25T15:17:28.385Z | freemap_route_ipv6 |
| 6886 | 2026-08-25T15:17:28.385Z | DEBG Aug 25 15:17:26.516reset freemap Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBG DEBG DEBG reset freemap, , reset freemapinitted freemap. size: 64, , unitunitunitunit:: : freemap_route_ipv6freemap_route_ipv6 |
| 6887 | 2026-08-25T15:17:28.385Z | : |
| 6888 | 2026-08-25T15:17:28.385Z | freemap_route_ipv4freemap_route_ipv4 |
| 6889 | 2026-08-25T15:17:28.385Z | Aug 25 15:17:26.516 |
| 6890 | 2026-08-25T15:17:28.385Z | Aug 25 15:17:26.516 DEBGINFO Aug 25 15:17:26.516adding route 172.16.0.0/32 -> 10.0.0.1reset freemap , DEBG |
| 6891 | 2026-08-25T15:17:28.385Z | unit :initted freemap. size: 64Aug 25 15:17:26.516Aug 25 15:17:26.516 , freemap_route_ipv6DEBGunit replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 6892 | 2026-08-25T15:17:28.385Z | |
| 6893 | 2026-08-25T15:17:28.385Z | freemap_route_ipv6DEBG |
| 6894 | 2026-08-25T15:17:28.385Z | initted freemap. size: 64, Aug 25 15:17:26.516Aug 25 15:17:26.516 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6895 | 2026-08-25T15:17:28.389Z | unit: Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBGfreemap_route_ipv6 INFODEBG |
| 6896 | 2026-08-25T15:17:28.389Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 6897 | 2026-08-25T15:17:28.389Z | |
| 6898 | 2026-08-25T15:17:28.389Z | reset freemap, unitAug 25 15:17:26.516Aug 25 15:17:26.516 DEBGDEBG 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 } }], :Aug 25 15:17:26.516unit |
| 6899 | 2026-08-25T15:17:28.389Z | INFO freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6900 | 2026-08-25T15:17:28.389Z | |
| 6901 | 2026-08-25T15:17:28.390Z | :Aug 25 15:17:26.516 freemap_route_ipv6INFOAug 25 15:17:26.516 Aug 25 15:17:26.516adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6902 | 2026-08-25T15:17:28.390Z | DEBGINFO |
| 6903 | 2026-08-25T15:17:28.390Z | 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 } }] |
| 6904 | 2026-08-25T15:17:28.390Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:17:26.516 |
| 6905 | 2026-08-25T15:17:28.390Z | DEBGAug 25 15:17:26.516 Aug 25 15:17:26.516 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 } }]INFO |
| 6906 | 2026-08-25T15:17:28.390Z | INFOadding route 172.17.0.2/32 -> 10.0.0.255 Aug 25 15:17:26.516adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6907 | 2026-08-25T15:17:28.390Z | DEBG |
| 6908 | 2026-08-25T15:17:28.390Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6909 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6910 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516 Aug 25 15:17:26.516DEBG Aug 25 15:17:26.516 Aug 25 15:17:26.509 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6911 | 2026-08-25T15:17:28.390Z | DEBGreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6912 | 2026-08-25T15:17:28.390Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:17:26.516replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6913 | 2026-08-25T15:17:28.390Z | INFOAug 25 15:17:26.516 |
| 6914 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6915 | 2026-08-25T15:17:28.390Z | |
| 6916 | 2026-08-25T15:17:28.390Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 25 15:17:26.516 |
| 6917 | 2026-08-25T15:17:28.390Z | DEBG Aug 25 15:17:26.516 Aug 25 15:17:26.516DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.516 |
| 6918 | 2026-08-25T15:17:28.390Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6919 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:17:26.516 |
| 6920 | 2026-08-25T15:17:28.390Z | INFOAug 25 15:17:26.516replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6921 | 2026-08-25T15:17:28.390Z | |
| 6922 | 2026-08-25T15:17:28.390Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6923 | 2026-08-25T15:17:28.390Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:17:26.516Aug 25 15:17:26.516 INFOINFO |
| 6924 | 2026-08-25T15:17:28.390Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255Aug 25 15:17:26.516 |
| 6925 | 2026-08-25T15:17:28.390Z | |
| 6926 | 2026-08-25T15:17:28.390Z | DEBG Aug 25 15:17:26.516Aug 25 15:17:26.516Aug 25 15:17:26.516 DEBGDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.516 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6927 | 2026-08-25T15:17:28.390Z | DEBG |
| 6928 | 2026-08-25T15:17:28.390Z | 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 } }] |
| 6929 | 2026-08-25T15:17:28.390Z | 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 } }] |
| 6930 | 2026-08-25T15:17:28.390Z | |
| 6931 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516Aug 25 15:17:26.516Aug 25 15:17:26.516 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:17:26.516 INFO |
| 6932 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6933 | 2026-08-25T15:17:28.390Z | |
| 6934 | 2026-08-25T15:17:28.390Z | Aug 25 15:17:26.516adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 6935 | 2026-08-25T15:17:28.390Z | DEBG Aug 25 15:17:26.516replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.516 DEBG |
| 6936 | 2026-08-25T15:17:28.390Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:17:26.516 |
| 6937 | 2026-08-25T15:17:28.390Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6938 | 2026-08-25T15:17:28.390Z | 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 |
| 6939 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516Aug 25 15:17:26.516replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.516DEBG INFO |
| 6940 | 2026-08-25T15:17:28.391Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:17:26.516 |
| 6941 | 2026-08-25T15:17:28.391Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 6942 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255Aug 25 15:17:26.516 |
| 6943 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516 |
| 6944 | 2026-08-25T15:17:28.391Z | INFODEBG 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 } }]WARNadding route 172.17.0.2/32 -> 10.0.0.255 |
| 6945 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516 |
| 6946 | 2026-08-25T15:17:28.391Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:17:26.516 |
| 6947 | 2026-08-25T15:17:28.391Z | DEBG INFO Aug 25 15:17:26.516replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:17:26.516Aug 25 15:17:26.516 |
| 6948 | 2026-08-25T15:17:28.391Z | INFO |
| 6949 | 2026-08-25T15:17:28.391Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBGERRO |
| 6950 | 2026-08-25T15:17:28.391Z | 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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6951 | 2026-08-25T15:17:28.391Z | |
| 6952 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516 Aug 25 15:17:26.516DEBGAug 25 15:17:26.516 Aug 25 15:17:26.509Aug 25 15:17:26.516 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6953 | 2026-08-25T15:17:28.391Z | Aug 25 15:17:26.516INFO |
| 6954 | 2026-08-25T15:17:28.392Z | adding route 172.17.0.3/32 -> 10.0.0.255 ERROAug 25 15:17:26.516 |
| 6955 | 2026-08-25T15:17:28.392Z | created new freemap |
| 6956 | 2026-08-25T15:17:28.392Z | , DEBGDEBG Aug 25 15:17:26.516 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 6957 | 2026-08-25T15:17:28.392Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 25 15:17:26.516:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] freemap_route_ipv4 |
| 6958 | 2026-08-25T15:17:28.392Z | |
| 6959 | 2026-08-25T15:17:28.392Z | DEBGAug 25 15:17:26.516 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6960 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.516 |
| 6961 | 2026-08-25T15:17:28.392Z | 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 } }] |
| 6962 | 2026-08-25T15:17:28.392Z | INFODEBG created new freemapadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.516 |
| 6963 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.516, unit:DEBGAug 25 15:17:26.516 Aug 25 15:17:26.516freemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6964 | 2026-08-25T15:17:28.392Z | INFODEBG INFO |
| 6965 | 2026-08-25T15:17:28.392Z | 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 } }] |
| 6966 | 2026-08-25T15:17:28.392Z | adding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6967 | 2026-08-25T15:17:28.392Z | |
| 6968 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.516Aug 25 15:17:26.516 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64 |
| 6969 | 2026-08-25T15:17:28.392Z | , Aug 25 15:17:26.516unit :DEBG freemap_route_ipv4 Aug 25 15:17:26.516Aug 25 15:17:26.516 |
| 6970 | 2026-08-25T15:17:28.392Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6971 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.517 |
| 6972 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523Aug 25 15:17:26.516 INFODEBG DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 6973 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523created new freemap, unitcreated new freemap, : freemap_route_ipv4 |
| 6974 | 2026-08-25T15:17:28.392Z | unit: |
| 6975 | 2026-08-25T15:17:28.392Z | freemap_route_ipv4Aug 25 15:17:26.523 |
| 6976 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523DEBGAug 25 15:17:26.523Aug 25 15:17:26.523 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 |
| 6977 | 2026-08-25T15:17:28.392Z | INFO Aug 25 15:17:26.523 DEBG adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 6978 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523DEBG created new freemap reset freemapcreated new freemapAug 25 15:17:26.523, , , unitINFO:unitDEBG unit:freemap_route_ipv6 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6979 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523replacing 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 } }] |
| 6980 | 2026-08-25T15:17:28.392Z | : INFOfreemap_route_ipv4 |
| 6981 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523freemap_route_ipv6 |
| 6982 | 2026-08-25T15:17:28.392Z | INFO |
| 6983 | 2026-08-25T15:17:28.392Z | adding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 15:17:26.523adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6984 | 2026-08-25T15:17:28.392Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 25 15:17:26.523 |
| 6985 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523Aug 25 15:17:26.523DEBG |
| 6986 | 2026-08-25T15:17:28.392Z | Aug 25 15:17:26.523initted freemap. size: 64 DEBGAug 25 15:17:26.523 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 } }]DEBG DEBGinitted freemap. size: 64unit |
| 6987 | 2026-08-25T15:17:28.392Z | :Aug 25 15:17:26.523 initted freemap. size: 64DEBGreplacing 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 } }] |
| 6988 | 2026-08-25T15:17:28.392Z | DEBG, Aug 25 15:17:26.523replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 6989 | 2026-08-25T15:17:28.392Z | INFO, Aug 25 15:17:26.523adding route 172.17.0.12/32 -> 10.0.0.255 |
| 6990 | 2026-08-25T15:17:28.392Z | unit:INFO Aug 25 15:17:26.523 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 25 15:17:26.523 |
| 6991 | 2026-08-25T15:17:28.392Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6992 | 2026-08-25T15:17:28.393Z | |
| 6993 | 2026-08-25T15:17:28.393Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6994 | 2026-08-25T15:17:28.393Z | DEBGunitAug 25 15:17:26.523Aug 25 15:17:26.523 : Aug 25 15:17:26.523 DEBGAug 25 15:17:26.523 reset freemap , unitINFODEBG: replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6995 | 2026-08-25T15:17:28.397Z | |
| 6996 | 2026-08-25T15:17:28.397Z | 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 } }]freemap_route_ipv4freemap_route_ipv4 |
| 6997 | 2026-08-25T15:17:28.397Z | freemap_route_ipv6Aug 25 15:17:26.523 |
| 6998 | 2026-08-25T15:17:28.397Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.523 |
| 6999 | 2026-08-25T15:17:28.397Z | |
| 7000 | 2026-08-25T15:17:28.397Z | |
| 7001 | 2026-08-25T15:17:28.397Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7002 | 2026-08-25T15:17:28.397Z | INFO Aug 25 15:17:26.523 DEBGAug 25 15:17:26.523adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7003 | 2026-08-25T15:17:28.397Z | Aug 25 15:17:26.523 Aug 25 15:17:26.523Aug 25 15:17:26.523 DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7004 | 2026-08-25T15:17:28.397Z | INFO Aug 25 15:17:26.523replacing 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 } }] |
| 7005 | 2026-08-25T15:17:28.397Z | Aug 25 15:17:26.523DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 25 15:17:26.523DEBG |
| 7006 | 2026-08-25T15:17:28.397Z | 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 } }]INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7007 | 2026-08-25T15:17:28.397Z | reset freemapadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7008 | 2026-08-25T15:17:28.397Z | |
| 7009 | 2026-08-25T15:17:28.397Z | , unitAug 25 15:17:26.523Aug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524 DEBGDEBGINFO Aug 25 15:17:26.524 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 7010 | 2026-08-25T15:17:28.398Z | |
| 7011 | 2026-08-25T15:17:28.398Z | reset freemapINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }], |
| 7012 | 2026-08-25T15:17:28.398Z | unit: |
| 7013 | 2026-08-25T15:17:28.398Z | Aug 25 15:17:26.524 Aug 25 15:17:26.524 Aug 25 15:17:26.524DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBG INFO Aug 25 15:17:26.524replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7014 | 2026-08-25T15:17:28.398Z | freemap_route_ipv4replacing 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 |
| 7015 | 2026-08-25T15:17:28.398Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7016 | 2026-08-25T15:17:28.398Z | |
| 7017 | 2026-08-25T15:17:28.398Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7018 | 2026-08-25T15:17:28.398Z | Aug 25 15:17:26.524 |
| 7019 | 2026-08-25T15:17:28.398Z | INFO Aug 25 15:17:26.524adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:17:26.524 |
| 7020 | 2026-08-25T15:17:28.398Z | Aug 25 15:17:26.524 DEBG Aug 25 15:17:26.524DEBGAug 25 15:17:26.524 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG 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 } }] |
| 7021 | 2026-08-25T15:17:28.398Z | 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: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 |
| 7022 | 2026-08-25T15:17:28.398Z | |
| 7023 | 2026-08-25T15:17:28.398Z | initted freemap. size: 64Aug 25 15:17:26.524, Aug 25 15:17:26.524unitAug 25 15:17:26.524 INFOINFO INFO:adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7024 | 2026-08-25T15:17:28.398Z | |
| 7025 | 2026-08-25T15:17:28.398Z | |
| 7026 | 2026-08-25T15:17:28.398Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7027 | 2026-08-25T15:17:28.398Z | freemap_route_ipv6Aug 25 15:17:26.524 |
| 7028 | 2026-08-25T15:17:28.398Z | DEBGAug 25 15:17:26.524 Aug 25 15:17:26.524 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 } }]DEBGDEBG |
| 7029 | 2026-08-25T15:17:28.398Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524 |
| 7030 | 2026-08-25T15:17:28.398Z | 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 } }] |
| 7031 | 2026-08-25T15:17:28.398Z | DEBGAug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 INFO INFOAug 25 15:17:26.524adding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7032 | 2026-08-25T15:17:28.399Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7033 | 2026-08-25T15:17:28.399Z | INFOAug 25 15:17:26.524 reset freemapadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7034 | 2026-08-25T15:17:28.399Z | |
| 7035 | 2026-08-25T15:17:28.399Z | , unit: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 } }] Aug 25 15:17:26.524freemap_route_ipv6Aug 25 15:17:26.524 |
| 7036 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524 DEBG |
| 7037 | 2026-08-25T15:17:28.399Z | DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.524replacing 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 } }] |
| 7038 | 2026-08-25T15:17:28.399Z | |
| 7039 | 2026-08-25T15:17:28.399Z | INFO Aug 25 15:17:26.524adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7040 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7041 | 2026-08-25T15:17:28.399Z | |
| 7042 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524replacing 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 } }] |
| 7043 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524 DEBGINFO Aug 25 15:17:26.524replacing 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-25T15:17:28.399Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7045 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524Aug 25 15:17:26.524 |
| 7046 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524 INFODEBG Aug 25 15:17:26.524replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.14/32 -> 10.0.0.255Aug 25 15:17:26.524 |
| 7047 | 2026-08-25T15:17:28.399Z | |
| 7048 | 2026-08-25T15:17:28.399Z | DEBG INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255adding 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 } }] |
| 7049 | 2026-08-25T15:17:28.399Z | |
| 7050 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524 |
| 7051 | 2026-08-25T15:17:28.399Z | DEBG Aug 25 15:17:26.524replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524 |
| 7052 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524DEBG 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 |
| 7053 | 2026-08-25T15:17:28.399Z | INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524 |
| 7054 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524 INFOAug 25 15:17:26.524 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7055 | 2026-08-25T15:17:28.399Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 25 15:17:26.524 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO |
| 7056 | 2026-08-25T15:17:28.399Z | |
| 7057 | 2026-08-25T15:17:28.399Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:17:26.524 |
| 7058 | 2026-08-25T15:17:28.399Z | DEBG |
| 7059 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524replacing 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 } }] |
| 7060 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524DEBG DEBG Aug 25 15:17:26.524Aug 25 15:17:26.524 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 } }] |
| 7061 | 2026-08-25T15:17:28.399Z | DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.524replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7062 | 2026-08-25T15:17:28.399Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7063 | 2026-08-25T15:17:28.399Z | |
| 7064 | 2026-08-25T15:17:28.399Z | |
| 7065 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524INFO INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7066 | 2026-08-25T15:17:28.399Z | 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 } }] |
| 7067 | 2026-08-25T15:17:28.399Z | test route::tests::identity_replace_is_noop ... ok |
| 7068 | 2026-08-25T15:17:28.399Z | |
| 7069 | 2026-08-25T15:17:28.399Z | INFO INFO Aug 25 15:17:26.524adding route 172.17.0.0/32 -> 10.0.0.255 Aug 25 15:17:26.524 |
| 7070 | 2026-08-25T15:17:28.399Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOAug 25 15:17:26.524 |
| 7071 | 2026-08-25T15:17:28.399Z | Aug 25 15:17:26.524replacing 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 } }] |
| 7072 | 2026-08-25T15:17:28.400Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBGDEBG |
| 7073 | 2026-08-25T15:17:28.400Z | 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 } }] |
| 7074 | 2026-08-25T15:17:28.400Z | Aug 25 15:17:26.524 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524INFOAug 25 15:17:26.524 DEBGadding route 172.17.0.22/32 -> 10.0.0.255 DEBG |
| 7075 | 2026-08-25T15:17:28.400Z | 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 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 } }] |
| 7076 | 2026-08-25T15:17:28.400Z | |
| 7077 | 2026-08-25T15:17:28.400Z | |
| 7078 | 2026-08-25T15:17:28.400Z | Aug 25 15:17:26.524 Aug 25 15:17:26.524Aug 25 15:17:26.524 INFOINFOINFO adding route 172.17.0.18/32 -> 10.0.0.255 Aug 25 15:17:26.524adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7079 | 2026-08-25T15:17:28.400Z | |
| 7080 | 2026-08-25T15:17:28.400Z | |
| 7081 | 2026-08-25T15:17:28.400Z | Aug 25 15:17:26.524DEBG Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524INFODEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7082 | 2026-08-25T15:17:28.400Z | |
| 7083 | 2026-08-25T15:17:28.400Z | |
| 7084 | 2026-08-25T15:17:28.400Z | DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 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 |
| 7085 | 2026-08-25T15:17:28.400Z | INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7086 | 2026-08-25T15:17:28.401Z | 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 } }] |
| 7087 | 2026-08-25T15:17:28.402Z | |
| 7088 | 2026-08-25T15:17:28.402Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7089 | 2026-08-25T15:17:28.402Z | Aug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524Aug 25 15:17:26.524 Aug 25 15:17:26.524 DEBGDEBG INFO INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7090 | 2026-08-25T15:17:28.402Z | Aug 25 15:17:26.524 |
| 7091 | 2026-08-25T15:17:28.402Z | 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 25 15:17:26.531DEBG |
| 7092 | 2026-08-25T15:17:28.402Z | 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 } }]created new freemap |
| 7093 | 2026-08-25T15:17:28.402Z | Aug 25 15:17:26.531, unitINFO:Aug 25 15:17:26.531 INFO adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:17:26.531adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7094 | 2026-08-25T15:17:28.402Z | |
| 7095 | 2026-08-25T15:17:28.406Z | :INFO freemap_route_ipv4Aug 25 15:17:26.531adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7096 | 2026-08-25T15:17:28.407Z | |
| 7097 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531 DEBG DEBGAug 25 15:17:26.531 Aug 25 15:17:26.531replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7098 | 2026-08-25T15:17:28.407Z | DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.531 |
| 7099 | 2026-08-25T15:17:28.407Z | initted freemap. size: 64 |
| 7100 | 2026-08-25T15:17:28.407Z | , INFOunit :adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7101 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531freemap_route_ipv6 |
| 7102 | 2026-08-25T15:17:28.407Z | INFO Aug 25 15:17:26.531adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7103 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 DEBG INFODEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap , |
| 7104 | 2026-08-25T15:17:28.407Z | unitadding route 172.17.0.21/32 -> 10.0.0.255: |
| 7105 | 2026-08-25T15:17:28.407Z | freemap_route_ipv6Aug 25 15:17:26.531Aug 25 15:17:26.531 |
| 7106 | 2026-08-25T15:17:28.407Z | DEBG INFOreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7107 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531adding route 172.17.0.26/32 -> 10.0.0.255 INFO |
| 7108 | 2026-08-25T15:17:28.407Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.531 |
| 7109 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531DEBG INFOAug 25 15:17:26.531 Aug 25 15:17:26.531DEBGadding route 172.17.0.5/32 -> 10.0.0.255 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7110 | 2026-08-25T15:17:28.407Z | |
| 7111 | 2026-08-25T15:17:28.407Z | |
| 7112 | 2026-08-25T15:17:28.407Z | 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 } }] |
| 7113 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7114 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531 Aug 25 15:17:26.531 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 |
| 7115 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531replacing 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 } }] |
| 7116 | 2026-08-25T15:17:28.407Z | INFO |
| 7117 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7118 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7119 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 INFO DEBGINFO Aug 25 15:17:26.531adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7120 | 2026-08-25T15:17:28.407Z | INFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7121 | 2026-08-25T15:17:28.407Z | |
| 7122 | 2026-08-25T15:17:28.407Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7123 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531Aug 25 15:17:26.531DEBG DEBG |
| 7124 | 2026-08-25T15:17:28.407Z | 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 } }] |
| 7125 | 2026-08-25T15:17:28.407Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7126 | 2026-08-25T15:17:28.407Z | |
| 7127 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531 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 |
| 7128 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531 Aug 25 15:17:26.531Aug 25 15:17:26.531 INFOINFO DEBGAug 25 15:17:26.531 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 7129 | 2026-08-25T15:17:28.407Z | adding route 172.17.0.7/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 7130 | 2026-08-25T15:17:28.407Z | |
| 7131 | 2026-08-25T15:17:28.407Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 25 15:17:26.531 |
| 7132 | 2026-08-25T15:17:28.407Z | DEBG Aug 25 15:17:26.531 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7133 | 2026-08-25T15:17:28.407Z | Aug 25 15:17:26.531DEBG |
| 7134 | 2026-08-25T15:17:28.407Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.531Aug 25 15:17:26.531Aug 25 15:17:26.531 |
| 7135 | 2026-08-25T15:17:28.408Z | INFO DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7136 | 2026-08-25T15:17:28.408Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7137 | 2026-08-25T15:17:28.408Z | |
| 7138 | 2026-08-25T15:17:28.408Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 25 15:17:26.531 |
| 7139 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531INFO Aug 25 15:17:26.531 DEBGINFOadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.531 |
| 7140 | 2026-08-25T15:17:28.408Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7141 | 2026-08-25T15:17:28.408Z | |
| 7142 | 2026-08-25T15:17:28.408Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.531 |
| 7143 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531 DEBGAug 25 15:17:26.531 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 } }]INFO |
| 7144 | 2026-08-25T15:17:28.408Z | 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 } }] |
| 7145 | 2026-08-25T15:17:28.408Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7146 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 25 15:17:26.531 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7147 | 2026-08-25T15:17:28.408Z | |
| 7148 | 2026-08-25T15:17:28.408Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7149 | 2026-08-25T15:17:28.408Z | |
| 7150 | 2026-08-25T15:17:28.408Z | 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 25 15:17:26.531 |
| 7151 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531 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 } }]DEBGAug 25 15:17:26.531Aug 25 15:17:26.531 |
| 7152 | 2026-08-25T15:17:28.408Z | test route::tests::grow_succeeds ... ok |
| 7153 | 2026-08-25T15:17:28.408Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7154 | 2026-08-25T15:17:28.408Z | INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7155 | 2026-08-25T15:17:28.408Z | 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 } }] |
| 7156 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531 INFO freemap_route_ipv4 Aug 25 15:17:26.531adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7157 | 2026-08-25T15:17:28.408Z | INFOAug 25 15:17:26.531 |
| 7158 | 2026-08-25T15:17:28.408Z | DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7159 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531 |
| 7160 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531 DEBGcreated new freemapAug 25 15:17:26.531INFO, unit replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7161 | 2026-08-25T15:17:28.408Z | |
| 7162 | 2026-08-25T15:17:28.408Z | DEBG: freemap_route_ipv6 |
| 7163 | 2026-08-25T15:17:28.408Z | 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 } }] |
| 7164 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.531 |
| 7165 | 2026-08-25T15:17:28.408Z | |
| 7166 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531 INFODEBGAug 25 15:17:26.531Aug 25 15:17:26.531 INFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 initted freemap. size: 64adding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 7167 | 2026-08-25T15:17:28.408Z | unit: |
| 7168 | 2026-08-25T15:17:28.408Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.531 |
| 7169 | 2026-08-25T15:17:28.408Z | DEBGfreemap_route_ipv4Aug 25 15:17:26.531 |
| 7170 | 2026-08-25T15:17:28.408Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7171 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531replacing 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 |
| 7172 | 2026-08-25T15:17:28.408Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.531 |
| 7173 | 2026-08-25T15:17:28.408Z | Aug 25 15:17:26.531INFO INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:17:26.531 |
| 7174 | 2026-08-25T15:17:28.408Z | adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 7175 | 2026-08-25T15:17:28.409Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.531 |
| 7176 | 2026-08-25T15:17:28.409Z | Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531reset freemap Aug 25 15:17:26.531DEBG , DEBGunitINFO 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 } }] |
| 7177 | 2026-08-25T15:17:28.409Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7178 | 2026-08-25T15:17:28.409Z | |
| 7179 | 2026-08-25T15:17:28.409Z | : freemap_route_ipv4 |
| 7180 | 2026-08-25T15:17:28.409Z | Aug 25 15:17:26.531 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7181 | 2026-08-25T15:17:28.409Z | Aug 25 15:17:26.531 Aug 25 15:17:26.531DEBG Aug 25 15:17:26.531replacing 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 } }] DEBGINFO |
| 7182 | 2026-08-25T15:17:28.410Z | initted freemap. size: 64 , adding route 172.17.0.35/32 -> 10.0.0.255unit |
| 7183 | 2026-08-25T15:17:28.410Z | :Aug 25 15:17:26.531 freemap_route_ipv6Aug 25 15:17:26.531Aug 25 15:17:26.531DEBG |
| 7184 | 2026-08-25T15:17:28.410Z | 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 } }] replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7185 | 2026-08-25T15:17:28.410Z | |
| 7186 | 2026-08-25T15:17:28.410Z | |
| 7187 | 2026-08-25T15:17:28.410Z | Aug 25 15:17:26.531 Aug 25 15:17:26.531DEBG INFOAug 25 15:17:26.531reset freemap Aug 25 15:17:26.531, DEBG unitINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7188 | 2026-08-25T15:17:28.410Z | : 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 } }] |
| 7189 | 2026-08-25T15:17:28.410Z | freemap_route_ipv6 |
| 7190 | 2026-08-25T15:17:28.410Z | |
| 7191 | 2026-08-25T15:17:28.410Z | Aug 25 15:17:26.531 Aug 25 15:17:26.531DEBGAug 25 15:17:26.531 DEBG INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7192 | 2026-08-25T15:17:28.410Z | Aug 25 15:17:26.531 |
| 7193 | 2026-08-25T15:17:28.410Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.531 |
| 7194 | 2026-08-25T15:17:28.410Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7195 | 2026-08-25T15:17:28.414Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 15:17:26.531 |
| 7196 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.531INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Aug 25 15:17:26.531replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7197 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.531 |
| 7198 | 2026-08-25T15:17:28.414Z | DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7199 | 2026-08-25T15:17:28.414Z | |
| 7200 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.531Aug 25 15:17:26.531 Aug 25 15:17:26.531INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7201 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.531INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 15:17:26.531DEBG DEBG |
| 7202 | 2026-08-25T15:17:28.414Z | 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 } }] |
| 7203 | 2026-08-25T15:17:28.414Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7204 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.532 DEBG DEBGcreated new freemap , replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitAug 25 15:17:26.539 |
| 7205 | 2026-08-25T15:17:28.414Z | :INFO freemap_route_ipv4adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7206 | 2026-08-25T15:17:28.414Z | |
| 7207 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.539 DEBGAug 25 15:17:26.539 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7208 | 2026-08-25T15:17:28.414Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7209 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.539 INFO |
| 7210 | 2026-08-25T15:17:28.414Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:17:26.539 |
| 7211 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.517INFO Aug 25 15:17:26.539DEBG Aug 25 15:17:26.539 adding route 172.17.0.27/32 -> 10.0.0.255 DEBG |
| 7212 | 2026-08-25T15:17:28.414Z | Aug 25 15:17:26.539replacing 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 } }] created new freemap |
| 7213 | 2026-08-25T15:17:28.414Z | , DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.539 |
| 7214 | 2026-08-25T15:17:28.414Z | unit :replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO Aug 25 15:17:26.539adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:17:26.539 |
| 7215 | 2026-08-25T15:17:28.415Z | |
| 7216 | 2026-08-25T15:17:28.415Z | freemap_route_ipv4INFO |
| 7217 | 2026-08-25T15:17:28.415Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 7218 | 2026-08-25T15:17:28.415Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.539Aug 25 15:17:26.539Aug 25 15:17:26.539 Aug 25 15:17:26.539DEBGINFO DEBG |
| 7219 | 2026-08-25T15:17:28.415Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 7220 | 2026-08-25T15:17:28.415Z | created new 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 } }]Aug 25 15:17:26.539unit |
| 7221 | 2026-08-25T15:17:28.415Z | :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 } }] |
| 7222 | 2026-08-25T15:17:28.415Z | freemap_route_ipv6 |
| 7223 | 2026-08-25T15:17:28.415Z | INFO Aug 25 15:17:26.539Aug 25 15:17:26.539Aug 25 15:17:26.539 INFODEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 7224 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539initted freemap. size: 64 , INFOunitadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7225 | 2026-08-25T15:17:28.415Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff: freemap_route_ipv4 |
| 7226 | 2026-08-25T15:17:28.415Z | |
| 7227 | 2026-08-25T15:17:28.415Z | DEBG Aug 25 15:17:26.539Aug 25 15:17:26.539 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.539DEBG 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 } }] |
| 7228 | 2026-08-25T15:17:28.415Z | |
| 7229 | 2026-08-25T15:17:28.415Z | DEBG reset freemap , Aug 25 15:17:26.539replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit : |
| 7230 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 INFOfreemap_route_ipv4 |
| 7231 | 2026-08-25T15:17:28.415Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 Aug 25 15:17:26.539Aug 25 15:17:26.539adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7232 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 |
| 7233 | 2026-08-25T15:17:28.415Z | DEBG initted freemap. size: 64 , DEBG Aug 25 15:17:26.539unitINFO :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 } }] |
| 7234 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539DEBG 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 } }]freemap_route_ipv6 |
| 7235 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 INFO |
| 7236 | 2026-08-25T15:17:28.415Z | DEBGadding route 172.17.0.29/32 -> 10.0.0.255Aug 25 15:17:26.539 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 |
| 7237 | 2026-08-25T15:17:28.415Z | |
| 7238 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 reset freemapINFO, adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit Aug 25 15:17:26.539: |
| 7239 | 2026-08-25T15:17:28.415Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6 |
| 7240 | 2026-08-25T15:17:28.415Z | |
| 7241 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 Aug 25 15:17:26.539adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7242 | 2026-08-25T15:17:28.415Z | 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 Aug 25 15:17:26.539replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:17:26.539Aug 25 15:17:26.539 |
| 7243 | 2026-08-25T15:17:28.415Z | |
| 7244 | 2026-08-25T15:17:28.415Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7245 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539DEBG 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 } }] |
| 7246 | 2026-08-25T15:17:28.415Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 25 15:17:26.539 |
| 7247 | 2026-08-25T15:17:28.415Z | DEBGAug 25 15:17:26.539 |
| 7248 | 2026-08-25T15:17:28.415Z | Aug 25 15:17:26.539 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 25 15:17:26.539 |
| 7249 | 2026-08-25T15:17:28.415Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7250 | 2026-08-25T15:17:28.415Z | INFOINFO Aug 25 15:17:26.539 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:17:26.539Aug 25 15:17:26.539INFO DEBG |
| 7251 | 2026-08-25T15:17:28.415Z | |
| 7252 | 2026-08-25T15:17:28.415Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7253 | 2026-08-25T15:17:28.415Z | 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:dead::/64 -> 2001:db8::55:2 |
| 7254 | 2026-08-25T15:17:28.416Z | |
| 7255 | 2026-08-25T15:17:28.416Z | 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 } }] |
| 7256 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.539 Aug 25 15:17:26.539Aug 25 15:17:26.539 DEBGAug 25 15:17:26.539 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7257 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.539 DEBGINFODEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 15:17:26.539replacing 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 } }] |
| 7258 | 2026-08-25T15:17:28.416Z | adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7259 | 2026-08-25T15:17:28.416Z | |
| 7260 | 2026-08-25T15:17:28.416Z | |
| 7261 | 2026-08-25T15:17:28.416Z | INFOAug 25 15:17:26.539 Aug 25 15:17:26.539adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 25 15:17:26.539 |
| 7262 | 2026-08-25T15:17:28.416Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7263 | 2026-08-25T15:17:28.416Z | DEBG DEBGAug 25 15:17:26.539 Aug 25 15:17:26.539replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7264 | 2026-08-25T15:17:28.416Z | |
| 7265 | 2026-08-25T15:17:28.416Z | DEBGINFOAug 25 15:17:26.539 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:17:26.539 |
| 7266 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.539 INFO |
| 7267 | 2026-08-25T15:17:28.416Z | 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.47/32 -> 10.0.0.255Aug 25 15:17:26.539 |
| 7268 | 2026-08-25T15:17:28.416Z | |
| 7269 | 2026-08-25T15:17:28.416Z | INFOAug 25 15:17:26.539 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7270 | 2026-08-25T15:17:28.416Z | |
| 7271 | 2026-08-25T15:17:28.416Z | DEBG Aug 25 15:17:26.539replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:17:26.540 |
| 7272 | 2026-08-25T15:17:28.416Z | DEBGDEBG Aug 25 15:17:26.540Aug 25 15:17:26.539replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7273 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.540 INFO DEBG |
| 7274 | 2026-08-25T15:17:28.416Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7275 | 2026-08-25T15:17:28.416Z | INFOAug 25 15:17:26.540 |
| 7276 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.540 DEBGAug 25 15:17:26.540 replacing targets for 3fff:dead::/64 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 } }] |
| 7277 | 2026-08-25T15:17:28.416Z | INFODEBGadding route 172.17.0.32/32 -> 10.0.0.255 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 } }] |
| 7278 | 2026-08-25T15:17:28.416Z | adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:17:26.540Aug 25 15:17:26.540 |
| 7279 | 2026-08-25T15:17:28.416Z | |
| 7280 | 2026-08-25T15:17:28.416Z | WARN Aug 25 15:17:26.540Aug 25 15:17:26.540 DEBGINFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 |
| 7281 | 2026-08-25T15:17:28.416Z | |
| 7282 | 2026-08-25T15:17:28.416Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7283 | 2026-08-25T15:17:28.416Z | |
| 7284 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.540 INFOAug 25 15:17:26.540 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7285 | 2026-08-25T15:17:28.416Z | 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 } }] |
| 7286 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.540 Aug 25 15:17:26.540DEBG Aug 25 15:17:26.540Aug 25 15:17:26.539 DEBG 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 } }]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 } }] |
| 7287 | 2026-08-25T15:17:28.416Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7288 | 2026-08-25T15:17:28.416Z | DEBG Aug 25 15:17:26.540 |
| 7289 | 2026-08-25T15:17:28.416Z | Aug 25 15:17:26.540Aug 25 15:17:26.540created new freemapDEBG , unitINFO : Aug 25 15:17:26.540 freemap_route_ipv6 INFOadding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7290 | 2026-08-25T15:17:28.416Z | |
| 7291 | 2026-08-25T15:17:28.416Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7292 | 2026-08-25T15:17:28.416Z | 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 } }] |
| 7293 | 2026-08-25T15:17:28.417Z | |
| 7294 | 2026-08-25T15:17:28.417Z | Aug 25 15:17:26.540 Aug 25 15:17:26.540DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.540 |
| 7295 | 2026-08-25T15:17:28.421Z | DEBGAug 25 15:17:26.540Aug 25 15:17:26.540 INFO Aug 25 15:17:26.540initted freemap. size: 64 INFO INFODEBG , adding route 172.17.0.34/32 -> 10.0.0.255 adding route 172.17.0.51/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitreplacing 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 } }] |
| 7296 | 2026-08-25T15:17:28.421Z | : |
| 7297 | 2026-08-25T15:17:28.421Z | freemap_route_ipv4 |
| 7298 | 2026-08-25T15:17:28.421Z | |
| 7299 | 2026-08-25T15:17:28.421Z | |
| 7300 | 2026-08-25T15:17:28.421Z | Aug 25 15:17:26.540Aug 25 15:17:26.540 Aug 25 15:17:26.540 DEBGINFO Aug 25 15:17:26.540Aug 25 15:17:26.540DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff reset freemap DEBGDEBG |
| 7301 | 2026-08-25T15:17:28.421Z | , 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 } }]unit |
| 7302 | 2026-08-25T15:17:28.421Z | : freemap_route_ipv4 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.540Aug 25 15:17:26.540 |
| 7303 | 2026-08-25T15:17:28.421Z | DEBGINFO |
| 7304 | 2026-08-25T15:17:28.421Z | adding route 172.17.0.52/32 -> 10.0.0.255Aug 25 15:17:26.540 |
| 7305 | 2026-08-25T15:17:28.421Z | 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 } }] |
| 7306 | 2026-08-25T15:17:28.421Z | DEBG initted freemap. size: 64Aug 25 15:17:26.540, |
| 7307 | 2026-08-25T15:17:28.421Z | unitAug 25 15:17:26.540: DEBGfreemap_route_ipv6INFO |
| 7308 | 2026-08-25T15:17:28.421Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.540 |
| 7309 | 2026-08-25T15:17:28.421Z | adding route 172.17.0.35/32 -> 10.0.0.255 INFO |
| 7310 | 2026-08-25T15:17:28.421Z | Aug 25 15:17:26.540Aug 25 15:17:26.540 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255Aug 25 15:17:26.540 |
| 7311 | 2026-08-25T15:17:28.422Z | DEBG INFO |
| 7312 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.540 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreset freemapAug 25 15:17:26.540 |
| 7313 | 2026-08-25T15:17:28.422Z | , DEBGunitAug 25 15:17:26.540 :DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.540freemap_route_ipv6DEBGreplacing 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 } }] |
| 7314 | 2026-08-25T15:17:28.422Z | |
| 7315 | 2026-08-25T15:17:28.422Z | 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 } }] |
| 7316 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.540Aug 25 15:17:26.540 Aug 25 15:17:26.624DEBG INFO created new freemapINFOadding route 172.17.0.54/32 -> 10.0.0.255, unitadding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 7317 | 2026-08-25T15:17:28.422Z | |
| 7318 | 2026-08-25T15:17:28.422Z | freemap_route_ipv4Aug 25 15:17:26.624 |
| 7319 | 2026-08-25T15:17:28.422Z | DEBGAug 25 15:17:26.624DEBG 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 } }] 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7320 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.624Aug 25 15:17:26.624 |
| 7321 | 2026-08-25T15:17:28.422Z | DEBGINFO |
| 7322 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.624adding route 3fff:beef:37::/64 -> 2001:db8::55:ff created new freemapINFO , |
| 7323 | 2026-08-25T15:17:28.422Z | adding route 172.17.0.55/32 -> 10.0.0.255unitAug 25 15:17:26.624 |
| 7324 | 2026-08-25T15:17:28.422Z | INFO: adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.624 |
| 7325 | 2026-08-25T15:17:28.422Z | freemap_route_ipv6Aug 25 15:17:26.624DEBGAug 25 15:17:26.624 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 } }] |
| 7326 | 2026-08-25T15:17:28.422Z | DEBGINFO |
| 7327 | 2026-08-25T15:17:28.422Z | 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 } }] |
| 7328 | 2026-08-25T15:17:28.422Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 25 15:17:26.624Aug 25 15:17:26.624 |
| 7329 | 2026-08-25T15:17:28.422Z | INFO Aug 25 15:17:26.624 Aug 25 15:17:26.624DEBGDEBGadding route 172.17.0.56/32 -> 10.0.0.255 initted freemap. size: 64 |
| 7330 | 2026-08-25T15:17:28.422Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7331 | 2026-08-25T15:17:28.422Z | , adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7332 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.624unit Aug 25 15:17:26.624:Aug 25 15:17:26.624 DEBG INFO Aug 25 15:17:26.624DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 7333 | 2026-08-25T15:17:28.422Z | freemap_route_ipv4replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7334 | 2026-08-25T15:17:28.422Z | |
| 7335 | 2026-08-25T15:17:28.422Z | |
| 7336 | 2026-08-25T15:17:28.422Z | |
| 7337 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 INFOINFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:17:26.624 |
| 7338 | 2026-08-25T15:17:28.422Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.57/32 -> 10.0.0.255 |
| 7339 | 2026-08-25T15:17:28.422Z | |
| 7340 | 2026-08-25T15:17:28.422Z | DEBGAug 25 15:17:26.624 Aug 25 15:17:26.624 INFODEBGreset freemap Aug 25 15:17:26.624 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 25 15:17:26.624 |
| 7341 | 2026-08-25T15:17:28.422Z | , unit DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }]: |
| 7342 | 2026-08-25T15:17:28.422Z | |
| 7343 | 2026-08-25T15:17:28.422Z | |
| 7344 | 2026-08-25T15:17:28.422Z | freemap_route_ipv4 |
| 7345 | 2026-08-25T15:17:28.422Z | Aug 25 15:17:26.624 INFOAug 25 15:17:26.624 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:17:26.624Aug 25 15:17:26.624 |
| 7346 | 2026-08-25T15:17:28.422Z | DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] Aug 25 15:17:26.624initted freemap. size: 64 |
| 7347 | 2026-08-25T15:17:28.422Z | adding route 172.17.0.58/32 -> 10.0.0.255, unit:Aug 25 15:17:26.624 |
| 7348 | 2026-08-25T15:17:28.423Z | DEBGAug 25 15:17:26.624DEBG DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 7349 | 2026-08-25T15:17:28.423Z | |
| 7350 | 2026-08-25T15:17:28.423Z | 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 } }] |
| 7351 | 2026-08-25T15:17:28.423Z | freemap_route_ipv6Aug 25 15:17:26.624 |
| 7352 | 2026-08-25T15:17:28.423Z | DEBGAug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 Aug 25 15:17:26.624replacing 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 } }] |
| 7353 | 2026-08-25T15:17:28.423Z | INFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffWARN |
| 7354 | 2026-08-25T15:17:28.423Z | INFOshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7355 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.624reset freemapAug 25 15:17:26.624, unitDEBG :INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7356 | 2026-08-25T15:17:28.423Z | |
| 7357 | 2026-08-25T15:17:28.423Z | adding route 172.17.0.59/32 -> 10.0.0.255freemap_route_ipv6 |
| 7358 | 2026-08-25T15:17:28.423Z | |
| 7359 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.624Aug 25 15:17:26.624Aug 25 15:17:26.624 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 7360 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.624 |
| 7361 | 2026-08-25T15:17:28.423Z | INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7362 | 2026-08-25T15:17:28.423Z | |
| 7363 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.624Aug 25 15:17:26.624 INFODEBGAug 25 15:17:26.624Aug 25 15:17:26.624 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 } }] 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.60/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7364 | 2026-08-25T15:17:28.423Z | |
| 7365 | 2026-08-25T15:17:28.423Z | |
| 7366 | 2026-08-25T15:17:28.423Z | |
| 7367 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.624Aug 25 15:17:26.624 Aug 25 15:17:26.624INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:17:26.624 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 } }]DEBG failed to allocate space for the new target listAug 25 15:17:26.625 |
| 7368 | 2026-08-25T15:17:28.423Z | DEBG |
| 7369 | 2026-08-25T15:17:28.423Z | 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 } }] |
| 7370 | 2026-08-25T15:17:28.423Z | |
| 7371 | 2026-08-25T15:17:28.423Z | created new freemapAug 25 15:17:26.632 Aug 25 15:17:26.632, DEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:17:26.632 |
| 7372 | 2026-08-25T15:17:28.423Z | INFOfreemap_route_ipv4 Aug 25 15:17:26.632 |
| 7373 | 2026-08-25T15:17:28.423Z | adding route 172.17.0.36/32 -> 10.0.0.255INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7374 | 2026-08-25T15:17:28.423Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:17:26.632Aug 25 15:17:26.632 |
| 7375 | 2026-08-25T15:17:28.423Z | DEBG DEBGcreated new freemap |
| 7376 | 2026-08-25T15:17:28.423Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:17:26.632unit: |
| 7377 | 2026-08-25T15:17:28.423Z | DEBGfreemap_route_ipv6 |
| 7378 | 2026-08-25T15:17:28.423Z | 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 } }] |
| 7379 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.632Aug 25 15:17:26.632 DEBGINFO initted freemap. size: 64adding route 172.17.0.37/32 -> 10.0.0.255, |
| 7380 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.632unit :DEBG Aug 25 15:17:26.632freemap_route_ipv4 |
| 7381 | 2026-08-25T15:17:28.423Z | 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 } }] |
| 7382 | 2026-08-25T15:17:28.423Z | 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 } }] |
| 7383 | 2026-08-25T15:17:28.423Z | Aug 25 15:17:26.632 Aug 25 15:17:26.632 INFOAug 25 15:17:26.632 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 7384 | 2026-08-25T15:17:28.423Z | INFOreset freemap , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunit |
| 7385 | 2026-08-25T15:17:28.423Z | :Aug 25 15:17:26.632 freemap_route_ipv4DEBG |
| 7386 | 2026-08-25T15:17:28.423Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632 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 } }] |
| 7387 | 2026-08-25T15:17:28.424Z | |
| 7388 | 2026-08-25T15:17:28.424Z | Aug 25 15:17:26.632Aug 25 15:17:26.632 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO INFO |
| 7389 | 2026-08-25T15:17:28.424Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 25 15:17:26.632 |
| 7390 | 2026-08-25T15:17:28.424Z | DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7391 | 2026-08-25T15:17:28.424Z | initted freemap. size: 64Aug 25 15:17:26.632, unitAug 25 15:17:26.632: DEBGINFOfreemap_route_ipv6Aug 25 15:17:26.632 |
| 7392 | 2026-08-25T15:17:28.424Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7393 | 2026-08-25T15:17:28.424Z | DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.632replacing 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 } }] |
| 7394 | 2026-08-25T15:17:28.424Z | |
| 7395 | 2026-08-25T15:17:28.428Z | DEBG Aug 25 15:17:26.632reset freemap , DEBGunit :replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 7396 | 2026-08-25T15:17:28.428Z | Aug 25 15:17:26.632 |
| 7397 | 2026-08-25T15:17:28.428Z | INFOAug 25 15:17:26.632 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7398 | 2026-08-25T15:17:28.428Z | Aug 25 15:17:26.632Aug 25 15:17:26.632failed to allocate space for the new target list INFO |
| 7399 | 2026-08-25T15:17:28.428Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 Aug 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7400 | 2026-08-25T15:17:28.428Z | DEBG |
| 7401 | 2026-08-25T15:17:28.428Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632Aug 25 15:17:26.632Aug 25 15:17:26.632 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }] |
| 7402 | 2026-08-25T15:17:28.428Z | |
| 7403 | 2026-08-25T15:17:28.428Z | |
| 7404 | 2026-08-25T15:17:28.428Z | DEBGAug 25 15:17:26.540Aug 25 15:17:26.632 Aug 25 15:17:26.632INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7405 | 2026-08-25T15:17:28.428Z | INFO |
| 7406 | 2026-08-25T15:17:28.428Z | DEBGINFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7407 | 2026-08-25T15:17:28.428Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7408 | 2026-08-25T15:17:28.429Z | created new freemapAug 25 15:17:26.632 Aug 25 15:17:26.632DEBG, Aug 25 15:17:26.632unitDEBG :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 } }]freemap_route_ipv4 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 } }] |
| 7409 | 2026-08-25T15:17:28.429Z | 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 } }] |
| 7410 | 2026-08-25T15:17:28.429Z | |
| 7411 | 2026-08-25T15:17:28.429Z | |
| 7412 | 2026-08-25T15:17:28.429Z | Aug 25 15:17:26.632 INFOAug 25 15:17:26.632 Aug 25 15:17:26.632adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7413 | 2026-08-25T15:17:28.429Z | INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7414 | 2026-08-25T15:17:28.429Z | adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:17:26.632Aug 25 15:17:26.632 |
| 7415 | 2026-08-25T15:17:28.429Z | Aug 25 15:17:26.632DEBG 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 25 15:17:26.632 |
| 7416 | 2026-08-25T15:17:28.429Z | created new freemap DEBG, |
| 7417 | 2026-08-25T15:17:28.429Z | unit: Aug 25 15:17:26.632freemap_route_ipv6 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 } }]INFOAug 25 15:17:26.632 |
| 7418 | 2026-08-25T15:17:28.429Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7419 | 2026-08-25T15:17:28.429Z | |
| 7420 | 2026-08-25T15:17:28.429Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7421 | 2026-08-25T15:17:28.429Z | Aug 25 15:17:26.632Aug 25 15:17:26.632 |
| 7422 | 2026-08-25T15:17:28.429Z | Aug 25 15:17:26.632INFOAug 25 15:17:26.632DEBG DEBG initted freemap. size: 64replacing 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 } }], |
| 7423 | 2026-08-25T15:17:28.429Z | unit DEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: Aug 25 15:17:26.632 |
| 7424 | 2026-08-25T15:17:28.429Z | |
| 7425 | 2026-08-25T15:17:28.429Z | freemap_route_ipv4 |
| 7426 | 2026-08-25T15:17:28.429Z | INFOAug 25 15:17:26.632 Aug 25 15:17:26.632adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7427 | 2026-08-25T15:17:28.429Z | Aug 25 15:17:26.632DEBG Aug 25 15:17:26.632DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632 |
| 7428 | 2026-08-25T15:17:28.429Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7429 | 2026-08-25T15:17:28.430Z | 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 } }]DEBG |
| 7430 | 2026-08-25T15:17:28.430Z | reset freemapadding route 172.17.0.61/32 -> 10.0.0.255, |
| 7431 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632Aug 25 15:17:26.632unit : INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7432 | 2026-08-25T15:17:28.430Z | |
| 7433 | 2026-08-25T15:17:28.430Z | freemap_route_ipv4 |
| 7434 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632Aug 25 15:17:26.632Aug 25 15:17:26.632 DEBGAug 25 15:17:26.632DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7435 | 2026-08-25T15:17:28.430Z | DEBGDEBG initted freemap. size: 64 |
| 7436 | 2026-08-25T15:17:28.430Z | , Aug 25 15:17:26.632replacing 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 } }] unit |
| 7437 | 2026-08-25T15:17:28.430Z | INFOAug 25 15:17:26.632 :adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7438 | 2026-08-25T15:17:28.430Z | INFOfreemap_route_ipv6 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7439 | 2026-08-25T15:17:28.430Z | |
| 7440 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632 DEBG Aug 25 15:17:26.632replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632Aug 25 15:17:26.632 |
| 7441 | 2026-08-25T15:17:28.430Z | DEBG reset freemapDEBG, INFOunit Aug 25 15:17:26.632replacing 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 } }]: |
| 7442 | 2026-08-25T15:17:28.430Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7443 | 2026-08-25T15:17:28.430Z | freemap_route_ipv6Aug 25 15:17:26.632 |
| 7444 | 2026-08-25T15:17:28.430Z | adding route 172.17.0.62/32 -> 10.0.0.255INFO |
| 7445 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7446 | 2026-08-25T15:17:28.430Z | INFOAug 25 15:17:26.632 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7447 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632Aug 25 15:17:26.632replacing 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 } }] |
| 7448 | 2026-08-25T15:17:28.430Z | DEBG Aug 25 15:17:26.632 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 } }]DEBG |
| 7449 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOreplacing targets for 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 } }] |
| 7450 | 2026-08-25T15:17:28.430Z | |
| 7451 | 2026-08-25T15:17:28.430Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 25 15:17:26.632 |
| 7452 | 2026-08-25T15:17:28.430Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7453 | 2026-08-25T15:17:28.430Z | test route::tests::add_target_fails_full ... ok |
| 7454 | 2026-08-25T15:17:28.430Z | INFOAug 25 15:17:26.632Aug 25 15:17:26.632 Aug 25 15:17:26.632INFO adding route 172.17.0.47/32 -> 10.0.0.255INFODEBG 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:2 |
| 7455 | 2026-08-25T15:17:28.430Z | |
| 7456 | 2026-08-25T15:17:28.430Z | |
| 7457 | 2026-08-25T15:17:28.430Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7458 | 2026-08-25T15:17:28.430Z | Aug 25 15:17:26.632Aug 25 15:17:26.632 Aug 25 15:17:26.632INFOAug 25 15:17:26.632 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7459 | 2026-08-25T15:17:28.431Z | |
| 7460 | 2026-08-25T15:17:28.431Z | 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 } }] |
| 7461 | 2026-08-25T15:17:28.431Z | replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632 |
| 7462 | 2026-08-25T15:17:28.431Z | Aug 25 15:17:26.632DEBGAug 25 15:17:26.632 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7463 | 2026-08-25T15:17:28.431Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7464 | 2026-08-25T15:17:28.431Z | Aug 25 15:17:26.632 |
| 7465 | 2026-08-25T15:17:28.431Z | Aug 25 15:17:26.632DEBG INFOAug 25 15:17:26.632 adding route 172.17.0.21/32 -> 10.0.0.255DEBGAug 25 15:17:26.632 |
| 7466 | 2026-08-25T15:17:28.431Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] failed to allocate space for the new target list |
| 7467 | 2026-08-25T15:17:28.431Z | DEBG |
| 7468 | 2026-08-25T15:17:28.431Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632 |
| 7469 | 2026-08-25T15:17:28.431Z | DEBGAug 25 15:17:26.632 Aug 25 15:17:26.632replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.632INFO |
| 7470 | 2026-08-25T15:17:28.431Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7471 | 2026-08-25T15:17:28.431Z | adding route 172.17.0.49/32 -> 10.0.0.255Aug 25 15:17:26.632 |
| 7472 | 2026-08-25T15:17:28.431Z | 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 } }] |
| 7473 | 2026-08-25T15:17:28.431Z | Aug 25 15:17:26.632Aug 25 15:17:26.632INFO DEBGDEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7474 | 2026-08-25T15:17:28.432Z | Aug 25 15:17:26.633Aug 25 15:17:26.633 Aug 25 15:17:26.640DEBG DEBGcreated new freemap , created new freemap |
| 7475 | 2026-08-25T15:17:28.432Z | unit, :unit :freemap_route_ipv4 |
| 7476 | 2026-08-25T15:17:28.432Z | freemap_route_ipv4Aug 25 15:17:26.633 |
| 7477 | 2026-08-25T15:17:28.432Z | DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7478 | 2026-08-25T15:17:28.432Z | created new freemap DEBG, Aug 25 15:17:26.640 Aug 25 15:17:26.640unitDEBG:Aug 25 15:17:26.640 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 7479 | 2026-08-25T15:17:28.432Z | DEBGcreated new freemap freemap_route_ipv4adding route 172.17.0.23/32 -> 10.0.0.255, Aug 25 15:17:26.640 |
| 7480 | 2026-08-25T15:17:28.432Z | |
| 7481 | 2026-08-25T15:17:28.432Z | WARNunit : Aug 25 15:17:26.640shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) created new freemap |
| 7482 | 2026-08-25T15:17:28.432Z | DEBG , freemap_route_ipv6Aug 25 15:17:26.640unit |
| 7483 | 2026-08-25T15:17:28.433Z | 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 } }]created new freemap |
| 7484 | 2026-08-25T15:17:28.433Z | , freemap_route_ipv6Aug 25 15:17:26.640unit |
| 7485 | 2026-08-25T15:17:28.433Z | :Aug 25 15:17:26.640 freemap_route_ipv6INFO |
| 7486 | 2026-08-25T15:17:28.433Z | DEBG initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255, |
| 7487 | 2026-08-25T15:17:28.433Z | unitAug 25 15:17:26.640: Aug 25 15:17:26.640DEBG freemap_route_ipv4initted freemap. size: 64DEBGAug 25 15:17:26.640 , DEBG |
| 7488 | 2026-08-25T15:17:28.433Z | unit 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. size: 64 |
| 7489 | 2026-08-25T15:17:28.433Z | , Aug 25 15:17:26.640 unitDEBG:freemap_route_ipv4Aug 25 15:17:26.640 |
| 7490 | 2026-08-25T15:17:28.433Z | freemap_route_ipv4INFO |
| 7491 | 2026-08-25T15:17:28.433Z | reset freemapadding route 172.17.0.25/32 -> 10.0.0.255, |
| 7492 | 2026-08-25T15:17:28.433Z | unitAug 25 15:17:26.640:Aug 25 15:17:26.640 Aug 25 15:17:26.640 freemap_route_ipv4 DEBGDEBG |
| 7493 | 2026-08-25T15:17:28.433Z | reset freemap , replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7494 | 2026-08-25T15:17:28.433Z | :DEBG Aug 25 15:17:26.640freemap_route_ipv4 reset freemapDEBGAug 25 15:17:26.640, |
| 7495 | 2026-08-25T15:17:28.437Z | unit INFO initted freemap. size: 64:, Aug 25 15:17:26.640adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7496 | 2026-08-25T15:17:28.437Z | unitDEBGfreemap_route_ipv4: |
| 7497 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640 freemap_route_ipv6DEBGinitted freemap. size: 64 |
| 7498 | 2026-08-25T15:17:28.437Z | 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 } }], |
| 7499 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640unit :DEBG Aug 25 15:17:26.640initted freemap. size: 64freemap_route_ipv6, unitDEBG |
| 7500 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640 :reset freemapINFO, adding route 172.17.0.27/32 -> 10.0.0.255 unit |
| 7501 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640: DEBGfreemap_route_ipv6 freemap_route_ipv6reset freemapAug 25 15:17:26.640, |
| 7502 | 2026-08-25T15:17:28.437Z | unitDEBG: |
| 7503 | 2026-08-25T15:17:28.437Z | 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 } }] |
| 7504 | 2026-08-25T15:17:28.437Z | freemap_route_ipv6Aug 25 15:17:26.640Aug 25 15:17:26.640Aug 25 15:17:26.640 INFODEBG |
| 7505 | 2026-08-25T15:17:28.437Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7506 | 2026-08-25T15:17:28.437Z | adding route 172.16.0.0/32 -> 10.0.0.1reset freemap |
| 7507 | 2026-08-25T15:17:28.437Z | , Aug 25 15:17:26.640unit Aug 25 15:17:26.640: INFODEBG Aug 25 15:17:26.640 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7508 | 2026-08-25T15:17:28.437Z | DEBG |
| 7509 | 2026-08-25T15:17:28.437Z | 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 } }]freemap_route_ipv6 |
| 7510 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640 |
| 7511 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640 DEBGINFOAug 25 15:17:26.640 Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7512 | 2026-08-25T15:17:28.437Z | |
| 7513 | 2026-08-25T15:17:28.437Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7514 | 2026-08-25T15:17:28.437Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:17:26.640Aug 25 15:17:26.640 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7515 | 2026-08-25T15:17:28.437Z | |
| 7516 | 2026-08-25T15:17:28.437Z | |
| 7517 | 2026-08-25T15:17:28.437Z | Aug 25 15:17:26.640 DEBGAug 25 15:17:26.633 Aug 25 15:17:26.640replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7518 | 2026-08-25T15:17:28.437Z | DEBGDEBGAug 25 15:17:26.640DEBG 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 } }] adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7519 | 2026-08-25T15:17:28.437Z | |
| 7520 | 2026-08-25T15:17:28.438Z | 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 } }]Aug 25 15:17:26.640 |
| 7521 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 DEBGINFOAug 25 15:17:26.640Aug 25 15:17:26.640 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 INFO |
| 7522 | 2026-08-25T15:17:28.438Z | adding route 172.16.0.0/32 -> 10.0.0.3 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7523 | 2026-08-25T15:17:28.438Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7524 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 |
| 7525 | 2026-08-25T15:17:28.438Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255, Aug 25 15:17:26.640unit |
| 7526 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640: Aug 25 15:17:26.640 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBGAug 25 15:17:26.640freemap_route_ipv4 |
| 7527 | 2026-08-25T15:17:28.438Z | |
| 7528 | 2026-08-25T15:17:28.438Z | 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 } }] replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7529 | 2026-08-25T15:17:28.438Z | |
| 7530 | 2026-08-25T15:17:28.438Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7531 | 2026-08-25T15:17:28.438Z | INFO Aug 25 15:17:26.640 Aug 25 15:17:26.640Aug 25 15:17:26.640INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7532 | 2026-08-25T15:17:28.438Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 7533 | 2026-08-25T15:17:28.438Z | adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7534 | 2026-08-25T15:17:28.438Z | |
| 7535 | 2026-08-25T15:17:28.438Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640Aug 25 15:17:26.640 |
| 7536 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 DEBGDEBGAug 25 15:17:26.640 DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7537 | 2026-08-25T15:17:28.438Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7538 | 2026-08-25T15:17:28.438Z | 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 } }]INFOAug 25 15:17:26.640 adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:17:26.640INFO |
| 7539 | 2026-08-25T15:17:28.438Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7540 | 2026-08-25T15:17:28.438Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7541 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640Aug 25 15:17:26.640 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 } }] |
| 7542 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7543 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 DEBG Aug 25 15:17:26.632replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7544 | 2026-08-25T15:17:28.438Z | DEBG DEBGfailed to allocate space for the new target list |
| 7545 | 2026-08-25T15:17:28.438Z | 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 } }] |
| 7546 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 INFO Aug 25 15:17:26.640DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 7547 | 2026-08-25T15:17:28.438Z | INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7548 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 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 } }] |
| 7549 | 2026-08-25T15:17:28.438Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:17:26.640 |
| 7550 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640 |
| 7551 | 2026-08-25T15:17:28.438Z | DEBG Aug 25 15:17:26.640INFOcreated new freemap , adding route 172.17.0.51/32 -> 10.0.0.255unitINFO: |
| 7552 | 2026-08-25T15:17:28.438Z | test route::tests::same_size_non_subset_replace ... ok |
| 7553 | 2026-08-25T15:17:28.438Z | adding route 172.17.0.36/32 -> 10.0.0.255freemap_route_ipv6 |
| 7554 | 2026-08-25T15:17:28.438Z | |
| 7555 | 2026-08-25T15:17:28.438Z | Aug 25 15:17:26.640Aug 25 15:17:26.640 Aug 25 15:17:26.640DEBGAug 25 15:17:26.640 INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 7556 | 2026-08-25T15:17:28.438Z | |
| 7557 | 2026-08-25T15:17:28.438Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7558 | 2026-08-25T15:17:28.439Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7559 | 2026-08-25T15:17:28.439Z | test route::tests::delete_targets_fragmented ... ok |
| 7560 | 2026-08-25T15:17:28.439Z | 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 } }] initted freemap. size: 64Aug 25 15:17:26.640, INFOunit :Aug 25 15:17:26.640 adding route 172.17.0.2/32 -> 10.0.0.255DEBGfreemap_route_ipv4 |
| 7561 | 2026-08-25T15:17:28.439Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7562 | 2026-08-25T15:17:28.439Z | |
| 7563 | 2026-08-25T15:17:28.439Z | INFO |
| 7564 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7565 | 2026-08-25T15:17:28.439Z | DEBGAug 25 15:17:26.640 INFOreset freemap , unitadding route 172.17.0.1/32 -> 10.0.0.255:Aug 25 15:17:26.640Aug 25 15:17:26.640 |
| 7566 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640 freemap_route_ipv4DEBG |
| 7567 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640INFO adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 7568 | 2026-08-25T15:17:28.439Z | 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.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7569 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640 |
| 7570 | 2026-08-25T15:17:28.439Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7571 | 2026-08-25T15:17:28.439Z | initted freemap. size: 64DEBGAug 25 15:17:26.640Aug 25 15:17:26.640 Aug 25 15:17:26.640, unitINFO: INFOadding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6 INFO |
| 7572 | 2026-08-25T15:17:28.439Z | |
| 7573 | 2026-08-25T15:17:28.439Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7574 | 2026-08-25T15:17:28.439Z | |
| 7575 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640 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 |
| 7576 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640Aug 25 15:17:26.640 DEBG DEBG Aug 25 15:17:26.640 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 |
| 7577 | 2026-08-25T15:17:28.439Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemapreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7578 | 2026-08-25T15:17:28.439Z | , |
| 7579 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640unit :INFO Aug 25 15:17:26.640freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7580 | 2026-08-25T15:17:28.439Z | INFOINFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7581 | 2026-08-25T15:17:28.439Z | |
| 7582 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7583 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640INFO INFO Aug 25 15:17:26.640adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7584 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640 Aug 25 15:17:26.640 |
| 7585 | 2026-08-25T15:17:28.439Z | 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 } }]DEBG |
| 7586 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.640replacing 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.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 } }] |
| 7587 | 2026-08-25T15:17:28.439Z | |
| 7588 | 2026-08-25T15:17:28.439Z | DEBGAug 25 15:17:26.640Aug 25 15:17:26.640 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:17:26.641 |
| 7589 | 2026-08-25T15:17:28.439Z | DEBG created new freemapDEBG , replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.640 |
| 7590 | 2026-08-25T15:17:28.439Z | unitINFO: adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4 |
| 7591 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.649 |
| 7592 | 2026-08-25T15:17:28.439Z | Aug 25 15:17:26.649 INFO Aug 25 15:17:26.649adding route 172.17.0.54/32 -> 10.0.0.255 INFO |
| 7593 | 2026-08-25T15:17:28.439Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:17:26.649 |
| 7594 | 2026-08-25T15:17:28.439Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7595 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649created new freemapAug 25 15:17:26.649, DEBGunit :DEBGAug 25 15:17:26.649replacing 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 } }] freemap_route_ipv6INFO |
| 7596 | 2026-08-25T15:17:28.444Z | |
| 7597 | 2026-08-25T15:17:28.444Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7598 | 2026-08-25T15:17:28.444Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.649 |
| 7599 | 2026-08-25T15:17:28.444Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7600 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGINFO 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 } }] |
| 7601 | 2026-08-25T15:17:28.444Z | 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-25T15:17:28.444Z | adding route 172.17.0.41/32 -> 10.0.0.255initted freemap. size: 64, |
| 7603 | 2026-08-25T15:17:28.444Z | unit:Aug 25 15:17:26.649 Aug 25 15:17:26.649INFO freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 7604 | 2026-08-25T15:17:28.444Z | |
| 7605 | 2026-08-25T15:17:28.444Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7606 | 2026-08-25T15:17:28.444Z | reset freemap |
| 7607 | 2026-08-25T15:17:28.444Z | , unit: |
| 7608 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 DEBGDEBG Aug 25 15:17:26.649 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 } }]INFOAug 25 15:17:26.649 |
| 7609 | 2026-08-25T15:17:28.444Z | freemap_route_ipv4replacing 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 } }] |
| 7610 | 2026-08-25T15:17:28.444Z | |
| 7611 | 2026-08-25T15:17:28.444Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:17:26.649 |
| 7612 | 2026-08-25T15:17:28.444Z | |
| 7613 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255Aug 25 15:17:26.649 |
| 7614 | 2026-08-25T15:17:28.444Z | DEBGinitted freemap. size: 64 , unitINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7615 | 2026-08-25T15:17:28.444Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 25 15:17:26.649 |
| 7616 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649: DEBGfreemap_route_ipv6Aug 25 15:17:26.649 |
| 7617 | 2026-08-25T15:17:28.444Z | DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:17:26.649Aug 25 15:17:26.649 DEBG |
| 7618 | 2026-08-25T15:17:28.444Z | DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }, 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 } }] |
| 7619 | 2026-08-25T15:17:28.444Z | |
| 7620 | 2026-08-25T15:17:28.444Z | |
| 7621 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649 INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.649Aug 25 15:17:26.649 |
| 7622 | 2026-08-25T15:17:28.444Z | INFOreset freemapINFO, unitAug 25 15:17:26.649: adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 7623 | 2026-08-25T15:17:28.444Z | 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 } }] |
| 7624 | 2026-08-25T15:17:28.444Z | |
| 7625 | 2026-08-25T15:17:28.444Z | |
| 7626 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649 DEBGINFOINFO Aug 25 15:17:26.649 adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7627 | 2026-08-25T15:17:28.444Z | |
| 7628 | 2026-08-25T15:17:28.444Z | 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.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 } }] |
| 7629 | 2026-08-25T15:17:28.444Z | |
| 7630 | 2026-08-25T15:17:28.444Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG 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 } }] |
| 7631 | 2026-08-25T15:17:28.445Z | 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 } }] |
| 7632 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 INFO INFOINFO Aug 25 15:17:26.649adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7633 | 2026-08-25T15:17:28.445Z | |
| 7634 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.59/32 -> 10.0.0.255 INFO |
| 7635 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.10/32 -> 10.0.0.255Aug 25 15:17:26.649 |
| 7636 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649 DEBG Aug 25 15:17:26.649DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:17:26.649 |
| 7637 | 2026-08-25T15:17:28.445Z | 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 } }]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 } }] |
| 7638 | 2026-08-25T15:17:28.445Z | |
| 7639 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 INFOINFO Aug 25 15:17:26.649 adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7640 | 2026-08-25T15:17:28.445Z | INFO |
| 7641 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7642 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG |
| 7643 | 2026-08-25T15:17:28.445Z | 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 } }] |
| 7644 | 2026-08-25T15:17:28.445Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7645 | 2026-08-25T15:17:28.445Z | |
| 7646 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:17:26.649 |
| 7647 | 2026-08-25T15:17:28.445Z | DEBG INFOAug 25 15:17:26.649failed to allocate space for the new target list |
| 7648 | 2026-08-25T15:17:28.445Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7649 | 2026-08-25T15:17:28.445Z | INFOAug 25 15:17:26.649 Aug 25 15:17:26.649DEBG 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 } }] |
| 7650 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.46/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 } }] |
| 7651 | 2026-08-25T15:17:28.445Z | |
| 7652 | 2026-08-25T15:17:28.445Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7653 | 2026-08-25T15:17:28.445Z | test route::tests::delete_target_full ... ok |
| 7654 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBGAug 25 15:17:26.649 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 7655 | 2026-08-25T15:17:28.445Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 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 } }] |
| 7656 | 2026-08-25T15:17:28.445Z | |
| 7657 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7658 | 2026-08-25T15:17:28.445Z | replacing targets for 172.16.0.0/32 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 } }] |
| 7659 | 2026-08-25T15:17:28.445Z | 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 } }] |
| 7660 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 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.11/32 -> 10.0.0.255 |
| 7661 | 2026-08-25T15:17:28.445Z | |
| 7662 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG 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 } }] |
| 7663 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7664 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649Aug 25 15:17:26.649 Aug 25 15:17:26.649DEBG DEBG 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 } }] 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 } }] |
| 7665 | 2026-08-25T15:17:28.445Z | |
| 7666 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7667 | 2026-08-25T15:17:28.445Z | Aug 25 15:17:26.649 Aug 25 15:17:26.649Aug 25 15:17:26.649INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 7668 | 2026-08-25T15:17:28.445Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7669 | 2026-08-25T15:17:28.445Z | 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 } }] |
| 7670 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.649Aug 25 15:17:26.649Aug 25 15:17:26.649 DEBGINFO 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 } }] |
| 7671 | 2026-08-25T15:17:28.446Z | adding route 172.17.0.13/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 } }] |
| 7672 | 2026-08-25T15:17:28.446Z | |
| 7673 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.650 INFO Aug 25 15:17:26.650Aug 25 15:17:26.650 DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 7674 | 2026-08-25T15:17:28.446Z | 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 |
| 7675 | 2026-08-25T15:17:28.446Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7676 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.650Aug 25 15:17:26.650 DEBGINFO Aug 25 15:17:26.650replacing 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.14/32 -> 10.0.0.255 |
| 7677 | 2026-08-25T15:17:28.446Z | DEBG |
| 7678 | 2026-08-25T15:17:28.446Z | replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.650 |
| 7679 | 2026-08-25T15:17:28.446Z | INFOAug 25 15:17:26.650 Aug 25 15:17:26.650adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 7680 | 2026-08-25T15:17:28.446Z | 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 } }] |
| 7681 | 2026-08-25T15:17:28.446Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 25 15:17:26.650 |
| 7682 | 2026-08-25T15:17:28.446Z | DEBGAug 25 15:17:26.650 Aug 25 15:17:26.650INFOreplacing 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 } }] |
| 7683 | 2026-08-25T15:17:28.446Z | adding route 172.17.0.15/32 -> 10.0.0.255DEBG |
| 7684 | 2026-08-25T15:17:28.446Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.650 |
| 7685 | 2026-08-25T15:17:28.446Z | INFOAug 25 15:17:26.650 adding route 172.17.0.52/32 -> 10.0.0.255DEBGAug 25 15:17:26.650 |
| 7686 | 2026-08-25T15:17:28.446Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7687 | 2026-08-25T15:17:28.446Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7688 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.650Aug 25 15:17:26.650 DEBGAug 25 15:17:26.650INFO 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 } }] DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7689 | 2026-08-25T15:17:28.446Z | |
| 7690 | 2026-08-25T15:17:28.446Z | 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 } }] |
| 7691 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.650 Aug 25 15:17:26.650INFO Aug 25 15:17:26.650DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7692 | 2026-08-25T15:17:28.446Z | INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7693 | 2026-08-25T15:17:28.446Z | |
| 7694 | 2026-08-25T15:17:28.446Z | Aug 25 15:17:26.650 Aug 25 15:17:26.650DEBGAug 25 15:17:26.650 INFODEBGreplacing 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 } }] |
| 7695 | 2026-08-25T15:17:28.450Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7696 | 2026-08-25T15:17:28.450Z | 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 } }] |
| 7697 | 2026-08-25T15:17:28.450Z | Aug 25 15:17:26.650 Aug 25 15:17:26.650INFO Aug 25 15:17:26.650DEBG adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7698 | 2026-08-25T15:17:28.450Z | adding route 172.17.0.11/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 } }] |
| 7699 | 2026-08-25T15:17:28.450Z | Aug 25 15:17:26.650 DEBG created new freemap, unit:Aug 25 15:17:26.657 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 } }] |
| 7700 | 2026-08-25T15:17:28.450Z | freemap_route_ipv4Aug 25 15:17:26.657 |
| 7701 | 2026-08-25T15:17:28.450Z | INFOAug 25 15:17:26.657 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 7702 | 2026-08-25T15:17:28.450Z | created new freemapAug 25 15:17:26.657Aug 25 15:17:26.650 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.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 |
| 7703 | 2026-08-25T15:17:28.451Z | |
| 7704 | 2026-08-25T15:17:28.451Z | : freemap_route_ipv6 |
| 7705 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7706 | 2026-08-25T15:17:28.451Z | DEBG initted freemap. size: 64, Aug 25 15:17:26.657Aug 25 15:17:26.657unit :DEBG freemap_route_ipv4INFOreplacing 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 } }] |
| 7707 | 2026-08-25T15:17:28.451Z | |
| 7708 | 2026-08-25T15:17:28.451Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7709 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657DEBG DEBGreset freemap , 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 } }]unit |
| 7710 | 2026-08-25T15:17:28.451Z | :Aug 25 15:17:26.657 freemap_route_ipv4INFO |
| 7711 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7712 | 2026-08-25T15:17:28.451Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7713 | 2026-08-25T15:17:28.451Z | DEBG initted freemap. size: 64, Aug 25 15:17:26.657unit :Aug 25 15:17:26.657 DEBG |
| 7714 | 2026-08-25T15:17:28.451Z | DEBGreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 7715 | 2026-08-25T15:17:28.451Z | |
| 7716 | 2026-08-25T15:17:28.451Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7717 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657Aug 25 15:17:26.657INFO DEBGINFO Aug 25 15:17:26.657adding route 172.17.0.18/32 -> 10.0.0.255 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 7718 | 2026-08-25T15:17:28.451Z | |
| 7719 | 2026-08-25T15:17:28.451Z | adding route 172.17.0.15/32 -> 10.0.0.255reset freemap |
| 7720 | 2026-08-25T15:17:28.451Z | , unit: Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 freemap_route_ipv6DEBGDEBG |
| 7721 | 2026-08-25T15:17:28.451Z | 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.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 } }] |
| 7722 | 2026-08-25T15:17:28.451Z | |
| 7723 | 2026-08-25T15:17:28.451Z | 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 25 15:17:26.657Aug 25 15:17:26.657 |
| 7724 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 7725 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657adding route 172.17.0.16/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7726 | 2026-08-25T15:17:28.451Z | INFOAug 25 15:17:26.657 |
| 7727 | 2026-08-25T15:17:28.451Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7728 | 2026-08-25T15:17:28.451Z | 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 } }] |
| 7729 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7730 | 2026-08-25T15:17:28.451Z | |
| 7731 | 2026-08-25T15:17:28.451Z | adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 7732 | 2026-08-25T15:17:28.451Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7733 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG Aug 25 15:17:26.657replacing 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.20/32 -> 10.0.0.255 |
| 7734 | 2026-08-25T15:17:28.451Z | INFO |
| 7735 | 2026-08-25T15:17:28.451Z | adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 7736 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657 DEBGAug 25 15:17:26.657 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 } }]INFODEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7737 | 2026-08-25T15:17:28.451Z | |
| 7738 | 2026-08-25T15:17:28.451Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7739 | 2026-08-25T15:17:28.451Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7740 | 2026-08-25T15:17:28.451Z | Aug 25 15:17:26.657INFO Aug 25 15:17:26.657DEBGAug 25 15:17:26.657 DEBG INFOreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/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 } }] |
| 7741 | 2026-08-25T15:17:28.452Z | |
| 7742 | 2026-08-25T15:17:28.452Z | |
| 7743 | 2026-08-25T15:17:28.452Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7744 | 2026-08-25T15:17:28.452Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657Aug 25 15:17:26.657 INFOAug 25 15:17:26.657INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7745 | 2026-08-25T15:17:28.452Z | 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 adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7746 | 2026-08-25T15:17:28.452Z | |
| 7747 | 2026-08-25T15:17:28.452Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7748 | 2026-08-25T15:17:28.452Z | Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7749 | 2026-08-25T15:17:28.452Z | |
| 7750 | 2026-08-25T15:17:28.452Z | DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7751 | 2026-08-25T15:17:28.452Z | |
| 7752 | 2026-08-25T15:17:28.452Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 Aug 25 15:17:26.657 INFODEBGDEBG Aug 25 15:17:26.657adding route 172.17.0.19/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 } }] |
| 7753 | 2026-08-25T15:17:28.452Z | 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 } }] |
| 7754 | 2026-08-25T15:17:28.452Z | |
| 7755 | 2026-08-25T15:17:28.452Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7756 | 2026-08-25T15:17:28.452Z | Aug 25 15:17:26.657DEBGAug 25 15:17:26.657 DEBGINFO Aug 25 15:17:26.657 replacing targets for 172.16.0.0/32 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.23/32 -> 10.0.0.255 |
| 7757 | 2026-08-25T15:17:28.452Z | DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7758 | 2026-08-25T15:17:28.452Z | 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 } }] |
| 7759 | 2026-08-25T15:17:28.452Z | |
| 7760 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBGDEBG failed to allocate space for the new target listadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7761 | 2026-08-25T15:17:28.453Z | 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 } }] |
| 7762 | 2026-08-25T15:17:28.453Z | |
| 7763 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO DEBGadding 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 } }]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 } }] |
| 7764 | 2026-08-25T15:17:28.453Z | |
| 7765 | 2026-08-25T15:17:28.453Z | |
| 7766 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7767 | 2026-08-25T15:17:28.453Z | |
| 7768 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.25/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 } }] |
| 7769 | 2026-08-25T15:17:28.453Z | |
| 7770 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7771 | 2026-08-25T15:17:28.453Z | |
| 7772 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7773 | 2026-08-25T15:17:28.453Z | |
| 7774 | 2026-08-25T15:17:28.453Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7775 | 2026-08-25T15:17:28.453Z | |
| 7776 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 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 } }] |
| 7777 | 2026-08-25T15:17:28.454Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7778 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 INFO Aug 25 15:17:26.657adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7779 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7780 | 2026-08-25T15:17:28.454Z | 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 } }] |
| 7781 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 7782 | 2026-08-25T15:17:28.454Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7783 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657DEBG 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 } }] |
| 7784 | 2026-08-25T15:17:28.454Z | 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 } }] |
| 7785 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7786 | 2026-08-25T15:17:28.454Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7787 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7788 | 2026-08-25T15:17:28.454Z | 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 } }] |
| 7789 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657 Aug 25 15:17:26.657INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7790 | 2026-08-25T15:17:28.454Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7791 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7792 | 2026-08-25T15:17:28.454Z | |
| 7793 | 2026-08-25T15:17:28.454Z | Aug 25 15:17:26.657Aug 25 15:17:26.657 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7794 | 2026-08-25T15:17:28.455Z | INFO Aug 25 15:17:26.657adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7795 | 2026-08-25T15:17:28.461Z | Aug 25 15:17:26.657 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 } }] |
| 7796 | 2026-08-25T15:17:28.461Z | DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7797 | 2026-08-25T15:17:28.461Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7798 | 2026-08-25T15:17:28.461Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.32/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7799 | 2026-08-25T15:17:28.461Z | DEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7800 | 2026-08-25T15:17:28.461Z | 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 25 15:17:26.657 |
| 7801 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7802 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7803 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7804 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7805 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7806 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7807 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7808 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:17:26.657 |
| 7809 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7810 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:17:26.657 |
| 7811 | 2026-08-25T15:17:28.462Z | 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 25 15:17:26.657 |
| 7812 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7813 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.657 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7814 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.663Aug 25 15:17:26.663 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 } }] |
| 7815 | 2026-08-25T15:17:28.462Z | INFO Aug 25 15:17:26.664adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7816 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7817 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }] |
| 7818 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7819 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7820 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7821 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }] |
| 7822 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7823 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7824 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7825 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }] |
| 7826 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7827 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7828 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7829 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 DEBG Aug 25 15:17:26.664replacing 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 } }] |
| 7830 | 2026-08-25T15:17:28.462Z | 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 } }] |
| 7831 | 2026-08-25T15:17:28.462Z | Aug 25 15:17:26.664 INFO Aug 25 15:17:26.664adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7832 | 2026-08-25T15:17:28.462Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7833 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664 DEBGAug 25 15:17:26.664 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 |
| 7834 | 2026-08-25T15:17:28.463Z | 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 } }] |
| 7835 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664 Aug 25 15:17:26.664INFO INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7836 | 2026-08-25T15:17:28.463Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7837 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664 Aug 25 15:17:26.664DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7838 | 2026-08-25T15:17:28.463Z | 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 } }] |
| 7839 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7840 | 2026-08-25T15:17:28.463Z | |
| 7841 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }] |
| 7842 | 2026-08-25T15:17:28.463Z | |
| 7843 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7844 | 2026-08-25T15:17:28.463Z | |
| 7845 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }] |
| 7846 | 2026-08-25T15:17:28.463Z | |
| 7847 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7848 | 2026-08-25T15:17:28.463Z | |
| 7849 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 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.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 } }] |
| 7850 | 2026-08-25T15:17:28.463Z | |
| 7851 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7852 | 2026-08-25T15:17:28.463Z | test route::tests::delete_target_fragmented ... ok |
| 7853 | 2026-08-25T15:17:28.463Z | test route::tests::delete_targets_full ... ok |
| 7854 | 2026-08-25T15:17:28.463Z | |
| 7855 | 2026-08-25T15:17:28.463Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s |
| 7856 | 2026-08-25T15:17:28.463Z | |
| 7857 | 2026-08-25T15:17:28.463Z | |
| 7858 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7859 | 2026-08-25T15:17:28.463Z | |
| 7860 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7861 | 2026-08-25T15:17:28.463Z | |
| 7862 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7863 | 2026-08-25T15:17:28.463Z | |
| 7864 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7865 | 2026-08-25T15:17:28.463Z | |
| 7866 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7867 | 2026-08-25T15:17:28.463Z | |
| 7868 | 2026-08-25T15:17:28.463Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7869 | 2026-08-25T15:17:28.463Z | |
| 7870 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7871 | 2026-08-25T15:17:28.464Z | |
| 7872 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7873 | 2026-08-25T15:17:28.464Z | |
| 7874 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7875 | 2026-08-25T15:17:28.464Z | |
| 7876 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.664Aug 25 15:17:26.664 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7877 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 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 } }] |
| 7878 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7879 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 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 } }] |
| 7880 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7881 | 2026-08-25T15:17:28.464Z | |
| 7882 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 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 } }] |
| 7883 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7884 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671 Aug 25 15:17:26.671DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 7885 | 2026-08-25T15:17:28.464Z | |
| 7886 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7887 | 2026-08-25T15:17:28.464Z | |
| 7888 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7889 | 2026-08-25T15:17:28.464Z | |
| 7890 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7891 | 2026-08-25T15:17:28.464Z | |
| 7892 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }] |
| 7893 | 2026-08-25T15:17:28.464Z | |
| 7894 | 2026-08-25T15:17:28.464Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7895 | 2026-08-25T15:17:28.468Z | |
| 7896 | 2026-08-25T15:17:28.468Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG 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.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 } }] |
| 7897 | 2026-08-25T15:17:28.469Z | |
| 7898 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7899 | 2026-08-25T15:17:28.469Z | |
| 7900 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7901 | 2026-08-25T15:17:28.469Z | |
| 7902 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7903 | 2026-08-25T15:17:28.469Z | |
| 7904 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }] |
| 7905 | 2026-08-25T15:17:28.469Z | |
| 7906 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7907 | 2026-08-25T15:17:28.469Z | |
| 7908 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }] |
| 7909 | 2026-08-25T15:17:28.469Z | |
| 7910 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7911 | 2026-08-25T15:17:28.469Z | |
| 7912 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }] |
| 7913 | 2026-08-25T15:17:28.469Z | |
| 7914 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7915 | 2026-08-25T15:17:28.469Z | |
| 7916 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 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.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 } }] |
| 7917 | 2026-08-25T15:17:28.469Z | |
| 7918 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7919 | 2026-08-25T15:17:28.469Z | |
| 7920 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7921 | 2026-08-25T15:17:28.469Z | |
| 7922 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7923 | 2026-08-25T15:17:28.469Z | |
| 7924 | 2026-08-25T15:17:28.469Z | Aug 25 15:17:26.671Aug 25 15:17:26.671 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7925 | 2026-08-25T15:17:28.470Z | |
| 7926 | 2026-08-25T15:17:28.470Z | Aug 25 15:17:26.671 DEBG failed to allocate space for the new target list |
| 7927 | 2026-08-25T15:17:28.470Z | Aug 25 15:17:26.671 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 } }] |
| 7928 | 2026-08-25T15:17:28.470Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8eb1c8c2d7d06d7f) |
| 7929 | 2026-08-25T15:17:28.470Z | |
| 7930 | 2026-08-25T15:17:28.470Z | running 0 tests |
| 7931 | 2026-08-25T15:17:28.470Z | |
| 7932 | 2026-08-25T15:17:28.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7933 | 2026-08-25T15:17:28.470Z | |
| 7934 | 2026-08-25T15:17:28.470Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 7935 | 2026-08-25T15:17:28.470Z | |
| 7936 | 2026-08-25T15:17:28.470Z | running 0 tests |
| 7937 | 2026-08-25T15:17:28.470Z | |
| 7938 | 2026-08-25T15:17:28.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7939 | 2026-08-25T15:17:28.470Z | |
| 7940 | 2026-08-25T15:17:28.470Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-46f990a541b57c34) |
| 7941 | 2026-08-25T15:17:28.470Z | |
| 7942 | 2026-08-25T15:17:28.470Z | running 6 tests |
| 7943 | 2026-08-25T15:17:28.470Z | test tests::test_full_lot_id_neither_present ... ok |
| 7944 | 2026-08-25T15:17:28.470Z | test tests::test_port_id_cmp ... ok |
| 7945 | 2026-08-25T15:17:28.470Z | test tests::test_full_lot_id_lot_only ... ok |
| 7946 | 2026-08-25T15:17:28.470Z | test tests::test_full_lot_id_both_present ... ok |
| 7947 | 2026-08-25T15:17:28.470Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7948 | 2026-08-25T15:17:28.470Z | test tests::test_parse_client_port_id ... ok |
| 7949 | 2026-08-25T15:17:28.470Z | |
| 7950 | 2026-08-25T15:17:28.470Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7951 | 2026-08-25T15:17:28.470Z | |
| 7952 | 2026-08-25T15:17:28.470Z | Running tests/test_all.rs (target/debug/deps/test_all-d463c0c7b8038ad2) |
| 7953 | 2026-08-25T15:17:28.470Z | |
| 7954 | 2026-08-25T15:17:28.470Z | running 0 tests |
| 7955 | 2026-08-25T15:17:28.470Z | |
| 7956 | 2026-08-25T15:17:28.470Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7957 | 2026-08-25T15:17:28.470Z | |
| 7958 | 2026-08-25T15:17:28.470Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 7959 | 2026-08-25T15:17:28.474Z | |
| 7960 | 2026-08-25T15:17:28.474Z | running 0 tests |
| 7961 | 2026-08-25T15:17:28.474Z | |
| 7962 | 2026-08-25T15:17:28.474Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-08-25T15:17:28.474Z | |
| 7964 | 2026-08-25T15:17:28.474Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 7965 | 2026-08-25T15:17:28.490Z | |
| 7966 | 2026-08-25T15:17:28.490Z | running 15 tests |
| 7967 | 2026-08-25T15:17:28.494Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7968 | 2026-08-25T15:17:28.494Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7969 | 2026-08-25T15:17:28.494Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7970 | 2026-08-25T15:17:28.494Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7971 | 2026-08-25T15:17:28.494Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7972 | 2026-08-25T15:17:28.494Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7973 | 2026-08-25T15:17:28.494Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7974 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_into ... ok |
| 7975 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_eui64 ... ok |
| 7976 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_equal ... ok |
| 7977 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_not_equal ... ok |
| 7978 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_to_string ... ok |
| 7979 | 2026-08-25T15:17:28.494Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7980 | 2026-08-25T15:17:28.494Z | test v1::network::tests::test_parse ... ok |
| 7981 | 2026-08-25T15:17:28.497Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7982 | 2026-08-25T15:17:28.497Z | |
| 7983 | 2026-08-25T15:17:28.497Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7984 | 2026-08-25T15:17:28.497Z | |
| 7985 | 2026-08-25T15:17:28.500Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 7986 | 2026-08-25T15:17:28.520Z | |
| 7987 | 2026-08-25T15:17:28.520Z | running 12 tests |
| 7988 | 2026-08-25T15:17:28.523Z | test icmp::test_v6_checksum ... ok |
| 7989 | 2026-08-25T15:17:28.523Z | test icmp::test_v4_checksum ... ok |
| 7990 | 2026-08-25T15:17:28.523Z | test ipv6::test_ipv6_parse ... ok |
| 7991 | 2026-08-25T15:17:28.523Z | test pbuf::test_byte ... ok |
| 7992 | 2026-08-25T15:17:28.523Z | test lldp::test_lldp_parse ... ok |
| 7993 | 2026-08-25T15:17:28.523Z | test pbuf::test_nibble ... ok |
| 7994 | 2026-08-25T15:17:28.523Z | test pbuf::test_short ... ok |
| 7995 | 2026-08-25T15:17:28.523Z | test pbuf::test_overflow ... ok |
| 7996 | 2026-08-25T15:17:28.523Z | test pbuf::test_twelve ... ok |
| 7997 | 2026-08-25T15:17:28.523Z | test pbuf::test_word ... ok |
| 7998 | 2026-08-25T15:17:28.523Z | test tcp::test_checksum_ack_data ... ok |
| 7999 | 2026-08-25T15:17:28.523Z | test tcp::test_checksum_syn_nodata ... ok |
| 8000 | 2026-08-25T15:17:28.523Z | |
| 8001 | 2026-08-25T15:17:28.523Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8002 | 2026-08-25T15:17:28.523Z | |
| 8003 | 2026-08-25T15:17:28.526Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8004 | 2026-08-25T15:17:28.526Z | |
| 8005 | 2026-08-25T15:17:28.527Z | running 0 tests |
| 8006 | 2026-08-25T15:17:28.527Z | |
| 8007 | 2026-08-25T15:17:28.527Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8008 | 2026-08-25T15:17:28.527Z | |
| 8009 | 2026-08-25T15:17:28.527Z | Running unittests src/main.rs (target/debug/deps/swadm-8b60a7681ffc8f1d) |
| 8010 | 2026-08-25T15:17:28.548Z | |
| 8011 | 2026-08-25T15:17:28.549Z | running 5 tests |
| 8012 | 2026-08-25T15:17:28.555Z | test switchport::test::test_compute_lanes ... ok |
| 8013 | 2026-08-25T15:17:28.559Z | test switchport::test::port_id_ordering ... ok |
| 8014 | 2026-08-25T15:17:28.559Z | test link::test_filter ... ok |
| 8015 | 2026-08-25T15:17:28.559Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8016 | 2026-08-25T15:17:28.559Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8017 | 2026-08-25T15:17:28.559Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8018 | 2026-08-25T15:17:28.559Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8019 | 2026-08-25T15:17:28.559Z | Tx Enabled: Yes Yes Yes Yes |
| 8020 | 2026-08-25T15:17:28.559Z | Tx Loss-of-lock: No No No No |
| 8021 | 2026-08-25T15:17:28.559Z | Lane 0 Tx Loss-of-signal: No No No Lane 1No |
| 8022 | 2026-08-25T15:17:28.559Z | Tx CDR Enabled: NoLane 2 No Lane 3No |
| 8023 | 2026-08-25T15:17:28.559Z | No |
| 8024 | 2026-08-25T15:17:28.559Z | State: Activated Tx Adaptive EQ Fault: No Activated NoActivated NoActivated |
| 8025 | 2026-08-25T15:17:28.559Z | No |
| 8026 | 2026-08-25T15:17:28.559Z | Rx Output Enabled: false Tx Fault: Yes false Yes false Yesfalse |
| 8027 | 2026-08-25T15:17:28.559Z | Yes |
| 8028 | 2026-08-25T15:17:28.560Z | Rx Output Status: valid valid valid valid |
| 8029 | 2026-08-25T15:17:28.560Z | Rx Loss-of-lock: true true true true |
| 8030 | 2026-08-25T15:17:28.560Z | Rx Loss-of-signal: false false false false |
| 8031 | 2026-08-25T15:17:28.560Z | Rx Auto-squelch Disable: true true true true |
| 8032 | 2026-08-25T15:17:28.560Z | Tx Output Enabled: true true true true |
| 8033 | 2026-08-25T15:17:28.560Z | Tx Output Status: invalid invalid invalid invalid |
| 8034 | 2026-08-25T15:17:28.560Z | Tx Loss-of-lock: false false false false |
| 8035 | 2026-08-25T15:17:28.560Z | Tx Loss-of-signal: true true true true |
| 8036 | 2026-08-25T15:17:28.560Z | Tx Auto-squelch Disable: false false false false |
| 8037 | 2026-08-25T15:17:28.560Z | Tx Adaptive EQ Fail: true true true true |
| 8038 | 2026-08-25T15:17:28.560Z | Tx Failure: false false false false |
| 8039 | 2026-08-25T15:17:28.560Z | Tx Force Squelch: true true true true |
| 8040 | 2026-08-25T15:17:28.560Z | Tx Input Polarity: normal normal normal normal |
| 8041 | 2026-08-25T15:17:28.560Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8042 | 2026-08-25T15:17:28.560Z | test switchport::test::test_print_sff_datapath ... ok |
| 8043 | 2026-08-25T15:17:28.560Z | |
| 8044 | 2026-08-25T15:17:28.561Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8045 | 2026-08-25T15:17:28.561Z | |
| 8046 | 2026-08-25T15:17:28.564Z | Running tests/counters.rs (target/debug/deps/counters-e3479b23dddbc240) |
| 8047 | 2026-08-25T15:17:28.567Z | |
| 8048 | 2026-08-25T15:17:28.567Z | running 1 test |
| 8049 | 2026-08-25T15:17:28.567Z | test test_p4_counter_list ... ignored |
| 8050 | 2026-08-25T15:17:28.567Z | |
| 8051 | 2026-08-25T15:17:28.567Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-08-25T15:17:28.567Z | |
| 8053 | 2026-08-25T15:17:28.567Z | Running tests/port-link.rs (target/debug/deps/port_link-00db9624adb8b2ed) |
| 8054 | 2026-08-25T15:17:28.572Z | |
| 8055 | 2026-08-25T15:17:28.572Z | running 5 tests |
| 8056 | 2026-08-25T15:17:28.575Z | test test_an ... ignored |
| 8057 | 2026-08-25T15:17:28.575Z | test test_enable ... ignored |
| 8058 | 2026-08-25T15:17:28.575Z | test test_ip_addresses ... ignored |
| 8059 | 2026-08-25T15:17:28.575Z | test test_kr ... ignored |
| 8060 | 2026-08-25T15:17:28.575Z | test test_mac ... ignored |
| 8061 | 2026-08-25T15:17:28.575Z | |
| 8062 | 2026-08-25T15:17:28.575Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8063 | 2026-08-25T15:17:28.575Z | |
| 8064 | 2026-08-25T15:17:28.575Z | Running unittests src/main.rs (target/debug/deps/tfportd-6974a95e51a2690a) |
| 8065 | 2026-08-25T15:17:28.578Z | |
| 8066 | 2026-08-25T15:17:28.578Z | running 3 tests |
| 8067 | 2026-08-25T15:17:28.581Z | test linklocal::test_parse_ipadm ... ok |
| 8068 | 2026-08-25T15:17:28.581Z | test tfport::test_parse_tfport ... ok |
| 8069 | 2026-08-25T15:17:28.582Z | test config::tests::test_updates ... ok |
| 8070 | 2026-08-25T15:17:28.583Z | |
| 8071 | 2026-08-25T15:17:28.583Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8072 | 2026-08-25T15:17:28.583Z | |
| 8073 | 2026-08-25T15:17:28.583Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 8074 | 2026-08-25T15:17:28.586Z | |
| 8075 | 2026-08-25T15:17:28.586Z | running 0 tests |
| 8076 | 2026-08-25T15:17:28.586Z | |
| 8077 | 2026-08-25T15:17:28.586Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8078 | 2026-08-25T15:17:28.586Z | |
| 8079 | 2026-08-25T15:17:28.586Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8080 | 2026-08-25T15:17:28.589Z | |
| 8081 | 2026-08-25T15:17:28.589Z | running 0 tests |
| 8082 | 2026-08-25T15:17:28.589Z | |
| 8083 | 2026-08-25T15:17:28.589Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8084 | 2026-08-25T15:17:28.589Z | |
| 8085 | 2026-08-25T15:17:28.592Z | Doc-tests aal |
| 8086 | 2026-08-25T15:17:28.812Z | |
| 8087 | 2026-08-25T15:17:28.812Z | running 0 tests |
| 8088 | 2026-08-25T15:17:28.812Z | |
| 8089 | 2026-08-25T15:17:28.816Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8090 | 2026-08-25T15:17:28.816Z | |
| 8091 | 2026-08-25T15:17:28.837Z | Doc-tests aal_macros |
| 8092 | 2026-08-25T15:17:28.906Z | |
| 8093 | 2026-08-25T15:17:28.906Z | running 0 tests |
| 8094 | 2026-08-25T15:17:28.906Z | |
| 8095 | 2026-08-25T15:17:28.906Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-08-25T15:17:28.906Z | |
| 8097 | 2026-08-25T15:17:28.917Z | Doc-tests common |
| 8098 | 2026-08-25T15:17:29.148Z | |
| 8099 | 2026-08-25T15:17:29.148Z | running 0 tests |
| 8100 | 2026-08-25T15:17:29.148Z | |
| 8101 | 2026-08-25T15:17:29.148Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-25T15:17:29.148Z | |
| 8103 | 2026-08-25T15:17:29.176Z | Doc-tests dpd_api |
| 8104 | 2026-08-25T15:17:29.889Z | |
| 8105 | 2026-08-25T15:17:29.889Z | running 2 tests |
| 8106 | 2026-08-25T15:17:29.889Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8107 | 2026-08-25T15:17:29.889Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8108 | 2026-08-25T15:17:29.889Z | |
| 8109 | 2026-08-25T15:17:29.889Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8110 | 2026-08-25T15:17:29.889Z | |
| 8111 | 2026-08-25T15:17:29.918Z | Doc-tests dpd_client |
| 8112 | 2026-08-25T15:17:31.284Z | |
| 8113 | 2026-08-25T15:17:31.284Z | running 0 tests |
| 8114 | 2026-08-25T15:17:31.284Z | |
| 8115 | 2026-08-25T15:17:31.284Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8116 | 2026-08-25T15:17:31.284Z | |
| 8117 | 2026-08-25T15:17:31.339Z | Doc-tests dpd_types |
| 8118 | 2026-08-25T15:17:31.523Z | |
| 8119 | 2026-08-25T15:17:31.523Z | running 0 tests |
| 8120 | 2026-08-25T15:17:31.523Z | |
| 8121 | 2026-08-25T15:17:31.523Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8122 | 2026-08-25T15:17:31.523Z | |
| 8123 | 2026-08-25T15:17:31.547Z | Doc-tests dpd_types_versions |
| 8124 | 2026-08-25T15:17:33.061Z | |
| 8125 | 2026-08-25T15:17:33.061Z | running 1 test |
| 8126 | 2026-08-25T15:17:33.061Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8127 | 2026-08-25T15:17:33.061Z | |
| 8128 | 2026-08-25T15:17:33.061Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8129 | 2026-08-25T15:17:33.061Z | |
| 8130 | 2026-08-25T15:17:33.109Z | Doc-tests packet |
| 8131 | 2026-08-25T15:17:33.329Z | |
| 8132 | 2026-08-25T15:17:33.329Z | running 0 tests |
| 8133 | 2026-08-25T15:17:33.330Z | |
| 8134 | 2026-08-25T15:17:33.330Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8135 | 2026-08-25T15:17:33.330Z | |
| 8136 | 2026-08-25T15:17:33.353Z | Doc-tests pcap |
| 8137 | 2026-08-25T15:17:33.405Z | |
| 8138 | 2026-08-25T15:17:33.405Z | running 0 tests |
| 8139 | 2026-08-25T15:17:33.405Z | |
| 8140 | 2026-08-25T15:17:33.405Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8141 | 2026-08-25T15:17:33.405Z | |
| 8142 | 2026-08-25T15:17:33.455Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8143 | 2026-08-25T15:17:33.455Z | + RUST_BACKTRACE=full |
| 8144 | 2026-08-25T15:17:33.455Z | + cargo test --features chaos --no-fail-fast |
| 8145 | 2026-08-25T15:17:34.061Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8146 | 2026-08-25T15:17:34.141Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8147 | 2026-08-25T15:17:34.149Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8148 | 2026-08-25T15:17:42.768Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8149 | 2026-08-25T15:17:42.820Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8150 | 2026-08-25T15:18:20.448Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 46.97s |
| 8151 | 2026-08-25T15:18:20.564Z | Running unittests src/lib.rs (target/debug/deps/aal-43e0b8f52d66773a) |
| 8152 | 2026-08-25T15:18:20.574Z | |
| 8153 | 2026-08-25T15:18:20.574Z | running 0 tests |
| 8154 | 2026-08-25T15:18:20.574Z | |
| 8155 | 2026-08-25T15:18:20.577Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-08-25T15:18:20.577Z | |
| 8157 | 2026-08-25T15:18:20.577Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8158 | 2026-08-25T15:18:20.581Z | |
| 8159 | 2026-08-25T15:18:20.581Z | running 0 tests |
| 8160 | 2026-08-25T15:18:20.581Z | |
| 8161 | 2026-08-25T15:18:20.584Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-08-25T15:18:20.584Z | |
| 8163 | 2026-08-25T15:18:20.584Z | Running unittests src/lib.rs (target/debug/deps/asic-993c138cbfdc1231) |
| 8164 | 2026-08-25T15:18:20.587Z | |
| 8165 | 2026-08-25T15:18:20.587Z | running 0 tests |
| 8166 | 2026-08-25T15:18:20.587Z | |
| 8167 | 2026-08-25T15:18:20.590Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8168 | 2026-08-25T15:18:20.590Z | |
| 8169 | 2026-08-25T15:18:20.590Z | Running unittests src/lib.rs (target/debug/deps/common-6afafc4407b0a90c) |
| 8170 | 2026-08-25T15:18:20.611Z | |
| 8171 | 2026-08-25T15:18:20.611Z | running 4 tests |
| 8172 | 2026-08-25T15:18:20.615Z | test nat::tests::test_vni ... ok |
| 8173 | 2026-08-25T15:18:20.615Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8174 | 2026-08-25T15:18:20.618Z | test test_purge ... ok |
| 8175 | 2026-08-25T15:18:20.621Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8176 | 2026-08-25T15:18:20.621Z | |
| 8177 | 2026-08-25T15:18:20.624Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8178 | 2026-08-25T15:18:20.624Z | |
| 8179 | 2026-08-25T15:18:20.624Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-3b6a1705a6b97607) |
| 8180 | 2026-08-25T15:18:20.650Z | |
| 8181 | 2026-08-25T15:18:20.650Z | running 1 test |
| 8182 | 2026-08-25T15:18:20.655Z | ------- |
| 8183 | 2026-08-25T15:18:20.658Z | Generating OpenAPI documents from API definitions ... |
| 8184 | 2026-08-25T15:18:20.814Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8185 | 2026-08-25T15:18:20.892Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8186 | 2026-08-25T15:18:21.968Z | ------- |
| 8187 | 2026-08-25T15:18:21.968Z | Checking 13 OpenAPI documents... |
| 8188 | 2026-08-25T15:18:21.968Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-25T15:18:21.968Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-25T15:18:21.968Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-08-25T15:18:21.972Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-08-25T15:18:21.972Z | Fresh dpd "latest" symlink |
| 8202 | 2026-08-25T15:18:21.972Z | ------- |
| 8203 | 2026-08-25T15:18:21.972Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8204 | 2026-08-25T15:18:22.045Z | test test::test_apis_up_to_date ... ok |
| 8205 | 2026-08-25T15:18:22.045Z | |
| 8206 | 2026-08-25T15:18:22.045Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s |
| 8207 | 2026-08-25T15:18:22.045Z | |
| 8208 | 2026-08-25T15:18:22.106Z | Running unittests src/main.rs (target/debug/deps/dpd-e7face9dfb47d614) |
| 8209 | 2026-08-25T15:18:22.113Z | |
| 8210 | 2026-08-25T15:18:22.113Z | running 34 tests |
| 8211 | 2026-08-25T15:18:22.116Z | test freemap::test_ordering ... ok |
| 8212 | 2026-08-25T15:18:22.116Z | test config::tests::test_updates ... ok |
| 8213 | 2026-08-25T15:18:22.116Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8214 | 2026-08-25T15:18:22.116Z | test freemap::test_split ... ok |
| 8215 | 2026-08-25T15:18:22.121Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8216 | 2026-08-25T15:18:22.121Z | test macaddrs::tests::test_mac_offset ... ok |
| 8217 | 2026-08-25T15:18:22.121Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8218 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.360 DEBG created new freemapAug 25 15:18:20.360, unitDEBG:Aug 25 15:18:20.360 freemap_test DEBGcreated new freemap created new freemap, |
| 8219 | 2026-08-25T15:18:22.121Z | unit, :unit :freemap_test |
| 8220 | 2026-08-25T15:18:22.121Z | freemap_test |
| 8221 | 2026-08-25T15:18:22.121Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8222 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.360Aug 25 15:18:20.360 Aug 25 15:18:20.360DEBG DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: initted freemap. size: 128 freemap_test, freemap_testunit |
| 8223 | 2026-08-25T15:18:22.121Z | : |
| 8224 | 2026-08-25T15:18:22.121Z | freemap_test |
| 8225 | 2026-08-25T15:18:22.121Z | test nat::test_mapping ... ok |
| 8226 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.360Aug 25 15:18:20.360 DEBGDEBG reset freemapreset freemap, , unitAug 25 15:18:20.360:Aug 25 15:18:20.360 DEBGfreemap_test |
| 8227 | 2026-08-25T15:18:22.121Z | reset freemapDEBG, unitunit:: created new freemap freemap_testfreemap_test |
| 8228 | 2026-08-25T15:18:22.121Z | |
| 8229 | 2026-08-25T15:18:22.121Z | , unit: freemap_test |
| 8230 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.360 DEBG initted freemap. size: 128, unit: freemap_test |
| 8231 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.360 DEBG reset freemap, unit: freemap_test |
| 8232 | 2026-08-25T15:18:22.121Z | test freemap::test_free ... ok |
| 8233 | 2026-08-25T15:18:22.121Z | test freemap::test_exhaustion ... ok |
| 8234 | 2026-08-25T15:18:22.121Z | test freemap::test_reclaim ... ok |
| 8235 | 2026-08-25T15:18:22.121Z | test freemap::test_basic ... ok |
| 8236 | 2026-08-25T15:18:22.121Z | test port_map::tests::test_backplane_group ... ok |
| 8237 | 2026-08-25T15:18:22.121Z | test port_map::tests::test_port_map ... ok |
| 8238 | 2026-08-25T15:18:22.121Z | test port_map::tests::dump_map ... ok |
| 8239 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.361 DEBG created new freemap, unit: freemap_test |
| 8240 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.361 DEBG initted freemap. size: 8, unit: freemap_test |
| 8241 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.361 DEBG reset freemap, unit: freemap_test |
| 8242 | 2026-08-25T15:18:22.121Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8243 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.361 DEBG created new freemap, unit: freemap_test |
| 8244 | 2026-08-25T15:18:22.121Z | test api_server::tests::test_build_info ... ok |
| 8245 | 2026-08-25T15:18:22.121Z | Aug 25 15:18:20.361 DEBG initted freemap. size: 128, unit: freemap_test |
| 8246 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.361Aug 25 15:18:20.361 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_route_ipv4freemap_test |
| 8247 | 2026-08-25T15:18:22.122Z | |
| 8248 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.361 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8249 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.361 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8250 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.361 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8251 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.361 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8252 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8253 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8254 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8255 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8256 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8257 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8258 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8259 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8260 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8261 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8262 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8263 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8264 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8265 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8266 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8267 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8268 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8269 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8270 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8271 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8272 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8273 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8274 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8275 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8276 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8277 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8278 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8279 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8280 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8281 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8282 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8283 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8284 | 2026-08-25T15:18:22.122Z | Aug 25 15:18:20.362 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 } }] |
| 8285 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8286 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8287 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8288 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8289 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8290 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8291 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8292 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8293 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8294 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8295 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8296 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8297 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8298 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8299 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8300 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8301 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8302 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8303 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8304 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8305 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8306 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8307 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8308 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8309 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8310 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8311 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8312 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8313 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8314 | 2026-08-25T15:18:22.123Z | Aug 25 15:18:20.362 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 } }] |
| 8315 | 2026-08-25T15:18:22.127Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8316 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8317 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8318 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8319 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8320 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8321 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8322 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8323 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8324 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8325 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8326 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8327 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8328 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8329 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8330 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8331 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8332 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8333 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8334 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8335 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8336 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8337 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8338 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8339 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8341 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8342 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8343 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8344 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8345 | 2026-08-25T15:18:22.128Z | test freemap::test_span ... ok |
| 8346 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8347 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8348 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8349 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8350 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8351 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }] |
| 8352 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8353 | 2026-08-25T15:18:22.128Z | Aug 25 15:18:20.362 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 } }]Aug 25 15:18:20.362 |
| 8354 | 2026-08-25T15:18:22.129Z | DEBGAug 25 15:18:20.362 created new freemapINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff, |
| 8355 | 2026-08-25T15:18:22.129Z | unit: freemap_route_ipv4Aug 25 15:18:20.362 |
| 8356 | 2026-08-25T15:18:22.129Z | 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 } }] |
| 8357 | 2026-08-25T15:18:22.129Z | Aug 25 15:18:20.362 DEBG created new freemapAug 25 15:18:20.362, unitINFO: adding route 3fff:beef:32::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8358 | 2026-08-25T15:18:22.129Z | |
| 8359 | 2026-08-25T15:18:22.129Z | Aug 25 15:18:20.362Aug 25 15:18:20.362 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 } }]initted freemap. size: 64 |
| 8360 | 2026-08-25T15:18:22.129Z | , unit: freemap_route_ipv4Aug 25 15:18:20.362 |
| 8361 | 2026-08-25T15:18:22.129Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8362 | 2026-08-25T15:18:22.129Z | Aug 25 15:18:20.362 DEBG Aug 25 15:18:20.362reset freemap , DEBGunit :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 } }] |
| 8363 | 2026-08-25T15:18:22.129Z | freemap_route_ipv4 |
| 8364 | 2026-08-25T15:18:22.129Z | Aug 25 15:18:20.362 Aug 25 15:18:20.362INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8365 | 2026-08-25T15:18:22.129Z | initted freemap. size: 64, unitAug 25 15:18:20.362: DEBGfreemap_route_ipv6 |
| 8366 | 2026-08-25T15:18:22.129Z | 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 } }] |
| 8367 | 2026-08-25T15:18:22.129Z | Aug 25 15:18:20.362Aug 25 15:18:20.362 DEBGINFO reset freemapadding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 8368 | 2026-08-25T15:18:22.129Z | unit: freemap_route_ipv6 |
| 8369 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362 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 25 15:18:20.362 |
| 8370 | 2026-08-25T15:18:22.130Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8371 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362 INFO Aug 25 15:18:20.362Aug 25 15:18:20.362adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8372 | 2026-08-25T15:18:22.130Z | DEBG DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], Aug 25 15:18:20.362unit |
| 8373 | 2026-08-25T15:18:22.130Z | :DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8374 | 2026-08-25T15:18:22.130Z | |
| 8375 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8376 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362Aug 25 15:18:20.362 INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap |
| 8377 | 2026-08-25T15:18:22.130Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8378 | 2026-08-25T15:18:22.130Z | , unit: Aug 25 15:18:20.362freemap_route_ipv6 |
| 8379 | 2026-08-25T15:18:22.130Z | 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 } }] |
| 8380 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362 Aug 25 15:18:20.362Aug 25 15:18:20.362 DEBGDEBG initted freemap. size: 64 Aug 25 15:18:20.362, 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 } }] DEBG |
| 8381 | 2026-08-25T15:18:22.130Z | unitadding route 3fff:beef:38::/64 -> 2001:db8::55:ff: |
| 8382 | 2026-08-25T15:18:22.130Z | freemap_route_ipv4created new freemapAug 25 15:18:20.362, |
| 8383 | 2026-08-25T15:18:22.130Z | unit :Aug 25 15:18:20.362 DEBG DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 8384 | 2026-08-25T15:18:22.130Z | Aug 25 15:18:20.362 |
| 8385 | 2026-08-25T15:18:22.131Z | created new freemapAug 25 15:18:20.362 DEBG, INFOAug 25 15:18:20.362reset freemap Aug 25 15:18:20.362DEBGunit :created new freemap adding route 3fff:dead::/64 -> 2001:db8::55:3, INFOunit : freemap_route_ipv4, |
| 8386 | 2026-08-25T15:18:22.131Z | |
| 8387 | 2026-08-25T15:18:22.131Z | freemap_route_ipv6 |
| 8388 | 2026-08-25T15:18:22.131Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8389 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.362unitAug 25 15:18:20.362: DEBG freemap_route_ipv4Aug 25 15:18:20.362replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8390 | 2026-08-25T15:18:22.131Z | DEBG |
| 8391 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.362 initted freemap. size: 64Aug 25 15:18:20.362Aug 25 15:18:20.362DEBG, DEBGunit INFO :created new freemap DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4 |
| 8392 | 2026-08-25T15:18:22.131Z | |
| 8393 | 2026-08-25T15:18:22.131Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64, , unit |
| 8394 | 2026-08-25T15:18:22.131Z | unitAug 25 15:18:20.362:: DEBGfreemap_route_ipv6Aug 25 15:18:20.362 |
| 8395 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.362reset freemapfreemap_route_ipv6, unit :INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8396 | 2026-08-25T15:18:22.131Z | |
| 8397 | 2026-08-25T15:18:22.131Z | |
| 8398 | 2026-08-25T15:18:22.131Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 25 15:18:20.362 |
| 8399 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.362DEBG DEBGinitted freemap. size: 64 , Aug 25 15:18:20.362unitreplacing 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 } }]: |
| 8400 | 2026-08-25T15:18:22.131Z | freemap_route_ipv6Aug 25 15:18:20.362 |
| 8401 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.362INFO Aug 25 15:18:20.362adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-25T15:18:22.131Z | DEBG reset freemap, unit: freemap_route_ipv6 |
| 8403 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363 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 } }] |
| 8404 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363initted freemap. size: 64 , INFOunitAug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8405 | 2026-08-25T15:18:22.131Z | : adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8406 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363 |
| 8407 | 2026-08-25T15:18:22.131Z | DEBG Aug 25 15:18:20.363 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 } }] |
| 8408 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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 } }]reset freemap |
| 8409 | 2026-08-25T15:18:22.131Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 25 15:18:20.362, unit |
| 8410 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363: INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8411 | 2026-08-25T15:18:22.131Z | |
| 8412 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363 freemap_route_ipv4 |
| 8413 | 2026-08-25T15:18:22.131Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.363 |
| 8414 | 2026-08-25T15:18:22.131Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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 } }]DEBG |
| 8415 | 2026-08-25T15:18:22.135Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8416 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 initted freemap. size: 64INFO, INFOAug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8417 | 2026-08-25T15:18:22.136Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 8418 | 2026-08-25T15:18:22.136Z | unit: freemap_route_ipv6Aug 25 15:18:20.363 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 25 15:18:20.363DEBG |
| 8419 | 2026-08-25T15:18:22.136Z | 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 } }] |
| 8420 | 2026-08-25T15:18:22.136Z | |
| 8421 | 2026-08-25T15:18:22.136Z | 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 } }] |
| 8422 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363Aug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8423 | 2026-08-25T15:18:22.136Z | |
| 8424 | 2026-08-25T15:18:22.136Z | 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 } }] |
| 8425 | 2026-08-25T15:18:22.136Z | DEBG Aug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8426 | 2026-08-25T15:18:22.136Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff DEBG |
| 8427 | 2026-08-25T15:18:22.136Z | reset freemapreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.363 |
| 8428 | 2026-08-25T15:18:22.136Z | , INFOunit adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 25 15:18:20.363 |
| 8429 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363: INFO DEBG Aug 25 15:18:20.363replacing 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 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8430 | 2026-08-25T15:18:22.136Z | DEBG |
| 8431 | 2026-08-25T15:18:22.136Z | |
| 8432 | 2026-08-25T15:18:22.136Z | 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 } }] |
| 8433 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 Aug 25 15:18:20.363DEBGAug 25 15:18:20.363INFO 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 } }] |
| 8434 | 2026-08-25T15:18:22.136Z | INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8435 | 2026-08-25T15:18:22.136Z | INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8437 | 2026-08-25T15:18:22.136Z | DEBGAug 25 15:18:20.363 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing 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 |
| 8438 | 2026-08-25T15:18:22.136Z | |
| 8439 | 2026-08-25T15:18:22.136Z | 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 25 15:18:20.363 |
| 8440 | 2026-08-25T15:18:22.136Z | DEBGAug 25 15:18:20.363 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 25 15:18:20.363Aug 25 15:18:20.363 adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff DEBGINFO |
| 8441 | 2026-08-25T15:18:22.136Z | 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:2::/64 -> 2001:db8::55:ff |
| 8442 | 2026-08-25T15:18:22.136Z | |
| 8443 | 2026-08-25T15:18:22.136Z | |
| 8444 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363 DEBG Aug 25 15:18:20.363Aug 25 15:18:20.363replacing 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 } }] INFO |
| 8445 | 2026-08-25T15:18:22.136Z | DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8446 | 2026-08-25T15:18:22.136Z | |
| 8447 | 2026-08-25T15:18:22.136Z | Aug 25 15:18:20.363 DEBGAug 25 15:18:20.363 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 } }]failed to allocate space for the new target listAug 25 15:18:20.363Aug 25 15:18:20.363 |
| 8448 | 2026-08-25T15:18:22.136Z | DEBG |
| 8449 | 2026-08-25T15:18:22.136Z | INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:18:20.363 |
| 8450 | 2026-08-25T15:18:22.137Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff DEBG |
| 8451 | 2026-08-25T15:18:22.137Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:18:20.363 |
| 8452 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363 INFO DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8453 | 2026-08-25T15:18:22.137Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.363 |
| 8454 | 2026-08-25T15:18:22.137Z | DEBG failed to allocate space for the new target list |
| 8455 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363 DEBGAug 25 15:18:20.363 replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8456 | 2026-08-25T15:18:22.137Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8457 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363DEBG DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 8458 | 2026-08-25T15:18:22.137Z | , adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit |
| 8459 | 2026-08-25T15:18:22.137Z | : freemap_route_ipv6Aug 25 15:18:20.363 |
| 8460 | 2026-08-25T15:18:22.137Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8461 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363 Aug 25 15:18:20.363DEBG 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 } }] |
| 8462 | 2026-08-25T15:18:22.137Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8463 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8464 | 2026-08-25T15:18:22.137Z | |
| 8465 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8466 | 2026-08-25T15:18:22.137Z | |
| 8467 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8468 | 2026-08-25T15:18:22.137Z | |
| 8469 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8470 | 2026-08-25T15:18:22.137Z | |
| 8471 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8472 | 2026-08-25T15:18:22.137Z | |
| 8473 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8474 | 2026-08-25T15:18:22.137Z | |
| 8475 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8476 | 2026-08-25T15:18:22.137Z | |
| 8477 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG 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: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 } }] |
| 8478 | 2026-08-25T15:18:22.137Z | |
| 8479 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8480 | 2026-08-25T15:18:22.137Z | |
| 8481 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8482 | 2026-08-25T15:18:22.137Z | |
| 8483 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8484 | 2026-08-25T15:18:22.137Z | |
| 8485 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8486 | 2026-08-25T15:18:22.137Z | |
| 8487 | 2026-08-25T15:18:22.137Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8488 | 2026-08-25T15:18:22.137Z | |
| 8489 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8490 | 2026-08-25T15:18:22.138Z | |
| 8491 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8492 | 2026-08-25T15:18:22.138Z | |
| 8493 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8494 | 2026-08-25T15:18:22.138Z | |
| 8495 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8496 | 2026-08-25T15:18:22.138Z | |
| 8497 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8498 | 2026-08-25T15:18:22.138Z | |
| 8499 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8500 | 2026-08-25T15:18:22.138Z | |
| 8501 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8502 | 2026-08-25T15:18:22.138Z | |
| 8503 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8504 | 2026-08-25T15:18:22.138Z | |
| 8505 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8506 | 2026-08-25T15:18:22.138Z | |
| 8507 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8508 | 2026-08-25T15:18:22.138Z | |
| 8509 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8510 | 2026-08-25T15:18:22.138Z | |
| 8511 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8512 | 2026-08-25T15:18:22.138Z | |
| 8513 | 2026-08-25T15:18:22.138Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8514 | 2026-08-25T15:18:22.138Z | |
| 8515 | 2026-08-25T15:18:22.142Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8516 | 2026-08-25T15:18:22.142Z | |
| 8517 | 2026-08-25T15:18:22.142Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8518 | 2026-08-25T15:18:22.142Z | |
| 8519 | 2026-08-25T15:18:22.142Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8520 | 2026-08-25T15:18:22.143Z | |
| 8521 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8522 | 2026-08-25T15:18:22.143Z | |
| 8523 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8524 | 2026-08-25T15:18:22.143Z | |
| 8525 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8526 | 2026-08-25T15:18:22.143Z | |
| 8527 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8528 | 2026-08-25T15:18:22.143Z | |
| 8529 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8530 | 2026-08-25T15:18:22.143Z | |
| 8531 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8532 | 2026-08-25T15:18:22.143Z | |
| 8533 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8534 | 2026-08-25T15:18:22.143Z | |
| 8535 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8536 | 2026-08-25T15:18:22.143Z | |
| 8537 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8538 | 2026-08-25T15:18:22.143Z | |
| 8539 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8540 | 2026-08-25T15:18:22.143Z | |
| 8541 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8542 | 2026-08-25T15:18:22.143Z | |
| 8543 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8544 | 2026-08-25T15:18:22.143Z | |
| 8545 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8546 | 2026-08-25T15:18:22.143Z | |
| 8547 | 2026-08-25T15:18:22.143Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-25T15:18:22.144Z | |
| 8549 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8550 | 2026-08-25T15:18:22.144Z | |
| 8551 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8552 | 2026-08-25T15:18:22.144Z | |
| 8553 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8554 | 2026-08-25T15:18:22.144Z | |
| 8555 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8556 | 2026-08-25T15:18:22.144Z | |
| 8557 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8558 | 2026-08-25T15:18:22.144Z | |
| 8559 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8560 | 2026-08-25T15:18:22.144Z | |
| 8561 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8562 | 2026-08-25T15:18:22.144Z | |
| 8563 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8564 | 2026-08-25T15:18:22.144Z | |
| 8565 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8566 | 2026-08-25T15:18:22.144Z | |
| 8567 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8568 | 2026-08-25T15:18:22.144Z | |
| 8569 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8570 | 2026-08-25T15:18:22.144Z | |
| 8571 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8572 | 2026-08-25T15:18:22.144Z | |
| 8573 | 2026-08-25T15:18:22.144Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8574 | 2026-08-25T15:18:22.145Z | |
| 8575 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8576 | 2026-08-25T15:18:22.145Z | |
| 8577 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8578 | 2026-08-25T15:18:22.145Z | |
| 8579 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-25T15:18:22.145Z | |
| 8581 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.363Aug 25 15:18:20.363 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: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 } }] |
| 8582 | 2026-08-25T15:18:22.145Z | |
| 8583 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.363 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 25 15:18:20.363 |
| 8584 | 2026-08-25T15:18:22.145Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8585 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.364 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 } }] |
| 8586 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8587 | 2026-08-25T15:18:22.145Z | |
| 8588 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8589 | 2026-08-25T15:18:22.145Z | |
| 8590 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8591 | 2026-08-25T15:18:22.145Z | |
| 8592 | 2026-08-25T15:18:22.145Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8593 | 2026-08-25T15:18:22.146Z | |
| 8594 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8595 | 2026-08-25T15:18:22.146Z | |
| 8596 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 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: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 } }] |
| 8597 | 2026-08-25T15:18:22.146Z | |
| 8598 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFOINFO Aug 25 15:18:20.364Aug 25 15:18:20.363 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8599 | 2026-08-25T15:18:22.146Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8600 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364 |
| 8601 | 2026-08-25T15:18:22.146Z | DEBG Aug 25 15:18:20.364created new freemap, unitDEBG: freemap_route_ipv6DEBGAug 25 15:18:20.364 |
| 8602 | 2026-08-25T15:18:22.146Z | 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 } }] |
| 8603 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBG Aug 25 15:18:20.364initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8604 | 2026-08-25T15:18:22.146Z | DEBG Aug 25 15:18:20.364 DEBG reset freemap, unit: freemap_route_ipv4INFO |
| 8605 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364 DEBGcreated new freemap initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8606 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364 DEBGDEBG reset freemapreplacing 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 } }], unit |
| 8607 | 2026-08-25T15:18:22.146Z | : freemap_route_ipv6 |
| 8608 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8609 | 2026-08-25T15:18:22.146Z | Aug 25 15:18:20.364 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.364 |
| 8610 | 2026-08-25T15:18:22.146Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364 |
| 8611 | 2026-08-25T15:18:22.146Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:18:20.364 |
| 8612 | 2026-08-25T15:18:22.146Z | INFO , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:18:20.364unit |
| 8613 | 2026-08-25T15:18:22.146Z | :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 } }]freemap_route_ipv4 |
| 8614 | 2026-08-25T15:18:22.146Z | |
| 8615 | 2026-08-25T15:18:22.150Z | Aug 25 15:18:20.364 DEBG Aug 25 15:18:20.364replacing 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 } }] |
| 8616 | 2026-08-25T15:18:22.150Z | DEBG created new freemap, Aug 25 15:18:20.364unit :INFO freemap_route_ipv6adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8617 | 2026-08-25T15:18:22.150Z | |
| 8618 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8619 | 2026-08-25T15:18:22.151Z | unit: Aug 25 15:18:20.364freemap_route_ipv4 |
| 8620 | 2026-08-25T15:18:22.151Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8621 | 2026-08-25T15:18:22.151Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364Aug 25 15:18:20.364 |
| 8622 | 2026-08-25T15:18:22.151Z | DEBG DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8623 | 2026-08-25T15:18:22.151Z | reset freemap, unit: freemap_route_ipv4Aug 25 15:18:20.364 |
| 8624 | 2026-08-25T15:18:22.151Z | INFO Aug 25 15:18:20.364adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 25 15:18:20.364INFO |
| 8625 | 2026-08-25T15:18:22.151Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8626 | 2026-08-25T15:18:22.151Z | test route::tests::grow_succeeds ... ok |
| 8627 | 2026-08-25T15:18:22.151Z | initted freemap. size: 64, unit:Aug 25 15:18:20.364 Aug 25 15:18:20.364freemap_route_ipv6 |
| 8628 | 2026-08-25T15:18:22.151Z | 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 |
| 8629 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364replacing 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 } }] |
| 8630 | 2026-08-25T15:18:22.151Z | DEBGAug 25 15:18:20.364 INFOAug 25 15:18:20.364reset freemap , unitINFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8631 | 2026-08-25T15:18:22.151Z | :adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8632 | 2026-08-25T15:18:22.151Z | freemap_route_ipv6 |
| 8633 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364 Aug 25 15:18:20.364Aug 25 15:18:20.364 INFODEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 8634 | 2026-08-25T15:18:22.151Z | |
| 8635 | 2026-08-25T15:18:22.151Z | 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 } }] |
| 8636 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364INFO INFODEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8637 | 2026-08-25T15:18:22.151Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8638 | 2026-08-25T15:18:22.151Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8639 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364 Aug 25 15:18:20.364DEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8640 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8641 | 2026-08-25T15:18:22.151Z | DEBGAug 25 15:18:20.364 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 } }] |
| 8642 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364adding route 3fff:beef:9::/64 -> 2001:db8::55:ff DEBG |
| 8643 | 2026-08-25T15:18:22.151Z | 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 } }] |
| 8644 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFO Aug 25 15:18:20.364DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8645 | 2026-08-25T15:18:22.151Z | |
| 8646 | 2026-08-25T15:18:22.151Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8647 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFOAug 25 15:18:20.364 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8648 | 2026-08-25T15:18:22.151Z | 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 } }] |
| 8649 | 2026-08-25T15:18:22.151Z | 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 } }] |
| 8650 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8651 | 2026-08-25T15:18:22.151Z | |
| 8652 | 2026-08-25T15:18:22.151Z | |
| 8653 | 2026-08-25T15:18:22.151Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGDEBGINFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8654 | 2026-08-25T15:18:22.151Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8655 | 2026-08-25T15:18:22.152Z | |
| 8656 | 2026-08-25T15:18:22.152Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBGINFOINFO 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 } }] |
| 8657 | 2026-08-25T15:18:22.152Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8658 | 2026-08-25T15:18:22.152Z | |
| 8659 | 2026-08-25T15:18:22.152Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 DEBG 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 3fff:beef:c::/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 } }] |
| 8660 | 2026-08-25T15:18:22.152Z | |
| 8661 | 2026-08-25T15:18:22.152Z | |
| 8662 | 2026-08-25T15:18:22.152Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 8663 | 2026-08-25T15:18:22.152Z | 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 } }] Aug 25 15:18:20.364 |
| 8664 | 2026-08-25T15:18:22.152Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8665 | 2026-08-25T15:18:22.152Z | DEBG Aug 25 15:18:20.364replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.364 INFO |
| 8666 | 2026-08-25T15:18:22.152Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8667 | 2026-08-25T15:18:22.152Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364 |
| 8668 | 2026-08-25T15:18:22.152Z | Aug 25 15:18:20.364INFO DEBG Aug 25 15:18:20.364adding route 172.17.0.5/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 } }] |
| 8669 | 2026-08-25T15:18:22.152Z | |
| 8670 | 2026-08-25T15:18:22.152Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-25T15:18:22.153Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364DEBG INFODEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:e::/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 } }] |
| 8672 | 2026-08-25T15:18:22.153Z | |
| 8673 | 2026-08-25T15:18:22.153Z | |
| 8674 | 2026-08-25T15:18:22.153Z | Aug 25 15:18:20.364 Aug 25 15:18:20.364Aug 25 15:18:20.364INFO DEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 |
| 8675 | 2026-08-25T15:18:22.153Z | |
| 8676 | 2026-08-25T15:18:22.153Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-25T15:18:22.153Z | Aug 25 15:18:20.364Aug 25 15:18:20.364 INFOAug 25 15:18:20.364 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 8678 | 2026-08-25T15:18:22.153Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8679 | 2026-08-25T15:18:22.153Z | |
| 8680 | 2026-08-25T15:18:22.153Z | |
| 8681 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 Aug 25 15:18:20.364DEBGAug 25 15:18:20.364 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 } }]INFO |
| 8682 | 2026-08-25T15:18:22.154Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8683 | 2026-08-25T15:18:22.154Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8684 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 DEBGAug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 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 } }] |
| 8685 | 2026-08-25T15:18:22.154Z | DEBGDEBG INFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8686 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 |
| 8687 | 2026-08-25T15:18:22.154Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:18:20.364 |
| 8688 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 |
| 8689 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364INFOINFO Aug 25 15:18:20.364adding route 172.17.0.8/32 -> 10.0.0.255 |
| 8690 | 2026-08-25T15:18:22.154Z | DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8691 | 2026-08-25T15:18:22.154Z | 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 } }] |
| 8692 | 2026-08-25T15:18:22.154Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 25 15:18:20.364Aug 25 15:18:20.364 |
| 8693 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 INFOINFODEBG adding route 3fff:beef:11::/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 } }] |
| 8694 | 2026-08-25T15:18:22.154Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8695 | 2026-08-25T15:18:22.154Z | |
| 8696 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 8697 | 2026-08-25T15:18:22.154Z | 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 |
| 8698 | 2026-08-25T15:18:22.154Z | 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 25 15:18:20.364Aug 25 15:18:20.364 INFODEBG |
| 8699 | 2026-08-25T15:18:22.154Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8700 | 2026-08-25T15:18:22.154Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.364 |
| 8701 | 2026-08-25T15:18:22.154Z | Aug 25 15:18:20.364 INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8702 | 2026-08-25T15:18:22.155Z | 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:34::/64 -> 2001:db8::55:ffAug 25 15:18:20.364 |
| 8703 | 2026-08-25T15:18:22.155Z | Aug 25 15:18:20.364 |
| 8704 | 2026-08-25T15:18:22.155Z | INFO Aug 25 15:18:20.364INFOAug 25 15:18:20.364adding route 172.17.0.10/32 -> 10.0.0.255 |
| 8705 | 2026-08-25T15:18:22.155Z | DEBG INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8706 | 2026-08-25T15:18:22.155Z | Aug 25 15:18:20.364 |
| 8707 | 2026-08-25T15:18:22.155Z | DEBG |
| 8708 | 2026-08-25T15:18:22.155Z | 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 } }] |
| 8709 | 2026-08-25T15:18:22.155Z | Aug 25 15:18:20.364Aug 25 15:18:20.364Aug 25 15:18:20.364 Aug 25 15:18:20.364 DEBGDEBGINFO 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 |
| 8710 | 2026-08-25T15:18:22.155Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 8711 | 2026-08-25T15:18:22.155Z | 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:35::/64 -> 2001:db8::55:ff |
| 8712 | 2026-08-25T15:18:22.155Z | Aug 25 15:18:20.364 INFOAug 25 15:18:20.364 |
| 8713 | 2026-08-25T15:18:22.155Z | Aug 25 15:18:20.364 DEBGINFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8714 | 2026-08-25T15:18:22.155Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8715 | 2026-08-25T15:18:22.159Z | |
| 8716 | 2026-08-25T15:18:22.159Z | Aug 25 15:18:20.364 Aug 25 15:18:20.364DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.364 |
| 8717 | 2026-08-25T15:18:22.159Z | Aug 25 15:18:20.364DEBG 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 |
| 8718 | 2026-08-25T15:18:22.159Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 8719 | 2026-08-25T15:18:22.159Z | Aug 25 15:18:20.364replacing 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 } }] |
| 8720 | 2026-08-25T15:18:22.159Z | Aug 25 15:18:20.364INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:18:20.364 |
| 8721 | 2026-08-25T15:18:22.159Z | INFODEBG Aug 25 15:18:20.364replacing 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 } }] |
| 8722 | 2026-08-25T15:18:22.159Z | INFOAug 25 15:18:20.364adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8723 | 2026-08-25T15:18:22.159Z | DEBGAug 25 15:18:20.364 |
| 8724 | 2026-08-25T15:18:22.159Z | 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 } }] |
| 8725 | 2026-08-25T15:18:22.159Z | INFO Aug 25 15:18:20.365adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:18:20.365 DEBG |
| 8726 | 2026-08-25T15:18:22.159Z | Aug 25 15:18:20.365INFO adding route 3fff:beef:30::/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 } }] |
| 8727 | 2026-08-25T15:18:22.160Z | |
| 8728 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 DEBG DEBGAug 25 15:18:20.365Aug 25 15:18:20.365 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 } }] |
| 8729 | 2026-08-25T15:18:22.160Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8730 | 2026-08-25T15:18:22.160Z | DEBG |
| 8731 | 2026-08-25T15:18:22.160Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.365Aug 25 15:18:20.365 |
| 8732 | 2026-08-25T15:18:22.160Z | INFO DEBG Aug 25 15:18:20.365Aug 25 15:18:20.365adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8733 | 2026-08-25T15:18:22.160Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8734 | 2026-08-25T15:18:22.160Z | INFO Aug 25 15:18:20.365adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Aug 25 15:18:20.365 |
| 8735 | 2026-08-25T15:18:22.160Z | 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8736 | 2026-08-25T15:18:22.160Z | INFO |
| 8737 | 2026-08-25T15:18:22.160Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 25 15:18:20.365 |
| 8738 | 2026-08-25T15:18:22.160Z | DEBGAug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 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 } }]DEBGINFO |
| 8739 | 2026-08-25T15:18:22.160Z | 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 } }] 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 } }] |
| 8740 | 2026-08-25T15:18:22.160Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 8741 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 INFO |
| 8742 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 25 15:18:20.365 |
| 8743 | 2026-08-25T15:18:22.160Z | INFOAug 25 15:18:20.365 DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8744 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8745 | 2026-08-25T15:18:22.160Z | INFOAug 25 15:18:20.365 Aug 25 15:18:20.365DEBGAug 25 15:18:20.365adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8746 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8747 | 2026-08-25T15:18:22.160Z | INFOAug 25 15:18:20.365 DEBGDEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 8748 | 2026-08-25T15:18:22.160Z | 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 25 15:18:20.365replacing 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 } }] |
| 8749 | 2026-08-25T15:18:22.160Z | INFO |
| 8750 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8751 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8752 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 Aug 25 15:18:20.365INFODEBG INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 8753 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8754 | 2026-08-25T15:18:22.160Z | |
| 8755 | 2026-08-25T15:18:22.160Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 25 15:18:20.365 |
| 8756 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 Aug 25 15:18:20.365INFODEBG DEBGadding route 3fff:beef:34::/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 } }] |
| 8757 | 2026-08-25T15:18:22.160Z | |
| 8758 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8759 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 DEBGINFO Aug 25 15:18:20.365 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 } }]INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 8760 | 2026-08-25T15:18:22.160Z | DEBG |
| 8761 | 2026-08-25T15:18:22.160Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8762 | 2026-08-25T15:18:22.160Z | 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 } }] |
| 8763 | 2026-08-25T15:18:22.160Z | Aug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 INFODEBGDEBGAug 25 15:18:20.365 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:35::/64 -> 2001:db8::55:ffINFO |
| 8764 | 2026-08-25T15:18:22.160Z | |
| 8765 | 2026-08-25T15:18:22.160Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8766 | 2026-08-25T15:18:22.161Z | replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.365Aug 25 15:18:20.365 |
| 8767 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.365INFO DEBG adding route 172.17.0.19/32 -> 10.0.0.255 Aug 25 15:18:20.365 |
| 8768 | 2026-08-25T15:18:22.161Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8769 | 2026-08-25T15:18:22.161Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8770 | 2026-08-25T15:18:22.161Z | INFO Aug 25 15:18:20.365adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 25 15:18:20.365Aug 25 15:18:20.365Aug 25 15:18:20.365 INFODEBG DEBG |
| 8771 | 2026-08-25T15:18:22.161Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap , replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.365unit : |
| 8772 | 2026-08-25T15:18:22.161Z | |
| 8773 | 2026-08-25T15:18:22.161Z | DEBG freemap_route_ipv4 |
| 8774 | 2026-08-25T15:18:22.161Z | INFO Aug 25 15:18:20.365 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 } }]INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8775 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.365 Aug 25 15:18:20.365adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 8776 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.365 DEBGcreated new freemapDEBG, |
| 8777 | 2026-08-25T15:18:22.161Z | created new freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitunit:: freemap_route_ipv6freemap_route_ipv4 |
| 8778 | 2026-08-25T15:18:22.161Z | |
| 8779 | 2026-08-25T15:18:22.161Z | |
| 8780 | 2026-08-25T15:18:22.161Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8781 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365Aug 25 15:18:20.365 DEBGDEBGAug 25 15:18:20.365 created new freemap , unitDEBG: 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. size: 64freemap_route_ipv6, |
| 8782 | 2026-08-25T15:18:22.161Z | unit |
| 8783 | 2026-08-25T15:18:22.161Z | DEBG: INFOAug 25 15:18:20.365Aug 25 15:18:20.365 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 } }] |
| 8784 | 2026-08-25T15:18:22.161Z | freemap_route_ipv4 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 8785 | 2026-08-25T15:18:22.161Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 8786 | 2026-08-25T15:18:22.161Z | initted freemap. size: 64, |
| 8787 | 2026-08-25T15:18:22.161Z | unitAug 25 15:18:20.365Aug 25 15:18:20.365: Aug 25 15:18:20.365 DEBGfreemap_route_ipv4DEBG |
| 8788 | 2026-08-25T15:18:22.161Z | reset freemap , unitreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 25 15:18:20.365 freemap_route_ipv4 |
| 8789 | 2026-08-25T15:18:22.161Z | DEBG reset freemap |
| 8790 | 2026-08-25T15:18:22.161Z | , INFOunit :Aug 25 15:18:20.365 Aug 25 15:18:20.365 adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8791 | 2026-08-25T15:18:22.161Z | |
| 8792 | 2026-08-25T15:18:22.161Z | DEBGINFO initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255, Aug 25 15:18:20.365 |
| 8793 | 2026-08-25T15:18:22.161Z | unitDEBG :Aug 25 15:18:20.365Aug 25 15:18:20.365 Aug 25 15:18:20.365 DEBG Aug 25 15:18:20.365created new freemap DEBGDEBG, unitcreated new freemap:, unitfreemap_route_ipv4: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 } }] |
| 8794 | 2026-08-25T15:18:22.161Z | freemap_route_ipv4 |
| 8795 | 2026-08-25T15:18:22.161Z | |
| 8796 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.370 INFOAug 25 15:18:20.370 initted freemap. size: 64Aug 25 15:18:20.370DEBG adding route 172.17.0.23/32 -> 10.0.0.255created new freemapDEBG |
| 8797 | 2026-08-25T15:18:22.161Z | , , unit :created new freemap , freemap_route_ipv6unit |
| 8798 | 2026-08-25T15:18:22.161Z | Aug 25 15:18:20.370unit :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 } }]Aug 25 15:18:20.370 freemap_route_ipv6 |
| 8799 | 2026-08-25T15:18:22.161Z | DEBG |
| 8800 | 2026-08-25T15:18:22.161Z | freemap_route_ipv6initted freemap. size: 64 |
| 8801 | 2026-08-25T15:18:22.161Z | , unitAug 25 15:18:20.370 INFO: adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4 |
| 8802 | 2026-08-25T15:18:22.162Z | |
| 8803 | 2026-08-25T15:18:22.162Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 DEBG Aug 25 15:18:20.370 Aug 25 15:18:20.370reset freemapDEBG DEBGreset freemap, DEBGunit :, 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. size: 64unit, |
| 8804 | 2026-08-25T15:18:22.162Z | :unit: freemap_route_ipv4freemap_route_ipv6 |
| 8805 | 2026-08-25T15:18:22.162Z | |
| 8806 | 2026-08-25T15:18:22.162Z | Aug 25 15:18:20.370 INFOfreemap_route_ipv4 |
| 8807 | 2026-08-25T15:18:22.162Z | adding route 172.17.0.25/32 -> 10.0.0.255Aug 25 15:18:20.370 Aug 25 15:18:20.370DEBG |
| 8808 | 2026-08-25T15:18:22.162Z | Aug 25 15:18:20.370 initted freemap. size: 64 DEBG, INFOreset freemapAug 25 15:18:20.370 , unitunit :adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG :freemap_route_ipv6 |
| 8809 | 2026-08-25T15:18:22.162Z | |
| 8810 | 2026-08-25T15:18:22.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 } }]freemap_route_ipv4 |
| 8811 | 2026-08-25T15:18:22.162Z | |
| 8812 | 2026-08-25T15:18:22.162Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 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 } }]reset freemapAug 25 15:18:20.370, unit |
| 8813 | 2026-08-25T15:18:22.162Z | :INFO freemap_route_ipv6adding route 172.17.0.26/32 -> 10.0.0.255 |
| 8814 | 2026-08-25T15:18:22.162Z | |
| 8815 | 2026-08-25T15:18:22.167Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 DEBGINFO initted freemap. size: 64, adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 8816 | 2026-08-25T15:18:22.167Z | :Aug 25 15:18:20.370 freemap_route_ipv6Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8817 | 2026-08-25T15:18:22.167Z | 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 } }] |
| 8818 | 2026-08-25T15:18:22.167Z | |
| 8819 | 2026-08-25T15:18:22.167Z | |
| 8820 | 2026-08-25T15:18:22.167Z | Aug 25 15:18:20.370 Aug 25 15:18:20.370Aug 25 15:18:20.370Aug 25 15:18:20.370 DEBGDEBG INFOINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1reset freemap |
| 8821 | 2026-08-25T15:18:22.167Z | |
| 8822 | 2026-08-25T15:18:22.167Z | , unit:adding route 172.17.0.27/32 -> 10.0.0.255 Aug 25 15:18:20.370freemap_route_ipv6 |
| 8823 | 2026-08-25T15:18:22.167Z | INFOAug 25 15:18:20.370 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8824 | 2026-08-25T15:18:22.167Z | |
| 8825 | 2026-08-25T15:18:22.167Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:18:20.370 |
| 8826 | 2026-08-25T15:18:22.167Z | DEBG Aug 25 15:18:20.370replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.370 |
| 8827 | 2026-08-25T15:18:22.167Z | DEBG INFOAug 25 15:18:20.370replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8828 | 2026-08-25T15:18:22.168Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 8829 | 2026-08-25T15:18:22.168Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 25 15:18:20.370Aug 25 15:18:20.370 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 8830 | 2026-08-25T15:18:22.168Z | |
| 8831 | 2026-08-25T15:18:22.168Z | INFOAug 25 15:18:20.370 Aug 25 15:18:20.370adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:18:20.370 |
| 8832 | 2026-08-25T15:18:22.168Z | DEBG DEBGDEBGAug 25 15:18:20.370 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 8833 | 2026-08-25T15:18:22.168Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8834 | 2026-08-25T15:18:22.168Z | |
| 8835 | 2026-08-25T15:18:22.168Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8836 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8837 | 2026-08-25T15:18:22.168Z | |
| 8838 | 2026-08-25T15:18:22.168Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 8839 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8840 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 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 } }] |
| 8841 | 2026-08-25T15:18:22.168Z | DEBG DEBGDEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.370 |
| 8842 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.370 |
| 8843 | 2026-08-25T15:18:22.168Z | |
| 8844 | 2026-08-25T15:18:22.168Z | |
| 8845 | 2026-08-25T15:18:22.168Z | INFOAug 25 15:18:20.370Aug 25 15:18:20.370replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8846 | 2026-08-25T15:18:22.168Z | WARNadding route 172.17.0.30/32 -> 10.0.0.255 |
| 8847 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8848 | 2026-08-25T15:18:22.168Z | INFODEBGAug 25 15:18:20.370 failed to allocate space for the new target listAug 25 15:18:20.370 |
| 8849 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8850 | 2026-08-25T15:18:22.168Z | ERRODEBG 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 25 15:18:20.370 |
| 8851 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370adding route 3fff:dead::/64 -> 2001:db8::55:3rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 8852 | 2026-08-25T15:18:22.168Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 8853 | 2026-08-25T15:18:22.168Z | |
| 8854 | 2026-08-25T15:18:22.168Z | 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 25 15:18:20.370 |
| 8855 | 2026-08-25T15:18:22.168Z | ERROAug 25 15:18:20.370 shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itINFO |
| 8856 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370 adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 25 15:18:20.370 |
| 8857 | 2026-08-25T15:18:22.168Z | 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 } }] |
| 8858 | 2026-08-25T15:18:22.168Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8859 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370 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 } }] |
| 8860 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 Aug 25 15:18:20.370INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8861 | 2026-08-25T15:18:22.168Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 8862 | 2026-08-25T15:18:22.168Z | 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 } }] |
| 8863 | 2026-08-25T15:18:22.168Z | Aug 25 15:18:20.370Aug 25 15:18:20.370 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 } }] |
| 8864 | 2026-08-25T15:18:22.168Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.370 |
| 8865 | 2026-08-25T15:18:22.169Z | INFO Aug 25 15:18:20.370freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 25 15:18:20.370 |
| 8866 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 |
| 8867 | 2026-08-25T15:18:22.169Z | INFODEBG 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 172.17.0.33/32 -> 10.0.0.255Aug 25 15:18:20.370 |
| 8868 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 |
| 8869 | 2026-08-25T15:18:22.169Z | DEBGDEBG reset freemapDEBGAug 25 15:18:20.370, unit : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] freemap_route_ipv6INFO |
| 8870 | 2026-08-25T15:18:22.169Z | |
| 8871 | 2026-08-25T15:18:22.169Z | adding route 3fff:beef:38::/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 } }] |
| 8872 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 |
| 8873 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 DEBGINFOAug 25 15:18:20.370 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 8874 | 2026-08-25T15:18:22.169Z | 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 } }] |
| 8875 | 2026-08-25T15:18:22.169Z | |
| 8876 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 DEBGAug 25 15:18:20.370Aug 25 15:18:20.370 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 25 15:18:20.370 |
| 8877 | 2026-08-25T15:18:22.169Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8878 | 2026-08-25T15:18:22.169Z | INFO INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8879 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 8880 | 2026-08-25T15:18:22.169Z | |
| 8881 | 2026-08-25T15:18:22.169Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 25 15:18:20.370 |
| 8882 | 2026-08-25T15:18:22.169Z | DEBG Aug 25 15:18:20.370 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.370DEBG |
| 8883 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8884 | 2026-08-25T15:18:22.169Z | |
| 8885 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370 INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.370 |
| 8886 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8887 | 2026-08-25T15:18:22.169Z | |
| 8888 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.370Aug 25 15:18:20.370Aug 25 15:18:20.370 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8889 | 2026-08-25T15:18:22.169Z | adding route 172.17.0.35/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 } }] |
| 8890 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.371Aug 25 15:18:20.371Aug 25 15:18:20.377 DEBGDEBG created new freemapDEBG, unitcreated new freemap: , freemap_route_ipv4unitreplacing 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 } }] |
| 8891 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.378 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8892 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.378 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8893 | 2026-08-25T15:18:22.169Z | |
| 8894 | 2026-08-25T15:18:22.169Z | :Aug 25 15:18:20.378 |
| 8895 | 2026-08-25T15:18:22.169Z | freemap_route_ipv4DEBG |
| 8896 | 2026-08-25T15:18:22.169Z | INFOAug 25 15:18:20.370 Aug 25 15:18:20.378reset freemap Aug 25 15:18:20.378, INFOunit Aug 25 15:18:20.378adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8897 | 2026-08-25T15:18:22.169Z | INFO:adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO Aug 25 15:18:20.378freemap_route_ipv4adding route 172.17.0.36/32 -> 10.0.0.255 |
| 8898 | 2026-08-25T15:18:22.169Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8899 | 2026-08-25T15:18:22.169Z | |
| 8900 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.378DEBG DEBGDEBGreplacing 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 } }] |
| 8901 | 2026-08-25T15:18:22.169Z | |
| 8902 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.378 Aug 25 15:18:20.378 initted freemap. size: 64Aug 25 15:18:20.378 INFOINFO, unitadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff : |
| 8903 | 2026-08-25T15:18:22.169Z | Aug 25 15:18:20.378DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Aug 25 15:18:20.378 freemap_route_ipv6DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap |
| 8904 | 2026-08-25T15:18:22.170Z | |
| 8905 | 2026-08-25T15:18:22.170Z | 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 } }] |
| 8906 | 2026-08-25T15:18:22.170Z | Aug 25 15:18:20.378 |
| 8907 | 2026-08-25T15:18:22.170Z | Aug 25 15:18:20.378Aug 25 15:18:20.378unitAug 25 15:18:20.378 Aug 25 15:18:20.378DEBG:DEBGreplacing 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 DEBGfreemap_route_ipv6 reset freemap |
| 8908 | 2026-08-25T15:18:22.170Z | |
| 8909 | 2026-08-25T15:18:22.170Z | failed to allocate space for the new target list |
| 8910 | 2026-08-25T15:18:22.170Z | , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: |
| 8911 | 2026-08-25T15:18:22.170Z | Aug 25 15:18:20.378freemap_route_ipv6 |
| 8912 | 2026-08-25T15:18:22.170Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:18:20.378Aug 25 15:18:20.378 |
| 8913 | 2026-08-25T15:18:22.170Z | DEBG WARNINFO Aug 25 15:18:20.378replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8914 | 2026-08-25T15:18:22.170Z | INFO |
| 8915 | 2026-08-25T15:18:22.174Z | |
| 8916 | 2026-08-25T15:18:22.174Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 25 15:18:20.378 |
| 8917 | 2026-08-25T15:18:22.174Z | Aug 25 15:18:20.378 Aug 25 15:18:20.378DEBGINFOAug 25 15:18:20.378 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 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8918 | 2026-08-25T15:18:22.174Z | |
| 8919 | 2026-08-25T15:18:22.174Z | initted freemap. size: 64DEBG , Aug 25 15:18:20.378replacing 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 } }]unit :INFO |
| 8920 | 2026-08-25T15:18:22.174Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.378freemap_route_ipv4 |
| 8921 | 2026-08-25T15:18:22.174Z | DEBGAug 25 15:18:20.378 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 } }] |
| 8922 | 2026-08-25T15:18:22.174Z | Aug 25 15:18:20.378adding route 172.17.0.38/32 -> 10.0.0.255 |
| 8923 | 2026-08-25T15:18:22.174Z | |
| 8924 | 2026-08-25T15:18:22.174Z | DEBG Aug 25 15:18:20.378Aug 25 15:18:20.378Aug 25 15:18:20.378 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO |
| 8925 | 2026-08-25T15:18:22.174Z | reset freemap , 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 |
| 8926 | 2026-08-25T15:18:22.174Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 25 15:18:20.378 |
| 8927 | 2026-08-25T15:18:22.174Z | : INFOfreemap_route_ipv4 |
| 8928 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.378 |
| 8929 | 2026-08-25T15:18:22.175Z | 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 } }]INFO |
| 8930 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 8931 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378Aug 25 15:18:20.378 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 8932 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8933 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378 DEBGINFO Aug 25 15:18:20.378 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.16.0.0/32 -> 10.0.0.2 |
| 8934 | 2026-08-25T15:18:22.175Z | initted freemap. size: 64 |
| 8935 | 2026-08-25T15:18:22.175Z | , DEBGunitAug 25 15:18:20.378:Aug 25 15:18:20.378 DEBGfreemap_route_ipv6 INFO |
| 8936 | 2026-08-25T15:18:22.175Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 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 172.17.0.40/32 -> 10.0.0.255 |
| 8937 | 2026-08-25T15:18:22.175Z | |
| 8938 | 2026-08-25T15:18:22.175Z | |
| 8939 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFO reset freemapadding route 172.17.0.0/32 -> 10.0.0.255, |
| 8940 | 2026-08-25T15:18:22.175Z | unitAug 25 15:18:20.378Aug 25 15:18:20.378: DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.378 |
| 8941 | 2026-08-25T15:18:22.175Z | freemap_route_ipv6 |
| 8942 | 2026-08-25T15:18:22.175Z | DEBGDEBG Aug 25 15:18:20.378replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.378 |
| 8943 | 2026-08-25T15:18:22.175Z | INFOINFOreplacing 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 } }] |
| 8944 | 2026-08-25T15:18:22.175Z | INFO Aug 25 15:18:20.378adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8945 | 2026-08-25T15:18:22.175Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1 Aug 25 15:18:20.378adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 25 15:18:20.378 |
| 8946 | 2026-08-25T15:18:22.175Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8947 | 2026-08-25T15:18:22.175Z | DEBGINFO |
| 8948 | 2026-08-25T15:18:22.175Z | replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.378 |
| 8949 | 2026-08-25T15:18:22.175Z | adding route 172.17.0.41/32 -> 10.0.0.255 DEBG |
| 8950 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Aug 25 15:18:20.378 |
| 8951 | 2026-08-25T15:18:22.175Z | DEBGAug 25 15:18:20.378 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:7::/64 -> 2001:db8::55:ff |
| 8952 | 2026-08-25T15:18:22.175Z | |
| 8953 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378 INFODEBGAug 25 15:18:20.378Aug 25 15:18:20.378 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: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 } }] |
| 8954 | 2026-08-25T15:18:22.175Z | 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 } }] |
| 8955 | 2026-08-25T15:18:22.175Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:18:20.378 |
| 8956 | 2026-08-25T15:18:22.175Z | INFOAug 25 15:18:20.378 |
| 8957 | 2026-08-25T15:18:22.175Z | INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 8958 | 2026-08-25T15:18:22.175Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8959 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378 Aug 25 15:18:20.378INFO DEBGadding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:18:20.378Aug 25 15:18:20.378Aug 25 15:18:20.378 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8960 | 2026-08-25T15:18:22.175Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8961 | 2026-08-25T15:18:22.175Z | |
| 8962 | 2026-08-25T15:18:22.175Z | DEBG |
| 8963 | 2026-08-25T15:18:22.175Z | 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 } }] |
| 8964 | 2026-08-25T15:18:22.175Z | Aug 25 15:18:20.378Aug 25 15:18:20.378 Aug 25 15:18:20.378INFO DEBGAug 25 15:18:20.378 Aug 25 15:18:20.378INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff 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 } }] |
| 8965 | 2026-08-25T15:18:22.175Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8966 | 2026-08-25T15:18:22.175Z | INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8967 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378 |
| 8968 | 2026-08-25T15:18:22.176Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 8969 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378 Aug 25 15:18:20.378replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8970 | 2026-08-25T15:18:22.176Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG Aug 25 15:18:20.378 |
| 8971 | 2026-08-25T15:18:22.176Z | 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 } }] |
| 8972 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378INFOAug 25 15:18:20.378 INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 8973 | 2026-08-25T15:18:22.176Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 25 15:18:20.378 |
| 8974 | 2026-08-25T15:18:22.176Z | DEBGAug 25 15:18:20.378 Aug 25 15:18:20.378DEBG DEBGAug 25 15:18:20.378replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8975 | 2026-08-25T15:18:22.176Z | 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 } }] |
| 8976 | 2026-08-25T15:18:22.176Z | test route::tests::identity_replace_is_noop ... ok |
| 8977 | 2026-08-25T15:18:22.176Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.378 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 8978 | 2026-08-25T15:18:22.176Z | |
| 8979 | 2026-08-25T15:18:22.176Z | |
| 8980 | 2026-08-25T15:18:22.176Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 25 15:18:20.378 |
| 8981 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378Aug 25 15:18:20.378INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO |
| 8982 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378Aug 25 15:18:20.378INFO DEBGadding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 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 } }] |
| 8983 | 2026-08-25T15:18:22.176Z | |
| 8984 | 2026-08-25T15:18:22.176Z | DEBG |
| 8985 | 2026-08-25T15:18:22.176Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.378 |
| 8986 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 8987 | 2026-08-25T15:18:22.176Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8988 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378Aug 25 15:18:20.378 DEBGINFOAug 25 15:18:20.378 DEBGadding route 172.17.0.5/32 -> 10.0.0.255 Aug 25 15:18:20.378replacing 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 } }] |
| 8989 | 2026-08-25T15:18:22.176Z | |
| 8990 | 2026-08-25T15:18:22.176Z | |
| 8991 | 2026-08-25T15:18:22.176Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Aug 25 15:18:20.378adding route 172.17.0.45/32 -> 10.0.0.255 Aug 25 15:18:20.378 |
| 8992 | 2026-08-25T15:18:22.176Z | DEBG DEBGcreated new freemapAug 25 15:18:20.384 , unitreplacing 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 |
| 8993 | 2026-08-25T15:18:22.176Z | : 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 } }] |
| 8994 | 2026-08-25T15:18:22.176Z | freemap_route_ipv4Aug 25 15:18:20.384 |
| 8995 | 2026-08-25T15:18:22.176Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8996 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.378Aug 25 15:18:20.384Aug 25 15:18:20.384 |
| 8997 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.384 DEBGINFO INFO adding route 172.17.0.46/32 -> 10.0.0.255created new freemap DEBG, adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 25 15:18:20.384unit |
| 8998 | 2026-08-25T15:18:22.176Z | :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 } }] |
| 8999 | 2026-08-25T15:18:22.176Z | DEBG |
| 9000 | 2026-08-25T15:18:22.176Z | Aug 25 15:18:20.384replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 25 15:18:20.384 |
| 9001 | 2026-08-25T15:18:22.176Z | DEBGAug 25 15:18:20.384 INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 9002 | 2026-08-25T15:18:22.176Z | DEBG |
| 9003 | 2026-08-25T15:18:22.176Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9004 | 2026-08-25T15:18:22.176Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385 |
| 9005 | 2026-08-25T15:18:22.177Z | INFO Aug 25 15:18:20.385adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 9006 | 2026-08-25T15:18:22.177Z | DEBGAug 25 15:18:20.385 initted freemap. size: 64 , Aug 25 15:18:20.378Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGINFO INFOunit adding route 172.17.0.47/32 -> 10.0.0.255replacing 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:23::/64 -> 2001:db8::55:ff |
| 9007 | 2026-08-25T15:18:22.177Z | 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 } }] |
| 9008 | 2026-08-25T15:18:22.177Z | freemap_route_ipv4 |
| 9009 | 2026-08-25T15:18:22.177Z | |
| 9010 | 2026-08-25T15:18:22.177Z | Aug 25 15:18:20.385 |
| 9011 | 2026-08-25T15:18:22.177Z | INFOAug 25 15:18:20.385 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 9012 | 2026-08-25T15:18:22.177Z | DEBGAug 25 15:18:20.385 Aug 25 15:18:20.385 Aug 25 15:18:20.385Aug 25 15:18:20.385DEBG INFODEBGreplacing 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: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 172.17.0.8/32 -> 10.0.0.255 |
| 9013 | 2026-08-25T15:18:22.177Z | reset freemap |
| 9014 | 2026-08-25T15:18:22.177Z | , unitDEBG |
| 9015 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385 :Aug 25 15:18:20.385replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.385 INFODEBG |
| 9016 | 2026-08-25T15:18:22.181Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 9017 | 2026-08-25T15:18:22.181Z | 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 } }] |
| 9018 | 2026-08-25T15:18:22.181Z | INFOfreemap_route_ipv4Aug 25 15:18:20.385Aug 25 15:18:20.385 |
| 9019 | 2026-08-25T15:18:22.181Z | INFODEBGadding route 172.17.0.48/32 -> 10.0.0.255 Aug 25 15:18:20.385 replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOAug 25 15:18:20.385 |
| 9020 | 2026-08-25T15:18:22.181Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9021 | 2026-08-25T15:18:22.181Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9022 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385initted freemap. size: 64 |
| 9023 | 2026-08-25T15:18:22.181Z | INFO , adding route 3fff:beef:11::/64 -> 2001:db8::55:ffunitAug 25 15:18:20.385 |
| 9024 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385 DEBG :DEBGAug 25 15:18:20.385 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 } }] |
| 9025 | 2026-08-25T15:18:22.181Z | 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 } }]Aug 25 15:18:20.385freemap_route_ipv6 |
| 9026 | 2026-08-25T15:18:22.181Z | 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 } }] |
| 9027 | 2026-08-25T15:18:22.181Z | |
| 9028 | 2026-08-25T15:18:22.181Z | DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385 |
| 9029 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385DEBGINFOAug 25 15:18:20.385 INFO reset freemapadding route 3fff:beef:12::/64 -> 2001:db8::55:ff , unit |
| 9030 | 2026-08-25T15:18:22.181Z | : INFOadding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 9031 | 2026-08-25T15:18:22.181Z | adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6 |
| 9032 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9033 | 2026-08-25T15:18:22.181Z | DEBG |
| 9034 | 2026-08-25T15:18:22.181Z | Aug 25 15:18:20.385replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:18:20.385DEBG |
| 9035 | 2026-08-25T15:18:22.182Z | 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 } }]Aug 25 15:18:20.385 |
| 9036 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGINFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9037 | 2026-08-25T15:18:22.182Z | |
| 9038 | 2026-08-25T15:18:22.182Z | 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 } }] |
| 9039 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 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 } }] |
| 9040 | 2026-08-25T15:18:22.182Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9041 | 2026-08-25T15:18:22.182Z | |
| 9042 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385 INFOINFO Aug 25 15:18:20.385Aug 25 15:18:20.385 adding route 172.17.0.50/32 -> 10.0.0.255Aug 25 15:18:20.385adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 9043 | 2026-08-25T15:18:22.182Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9044 | 2026-08-25T15:18:22.182Z | |
| 9045 | 2026-08-25T15:18:22.182Z | 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 } }] |
| 9046 | 2026-08-25T15:18:22.182Z | 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 } }] |
| 9047 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 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 } }] |
| 9048 | 2026-08-25T15:18:22.182Z | 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 |
| 9049 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385INFO INFO Aug 25 15:18:20.385adding route 172.17.0.12/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9050 | 2026-08-25T15:18:22.182Z | |
| 9051 | 2026-08-25T15:18:22.182Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9052 | 2026-08-25T15:18:22.182Z | DEBGINFO Aug 25 15:18:20.385 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 |
| 9053 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG DEBG |
| 9054 | 2026-08-25T15:18:22.182Z | adding route 172.17.0.51/32 -> 10.0.0.255 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 } }] |
| 9055 | 2026-08-25T15:18:22.182Z | |
| 9056 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFOAug 25 15:18:20.385Aug 25 15:18:20.385 Aug 25 15:18:20.385INFO |
| 9057 | 2026-08-25T15:18:22.182Z | INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9058 | 2026-08-25T15:18:22.182Z | adding route 172.17.0.13/32 -> 10.0.0.255 Aug 25 15:18:20.385DEBG |
| 9059 | 2026-08-25T15:18:22.182Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.385 |
| 9060 | 2026-08-25T15:18:22.182Z | |
| 9061 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385 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 } }]DEBG |
| 9062 | 2026-08-25T15:18:22.182Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385 |
| 9063 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385Aug 25 15:18:20.385INFO INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 9064 | 2026-08-25T15:18:22.182Z | Aug 25 15:18:20.385adding route 172.16.0.0/32 -> 10.0.0.3 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 } }] |
| 9065 | 2026-08-25T15:18:22.183Z | Aug 25 15:18:20.385 |
| 9066 | 2026-08-25T15:18:22.183Z | INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9067 | 2026-08-25T15:18:22.183Z | |
| 9068 | 2026-08-25T15:18:22.183Z | |
| 9069 | 2026-08-25T15:18:22.183Z | Aug 25 15:18:20.385 Aug 25 15:18:20.385DEBG Aug 25 15:18:20.385INFOAug 25 15:18:20.385 DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9070 | 2026-08-25T15:18:22.183Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 15:18:20.385 |
| 9071 | 2026-08-25T15:18:22.183Z | Aug 25 15:18:20.385replacing 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.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 } }] |
| 9072 | 2026-08-25T15:18:22.183Z | DEBG |
| 9073 | 2026-08-25T15:18:22.183Z | Aug 25 15:18:20.385replacing 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 } }] |
| 9074 | 2026-08-25T15:18:22.183Z | INFO INFOAug 25 15:18:20.385 Aug 25 15:18:20.385 INFOINFOAug 25 15:18:20.385 INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9075 | 2026-08-25T15:18:22.183Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9076 | 2026-08-25T15:18:22.183Z | adding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9077 | 2026-08-25T15:18:22.183Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9078 | 2026-08-25T15:18:22.183Z | Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBG |
| 9079 | 2026-08-25T15:18:22.183Z | 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 } }]Aug 25 15:18:20.385 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 } }] |
| 9080 | 2026-08-25T15:18:22.183Z | DEBG |
| 9081 | 2026-08-25T15:18:22.183Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385Aug 25 15:18:20.385 DEBGAug 25 15:18:20.385 INFO INFO |
| 9082 | 2026-08-25T15:18:22.183Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9083 | 2026-08-25T15:18:22.184Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 25 15:18:20.385 |
| 9084 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385DEBGAug 25 15:18:20.385 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBG |
| 9085 | 2026-08-25T15:18:22.184Z | 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: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 } }] |
| 9086 | 2026-08-25T15:18:22.184Z | |
| 9087 | 2026-08-25T15:18:22.184Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9088 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385 INFOAug 25 15:18:20.385 Aug 25 15:18:20.385 INFOAug 25 15:18:20.385 Aug 25 15:18:20.385adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBG adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9089 | 2026-08-25T15:18:22.184Z | 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 } }]DEBG |
| 9090 | 2026-08-25T15:18:22.184Z | |
| 9091 | 2026-08-25T15:18:22.184Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.385adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9092 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385 DEBG |
| 9093 | 2026-08-25T15:18:22.184Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9094 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9095 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385Aug 25 15:18:20.385Aug 25 15:18:20.385 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 25 15:18:20.385 |
| 9096 | 2026-08-25T15:18:22.184Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 9097 | 2026-08-25T15:18:22.184Z | 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 } }] |
| 9098 | 2026-08-25T15:18:22.184Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.385 |
| 9099 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385 |
| 9100 | 2026-08-25T15:18:22.184Z | DEBG INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9101 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.385Aug 25 15:18:20.385Aug 25 15:18:20.393 DEBG DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, |
| 9102 | 2026-08-25T15:18:22.184Z | unit: freemap_route_ipv4 |
| 9103 | 2026-08-25T15:18:22.184Z | replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9104 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.393 DEBGAug 25 15:18:20.393 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393DEBG |
| 9105 | 2026-08-25T15:18:22.184Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 25 15:18:20.393 |
| 9106 | 2026-08-25T15:18:22.184Z | created new freemapINFOAug 25 15:18:20.393, unitINFO:Aug 25 15:18:20.393 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9107 | 2026-08-25T15:18:22.184Z | adding route 172.17.0.19/32 -> 10.0.0.255freemap_route_ipv6 |
| 9108 | 2026-08-25T15:18:22.184Z | |
| 9109 | 2026-08-25T15:18:22.184Z | DEBG Aug 25 15:18:20.393Aug 25 15:18:20.393 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9110 | 2026-08-25T15:18:22.184Z | |
| 9111 | 2026-08-25T15:18:22.184Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9112 | 2026-08-25T15:18:22.184Z | DEBGAug 25 15:18:20.393 Aug 25 15:18:20.393Aug 25 15:18:20.378 INFOinitted freemap. size: 64 Aug 25 15:18:20.393, DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFOINFOunit |
| 9113 | 2026-08-25T15:18:22.184Z | :adding route 172.17.0.2/32 -> 10.0.0.255created new freemap |
| 9114 | 2026-08-25T15:18:22.184Z | Aug 25 15:18:20.393 , adding route 172.17.0.20/32 -> 10.0.0.255DEBGunit |
| 9115 | 2026-08-25T15:18:22.189Z | 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 } }]freemap_route_ipv4: |
| 9116 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393 |
| 9117 | 2026-08-25T15:18:22.189Z | freemap_route_ipv4 |
| 9118 | 2026-08-25T15:18:22.189Z | DEBGAug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393 |
| 9119 | 2026-08-25T15:18:22.189Z | INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9120 | 2026-08-25T15:18:22.189Z | |
| 9121 | 2026-08-25T15:18:22.189Z | |
| 9122 | 2026-08-25T15:18:22.189Z | DEBGAug 25 15:18:20.393Aug 25 15:18:20.393 reset freemap DEBGAug 25 15:18:20.393 created new freemapAug 25 15:18:20.393, INFODEBG 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:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9123 | 2026-08-25T15:18:22.189Z | , Aug 25 15:18:20.393 |
| 9124 | 2026-08-25T15:18:22.189Z | unit |
| 9125 | 2026-08-25T15:18:22.189Z | :unit :Aug 25 15:18:20.393 Aug 25 15:18:20.393 freemap_route_ipv4INFOfreemap_route_ipv6 INFOadding route 172.17.0.3/32 -> 10.0.0.255 |
| 9126 | 2026-08-25T15:18:22.189Z | |
| 9127 | 2026-08-25T15:18:22.189Z | DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9128 | 2026-08-25T15:18:22.189Z | |
| 9129 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9130 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393 DEBGDEBG DEBGDEBGreplacing 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 } }] |
| 9131 | 2026-08-25T15:18:22.189Z | initted freemap. size: 64replacing 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 } }] |
| 9132 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393 INFO, initted freemap. size: 64adding route 172.17.0.22/32 -> 10.0.0.255Aug 25 15:18:20.393unit :DEBG |
| 9133 | 2026-08-25T15:18:22.189Z | INFO , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9134 | 2026-08-25T15:18:22.189Z | freemap_route_ipv4 |
| 9135 | 2026-08-25T15:18:22.189Z | 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 } }]unit |
| 9136 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393:Aug 25 15:18:20.393 DEBG freemap_route_ipv6DEBG |
| 9137 | 2026-08-25T15:18:22.189Z | 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 } }] |
| 9138 | 2026-08-25T15:18:22.189Z | 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 } }] |
| 9139 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393INFO Aug 25 15:18:20.393 INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9140 | 2026-08-25T15:18:22.189Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9141 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393 INFOINFO Aug 25 15:18:20.393 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 9142 | 2026-08-25T15:18:22.189Z | Aug 25 15:18:20.393adding route 172.17.0.23/32 -> 10.0.0.255 DEBGreset freemap |
| 9143 | 2026-08-25T15:18:22.189Z | 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 } }] |
| 9144 | 2026-08-25T15:18:22.189Z | , unit: Aug 25 15:18:20.393DEBG Aug 25 15:18:20.393freemap_route_ipv6 |
| 9145 | 2026-08-25T15:18:22.189Z | DEBGAug 25 15:18:20.393 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 } }] |
| 9146 | 2026-08-25T15:18:22.189Z | INFODEBG Aug 25 15:18:20.393replacing 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 } }] |
| 9147 | 2026-08-25T15:18:22.189Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9148 | 2026-08-25T15:18:22.190Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9149 | 2026-08-25T15:18:22.190Z | |
| 9150 | 2026-08-25T15:18:22.190Z | INFOAug 25 15:18:20.393 INFOAug 25 15:18:20.393 adding route 172.17.0.5/32 -> 10.0.0.255Aug 25 15:18:20.393 |
| 9151 | 2026-08-25T15:18:22.190Z | DEBG adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9152 | 2026-08-25T15:18:22.190Z | 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 } }]INFOAug 25 15:18:20.393 |
| 9153 | 2026-08-25T15:18:22.190Z | DEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9154 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 Aug 25 15:18:20.393replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOAug 25 15:18:20.393 |
| 9155 | 2026-08-25T15:18:22.190Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 9156 | 2026-08-25T15:18:22.190Z | DEBG Aug 25 15:18:20.393replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.393INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 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: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 } }] |
| 9157 | 2026-08-25T15:18:22.190Z | |
| 9158 | 2026-08-25T15:18:22.190Z | |
| 9159 | 2026-08-25T15:18:22.190Z | |
| 9160 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 9161 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 adding route 172.17.0.25/32 -> 10.0.0.255 DEBGINFO |
| 9162 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9163 | 2026-08-25T15:18:22.190Z | 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 } }] replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9164 | 2026-08-25T15:18:22.190Z | |
| 9165 | 2026-08-25T15:18:22.190Z | |
| 9166 | 2026-08-25T15:18:22.190Z | |
| 9167 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 DEBGAug 25 15:18:20.393 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Aug 25 15:18:20.393INFOAug 25 15:18:20.393 |
| 9168 | 2026-08-25T15:18:22.190Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9169 | 2026-08-25T15:18:22.190Z | DEBGAug 25 15:18:20.393 INFO |
| 9170 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393replacing 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 |
| 9171 | 2026-08-25T15:18:22.190Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9172 | 2026-08-25T15:18:22.190Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9173 | 2026-08-25T15:18:22.190Z | DEBG Aug 25 15:18:20.393Aug 25 15:18:20.393Aug 25 15:18:20.393 INFO 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 } }] |
| 9174 | 2026-08-25T15:18:22.190Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 9175 | 2026-08-25T15:18:22.190Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing 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 } }] |
| 9176 | 2026-08-25T15:18:22.190Z | |
| 9177 | 2026-08-25T15:18:22.190Z | test route::tests::same_size_non_subset_replace ... ok |
| 9178 | 2026-08-25T15:18:22.190Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9179 | 2026-08-25T15:18:22.190Z | test route::tests::add_target_fails_full ... ok |
| 9180 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255 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 } }] |
| 9181 | 2026-08-25T15:18:22.190Z | |
| 9182 | 2026-08-25T15:18:22.190Z | Aug 25 15:18:20.393 Aug 25 15:18:20.393DEBGAug 25 15:18:20.393 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9183 | 2026-08-25T15:18:22.190Z | INFO INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9184 | 2026-08-25T15:18:22.190Z | |
| 9185 | 2026-08-25T15:18:22.190Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9186 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393Aug 25 15:18:20.393 |
| 9187 | 2026-08-25T15:18:22.191Z | |
| 9188 | 2026-08-25T15:18:22.191Z | DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9189 | 2026-08-25T15:18:22.191Z | INFO |
| 9190 | 2026-08-25T15:18:22.191Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9191 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.393DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9192 | 2026-08-25T15:18:22.191Z | DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 25 15:18:20.393 DEBG |
| 9193 | 2026-08-25T15:18:22.191Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9194 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393 |
| 9195 | 2026-08-25T15:18:22.191Z | INFOAug 25 15:18:20.393 DEBG adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393Aug 25 15:18:20.393 |
| 9196 | 2026-08-25T15:18:22.191Z | INFO |
| 9197 | 2026-08-25T15:18:22.191Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:18:20.393 |
| 9198 | 2026-08-25T15:18:22.191Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255DEBGAug 25 15:18:20.393 |
| 9199 | 2026-08-25T15:18:22.191Z | 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 |
| 9200 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 25 15:18:20.393DEBG |
| 9201 | 2026-08-25T15:18:22.191Z | DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9202 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393replacing 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 } }] |
| 9203 | 2026-08-25T15:18:22.191Z | INFO Aug 25 15:18:20.393adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9204 | 2026-08-25T15:18:22.191Z | INFO Aug 25 15:18:20.393adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 25 15:18:20.393 |
| 9205 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9206 | 2026-08-25T15:18:22.191Z | |
| 9207 | 2026-08-25T15:18:22.191Z | 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 } }] |
| 9208 | 2026-08-25T15:18:22.191Z | DEBG Aug 25 15:18:20.393replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 25 15:18:20.393 |
| 9209 | 2026-08-25T15:18:22.191Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFOAug 25 15:18:20.393 |
| 9210 | 2026-08-25T15:18:22.191Z | Aug 25 15:18:20.393 adding route 172.17.0.31/32 -> 10.0.0.255 DEBGINFO |
| 9211 | 2026-08-25T15:18:22.191Z | 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 } }] |
| 9212 | 2026-08-25T15:18:22.191Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 25 15:18:20.393 |
| 9213 | 2026-08-25T15:18:22.191Z | DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.393 |
| 9214 | 2026-08-25T15:18:22.191Z | DEBGAug 25 15:18:20.393Aug 25 15:18:20.393 DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.393 INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9215 | 2026-08-25T15:18:22.195Z | |
| 9216 | 2026-08-25T15:18:22.195Z | adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 9217 | 2026-08-25T15:18:22.195Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 INFOAug 25 15:18:20.393INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9218 | 2026-08-25T15:18:22.195Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9219 | 2026-08-25T15:18:22.195Z | |
| 9220 | 2026-08-25T15:18:22.195Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9221 | 2026-08-25T15:18:22.195Z | Aug 25 15:18:20.393Aug 25 15:18:20.393 Aug 25 15:18:20.371 DEBGDEBG Aug 25 15:18:20.393 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.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 } }] |
| 9222 | 2026-08-25T15:18:22.196Z | |
| 9223 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.394 Aug 25 15:18:20.401DEBG created new freemap, INFOunit :adding route 172.17.0.33/32 -> 10.0.0.255Aug 25 15:18:20.401 |
| 9224 | 2026-08-25T15:18:22.196Z | freemap_route_ipv4INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9225 | 2026-08-25T15:18:22.196Z | |
| 9226 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.401 Aug 25 15:18:20.385 DEBGDEBGAug 25 15:18:20.401 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9227 | 2026-08-25T15:18:22.196Z | 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 } }] |
| 9228 | 2026-08-25T15:18:22.196Z | 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 } }] |
| 9229 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.401 Aug 25 15:18:20.401Aug 25 15:18:20.401 DEBGINFO created new freemapadding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 9230 | 2026-08-25T15:18:22.196Z | , unit Aug 25 15:18:20.401: adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 9231 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.401freemap_route_ipv6adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 9232 | 2026-08-25T15:18:22.196Z | |
| 9233 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.401 DEBGDEBG Aug 25 15:18:20.401replacing 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 } }] |
| 9234 | 2026-08-25T15:18:22.196Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.401 |
| 9235 | 2026-08-25T15:18:22.196Z | DEBG DEBGreplacing 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 } }] |
| 9236 | 2026-08-25T15:18:22.196Z | initted freemap. size: 64Aug 25 15:18:20.401 , INFOunitAug 25 15:18:20.401Aug 25 15:18:20.401: adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 9237 | 2026-08-25T15:18:22.196Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 9238 | 2026-08-25T15:18:22.196Z | |
| 9239 | 2026-08-25T15:18:22.196Z | INFOAug 25 15:18:20.401 DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 9240 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.401 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9241 | 2026-08-25T15:18:22.196Z | 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 25 15:18:20.401 |
| 9242 | 2026-08-25T15:18:22.196Z | DEBGAug 25 15:18:20.401 Aug 25 15:18:20.401 reset freemapDEBGAug 25 15:18:20.401, replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9243 | 2026-08-25T15:18:22.196Z | unitINFO : failed to allocate space for the new target list freemap_route_ipv4 |
| 9244 | 2026-08-25T15:18:22.196Z | |
| 9245 | 2026-08-25T15:18:22.196Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9246 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.402 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 15:18:20.402Aug 25 15:18:20.402 |
| 9247 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.402 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] 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 } }] |
| 9248 | 2026-08-25T15:18:22.196Z | |
| 9249 | 2026-08-25T15:18:22.196Z | initted freemap. size: 64Aug 25 15:18:20.402, Aug 25 15:18:20.402 unitDEBG Aug 25 15:18:20.402reset freemap: , INFOunitDEBG freemap_route_ipv6replacing 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 } }] |
| 9250 | 2026-08-25T15:18:22.196Z | :adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9251 | 2026-08-25T15:18:22.196Z | freemap_route_ipv4 |
| 9252 | 2026-08-25T15:18:22.196Z | |
| 9253 | 2026-08-25T15:18:22.196Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 DEBGDEBGAug 25 15:18:20.402 reset freemap , 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 |
| 9254 | 2026-08-25T15:18:22.196Z | unitinitted freemap. size: 64:Aug 25 15:18:20.402, unitfreemap_route_ipv6:INFOAug 25 15:18:20.402 |
| 9255 | 2026-08-25T15:18:22.196Z | freemap_route_ipv6adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9256 | 2026-08-25T15:18:22.196Z | |
| 9257 | 2026-08-25T15:18:22.196Z | INFOAug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBGINFO reset freemapadding route 172.17.0.38/32 -> 10.0.0.255, adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9258 | 2026-08-25T15:18:22.196Z | unit |
| 9259 | 2026-08-25T15:18:22.196Z | 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 } }] |
| 9260 | 2026-08-25T15:18:22.196Z | freemap_route_ipv6Aug 25 15:18:20.402 |
| 9261 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402 DEBG DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 25 15:18:20.402replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9262 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402 INFO |
| 9263 | 2026-08-25T15:18:22.197Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 25 15:18:20.402 INFO INFOAug 25 15:18:20.402adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9264 | 2026-08-25T15:18:22.197Z | |
| 9265 | 2026-08-25T15:18:22.197Z | adding route 172.17.0.39/32 -> 10.0.0.255INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9266 | 2026-08-25T15:18:22.197Z | |
| 9267 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 25 15:18:20.402DEBGAug 25 15:18:20.402 DEBGDEBG |
| 9268 | 2026-08-25T15:18:22.197Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9269 | 2026-08-25T15:18:22.197Z | |
| 9270 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402 INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9271 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402 |
| 9272 | 2026-08-25T15:18:22.197Z | Aug 25 15:18:20.402INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 25 15:18:20.402DEBG |
| 9273 | 2026-08-25T15:18:22.197Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:18:20.402 |
| 9274 | 2026-08-25T15:18:22.197Z | |
| 9275 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402INFO Aug 25 15:18:20.402 DEBGadding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 9276 | 2026-08-25T15:18:22.198Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 9277 | 2026-08-25T15:18:22.198Z | |
| 9278 | 2026-08-25T15:18:22.198Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9279 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 INFO adding route 172.17.0.41/32 -> 10.0.0.255Aug 25 15:18:20.402 |
| 9280 | 2026-08-25T15:18:22.198Z | 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 } }] |
| 9281 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9282 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9283 | 2026-08-25T15:18:22.198Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 25 15:18:20.402 |
| 9284 | 2026-08-25T15:18:22.198Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9285 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402 Aug 25 15:18:20.402INFO DEBGAug 25 15:18:20.402 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9286 | 2026-08-25T15:18:22.198Z | DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9287 | 2026-08-25T15:18:22.198Z | |
| 9288 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402 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 25 15:18:20.402 |
| 9289 | 2026-08-25T15:18:22.198Z | 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 } }] |
| 9290 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.393Aug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBG INFO INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9291 | 2026-08-25T15:18:22.198Z | adding route 172.17.0.43/32 -> 10.0.0.255WARN |
| 9292 | 2026-08-25T15:18:22.198Z | adding route 172.17.0.63/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9293 | 2026-08-25T15:18:22.198Z | |
| 9294 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBG INFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9295 | 2026-08-25T15:18:22.198Z | |
| 9296 | 2026-08-25T15:18:22.198Z | 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 } }]created new freemap |
| 9297 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402, unitDEBGAug 25 15:18:20.402 : 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 |
| 9298 | 2026-08-25T15:18:22.198Z | failed to allocate space for the new target listfreemap_route_ipv4Aug 25 15:18:20.402 |
| 9299 | 2026-08-25T15:18:22.198Z | |
| 9300 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9301 | 2026-08-25T15:18:22.198Z | |
| 9302 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402 Aug 25 15:18:20.402DEBG Aug 25 15:18:20.402Aug 25 15:18:20.402DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9303 | 2026-08-25T15:18:22.198Z | created new freemapDEBG, unit :replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9304 | 2026-08-25T15:18:22.198Z | freemap_route_ipv6 Aug 25 15:18:20.402 |
| 9305 | 2026-08-25T15:18:22.198Z | 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 } }] |
| 9306 | 2026-08-25T15:18:22.198Z | DEBGAug 25 15:18:20.402 Aug 25 15:18:20.402failed to allocate space for the new target list Aug 25 15:18:20.402INFO INFO |
| 9307 | 2026-08-25T15:18:22.198Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9308 | 2026-08-25T15:18:22.198Z | |
| 9309 | 2026-08-25T15:18:22.198Z | DEBG initted freemap. size: 64Aug 25 15:18:20.402, unitAug 25 15:18:20.402DEBG : DEBG freemap_route_ipv4replacing 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.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 } }] |
| 9310 | 2026-08-25T15:18:22.198Z | |
| 9311 | 2026-08-25T15:18:22.198Z | |
| 9312 | 2026-08-25T15:18:22.198Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreset freemapAug 25 15:18:20.402, |
| 9313 | 2026-08-25T15:18:22.199Z | unit :INFO freemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9314 | 2026-08-25T15:18:22.199Z | |
| 9315 | 2026-08-25T15:18:22.204Z | Aug 25 15:18:20.402 DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.402 |
| 9316 | 2026-08-25T15:18:22.204Z | 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 } }] |
| 9317 | 2026-08-25T15:18:22.204Z | Aug 25 15:18:20.402 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 25 15:18:20.402 |
| 9318 | 2026-08-25T15:18:22.204Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9319 | 2026-08-25T15:18:22.204Z | Aug 25 15:18:20.402Aug 25 15:18:20.402 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 } }] |
| 9320 | 2026-08-25T15:18:22.204Z | initted freemap. size: 64, unitAug 25 15:18:20.402: DEBGfreemap_route_ipv6 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 } }] |
| 9321 | 2026-08-25T15:18:22.204Z | |
| 9322 | 2026-08-25T15:18:22.204Z | Aug 25 15:18:20.402 Aug 25 15:18:20.402INFOAug 25 15:18:20.402 DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff reset freemap |
| 9323 | 2026-08-25T15:18:22.205Z | , unitINFO: adding route 172.17.0.48/32 -> 10.0.0.255Aug 25 15:18:20.402 |
| 9324 | 2026-08-25T15:18:22.205Z | freemap_route_ipv6DEBG |
| 9325 | 2026-08-25T15:18:22.205Z | 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 } }] |
| 9326 | 2026-08-25T15:18:22.205Z | Aug 25 15:18:20.402 DEBGAug 25 15:18:20.402 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.402INFO |
| 9327 | 2026-08-25T15:18:22.205Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9328 | 2026-08-25T15:18:22.205Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9329 | 2026-08-25T15:18:22.205Z | Aug 25 15:18:20.402 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9330 | 2026-08-25T15:18:22.205Z | Aug 25 15:18:20.402 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.402 |
| 9331 | 2026-08-25T15:18:22.205Z | Aug 25 15:18:20.402 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.402 |
| 9332 | 2026-08-25T15:18:22.205Z | |
| 9333 | 2026-08-25T15:18:22.205Z | INFO Aug 25 15:18:20.402Aug 25 15:18:20.402 INFOAug 25 15:18:20.403 DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9334 | 2026-08-25T15:18:22.205Z | created new freemap, Aug 25 15:18:20.402Aug 25 15:18:20.402 DEBG Aug 25 15:18:20.409DEBG created new freemap DEBG, created new freemapunit, unitunit:: :freemap_route_ipv4replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9335 | 2026-08-25T15:18:22.205Z | freemap_route_ipv4freemap_route_ipv4 |
| 9336 | 2026-08-25T15:18:22.205Z | |
| 9337 | 2026-08-25T15:18:22.205Z | |
| 9338 | 2026-08-25T15:18:22.205Z | Aug 25 15:18:20.409Aug 25 15:18:20.409 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOAug 25 15:18:20.409 DEBGAug 25 15:18:20.409 |
| 9339 | 2026-08-25T15:18:22.205Z | DEBG DEBG created new freemapcreated new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9340 | 2026-08-25T15:18:22.205Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9341 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 25 15:18:20.409 |
| 9342 | 2026-08-25T15:18:22.206Z | 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 } }] |
| 9343 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 25 15:18:20.409 |
| 9344 | 2026-08-25T15:18:22.206Z | created new freemap , INFO, unitadding route 172.17.0.52/32 -> 10.0.0.255Aug 25 15:18:20.409unit:: |
| 9345 | 2026-08-25T15:18:22.206Z | freemap_route_ipv6freemap_route_ipv6 |
| 9346 | 2026-08-25T15:18:22.206Z | |
| 9347 | 2026-08-25T15:18:22.206Z | 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 25 15:18:20.409 |
| 9348 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 DEBGDEBG Aug 25 15:18:20.409 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 } }]initted freemap. size: 64DEBG, |
| 9349 | 2026-08-25T15:18:22.206Z | unitinitted freemap. size: 64:, unit :freemap_route_ipv4 Aug 25 15:18:20.409freemap_route_ipv4 |
| 9350 | 2026-08-25T15:18:22.206Z | |
| 9351 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 INFOAug 25 15:18:20.409INFO DEBG Aug 25 15:18:20.409 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 9352 | 2026-08-25T15:18:22.206Z | reset freemapadding route 172.17.0.53/32 -> 10.0.0.255, |
| 9353 | 2026-08-25T15:18:22.206Z | unitreset freemap: , Aug 25 15:18:20.409freemap_route_ipv4 |
| 9354 | 2026-08-25T15:18:22.206Z | DEBGunitAug 25 15:18:20.409 : 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 } }]freemap_route_ipv4 |
| 9355 | 2026-08-25T15:18:22.206Z | |
| 9356 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9357 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409Aug 25 15:18:20.409 initted freemap. size: 64 DEBGDEBG, unitinitted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9358 | 2026-08-25T15:18:22.206Z | freemap_route_ipv6:Aug 25 15:18:20.409 |
| 9359 | 2026-08-25T15:18:22.206Z | freemap_route_ipv6 |
| 9360 | 2026-08-25T15:18:22.206Z | INFOAug 25 15:18:20.409Aug 25 15:18:20.409 DEBGWARN reset freemapshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 25 15:18:20.409 |
| 9361 | 2026-08-25T15:18:22.206Z | , unitDEBG :reset freemapadding route 172.17.0.54/32 -> 10.0.0.255 , freemap_route_ipv6unit |
| 9362 | 2026-08-25T15:18:22.206Z | : |
| 9363 | 2026-08-25T15:18:22.206Z | freemap_route_ipv6Aug 25 15:18:20.409 |
| 9364 | 2026-08-25T15:18:22.206Z | INFOAug 25 15:18:20.409 Aug 25 15:18:20.409adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9365 | 2026-08-25T15:18:22.206Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9366 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9367 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 9368 | 2026-08-25T15:18:22.206Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9369 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409 INFO, Aug 25 15:18:20.409unitAug 25 15:18:20.409 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2:adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9370 | 2026-08-25T15:18:22.206Z | |
| 9371 | 2026-08-25T15:18:22.206Z | adding route 172.17.0.55/32 -> 10.0.0.255 freemap_route_ipv6 |
| 9372 | 2026-08-25T15:18:22.206Z | |
| 9373 | 2026-08-25T15:18:22.206Z | Aug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409DEBGAug 25 15:18:20.409Aug 25 15:18:20.409 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9374 | 2026-08-25T15:18:22.206Z | 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 |
| 9375 | 2026-08-25T15:18:22.206Z | 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 } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.409initted freemap. size: 64Aug 25 15:18:20.409 |
| 9376 | 2026-08-25T15:18:22.206Z | |
| 9377 | 2026-08-25T15:18:22.206Z | , unitINFOINFO: freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9378 | 2026-08-25T15:18:22.206Z | |
| 9379 | 2026-08-25T15:18:22.207Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9380 | 2026-08-25T15:18:22.207Z | test route::tests::delete_targets_full ... ok |
| 9381 | 2026-08-25T15:18:22.207Z | Aug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409Aug 25 15:18:20.409Aug 25 15:18:20.409 DEBGINFODEBGDEBG INFOadding route 172.17.0.56/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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 freemap |
| 9382 | 2026-08-25T15:18:22.207Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9383 | 2026-08-25T15:18:22.207Z | , |
| 9384 | 2026-08-25T15:18:22.207Z | unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff:Aug 25 15:18:20.409Aug 25 15:18:20.409 Aug 25 15:18:20.409DEBG INFOINFO |
| 9385 | 2026-08-25T15:18:22.207Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9386 | 2026-08-25T15:18:22.207Z | freemap_route_ipv4 |
| 9387 | 2026-08-25T15:18:22.207Z | 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 3fff:dead::/64 -> 2001:db8::55:4 |
| 9388 | 2026-08-25T15:18:22.207Z | Aug 25 15:18:20.409 Aug 25 15:18:20.409 Aug 25 15:18:20.416DEBG 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 } }] Aug 25 15:18:20.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 } }]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 } }] |
| 9389 | 2026-08-25T15:18:22.208Z | |
| 9390 | 2026-08-25T15:18:22.208Z | |
| 9391 | 2026-08-25T15:18:22.208Z | DEBG initted freemap. size: 64Aug 25 15:18:20.416 , unit: freemap_route_ipv6 |
| 9392 | 2026-08-25T15:18:22.208Z | Aug 25 15:18:20.416DEBG 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:3, vlan_id: None } }]adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 25 15:18:20.416 |
| 9393 | 2026-08-25T15:18:22.208Z | |
| 9394 | 2026-08-25T15:18:22.208Z | DEBG reset freemap, Aug 25 15:18:20.416unit :DEBG freemap_route_ipv6INFO 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 } }] |
| 9395 | 2026-08-25T15:18:22.208Z | |
| 9396 | 2026-08-25T15:18:22.208Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9397 | 2026-08-25T15:18:22.208Z | Aug 25 15:18:20.416Aug 25 15:18:20.416 INFODEBG Aug 25 15:18:20.416 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 |
| 9398 | 2026-08-25T15:18:22.208Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9399 | 2026-08-25T15:18:22.208Z | |
| 9400 | 2026-08-25T15:18:22.208Z | Aug 25 15:18:20.416 INFO Aug 25 15:18:20.416adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9401 | 2026-08-25T15:18:22.208Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:18:20.416 |
| 9402 | 2026-08-25T15:18:22.209Z | DEBGAug 25 15:18:20.416 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.416 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 } }] |
| 9403 | 2026-08-25T15:18:22.209Z | |
| 9404 | 2026-08-25T15:18:22.209Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 25 15:18:20.416 |
| 9405 | 2026-08-25T15:18:22.209Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 25 15:18:20.416 |
| 9406 | 2026-08-25T15:18:22.209Z | DEBGAug 25 15:18:20.416 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9407 | 2026-08-25T15:18:22.209Z | Aug 25 15:18:20.416 DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9408 | 2026-08-25T15:18:22.209Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.416 |
| 9409 | 2026-08-25T15:18:22.209Z | INFOAug 25 15:18:20.416 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416 |
| 9410 | 2026-08-25T15:18:22.209Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9411 | 2026-08-25T15:18:22.209Z | |
| 9412 | 2026-08-25T15:18:22.209Z | Aug 25 15:18:20.416 INFO Aug 25 15:18:20.416adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:18:20.416 |
| 9413 | 2026-08-25T15:18:22.209Z | DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9414 | 2026-08-25T15:18:22.209Z | |
| 9415 | 2026-08-25T15:18:22.214Z | Aug 25 15:18:20.416 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 } }] |
| 9416 | 2026-08-25T15:18:22.214Z | Aug 25 15:18:20.416Aug 25 15:18:20.416 Aug 25 15:18:20.416INFO INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9417 | 2026-08-25T15:18:22.214Z | |
| 9418 | 2026-08-25T15:18:22.214Z | |
| 9419 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBG replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9420 | 2026-08-25T15:18:22.215Z | |
| 9421 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 DEBG Aug 25 15:18:20.416replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.416 |
| 9422 | 2026-08-25T15:18:22.215Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 9423 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9424 | 2026-08-25T15:18:22.215Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9425 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBGAug 25 15:18:20.416 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.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 } }] |
| 9426 | 2026-08-25T15:18:22.215Z | |
| 9427 | 2026-08-25T15:18:22.215Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 25 15:18:20.416 Aug 25 15:18:20.416INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9428 | 2026-08-25T15:18:22.215Z | |
| 9429 | 2026-08-25T15:18:22.215Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9430 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416 DEBGDEBGDEBG 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: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 } }] |
| 9431 | 2026-08-25T15:18:22.215Z | 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 } }] |
| 9432 | 2026-08-25T15:18:22.215Z | |
| 9433 | 2026-08-25T15:18:22.215Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9434 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 INFO |
| 9435 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416Aug 25 15:18:20.416 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9436 | 2026-08-25T15:18:22.215Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9437 | 2026-08-25T15:18:22.215Z | |
| 9438 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 Aug 25 15:18:20.416Aug 25 15:18:20.416 Aug 25 15:18:20.416INFODEBG INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9439 | 2026-08-25T15:18:22.215Z | |
| 9440 | 2026-08-25T15:18:22.215Z | |
| 9441 | 2026-08-25T15:18:22.215Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416 |
| 9442 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 DEBGAug 25 15:18:20.416 DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416 INFO |
| 9443 | 2026-08-25T15:18:22.215Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 9444 | 2026-08-25T15:18:22.215Z | |
| 9445 | 2026-08-25T15:18:22.215Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 25 15:18:20.416 |
| 9446 | 2026-08-25T15:18:22.215Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 25 15:18:20.416 |
| 9447 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 DEBGAug 25 15:18:20.416INFOAug 25 15:18:20.416 DEBGadding route 3fff:beef:37::/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 } }]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 } }] |
| 9448 | 2026-08-25T15:18:22.215Z | |
| 9449 | 2026-08-25T15:18:22.215Z | DEBG |
| 9450 | 2026-08-25T15:18:22.215Z | 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 } }] |
| 9451 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416Aug 25 15:18:20.416Aug 25 15:18:20.416 INFO DEBG adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 15:18:20.416 |
| 9452 | 2026-08-25T15:18:22.215Z | INFO INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9453 | 2026-08-25T15:18:22.215Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9454 | 2026-08-25T15:18:22.215Z | |
| 9455 | 2026-08-25T15:18:22.215Z | Aug 25 15:18:20.416 DEBGAug 25 15:18:20.416 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416Aug 25 15:18:20.416DEBG |
| 9456 | 2026-08-25T15:18:22.215Z | DEBG INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9457 | 2026-08-25T15:18:22.216Z | |
| 9458 | 2026-08-25T15:18:22.216Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 25 15:18:20.416 |
| 9459 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.416INFO adding route 172.17.0.22/32 -> 10.0.0.255INFOAug 25 15:18:20.416 adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 9460 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.416 |
| 9461 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 9462 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.416 Aug 25 15:18:20.416 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.416replacing 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 } }] |
| 9463 | 2026-08-25T15:18:22.216Z | 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 } }] |
| 9464 | 2026-08-25T15:18:22.216Z | |
| 9465 | 2026-08-25T15:18:22.216Z | DEBGAug 25 15:18:20.417 replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9466 | 2026-08-25T15:18:22.216Z | failed to allocate space for the new target listAug 25 15:18:20.417 |
| 9467 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417INFOAug 25 15:18:20.417 INFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9468 | 2026-08-25T15:18:22.216Z | |
| 9469 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9470 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417 DEBGAug 25 15:18:20.417 Aug 25 15:18:20.417replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Aug 25 15:18:20.417DEBG |
| 9471 | 2026-08-25T15:18:22.216Z | DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9472 | 2026-08-25T15:18:22.216Z | 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: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 } }] |
| 9473 | 2026-08-25T15:18:22.216Z | |
| 9474 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417 INFOAug 25 15:18:20.417Aug 25 15:18:20.417 INFOadding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 9475 | 2026-08-25T15:18:22.216Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9476 | 2026-08-25T15:18:22.216Z | |
| 9477 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417 DEBG Aug 25 15:18:20.417replacing 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 } }] |
| 9478 | 2026-08-25T15:18:22.216Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9479 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417DEBG 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 |
| 9480 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417 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 } }] |
| 9481 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9482 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417Aug 25 15:18:20.417 INFOAug 25 15:18:20.417INFO DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9483 | 2026-08-25T15:18:22.216Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9484 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9485 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417Aug 25 15:18:20.417 Aug 25 15:18:20.417DEBGINFO DEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 9486 | 2026-08-25T15:18:22.216Z | |
| 9487 | 2026-08-25T15:18:22.216Z | |
| 9488 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417Aug 25 15:18:20.417Aug 25 15:18:20.417 INFOINFO DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 9489 | 2026-08-25T15:18:22.216Z | |
| 9490 | 2026-08-25T15:18:22.216Z | 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 } }] |
| 9491 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417Aug 25 15:18:20.417 DEBGDEBGAug 25 15:18:20.417 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 } }] |
| 9492 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9493 | 2026-08-25T15:18:22.216Z | |
| 9494 | 2026-08-25T15:18:22.216Z | Aug 25 15:18:20.417 Aug 25 15:18:20.417DEBG Aug 25 15:18:20.417INFOfailed to allocate space for the new target list |
| 9495 | 2026-08-25T15:18:22.216Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG 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 } }] |
| 9496 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.417Aug 25 15:18:20.417Aug 25 15:18:20.423 DEBGDEBG DEBGcreated new freemap , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 9497 | 2026-08-25T15:18:22.217Z | |
| 9498 | 2026-08-25T15:18:22.217Z | freemap_route_ipv4 |
| 9499 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9500 | 2026-08-25T15:18:22.217Z | DEBG Aug 25 15:18:20.423 DEBG created new freemapreplacing 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 } }], |
| 9501 | 2026-08-25T15:18:22.217Z | unit: freemap_route_ipv6 |
| 9502 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9503 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 DEBG |
| 9504 | 2026-08-25T15:18:22.217Z | initted freemap. size: 64, Aug 25 15:18:20.423unit :Aug 25 15:18:20.423 freemap_route_ipv4INFO |
| 9505 | 2026-08-25T15:18:22.217Z | 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 } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9506 | 2026-08-25T15:18:22.217Z | |
| 9507 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 DEBG reset freemapAug 25 15:18:20.423, unitDEBG: replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9508 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 |
| 9509 | 2026-08-25T15:18:22.217Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9510 | 2026-08-25T15:18:22.217Z | Aug 25 15:18:20.423 INFODEBG Aug 25 15:18:20.423adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64 |
| 9511 | 2026-08-25T15:18:22.217Z | , DEBGunit: 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 } }] |
| 9512 | 2026-08-25T15:18:22.217Z | freemap_route_ipv6Aug 25 15:18:20.423 |
| 9513 | 2026-08-25T15:18:22.217Z | DEBGAug 25 15:18:20.423 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 } }]INFOAug 25 15:18:20.423 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9514 | 2026-08-25T15:18:22.217Z | |
| 9515 | 2026-08-25T15:18:22.221Z | DEBG reset freemap, unit:Aug 25 15:18:20.423 freemap_route_ipv6INFO |
| 9516 | 2026-08-25T15:18:22.221Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9517 | 2026-08-25T15:18:22.222Z | DEBGAug 25 15:18:20.423 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9518 | 2026-08-25T15:18:22.222Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 25 15:18:20.423 |
| 9519 | 2026-08-25T15:18:22.222Z | 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 } }] |
| 9520 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423 DEBG Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 25 15:18:20.423 |
| 9521 | 2026-08-25T15:18:22.222Z | INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 Aug 25 15:18:20.423adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9522 | 2026-08-25T15:18:22.222Z | |
| 9523 | 2026-08-25T15:18:22.222Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9524 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423 DEBGAug 25 15:18:20.423 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9525 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9526 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9527 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9528 | 2026-08-25T15:18:22.222Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9529 | 2026-08-25T15:18:22.222Z | Aug 25 15:18:20.423 INFO adding route 172.17.0.18/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9530 | 2026-08-25T15:18:22.222Z | DEBG Aug 25 15:18:20.423replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 15:18:20.423 |
| 9531 | 2026-08-25T15:18:22.222Z | DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9532 | 2026-08-25T15:18:22.222Z | 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 } }] |
| 9533 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 INFO adding route 172.16.0.0/32 -> 10.0.0.4Aug 25 15:18:20.423 |
| 9534 | 2026-08-25T15:18:22.223Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9535 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9536 | 2026-08-25T15:18:22.223Z | |
| 9537 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 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 } }] |
| 9538 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.423 |
| 9539 | 2026-08-25T15:18:22.223Z | INFO Aug 25 15:18:20.423adding route 172.17.0.34/32 -> 10.0.0.255 Aug 25 15:18:20.423DEBG |
| 9540 | 2026-08-25T15:18:22.223Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9541 | 2026-08-25T15:18:22.223Z | |
| 9542 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.423 |
| 9543 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9544 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9545 | 2026-08-25T15:18:22.223Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 25 15:18:20.423 |
| 9546 | 2026-08-25T15:18:22.223Z | DEBG Aug 25 15:18:20.423replacing 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 } }] |
| 9547 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9548 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9549 | 2026-08-25T15:18:22.223Z | |
| 9550 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }] |
| 9551 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9552 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9553 | 2026-08-25T15:18:22.223Z | |
| 9554 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9555 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9556 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9557 | 2026-08-25T15:18:22.223Z | |
| 9558 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }] |
| 9559 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9560 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9561 | 2026-08-25T15:18:22.223Z | |
| 9562 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }] |
| 9563 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9564 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9565 | 2026-08-25T15:18:22.223Z | |
| 9566 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG 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 } }] |
| 9567 | 2026-08-25T15:18:22.223Z | 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 } }] |
| 9568 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9569 | 2026-08-25T15:18:22.223Z | |
| 9570 | 2026-08-25T15:18:22.223Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9571 | 2026-08-25T15:18:22.224Z | 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 } }] |
| 9572 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9573 | 2026-08-25T15:18:22.224Z | |
| 9574 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9575 | 2026-08-25T15:18:22.224Z | |
| 9576 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 9577 | 2026-08-25T15:18:22.224Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9578 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9579 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9580 | 2026-08-25T15:18:22.224Z | |
| 9581 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9582 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9583 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9584 | 2026-08-25T15:18:22.224Z | |
| 9585 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9586 | 2026-08-25T15:18:22.224Z | test route::tests::delete_target_fragmented ... ok |
| 9587 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9588 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 9589 | 2026-08-25T15:18:22.224Z | |
| 9590 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9591 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9592 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.417Aug 25 15:18:20.423 DEBG DEBGDEBG created new freemap , 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 } }]unit |
| 9593 | 2026-08-25T15:18:22.224Z | : freemap_route_ipv4replacing 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 } }] |
| 9594 | 2026-08-25T15:18:22.224Z | |
| 9595 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9596 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBGINFO created new freemapDEBG, unitreplacing 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 } }] : |
| 9597 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.47/32 -> 10.0.0.255freemap_route_ipv6 |
| 9598 | 2026-08-25T15:18:22.224Z | |
| 9599 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423Aug 25 15:18:20.423Aug 25 15:18:20.423 DEBGDEBGINFO initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9600 | 2026-08-25T15:18:22.224Z | , 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 |
| 9601 | 2026-08-25T15:18:22.224Z | : freemap_route_ipv4 |
| 9602 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBGAug 25 15:18:20.423 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 |
| 9603 | 2026-08-25T15:18:22.224Z | INFOreset freemap , adding route 172.17.0.48/32 -> 10.0.0.255unitAug 25 15:18:20.423: |
| 9604 | 2026-08-25T15:18:22.224Z | INFOfreemap_route_ipv4 |
| 9605 | 2026-08-25T15:18:22.224Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9606 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 Aug 25 15:18:20.423DEBGAug 25 15:18:20.423 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 } }] |
| 9607 | 2026-08-25T15:18:22.224Z | DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 9608 | 2026-08-25T15:18:22.224Z | Aug 25 15:18:20.423 :INFO adding route 172.17.0.49/32 -> 10.0.0.255freemap_route_ipv6 |
| 9609 | 2026-08-25T15:18:22.225Z | Aug 25 15:18:20.423 |
| 9610 | 2026-08-25T15:18:22.225Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9611 | 2026-08-25T15:18:22.225Z | Aug 25 15:18:20.424Aug 25 15:18:20.424 DEBGAug 25 15:18:20.424DEBG 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 } }]reset freemap |
| 9612 | 2026-08-25T15:18:22.225Z | , unitreplacing 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 } }]: |
| 9613 | 2026-08-25T15:18:22.225Z | freemap_route_ipv6Aug 25 15:18:20.424 |
| 9614 | 2026-08-25T15:18:22.225Z | INFOAug 25 15:18:20.424 adding route 172.17.0.50/32 -> 10.0.0.255INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9615 | 2026-08-25T15:18:22.230Z | |
| 9616 | 2026-08-25T15:18:22.230Z | Aug 25 15:18:20.424Aug 25 15:18:20.431 DEBG Aug 25 15:18:20.431 INFODEBGreplacing 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 } }] |
| 9617 | 2026-08-25T15:18:22.230Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9618 | 2026-08-25T15:18:22.230Z | |
| 9619 | 2026-08-25T15:18:22.230Z | Aug 25 15:18:20.431 DEBGAug 25 15:18:20.431 Aug 25 15:18:20.431replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9620 | 2026-08-25T15:18:22.230Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 9621 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 9622 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9623 | 2026-08-25T15:18:22.231Z | DEBG Aug 25 15:18:20.431replacing 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 } }] |
| 9624 | 2026-08-25T15:18:22.231Z | 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 } }] |
| 9625 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFOAug 25 15:18:20.431 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9626 | 2026-08-25T15:18:22.231Z | |
| 9627 | 2026-08-25T15:18:22.231Z | |
| 9628 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3replacing 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-25T15:18:22.231Z | |
| 9630 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 DEBG Aug 25 15:18:20.431replacing 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-25T15:18:22.231Z | Aug 25 15:18:20.431INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9632 | 2026-08-25T15:18:22.231Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 25 15:18:20.431 |
| 9633 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 DEBGINFO Aug 25 15:18:20.431adding route 172.17.0.53/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9634 | 2026-08-25T15:18:22.231Z | |
| 9635 | 2026-08-25T15:18:22.231Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9636 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 DEBG Aug 25 15:18:20.431replacing 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 } }] |
| 9637 | 2026-08-25T15:18:22.231Z | DEBGAug 25 15:18:20.431 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9638 | 2026-08-25T15:18:22.231Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9639 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 25 15:18:20.431 |
| 9640 | 2026-08-25T15:18:22.231Z | DEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 25 15:18:20.431 |
| 9641 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9642 | 2026-08-25T15:18:22.231Z | 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 } }] |
| 9643 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 25 15:18:20.431 |
| 9644 | 2026-08-25T15:18:22.231Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9645 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 DEBGAug 25 15:18:20.431 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 |
| 9646 | 2026-08-25T15:18:22.231Z | 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 } }] |
| 9647 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9648 | 2026-08-25T15:18:22.231Z | |
| 9649 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 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 } }] |
| 9650 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }] |
| 9651 | 2026-08-25T15:18:22.231Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9652 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 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 } }] |
| 9653 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 INFOAug 25 15:18:20.431 Aug 25 15:18:20.424adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 9654 | 2026-08-25T15:18:22.231Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9655 | 2026-08-25T15:18:22.231Z | DEBG Aug 25 15:18:20.431created new freemap Aug 25 15:18:20.431DEBG , DEBGunit :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.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 } }]freemap_route_ipv4 |
| 9656 | 2026-08-25T15:18:22.231Z | |
| 9657 | 2026-08-25T15:18:22.231Z | |
| 9658 | 2026-08-25T15:18:22.231Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFOAug 25 15:18:20.431 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9659 | 2026-08-25T15:18:22.231Z | created new freemapadding route 172.17.0.59/32 -> 10.0.0.255, |
| 9660 | 2026-08-25T15:18:22.232Z | unit:Aug 25 15:18:20.431 freemap_route_ipv6DEBG |
| 9661 | 2026-08-25T15:18:22.232Z | Aug 25 15:18:20.431replacing 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 } }] |
| 9662 | 2026-08-25T15:18:22.232Z | DEBG Aug 25 15:18:20.431replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9663 | 2026-08-25T15:18:22.232Z | DEBGAug 25 15:18:20.431 initted freemap. size: 64INFO, unitadding route 172.17.0.46/32 -> 10.0.0.255Aug 25 15:18:20.431 |
| 9664 | 2026-08-25T15:18:22.232Z | : INFOfreemap_route_ipv4 |
| 9665 | 2026-08-25T15:18:22.232Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9666 | 2026-08-25T15:18:22.232Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBGDEBG reset freemapreplacing 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 } }], |
| 9667 | 2026-08-25T15:18:22.232Z | DEBGunit: freemap_route_ipv4replacing 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 } }] |
| 9668 | 2026-08-25T15:18:22.232Z | Aug 25 15:18:20.431 INFO |
| 9669 | 2026-08-25T15:18:22.232Z | adding route 172.17.0.47/32 -> 10.0.0.255Aug 25 15:18:20.431 |
| 9670 | 2026-08-25T15:18:22.232Z | DEBG Aug 25 15:18:20.431initted freemap. size: 64 , DEBGAug 25 15:18:20.431unit : DEBGfreemap_route_ipv6failed to allocate space for the new target list |
| 9671 | 2026-08-25T15:18:22.232Z | |
| 9672 | 2026-08-25T15:18:22.232Z | 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 } }] |
| 9673 | 2026-08-25T15:18:22.232Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBGAug 25 15:18:20.431 reset freemap , INFOunitDEBG: adding route 172.17.0.48/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 } }]freemap_route_ipv6 |
| 9674 | 2026-08-25T15:18:22.233Z | |
| 9675 | 2026-08-25T15:18:22.233Z | |
| 9676 | 2026-08-25T15:18:22.233Z | test route::tests::delete_target_full ... ok |
| 9677 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9678 | 2026-08-25T15:18:22.233Z | |
| 9679 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9680 | 2026-08-25T15:18:22.233Z | |
| 9681 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 9682 | 2026-08-25T15:18:22.233Z | |
| 9683 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 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 } }] |
| 9684 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9685 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9686 | 2026-08-25T15:18:22.233Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9687 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9688 | 2026-08-25T15:18:22.233Z | 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 } }] |
| 9689 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }] |
| 9690 | 2026-08-25T15:18:22.233Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9691 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9692 | 2026-08-25T15:18:22.233Z | 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 } }] |
| 9693 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9694 | 2026-08-25T15:18:22.233Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9695 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9696 | 2026-08-25T15:18:22.233Z | 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 } }] |
| 9697 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }] |
| 9698 | 2026-08-25T15:18:22.233Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9699 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9700 | 2026-08-25T15:18:22.233Z | 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 } }] |
| 9701 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431DEBG 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 } }] |
| 9702 | 2026-08-25T15:18:22.233Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9703 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431 Aug 25 15:18:20.431INFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9704 | 2026-08-25T15:18:22.233Z | 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 } }] |
| 9705 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9706 | 2026-08-25T15:18:22.233Z | |
| 9707 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9708 | 2026-08-25T15:18:22.233Z | |
| 9709 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9710 | 2026-08-25T15:18:22.233Z | |
| 9711 | 2026-08-25T15:18:22.233Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9712 | 2026-08-25T15:18:22.234Z | |
| 9713 | 2026-08-25T15:18:22.234Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9714 | 2026-08-25T15:18:22.234Z | |
| 9715 | 2026-08-25T15:18:22.340Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9716 | 2026-08-25T15:18:22.340Z | |
| 9717 | 2026-08-25T15:18:22.340Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9718 | 2026-08-25T15:18:22.340Z | |
| 9719 | 2026-08-25T15:18:22.340Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.59/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 } }] |
| 9720 | 2026-08-25T15:18:22.340Z | |
| 9721 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.431Aug 25 15:18:20.431 INFODEBG adding route 172.17.0.7/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 } }] |
| 9722 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.437 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 } }] |
| 9723 | 2026-08-25T15:18:22.341Z | |
| 9724 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9725 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9726 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 Aug 25 15:18:20.438INFO INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 9727 | 2026-08-25T15:18:22.341Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9728 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9729 | 2026-08-25T15:18:22.341Z | |
| 9730 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9731 | 2026-08-25T15:18:22.341Z | |
| 9732 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9733 | 2026-08-25T15:18:22.341Z | |
| 9734 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9735 | 2026-08-25T15:18:22.341Z | |
| 9736 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9737 | 2026-08-25T15:18:22.341Z | |
| 9738 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 INFODEBG adding route 172.17.0.12/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9739 | 2026-08-25T15:18:22.341Z | |
| 9740 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438Aug 25 15:18:20.438 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9741 | 2026-08-25T15:18:22.341Z | |
| 9742 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9743 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9744 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9745 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9746 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9747 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9748 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9749 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9750 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9751 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9752 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9753 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9754 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9755 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9756 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9757 | 2026-08-25T15:18:22.341Z | Aug 25 15:18:20.438 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 } }] |
| 9758 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9759 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9760 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9761 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9762 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9763 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9764 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9765 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9766 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9767 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9768 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9769 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9770 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9771 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9772 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9773 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9774 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9775 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9776 | 2026-08-25T15:18:22.342Z | test route::tests::delete_targets_fragmented ... ok |
| 9777 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9778 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9779 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9780 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9781 | 2026-08-25T15:18:22.342Z | |
| 9782 | 2026-08-25T15:18:22.342Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 9783 | 2026-08-25T15:18:22.342Z | |
| 9784 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9785 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9786 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9787 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9788 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9789 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9790 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9791 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9792 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9793 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9794 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9795 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 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 } }] |
| 9796 | 2026-08-25T15:18:22.342Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9797 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9798 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9799 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9800 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9801 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9802 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9803 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9804 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9805 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9806 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9807 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9808 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9809 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9810 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9811 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9812 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9813 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 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 } }] |
| 9814 | 2026-08-25T15:18:22.343Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9815 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9816 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9817 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9818 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9819 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9820 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9821 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9822 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9823 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9824 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9825 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9826 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9827 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 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 } }] |
| 9828 | 2026-08-25T15:18:22.347Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9829 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9830 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9831 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9832 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9833 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9834 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9835 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9836 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9837 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9838 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9839 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9840 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9841 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9842 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 DEBG failed to allocate space for the new target list |
| 9843 | 2026-08-25T15:18:22.348Z | Aug 25 15:18:20.438 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 } }] |
| 9844 | 2026-08-25T15:18:22.348Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-533ffba855d0bdc4) |
| 9845 | 2026-08-25T15:18:22.348Z | |
| 9846 | 2026-08-25T15:18:22.348Z | running 0 tests |
| 9847 | 2026-08-25T15:18:22.348Z | |
| 9848 | 2026-08-25T15:18:22.348Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9849 | 2026-08-25T15:18:22.348Z | |
| 9850 | 2026-08-25T15:18:22.348Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-acda18f7a0b943fc) |
| 9851 | 2026-08-25T15:18:22.348Z | |
| 9852 | 2026-08-25T15:18:22.349Z | running 0 tests |
| 9853 | 2026-08-25T15:18:22.349Z | |
| 9854 | 2026-08-25T15:18:22.349Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-08-25T15:18:22.349Z | |
| 9856 | 2026-08-25T15:18:22.349Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-010cc57018614502) |
| 9857 | 2026-08-25T15:18:22.349Z | |
| 9858 | 2026-08-25T15:18:22.349Z | running 6 tests |
| 9859 | 2026-08-25T15:18:22.349Z | test tests::test_full_lot_id_neither_present ... ok |
| 9860 | 2026-08-25T15:18:22.349Z | test tests::test_parse_client_port_id ... ok |
| 9861 | 2026-08-25T15:18:22.349Z | test tests::test_port_id_cmp ... ok |
| 9862 | 2026-08-25T15:18:22.349Z | test tests::test_full_lot_id_lot_only ... ok |
| 9863 | 2026-08-25T15:18:22.349Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9864 | 2026-08-25T15:18:22.349Z | test tests::test_full_lot_id_both_present ... ok |
| 9865 | 2026-08-25T15:18:22.349Z | |
| 9866 | 2026-08-25T15:18:22.349Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9867 | 2026-08-25T15:18:22.349Z | |
| 9868 | 2026-08-25T15:18:22.349Z | Running tests/test_all.rs (target/debug/deps/test_all-8956ce6591e34167) |
| 9869 | 2026-08-25T15:18:22.349Z | |
| 9870 | 2026-08-25T15:18:22.349Z | running 6 tests |
| 9871 | 2026-08-25T15:18:25.245Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9872 | 2026-08-25T15:18:25.248Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9873 | 2026-08-25T15:18:25.248Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9874 | 2026-08-25T15:18:25.253Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9875 | 2026-08-25T15:18:25.582Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9876 | 2026-08-25T15:18:27.694Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9877 | 2026-08-25T15:18:27.694Z | |
| 9878 | 2026-08-25T15:18:27.695Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.46s |
| 9879 | 2026-08-25T15:18:27.695Z | |
| 9880 | 2026-08-25T15:18:27.701Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-13ccc83203b2fded) |
| 9881 | 2026-08-25T15:18:27.710Z | |
| 9882 | 2026-08-25T15:18:27.710Z | running 0 tests |
| 9883 | 2026-08-25T15:18:27.713Z | |
| 9884 | 2026-08-25T15:18:27.714Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9885 | 2026-08-25T15:18:27.714Z | |
| 9886 | 2026-08-25T15:18:27.714Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-a087f10fd23084c3) |
| 9887 | 2026-08-25T15:18:27.733Z | |
| 9888 | 2026-08-25T15:18:27.733Z | running 15 tests |
| 9889 | 2026-08-25T15:18:27.736Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9890 | 2026-08-25T15:18:27.736Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9891 | 2026-08-25T15:18:27.736Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9892 | 2026-08-25T15:18:27.736Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9893 | 2026-08-25T15:18:27.736Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9894 | 2026-08-25T15:18:27.736Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9895 | 2026-08-25T15:18:27.736Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9896 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_eui64 ... ok |
| 9897 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_equal ... ok |
| 9898 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_not_equal ... ok |
| 9899 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_into ... ok |
| 9900 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_to_string ... ok |
| 9901 | 2026-08-25T15:18:27.736Z | test v1::network::tests::test_parse ... ok |
| 9902 | 2026-08-25T15:18:27.737Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9903 | 2026-08-25T15:18:27.740Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9904 | 2026-08-25T15:18:27.740Z | |
| 9905 | 2026-08-25T15:18:27.740Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9906 | 2026-08-25T15:18:27.740Z | |
| 9907 | 2026-08-25T15:18:27.743Z | Running unittests src/lib.rs (target/debug/deps/packet-ba01ebb1966a5934) |
| 9908 | 2026-08-25T15:18:27.765Z | |
| 9909 | 2026-08-25T15:18:27.765Z | running 12 tests |
| 9910 | 2026-08-25T15:18:27.768Z | test icmp::test_v6_checksum ... ok |
| 9911 | 2026-08-25T15:18:27.768Z | test icmp::test_v4_checksum ... ok |
| 9912 | 2026-08-25T15:18:27.768Z | test lldp::test_lldp_parse ... ok |
| 9913 | 2026-08-25T15:18:27.768Z | test ipv6::test_ipv6_parse ... ok |
| 9914 | 2026-08-25T15:18:27.768Z | test pbuf::test_byte ... ok |
| 9915 | 2026-08-25T15:18:27.768Z | test pbuf::test_nibble ... ok |
| 9916 | 2026-08-25T15:18:27.768Z | test pbuf::test_short ... ok |
| 9917 | 2026-08-25T15:18:27.768Z | test pbuf::test_twelve ... ok |
| 9918 | 2026-08-25T15:18:27.769Z | test pbuf::test_overflow ... ok |
| 9919 | 2026-08-25T15:18:27.769Z | test pbuf::test_word ... ok |
| 9920 | 2026-08-25T15:18:27.769Z | test tcp::test_checksum_syn_nodata ... ok |
| 9921 | 2026-08-25T15:18:27.769Z | test tcp::test_checksum_ack_data ... ok |
| 9922 | 2026-08-25T15:18:27.769Z | |
| 9923 | 2026-08-25T15:18:27.769Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9924 | 2026-08-25T15:18:27.769Z | |
| 9925 | 2026-08-25T15:18:27.772Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9926 | 2026-08-25T15:18:27.775Z | |
| 9927 | 2026-08-25T15:18:27.775Z | running 0 tests |
| 9928 | 2026-08-25T15:18:27.775Z | |
| 9929 | 2026-08-25T15:18:27.775Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9930 | 2026-08-25T15:18:27.775Z | |
| 9931 | 2026-08-25T15:18:27.778Z | Running unittests src/main.rs (target/debug/deps/swadm-3cab8fcc95f76afd) |
| 9932 | 2026-08-25T15:18:27.781Z | |
| 9933 | 2026-08-25T15:18:27.781Z | running 5 tests |
| 9934 | 2026-08-25T15:18:27.781Z | test switchport::test::test_compute_lanes ... ok |
| 9935 | 2026-08-25T15:18:27.781Z | test switchport::test::port_id_ordering ... ok |
| 9936 | 2026-08-25T15:18:27.784Z | Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 3Lane 2 |
| 9937 | 2026-08-25T15:18:27.784Z | Lane 3 |
| 9938 | 2026-08-25T15:18:27.784Z | Rx Loss-of-lock: Yes State: Activated Yes Activated YesActivated YesActivated |
| 9939 | 2026-08-25T15:18:27.784Z | |
| 9940 | 2026-08-25T15:18:27.784Z | Rx Loss-of-signal: Yes Rx Output Enabled: false Yesfalse Yes false Yes |
| 9941 | 2026-08-25T15:18:27.784Z | false |
| 9942 | 2026-08-25T15:18:27.784Z | Rx CDR Enabled: Yes Rx Output Status: valid Yes valid Yes validYes |
| 9943 | 2026-08-25T15:18:27.784Z | Tx Enabled: Yesvalid |
| 9944 | 2026-08-25T15:18:27.784Z | Yes Rx Loss-of-lock: true Yes trueYes |
| 9945 | 2026-08-25T15:18:27.784Z | true Tx Loss-of-lock: No trueNo |
| 9946 | 2026-08-25T15:18:27.784Z | No Rx Loss-of-signal: false No |
| 9947 | 2026-08-25T15:18:27.784Z | false Tx Loss-of-signal: No Nofalse falseNo |
| 9948 | 2026-08-25T15:18:27.784Z | NoRx Auto-squelch Disable: true |
| 9949 | 2026-08-25T15:18:27.784Z | Tx CDR Enabled: Notrue No true Notrue |
| 9950 | 2026-08-25T15:18:27.784Z | No Tx Output Enabled: true |
| 9951 | 2026-08-25T15:18:27.784Z | true Tx Adaptive EQ Fault: No true Notrue |
| 9952 | 2026-08-25T15:18:27.784Z | No Tx Output Status: invalidNo |
| 9953 | 2026-08-25T15:18:27.784Z | Tx Fault: Yesinvalid invalidYes invalid |
| 9954 | 2026-08-25T15:18:27.784Z | Yes Tx Loss-of-lock: falseYes |
| 9955 | 2026-08-25T15:18:27.784Z | false false false |
| 9956 | 2026-08-25T15:18:27.784Z | Tx Loss-of-signal: true true true true |
| 9957 | 2026-08-25T15:18:27.784Z | Tx Auto-squelch Disable: false false false false |
| 9958 | 2026-08-25T15:18:27.784Z | Tx Adaptive EQ Fail: true true true true |
| 9959 | 2026-08-25T15:18:27.784Z | Tx Failure: false false false false |
| 9960 | 2026-08-25T15:18:27.784Z | Tx Force Squelch: true true true true |
| 9961 | 2026-08-25T15:18:27.785Z | Tx Input Polarity: normal normal normal normal |
| 9962 | 2026-08-25T15:18:27.785Z | test switchport::test::test_print_sff_datapath ... ok |
| 9963 | 2026-08-25T15:18:27.785Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9964 | 2026-08-25T15:18:27.785Z | test link::test_filter ... ok |
| 9965 | 2026-08-25T15:18:27.785Z | |
| 9966 | 2026-08-25T15:18:27.785Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9967 | 2026-08-25T15:18:27.785Z | |
| 9968 | 2026-08-25T15:18:27.785Z | Running tests/counters.rs (target/debug/deps/counters-adc46d7ad514a7fd) |
| 9969 | 2026-08-25T15:18:27.788Z | |
| 9970 | 2026-08-25T15:18:27.788Z | running 1 test |
| 9971 | 2026-08-25T15:18:27.788Z | test test_p4_counter_list ... ignored |
| 9972 | 2026-08-25T15:18:27.788Z | |
| 9973 | 2026-08-25T15:18:27.788Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9974 | 2026-08-25T15:18:27.788Z | |
| 9975 | 2026-08-25T15:18:27.788Z | Running tests/port-link.rs (target/debug/deps/port_link-28f05c94768857aa) |
| 9976 | 2026-08-25T15:18:27.792Z | |
| 9977 | 2026-08-25T15:18:27.792Z | running 5 tests |
| 9978 | 2026-08-25T15:18:27.795Z | test test_an ... ignored |
| 9979 | 2026-08-25T15:18:27.795Z | test test_enable ... ignored |
| 9980 | 2026-08-25T15:18:27.795Z | test test_ip_addresses ... ignored |
| 9981 | 2026-08-25T15:18:27.795Z | test test_kr ... ignored |
| 9982 | 2026-08-25T15:18:27.795Z | test test_mac ... ignored |
| 9983 | 2026-08-25T15:18:27.795Z | |
| 9984 | 2026-08-25T15:18:27.795Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-08-25T15:18:27.795Z | |
| 9986 | 2026-08-25T15:18:27.795Z | Running unittests src/main.rs (target/debug/deps/tfportd-902caed4cd2c2ea0) |
| 9987 | 2026-08-25T15:18:27.798Z | |
| 9988 | 2026-08-25T15:18:27.798Z | running 3 tests |
| 9989 | 2026-08-25T15:18:27.802Z | test linklocal::test_parse_ipadm ... ok |
| 9990 | 2026-08-25T15:18:27.802Z | test tfport::test_parse_tfport ... ok |
| 9991 | 2026-08-25T15:18:27.802Z | test config::tests::test_updates ... ok |
| 9992 | 2026-08-25T15:18:27.802Z | |
| 9993 | 2026-08-25T15:18:27.802Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9994 | 2026-08-25T15:18:27.802Z | |
| 9995 | 2026-08-25T15:18:27.802Z | Running unittests src/main.rs (target/debug/deps/uplinkd-58387cf59eafe330) |
| 9996 | 2026-08-25T15:18:27.805Z | |
| 9997 | 2026-08-25T15:18:27.805Z | running 0 tests |
| 9998 | 2026-08-25T15:18:27.805Z | |
| 9999 | 2026-08-25T15:18:27.805Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10000 | 2026-08-25T15:18:27.805Z | |
| 10001 | 2026-08-25T15:18:27.808Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 10002 | 2026-08-25T15:18:27.811Z | |
| 10003 | 2026-08-25T15:18:27.811Z | running 0 tests |
| 10004 | 2026-08-25T15:18:27.811Z | |
| 10005 | 2026-08-25T15:18:27.811Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10006 | 2026-08-25T15:18:27.811Z | |
| 10007 | 2026-08-25T15:18:27.814Z | Doc-tests aal |
| 10008 | 2026-08-25T15:18:28.322Z | |
| 10009 | 2026-08-25T15:18:28.322Z | running 0 tests |
| 10010 | 2026-08-25T15:18:28.322Z | |
| 10011 | 2026-08-25T15:18:28.326Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10012 | 2026-08-25T15:18:28.326Z | |
| 10013 | 2026-08-25T15:18:28.347Z | Doc-tests aal_macros |
| 10014 | 2026-08-25T15:18:28.420Z | |
| 10015 | 2026-08-25T15:18:28.421Z | running 0 tests |
| 10016 | 2026-08-25T15:18:28.421Z | |
| 10017 | 2026-08-25T15:18:28.421Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10018 | 2026-08-25T15:18:28.421Z | |
| 10019 | 2026-08-25T15:18:28.430Z | Doc-tests common |
| 10020 | 2026-08-25T15:18:28.670Z | |
| 10021 | 2026-08-25T15:18:28.670Z | running 0 tests |
| 10022 | 2026-08-25T15:18:28.670Z | |
| 10023 | 2026-08-25T15:18:28.670Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10024 | 2026-08-25T15:18:28.670Z | |
| 10025 | 2026-08-25T15:18:28.696Z | Doc-tests dpd_api |
| 10026 | 2026-08-25T15:18:29.476Z | |
| 10027 | 2026-08-25T15:18:29.476Z | running 2 tests |
| 10028 | 2026-08-25T15:18:29.476Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10029 | 2026-08-25T15:18:29.476Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10030 | 2026-08-25T15:18:29.476Z | |
| 10031 | 2026-08-25T15:18:29.476Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-08-25T15:18:29.476Z | |
| 10033 | 2026-08-25T15:18:29.506Z | Doc-tests dpd_client |
| 10034 | 2026-08-25T15:18:30.895Z | |
| 10035 | 2026-08-25T15:18:30.895Z | running 0 tests |
| 10036 | 2026-08-25T15:18:30.895Z | |
| 10037 | 2026-08-25T15:18:30.895Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-25T15:18:30.895Z | |
| 10039 | 2026-08-25T15:18:30.950Z | Doc-tests dpd_types |
| 10040 | 2026-08-25T15:18:31.131Z | |
| 10041 | 2026-08-25T15:18:31.131Z | running 0 tests |
| 10042 | 2026-08-25T15:18:31.131Z | |
| 10043 | 2026-08-25T15:18:31.131Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-25T15:18:31.131Z | |
| 10045 | 2026-08-25T15:18:31.156Z | Doc-tests dpd_types_versions |
| 10046 | 2026-08-25T15:18:32.699Z | |
| 10047 | 2026-08-25T15:18:32.699Z | running 1 test |
| 10048 | 2026-08-25T15:18:32.699Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10049 | 2026-08-25T15:18:32.699Z | |
| 10050 | 2026-08-25T15:18:32.699Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10051 | 2026-08-25T15:18:32.699Z | |
| 10052 | 2026-08-25T15:18:32.749Z | Doc-tests packet |
| 10053 | 2026-08-25T15:18:32.968Z | |
| 10054 | 2026-08-25T15:18:32.968Z | running 0 tests |
| 10055 | 2026-08-25T15:18:32.968Z | |
| 10056 | 2026-08-25T15:18:32.968Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10057 | 2026-08-25T15:18:32.968Z | |
| 10058 | 2026-08-25T15:18:32.994Z | Doc-tests pcap |
| 10059 | 2026-08-25T15:18:33.047Z | |
| 10060 | 2026-08-25T15:18:33.047Z | running 0 tests |
| 10061 | 2026-08-25T15:18:33.047Z | |
| 10062 | 2026-08-25T15:18:33.047Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10063 | 2026-08-25T15:18:33.047Z | |
| 10064 | 2026-08-25T15:18:33.099Z | process exited: duration 606901 ms, exit code 0 |
| |
| 10065 | 2026-08-25T15:18:33.109Z | found 0 output files |