|
|
|
| 1 | 2026-08-29T16:09:01.759Z | job assigned to worker 01M174D8Z07HB9XPCJNYJ0F6CW [factory aws, i-0a3bf1daef83ac3b3] (queued for 1 m 34 s) |
| |
| 2 | 2026-08-29T16:09:08.007Z | starting task 0: "setup" |
| 3 | 2026-08-29T16:09:08.012Z | ++ uname -s |
| 4 | 2026-08-29T16:09:08.015Z | + kern=SunOS |
| 5 | 2026-08-29T16:09:08.015Z | + build_user=build |
| 6 | 2026-08-29T16:09:08.015Z | + build_uid=12345 |
| 7 | 2026-08-29T16:09:08.015Z | + work_dir=/work |
| 8 | 2026-08-29T16:09:08.015Z | + input_dir=/input |
| 9 | 2026-08-29T16:09:08.015Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-29T16:09:08.015Z | + case "$kern" in |
| 11 | 2026-08-29T16:09:08.015Z | + groupadd -g 12345 build |
| 12 | 2026-08-29T16:09:08.018Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-29T16:09:10.021Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-29T16:09:10.091Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-29T16:09:10.094Z | + home_fs=zfs |
| 16 | 2026-08-29T16:09:10.094Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-29T16:09:10.094Z | + mkdir -p /home/build |
| 18 | 2026-08-29T16:09:10.094Z | + chown build:build /home/build /work |
| 19 | 2026-08-29T16:09:12.095Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-29T16:09:12.098Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-08-29T16:09:12.104Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-29T16:09:12.108Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-29T16:09:12.108Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-29T16:09:12.108Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-08-29T16:09:12.108Z | * rust toolchain profile = "default" |
| 26 | 2026-08-29T16:09:12.109Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-29T16:09:12.109Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-29T16:09:12.112Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-29T16:09:12.112Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-29T16:09:12.202Z | info: downloading installer |
| 31 | 2026-08-29T16:09:13.480Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-29T16:09:13.480Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-29T16:09:13.480Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-29T16:09:13.480Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-29T16:09:13.493Z | info: profile set to default |
| 36 | 2026-08-29T16:09:13.493Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-29T16:09:13.495Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-29T16:09:13.641Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-29T16:09:13.644Z | info: downloading 6 components |
| 40 | 2026-08-29T16:09:25.852Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-29T16:09:25.852Z | |
| 42 | 2026-08-29T16:09:25.885Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-29T16:09:25.886Z | |
| 44 | 2026-08-29T16:09:25.886Z | |
| 45 | 2026-08-29T16:09:25.886Z | Rust is installed now. Great! |
| 46 | 2026-08-29T16:09:25.886Z | |
| 47 | 2026-08-29T16:09:25.886Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-29T16:09:25.886Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-29T16:09:25.886Z | |
| 50 | 2026-08-29T16:09:25.886Z | To configure your current shell, you need to source |
| 51 | 2026-08-29T16:09:25.886Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-29T16:09:25.886Z | |
| 53 | 2026-08-29T16:09:25.886Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-29T16:09:25.889Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-29T16:09:25.889Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-29T16:09:25.889Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-29T16:09:25.889Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-29T16:09:25.889Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-29T16:09:25.889Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-29T16:09:25.889Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-29T16:09:25.889Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-29T16:09:25.975Z | + rustup --version |
| 63 | 2026-08-29T16:09:25.983Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-29T16:09:25.986Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-29T16:09:26.006Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-29T16:09:26.009Z | + cargo --version |
| 67 | 2026-08-29T16:09:26.022Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-29T16:09:26.025Z | + rustc --version |
| 69 | 2026-08-29T16:09:26.043Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-29T16:09:26.046Z | process exited: duration 13941 ms, exit code 0 |
| |
| 71 | 2026-08-29T16:09:26.051Z | starting task 2: "authentication" |
| 72 | 2026-08-29T16:09:26.068Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-29T16:09:26.073Z | starting task 3: "clone repository" |
| 74 | 2026-08-29T16:09:26.076Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-29T16:09:26.079Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-29T16:09:26.110Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-29T16:09:26.861Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-29T16:09:26.862Z | + git fetch origin 5c9c05e998fb45aeac523a94469ceeedd979e16f |
| 79 | 2026-08-29T16:09:27.138Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-29T16:09:27.139Z | * branch 5c9c05e998fb45aeac523a94469ceeedd979e16f -> FETCH_HEAD |
| 81 | 2026-08-29T16:09:27.146Z | + [[ -n cory/ci-tests ]] |
| 82 | 2026-08-29T16:09:27.149Z | ++ git branch --show-current |
| 83 | 2026-08-29T16:09:27.149Z | + current=main |
| 84 | 2026-08-29T16:09:27.149Z | + [[ main != cory/ci-tests ]] |
| 85 | 2026-08-29T16:09:27.149Z | + git branch -f cory/ci-tests 5c9c05e998fb45aeac523a94469ceeedd979e16f |
| 86 | 2026-08-29T16:09:27.152Z | + git checkout -f cory/ci-tests |
| 87 | 2026-08-29T16:09:27.170Z | Switched to branch 'cory/ci-tests' |
| 88 | 2026-08-29T16:09:27.175Z | + git reset --hard 5c9c05e998fb45aeac523a94469ceeedd979e16f |
| 89 | 2026-08-29T16:09:27.189Z | HEAD is now at 5c9c05e WIP: Redesigning around the expectorate crate |
| 90 | 2026-08-29T16:09:27.192Z | process exited: duration 1116 ms, exit code 0 |
| |
| 91 | 2026-08-29T16:09:27.198Z | starting task 4: "build" |
| 92 | 2026-08-29T16:09:27.203Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-29T16:09:27.203Z | ++ TOFINO_STAGES=20 |
| 94 | 2026-08-29T16:09:27.203Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 95 | 2026-08-29T16:09:27.203Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 96 | 2026-08-29T16:09:27.203Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 97 | 2026-08-29T16:09:27.206Z | +++ uname -s |
| 98 | 2026-08-29T16:09:27.206Z | ++ '[' SunOS == SunOS ']' |
| 99 | 2026-08-29T16:09:27.206Z | ++ SERIES=illumos |
| 100 | 2026-08-29T16:09:27.206Z | +++ uname -s |
| 101 | 2026-08-29T16:09:27.206Z | ++ '[' SunOS == SunOS ']' |
| 102 | 2026-08-29T16:09:27.206Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-08-29T16:09:27.206Z | ++ rustup show active-toolchain |
| 104 | 2026-08-29T16:09:27.210Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 105 | 2026-08-29T16:09:27.213Z | + source .github/buildomat/illumos.sh |
| 106 | 2026-08-29T16:09:27.213Z | ++ banner 'sde setup' |
| 107 | 2026-08-29T16:09:27.213Z | |
| 108 | 2026-08-29T16:09:27.213Z | #### ##### ###### #### ###### ##### # # ##### |
| 109 | 2026-08-29T16:09:27.213Z | # # # # # # # # # # # |
| 110 | 2026-08-29T16:09:27.213Z | #### # # ##### #### ##### # # # # # |
| 111 | 2026-08-29T16:09:27.214Z | # # # # # # # # # ##### |
| 112 | 2026-08-29T16:09:27.214Z | # # # # # # # # # # # # |
| 113 | 2026-08-29T16:09:27.214Z | #### ##### ###### #### ###### # #### # |
| 114 | 2026-08-29T16:09:27.214Z | |
| 115 | 2026-08-29T16:09:27.214Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 116 | 2026-08-29T16:09:27.214Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 117 | 2026-08-29T16:09:27.214Z | ++ export PKG=tofino_sde.p5p |
| 118 | 2026-08-29T16:09:27.214Z | ++ PKG=tofino_sde.p5p |
| 119 | 2026-08-29T16:09:27.214Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 120 | 2026-08-29T16:09:27.219Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 121 | 2026-08-29T16:09:27.222Z | Dload Upload Total Spent Left Speed |
| 122 | 2026-08-29T16:09:28.406Z |
0 0 0 0 0 0 0 0 0
76 76.03M 76 58.03M 0 0 58.04M 0 00:01 00:01 58.04M
100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M
100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M
100 76.03M 100 76.03M 0 0 64.08M 0 00:01 00:01 58.04M |
| 123 | 2026-08-29T16:09:28.411Z | +++ digest -a sha256 tofino_sde.p5p |
| 124 | 2026-08-29T16:09:28.458Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 125 | 2026-08-29T16:09:28.461Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 126 | 2026-08-29T16:09:28.461Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 127 | 2026-08-29T16:09:30.168Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-08-29T16:09:30.582Z | Startup: Caching catalogs ... Done |
| 129 | 2026-08-29T16:09:30.641Z | Startup: Refreshing catalog 'oxide' ... Done |
| 130 | 2026-08-29T16:09:33.497Z | Planning: Solver setup ... Done |
| 131 | 2026-08-29T16:09:33.570Z | Planning: Running solver ... Done |
| 132 | 2026-08-29T16:09:33.626Z | Planning: Finding local manifests ... Done |
| 133 | 2026-08-29T16:09:33.629Z | Planning: Fetching manifests: 1/1 100% complete |
| 134 | 2026-08-29T16:09:33.634Z | Planning: Fetching manifests: 1/1 100% complete |
| 135 | 2026-08-29T16:09:33.648Z | Planning: Package planning ... Done |
| 136 | 2026-08-29T16:09:33.653Z | Planning: Merging actions ... Done |
| 137 | 2026-08-29T16:09:33.744Z | Planning: Checking for conflicting actions ... Done |
| 138 | 2026-08-29T16:09:33.748Z | Planning: Consolidating action changes ... Done |
| 139 | 2026-08-29T16:09:34.532Z | Planning: Evaluating mediators ... Done |
| 140 | 2026-08-29T16:09:34.535Z | Planning: Planning completed in 3.88 seconds |
| 141 | 2026-08-29T16:09:34.538Z | Packages to install: 1 |
| 142 | 2026-08-29T16:09:34.538Z | Create boot environment: No |
| 143 | 2026-08-29T16:09:34.538Z | Create backup boot environment: No |
| 144 | 2026-08-29T16:09:34.563Z | |
| 145 | 2026-08-29T16:09:34.563Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 146 | 2026-08-29T16:09:34.699Z | Download: Completed 75.30 MB in 0.14 seconds (554M/s) |
| 147 | 2026-08-29T16:09:34.939Z | Actions: 1/293 actions (Installing new actions) |
| 148 | 2026-08-29T16:09:35.898Z | Actions: Completed 293 actions in 0.96 seconds. |
| 149 | 2026-08-29T16:09:35.902Z | Finalize: Updating package state database ... Done |
| 150 | 2026-08-29T16:09:35.943Z | Finalize: Updating package cache ... Done |
| 151 | 2026-08-29T16:09:36.041Z | Finalize: Updating image state ... Done |
| 152 | 2026-08-29T16:09:38.677Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-08-29T16:09:38.754Z | Finalize: Reading search index ... Done |
| 154 | 2026-08-29T16:09:38.757Z | Finalize: Updating search index ... Done |
| 155 | 2026-08-29T16:09:38.935Z | Finalize: Updating package cache ... Done |
| 156 | 2026-08-29T16:09:39.102Z | ++ export SDE=/opt/oxide/tofino_sde |
| 157 | 2026-08-29T16:09:39.102Z | ++ SDE=/opt/oxide/tofino_sde |
| 158 | 2026-08-29T16:09:39.102Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 159 | 2026-08-29T16:09:39.102Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 160 | 2026-08-29T16:09:39.102Z | ++ banner packages |
| 161 | 2026-08-29T16:09:39.105Z | |
| 162 | 2026-08-29T16:09:39.105Z | ##### ## #### # # ## #### ###### #### |
| 163 | 2026-08-29T16:09:39.105Z | # # # # # # # # # # # # # # |
| 164 | 2026-08-29T16:09:39.105Z | # # # # # #### # # # ##### #### |
| 165 | 2026-08-29T16:09:39.105Z | ##### ###### # # # ###### # ### # # |
| 166 | 2026-08-29T16:09:39.105Z | # # # # # # # # # # # # # # |
| 167 | 2026-08-29T16:09:39.105Z | # # # #### # # # # #### ###### #### |
| 168 | 2026-08-29T16:09:39.105Z | |
| 169 | 2026-08-29T16:09:39.105Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 170 | 2026-08-29T16:09:39.376Z | Startup: Refreshing catalog 'helios' ... Done |
| 171 | 2026-08-29T16:09:39.379Z | Startup: Refreshing catalog 'oxide' ... Done |
| 172 | 2026-08-29T16:09:41.663Z | Planning: Solver setup ... Done |
| 173 | 2026-08-29T16:09:41.734Z | Planning: Running solver ... Done |
| 174 | 2026-08-29T16:09:41.787Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-08-29T16:09:41.787Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-08-29T16:09:41.790Z | Planning: Planning completed in 2.41 seconds |
| 177 | 2026-08-29T16:09:41.805Z | No updates necessary for this image. |
| 178 | 2026-08-29T16:09:41.945Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 179 | 2026-08-29T16:09:42.157Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-08-29T16:09:42.268Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-08-29T16:09:42.271Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-08-29T16:09:42.438Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-08-29T16:09:42.441Z | Planning: Planning completed in 0.28 seconds |
| 184 | 2026-08-29T16:09:42.462Z | Mediators to change: 2 |
| 185 | 2026-08-29T16:09:42.463Z | Create boot environment: No |
| 186 | 2026-08-29T16:09:42.466Z | Create backup boot environment: No |
| 187 | 2026-08-29T16:09:42.504Z | Finalize: Updating package state database ... Done |
| 188 | 2026-08-29T16:09:42.504Z | Finalize: Updating package cache ... Done |
| 189 | 2026-08-29T16:09:42.560Z | Finalize: Updating image state ... Done |
| 190 | 2026-08-29T16:09:44.591Z | Finalize: Creating fast lookup database ... Done |
| 191 | 2026-08-29T16:09:44.660Z | Finalize: Reading search index ... Done |
| 192 | 2026-08-29T16:09:44.663Z | Finalize: Updating search index ... Done |
| 193 | 2026-08-29T16:09:44.727Z | Finalize: Updating package cache ... Done |
| 194 | 2026-08-29T16:09:44.802Z | ++ cargo --version |
| 195 | 2026-08-29T16:09:44.812Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 196 | 2026-08-29T16:09:44.815Z | ++ rustc --version |
| 197 | 2026-08-29T16:09:44.835Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 198 | 2026-08-29T16:09:44.838Z | + banner copyrights |
| 199 | 2026-08-29T16:09:44.840Z | |
| 200 | 2026-08-29T16:09:44.841Z | #### #### ##### # # ##### # #### # # ##### #### |
| 201 | 2026-08-29T16:09:44.841Z | # # # # # # # # # # # # # # # # # |
| 202 | 2026-08-29T16:09:44.841Z | # # # # # # # # # # ###### # #### |
| 203 | 2026-08-29T16:09:44.841Z | # # # ##### # ##### # # ### # # # # |
| 204 | 2026-08-29T16:09:44.841Z | # # # # # # # # # # # # # # # # |
| 205 | 2026-08-29T16:09:44.841Z | #### #### # # # # # #### # # # #### |
| 206 | 2026-08-29T16:09:44.841Z | |
| 207 | 2026-08-29T16:09:44.841Z | + ./tools/check_copyrights.sh |
| 208 | 2026-08-29T16:09:45.131Z | common/src/illumos.rs: Copyright with wrong year |
| 209 | 2026-08-29T16:09:46.028Z | dpd/p4/headers.p4: Copyright with wrong year |
| 210 | 2026-08-29T16:09:46.444Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 211 | 2026-08-29T16:09:46.504Z | packet/src/eth.rs: Copyright with wrong year |
| 212 | 2026-08-29T16:09:46.597Z | pcap/build.rs: Copyright with wrong year |
| 213 | 2026-08-29T16:09:46.792Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 214 | 2026-08-29T16:09:47.028Z | + banner clippy |
| 215 | 2026-08-29T16:09:47.032Z | |
| 216 | 2026-08-29T16:09:47.032Z | #### # # ##### ##### # # |
| 217 | 2026-08-29T16:09:47.032Z | # # # # # # # # # # |
| 218 | 2026-08-29T16:09:47.032Z | # # # # # # # # |
| 219 | 2026-08-29T16:09:47.032Z | # # # ##### ##### # |
| 220 | 2026-08-29T16:09:47.032Z | # # # # # # # |
| 221 | 2026-08-29T16:09:47.032Z | #### ###### # # # # |
| 222 | 2026-08-29T16:09:47.032Z | |
| 223 | 2026-08-29T16:09:47.032Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 224 | 2026-08-29T16:09:47.033Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 225 | 2026-08-29T16:09:47.175Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 226 | 2026-08-29T16:09:57.086Z | Updating crates.io index |
| 227 | 2026-08-29T16:09:57.125Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 228 | 2026-08-29T16:09:57.676Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 229 | 2026-08-29T16:09:58.449Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 230 | 2026-08-29T16:09:58.768Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 231 | 2026-08-29T16:09:59.060Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 232 | 2026-08-29T16:10:00.410Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 233 | 2026-08-29T16:10:00.737Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 234 | 2026-08-29T16:10:01.242Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 235 | 2026-08-29T16:10:01.652Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 236 | 2026-08-29T16:10:02.133Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 237 | 2026-08-29T16:10:02.627Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 238 | 2026-08-29T16:10:03.276Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 239 | 2026-08-29T16:10:03.685Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 240 | 2026-08-29T16:10:04.077Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 241 | 2026-08-29T16:10:04.415Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 242 | 2026-08-29T16:10:05.015Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 243 | 2026-08-29T16:10:05.540Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 244 | 2026-08-29T16:10:06.067Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 245 | 2026-08-29T16:10:06.645Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 246 | 2026-08-29T16:10:07.103Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 247 | 2026-08-29T16:10:07.443Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 248 | 2026-08-29T16:10:09.008Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 249 | 2026-08-29T16:10:09.620Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 250 | 2026-08-29T16:10:10.188Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-08-29T16:10:11.615Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-08-29T16:10:12.297Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-08-29T16:10:12.639Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 254 | 2026-08-29T16:10:13.106Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 255 | 2026-08-29T16:10:14.907Z | Downloading crates ... |
| 256 | 2026-08-29T16:10:14.995Z | Downloaded base16ct v0.2.0 |
| 257 | 2026-08-29T16:10:15.000Z | Downloaded adler2 v2.0.1 |
| 258 | 2026-08-29T16:10:15.003Z | Downloaded bit-set v0.8.0 |
| 259 | 2026-08-29T16:10:15.006Z | Downloaded crypto-common v0.1.6 |
| 260 | 2026-08-29T16:10:15.008Z | Downloaded cobs v0.3.0 |
| 261 | 2026-08-29T16:10:15.008Z | Downloaded constant_time_eq v0.3.1 |
| 262 | 2026-08-29T16:10:15.012Z | Downloaded clap_lex v1.1.0 |
| 263 | 2026-08-29T16:10:15.012Z | Downloaded arrayref v0.3.9 |
| 264 | 2026-08-29T16:10:15.015Z | Downloaded async-recursion v1.1.1 |
| 265 | 2026-08-29T16:10:15.018Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-08-29T16:10:15.020Z | Downloaded atomic-waker v1.1.2 |
| 267 | 2026-08-29T16:10:15.023Z | Downloaded aead v0.5.2 |
| 268 | 2026-08-29T16:10:15.023Z | Downloaded dunce v1.0.5 |
| 269 | 2026-08-29T16:10:15.026Z | Downloaded arrayvec v0.7.6 |
| 270 | 2026-08-29T16:10:15.029Z | Downloaded embedded-io v0.6.1 |
| 271 | 2026-08-29T16:10:15.031Z | Downloaded dropshot_endpoint v0.17.1 |
| 272 | 2026-08-29T16:10:15.034Z | Downloaded errno v0.3.14 |
| 273 | 2026-08-29T16:10:15.037Z | Downloaded fixedbitset v0.4.2 |
| 274 | 2026-08-29T16:10:15.037Z | Downloaded hostname v0.3.1 |
| 275 | 2026-08-29T16:10:15.039Z | Downloaded embedded-io v0.4.0 |
| 276 | 2026-08-29T16:10:15.042Z | Downloaded defmt v0.3.100 |
| 277 | 2026-08-29T16:10:15.045Z | Downloaded hash32 v0.3.1 |
| 278 | 2026-08-29T16:10:15.045Z | Downloaded block-buffer v0.12.0 |
| 279 | 2026-08-29T16:10:15.048Z | Downloaded compression-codecs v0.4.32 |
| 280 | 2026-08-29T16:10:15.051Z | Downloaded atomicwrites v0.4.4 |
| 281 | 2026-08-29T16:10:15.053Z | Downloaded data-encoding v2.9.0 |
| 282 | 2026-08-29T16:10:15.056Z | Downloaded async-stream-impl v0.3.6 |
| 283 | 2026-08-29T16:10:15.056Z | Downloaded cpufeatures v0.3.0 |
| 284 | 2026-08-29T16:10:15.059Z | Downloaded foldhash v0.2.0 |
| 285 | 2026-08-29T16:10:15.063Z | Downloaded erased-serde v0.3.31 |
| 286 | 2026-08-29T16:10:15.065Z | Downloaded autocfg v1.5.0 |
| 287 | 2026-08-29T16:10:15.067Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 288 | 2026-08-29T16:10:15.069Z | Downloaded heck v0.4.1 |
| 289 | 2026-08-29T16:10:15.069Z | Downloaded crossbeam-deque v0.8.6 |
| 290 | 2026-08-29T16:10:15.072Z | Downloaded dof v0.4.0 |
| 291 | 2026-08-29T16:10:15.072Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 292 | 2026-08-29T16:10:15.075Z | Downloaded group v0.13.0 |
| 293 | 2026-08-29T16:10:15.078Z | Downloaded anstream v1.0.0 |
| 294 | 2026-08-29T16:10:15.081Z | Downloaded colorchoice v1.0.4 |
| 295 | 2026-08-29T16:10:15.081Z | Downloaded httpdate v1.0.3 |
| 296 | 2026-08-29T16:10:15.084Z | Downloaded foreign-types v0.5.0 |
| 297 | 2026-08-29T16:10:15.084Z | Downloaded fnv v1.0.7 |
| 298 | 2026-08-29T16:10:15.087Z | Downloaded cfg_aliases v0.2.1 |
| 299 | 2026-08-29T16:10:15.089Z | Downloaded elliptic-curve v0.13.8 |
| 300 | 2026-08-29T16:10:15.092Z | Downloaded git-stub-vcs v0.1.0 |
| 301 | 2026-08-29T16:10:15.095Z | Downloaded defmt-macros v1.0.1 |
| 302 | 2026-08-29T16:10:15.098Z | Downloaded futures-core v0.3.32 |
| 303 | 2026-08-29T16:10:15.098Z | Downloaded cstr-argument v0.1.2 |
| 304 | 2026-08-29T16:10:15.100Z | Downloaded fastrand v2.3.0 |
| 305 | 2026-08-29T16:10:15.103Z | Downloaded cpufeatures v0.2.17 |
| 306 | 2026-08-29T16:10:15.103Z | Downloaded http-body v1.0.1 |
| 307 | 2026-08-29T16:10:15.106Z | Downloaded heck v0.5.0 |
| 308 | 2026-08-29T16:10:15.109Z | Downloaded gethostname v0.5.0 |
| 309 | 2026-08-29T16:10:15.109Z | Downloaded hex v0.4.3 |
| 310 | 2026-08-29T16:10:15.111Z | Downloaded git-stub v1.0.0 |
| 311 | 2026-08-29T16:10:15.114Z | Downloaded form_urlencoded v1.2.2 |
| 312 | 2026-08-29T16:10:15.114Z | Downloaded debug-ignore v1.0.5 |
| 313 | 2026-08-29T16:10:15.117Z | Downloaded generic-array v0.14.7 |
| 314 | 2026-08-29T16:10:15.120Z | Downloaded futures-io v0.3.32 |
| 315 | 2026-08-29T16:10:15.120Z | Downloaded crc8 v0.1.1 |
| 316 | 2026-08-29T16:10:15.123Z | Downloaded ciborium-io v0.2.2 |
| 317 | 2026-08-29T16:10:15.123Z | Downloaded hubpack v0.1.2 |
| 318 | 2026-08-29T16:10:15.126Z | Downloaded hubpack_derive v0.1.1 |
| 319 | 2026-08-29T16:10:15.126Z | Downloaded float-ord v0.3.2 |
| 320 | 2026-08-29T16:10:15.128Z | Downloaded defmt-parser v1.0.0 |
| 321 | 2026-08-29T16:10:15.131Z | Downloaded hyper-tls v0.6.0 |
| 322 | 2026-08-29T16:10:15.131Z | Downloaded hostname v0.4.2 |
| 323 | 2026-08-29T16:10:15.135Z | Downloaded foreign-types-shared v0.3.1 |
| 324 | 2026-08-29T16:10:15.137Z | Downloaded fs_extra v1.3.0 |
| 325 | 2026-08-29T16:10:15.137Z | Downloaded displaydoc v0.2.5 |
| 326 | 2026-08-29T16:10:15.140Z | Downloaded highway v1.3.0 |
| 327 | 2026-08-29T16:10:15.143Z | Downloaded futures-executor v0.3.32 |
| 328 | 2026-08-29T16:10:15.145Z | Downloaded ff v0.13.1 |
| 329 | 2026-08-29T16:10:15.145Z | Downloaded crossbeam-utils v0.8.21 |
| 330 | 2026-08-29T16:10:15.148Z | Downloaded cmake v0.1.54 |
| 331 | 2026-08-29T16:10:15.151Z | Downloaded cancel-safe-futures v0.1.5 |
| 332 | 2026-08-29T16:10:15.153Z | Downloaded futures-macro v0.3.32 |
| 333 | 2026-08-29T16:10:15.156Z | Downloaded foreign-types-macros v0.2.3 |
| 334 | 2026-08-29T16:10:15.156Z | Downloaded cexpr v0.6.0 |
| 335 | 2026-08-29T16:10:15.159Z | Downloaded instant v0.1.13 |
| 336 | 2026-08-29T16:10:15.162Z | Downloaded indent_write v2.2.0 |
| 337 | 2026-08-29T16:10:15.162Z | Downloaded crypto-common v0.2.2 |
| 338 | 2026-08-29T16:10:15.166Z | Downloaded ident_case v1.0.1 |
| 339 | 2026-08-29T16:10:15.166Z | Downloaded idna_adapter v1.2.1 |
| 340 | 2026-08-29T16:10:15.169Z | Downloaded dyn-clone v1.0.20 |
| 341 | 2026-08-29T16:10:15.169Z | Downloaded is_terminal_polyfill v1.70.1 |
| 342 | 2026-08-29T16:10:15.169Z | Downloaded itoa v1.0.15 |
| 343 | 2026-08-29T16:10:15.172Z | Downloaded lazy_static v1.5.0 |
| 344 | 2026-08-29T16:10:15.176Z | Downloaded libscf-sys v1.2.0 |
| 345 | 2026-08-29T16:10:15.176Z | Downloaded internet-checksum v0.2.1 |
| 346 | 2026-08-29T16:10:15.176Z | Downloaded is_ci v1.2.0 |
| 347 | 2026-08-29T16:10:15.178Z | Downloaded is-terminal v0.4.16 |
| 348 | 2026-08-29T16:10:15.181Z | Downloaded inout v0.1.4 |
| 349 | 2026-08-29T16:10:15.181Z | Downloaded critical-section v1.2.0 |
| 350 | 2026-08-29T16:10:15.184Z | Downloaded either v1.15.0 |
| 351 | 2026-08-29T16:10:15.187Z | Downloaded daft v0.1.5 |
| 352 | 2026-08-29T16:10:15.187Z | Downloaded chacha20 v0.9.1 |
| 353 | 2026-08-29T16:10:15.189Z | Downloaded bytecount v0.6.9 |
| 354 | 2026-08-29T16:10:15.192Z | Downloaded humantime v2.3.0 |
| 355 | 2026-08-29T16:10:15.192Z | Downloaded http-body-util v0.1.3 |
| 356 | 2026-08-29T16:10:15.195Z | Downloaded linked-hash-map v0.5.6 |
| 357 | 2026-08-29T16:10:15.197Z | Downloaded glob v0.3.3 |
| 358 | 2026-08-29T16:10:15.197Z | Downloaded filetime v0.2.26 |
| 359 | 2026-08-29T16:10:15.200Z | Downloaded kstat-rs v0.2.4 |
| 360 | 2026-08-29T16:10:15.203Z | Downloaded keccak v0.1.6 |
| 361 | 2026-08-29T16:10:15.203Z | Downloaded csv-core v0.1.12 |
| 362 | 2026-08-29T16:10:15.205Z | Downloaded macaddr v1.0.1 |
| 363 | 2026-08-29T16:10:15.208Z | Downloaded match_cfg v0.1.0 |
| 364 | 2026-08-29T16:10:15.208Z | Downloaded derive-ex v0.1.8 |
| 365 | 2026-08-29T16:10:15.212Z | Downloaded mime v0.3.17 |
| 366 | 2026-08-29T16:10:15.212Z | Downloaded crc32fast v1.5.0 |
| 367 | 2026-08-29T16:10:15.214Z | Downloaded anyhow v1.0.102 |
| 368 | 2026-08-29T16:10:15.217Z | Downloaded heapless v0.8.0 |
| 369 | 2026-08-29T16:10:15.220Z | Downloaded cargo_metadata v0.18.1 |
| 370 | 2026-08-29T16:10:15.222Z | Downloaded memoffset v0.9.1 |
| 371 | 2026-08-29T16:10:15.222Z | Downloaded managed v0.8.0 |
| 372 | 2026-08-29T16:10:15.226Z | Downloaded lru-slab v0.1.2 |
| 373 | 2026-08-29T16:10:15.226Z | Downloaded lru-cache v0.1.2 |
| 374 | 2026-08-29T16:10:15.229Z | Downloaded find-msvc-tools v0.1.9 |
| 375 | 2026-08-29T16:10:15.229Z | Downloaded normalize-line-endings v0.3.0 |
| 376 | 2026-08-29T16:10:15.232Z | Downloaded newline-converter v0.3.0 |
| 377 | 2026-08-29T16:10:15.232Z | Downloaded clap_derive v4.6.1 |
| 378 | 2026-08-29T16:10:15.234Z | Downloaded memmap v0.7.0 |
| 379 | 2026-08-29T16:10:15.237Z | Downloaded ipnet v2.11.0 |
| 380 | 2026-08-29T16:10:15.237Z | Downloaded num-derive v0.4.2 |
| 381 | 2026-08-29T16:10:15.239Z | Downloaded num-iter v0.1.45 |
| 382 | 2026-08-29T16:10:15.242Z | Downloaded ipnetwork v0.21.1 |
| 383 | 2026-08-29T16:10:15.242Z | Downloaded ingot v0.1.1 |
| 384 | 2026-08-29T16:10:15.245Z | Downloaded num_threads v0.1.7 |
| 385 | 2026-08-29T16:10:15.248Z | Downloaded opaque-debug v0.3.1 |
| 386 | 2026-08-29T16:10:15.248Z | Downloaded openssl-macros v0.1.1 |
| 387 | 2026-08-29T16:10:15.248Z | Downloaded defmt v1.0.1 |
| 388 | 2026-08-29T16:10:15.251Z | Downloaded num v0.4.3 |
| 389 | 2026-08-29T16:10:15.253Z | Downloaded fs-err v3.1.2 |
| 390 | 2026-08-29T16:10:15.256Z | Downloaded getrandom v0.2.16 |
| 391 | 2026-08-29T16:10:15.259Z | Downloaded futures-channel v0.3.32 |
| 392 | 2026-08-29T16:10:15.260Z | Downloaded darling v0.21.3 |
| 393 | 2026-08-29T16:10:15.262Z | Downloaded hmac v0.12.1 |
| 394 | 2026-08-29T16:10:15.265Z | Downloaded omicron-workspace-hack v0.1.0 |
| 395 | 2026-08-29T16:10:15.268Z | Downloaded hyper-rustls v0.27.7 |
| 396 | 2026-08-29T16:10:15.268Z | Downloaded lock_api v0.4.14 |
| 397 | 2026-08-29T16:10:15.271Z | Downloaded openssl-probe v0.1.6 |
| 398 | 2026-08-29T16:10:15.271Z | Downloaded drift v0.2.0 |
| 399 | 2026-08-29T16:10:15.277Z | Downloaded linear-map v1.2.0 |
| 400 | 2026-08-29T16:10:15.280Z | Downloaded globset v0.4.16 |
| 401 | 2026-08-29T16:10:15.282Z | Downloaded libsw-core v0.3.2 |
| 402 | 2026-08-29T16:10:15.282Z | Downloaded native-tls v0.2.14 |
| 403 | 2026-08-29T16:10:15.285Z | Downloaded parse-display v0.10.0 |
| 404 | 2026-08-29T16:10:15.288Z | Downloaded percent-encoding v2.3.2 |
| 405 | 2026-08-29T16:10:15.288Z | Downloaded multer v3.1.0 |
| 406 | 2026-08-29T16:10:15.292Z | Downloaded iana-time-zone v0.1.64 |
| 407 | 2026-08-29T16:10:15.294Z | Downloaded newtype-uuid-macros v0.1.0 |
| 408 | 2026-08-29T16:10:15.295Z | Downloaded phf_shared v0.12.1 |
| 409 | 2026-08-29T16:10:15.295Z | Downloaded newtype-uuid v1.3.2 |
| 410 | 2026-08-29T16:10:15.297Z | Downloaded libsw v3.5.0 |
| 411 | 2026-08-29T16:10:15.300Z | Downloaded httparse v1.10.1 |
| 412 | 2026-08-29T16:10:15.300Z | Downloaded pretty-hex v0.4.1 |
| 413 | 2026-08-29T16:10:15.303Z | Downloaded plain v0.2.3 |
| 414 | 2026-08-29T16:10:15.303Z | Downloaded olpc-cjson v0.1.4 |
| 415 | 2026-08-29T16:10:15.306Z | Downloaded num_enum_derive v0.5.11 |
| 416 | 2026-08-29T16:10:15.306Z | Downloaded hybrid-array v0.4.12 |
| 417 | 2026-08-29T16:10:15.308Z | Downloaded daft-derive v0.1.5 |
| 418 | 2026-08-29T16:10:15.312Z | Downloaded fixedbitset v0.5.7 |
| 419 | 2026-08-29T16:10:15.312Z | Downloaded cookie v0.18.1 |
| 420 | 2026-08-29T16:10:15.316Z | Downloaded num_enum_derive v0.7.5 |
| 421 | 2026-08-29T16:10:15.318Z | Downloaded num-conv v0.2.1 |
| 422 | 2026-08-29T16:10:15.319Z | Downloaded predicates-core v1.0.9 |
| 423 | 2026-08-29T16:10:15.319Z | Downloaded potential_utf v0.1.3 |
| 424 | 2026-08-29T16:10:15.321Z | Downloaded powerfmt v0.2.0 |
| 425 | 2026-08-29T16:10:15.321Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 426 | 2026-08-29T16:10:15.324Z | Downloaded num_enum v0.7.5 |
| 427 | 2026-08-29T16:10:15.327Z | Downloaded dropshot_endpoint v0.16.7 |
| 428 | 2026-08-29T16:10:15.330Z | Downloaded oxide-tokio-rt v0.1.2 |
| 429 | 2026-08-29T16:10:15.333Z | Downloaded derive-where v1.6.0 |
| 430 | 2026-08-29T16:10:15.333Z | Downloaded crossbeam-epoch v0.9.18 |
| 431 | 2026-08-29T16:10:15.336Z | Downloaded const-oid v0.10.2 |
| 432 | 2026-08-29T16:10:15.338Z | Downloaded base64 v0.22.1 |
| 433 | 2026-08-29T16:10:15.341Z | Downloaded clap v4.6.1 |
| 434 | 2026-08-29T16:10:15.345Z | Downloaded oxnet v0.1.6 |
| 435 | 2026-08-29T16:10:15.348Z | Downloaded progenitor-client v0.10.0 |
| 436 | 2026-08-29T16:10:15.351Z | Downloaded progenitor-macro v0.10.0 |
| 437 | 2026-08-29T16:10:15.351Z | Downloaded progenitor-client v0.14.0 |
| 438 | 2026-08-29T16:10:15.354Z | Downloaded progenitor-client v0.11.1 |
| 439 | 2026-08-29T16:10:15.354Z | Downloaded progenitor-macro v0.14.0 |
| 440 | 2026-08-29T16:10:15.354Z | Downloaded litemap v0.8.0 |
| 441 | 2026-08-29T16:10:15.356Z | Downloaded quick-error v1.2.3 |
| 442 | 2026-08-29T16:10:15.359Z | Downloaded paste v1.0.15 |
| 443 | 2026-08-29T16:10:15.360Z | Downloaded bytes v1.12.0 |
| 444 | 2026-08-29T16:10:15.363Z | Downloaded password-hash v0.5.0 |
| 445 | 2026-08-29T16:10:15.365Z | Downloaded derive_more v0.99.20 |
| 446 | 2026-08-29T16:10:15.368Z | Downloaded pkg-config v0.3.32 |
| 447 | 2026-08-29T16:10:15.371Z | Downloaded rand_chacha v0.3.1 |
| 448 | 2026-08-29T16:10:15.371Z | Downloaded pin-project-lite v0.2.16 |
| 449 | 2026-08-29T16:10:15.373Z | Downloaded rand_xorshift v0.4.0 |
| 450 | 2026-08-29T16:10:15.376Z | Downloaded memmap2 v0.9.8 |
| 451 | 2026-08-29T16:10:15.376Z | Downloaded rustc-hash v2.1.1 |
| 452 | 2026-08-29T16:10:15.379Z | Downloaded hashbrown v0.16.1 |
| 453 | 2026-08-29T16:10:15.382Z | Downloaded rustc_version v0.4.1 |
| 454 | 2026-08-29T16:10:15.384Z | Downloaded ppv-lite86 v0.2.21 |
| 455 | 2026-08-29T16:10:15.384Z | Downloaded ref-cast-impl v1.0.25 |
| 456 | 2026-08-29T16:10:15.387Z | Downloaded rustc_version v0.1.7 |
| 457 | 2026-08-29T16:10:15.387Z | Downloaded getrandom v0.4.2 |
| 458 | 2026-08-29T16:10:15.390Z | Downloaded ref-cast v1.0.25 |
| 459 | 2026-08-29T16:10:15.393Z | Downloaded icu_provider v2.0.0 |
| 460 | 2026-08-29T16:10:15.395Z | Downloaded ingot-macros v0.1.1 |
| 461 | 2026-08-29T16:10:15.395Z | Downloaded indexmap v1.9.3 |
| 462 | 2026-08-29T16:10:15.398Z | Downloaded poly1305 v0.8.0 |
| 463 | 2026-08-29T16:10:15.401Z | Downloaded proc-macro-error v1.0.4 |
| 464 | 2026-08-29T16:10:15.404Z | Downloaded proc-macro-error2 v2.0.1 |
| 465 | 2026-08-29T16:10:15.407Z | Downloaded same-file v1.0.6 |
| 466 | 2026-08-29T16:10:15.407Z | Downloaded flate2 v1.1.2 |
| 467 | 2026-08-29T16:10:15.409Z | Downloaded predicates v3.1.4 |
| 468 | 2026-08-29T16:10:15.412Z | Downloaded scopeguard v1.2.0 |
| 469 | 2026-08-29T16:10:15.412Z | Downloaded parking_lot_core v0.9.12 |
| 470 | 2026-08-29T16:10:15.416Z | Downloaded omicron-zone-package v0.12.2 |
| 471 | 2026-08-29T16:10:15.416Z | Downloaded progenitor v0.10.0 |
| 472 | 2026-08-29T16:10:15.419Z | Downloaded const_format v0.2.34 |
| 473 | 2026-08-29T16:10:15.422Z | Downloaded once_cell v1.21.3 |
| 474 | 2026-08-29T16:10:15.425Z | Downloaded num-integer v0.1.46 |
| 475 | 2026-08-29T16:10:15.425Z | Downloaded progenitor v0.11.1 |
| 476 | 2026-08-29T16:10:15.427Z | Downloaded progenitor-macro v0.11.1 |
| 477 | 2026-08-29T16:10:15.427Z | Downloaded secrecy v0.10.3 |
| 478 | 2026-08-29T16:10:15.431Z | Downloaded scroll_derive v0.13.1 |
| 479 | 2026-08-29T16:10:15.431Z | Downloaded scroll_derive v0.12.1 |
| 480 | 2026-08-29T16:10:15.431Z | Downloaded parking_lot v0.12.5 |
| 481 | 2026-08-29T16:10:15.433Z | Downloaded parse-display-derive v0.10.0 |
| 482 | 2026-08-29T16:10:15.433Z | Downloaded curl v0.4.50 |
| 483 | 2026-08-29T16:10:15.436Z | Downloaded async-compression v0.4.33 |
| 484 | 2026-08-29T16:10:15.440Z | Downloaded search_path v0.1.4 |
| 485 | 2026-08-29T16:10:15.443Z | Downloaded semver v0.1.20 |
| 486 | 2026-08-29T16:10:15.443Z | Downloaded pest_derive v2.8.2 |
| 487 | 2026-08-29T16:10:15.445Z | Downloaded rand_core v0.9.3 |
| 488 | 2026-08-29T16:10:15.448Z | Downloaded quote v1.0.45 |
| 489 | 2026-08-29T16:10:15.448Z | Downloaded crossbeam-channel v0.5.15 |
| 490 | 2026-08-29T16:10:15.453Z | Downloaded serde_repr v0.1.20 |
| 491 | 2026-08-29T16:10:15.455Z | Downloaded serde_urlencoded v0.7.1 |
| 492 | 2026-08-29T16:10:15.455Z | Downloaded serde_spanned v1.1.1 |
| 493 | 2026-08-29T16:10:15.455Z | Downloaded serde-big-array v0.5.1 |
| 494 | 2026-08-29T16:10:15.458Z | Downloaded rand_core v0.6.4 |
| 495 | 2026-08-29T16:10:15.458Z | Downloaded rand_chacha v0.9.0 |
| 496 | 2026-08-29T16:10:15.462Z | Downloaded cc v1.2.64 |
| 497 | 2026-08-29T16:10:15.462Z | Downloaded half v2.7.1 |
| 498 | 2026-08-29T16:10:15.464Z | Downloaded jiff-static v0.2.15 |
| 499 | 2026-08-29T16:10:15.467Z | Downloaded icu_normalizer_data v2.0.0 |
| 500 | 2026-08-29T16:10:15.467Z | Downloaded icu_normalizer v2.0.0 |
| 501 | 2026-08-29T16:10:15.470Z | Downloaded postcard v1.1.3 |
| 502 | 2026-08-29T16:10:15.473Z | Downloaded sha1 v0.10.6 |
| 503 | 2026-08-29T16:10:15.473Z | Downloaded progenitor v0.14.0 |
| 504 | 2026-08-29T16:10:15.475Z | Downloaded resolv-conf v0.7.5 |
| 505 | 2026-08-29T16:10:15.475Z | Downloaded num-rational v0.4.2 |
| 506 | 2026-08-29T16:10:15.478Z | Downloaded chacha20poly1305 v0.10.1 |
| 507 | 2026-08-29T16:10:15.478Z | Downloaded futures v0.3.32 |
| 508 | 2026-08-29T16:10:15.481Z | Downloaded signal-hook-tokio v0.4.0 |
| 509 | 2026-08-29T16:10:15.484Z | Downloaded sha1 v0.11.0 |
| 510 | 2026-08-29T16:10:15.484Z | Downloaded slog-bunyan v2.5.0 |
| 511 | 2026-08-29T16:10:15.487Z | Downloaded hickory-resolver v0.24.4 |
| 512 | 2026-08-29T16:10:15.490Z | Downloaded rustversion v1.0.22 |
| 513 | 2026-08-29T16:10:15.490Z | Downloaded siphasher v1.0.1 |
| 514 | 2026-08-29T16:10:15.493Z | Downloaded darling_core v0.21.3 |
| 515 | 2026-08-29T16:10:15.495Z | Downloaded hickory-resolver v0.25.2 |
| 516 | 2026-08-29T16:10:15.498Z | Downloaded expectorate v1.3.0 |
| 517 | 2026-08-29T16:10:15.501Z | Downloaded scroll v0.13.0 |
| 518 | 2026-08-29T16:10:15.501Z | Downloaded papergrid v0.18.0 |
| 519 | 2026-08-29T16:10:15.504Z | Downloaded smawk v0.3.2 |
| 520 | 2026-08-29T16:10:15.507Z | Downloaded scroll v0.12.0 |
| 521 | 2026-08-29T16:10:15.507Z | Downloaded pest_meta v2.8.2 |
| 522 | 2026-08-29T16:10:15.510Z | Downloaded papergrid v0.11.0 |
| 523 | 2026-08-29T16:10:15.510Z | Downloaded strum v0.26.3 |
| 524 | 2026-08-29T16:10:15.513Z | Downloaded quinn-udp v0.5.14 |
| 525 | 2026-08-29T16:10:15.513Z | Downloaded structmeta-derive v0.3.0 |
| 526 | 2026-08-29T16:10:15.516Z | Downloaded structmeta v0.3.0 |
| 527 | 2026-08-29T16:10:15.516Z | Downloaded icu_collections v2.0.0 |
| 528 | 2026-08-29T16:10:15.519Z | Downloaded miniz_oxide v0.8.9 |
| 529 | 2026-08-29T16:10:15.522Z | Downloaded strsim v0.11.1 |
| 530 | 2026-08-29T16:10:15.522Z | Downloaded stable_deref_trait v1.2.0 |
| 531 | 2026-08-29T16:10:15.525Z | Downloaded serde_tokenstream v0.2.3 |
| 532 | 2026-08-29T16:10:15.525Z | Downloaded serde_path_to_error v0.1.20 |
| 533 | 2026-08-29T16:10:15.525Z | Downloaded schemars_derive v0.8.22 |
| 534 | 2026-08-29T16:10:15.528Z | Downloaded rusty-fork v0.3.0 |
| 535 | 2026-08-29T16:10:15.528Z | Downloaded strum v0.27.2 |
| 536 | 2026-08-29T16:10:15.531Z | Downloaded strum v0.28.0 |
| 537 | 2026-08-29T16:10:15.531Z | Downloaded sync_wrapper v1.0.2 |
| 538 | 2026-08-29T16:10:15.531Z | Downloaded subtle v2.6.1 |
| 539 | 2026-08-29T16:10:15.534Z | Downloaded serde_derive_internals v0.29.1 |
| 540 | 2026-08-29T16:10:15.534Z | Downloaded sigpipe v0.1.3 |
| 541 | 2026-08-29T16:10:15.534Z | Downloaded serde_spanned v0.6.9 |
| 542 | 2026-08-29T16:10:15.537Z | Downloaded serde_plain v1.0.2 |
| 543 | 2026-08-29T16:10:15.537Z | Downloaded shlex v2.0.1 |
| 544 | 2026-08-29T16:10:15.539Z | Downloaded log v0.4.29 |
| 545 | 2026-08-29T16:10:15.539Z | Downloaded crypto-bigint v0.5.5 |
| 546 | 2026-08-29T16:10:15.543Z | Downloaded icu_locale_core v2.0.0 |
| 547 | 2026-08-29T16:10:15.547Z | Downloaded sha2 v0.10.9 |
| 548 | 2026-08-29T16:10:15.550Z | Downloaded ryu v1.0.20 |
| 549 | 2026-08-29T16:10:15.555Z | Downloaded owo-colors v4.3.0 |
| 550 | 2026-08-29T16:10:15.555Z | Downloaded supports-color v3.0.2 |
| 551 | 2026-08-29T16:10:15.555Z | Downloaded tagptr v0.2.0 |
| 552 | 2026-08-29T16:10:15.555Z | Downloaded take_mut v0.2.2 |
| 553 | 2026-08-29T16:10:15.558Z | Downloaded tabled_derive v0.7.0 |
| 554 | 2026-08-29T16:10:15.558Z | Downloaded shlex v1.3.0 |
| 555 | 2026-08-29T16:10:15.558Z | Downloaded tabwriter v1.4.1 |
| 556 | 2026-08-29T16:10:15.560Z | Downloaded terminal_size v0.4.3 |
| 557 | 2026-08-29T16:10:15.560Z | Downloaded termtree v0.5.1 |
| 558 | 2026-08-29T16:10:15.560Z | Downloaded num-traits v0.2.19 |
| 559 | 2026-08-29T16:10:15.563Z | Downloaded slog-async v2.8.0 |
| 560 | 2026-08-29T16:10:15.566Z | Downloaded signal-hook-registry v1.4.6 |
| 561 | 2026-08-29T16:10:15.566Z | Downloaded rustls-pemfile v2.2.0 |
| 562 | 2026-08-29T16:10:15.569Z | Downloaded icu_properties v2.0.1 |
| 563 | 2026-08-29T16:10:15.569Z | Downloaded pin-project-internal v1.1.10 |
| 564 | 2026-08-29T16:10:15.571Z | Downloaded phf v0.12.1 |
| 565 | 2026-08-29T16:10:15.571Z | Downloaded testing_table v0.3.0 |
| 566 | 2026-08-29T16:10:15.571Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 567 | 2026-08-29T16:10:15.574Z | Downloaded smf v0.2.3 |
| 568 | 2026-08-29T16:10:15.574Z | Downloaded snafu-derive v0.8.9 |
| 569 | 2026-08-29T16:10:15.577Z | Downloaded time-core v0.1.8 |
| 570 | 2026-08-29T16:10:15.577Z | Downloaded slab v0.4.11 |
| 571 | 2026-08-29T16:10:15.577Z | Downloaded slog-dtrace v0.3.0 |
| 572 | 2026-08-29T16:10:15.580Z | Downloaded progenitor-impl v0.10.0 |
| 573 | 2026-08-29T16:10:15.580Z | Downloaded slog-term v2.9.2 |
| 574 | 2026-08-29T16:10:15.583Z | Downloaded thread-id v5.0.0 |
| 575 | 2026-08-29T16:10:15.583Z | Downloaded thread-id v4.2.2 |
| 576 | 2026-08-29T16:10:15.585Z | Downloaded slog-json v2.6.1 |
| 577 | 2026-08-29T16:10:15.586Z | Downloaded openssl-sys v0.9.117 |
| 578 | 2026-08-29T16:10:15.589Z | Downloaded tokio-macros v2.7.0 |
| 579 | 2026-08-29T16:10:15.589Z | Downloaded minimal-lexical v0.2.1 |
| 580 | 2026-08-29T16:10:15.592Z | Downloaded memchr v2.7.5 |
| 581 | 2026-08-29T16:10:15.594Z | Downloaded static_assertions v1.1.0 |
| 582 | 2026-08-29T16:10:15.597Z | Downloaded strum_macros v0.27.2 |
| 583 | 2026-08-29T16:10:15.597Z | Downloaded strum_macros v0.26.4 |
| 584 | 2026-08-29T16:10:15.600Z | Downloaded pin-project v1.1.10 |
| 585 | 2026-08-29T16:10:15.605Z | Downloaded swrite v0.1.0 |
| 586 | 2026-08-29T16:10:15.608Z | Downloaded strum_macros v0.28.0 |
| 587 | 2026-08-29T16:10:15.608Z | Downloaded tinyvec_macros v0.1.1 |
| 588 | 2026-08-29T16:10:15.608Z | Downloaded pest_generator v2.8.2 |
| 589 | 2026-08-29T16:10:15.611Z | Downloaded pem v3.0.5 |
| 590 | 2026-08-29T16:10:15.611Z | Downloaded proc-macro-error-attr v1.0.4 |
| 591 | 2026-08-29T16:10:15.613Z | Downloaded proc-macro-crate v1.3.1 |
| 592 | 2026-08-29T16:10:15.613Z | Downloaded num_enum v0.5.11 |
| 593 | 2026-08-29T16:10:15.616Z | Downloaded toml_datetime v0.6.11 |
| 594 | 2026-08-29T16:10:15.616Z | Downloaded prettyplease v0.2.37 |
| 595 | 2026-08-29T16:10:15.619Z | Downloaded getrandom v0.3.3 |
| 596 | 2026-08-29T16:10:15.621Z | Downloaded schemars v0.8.22 |
| 597 | 2026-08-29T16:10:15.627Z | Downloaded synstructure v0.13.2 |
| 598 | 2026-08-29T16:10:15.629Z | Downloaded serde_with_macros v3.14.1 |
| 599 | 2026-08-29T16:10:15.629Z | Downloaded num-complex v0.4.6 |
| 600 | 2026-08-29T16:10:15.632Z | Downloaded topological-sort v0.2.2 |
| 601 | 2026-08-29T16:10:15.632Z | Downloaded tower-service v0.3.3 |
| 602 | 2026-08-29T16:10:15.632Z | Downloaded thiserror v1.0.69 |
| 603 | 2026-08-29T16:10:15.635Z | Downloaded smallvec v1.15.1 |
| 604 | 2026-08-29T16:10:15.639Z | Downloaded try-lock v0.2.5 |
| 605 | 2026-08-29T16:10:15.639Z | Downloaded progenitor-impl v0.14.0 |
| 606 | 2026-08-29T16:10:15.642Z | Downloaded progenitor-impl v0.11.1 |
| 607 | 2026-08-29T16:10:15.642Z | Downloaded thread_local v1.1.9 |
| 608 | 2026-08-29T16:10:15.645Z | Downloaded thiserror-no-std v2.0.2 |
| 609 | 2026-08-29T16:10:15.645Z | Downloaded hashbrown v0.12.3 |
| 610 | 2026-08-29T16:10:15.648Z | Downloaded typify-macro v0.6.2 |
| 611 | 2026-08-29T16:10:15.648Z | Downloaded semver v1.0.28 |
| 612 | 2026-08-29T16:10:15.651Z | Downloaded thiserror-impl v2.0.18 |
| 613 | 2026-08-29T16:10:15.651Z | Downloaded thiserror-impl v1.0.69 |
| 614 | 2026-08-29T16:10:15.654Z | Downloaded thiserror v2.0.18 |
| 615 | 2026-08-29T16:10:15.656Z | Downloaded rustls-pki-types v1.12.0 |
| 616 | 2026-08-29T16:10:15.659Z | Downloaded proc-macro2 v1.0.106 |
| 617 | 2026-08-29T16:10:15.659Z | Downloaded tokio-native-tls v0.3.1 |
| 618 | 2026-08-29T16:10:15.662Z | Downloaded time-macros v0.2.27 |
| 619 | 2026-08-29T16:10:15.662Z | Downloaded unarray v0.1.4 |
| 620 | 2026-08-29T16:10:15.662Z | Downloaded untrusted v0.7.1 |
| 621 | 2026-08-29T16:10:15.666Z | Downloaded typify-macro v0.4.3 |
| 622 | 2026-08-29T16:10:15.666Z | Downloaded spin v0.9.8 |
| 623 | 2026-08-29T16:10:15.666Z | Downloaded tokio-dtrace v0.1.1 |
| 624 | 2026-08-29T16:10:15.669Z | Downloaded tinystr v0.8.1 |
| 625 | 2026-08-29T16:10:15.669Z | Downloaded hyper-util v0.1.20 |
| 626 | 2026-08-29T16:10:15.671Z | Downloaded http v1.4.2 |
| 627 | 2026-08-29T16:10:15.674Z | Downloaded tokio-rustls v0.25.0 |
| 628 | 2026-08-29T16:10:15.677Z | Downloaded rayon-core v1.13.0 |
| 629 | 2026-08-29T16:10:15.677Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 630 | 2026-08-29T16:10:15.680Z | Downloaded unicode-linebreak v0.1.5 |
| 631 | 2026-08-29T16:10:15.680Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 632 | 2026-08-29T16:10:15.680Z | Downloaded usdt v0.5.0 |
| 633 | 2026-08-29T16:10:15.683Z | Downloaded untrusted v0.9.0 |
| 634 | 2026-08-29T16:10:15.683Z | Downloaded serde_core v1.0.228 |
| 635 | 2026-08-29T16:10:15.683Z | Downloaded utf8_iter v1.0.4 |
| 636 | 2026-08-29T16:10:15.686Z | Downloaded usdt v0.6.0 |
| 637 | 2026-08-29T16:10:15.686Z | Downloaded indexmap v2.14.0 |
| 638 | 2026-08-29T16:10:15.689Z | Downloaded unicode-xid v0.2.6 |
| 639 | 2026-08-29T16:10:15.689Z | Downloaded tower-layer v0.3.3 |
| 640 | 2026-08-29T16:10:15.689Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 641 | 2026-08-29T16:10:15.692Z | Downloaded toml_write v0.1.2 |
| 642 | 2026-08-29T16:10:15.692Z | Downloaded libloading v0.8.9 |
| 643 | 2026-08-29T16:10:15.694Z | Downloaded console v0.16.4 |
| 644 | 2026-08-29T16:10:15.694Z | Downloaded ciborium v0.2.2 |
| 645 | 2026-08-29T16:10:15.698Z | Downloaded schemars v0.9.0 |
| 646 | 2026-08-29T16:10:15.701Z | Downloaded serde_yaml v0.9.34+deprecated |
| 647 | 2026-08-29T16:10:15.704Z | Downloaded usdt-macro v0.6.0 |
| 648 | 2026-08-29T16:10:15.704Z | Downloaded term v1.2.0 |
| 649 | 2026-08-29T16:10:15.707Z | Downloaded usdt-attr-macro v0.5.0 |
| 650 | 2026-08-29T16:10:15.707Z | Downloaded tempfile v3.27.0 |
| 651 | 2026-08-29T16:10:15.710Z | Downloaded version_check v0.9.5 |
| 652 | 2026-08-29T16:10:15.710Z | Downloaded utf8parse v0.2.2 |
| 653 | 2026-08-29T16:10:15.712Z | Downloaded camino v1.2.3 |
| 654 | 2026-08-29T16:10:15.712Z | Downloaded want v0.3.1 |
| 655 | 2026-08-29T16:10:15.712Z | Downloaded wait-timeout v0.2.1 |
| 656 | 2026-08-29T16:10:15.715Z | Downloaded newtype_derive v0.1.6 |
| 657 | 2026-08-29T16:10:15.715Z | Downloaded jobserver v0.1.34 |
| 658 | 2026-08-29T16:10:15.716Z | Downloaded ingot-types v0.1.2 |
| 659 | 2026-08-29T16:10:15.719Z | Downloaded const_format_proc_macros v0.2.34 |
| 660 | 2026-08-29T16:10:15.719Z | Downloaded colored v3.1.1 |
| 661 | 2026-08-29T16:10:15.721Z | Downloaded clang-sys v1.8.1 |
| 662 | 2026-08-29T16:10:15.721Z | Downloaded similar v2.7.0 |
| 663 | 2026-08-29T16:10:15.724Z | Downloaded signal-hook v0.4.4 |
| 664 | 2026-08-29T16:10:15.727Z | Downloaded byteorder v1.5.0 |
| 665 | 2026-08-29T16:10:15.727Z | Downloaded anstyle v1.0.14 |
| 666 | 2026-08-29T16:10:15.730Z | Downloaded waitgroup v0.1.2 |
| 667 | 2026-08-29T16:10:15.730Z | Downloaded bit-vec v0.8.0 |
| 668 | 2026-08-29T16:10:15.730Z | Downloaded socket2 v0.6.4 |
| 669 | 2026-08-29T16:10:15.732Z | Downloaded bitflags v2.11.1 |
| 670 | 2026-08-29T16:10:15.735Z | Downloaded xattr v1.6.1 |
| 671 | 2026-08-29T16:10:15.735Z | Downloaded quinn v0.11.9 |
| 672 | 2026-08-29T16:10:15.738Z | Downloaded digest v0.11.3 |
| 673 | 2026-08-29T16:10:15.738Z | Downloaded digest v0.10.7 |
| 674 | 2026-08-29T16:10:15.741Z | Downloaded blake2 v0.10.6 |
| 675 | 2026-08-29T16:10:15.741Z | Downloaded qorb v0.4.1 |
| 676 | 2026-08-29T16:10:15.745Z | Downloaded mio v1.2.1 |
| 677 | 2026-08-29T16:10:15.775Z | Downloaded universal-hash v0.5.1 |
| 678 | 2026-08-29T16:10:15.775Z | Downloaded serde_derive v1.0.228 |
| 679 | 2026-08-29T16:10:15.775Z | Downloaded tokio-stream v0.1.17 |
| 680 | 2026-08-29T16:10:15.775Z | Downloaded zeroize_derive v1.4.3 |
| 681 | 2026-08-29T16:10:15.775Z | Downloaded tokio-rustls v0.26.4 |
| 682 | 2026-08-29T16:10:15.775Z | Downloaded zerofrom-derive v0.1.6 |
| 683 | 2026-08-29T16:10:15.776Z | Downloaded deranged v0.5.3 |
| 684 | 2026-08-29T16:10:15.776Z | Downloaded camino-tempfile v1.4.1 |
| 685 | 2026-08-29T16:10:15.776Z | Downloaded foreign-types v0.3.2 |
| 686 | 2026-08-29T16:10:15.776Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 687 | 2026-08-29T16:10:15.776Z | Downloaded toml v0.8.23 |
| 688 | 2026-08-29T16:10:15.776Z | Downloaded dtrace-parser v0.2.0 |
| 689 | 2026-08-29T16:10:15.776Z | Downloaded cipher v0.4.4 |
| 690 | 2026-08-29T16:10:15.776Z | Downloaded float-cmp v0.10.0 |
| 691 | 2026-08-29T16:10:15.776Z | Downloaded usdt-attr-macro v0.6.0 |
| 692 | 2026-08-29T16:10:15.776Z | Downloaded foreign-types-shared v0.1.1 |
| 693 | 2026-08-29T16:10:15.776Z | Downloaded zerofrom v0.1.6 |
| 694 | 2026-08-29T16:10:15.776Z | Downloaded yoke-derive v0.8.0 |
| 695 | 2026-08-29T16:10:15.776Z | Downloaded dtrace-parser v0.3.0 |
| 696 | 2026-08-29T16:10:15.776Z | Downloaded compression-core v0.4.32 |
| 697 | 2026-08-29T16:10:15.776Z | Downloaded zone v0.3.1 |
| 698 | 2026-08-29T16:10:15.777Z | Downloaded futures-task v0.3.32 |
| 699 | 2026-08-29T16:10:15.777Z | Downloaded crucible-workspace-hack v0.1.0 |
| 700 | 2026-08-29T16:10:15.777Z | Downloaded darling_macro v0.21.3 |
| 701 | 2026-08-29T16:10:15.777Z | Downloaded convert_case v0.4.0 |
| 702 | 2026-08-29T16:10:15.777Z | Downloaded bitflags v1.3.2 |
| 703 | 2026-08-29T16:10:15.777Z | Downloaded cfg-if v1.0.4 |
| 704 | 2026-08-29T16:10:15.777Z | Downloaded ciborium-ll v0.2.2 |
| 705 | 2026-08-29T16:10:15.777Z | Downloaded futures-sink v0.3.32 |
| 706 | 2026-08-29T16:10:15.777Z | Downloaded usdt-macro v0.5.0 |
| 707 | 2026-08-29T16:10:15.777Z | Downloaded foldhash v0.1.5 |
| 708 | 2026-08-29T16:10:15.780Z | Downloaded async-trait v0.1.89 |
| 709 | 2026-08-29T16:10:15.780Z | Downloaded walkdir v2.5.0 |
| 710 | 2026-08-29T16:10:15.780Z | Downloaded usdt-impl v0.6.0 |
| 711 | 2026-08-29T16:10:15.780Z | Downloaded block-buffer v0.10.4 |
| 712 | 2026-08-29T16:10:15.780Z | Downloaded bcs v0.1.6 |
| 713 | 2026-08-29T16:10:15.784Z | Downloaded nom v7.1.3 |
| 714 | 2026-08-29T16:10:15.784Z | Downloaded base64ct v1.8.0 |
| 715 | 2026-08-29T16:10:15.787Z | Downloaded backoff v0.4.0 |
| 716 | 2026-08-29T16:10:15.787Z | Downloaded difflib v0.4.0 |
| 717 | 2026-08-29T16:10:15.787Z | Downloaded argon2 v0.5.3 |
| 718 | 2026-08-29T16:10:15.790Z | Downloaded allocator-api2 v0.2.21 |
| 719 | 2026-08-29T16:10:15.790Z | Downloaded async-stream v0.3.6 |
| 720 | 2026-08-29T16:10:15.792Z | Downloaded usdt-impl v0.5.0 |
| 721 | 2026-08-29T16:10:15.792Z | Downloaded zone_cfg_derive v0.3.1 |
| 722 | 2026-08-29T16:10:15.793Z | Downloaded whoami v1.6.1 |
| 723 | 2026-08-29T16:10:15.795Z | Downloaded vsss-rs v3.3.4 |
| 724 | 2026-08-29T16:10:15.795Z | Downloaded schemars v1.2.0 |
| 725 | 2026-08-29T16:10:15.802Z | Downloaded textwrap v0.16.2 |
| 726 | 2026-08-29T16:10:15.805Z | Downloaded scuffle v0.1.0 |
| 727 | 2026-08-29T16:10:15.807Z | Downloaded slog v2.8.2 |
| 728 | 2026-08-29T16:10:15.810Z | Downloaded serde v1.0.228 |
| 729 | 2026-08-29T16:10:15.810Z | Downloaded tracing-attributes v0.1.30 |
| 730 | 2026-08-29T16:10:15.813Z | Downloaded test-strategy v0.4.3 |
| 731 | 2026-08-29T16:10:15.813Z | Downloaded zerovec-derive v0.11.1 |
| 732 | 2026-08-29T16:10:15.816Z | Downloaded zeroize v1.8.1 |
| 733 | 2026-08-29T16:10:15.816Z | Downloaded enum-as-inner v0.6.1 |
| 734 | 2026-08-29T16:10:15.816Z | Downloaded cargo-platform v0.1.9 |
| 735 | 2026-08-29T16:10:15.818Z | Downloaded anstyle-query v1.1.4 |
| 736 | 2026-08-29T16:10:15.818Z | Downloaded dof v0.3.0 |
| 737 | 2026-08-29T16:10:15.818Z | Downloaded writeable v0.6.1 |
| 738 | 2026-08-29T16:10:15.821Z | Downloaded anstyle-parse v1.0.0 |
| 739 | 2026-08-29T16:10:15.821Z | Downloaded tinyvec v1.10.0 |
| 740 | 2026-08-29T16:10:15.824Z | Downloaded rand v0.8.5 |
| 741 | 2026-08-29T16:10:15.824Z | Downloaded iri-string v0.7.8 |
| 742 | 2026-08-29T16:10:15.827Z | Downloaded yoke v0.8.0 |
| 743 | 2026-08-29T16:10:15.830Z | Downloaded idna v1.1.0 |
| 744 | 2026-08-29T16:10:15.833Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 745 | 2026-08-29T16:10:15.833Z | Downloaded vergen v8.3.2 |
| 746 | 2026-08-29T16:10:15.835Z | Downloaded hashbrown v0.15.5 |
| 747 | 2026-08-29T16:10:15.838Z | Downloaded dropshot-api-manager v0.7.2 |
| 748 | 2026-08-29T16:10:15.841Z | Downloaded iddqd v0.3.18 |
| 749 | 2026-08-29T16:10:15.843Z | Downloaded aho-corasick v1.1.3 |
| 750 | 2026-08-29T16:10:15.846Z | Downloaded ucd-trie v0.1.7 |
| 751 | 2026-08-29T16:10:15.849Z | Downloaded rustls-webpki v0.103.6 |
| 752 | 2026-08-29T16:10:15.853Z | Downloaded pest v2.8.2 |
| 753 | 2026-08-29T16:10:15.858Z | Downloaded tar v0.4.45 |
| 754 | 2026-08-29T16:10:15.860Z | Downloaded zerocopy-derive v0.7.35 |
| 755 | 2026-08-29T16:10:15.863Z | Downloaded hyper v1.10.1 |
| 756 | 2026-08-29T16:10:15.867Z | Downloaded icu_properties_data v2.0.1 |
| 757 | 2026-08-29T16:10:15.871Z | Downloaded typify v0.6.2 |
| 758 | 2026-08-29T16:10:15.874Z | Downloaded typify v0.4.3 |
| 759 | 2026-08-29T16:10:15.877Z | Downloaded toml_edit v0.22.27 |
| 760 | 2026-08-29T16:10:15.881Z | Downloaded snafu v0.8.9 |
| 761 | 2026-08-29T16:10:15.884Z | Downloaded hashbrown v0.17.1 |
| 762 | 2026-08-29T16:10:15.886Z | Downloaded unsafe-libyaml v0.2.11 |
| 763 | 2026-08-29T16:10:15.886Z | Downloaded hkdf v0.12.4 |
| 764 | 2026-08-29T16:10:15.889Z | Downloaded toml v0.7.8 |
| 765 | 2026-08-29T16:10:15.889Z | Downloaded itertools v0.14.0 |
| 766 | 2026-08-29T16:10:15.893Z | Downloaded unicode-ident v1.0.24 |
| 767 | 2026-08-29T16:10:15.896Z | Downloaded rand v0.9.3 |
| 768 | 2026-08-29T16:10:15.899Z | Downloaded steno v0.4.1 |
| 769 | 2026-08-29T16:10:15.899Z | Downloaded zmij v1.0.17 |
| 770 | 2026-08-29T16:10:15.901Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 771 | 2026-08-29T16:10:15.905Z | Downloaded itertools v0.12.1 |
| 772 | 2026-08-29T16:10:15.912Z | Downloaded uuid v1.23.3 |
| 773 | 2026-08-29T16:10:15.915Z | Downloaded similar v3.2.0 |
| 774 | 2026-08-29T16:10:15.918Z | Downloaded tracing-core v0.1.34 |
| 775 | 2026-08-29T16:10:15.918Z | Downloaded libm v0.2.15 |
| 776 | 2026-08-29T16:10:15.923Z | Downloaded clap_builder v4.6.0 |
| 777 | 2026-08-29T16:10:15.927Z | Downloaded goblin v0.8.2 |
| 778 | 2026-08-29T16:10:15.930Z | Downloaded tracing v0.1.41 |
| 779 | 2026-08-29T16:10:15.933Z | Downloaded itertools v0.15.0 |
| 780 | 2026-08-29T16:10:15.936Z | Downloaded futures-util v0.3.32 |
| 781 | 2026-08-29T16:10:15.943Z | Downloaded h2 v0.4.14 |
| 782 | 2026-08-29T16:10:15.954Z | Downloaded toml_edit v0.19.15 |
| 783 | 2026-08-29T16:10:15.982Z | Downloaded tower v0.5.2 |
| 784 | 2026-08-29T16:10:15.988Z | Downloaded blake3 v1.8.2 |
| 785 | 2026-08-29T16:10:15.996Z | Downloaded url v2.5.7 |
| 786 | 2026-08-29T16:10:15.999Z | Downloaded rayon v1.11.0 |
| 787 | 2026-08-29T16:10:15.999Z | Downloaded zerotrie v0.2.2 |
| 788 | 2026-08-29T16:10:16.002Z | Downloaded iddqd v0.4.5 |
| 789 | 2026-08-29T16:10:16.009Z | Downloaded typenum v1.20.1 |
| 790 | 2026-08-29T16:10:16.018Z | Downloaded serde_json v1.0.150 |
| 791 | 2026-08-29T16:10:16.025Z | Downloaded git2 v0.19.0 |
| 792 | 2026-08-29T16:10:16.030Z | Downloaded tower-http v0.6.8 |
| 793 | 2026-08-29T16:10:16.034Z | Downloaded regex v1.12.4 |
| 794 | 2026-08-29T16:10:16.037Z | Downloaded zerocopy-derive v0.8.27 |
| 795 | 2026-08-29T16:10:16.040Z | Downloaded reqwest v0.13.2 |
| 796 | 2026-08-29T16:10:16.043Z | Downloaded reqwest v0.12.23 |
| 797 | 2026-08-29T16:10:16.046Z | Downloaded goblin v0.10.1 |
| 798 | 2026-08-29T16:10:16.050Z | Downloaded aws-lc-rs v1.16.2 |
| 799 | 2026-08-29T16:10:16.055Z | Downloaded typed-path v0.9.3 |
| 800 | 2026-08-29T16:10:16.058Z | Downloaded rustls-webpki v0.102.8 |
| 801 | 2026-08-29T16:10:16.068Z | Downloaded unicode-segmentation v1.12.0 |
| 802 | 2026-08-29T16:10:16.070Z | Downloaded tokio-util v0.7.16 |
| 803 | 2026-08-29T16:10:16.078Z | Downloaded chrono v0.4.45 |
| 804 | 2026-08-29T16:10:16.087Z | Downloaded bindgen v0.72.1 |
| 805 | 2026-08-29T16:10:16.096Z | Downloaded unicode-normalization v0.1.24 |
| 806 | 2026-08-29T16:10:16.105Z | Downloaded tough v0.20.0 |
| 807 | 2026-08-29T16:10:16.112Z | Downloaded moka v0.12.11 |
| 808 | 2026-08-29T16:10:16.118Z | Downloaded proptest v1.8.0 |
| 809 | 2026-08-29T16:10:16.123Z | Downloaded quinn-proto v0.11.14 |
| 810 | 2026-08-29T16:10:16.126Z | Downloaded zerovec v0.11.4 |
| 811 | 2026-08-29T16:10:16.129Z | Downloaded portable-atomic v1.11.1 |
| 812 | 2026-08-29T16:10:16.146Z | Downloaded tabled v0.15.0 |
| 813 | 2026-08-29T16:10:16.172Z | Downloaded winnow v0.5.40 |
| 814 | 2026-08-29T16:10:16.176Z | Downloaded time v0.3.47 |
| 815 | 2026-08-29T16:10:16.182Z | Downloaded dropshot v0.17.1 |
| 816 | 2026-08-29T16:10:16.194Z | Downloaded zerocopy v0.7.35 |
| 817 | 2026-08-29T16:10:16.202Z | Downloaded tabled v0.21.0 |
| 818 | 2026-08-29T16:10:16.211Z | Downloaded zerocopy v0.8.27 |
| 819 | 2026-08-29T16:10:16.223Z | Downloaded winnow v1.0.3 |
| 820 | 2026-08-29T16:10:16.227Z | Downloaded dropshot v0.16.7 |
| 821 | 2026-08-29T16:10:16.239Z | Downloaded unicode-width v0.2.1 |
| 822 | 2026-08-29T16:10:16.242Z | Downloaded rustls v0.22.4 |
| 823 | 2026-08-29T16:10:16.249Z | Downloaded syn v2.0.118 |
| 824 | 2026-08-29T16:10:16.254Z | Downloaded regex-syntax v0.8.11 |
| 825 | 2026-08-29T16:10:16.258Z | Downloaded bstr v1.12.0 |
| 826 | 2026-08-29T16:10:16.263Z | Downloaded regress v0.10.5 |
| 827 | 2026-08-29T16:10:16.268Z | Downloaded hickory-proto v0.24.4 |
| 828 | 2026-08-29T16:10:16.276Z | Downloaded openapiv3 v2.2.0 |
| 829 | 2026-08-29T16:10:16.284Z | Downloaded smoltcp v0.11.0 |
| 830 | 2026-08-29T16:10:16.290Z | Downloaded syn v1.0.109 |
| 831 | 2026-08-29T16:10:16.295Z | Downloaded rustix v1.1.4 |
| 832 | 2026-08-29T16:10:16.309Z | Downloaded unicode-width v0.1.14 |
| 833 | 2026-08-29T16:10:16.312Z | Downloaded nix v0.31.3 |
| 834 | 2026-08-29T16:10:16.319Z | Downloaded webpki-roots v1.0.2 |
| 835 | 2026-08-29T16:10:16.321Z | Downloaded openssl v0.10.81 |
| 836 | 2026-08-29T16:10:16.326Z | Downloaded nix v0.30.1 |
| 837 | 2026-08-29T16:10:16.334Z | Downloaded winnow v0.7.14 |
| 838 | 2026-08-29T16:10:16.338Z | Downloaded hickory-proto v0.25.2 |
| 839 | 2026-08-29T16:10:16.347Z | Downloaded regress v0.11.1 |
| 840 | 2026-08-29T16:10:16.351Z | Downloaded vcpkg v0.2.15 |
| 841 | 2026-08-29T16:10:16.373Z | Downloaded rustix v0.38.44 |
| 842 | 2026-08-29T16:10:16.385Z | Downloaded rustls v0.23.40 |
| 843 | 2026-08-29T16:10:16.392Z | Downloaded curve25519-dalek v4.1.3 |
| 844 | 2026-08-29T16:10:16.396Z | Downloaded serde_with v3.14.1 |
| 845 | 2026-08-29T16:10:16.443Z | Downloaded petgraph v0.8.2 |
| 846 | 2026-08-29T16:10:16.466Z | Downloaded libz-sys v1.1.22 |
| 847 | 2026-08-29T16:10:16.478Z | Downloaded typify-impl v0.6.2 |
| 848 | 2026-08-29T16:10:16.495Z | Downloaded tokio v1.52.3 |
| 849 | 2026-08-29T16:10:16.517Z | Downloaded typify-impl v0.4.3 |
| 850 | 2026-08-29T16:10:16.568Z | Downloaded encoding_rs v0.8.35 |
| 851 | 2026-08-29T16:10:16.581Z | Downloaded regex-automata v0.4.13 |
| 852 | 2026-08-29T16:10:16.590Z | Downloaded ring v0.17.14 |
| 853 | 2026-08-29T16:10:16.614Z | Downloaded jiff v0.2.15 |
| 854 | 2026-08-29T16:10:16.624Z | Downloaded petgraph v0.6.5 |
| 855 | 2026-08-29T16:10:16.634Z | Downloaded chrono-tz v0.10.4 |
| 856 | 2026-08-29T16:10:16.665Z | Downloaded libc v0.2.186 |
| 857 | 2026-08-29T16:10:16.691Z | Downloaded sha3 v0.10.8 |
| 858 | 2026-08-29T16:10:16.694Z | Downloaded csv v1.4.0 |
| 859 | 2026-08-29T16:10:16.841Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 860 | 2026-08-29T16:10:16.872Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 861 | 2026-08-29T16:10:17.393Z | Downloaded aws-lc-sys v0.39.1 |
| 862 | 2026-08-29T16:10:17.714Z | Compiling proc-macro2 v1.0.106 |
| 863 | 2026-08-29T16:10:17.714Z | Compiling quote v1.0.45 |
| 864 | 2026-08-29T16:10:17.714Z | Compiling unicode-ident v1.0.24 |
| 865 | 2026-08-29T16:10:17.717Z | Compiling serde_core v1.0.228 |
| 866 | 2026-08-29T16:10:17.717Z | Compiling serde v1.0.228 |
| 867 | 2026-08-29T16:10:17.717Z | Compiling libc v0.2.186 |
| 868 | 2026-08-29T16:10:17.717Z | Checking cfg-if v1.0.4 |
| 869 | 2026-08-29T16:10:17.981Z | Compiling zmij v1.0.17 |
| 870 | 2026-08-29T16:10:18.037Z | Compiling autocfg v1.5.0 |
| 871 | 2026-08-29T16:10:18.378Z | Compiling memchr v2.7.5 |
| 872 | 2026-08-29T16:10:18.378Z | Compiling libm v0.2.15 |
| 873 | 2026-08-29T16:10:18.689Z | Compiling getrandom v0.4.2 |
| 874 | 2026-08-29T16:10:18.814Z | Compiling jobserver v0.1.34 |
| 875 | 2026-08-29T16:10:18.828Z | Compiling shlex v2.0.1 |
| 876 | 2026-08-29T16:10:18.865Z | Compiling find-msvc-tools v0.1.9 |
| 877 | 2026-08-29T16:10:18.928Z | Compiling version_check v0.9.5 |
| 878 | 2026-08-29T16:10:18.970Z | Checking smallvec v1.15.1 |
| 879 | 2026-08-29T16:10:19.095Z | Compiling cc v1.2.64 |
| 880 | 2026-08-29T16:10:19.123Z | Compiling thiserror v2.0.18 |
| 881 | 2026-08-29T16:10:19.145Z | Checking itoa v1.0.15 |
| 882 | 2026-08-29T16:10:19.176Z | Compiling syn v2.0.118 |
| 883 | 2026-08-29T16:10:19.198Z | Compiling icu_properties_data v2.0.1 |
| 884 | 2026-08-29T16:10:19.244Z | Compiling icu_normalizer_data v2.0.0 |
| 885 | 2026-08-29T16:10:19.392Z | Compiling parking_lot_core v0.9.12 |
| 886 | 2026-08-29T16:10:19.442Z | Checking stable_deref_trait v1.2.0 |
| 887 | 2026-08-29T16:10:19.498Z | Compiling serde_json v1.0.150 |
| 888 | 2026-08-29T16:10:19.670Z | Compiling heck v0.5.0 |
| 889 | 2026-08-29T16:10:19.872Z | Checking litemap v0.8.0 |
| 890 | 2026-08-29T16:10:19.920Z | Checking writeable v0.6.1 |
| 891 | 2026-08-29T16:10:20.071Z | Compiling num-traits v0.2.19 |
| 892 | 2026-08-29T16:10:20.074Z | Checking percent-encoding v2.3.2 |
| 893 | 2026-08-29T16:10:20.312Z | Checking form_urlencoded v1.2.2 |
| 894 | 2026-08-29T16:10:20.380Z | Checking utf8_iter v1.0.4 |
| 895 | 2026-08-29T16:10:20.433Z | Compiling zerocopy v0.8.27 |
| 896 | 2026-08-29T16:10:20.459Z | Checking pin-project-lite v0.2.16 |
| 897 | 2026-08-29T16:10:20.480Z | Compiling log v0.4.29 |
| 898 | 2026-08-29T16:10:20.498Z | Compiling equivalent v1.0.2 |
| 899 | 2026-08-29T16:10:20.545Z | Compiling semver v1.0.28 |
| 900 | 2026-08-29T16:10:20.562Z | Checking iana-time-zone v0.1.64 |
| 901 | 2026-08-29T16:10:20.583Z | Compiling rustversion v1.0.22 |
| 902 | 2026-08-29T16:10:20.657Z | Checking getrandom v0.2.16 |
| 903 | 2026-08-29T16:10:20.675Z | Checking socket2 v0.6.4 |
| 904 | 2026-08-29T16:10:20.800Z | Checking uuid v1.23.3 |
| 905 | 2026-08-29T16:10:20.852Z | Checking scopeguard v1.2.0 |
| 906 | 2026-08-29T16:10:20.975Z | Checking lock_api v0.4.14 |
| 907 | 2026-08-29T16:10:21.104Z | Checking bitflags v2.11.1 |
| 908 | 2026-08-29T16:10:21.123Z | Checking signal-hook-registry v1.4.6 |
| 909 | 2026-08-29T16:10:21.126Z | Checking mio v1.2.1 |
| 910 | 2026-08-29T16:10:21.206Z | Checking parking_lot v0.12.5 |
| 911 | 2026-08-29T16:10:21.270Z | Compiling schemars v0.8.22 |
| 912 | 2026-08-29T16:10:21.369Z | Checking dyn-clone v1.0.20 |
| 913 | 2026-08-29T16:10:21.418Z | Compiling portable-atomic v1.11.1 |
| 914 | 2026-08-29T16:10:21.468Z | Checking futures-core v0.3.32 |
| 915 | 2026-08-29T16:10:21.535Z | Compiling ring v0.17.14 |
| 916 | 2026-08-29T16:10:21.568Z | Checking critical-section v1.2.0 |
| 917 | 2026-08-29T16:10:21.586Z | Compiling hashbrown v0.17.1 |
| 918 | 2026-08-29T16:10:21.668Z | Compiling httparse v1.10.1 |
| 919 | 2026-08-29T16:10:21.730Z | Checking futures-sink v0.3.32 |
| 920 | 2026-08-29T16:10:21.791Z | Checking subtle v2.6.1 |
| 921 | 2026-08-29T16:10:21.833Z | Compiling regex-syntax v0.8.11 |
| 922 | 2026-08-29T16:10:22.051Z | Compiling synstructure v0.13.2 |
| 923 | 2026-08-29T16:10:22.068Z | Compiling serde_derive_internals v0.29.1 |
| 924 | 2026-08-29T16:10:22.353Z | Checking once_cell v1.21.3 |
| 925 | 2026-08-29T16:10:22.371Z | Compiling indexmap v2.14.0 |
| 926 | 2026-08-29T16:10:22.573Z | Checking slab v0.4.11 |
| 927 | 2026-08-29T16:10:22.784Z | Compiling aho-corasick v1.1.3 |
| 928 | 2026-08-29T16:10:22.837Z | Compiling thiserror v1.0.69 |
| 929 | 2026-08-29T16:10:22.863Z | Compiling rustix v1.1.4 |
| 930 | 2026-08-29T16:10:22.940Z | Checking rand_core v0.6.4 |
| 931 | 2026-08-29T16:10:23.108Z | Checking typenum v1.20.1 |
| 932 | 2026-08-29T16:10:23.290Z | Compiling serde_derive v1.0.228 |
| 933 | 2026-08-29T16:10:23.323Z | Compiling zerofrom-derive v0.1.6 |
| 934 | 2026-08-29T16:10:23.438Z | Compiling yoke-derive v0.8.0 |
| 935 | 2026-08-29T16:10:23.474Z | Compiling zerovec-derive v0.11.1 |
| 936 | 2026-08-29T16:10:23.936Z | Compiling displaydoc v0.2.5 |
| 937 | 2026-08-29T16:10:23.953Z | Compiling thiserror-impl v2.0.18 |
| 938 | 2026-08-29T16:10:24.204Z | Compiling schemars_derive v0.8.22 |
| 939 | 2026-08-29T16:10:24.440Z | Compiling tokio-macros v2.7.0 |
| 940 | 2026-08-29T16:10:24.507Z | Checking zerofrom v0.1.6 |
| 941 | 2026-08-29T16:10:24.524Z | Compiling zerocopy-derive v0.8.27 |
| 942 | 2026-08-29T16:10:24.629Z | Checking yoke v0.8.0 |
| 943 | 2026-08-29T16:10:24.653Z | Compiling futures-macro v0.3.32 |
| 944 | 2026-08-29T16:10:24.837Z | Checking zerovec v0.11.4 |
| 945 | 2026-08-29T16:10:25.193Z | Checking zerotrie v0.2.2 |
| 946 | 2026-08-29T16:10:25.398Z | Compiling zeroize_derive v1.4.3 |
| 947 | 2026-08-29T16:10:25.416Z | Compiling regex-automata v0.4.13 |
| 948 | 2026-08-29T16:10:25.439Z | Compiling thiserror-impl v1.0.69 |
| 949 | 2026-08-29T16:10:25.556Z | Checking tinystr v0.8.1 |
| 950 | 2026-08-29T16:10:25.735Z | Checking icu_locale_core v2.0.0 |
| 951 | 2026-08-29T16:10:25.752Z | Checking potential_utf v0.1.3 |
| 952 | 2026-08-29T16:10:25.881Z | Checking icu_collections v2.0.0 |
| 953 | 2026-08-29T16:10:26.069Z | Checking zeroize v1.8.1 |
| 954 | 2026-08-29T16:10:26.194Z | Checking icu_provider v2.0.0 |
| 955 | 2026-08-29T16:10:26.215Z | Checking futures-channel v0.3.32 |
| 956 | 2026-08-29T16:10:26.315Z | Checking bytes v1.12.0 |
| 957 | 2026-08-29T16:10:26.338Z | Checking chrono v0.4.45 |
| 958 | 2026-08-29T16:10:26.403Z | Compiling ucd-trie v0.1.7 |
| 959 | 2026-08-29T16:10:26.432Z | Checking icu_properties v2.0.1 |
| 960 | 2026-08-29T16:10:26.541Z | Checking icu_normalizer v2.0.0 |
| 961 | 2026-08-29T16:10:26.631Z | Compiling serde_tokenstream v0.2.3 |
| 962 | 2026-08-29T16:10:26.746Z | Checking tokio v1.52.3 |
| 963 | 2026-08-29T16:10:26.907Z | Compiling pest v2.8.2 |
| 964 | 2026-08-29T16:10:27.158Z | Compiling regex v1.12.4 |
| 965 | 2026-08-29T16:10:27.187Z | Checking futures-task v0.3.32 |
| 966 | 2026-08-29T16:10:27.229Z | Checking idna_adapter v1.2.1 |
| 967 | 2026-08-29T16:10:27.328Z | Checking futures-io v0.3.32 |
| 968 | 2026-08-29T16:10:27.357Z | Checking idna v1.1.0 |
| 969 | 2026-08-29T16:10:27.443Z | Checking futures-util v0.3.32 |
| 970 | 2026-08-29T16:10:27.470Z | Compiling pkg-config v0.3.32 |
| 971 | 2026-08-29T16:10:27.550Z | Compiling anyhow v1.0.102 |
| 972 | 2026-08-29T16:10:27.597Z | Checking url v2.5.7 |
| 973 | 2026-08-29T16:10:27.954Z | Compiling pest_meta v2.8.2 |
| 974 | 2026-08-29T16:10:28.108Z | Compiling tracing-attributes v0.1.30 |
| 975 | 2026-08-29T16:10:28.126Z | Checking tracing-core v0.1.34 |
| 976 | 2026-08-29T16:10:28.129Z | Compiling generic-array v0.14.7 |
| 977 | 2026-08-29T16:10:28.363Z | Compiling allocator-api2 v0.2.21 |
| 978 | 2026-08-29T16:10:28.421Z | Compiling foldhash v0.2.0 |
| 979 | 2026-08-29T16:10:28.626Z | Compiling pest_generator v2.8.2 |
| 980 | 2026-08-29T16:10:28.646Z | Compiling fnv v1.0.7 |
| 981 | 2026-08-29T16:10:28.681Z | Compiling vcpkg v0.2.15 |
| 982 | 2026-08-29T16:10:28.747Z | Compiling hashbrown v0.16.1 |
| 983 | 2026-08-29T16:10:29.238Z | Checking http v1.4.2 |
| 984 | 2026-08-29T16:10:29.271Z | Compiling pest_derive v2.8.2 |
| 985 | 2026-08-29T16:10:29.286Z | Checking tracing v0.1.41 |
| 986 | 2026-08-29T16:10:29.303Z | Compiling getrandom v0.3.3 |
| 987 | 2026-08-29T16:10:29.458Z | Compiling byteorder v1.5.0 |
| 988 | 2026-08-29T16:10:29.659Z | Compiling camino v1.2.3 |
| 989 | 2026-08-29T16:10:29.696Z | Checking crypto-common v0.1.6 |
| 990 | 2026-08-29T16:10:29.798Z | Checking errno v0.3.14 |
| 991 | 2026-08-29T16:10:29.816Z | Checking ipnet v2.11.0 |
| 992 | 2026-08-29T16:10:29.861Z | Checking base64 v0.22.1 |
| 993 | 2026-08-29T16:10:29.880Z | Compiling time-core v0.1.8 |
| 994 | 2026-08-29T16:10:29.918Z | Compiling num-conv v0.2.1 |
| 995 | 2026-08-29T16:10:30.031Z | Checking tokio-util v0.7.16 |
| 996 | 2026-08-29T16:10:30.034Z | Compiling scroll_derive v0.13.1 |
| 997 | 2026-08-29T16:10:30.082Z | Compiling time-macros v0.2.27 |
| 998 | 2026-08-29T16:10:30.099Z | Compiling paste v1.0.15 |
| 999 | 2026-08-29T16:10:30.103Z | Checking http-body v1.0.1 |
| 1000 | 2026-08-29T16:10:30.167Z | Checking rustls-pki-types v1.12.0 |
| 1001 | 2026-08-29T16:10:30.244Z | Checking atomic-waker v1.1.2 |
| 1002 | 2026-08-29T16:10:30.548Z | Checking untrusted v0.9.0 |
| 1003 | 2026-08-29T16:10:30.678Z | Checking try-lock v0.2.5 |
| 1004 | 2026-08-29T16:10:30.758Z | Checking tower-layer v0.3.3 |
| 1005 | 2026-08-29T16:10:30.778Z | Checking tower-service v0.3.3 |
| 1006 | 2026-08-29T16:10:30.838Z | Checking want v0.3.1 |
| 1007 | 2026-08-29T16:10:30.909Z | Checking h2 v0.4.14 |
| 1008 | 2026-08-29T16:10:30.937Z | Checking ryu v1.0.20 |
| 1009 | 2026-08-29T16:10:30.962Z | Checking httpdate v1.0.3 |
| 1010 | 2026-08-29T16:10:31.047Z | Compiling openssl-sys v0.9.117 |
| 1011 | 2026-08-29T16:10:31.076Z | Compiling async-trait v0.1.89 |
| 1012 | 2026-08-29T16:10:31.079Z | Compiling cmake v0.1.54 |
| 1013 | 2026-08-29T16:10:31.109Z | Compiling dunce v1.0.5 |
| 1014 | 2026-08-29T16:10:31.206Z | Checking pretty-hex v0.4.1 |
| 1015 | 2026-08-29T16:10:31.286Z | Compiling crossbeam-utils v0.8.21 |
| 1016 | 2026-08-29T16:10:31.330Z | Compiling fs_extra v1.3.0 |
| 1017 | 2026-08-29T16:10:31.414Z | Compiling strsim v0.11.1 |
| 1018 | 2026-08-29T16:10:31.576Z | Compiling aws-lc-sys v0.39.1 |
| 1019 | 2026-08-29T16:10:31.633Z | Compiling scroll v0.13.0 |
| 1020 | 2026-08-29T16:10:31.663Z | Checking block-buffer v0.10.4 |
| 1021 | 2026-08-29T16:10:31.708Z | Compiling regress v0.10.5 |
| 1022 | 2026-08-29T16:10:31.725Z | Checking ppv-lite86 v0.2.21 |
| 1023 | 2026-08-29T16:10:31.852Z | Compiling slog v2.8.2 |
| 1024 | 2026-08-29T16:10:31.894Z | Compiling plain v0.2.3 |
| 1025 | 2026-08-29T16:10:32.007Z | Compiling usdt-impl v0.6.0 |
| 1026 | 2026-08-29T16:10:32.023Z | Compiling goblin v0.10.1 |
| 1027 | 2026-08-29T16:10:32.039Z | Checking digest v0.10.7 |
| 1028 | 2026-08-29T16:10:32.120Z | Checking http-body-util v0.1.3 |
| 1029 | 2026-08-29T16:10:32.226Z | Checking ipnetwork v0.21.1 |
| 1030 | 2026-08-29T16:10:32.271Z | Checking erased-serde v0.3.31 |
| 1031 | 2026-08-29T16:10:32.331Z | Compiling ident_case v1.0.1 |
| 1032 | 2026-08-29T16:10:32.438Z | Compiling omicron-workspace-hack v0.1.0 |
| 1033 | 2026-08-29T16:10:32.681Z | Compiling darling_core v0.21.3 |
| 1034 | 2026-08-29T16:10:32.698Z | Checking serde_urlencoded v0.7.1 |
| 1035 | 2026-08-29T16:10:32.702Z | Compiling dtrace-parser v0.3.0 |
| 1036 | 2026-08-29T16:10:32.776Z | Checking hyper v1.10.1 |
| 1037 | 2026-08-29T16:10:32.890Z | Compiling openapiv3 v2.2.0 |
| 1038 | 2026-08-29T16:10:32.893Z | Compiling daft-derive v0.1.5 |
| 1039 | 2026-08-29T16:10:33.319Z | Compiling typify-impl v0.4.3 |
| 1040 | 2026-08-29T16:10:33.629Z | Compiling thread-id v5.0.0 |
| 1041 | 2026-08-29T16:10:33.662Z | Checking hyper-util v0.1.20 |
| 1042 | 2026-08-29T16:10:33.725Z | Compiling aws-lc-rs v1.16.2 |
| 1043 | 2026-08-29T16:10:34.701Z | Compiling dof v0.4.0 |
| 1044 | 2026-08-29T16:10:34.782Z | Checking encoding_rs v0.8.35 |
| 1045 | 2026-08-29T16:10:34.785Z | Compiling darling_macro v0.21.3 |
| 1046 | 2026-08-29T16:10:35.342Z | Compiling darling v0.21.3 |
| 1047 | 2026-08-29T16:10:35.426Z | Compiling slog-async v2.8.0 |
| 1048 | 2026-08-29T16:10:35.462Z | Checking mime v0.3.17 |
| 1049 | 2026-08-29T16:10:35.496Z | Checking cpufeatures v0.2.17 |
| 1050 | 2026-08-29T16:10:35.635Z | Checking untrusted v0.7.1 |
| 1051 | 2026-08-29T16:10:35.681Z | Checking rand_core v0.9.3 |
| 1052 | 2026-08-29T16:10:35.729Z | Checking oxnet v0.1.6 |
| 1053 | 2026-08-29T16:10:35.763Z | Compiling structmeta-derive v0.3.0 |
| 1054 | 2026-08-29T16:10:35.797Z | Compiling usdt-attr-macro v0.6.0 |
| 1055 | 2026-08-29T16:10:35.846Z | Compiling usdt-macro v0.6.0 |
| 1056 | 2026-08-29T16:10:35.985Z | Compiling multer v3.1.0 |
| 1057 | 2026-08-29T16:10:36.164Z | Compiling unsafe-libyaml v0.2.11 |
| 1058 | 2026-08-29T16:10:36.206Z | Compiling rustls v0.22.4 |
| 1059 | 2026-08-29T16:10:36.231Z | Compiling rustls v0.23.40 |
| 1060 | 2026-08-29T16:10:36.608Z | Compiling async-stream-impl v0.3.6 |
| 1061 | 2026-08-29T16:10:36.625Z | Checking sync_wrapper v1.0.2 |
| 1062 | 2026-08-29T16:10:36.694Z | Compiling serde_yaml v0.9.34+deprecated |
| 1063 | 2026-08-29T16:10:36.723Z | Compiling typify-macro v0.4.3 |
| 1064 | 2026-08-29T16:10:36.784Z | Compiling structmeta v0.3.0 |
| 1065 | 2026-08-29T16:10:36.825Z | Checking fastrand v2.3.0 |
| 1066 | 2026-08-29T16:10:36.978Z | Checking hex v0.4.3 |
| 1067 | 2026-08-29T16:10:36.997Z | Compiling openssl v0.10.81 |
| 1068 | 2026-08-29T16:10:37.195Z | Checking foreign-types-shared v0.1.1 |
| 1069 | 2026-08-29T16:10:37.279Z | Checking foreign-types v0.3.2 |
| 1070 | 2026-08-29T16:10:37.299Z | Checking tempfile v3.27.0 |
| 1071 | 2026-08-29T16:10:37.349Z | Checking tower v0.5.2 |
| 1072 | 2026-08-29T16:10:37.410Z | Checking rand_chacha v0.9.0 |
| 1073 | 2026-08-29T16:10:37.488Z | Checking futures-executor v0.3.32 |
| 1074 | 2026-08-29T16:10:37.592Z | Compiling openssl-macros v0.1.1 |
| 1075 | 2026-08-29T16:10:37.632Z | Compiling strum_macros v0.26.4 |
| 1076 | 2026-08-29T16:10:37.719Z | Checking powerfmt v0.2.0 |
| 1077 | 2026-08-29T16:10:37.722Z | Checking openssl-probe v0.1.6 |
| 1078 | 2026-08-29T16:10:37.841Z | Checking iri-string v0.7.8 |
| 1079 | 2026-08-29T16:10:37.870Z | Compiling native-tls v0.2.14 |
| 1080 | 2026-08-29T16:10:37.919Z | Checking deranged v0.5.3 |
| 1081 | 2026-08-29T16:10:38.137Z | Checking futures v0.3.32 |
| 1082 | 2026-08-29T16:10:38.213Z | Compiling typify v0.4.3 |
| 1083 | 2026-08-29T16:10:38.233Z | Checking rand v0.9.3 |
| 1084 | 2026-08-29T16:10:38.307Z | Compiling newtype-uuid-macros v0.1.0 |
| 1085 | 2026-08-29T16:10:38.700Z | Compiling ref-cast v1.0.25 |
| 1086 | 2026-08-29T16:10:38.812Z | Checking num_threads v0.1.7 |
| 1087 | 2026-08-29T16:10:38.841Z | Checking tower-http v0.6.8 |
| 1088 | 2026-08-29T16:10:39.045Z | Checking time v0.3.47 |
| 1089 | 2026-08-29T16:10:39.063Z | Compiling ref-cast-impl v1.0.25 |
| 1090 | 2026-08-29T16:10:39.066Z | Compiling dropshot v0.16.7 |
| 1091 | 2026-08-29T16:10:39.102Z | Checking memmap2 v0.9.8 |
| 1092 | 2026-08-29T16:10:39.192Z | Checking unicode-width v0.2.1 |
| 1093 | 2026-08-29T16:10:39.353Z | Compiling derive-ex v0.1.8 |
| 1094 | 2026-08-29T16:10:39.442Z | Checking crossbeam-channel v0.5.15 |
| 1095 | 2026-08-29T16:10:39.537Z | Checking webpki-roots v1.0.2 |
| 1096 | 2026-08-29T16:10:39.639Z | Compiling dropshot_endpoint v0.16.7 |
| 1097 | 2026-08-29T16:10:39.658Z | Compiling strum_macros v0.27.2 |
| 1098 | 2026-08-29T16:10:39.813Z | Checking winnow v0.7.14 |
| 1099 | 2026-08-29T16:10:40.199Z | Compiling progenitor-impl v0.11.1 |
| 1100 | 2026-08-29T16:10:40.317Z | Checking tokio-native-tls v0.3.1 |
| 1101 | 2026-08-29T16:10:40.475Z | Checking hyper-tls v0.6.0 |
| 1102 | 2026-08-29T16:10:40.956Z | Checking newtype-uuid v1.3.2 |
| 1103 | 2026-08-29T16:10:40.975Z | Compiling test-strategy v0.4.3 |
| 1104 | 2026-08-29T16:10:41.071Z | Checking thread_local v1.1.9 |
| 1105 | 2026-08-29T16:10:41.139Z | Checking winnow v1.0.3 |
| 1106 | 2026-08-29T16:10:41.236Z | Checking daft v0.1.5 |
| 1107 | 2026-08-29T16:10:41.312Z | Compiling serde_with_macros v3.14.1 |
| 1108 | 2026-08-29T16:10:41.426Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1109 | 2026-08-29T16:10:41.465Z | Checking serde_spanned v1.1.1 |
| 1110 | 2026-08-29T16:10:41.468Z | Checking is-terminal v0.4.16 |
| 1111 | 2026-08-29T16:10:41.573Z | Checking debug-ignore v1.0.5 |
| 1112 | 2026-08-29T16:10:41.595Z | Checking take_mut v0.2.2 |
| 1113 | 2026-08-29T16:10:41.672Z | Checking either v1.15.0 |
| 1114 | 2026-08-29T16:10:41.700Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1115 | 2026-08-29T16:10:41.749Z | Checking match_cfg v0.1.0 |
| 1116 | 2026-08-29T16:10:41.822Z | Checking term v1.2.0 |
| 1117 | 2026-08-29T16:10:41.856Z | Checking hostname v0.3.1 |
| 1118 | 2026-08-29T16:10:41.954Z | Checking slog-json v2.6.1 |
| 1119 | 2026-08-29T16:10:42.039Z | Checking slog-term v2.9.2 |
| 1120 | 2026-08-29T16:10:42.106Z | Checking spin v0.9.8 |
| 1121 | 2026-08-29T16:10:42.223Z | Compiling syn v1.0.109 |
| 1122 | 2026-08-29T16:10:42.263Z | Checking usdt v0.6.0 |
| 1123 | 2026-08-29T16:10:42.280Z | Compiling progenitor-macro v0.11.1 |
| 1124 | 2026-08-29T16:10:42.317Z | Checking slog-bunyan v2.5.0 |
| 1125 | 2026-08-29T16:10:42.397Z | Checking async-stream v0.3.6 |
| 1126 | 2026-08-29T16:10:42.415Z | Compiling parse-display-derive v0.10.0 |
| 1127 | 2026-08-29T16:10:42.504Z | Checking rustls-webpki v0.102.8 |
| 1128 | 2026-08-29T16:10:42.521Z | Checking rustls-pemfile v2.2.0 |
| 1129 | 2026-08-29T16:10:42.524Z | Checking waitgroup v0.1.2 |
| 1130 | 2026-08-29T16:10:42.606Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1131 | 2026-08-29T16:10:42.637Z | Checking serde_path_to_error v0.1.20 |
| 1132 | 2026-08-29T16:10:42.658Z | Checking hostname v0.4.2 |
| 1133 | 2026-08-29T16:10:42.758Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1134 | 2026-08-29T16:10:42.896Z | Checking strum v0.26.3 |
| 1135 | 2026-08-29T16:10:43.008Z | Checking rand_chacha v0.3.1 |
| 1136 | 2026-08-29T16:10:43.044Z | Checking macaddr v1.0.1 |
| 1137 | 2026-08-29T16:10:43.067Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1138 | 2026-08-29T16:10:43.198Z | Checking wait-timeout v0.2.1 |
| 1139 | 2026-08-29T16:10:43.218Z | Checking lazy_static v1.5.0 |
| 1140 | 2026-08-29T16:10:43.260Z | Checking bit-vec v0.8.0 |
| 1141 | 2026-08-29T16:10:43.315Z | Checking quick-error v1.2.3 |
| 1142 | 2026-08-29T16:10:43.334Z | Checking toml v0.9.12+spec-1.1.0 |
| 1143 | 2026-08-29T16:10:43.415Z | Checking rusty-fork v0.3.0 |
| 1144 | 2026-08-29T16:10:43.452Z | Checking bit-set v0.8.0 |
| 1145 | 2026-08-29T16:10:43.579Z | Checking rand v0.8.5 |
| 1146 | 2026-08-29T16:10:43.597Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1147 | 2026-08-29T16:10:43.884Z | Checking rand_xorshift v0.4.0 |
| 1148 | 2026-08-29T16:10:43.920Z | Checking sha1 v0.10.6 |
| 1149 | 2026-08-29T16:10:44.003Z | Checking unarray v0.1.4 |
| 1150 | 2026-08-29T16:10:44.092Z | Checking strum v0.27.2 |
| 1151 | 2026-08-29T16:10:44.108Z | Checking proptest v1.8.0 |
| 1152 | 2026-08-29T16:10:44.244Z | Checking tokio-rustls v0.25.0 |
| 1153 | 2026-08-29T16:10:44.263Z | Checking tabwriter v1.4.1 |
| 1154 | 2026-08-29T16:10:44.301Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1155 | 2026-08-29T16:10:44.405Z | Checking colored v3.1.1 |
| 1156 | 2026-08-29T16:10:44.435Z | Checking serde_with v3.14.1 |
| 1157 | 2026-08-29T16:10:44.955Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1158 | 2026-08-29T16:10:45.189Z | Checking instant v0.1.13 |
| 1159 | 2026-08-29T16:10:45.280Z | Checking rustc-hash v2.1.1 |
| 1160 | 2026-08-29T16:10:45.535Z | Checking iddqd v0.3.18 |
| 1161 | 2026-08-29T16:10:45.605Z | Checking backoff v0.4.0 |
| 1162 | 2026-08-29T16:10:45.745Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1163 | 2026-08-29T16:10:45.784Z | Checking parse-display v0.10.0 |
| 1164 | 2026-08-29T16:10:45.800Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1165 | 2026-08-29T16:10:45.909Z | Checking itertools v0.14.0 |
| 1166 | 2026-08-29T16:10:45.927Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1167 | 2026-08-29T16:10:46.320Z | Compiling toml_datetime v0.6.11 |
| 1168 | 2026-08-29T16:10:46.354Z | Compiling clap_derive v4.6.1 |
| 1169 | 2026-08-29T16:10:46.425Z | Checking utf8parse v0.2.2 |
| 1170 | 2026-08-29T16:10:46.529Z | Checking anstyle-parse v1.0.0 |
| 1171 | 2026-08-29T16:10:46.682Z | Checking terminal_size v0.4.3 |
| 1172 | 2026-08-29T16:10:46.827Z | Checking anstyle-query v1.1.4 |
| 1173 | 2026-08-29T16:10:46.843Z | Checking anstyle v1.0.14 |
| 1174 | 2026-08-29T16:10:46.920Z | Checking colorchoice v1.0.4 |
| 1175 | 2026-08-29T16:10:46.964Z | Checking is_terminal_polyfill v1.70.1 |
| 1176 | 2026-08-29T16:10:47.071Z | Checking anstream v1.0.0 |
| 1177 | 2026-08-29T16:10:47.320Z | Checking clap_lex v1.1.0 |
| 1178 | 2026-08-29T16:10:47.477Z | Checking clap_builder v4.6.0 |
| 1179 | 2026-08-29T16:10:48.711Z | Checking clap v4.6.1 |
| 1180 | 2026-08-29T16:10:49.810Z | Compiling num-derive v0.4.2 |
| 1181 | 2026-08-29T16:10:50.263Z | Compiling rustls-webpki v0.103.6 |
| 1182 | 2026-08-29T16:10:50.731Z | Compiling prettyplease v0.2.37 |
| 1183 | 2026-08-29T16:10:52.351Z | Checking crossbeam-epoch v0.9.18 |
| 1184 | 2026-08-29T16:10:52.527Z | Compiling winnow v0.5.40 |
| 1185 | 2026-08-29T16:10:52.545Z | Compiling cfg_aliases v0.2.1 |
| 1186 | 2026-08-29T16:10:53.231Z | Checking serde_spanned v0.6.9 |
| 1187 | 2026-08-29T16:10:53.422Z | Compiling memoffset v0.9.1 |
| 1188 | 2026-08-29T16:10:53.543Z | Compiling tokio-rustls v0.26.4 |
| 1189 | 2026-08-29T16:10:53.790Z | Compiling toml_edit v0.19.15 |
| 1190 | 2026-08-29T16:10:53.941Z | Compiling rayon-core v1.13.0 |
| 1191 | 2026-08-29T16:10:54.976Z | Compiling proc-macro-crate v1.3.1 |
| 1192 | 2026-08-29T16:10:55.306Z | Compiling zerocopy-derive v0.7.35 |
| 1193 | 2026-08-29T16:10:55.559Z | Compiling crc32fast v1.5.0 |
| 1194 | 2026-08-29T16:10:56.039Z | Compiling hyper-rustls v0.27.7 |
| 1195 | 2026-08-29T16:10:56.275Z | Compiling reqwest v0.12.23 |
| 1196 | 2026-08-29T16:10:56.483Z | Checking crossbeam-deque v0.8.6 |
| 1197 | 2026-08-29T16:10:56.831Z | Checking adler2 v2.0.1 |
| 1198 | 2026-08-29T16:10:57.010Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1199 | 2026-08-29T16:10:57.381Z | Compiling progenitor-client v0.11.1 |
| 1200 | 2026-08-29T16:10:57.676Z | Compiling progenitor v0.11.1 |
| 1201 | 2026-08-29T16:10:58.050Z | Checking miniz_oxide v0.8.9 |
| 1202 | 2026-08-29T16:10:58.804Z | Compiling num-integer v0.1.46 |
| 1203 | 2026-08-29T16:10:58.854Z | Compiling proc-macro-error-attr v1.0.4 |
| 1204 | 2026-08-29T16:10:59.031Z | Compiling heapless v0.8.0 |
| 1205 | 2026-08-29T16:10:59.346Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1206 | 2026-08-29T16:10:59.389Z | Checking flate2 v1.1.2 |
| 1207 | 2026-08-29T16:10:59.393Z | Compiling progenitor-client v0.10.0 |
| 1208 | 2026-08-29T16:10:59.802Z | Compiling ingot-macros v0.1.1 |
| 1209 | 2026-08-29T16:11:00.563Z | Checking hash32 v0.3.1 |
| 1210 | 2026-08-29T16:11:00.711Z | Checking hybrid-array v0.4.12 |
| 1211 | 2026-08-29T16:11:00.912Z | Compiling proc-macro-error v1.0.4 |
| 1212 | 2026-08-29T16:11:01.002Z | Checking toml_write v0.1.2 |
| 1213 | 2026-08-29T16:11:01.140Z | Compiling smoltcp v0.11.0 |
| 1214 | 2026-08-29T16:11:01.173Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1215 | 2026-08-29T16:11:01.512Z | Checking toml_edit v0.22.27 |
| 1216 | 2026-08-29T16:11:01.888Z | Checking num-iter v0.1.45 |
| 1217 | 2026-08-29T16:11:01.913Z | Checking num-rational v0.4.2 |
| 1218 | 2026-08-29T16:11:02.169Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1219 | 2026-08-29T16:11:02.187Z | Compiling zerocopy v0.7.35 |
| 1220 | 2026-08-29T16:11:02.417Z | Checking ingot-types v0.1.2 |
| 1221 | 2026-08-29T16:11:02.481Z | Compiling num_enum_derive v0.7.5 |
| 1222 | 2026-08-29T16:11:02.595Z | Compiling hubpack_derive v0.1.1 |
| 1223 | 2026-08-29T16:11:02.721Z | Checking cobs v0.3.0 |
| 1224 | 2026-08-29T16:11:02.756Z | Compiling foreign-types-macros v0.2.3 |
| 1225 | 2026-08-29T16:11:02.799Z | Compiling scroll_derive v0.12.1 |
| 1226 | 2026-08-29T16:11:02.822Z | Compiling num-complex v0.4.6 |
| 1227 | 2026-08-29T16:11:03.107Z | Compiling usdt-impl v0.5.0 |
| 1228 | 2026-08-29T16:11:03.191Z | Compiling crucible-workspace-hack v0.1.0 |
| 1229 | 2026-08-29T16:11:03.209Z | Checking bitflags v1.3.2 |
| 1230 | 2026-08-29T16:11:03.376Z | Checking managed v0.8.0 |
| 1231 | 2026-08-29T16:11:03.403Z | Checking foreign-types-shared v0.3.1 |
| 1232 | 2026-08-29T16:11:03.477Z | Checking scroll v0.12.0 |
| 1233 | 2026-08-29T16:11:03.511Z | Checking num_enum v0.7.5 |
| 1234 | 2026-08-29T16:11:03.511Z | Checking foreign-types v0.5.0 |
| 1235 | 2026-08-29T16:11:03.640Z | Checking num v0.4.3 |
| 1236 | 2026-08-29T16:11:03.713Z | Checking hubpack v0.1.2 |
| 1237 | 2026-08-29T16:11:03.747Z | Checking postcard v1.1.3 |
| 1238 | 2026-08-29T16:11:03.791Z | Checking ingot v0.1.1 |
| 1239 | 2026-08-29T16:11:03.890Z | Compiling dof v0.3.0 |
| 1240 | 2026-08-29T16:11:04.020Z | Checking toml v0.8.23 |
| 1241 | 2026-08-29T16:11:04.438Z | Checking block-buffer v0.12.0 |
| 1242 | 2026-08-29T16:11:04.505Z | Checking crypto-common v0.2.2 |
| 1243 | 2026-08-29T16:11:04.741Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1244 | 2026-08-29T16:11:04.760Z | Compiling dtrace-parser v0.2.0 |
| 1245 | 2026-08-29T16:11:05.087Z | Checking camino-tempfile v1.4.1 |
| 1246 | 2026-08-29T16:11:05.197Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-08-29T16:11:05.216Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1248 | 2026-08-29T16:11:05.244Z | Checking cstr-argument v0.1.2 |
| 1249 | 2026-08-29T16:11:05.371Z | Compiling thread-id v4.2.2 |
| 1250 | 2026-08-29T16:11:05.375Z | Checking const-oid v0.10.2 |
| 1251 | 2026-08-29T16:11:05.407Z | Checking static_assertions v1.1.0 |
| 1252 | 2026-08-29T16:11:05.445Z | Compiling float-ord v0.3.2 |
| 1253 | 2026-08-29T16:11:05.481Z | Checking compression-core v0.4.32 |
| 1254 | 2026-08-29T16:11:05.546Z | Compiling heck v0.4.1 |
| 1255 | 2026-08-29T16:11:05.564Z | Compiling minimal-lexical v0.2.1 |
| 1256 | 2026-08-29T16:11:05.580Z | Checking digest v0.11.3 |
| 1257 | 2026-08-29T16:11:05.607Z | Checking compression-codecs v0.4.32 |
| 1258 | 2026-08-29T16:11:05.769Z | Compiling nom v7.1.3 |
| 1259 | 2026-08-29T16:11:05.787Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1260 | 2026-08-29T16:11:05.790Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1261 | 2026-08-29T16:11:05.820Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1262 | 2026-08-29T16:11:06.014Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1263 | 2026-08-29T16:11:06.098Z | Checking goblin v0.8.2 |
| 1264 | 2026-08-29T16:11:06.237Z | Checking rayon v1.11.0 |
| 1265 | 2026-08-29T16:11:06.501Z | Compiling num_enum_derive v0.5.11 |
| 1266 | 2026-08-29T16:11:06.541Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1267 | 2026-08-29T16:11:06.759Z | Compiling rustc_version v0.4.1 |
| 1268 | 2026-08-29T16:11:07.023Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1269 | 2026-08-29T16:11:07.040Z | Compiling dropshot v0.17.1 |
| 1270 | 2026-08-29T16:11:07.225Z | Checking cpufeatures v0.3.0 |
| 1271 | 2026-08-29T16:11:07.285Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1272 | 2026-08-29T16:11:07.303Z | Checking tinyvec_macros v0.1.1 |
| 1273 | 2026-08-29T16:11:07.306Z | Compiling convert_case v0.4.0 |
| 1274 | 2026-08-29T16:11:07.379Z | Compiling rustix v0.38.44 |
| 1275 | 2026-08-29T16:11:07.490Z | Checking num_enum v0.5.11 |
| 1276 | 2026-08-29T16:11:07.530Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1277 | 2026-08-29T16:11:07.605Z | Checking tinyvec v1.10.0 |
| 1278 | 2026-08-29T16:11:07.622Z | Compiling derive_more v0.99.20 |
| 1279 | 2026-08-29T16:11:07.625Z | Checking sha1 v0.11.0 |
| 1280 | 2026-08-29T16:11:07.897Z | Checking toml v1.1.2+spec-1.1.0 |
| 1281 | 2026-08-29T16:11:07.914Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1282 | 2026-08-29T16:11:08.029Z | Checking async-compression v0.4.33 |
| 1283 | 2026-08-29T16:11:08.218Z | Compiling nix v0.30.1 |
| 1284 | 2026-08-29T16:11:08.286Z | Checking libscf-sys v1.2.0 |
| 1285 | 2026-08-29T16:11:08.457Z | Compiling libz-sys v1.1.22 |
| 1286 | 2026-08-29T16:11:08.614Z | Compiling dropshot_endpoint v0.17.1 |
| 1287 | 2026-08-29T16:11:08.650Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1288 | 2026-08-29T16:11:08.853Z | Checking bytecount v0.6.9 |
| 1289 | 2026-08-29T16:11:09.033Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1290 | 2026-08-29T16:11:09.147Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1291 | 2026-08-29T16:11:09.320Z | Compiling usdt-attr-macro v0.5.0 |
| 1292 | 2026-08-29T16:11:09.647Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1293 | 2026-08-29T16:11:09.883Z | Compiling usdt-macro v0.5.0 |
| 1294 | 2026-08-29T16:11:09.926Z | Compiling zone_cfg_derive v0.3.1 |
| 1295 | 2026-08-29T16:11:09.930Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1296 | 2026-08-29T16:11:10.045Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1297 | 2026-08-29T16:11:10.099Z | Checking itertools v0.12.1 |
| 1298 | 2026-08-29T16:11:10.193Z | Checking memmap v0.7.0 |
| 1299 | 2026-08-29T16:11:10.218Z | Checking sigpipe v0.1.3 |
| 1300 | 2026-08-29T16:11:10.302Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1301 | 2026-08-29T16:11:10.328Z | Checking glob v0.3.3 |
| 1302 | 2026-08-29T16:11:10.512Z | Checking jiff v0.2.15 |
| 1303 | 2026-08-29T16:11:10.551Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1304 | 2026-08-29T16:11:10.568Z | Checking usdt v0.5.0 |
| 1305 | 2026-08-29T16:11:10.598Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1306 | 2026-08-29T16:11:10.726Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1307 | 2026-08-29T16:11:10.762Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1308 | 2026-08-29T16:11:10.795Z | Checking smf v0.2.3 |
| 1309 | 2026-08-29T16:11:10.814Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-08-29T16:11:10.922Z | Checking secrecy v0.10.3 |
| 1311 | 2026-08-29T16:11:11.012Z | Checking whoami v1.6.1 |
| 1312 | 2026-08-29T16:11:11.038Z | Compiling curve25519-dalek v4.1.3 |
| 1313 | 2026-08-29T16:11:11.084Z | Checking zone v0.3.1 |
| 1314 | 2026-08-29T16:11:11.179Z | Checking hmac v0.12.1 |
| 1315 | 2026-08-29T16:11:11.302Z | Compiling clang-sys v1.8.1 |
| 1316 | 2026-08-29T16:11:11.319Z | Checking inout v0.1.4 |
| 1317 | 2026-08-29T16:11:11.323Z | Compiling enum-as-inner v0.6.1 |
| 1318 | 2026-08-29T16:11:11.416Z | Checking ff v0.13.1 |
| 1319 | 2026-08-29T16:11:11.452Z | Checking data-encoding v2.9.0 |
| 1320 | 2026-08-29T16:11:11.542Z | Compiling semver v0.1.20 |
| 1321 | 2026-08-29T16:11:11.560Z | Checking group v0.13.0 |
| 1322 | 2026-08-29T16:11:11.664Z | Checking cipher v0.4.4 |
| 1323 | 2026-08-29T16:11:11.706Z | Checking hkdf v0.12.4 |
| 1324 | 2026-08-29T16:11:11.793Z | Compiling rustc_version v0.1.7 |
| 1325 | 2026-08-29T16:11:11.811Z | Checking atomicwrites v0.4.4 |
| 1326 | 2026-08-29T16:11:11.836Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1327 | 2026-08-29T16:11:11.857Z | Checking universal-hash v0.5.1 |
| 1328 | 2026-08-29T16:11:11.874Z | Checking crypto-bigint v0.5.5 |
| 1329 | 2026-08-29T16:11:11.931Z | Compiling regress v0.11.1 |
| 1330 | 2026-08-29T16:11:11.979Z | Checking half v2.7.1 |
| 1331 | 2026-08-29T16:11:11.997Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1332 | 2026-08-29T16:11:12.223Z | Checking ciborium-io v0.2.2 |
| 1333 | 2026-08-29T16:11:12.320Z | Checking indent_write v2.2.0 |
| 1334 | 2026-08-29T16:11:12.453Z | Checking opaque-debug v0.3.1 |
| 1335 | 2026-08-29T16:11:12.526Z | Checking base16ct v0.2.0 |
| 1336 | 2026-08-29T16:11:12.643Z | Checking base64ct v1.8.0 |
| 1337 | 2026-08-29T16:11:12.870Z | Checking elliptic-curve v0.13.8 |
| 1338 | 2026-08-29T16:11:12.888Z | Checking thiserror-no-std v2.0.2 |
| 1339 | 2026-08-29T16:11:12.904Z | Checking password-hash v0.5.0 |
| 1340 | 2026-08-29T16:11:12.907Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1341 | 2026-08-29T16:11:12.975Z | Checking poly1305 v0.8.0 |
| 1342 | 2026-08-29T16:11:13.077Z | Checking ciborium-ll v0.2.2 |
| 1343 | 2026-08-29T16:11:13.113Z | Compiling newtype_derive v0.1.6 |
| 1344 | 2026-08-29T16:11:13.129Z | Checking chacha20 v0.9.1 |
| 1345 | 2026-08-29T16:11:13.205Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1346 | 2026-08-29T16:11:13.247Z | Compiling nix v0.31.3 |
| 1347 | 2026-08-29T16:11:13.321Z | Checking blake2 v0.10.6 |
| 1348 | 2026-08-29T16:11:13.338Z | Checking aead v0.5.2 |
| 1349 | 2026-08-29T16:11:13.341Z | Compiling libloading v0.8.9 |
| 1350 | 2026-08-29T16:11:13.451Z | Compiling typify-impl v0.6.2 |
| 1351 | 2026-08-29T16:11:13.472Z | Checking bstr v1.12.0 |
| 1352 | 2026-08-29T16:11:13.529Z | Compiling bindgen v0.72.1 |
| 1353 | 2026-08-29T16:11:13.547Z | Checking resolv-conf v0.7.5 |
| 1354 | 2026-08-29T16:11:13.633Z | Compiling owo-colors v4.3.0 |
| 1355 | 2026-08-29T16:11:13.732Z | Checking linked-hash-map v0.5.6 |
| 1356 | 2026-08-29T16:11:13.811Z | Checking keccak v0.1.6 |
| 1357 | 2026-08-29T16:11:13.876Z | Checking argon2 v0.5.3 |
| 1358 | 2026-08-29T16:11:13.904Z | Checking lru-cache v0.1.2 |
| 1359 | 2026-08-29T16:11:13.979Z | Checking sha3 v0.10.8 |
| 1360 | 2026-08-29T16:11:14.032Z | Checking chacha20poly1305 v0.10.1 |
| 1361 | 2026-08-29T16:11:14.161Z | Checking vsss-rs v3.3.4 |
| 1362 | 2026-08-29T16:11:14.178Z | Checking ciborium v0.2.2 |
| 1363 | 2026-08-29T16:11:14.230Z | Checking hickory-proto v0.24.4 |
| 1364 | 2026-08-29T16:11:14.433Z | Checking tokio-dtrace v0.1.1 |
| 1365 | 2026-08-29T16:11:14.530Z | Checking papergrid v0.18.0 |
| 1366 | 2026-08-29T16:11:14.628Z | Compiling cexpr v0.6.0 |
| 1367 | 2026-08-29T16:11:14.668Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1368 | 2026-08-29T16:11:15.022Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1369 | 2026-08-29T16:11:15.320Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1370 | 2026-08-29T16:11:15.338Z | Checking serde-big-array v0.5.1 |
| 1371 | 2026-08-29T16:11:15.479Z | Compiling derive-where v1.6.0 |
| 1372 | 2026-08-29T16:11:15.560Z | Compiling serde_repr v0.1.20 |
| 1373 | 2026-08-29T16:11:15.814Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1374 | 2026-08-29T16:11:15.833Z | Compiling shlex v1.3.0 |
| 1375 | 2026-08-29T16:11:16.030Z | Checking same-file v1.0.6 |
| 1376 | 2026-08-29T16:11:16.048Z | Checking unicode-segmentation v1.12.0 |
| 1377 | 2026-08-29T16:11:16.131Z | Checking siphasher v1.0.1 |
| 1378 | 2026-08-29T16:11:16.151Z | Checking walkdir v2.5.0 |
| 1379 | 2026-08-29T16:11:16.175Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1380 | 2026-08-29T16:11:16.296Z | Checking phf_shared v0.12.1 |
| 1381 | 2026-08-29T16:11:16.370Z | Checking newline-converter v0.3.0 |
| 1382 | 2026-08-29T16:11:16.486Z | Checking hickory-resolver v0.24.4 |
| 1383 | 2026-08-29T16:11:16.508Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1384 | 2026-08-29T16:11:16.720Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1385 | 2026-08-29T16:11:16.935Z | Compiling typify-macro v0.6.2 |
| 1386 | 2026-08-29T16:11:16.992Z | Checking tabled v0.21.0 |
| 1387 | 2026-08-29T16:11:17.161Z | Checking oxide-tokio-rt v0.1.2 |
| 1388 | 2026-08-29T16:11:17.388Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1389 | 2026-08-29T16:11:17.932Z | Checking itertools v0.15.0 |
| 1390 | 2026-08-29T16:11:17.976Z | Checking console v0.16.4 |
| 1391 | 2026-08-29T16:11:18.127Z | Compiling progenitor-impl v0.10.0 |
| 1392 | 2026-08-29T16:11:18.271Z | Checking tokio-stream v0.1.17 |
| 1393 | 2026-08-29T16:11:18.289Z | Compiling pin-project-internal v1.1.10 |
| 1394 | 2026-08-29T16:11:18.380Z | Compiling slog-dtrace v0.3.0 |
| 1395 | 2026-08-29T16:11:18.443Z | Checking csv-core v0.1.12 |
| 1396 | 2026-08-29T16:11:18.612Z | Checking unicode-linebreak v0.1.5 |
| 1397 | 2026-08-29T16:11:18.630Z | Checking similar v3.2.0 |
| 1398 | 2026-08-29T16:11:18.647Z | Compiling unicode-xid v0.2.6 |
| 1399 | 2026-08-29T16:11:18.771Z | Checking foldhash v0.1.5 |
| 1400 | 2026-08-29T16:11:18.827Z | Compiling chrono-tz v0.10.4 |
| 1401 | 2026-08-29T16:11:18.909Z | Checking swrite v0.1.0 |
| 1402 | 2026-08-29T16:11:19.017Z | Checking smawk v0.3.2 |
| 1403 | 2026-08-29T16:11:19.042Z | Checking unicode-width v0.1.14 |
| 1404 | 2026-08-29T16:11:19.146Z | Compiling cancel-safe-futures v0.1.5 |
| 1405 | 2026-08-29T16:11:19.195Z | Checking expectorate v1.3.0 |
| 1406 | 2026-08-29T16:11:19.291Z | Checking textwrap v0.16.2 |
| 1407 | 2026-08-29T16:11:19.347Z | Checking pin-project v1.1.10 |
| 1408 | 2026-08-29T16:11:19.410Z | Checking hashbrown v0.15.5 |
| 1409 | 2026-08-29T16:11:19.446Z | Compiling const_format_proc_macros v0.2.34 |
| 1410 | 2026-08-29T16:11:19.504Z | Checking qorb v0.4.1 |
| 1411 | 2026-08-29T16:11:19.917Z | Checking csv v1.4.0 |
| 1412 | 2026-08-29T16:11:20.205Z | Compiling progenitor-macro v0.10.0 |
| 1413 | 2026-08-29T16:11:20.231Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1414 | 2026-08-29T16:11:20.274Z | Checking phf v0.12.1 |
| 1415 | 2026-08-29T16:11:20.292Z | Checking unicode-normalization v0.1.24 |
| 1416 | 2026-08-29T16:11:20.425Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1417 | 2026-08-29T16:11:20.883Z | Checking libsw-core v0.3.2 |
| 1418 | 2026-08-29T16:11:20.916Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1419 | 2026-08-29T16:11:20.934Z | Compiling snafu-derive v0.8.9 |
| 1420 | 2026-08-29T16:11:21.031Z | Compiling async-recursion v1.1.1 |
| 1421 | 2026-08-29T16:11:21.331Z | Compiling cookie v0.18.1 |
| 1422 | 2026-08-29T16:11:21.349Z | Checking fixedbitset v0.4.2 |
| 1423 | 2026-08-29T16:11:21.506Z | Checking highway v1.3.0 |
| 1424 | 2026-08-29T16:11:21.568Z | Compiling moka v0.12.11 |
| 1425 | 2026-08-29T16:11:21.699Z | Checking fixedbitset v0.5.7 |
| 1426 | 2026-08-29T16:11:21.742Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1427 | 2026-08-29T16:11:21.871Z | Checking petgraph v0.6.5 |
| 1428 | 2026-08-29T16:11:21.905Z | Checking petgraph v0.8.2 |
| 1429 | 2026-08-29T16:11:22.616Z | Checking snafu v0.8.9 |
| 1430 | 2026-08-29T16:11:22.856Z | Checking libsw v3.5.0 |
| 1431 | 2026-08-29T16:11:22.938Z | Checking olpc-cjson v0.1.4 |
| 1432 | 2026-08-29T16:11:23.079Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1433 | 2026-08-29T16:11:23.097Z | Checking const_format v0.2.34 |
| 1434 | 2026-08-29T16:11:23.318Z | Checking papergrid v0.11.0 |
| 1435 | 2026-08-29T16:11:23.430Z | Compiling typify v0.6.2 |
| 1436 | 2026-08-29T16:11:23.463Z | Checking globset v0.4.16 |
| 1437 | 2026-08-29T16:11:23.498Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1438 | 2026-08-29T16:11:23.526Z | Checking gethostname v0.5.0 |
| 1439 | 2026-08-29T16:11:23.705Z | Compiling tabled_derive v0.7.0 |
| 1440 | 2026-08-29T16:11:23.731Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1441 | 2026-08-29T16:11:23.918Z | Checking reqwest v0.13.2 |
| 1442 | 2026-08-29T16:11:23.978Z | Checking bcs v0.1.6 |
| 1443 | 2026-08-29T16:11:24.055Z | Checking pem v3.0.5 |
| 1444 | 2026-08-29T16:11:24.206Z | Checking serde_plain v1.0.2 |
| 1445 | 2026-08-29T16:11:24.223Z | Checking termtree v0.5.1 |
| 1446 | 2026-08-29T16:11:24.312Z | Checking progenitor v0.10.0 |
| 1447 | 2026-08-29T16:11:24.352Z | Compiling signal-hook v0.4.4 |
| 1448 | 2026-08-29T16:11:24.356Z | Checking humantime v2.3.0 |
| 1449 | 2026-08-29T16:11:24.402Z | Checking tagptr v0.2.0 |
| 1450 | 2026-08-29T16:11:24.445Z | Checking linear-map v1.2.0 |
| 1451 | 2026-08-29T16:11:24.531Z | Checking typed-path v0.9.3 |
| 1452 | 2026-08-29T16:11:24.549Z | Checking crc8 v0.1.1 |
| 1453 | 2026-08-29T16:11:24.623Z | Checking tabled v0.15.0 |
| 1454 | 2026-08-29T16:11:24.623Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1455 | 2026-08-29T16:11:24.658Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1456 | 2026-08-29T16:11:25.237Z | Compiling progenitor-impl v0.14.0 |
| 1457 | 2026-08-29T16:11:25.319Z | Checking tough v0.20.0 |
| 1458 | 2026-08-29T16:11:25.767Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1459 | 2026-08-29T16:11:25.932Z | Checking steno v0.4.1 |
| 1460 | 2026-08-29T16:11:26.237Z | Checking hickory-proto v0.25.2 |
| 1461 | 2026-08-29T16:11:26.804Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1462 | 2026-08-29T16:11:26.887Z | Compiling cargo-platform v0.1.9 |
| 1463 | 2026-08-29T16:11:27.132Z | Compiling vergen v8.3.2 |
| 1464 | 2026-08-29T16:11:27.194Z | Compiling fs-err v3.1.2 |
| 1465 | 2026-08-29T16:11:27.258Z | Compiling cargo_metadata v0.18.1 |
| 1466 | 2026-08-29T16:11:27.321Z | Compiling progenitor-macro v0.14.0 |
| 1467 | 2026-08-29T16:11:27.536Z | Checking progenitor-client v0.14.0 |
| 1468 | 2026-08-29T16:11:27.573Z | Checking dropshot-api-manager-types v0.7.2 |
| 1469 | 2026-08-29T16:11:27.740Z | Checking sha2 v0.10.9 |
| 1470 | 2026-08-29T16:11:27.757Z | Compiling blake3 v1.8.2 |
| 1471 | 2026-08-29T16:11:27.779Z | Checking hickory-resolver v0.25.2 |
| 1472 | 2026-08-29T16:11:28.131Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1473 | 2026-08-29T16:11:28.134Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-29T16:11:28.334Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-29T16:11:28.688Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-08-29T16:11:29.111Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-08-29T16:11:29.398Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1478 | 2026-08-29T16:11:29.686Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-29T16:11:29.875Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-29T16:11:30.169Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-29T16:11:30.188Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1482 | 2026-08-29T16:11:30.293Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1483 | 2026-08-29T16:11:30.435Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1484 | 2026-08-29T16:11:30.664Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1485 | 2026-08-29T16:11:30.941Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1486 | 2026-08-29T16:11:31.187Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1487 | 2026-08-29T16:11:31.292Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1488 | 2026-08-29T16:11:31.407Z | Checking progenitor v0.14.0 |
| 1489 | 2026-08-29T16:11:31.435Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1490 | 2026-08-29T16:11:31.645Z | Checking git-stub v1.0.0 |
| 1491 | 2026-08-29T16:11:31.805Z | Compiling strum_macros v0.28.0 |
| 1492 | 2026-08-29T16:11:31.974Z | Checking filetime v0.2.26 |
| 1493 | 2026-08-29T16:11:32.115Z | Checking xattr v1.6.1 |
| 1494 | 2026-08-29T16:11:32.251Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1495 | 2026-08-29T16:11:32.341Z | Checking constant_time_eq v0.3.1 |
| 1496 | 2026-08-29T16:11:32.380Z | Checking is_ci v1.2.0 |
| 1497 | 2026-08-29T16:11:32.437Z | Checking arrayref v0.3.9 |
| 1498 | 2026-08-29T16:11:32.479Z | Checking arrayvec v0.7.6 |
| 1499 | 2026-08-29T16:11:32.482Z | Compiling curl v0.4.50 |
| 1500 | 2026-08-29T16:11:32.538Z | Checking supports-color v3.0.2 |
| 1501 | 2026-08-29T16:11:32.762Z | Checking tar v0.4.45 |
| 1502 | 2026-08-29T16:11:32.961Z | Checking git-stub-vcs v0.1.0 |
| 1503 | 2026-08-29T16:11:33.153Z | Checking toml v0.7.8 |
| 1504 | 2026-08-29T16:11:33.445Z | Checking similar v2.7.0 |
| 1505 | 2026-08-29T16:11:33.463Z | Checking drift v0.2.0 |
| 1506 | 2026-08-29T16:11:33.592Z | Checking strum v0.28.0 |
| 1507 | 2026-08-29T16:11:33.671Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1508 | 2026-08-29T16:11:33.708Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1509 | 2026-08-29T16:11:33.766Z | Checking kstat-rs v0.2.4 |
| 1510 | 2026-08-29T16:11:33.784Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1511 | 2026-08-29T16:11:33.802Z | Checking topological-sort v0.2.2 |
| 1512 | 2026-08-29T16:11:33.896Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1513 | 2026-08-29T16:11:33.935Z | Checking omicron-zone-package v0.12.2 |
| 1514 | 2026-08-29T16:11:33.953Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1515 | 2026-08-29T16:11:34.349Z | Checking dropshot-api-manager v0.7.2 |
| 1516 | 2026-08-29T16:11:34.602Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1517 | 2026-08-29T16:11:34.672Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1518 | 2026-08-29T16:11:34.812Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1519 | 2026-08-29T16:11:35.710Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1520 | 2026-08-29T16:11:35.759Z | Checking signal-hook-tokio v0.4.0 |
| 1521 | 2026-08-29T16:11:35.888Z | Checking scuffle v0.1.0 |
| 1522 | 2026-08-29T16:11:36.095Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1523 | 2026-08-29T16:11:36.242Z | Checking iddqd v0.4.5 |
| 1524 | 2026-08-29T16:11:36.343Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1525 | 2026-08-29T16:11:36.423Z | Checking search_path v0.1.4 |
| 1526 | 2026-08-29T16:11:36.538Z | Checking internet-checksum v0.2.1 |
| 1527 | 2026-08-29T16:11:36.564Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1528 | 2026-08-29T16:11:36.592Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1529 | 2026-08-29T16:11:36.862Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1530 | 2026-08-29T16:11:36.865Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1531 | 2026-08-29T16:11:36.898Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1532 | 2026-08-29T16:11:37.037Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1533 | 2026-08-29T16:11:37.490Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1534 | 2026-08-29T16:11:39.159Z | Compiling git2 v0.19.0 |
| 1535 | 2026-08-29T16:11:41.419Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1536 | 2026-08-29T16:11:42.529Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1537 | 2026-08-29T16:11:48.491Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1538 | 2026-08-29T16:11:49.760Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1539 | 2026-08-29T16:11:54.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1540 | 2026-08-29T16:11:55.007Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1541 | 2026-08-29T16:11:55.008Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1542 | 2026-08-29T16:11:55.505Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1543 | 2026-08-29T16:11:55.505Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1544 | 2026-08-29T16:11:55.581Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1545 | 2026-08-29T16:11:55.581Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1546 | 2026-08-29T16:12:02.776Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1547 | 2026-08-29T16:12:02.780Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1548 | 2026-08-29T16:12:05.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
| 1549 | 2026-08-29T16:12:05.630Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1550 | 2026-08-29T16:12:05.631Z | + cargo clippy --features softnpu -- --deny warnings |
| 1551 | 2026-08-29T16:12:05.930Z | Downloading crates ... |
| 1552 | 2026-08-29T16:12:06.063Z | Downloaded ascii v1.1.0 |
| 1553 | 2026-08-29T16:12:06.066Z | Downloaded typeid v1.0.3 |
| 1554 | 2026-08-29T16:12:06.068Z | Downloaded wyz v0.5.1 |
| 1555 | 2026-08-29T16:12:06.068Z | Downloaded tap v1.0.1 |
| 1556 | 2026-08-29T16:12:06.071Z | Downloaded serde_arrays v0.1.0 |
| 1557 | 2026-08-29T16:12:06.074Z | Downloaded radium v0.7.0 |
| 1558 | 2026-08-29T16:12:06.074Z | Downloaded funty v2.0.0 |
| 1559 | 2026-08-29T16:12:06.077Z | Downloaded bitstruct_derive v0.1.0 |
| 1560 | 2026-08-29T16:12:06.077Z | Downloaded bitstruct v0.1.1 |
| 1561 | 2026-08-29T16:12:06.081Z | Downloaded libloading v0.7.4 |
| 1562 | 2026-08-29T16:12:06.081Z | Downloaded erased-serde v0.4.8 |
| 1563 | 2026-08-29T16:12:06.093Z | Downloaded bitvec v1.0.1 |
| 1564 | 2026-08-29T16:12:06.101Z | Downloaded num-bigint v0.4.6 |
| 1565 | 2026-08-29T16:12:06.217Z | Checking num-integer v0.1.46 |
| 1566 | 2026-08-29T16:12:06.294Z | Checking num-complex v0.4.6 |
| 1567 | 2026-08-29T16:12:06.304Z | Compiling radium v0.7.0 |
| 1568 | 2026-08-29T16:12:06.311Z | Checking tap v1.0.1 |
| 1569 | 2026-08-29T16:12:06.316Z | Checking funty v2.0.0 |
| 1570 | 2026-08-29T16:12:06.322Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1571 | 2026-08-29T16:12:06.326Z | Compiling typeid v1.0.3 |
| 1572 | 2026-08-29T16:12:06.335Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1573 | 2026-08-29T16:12:06.395Z | Checking wyz v0.5.1 |
| 1574 | 2026-08-29T16:12:06.487Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-08-29T16:12:06.499Z | Checking num-bigint v0.4.6 |
| 1576 | 2026-08-29T16:12:06.527Z | Checking num-iter v0.1.45 |
| 1577 | 2026-08-29T16:12:06.576Z | Compiling erased-serde v0.4.8 |
| 1578 | 2026-08-29T16:12:06.593Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-08-29T16:12:06.612Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-08-29T16:12:06.630Z | Compiling bitstruct_derive v0.1.0 |
| 1581 | 2026-08-29T16:12:06.691Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1582 | 2026-08-29T16:12:06.713Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1583 | 2026-08-29T16:12:06.724Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1584 | 2026-08-29T16:12:06.739Z | Checking bitvec v1.0.1 |
| 1585 | 2026-08-29T16:12:06.753Z | Checking ascii v1.1.0 |
| 1586 | 2026-08-29T16:12:06.806Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1587 | 2026-08-29T16:12:06.816Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1588 | 2026-08-29T16:12:06.922Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1589 | 2026-08-29T16:12:06.931Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1590 | 2026-08-29T16:12:06.934Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1591 | 2026-08-29T16:12:06.973Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1592 | 2026-08-29T16:12:07.224Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1593 | 2026-08-29T16:12:07.233Z | Checking serde_arrays v0.1.0 |
| 1594 | 2026-08-29T16:12:07.259Z | Checking bitstruct v0.1.1 |
| 1595 | 2026-08-29T16:12:07.318Z | Checking num-rational v0.4.2 |
| 1596 | 2026-08-29T16:12:07.329Z | Checking libloading v0.7.4 |
| 1597 | 2026-08-29T16:12:07.340Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1598 | 2026-08-29T16:12:07.578Z | Checking num v0.4.3 |
| 1599 | 2026-08-29T16:12:07.645Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1600 | 2026-08-29T16:12:08.185Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1601 | 2026-08-29T16:12:08.489Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1602 | 2026-08-29T16:12:08.489Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1603 | 2026-08-29T16:12:08.680Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1604 | 2026-08-29T16:12:08.838Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1605 | 2026-08-29T16:12:08.842Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1606 | 2026-08-29T16:12:09.290Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-08-29T16:12:09.504Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-29T16:12:09.504Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1609 | 2026-08-29T16:12:09.508Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1610 | 2026-08-29T16:12:09.508Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1611 | 2026-08-29T16:12:10.309Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1612 | 2026-08-29T16:12:11.118Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1613 | 2026-08-29T16:12:15.350Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1614 | 2026-08-29T16:12:15.470Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1615 | 2026-08-29T16:12:21.753Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1616 | 2026-08-29T16:12:23.006Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1617 | 2026-08-29T16:12:23.535Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1618 | 2026-08-29T16:12:27.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s |
| 1619 | 2026-08-29T16:12:28.028Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1620 | 2026-08-29T16:12:28.029Z | + cargo clippy --features chaos -- --deny warnings |
| 1621 | 2026-08-29T16:12:28.522Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1622 | 2026-08-29T16:12:28.525Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1623 | 2026-08-29T16:12:28.525Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1624 | 2026-08-29T16:12:35.800Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1625 | 2026-08-29T16:12:35.803Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1626 | 2026-08-29T16:12:38.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.33s |
| 1627 | 2026-08-29T16:12:38.547Z | + banner fmt |
| 1628 | 2026-08-29T16:12:38.551Z | |
| 1629 | 2026-08-29T16:12:38.551Z | ###### # # ##### |
| 1630 | 2026-08-29T16:12:38.551Z | # ## ## # |
| 1631 | 2026-08-29T16:12:38.551Z | ##### # ## # # |
| 1632 | 2026-08-29T16:12:38.551Z | # # # # |
| 1633 | 2026-08-29T16:12:38.551Z | # # # # |
| 1634 | 2026-08-29T16:12:38.551Z | # # # # |
| 1635 | 2026-08-29T16:12:38.551Z | |
| 1636 | 2026-08-29T16:12:38.551Z | + cargo fmt -- --check |
| 1637 | 2026-08-29T16:12:38.997Z | + banner test |
| 1638 | 2026-08-29T16:12:39.001Z | |
| 1639 | 2026-08-29T16:12:39.001Z | ##### ###### #### ##### |
| 1640 | 2026-08-29T16:12:39.001Z | # # # # |
| 1641 | 2026-08-29T16:12:39.001Z | # ##### #### # |
| 1642 | 2026-08-29T16:12:39.001Z | # # # # |
| 1643 | 2026-08-29T16:12:39.001Z | # # # # # |
| 1644 | 2026-08-29T16:12:39.001Z | # ###### #### # |
| 1645 | 2026-08-29T16:12:39.001Z | |
| 1646 | 2026-08-29T16:12:39.001Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1647 | 2026-08-29T16:12:39.001Z | + RUST_BACKTRACE=full |
| 1648 | 2026-08-29T16:12:39.001Z | + cargo test --features tofino_stub --no-fail-fast |
| 1649 | 2026-08-29T16:12:39.852Z | Compiling unicode-ident v1.0.24 |
| 1650 | 2026-08-29T16:12:39.852Z | Compiling cfg-if v1.0.4 |
| 1651 | 2026-08-29T16:12:39.855Z | Compiling memchr v2.7.5 |
| 1652 | 2026-08-29T16:12:39.963Z | Compiling serde_core v1.0.228 |
| 1653 | 2026-08-29T16:12:39.975Z | Compiling itoa v1.0.15 |
| 1654 | 2026-08-29T16:12:39.978Z | Compiling libc v0.2.186 |
| 1655 | 2026-08-29T16:12:39.992Z | Compiling zmij v1.0.17 |
| 1656 | 2026-08-29T16:12:40.002Z | Compiling libm v0.2.15 |
| 1657 | 2026-08-29T16:12:40.067Z | Compiling proc-macro2 v1.0.106 |
| 1658 | 2026-08-29T16:12:40.097Z | Compiling heck v0.5.0 |
| 1659 | 2026-08-29T16:12:40.267Z | Compiling equivalent v1.0.2 |
| 1660 | 2026-08-29T16:12:40.360Z | Compiling log v0.4.29 |
| 1661 | 2026-08-29T16:12:40.476Z | Compiling quote v1.0.45 |
| 1662 | 2026-08-29T16:12:40.545Z | Compiling iana-time-zone v0.1.64 |
| 1663 | 2026-08-29T16:12:40.557Z | Compiling smallvec v1.15.1 |
| 1664 | 2026-08-29T16:12:40.716Z | Compiling syn v2.0.118 |
| 1665 | 2026-08-29T16:12:40.761Z | Compiling dyn-clone v1.0.20 |
| 1666 | 2026-08-29T16:12:40.765Z | Compiling hashbrown v0.17.1 |
| 1667 | 2026-08-29T16:12:40.785Z | Compiling fnv v1.0.7 |
| 1668 | 2026-08-29T16:12:40.790Z | Compiling regex-syntax v0.8.11 |
| 1669 | 2026-08-29T16:12:40.884Z | Compiling stable_deref_trait v1.2.0 |
| 1670 | 2026-08-29T16:12:40.905Z | Compiling pin-project-lite v0.2.16 |
| 1671 | 2026-08-29T16:12:40.967Z | Compiling percent-encoding v2.3.2 |
| 1672 | 2026-08-29T16:12:41.006Z | Compiling writeable v0.6.1 |
| 1673 | 2026-08-29T16:12:41.130Z | Compiling litemap v0.8.0 |
| 1674 | 2026-08-29T16:12:41.168Z | Compiling num-traits v0.2.19 |
| 1675 | 2026-08-29T16:12:41.314Z | Compiling icu_normalizer_data v2.0.0 |
| 1676 | 2026-08-29T16:12:41.327Z | Compiling icu_properties_data v2.0.1 |
| 1677 | 2026-08-29T16:12:41.346Z | Compiling form_urlencoded v1.2.2 |
| 1678 | 2026-08-29T16:12:41.393Z | Compiling utf8_iter v1.0.4 |
| 1679 | 2026-08-29T16:12:41.461Z | Compiling getrandom v0.4.2 |
| 1680 | 2026-08-29T16:12:41.533Z | Compiling aho-corasick v1.1.3 |
| 1681 | 2026-08-29T16:12:41.546Z | Compiling scopeguard v1.2.0 |
| 1682 | 2026-08-29T16:12:41.609Z | Compiling semver v1.0.28 |
| 1683 | 2026-08-29T16:12:41.654Z | Compiling serde_json v1.0.150 |
| 1684 | 2026-08-29T16:12:41.776Z | Compiling indexmap v2.14.0 |
| 1685 | 2026-08-29T16:12:41.789Z | Compiling lock_api v0.4.14 |
| 1686 | 2026-08-29T16:12:41.948Z | Compiling byteorder v1.5.0 |
| 1687 | 2026-08-29T16:12:42.015Z | Compiling ucd-trie v0.1.7 |
| 1688 | 2026-08-29T16:12:42.137Z | Compiling uuid v1.23.3 |
| 1689 | 2026-08-29T16:12:42.169Z | Compiling allocator-api2 v0.2.21 |
| 1690 | 2026-08-29T16:12:42.309Z | Compiling regex-automata v0.4.13 |
| 1691 | 2026-08-29T16:12:42.402Z | Compiling futures-core v0.3.32 |
| 1692 | 2026-08-29T16:12:42.498Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-08-29T16:12:42.569Z | Compiling ryu v1.0.20 |
| 1694 | 2026-08-29T16:12:42.728Z | Compiling hashbrown v0.16.1 |
| 1695 | 2026-08-29T16:12:42.762Z | Compiling pretty-hex v0.4.1 |
| 1696 | 2026-08-29T16:12:42.904Z | Compiling futures-sink v0.3.32 |
| 1697 | 2026-08-29T16:12:42.932Z | Compiling strsim v0.11.1 |
| 1698 | 2026-08-29T16:12:43.013Z | Compiling plain v0.2.3 |
| 1699 | 2026-08-29T16:12:43.127Z | Compiling num-conv v0.2.1 |
| 1700 | 2026-08-29T16:12:43.202Z | Compiling time-core v0.1.8 |
| 1701 | 2026-08-29T16:12:43.313Z | Compiling slab v0.4.11 |
| 1702 | 2026-08-29T16:12:43.327Z | Compiling futures-channel v0.3.32 |
| 1703 | 2026-08-29T16:12:43.358Z | Compiling time-macros v0.2.27 |
| 1704 | 2026-08-29T16:12:43.440Z | Compiling synstructure v0.13.2 |
| 1705 | 2026-08-29T16:12:43.489Z | Compiling serde_derive_internals v0.29.1 |
| 1706 | 2026-08-29T16:12:43.702Z | Compiling futures-task v0.3.32 |
| 1707 | 2026-08-29T16:12:43.705Z | Compiling futures-io v0.3.32 |
| 1708 | 2026-08-29T16:12:43.875Z | Compiling regress v0.10.5 |
| 1709 | 2026-08-29T16:12:43.905Z | Compiling darling_core v0.21.3 |
| 1710 | 2026-08-29T16:12:44.063Z | Compiling regex v1.12.4 |
| 1711 | 2026-08-29T16:12:44.086Z | Compiling thread-id v5.0.0 |
| 1712 | 2026-08-29T16:12:44.173Z | Compiling getrandom v0.2.16 |
| 1713 | 2026-08-29T16:12:44.225Z | Compiling socket2 v0.6.4 |
| 1714 | 2026-08-29T16:12:44.359Z | Compiling parking_lot_core v0.9.12 |
| 1715 | 2026-08-29T16:12:44.533Z | Compiling bitflags v2.11.1 |
| 1716 | 2026-08-29T16:12:44.658Z | Compiling parking_lot v0.12.5 |
| 1717 | 2026-08-29T16:12:44.678Z | Compiling signal-hook-registry v1.4.6 |
| 1718 | 2026-08-29T16:12:44.691Z | Compiling serde_derive v1.0.228 |
| 1719 | 2026-08-29T16:12:44.782Z | Compiling zerofrom-derive v0.1.6 |
| 1720 | 2026-08-29T16:12:44.818Z | Compiling yoke-derive v0.8.0 |
| 1721 | 2026-08-29T16:12:44.903Z | Compiling zerovec-derive v0.11.1 |
| 1722 | 2026-08-29T16:12:45.082Z | Compiling displaydoc v0.2.5 |
| 1723 | 2026-08-29T16:12:45.127Z | Compiling thiserror-impl v2.0.18 |
| 1724 | 2026-08-29T16:12:45.856Z | Compiling schemars_derive v0.8.22 |
| 1725 | 2026-08-29T16:12:45.874Z | Compiling tokio-macros v2.7.0 |
| 1726 | 2026-08-29T16:12:46.015Z | Compiling zeroize_derive v1.4.3 |
| 1727 | 2026-08-29T16:12:46.027Z | Compiling zerocopy-derive v0.8.27 |
| 1728 | 2026-08-29T16:12:46.047Z | Compiling futures-macro v0.3.32 |
| 1729 | 2026-08-29T16:12:46.404Z | Compiling thiserror v2.0.18 |
| 1730 | 2026-08-29T16:12:46.517Z | Compiling zerofrom v0.1.6 |
| 1731 | 2026-08-29T16:12:46.634Z | Compiling yoke v0.8.0 |
| 1732 | 2026-08-29T16:12:46.651Z | Compiling tracing-attributes v0.1.30 |
| 1733 | 2026-08-29T16:12:46.706Z | Compiling thiserror-impl v1.0.69 |
| 1734 | 2026-08-29T16:12:46.832Z | Compiling zerovec v0.11.4 |
| 1735 | 2026-08-29T16:12:46.899Z | Compiling zerotrie v0.2.2 |
| 1736 | 2026-08-29T16:12:47.079Z | Compiling pest v2.8.2 |
| 1737 | 2026-08-29T16:12:47.209Z | Compiling scroll_derive v0.13.1 |
| 1738 | 2026-08-29T16:12:47.286Z | Compiling zerocopy v0.8.27 |
| 1739 | 2026-08-29T16:12:47.440Z | Compiling serde v1.0.228 |
| 1740 | 2026-08-29T16:12:47.752Z | Compiling tinystr v0.8.1 |
| 1741 | 2026-08-29T16:12:47.883Z | Compiling bytes v1.12.0 |
| 1742 | 2026-08-29T16:12:47.896Z | Compiling serde_tokenstream v0.2.3 |
| 1743 | 2026-08-29T16:12:47.958Z | Compiling icu_locale_core v2.0.0 |
| 1744 | 2026-08-29T16:12:47.961Z | Compiling potential_utf v0.1.3 |
| 1745 | 2026-08-29T16:12:48.062Z | Compiling chrono v0.4.45 |
| 1746 | 2026-08-29T16:12:48.138Z | Compiling icu_collections v2.0.0 |
| 1747 | 2026-08-29T16:12:48.179Z | Compiling pest_meta v2.8.2 |
| 1748 | 2026-08-29T16:12:48.191Z | Compiling async-trait v0.1.89 |
| 1749 | 2026-08-29T16:12:48.372Z | Compiling http v1.4.2 |
| 1750 | 2026-08-29T16:12:48.532Z | Compiling icu_provider v2.0.0 |
| 1751 | 2026-08-29T16:12:48.652Z | Compiling scroll v0.13.0 |
| 1752 | 2026-08-29T16:12:48.766Z | Compiling pest_generator v2.8.2 |
| 1753 | 2026-08-29T16:12:48.808Z | Compiling icu_normalizer v2.0.0 |
| 1754 | 2026-08-29T16:12:48.852Z | Compiling icu_properties v2.0.1 |
| 1755 | 2026-08-29T16:12:48.917Z | Compiling goblin v0.10.1 |
| 1756 | 2026-08-29T16:12:49.173Z | Compiling schemars v0.8.22 |
| 1757 | 2026-08-29T16:12:49.343Z | Compiling daft-derive v0.1.5 |
| 1758 | 2026-08-29T16:12:49.417Z | Compiling darling_macro v0.21.3 |
| 1759 | 2026-08-29T16:12:49.477Z | Compiling pest_derive v2.8.2 |
| 1760 | 2026-08-29T16:12:49.560Z | Compiling openssl-macros v0.1.1 |
| 1761 | 2026-08-29T16:12:50.065Z | Compiling idna_adapter v1.2.1 |
| 1762 | 2026-08-29T16:12:50.065Z | Compiling typify-impl v0.4.3 |
| 1763 | 2026-08-29T16:12:50.089Z | Compiling dtrace-parser v0.3.0 |
| 1764 | 2026-08-29T16:12:50.110Z | Compiling darling v0.21.3 |
| 1765 | 2026-08-29T16:12:50.124Z | Compiling openapiv3 v2.2.0 |
| 1766 | 2026-08-29T16:12:50.191Z | Compiling idna v1.1.0 |
| 1767 | 2026-08-29T16:12:50.212Z | Compiling structmeta-derive v0.3.0 |
| 1768 | 2026-08-29T16:12:50.351Z | Compiling async-stream-impl v0.3.6 |
| 1769 | 2026-08-29T16:12:50.968Z | Compiling url v2.5.7 |
| 1770 | 2026-08-29T16:12:50.983Z | Compiling newtype-uuid-macros v0.1.0 |
| 1771 | 2026-08-29T16:12:51.003Z | Compiling serde_yaml v0.9.34+deprecated |
| 1772 | 2026-08-29T16:12:51.278Z | Compiling structmeta v0.3.0 |
| 1773 | 2026-08-29T16:12:51.488Z | Compiling zeroize v1.8.1 |
| 1774 | 2026-08-29T16:12:51.699Z | Compiling dof v0.4.0 |
| 1775 | 2026-08-29T16:12:51.712Z | Compiling strum_macros v0.26.4 |
| 1776 | 2026-08-29T16:12:51.746Z | Compiling untrusted v0.9.0 |
| 1777 | 2026-08-29T16:12:51.806Z | Compiling thiserror v1.0.69 |
| 1778 | 2026-08-29T16:12:51.855Z | Compiling mio v1.2.1 |
| 1779 | 2026-08-29T16:12:51.869Z | Compiling omicron-workspace-hack v0.1.0 |
| 1780 | 2026-08-29T16:12:51.910Z | Compiling base64 v0.22.1 |
| 1781 | 2026-08-29T16:12:52.247Z | Compiling usdt-impl v0.6.0 |
| 1782 | 2026-08-29T16:12:52.293Z | Compiling tokio v1.52.3 |
| 1783 | 2026-08-29T16:12:52.358Z | Compiling http-body v1.0.1 |
| 1784 | 2026-08-29T16:12:52.518Z | Compiling dropshot_endpoint v0.16.7 |
| 1785 | 2026-08-29T16:12:52.792Z | Compiling ref-cast-impl v1.0.25 |
| 1786 | 2026-08-29T16:12:53.043Z | Compiling atomic-waker v1.1.2 |
| 1787 | 2026-08-29T16:12:53.177Z | Compiling ipnet v2.11.0 |
| 1788 | 2026-08-29T16:12:53.342Z | Compiling derive-ex v0.1.8 |
| 1789 | 2026-08-29T16:12:53.419Z | Compiling strum_macros v0.27.2 |
| 1790 | 2026-08-29T16:12:53.432Z | Compiling httparse v1.10.1 |
| 1791 | 2026-08-29T16:12:53.638Z | Compiling usdt-macro v0.6.0 |
| 1792 | 2026-08-29T16:12:53.723Z | Compiling usdt-attr-macro v0.6.0 |
| 1793 | 2026-08-29T16:12:53.743Z | Compiling portable-atomic v1.11.1 |
| 1794 | 2026-08-29T16:12:54.187Z | Compiling tower-layer v0.3.3 |
| 1795 | 2026-08-29T16:12:54.270Z | Compiling tower-service v0.3.3 |
| 1796 | 2026-08-29T16:12:54.374Z | Compiling critical-section v1.2.0 |
| 1797 | 2026-08-29T16:12:54.489Z | Compiling try-lock v0.2.5 |
| 1798 | 2026-08-29T16:12:54.606Z | Compiling want v0.3.1 |
| 1799 | 2026-08-29T16:12:54.702Z | Compiling once_cell v1.21.3 |
| 1800 | 2026-08-29T16:12:54.826Z | Compiling httpdate v1.0.3 |
| 1801 | 2026-08-29T16:12:54.866Z | Compiling serde_with_macros v3.14.1 |
| 1802 | 2026-08-29T16:12:54.995Z | Compiling test-strategy v0.4.3 |
| 1803 | 2026-08-29T16:12:55.070Z | Compiling ppv-lite86 v0.2.21 |
| 1804 | 2026-08-29T16:12:55.293Z | Compiling erased-serde v0.3.31 |
| 1805 | 2026-08-29T16:12:55.797Z | Compiling subtle v2.6.1 |
| 1806 | 2026-08-29T16:12:55.973Z | Compiling parse-display-derive v0.10.0 |
| 1807 | 2026-08-29T16:12:56.017Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1808 | 2026-08-29T16:12:56.253Z | Compiling typify-macro v0.4.3 |
| 1809 | 2026-08-29T16:12:56.561Z | Compiling http-body-util v0.1.3 |
| 1810 | 2026-08-29T16:12:56.573Z | Compiling anyhow v1.0.102 |
| 1811 | 2026-08-29T16:12:56.929Z | Compiling serde_urlencoded v0.7.1 |
| 1812 | 2026-08-29T16:12:56.965Z | Compiling rand_core v0.6.4 |
| 1813 | 2026-08-29T16:12:57.181Z | Compiling typenum v1.20.1 |
| 1814 | 2026-08-29T16:12:57.194Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1815 | 2026-08-29T16:12:57.355Z | Compiling futures-util v0.3.32 |
| 1816 | 2026-08-29T16:12:57.679Z | Compiling sync_wrapper v1.0.2 |
| 1817 | 2026-08-29T16:12:57.845Z | Compiling powerfmt v0.2.0 |
| 1818 | 2026-08-29T16:12:57.957Z | Compiling num_threads v0.1.7 |
| 1819 | 2026-08-29T16:12:58.057Z | Compiling deranged v0.5.3 |
| 1820 | 2026-08-29T16:12:58.059Z | Compiling tracing-core v0.1.34 |
| 1821 | 2026-08-29T16:12:58.081Z | Compiling camino v1.2.3 |
| 1822 | 2026-08-29T16:12:58.098Z | Compiling iri-string v0.7.8 |
| 1823 | 2026-08-29T16:12:58.302Z | Compiling typify v0.4.3 |
| 1824 | 2026-08-29T16:12:58.402Z | Compiling progenitor-impl v0.11.1 |
| 1825 | 2026-08-29T16:12:58.543Z | Compiling tracing v0.1.41 |
| 1826 | 2026-08-29T16:12:58.661Z | Compiling encoding_rs v0.8.35 |
| 1827 | 2026-08-29T16:12:58.777Z | Compiling fastrand v2.3.0 |
| 1828 | 2026-08-29T16:12:58.872Z | Compiling mime v0.3.17 |
| 1829 | 2026-08-29T16:12:59.116Z | Compiling cpufeatures v0.2.17 |
| 1830 | 2026-08-29T16:12:59.151Z | Compiling generic-array v0.14.7 |
| 1831 | 2026-08-29T16:12:59.299Z | Compiling hex v0.4.3 |
| 1832 | 2026-08-29T16:12:59.623Z | Compiling crypto-common v0.1.6 |
| 1833 | 2026-08-29T16:12:59.650Z | Compiling errno v0.3.14 |
| 1834 | 2026-08-29T16:12:59.843Z | Compiling tokio-util v0.7.16 |
| 1835 | 2026-08-29T16:12:59.949Z | Compiling thread_local v1.1.9 |
| 1836 | 2026-08-29T16:13:00.048Z | Compiling unicode-width v0.2.1 |
| 1837 | 2026-08-29T16:13:00.213Z | Compiling syn v1.0.109 |
| 1838 | 2026-08-29T16:13:00.279Z | Compiling rustls-pki-types v1.12.0 |
| 1839 | 2026-08-29T16:13:00.335Z | Compiling winnow v0.7.14 |
| 1840 | 2026-08-29T16:13:00.505Z | Compiling match_cfg v0.1.0 |
| 1841 | 2026-08-29T16:13:00.589Z | Compiling rustix v1.1.4 |
| 1842 | 2026-08-29T16:13:01.107Z | Compiling term v1.2.0 |
| 1843 | 2026-08-29T16:13:01.246Z | Compiling take_mut v0.2.2 |
| 1844 | 2026-08-29T16:13:01.328Z | Compiling winnow v1.0.3 |
| 1845 | 2026-08-29T16:13:01.701Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1846 | 2026-08-29T16:13:01.741Z | Compiling h2 v0.4.14 |
| 1847 | 2026-08-29T16:13:01.819Z | Compiling ring v0.17.14 |
| 1848 | 2026-08-29T16:13:01.935Z | Compiling progenitor-macro v0.11.1 |
| 1849 | 2026-08-29T16:13:02.036Z | Compiling serde_spanned v1.1.1 |
| 1850 | 2026-08-29T16:13:02.196Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1851 | 2026-08-29T16:13:02.419Z | Compiling debug-ignore v1.0.5 |
| 1852 | 2026-08-29T16:13:02.530Z | Compiling spin v0.9.8 |
| 1853 | 2026-08-29T16:13:02.653Z | Compiling quick-error v1.2.3 |
| 1854 | 2026-08-29T16:13:02.802Z | Compiling block-buffer v0.10.4 |
| 1855 | 2026-08-29T16:13:03.067Z | Compiling waitgroup v0.1.2 |
| 1856 | 2026-08-29T16:13:03.214Z | Compiling async-stream v0.3.6 |
| 1857 | 2026-08-29T16:13:03.395Z | Compiling serde_path_to_error v0.1.20 |
| 1858 | 2026-08-29T16:13:03.549Z | Compiling bit-vec v0.8.0 |
| 1859 | 2026-08-29T16:13:03.762Z | Compiling lazy_static v1.5.0 |
| 1860 | 2026-08-29T16:13:03.790Z | Compiling bit-set v0.8.0 |
| 1861 | 2026-08-29T16:13:03.836Z | Compiling hyper v1.10.1 |
| 1862 | 2026-08-29T16:13:03.866Z | Compiling digest v0.10.7 |
| 1863 | 2026-08-29T16:13:03.956Z | Compiling strum v0.26.3 |
| 1864 | 2026-08-29T16:13:03.968Z | Compiling ipnetwork v0.21.1 |
| 1865 | 2026-08-29T16:13:04.050Z | Compiling crossbeam-utils v0.8.21 |
| 1866 | 2026-08-29T16:13:04.084Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1867 | 2026-08-29T16:13:04.396Z | Compiling unarray v0.1.4 |
| 1868 | 2026-08-29T16:13:04.414Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1869 | 2026-08-29T16:13:04.443Z | Compiling slog v2.8.2 |
| 1870 | 2026-08-29T16:13:04.512Z | Compiling macaddr v1.0.1 |
| 1871 | 2026-08-29T16:13:04.564Z | Compiling tabwriter v1.4.1 |
| 1872 | 2026-08-29T16:13:04.743Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1873 | 2026-08-29T16:13:04.854Z | Compiling ref-cast v1.0.25 |
| 1874 | 2026-08-29T16:13:04.931Z | Compiling colored v3.1.1 |
| 1875 | 2026-08-29T16:13:04.960Z | Compiling hyper-util v0.1.20 |
| 1876 | 2026-08-29T16:13:04.991Z | Compiling strum v0.27.2 |
| 1877 | 2026-08-29T16:13:05.126Z | Compiling aws-lc-sys v0.39.1 |
| 1878 | 2026-08-29T16:13:05.330Z | Compiling getrandom v0.3.3 |
| 1879 | 2026-08-29T16:13:05.525Z | Compiling untrusted v0.7.1 |
| 1880 | 2026-08-29T16:13:05.633Z | Compiling rand_core v0.9.3 |
| 1881 | 2026-08-29T16:13:05.658Z | Compiling oxnet v0.1.6 |
| 1882 | 2026-08-29T16:13:05.862Z | Compiling aws-lc-rs v1.16.2 |
| 1883 | 2026-08-29T16:13:05.984Z | Compiling openssl-sys v0.9.117 |
| 1884 | 2026-08-29T16:13:06.446Z | Compiling futures-executor v0.3.32 |
| 1885 | 2026-08-29T16:13:06.672Z | Compiling instant v0.1.13 |
| 1886 | 2026-08-29T16:13:06.796Z | Compiling foreign-types-shared v0.1.1 |
| 1887 | 2026-08-29T16:13:06.849Z | Compiling rustls-webpki v0.103.6 |
| 1888 | 2026-08-29T16:13:06.887Z | Compiling foreign-types v0.3.2 |
| 1889 | 2026-08-29T16:13:06.964Z | Compiling rand_chacha v0.9.0 |
| 1890 | 2026-08-29T16:13:06.996Z | Compiling tempfile v3.27.0 |
| 1891 | 2026-08-29T16:13:07.167Z | Compiling tower v0.5.2 |
| 1892 | 2026-08-29T16:13:07.381Z | Compiling rustls v0.23.40 |
| 1893 | 2026-08-29T16:13:07.425Z | Compiling toml_datetime v0.6.11 |
| 1894 | 2026-08-29T16:13:07.446Z | Compiling openssl-probe v0.1.6 |
| 1895 | 2026-08-29T16:13:07.656Z | Compiling tower-http v0.6.8 |
| 1896 | 2026-08-29T16:13:07.700Z | Compiling rand v0.9.3 |
| 1897 | 2026-08-29T16:13:07.880Z | Compiling openssl v0.10.81 |
| 1898 | 2026-08-29T16:13:08.079Z | Compiling futures v0.3.32 |
| 1899 | 2026-08-29T16:13:08.165Z | Compiling time v0.3.47 |
| 1900 | 2026-08-29T16:13:08.291Z | Compiling clap_derive v4.6.1 |
| 1901 | 2026-08-29T16:13:08.304Z | Compiling memmap2 v0.9.8 |
| 1902 | 2026-08-29T16:13:08.872Z | Compiling crossbeam-channel v0.5.15 |
| 1903 | 2026-08-29T16:13:08.889Z | Compiling webpki-roots v1.0.2 |
| 1904 | 2026-08-29T16:13:09.017Z | Compiling newtype-uuid v1.3.2 |
| 1905 | 2026-08-29T16:13:09.371Z | Compiling daft v0.1.5 |
| 1906 | 2026-08-29T16:13:09.654Z | Compiling is-terminal v0.4.16 |
| 1907 | 2026-08-29T16:13:09.904Z | Compiling either v1.15.0 |
| 1908 | 2026-08-29T16:13:09.940Z | Compiling slog-term v2.9.2 |
| 1909 | 2026-08-29T16:13:10.032Z | Compiling slog-json v2.6.1 |
| 1910 | 2026-08-29T16:13:10.116Z | Compiling usdt v0.6.0 |
| 1911 | 2026-08-29T16:13:10.235Z | Compiling slog-async v2.8.0 |
| 1912 | 2026-08-29T16:13:10.411Z | Compiling tokio-rustls v0.26.4 |
| 1913 | 2026-08-29T16:13:10.426Z | Compiling native-tls v0.2.14 |
| 1914 | 2026-08-29T16:13:10.492Z | Compiling hostname v0.3.1 |
| 1915 | 2026-08-29T16:13:10.643Z | Compiling tokio-native-tls v0.3.1 |
| 1916 | 2026-08-29T16:13:10.687Z | Compiling hyper-rustls v0.27.7 |
| 1917 | 2026-08-29T16:13:10.742Z | Compiling slog-bunyan v2.5.0 |
| 1918 | 2026-08-29T16:13:10.768Z | Compiling rustls-webpki v0.102.8 |
| 1919 | 2026-08-29T16:13:10.788Z | Compiling hyper-tls v0.6.0 |
| 1920 | 2026-08-29T16:13:10.818Z | Compiling multer v3.1.0 |
| 1921 | 2026-08-29T16:13:11.029Z | Compiling reqwest v0.12.23 |
| 1922 | 2026-08-29T16:13:11.029Z | Compiling rustls-pemfile v2.2.0 |
| 1923 | 2026-08-29T16:13:11.236Z | Compiling hostname v0.4.2 |
| 1924 | 2026-08-29T16:13:11.333Z | Compiling rustls v0.22.4 |
| 1925 | 2026-08-29T16:13:11.387Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1926 | 2026-08-29T16:13:11.667Z | Compiling rand_chacha v0.3.1 |
| 1927 | 2026-08-29T16:13:11.951Z | Compiling wait-timeout v0.2.1 |
| 1928 | 2026-08-29T16:13:12.172Z | Compiling rusty-fork v0.3.0 |
| 1929 | 2026-08-29T16:13:12.254Z | Compiling rand v0.8.5 |
| 1930 | 2026-08-29T16:13:12.534Z | Compiling rand_xorshift v0.4.0 |
| 1931 | 2026-08-29T16:13:12.586Z | Compiling sha1 v0.10.6 |
| 1932 | 2026-08-29T16:13:12.825Z | Compiling proptest v1.8.0 |
| 1933 | 2026-08-29T16:13:12.903Z | Compiling itertools v0.14.0 |
| 1934 | 2026-08-29T16:13:13.509Z | Compiling tokio-rustls v0.25.0 |
| 1935 | 2026-08-29T16:13:13.696Z | Compiling dropshot v0.16.7 |
| 1936 | 2026-08-29T16:13:14.134Z | Compiling anstyle v1.0.14 |
| 1937 | 2026-08-29T16:13:14.985Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1938 | 2026-08-29T16:13:15.320Z | Compiling progenitor-client v0.10.0 |
| 1939 | 2026-08-29T16:13:15.595Z | Compiling progenitor-client v0.11.1 |
| 1940 | 2026-08-29T16:13:15.631Z | Compiling serde_with v3.14.1 |
| 1941 | 2026-08-29T16:13:15.908Z | Compiling num-derive v0.4.2 |
| 1942 | 2026-08-29T16:13:16.113Z | Compiling progenitor v0.11.1 |
| 1943 | 2026-08-29T16:13:16.264Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1944 | 2026-08-29T16:13:16.611Z | Compiling rustc-hash v2.1.1 |
| 1945 | 2026-08-29T16:13:16.740Z | Compiling iddqd v0.3.18 |
| 1946 | 2026-08-29T16:13:16.753Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1947 | 2026-08-29T16:13:16.879Z | Compiling backoff v0.4.0 |
| 1948 | 2026-08-29T16:13:17.097Z | Compiling parse-display v0.10.0 |
| 1949 | 2026-08-29T16:13:17.307Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1950 | 2026-08-29T16:13:17.447Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1951 | 2026-08-29T16:13:17.865Z | Compiling utf8parse v0.2.2 |
| 1952 | 2026-08-29T16:13:17.993Z | Compiling anstyle-parse v1.0.0 |
| 1953 | 2026-08-29T16:13:18.263Z | Compiling is_terminal_polyfill v1.70.1 |
| 1954 | 2026-08-29T16:13:18.291Z | Compiling colorchoice v1.0.4 |
| 1955 | 2026-08-29T16:13:18.320Z | Compiling anstyle-query v1.1.4 |
| 1956 | 2026-08-29T16:13:18.397Z | Compiling anstream v1.0.0 |
| 1957 | 2026-08-29T16:13:18.429Z | Compiling clap_lex v1.1.0 |
| 1958 | 2026-08-29T16:13:19.609Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1959 | 2026-08-29T16:13:21.859Z | Compiling winnow v0.5.40 |
| 1960 | 2026-08-29T16:13:26.402Z | Compiling terminal_size v0.4.3 |
| 1961 | 2026-08-29T16:13:27.693Z | Compiling toml_edit v0.19.15 |
| 1962 | 2026-08-29T16:13:28.851Z | Compiling proc-macro-crate v1.3.1 |
| 1963 | 2026-08-29T16:13:29.208Z | Compiling clap_builder v4.6.0 |
| 1964 | 2026-08-29T16:13:29.576Z | Compiling dropshot_endpoint v0.17.1 |
| 1965 | 2026-08-29T16:13:31.300Z | Compiling clap v4.6.1 |
| 1966 | 2026-08-29T16:13:35.301Z | Compiling serde_spanned v0.6.9 |
| 1967 | 2026-08-29T16:13:36.395Z | Compiling prettyplease v0.2.37 |
| 1968 | 2026-08-29T16:13:36.685Z | Compiling adler2 v2.0.1 |
| 1969 | 2026-08-29T16:13:36.828Z | Compiling miniz_oxide v0.8.9 |
| 1970 | 2026-08-29T16:13:37.475Z | Compiling crc32fast v1.5.0 |
| 1971 | 2026-08-29T16:13:37.516Z | Compiling ingot-macros v0.1.1 |
| 1972 | 2026-08-29T16:13:37.800Z | Compiling zerocopy-derive v0.7.35 |
| 1973 | 2026-08-29T16:13:37.804Z | Compiling flate2 v1.1.2 |
| 1974 | 2026-08-29T16:13:38.801Z | Compiling hubpack_derive v0.1.1 |
| 1975 | 2026-08-29T16:13:38.846Z | Compiling hybrid-array v0.4.12 |
| 1976 | 2026-08-29T16:13:40.504Z | Compiling scroll_derive v0.12.1 |
| 1977 | 2026-08-29T16:13:40.615Z | Compiling toml_write v0.1.2 |
| 1978 | 2026-08-29T16:13:40.773Z | Compiling toml_edit v0.22.27 |
| 1979 | 2026-08-29T16:13:41.682Z | Compiling block-buffer v0.12.0 |
| 1980 | 2026-08-29T16:13:41.770Z | Compiling crypto-common v0.2.2 |
| 1981 | 2026-08-29T16:13:41.907Z | Compiling num_enum_derive v0.7.5 |
| 1982 | 2026-08-29T16:13:42.680Z | Compiling foreign-types-macros v0.2.3 |
| 1983 | 2026-08-29T16:13:42.707Z | Compiling num-integer v0.1.46 |
| 1984 | 2026-08-29T16:13:42.993Z | Compiling const-oid v0.10.2 |
| 1985 | 2026-08-29T16:13:43.042Z | Compiling compression-core v0.4.32 |
| 1986 | 2026-08-29T16:13:43.142Z | Compiling float-ord v0.3.2 |
| 1987 | 2026-08-29T16:13:43.208Z | Compiling compression-codecs v0.4.32 |
| 1988 | 2026-08-29T16:13:43.247Z | Compiling digest v0.11.3 |
| 1989 | 2026-08-29T16:13:43.486Z | Compiling toml v0.8.23 |
| 1990 | 2026-08-29T16:13:43.961Z | Compiling zerocopy v0.7.35 |
| 1991 | 2026-08-29T16:13:45.382Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1992 | 2026-08-29T16:13:45.610Z | Compiling glob v0.3.3 |
| 1993 | 2026-08-29T16:13:45.700Z | Compiling cpufeatures v0.3.0 |
| 1994 | 2026-08-29T16:13:45.785Z | Compiling sha1 v0.11.0 |
| 1995 | 2026-08-29T16:13:45.904Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1996 | 2026-08-29T16:13:46.050Z | Compiling async-compression v0.4.33 |
| 1997 | 2026-08-29T16:13:46.078Z | Compiling proc-macro-error-attr v1.0.4 |
| 1998 | 2026-08-29T16:13:46.137Z | Compiling num-rational v0.4.2 |
| 1999 | 2026-08-29T16:13:46.368Z | Compiling num-iter v0.1.45 |
| 2000 | 2026-08-29T16:13:46.664Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2001 | 2026-08-29T16:13:46.773Z | Compiling num-complex v0.4.6 |
| 2002 | 2026-08-29T16:13:47.171Z | Compiling num v0.4.3 |
| 2003 | 2026-08-29T16:13:47.255Z | Compiling dropshot v0.17.1 |
| 2004 | 2026-08-29T16:13:47.273Z | Compiling proc-macro-error v1.0.4 |
| 2005 | 2026-08-29T16:13:47.438Z | Compiling num_enum_derive v0.5.11 |
| 2006 | 2026-08-29T16:13:47.549Z | Compiling dtrace-parser v0.2.0 |
| 2007 | 2026-08-29T16:13:47.637Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2008 | 2026-08-29T16:13:48.004Z | Compiling dof v0.3.0 |
| 2009 | 2026-08-29T16:13:48.167Z | Compiling thread-id v4.2.2 |
| 2010 | 2026-08-29T16:13:48.263Z | Compiling derive_more v0.99.20 |
| 2011 | 2026-08-29T16:13:48.370Z | Compiling usdt-impl v0.5.0 |
| 2012 | 2026-08-29T16:13:48.492Z | Compiling minimal-lexical v0.2.1 |
| 2013 | 2026-08-29T16:13:48.772Z | Compiling nom v7.1.3 |
| 2014 | 2026-08-29T16:13:48.905Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2015 | 2026-08-29T16:13:49.507Z | Compiling usdt-macro v0.5.0 |
| 2016 | 2026-08-29T16:13:49.678Z | Compiling usdt-attr-macro v0.5.0 |
| 2017 | 2026-08-29T16:13:50.132Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2018 | 2026-08-29T16:13:50.336Z | Compiling zone_cfg_derive v0.3.1 |
| 2019 | 2026-08-29T16:13:50.848Z | Compiling libscf-sys v1.2.0 |
| 2020 | 2026-08-29T16:13:50.998Z | Compiling rustc_version v0.4.1 |
| 2021 | 2026-08-29T16:13:51.050Z | Compiling memoffset v0.9.1 |
| 2022 | 2026-08-29T16:13:51.145Z | Compiling crossbeam-epoch v0.9.18 |
| 2023 | 2026-08-29T16:13:51.414Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2024 | 2026-08-29T16:13:51.813Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2025 | 2026-08-29T16:13:51.934Z | Compiling enum-as-inner v0.6.1 |
| 2026 | 2026-08-29T16:13:51.970Z | Compiling curve25519-dalek v4.1.3 |
| 2027 | 2026-08-29T16:13:52.277Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2028 | 2026-08-29T16:13:52.475Z | Compiling regress v0.11.1 |
| 2029 | 2026-08-29T16:13:52.610Z | Compiling crossbeam-deque v0.8.6 |
| 2030 | 2026-08-29T16:13:52.835Z | Compiling hubpack v0.1.2 |
| 2031 | 2026-08-29T16:13:53.472Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2032 | 2026-08-29T16:13:53.994Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2033 | 2026-08-29T16:13:54.464Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2034 | 2026-08-29T16:13:54.574Z | Compiling static_assertions v1.1.0 |
| 2035 | 2026-08-29T16:13:54.658Z | Compiling typify-impl v0.6.2 |
| 2036 | 2026-08-29T16:13:54.715Z | Compiling rayon-core v1.13.0 |
| 2037 | 2026-08-29T16:13:55.066Z | Compiling clang-sys v1.8.1 |
| 2038 | 2026-08-29T16:13:55.476Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2039 | 2026-08-29T16:13:55.673Z | Compiling hash32 v0.3.1 |
| 2040 | 2026-08-29T16:13:55.739Z | Compiling bytecount v0.6.9 |
| 2041 | 2026-08-29T16:13:55.842Z | Compiling heapless v0.8.0 |
| 2042 | 2026-08-29T16:13:55.894Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2043 | 2026-08-29T16:13:55.897Z | Compiling scroll v0.12.0 |
| 2044 | 2026-08-29T16:13:56.188Z | Compiling ingot-types v0.1.2 |
| 2045 | 2026-08-29T16:13:56.213Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2046 | 2026-08-29T16:13:56.423Z | Compiling cobs v0.3.0 |
| 2047 | 2026-08-29T16:13:56.545Z | Compiling libloading v0.8.9 |
| 2048 | 2026-08-29T16:13:56.557Z | Compiling managed v0.8.0 |
| 2049 | 2026-08-29T16:13:56.594Z | Compiling bitflags v1.3.2 |
| 2050 | 2026-08-29T16:13:56.630Z | Compiling foreign-types-shared v0.3.1 |
| 2051 | 2026-08-29T16:13:56.678Z | Compiling bindgen v0.72.1 |
| 2052 | 2026-08-29T16:13:56.732Z | Compiling smoltcp v0.11.0 |
| 2053 | 2026-08-29T16:13:56.748Z | Compiling foreign-types v0.5.0 |
| 2054 | 2026-08-29T16:13:56.779Z | Compiling postcard v1.1.3 |
| 2055 | 2026-08-29T16:13:56.835Z | Compiling ingot v0.1.1 |
| 2056 | 2026-08-29T16:13:57.379Z | Compiling goblin v0.8.2 |
| 2057 | 2026-08-29T16:13:57.555Z | Compiling cexpr v0.6.0 |
| 2058 | 2026-08-29T16:13:57.568Z | Compiling num_enum v0.7.5 |
| 2059 | 2026-08-29T16:13:57.689Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2060 | 2026-08-29T16:13:58.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2061 | 2026-08-29T16:13:58.200Z | Compiling camino-tempfile v1.4.1 |
| 2062 | 2026-08-29T16:13:58.408Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2063 | 2026-08-29T16:13:58.455Z | Compiling serde_repr v0.1.20 |
| 2064 | 2026-08-29T16:13:58.469Z | Compiling derive-where v1.6.0 |
| 2065 | 2026-08-29T16:13:58.639Z | Compiling cstr-argument v0.1.2 |
| 2066 | 2026-08-29T16:13:59.068Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-29T16:13:59.343Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2068 | 2026-08-29T16:14:00.552Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2069 | 2026-08-29T16:14:00.564Z | Compiling rayon v1.11.0 |
| 2070 | 2026-08-29T16:14:00.745Z | Compiling rustix v0.38.44 |
| 2071 | 2026-08-29T16:14:00.958Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2072 | 2026-08-29T16:14:01.053Z | Compiling typify-macro v0.6.2 |
| 2073 | 2026-08-29T16:14:01.090Z | Compiling crucible-workspace-hack v0.1.0 |
| 2074 | 2026-08-29T16:14:01.601Z | Compiling tinyvec_macros v0.1.1 |
| 2075 | 2026-08-29T16:14:01.679Z | Compiling tinyvec v1.10.0 |
| 2076 | 2026-08-29T16:14:02.035Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2077 | 2026-08-29T16:14:02.462Z | Compiling num_enum v0.5.11 |
| 2078 | 2026-08-29T16:14:02.776Z | Compiling pin-project-internal v1.1.10 |
| 2079 | 2026-08-29T16:14:02.954Z | Compiling memmap v0.7.0 |
| 2080 | 2026-08-29T16:14:03.177Z | Compiling typify v0.6.2 |
| 2081 | 2026-08-29T16:14:03.298Z | Compiling usdt v0.5.0 |
| 2082 | 2026-08-29T16:14:03.580Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2083 | 2026-08-29T16:14:03.707Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-29T16:14:03.888Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2085 | 2026-08-29T16:14:04.293Z | Compiling itertools v0.12.1 |
| 2086 | 2026-08-29T16:14:04.479Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2087 | 2026-08-29T16:14:04.498Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2088 | 2026-08-29T16:14:04.815Z | Compiling progenitor-impl v0.10.0 |
| 2089 | 2026-08-29T16:14:05.018Z | Compiling sigpipe v0.1.3 |
| 2090 | 2026-08-29T16:14:05.112Z | Compiling jiff v0.2.15 |
| 2091 | 2026-08-29T16:14:05.133Z | Compiling const_format_proc_macros v0.2.34 |
| 2092 | 2026-08-29T16:14:05.152Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2093 | 2026-08-29T16:14:05.428Z | Compiling zone v0.3.1 |
| 2094 | 2026-08-29T16:14:05.534Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-08-29T16:14:06.118Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2096 | 2026-08-29T16:14:06.329Z | Compiling progenitor-impl v0.14.0 |
| 2097 | 2026-08-29T16:14:06.407Z | Compiling atomicwrites v0.4.4 |
| 2098 | 2026-08-29T16:14:06.620Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-08-29T16:14:07.038Z | Compiling papergrid v0.18.0 |
| 2100 | 2026-08-29T16:14:07.170Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2101 | 2026-08-29T16:14:07.192Z | Compiling nix v0.30.1 |
| 2102 | 2026-08-29T16:14:07.680Z | Compiling smf v0.2.3 |
| 2103 | 2026-08-29T16:14:08.146Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2104 | 2026-08-29T16:14:08.279Z | Compiling secrecy v0.10.3 |
| 2105 | 2026-08-29T16:14:08.291Z | Compiling progenitor-macro v0.10.0 |
| 2106 | 2026-08-29T16:14:08.623Z | Compiling snafu-derive v0.8.9 |
| 2107 | 2026-08-29T16:14:08.696Z | Compiling async-recursion v1.1.1 |
| 2108 | 2026-08-29T16:14:08.970Z | Compiling whoami v1.6.1 |
| 2109 | 2026-08-29T16:14:09.027Z | Compiling predicates-core v1.0.9 |
| 2110 | 2026-08-29T16:14:09.579Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2111 | 2026-08-29T16:14:09.867Z | Compiling progenitor-macro v0.14.0 |
| 2112 | 2026-08-29T16:14:10.228Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2113 | 2026-08-29T16:14:10.429Z | Compiling tabled v0.21.0 |
| 2114 | 2026-08-29T16:14:12.513Z | Compiling nix v0.31.3 |
| 2115 | 2026-08-29T16:14:13.025Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-29T16:14:13.350Z | Compiling itertools v0.15.0 |
| 2117 | 2026-08-29T16:14:13.386Z | Compiling hmac v0.12.1 |
| 2118 | 2026-08-29T16:14:13.572Z | Compiling inout v0.1.4 |
| 2119 | 2026-08-29T16:14:13.701Z | Compiling ff v0.13.1 |
| 2120 | 2026-08-29T16:14:13.727Z | Compiling float-cmp v0.10.0 |
| 2121 | 2026-08-29T16:14:13.814Z | Compiling normalize-line-endings v0.3.0 |
| 2122 | 2026-08-29T16:14:13.839Z | Compiling data-encoding v2.9.0 |
| 2123 | 2026-08-29T16:14:13.959Z | Compiling difflib v0.4.0 |
| 2124 | 2026-08-29T16:14:14.172Z | Compiling predicates v3.1.4 |
| 2125 | 2026-08-29T16:14:14.413Z | Compiling group v0.13.0 |
| 2126 | 2026-08-29T16:14:14.536Z | Compiling cipher v0.4.4 |
| 2127 | 2026-08-29T16:14:14.659Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2128 | 2026-08-29T16:14:14.712Z | Compiling hkdf v0.12.4 |
| 2129 | 2026-08-29T16:14:14.781Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2130 | 2026-08-29T16:14:15.241Z | Compiling tabled_derive v0.7.0 |
| 2131 | 2026-08-29T16:14:15.570Z | Compiling universal-hash v0.5.1 |
| 2132 | 2026-08-29T16:14:15.591Z | Compiling crypto-bigint v0.5.5 |
| 2133 | 2026-08-29T16:14:15.609Z | Compiling half v2.7.1 |
| 2134 | 2026-08-29T16:14:15.637Z | Compiling base64ct v1.8.0 |
| 2135 | 2026-08-29T16:14:15.709Z | Compiling opaque-debug v0.3.1 |
| 2136 | 2026-08-29T16:14:15.913Z | Compiling ciborium-io v0.2.2 |
| 2137 | 2026-08-29T16:14:15.950Z | Compiling crc8 v0.1.1 |
| 2138 | 2026-08-29T16:14:16.030Z | Compiling unicode-segmentation v1.12.0 |
| 2139 | 2026-08-29T16:14:16.072Z | Compiling indent_write v2.2.0 |
| 2140 | 2026-08-29T16:14:16.144Z | Compiling base16ct v0.2.0 |
| 2141 | 2026-08-29T16:14:16.225Z | Compiling ciborium-ll v0.2.2 |
| 2142 | 2026-08-29T16:14:16.315Z | Compiling password-hash v0.5.0 |
| 2143 | 2026-08-29T16:14:16.445Z | Compiling newline-converter v0.3.0 |
| 2144 | 2026-08-29T16:14:16.569Z | Compiling poly1305 v0.8.0 |
| 2145 | 2026-08-29T16:14:16.758Z | Compiling elliptic-curve v0.13.8 |
| 2146 | 2026-08-29T16:14:17.037Z | Compiling chacha20 v0.9.1 |
| 2147 | 2026-08-29T16:14:17.095Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2148 | 2026-08-29T16:14:17.119Z | Compiling tokio-dtrace v0.1.1 |
| 2149 | 2026-08-29T16:14:17.264Z | Compiling thiserror-no-std v2.0.2 |
| 2150 | 2026-08-29T16:14:17.842Z | Compiling reqwest v0.13.2 |
| 2151 | 2026-08-29T16:14:18.215Z | Compiling blake2 v0.10.6 |
| 2152 | 2026-08-29T16:14:18.251Z | Compiling console v0.16.4 |
| 2153 | 2026-08-29T16:14:18.273Z | Compiling aead v0.5.2 |
| 2154 | 2026-08-29T16:14:18.440Z | Compiling strum_macros v0.28.0 |
| 2155 | 2026-08-29T16:14:18.541Z | Compiling bstr v1.12.0 |
| 2156 | 2026-08-29T16:14:18.891Z | Compiling resolv-conf v0.7.5 |
| 2157 | 2026-08-29T16:14:19.041Z | Compiling similar v3.2.0 |
| 2158 | 2026-08-29T16:14:19.053Z | Compiling linked-hash-map v0.5.6 |
| 2159 | 2026-08-29T16:14:19.161Z | Compiling keccak v0.1.6 |
| 2160 | 2026-08-29T16:14:19.244Z | Compiling lru-cache v0.1.2 |
| 2161 | 2026-08-29T16:14:19.379Z | Compiling sha3 v0.10.8 |
| 2162 | 2026-08-29T16:14:19.925Z | Compiling expectorate v1.3.0 |
| 2163 | 2026-08-29T16:14:20.227Z | Compiling progenitor-client v0.14.0 |
| 2164 | 2026-08-29T16:14:20.279Z | Compiling argon2 v0.5.3 |
| 2165 | 2026-08-29T16:14:20.313Z | Compiling chacha20poly1305 v0.10.1 |
| 2166 | 2026-08-29T16:14:20.462Z | Compiling vsss-rs v3.3.4 |
| 2167 | 2026-08-29T16:14:20.536Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2168 | 2026-08-29T16:14:20.836Z | Compiling oxide-tokio-rt v0.1.2 |
| 2169 | 2026-08-29T16:14:21.283Z | Compiling ciborium v0.2.2 |
| 2170 | 2026-08-29T16:14:21.295Z | Compiling hickory-proto v0.24.4 |
| 2171 | 2026-08-29T16:14:21.611Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2172 | 2026-08-29T16:14:21.777Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2173 | 2026-08-29T16:14:22.496Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2174 | 2026-08-29T16:14:22.597Z | Compiling serde-big-array v0.5.1 |
| 2175 | 2026-08-29T16:14:22.831Z | Compiling same-file v1.0.6 |
| 2176 | 2026-08-29T16:14:22.999Z | Compiling siphasher v1.0.1 |
| 2177 | 2026-08-29T16:14:23.160Z | Compiling phf_shared v0.12.1 |
| 2178 | 2026-08-29T16:14:23.232Z | Compiling hickory-resolver v0.24.4 |
| 2179 | 2026-08-29T16:14:23.253Z | Compiling walkdir v2.5.0 |
| 2180 | 2026-08-29T16:14:23.363Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2181 | 2026-08-29T16:14:23.478Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2182 | 2026-08-29T16:14:24.719Z | Compiling progenitor v0.14.0 |
| 2183 | 2026-08-29T16:14:24.883Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2184 | 2026-08-29T16:14:25.053Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2185 | 2026-08-29T16:14:25.860Z | Compiling newtype_derive v0.1.6 |
| 2186 | 2026-08-29T16:14:25.916Z | Compiling owo-colors v4.3.0 |
| 2187 | 2026-08-29T16:14:26.121Z | Compiling tokio-stream v0.1.17 |
| 2188 | 2026-08-29T16:14:26.270Z | Compiling csv-core v0.1.12 |
| 2189 | 2026-08-29T16:14:26.351Z | Compiling unicode-linebreak v0.1.5 |
| 2190 | 2026-08-29T16:14:26.363Z | Compiling termtree v0.5.1 |
| 2191 | 2026-08-29T16:14:26.541Z | Compiling unicode-width v0.1.14 |
| 2192 | 2026-08-29T16:14:26.580Z | Compiling foldhash v0.1.5 |
| 2193 | 2026-08-29T16:14:26.670Z | Compiling smawk v0.3.2 |
| 2194 | 2026-08-29T16:14:26.719Z | Compiling swrite v0.1.0 |
| 2195 | 2026-08-29T16:14:26.826Z | Compiling textwrap v0.16.2 |
| 2196 | 2026-08-29T16:14:26.830Z | Compiling hashbrown v0.15.5 |
| 2197 | 2026-08-29T16:14:27.044Z | Compiling qorb v0.4.1 |
| 2198 | 2026-08-29T16:14:27.229Z | Compiling csv v1.4.0 |
| 2199 | 2026-08-29T16:14:27.403Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2200 | 2026-08-29T16:14:27.791Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-08-29T16:14:29.218Z | Compiling phf v0.12.1 |
| 2202 | 2026-08-29T16:14:29.380Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2203 | 2026-08-29T16:14:29.451Z | Compiling pin-project v1.1.10 |
| 2204 | 2026-08-29T16:14:29.563Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2205 | 2026-08-29T16:14:29.589Z | Compiling unicode-normalization v0.1.24 |
| 2206 | 2026-08-29T16:14:29.739Z | Compiling libz-sys v1.1.22 |
| 2207 | 2026-08-29T16:14:30.036Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2208 | 2026-08-29T16:14:30.182Z | Compiling libsw-core v0.3.2 |
| 2209 | 2026-08-29T16:14:30.362Z | Compiling highway v1.3.0 |
| 2210 | 2026-08-29T16:14:30.490Z | Compiling fixedbitset v0.4.2 |
| 2211 | 2026-08-29T16:14:30.630Z | Compiling fixedbitset v0.5.7 |
| 2212 | 2026-08-29T16:14:30.867Z | Compiling humantime v2.3.0 |
| 2213 | 2026-08-29T16:14:31.038Z | Compiling petgraph v0.8.2 |
| 2214 | 2026-08-29T16:14:31.051Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-29T16:14:31.150Z | Compiling petgraph v0.6.5 |
| 2216 | 2026-08-29T16:14:31.410Z | Compiling progenitor v0.10.0 |
| 2217 | 2026-08-29T16:14:31.565Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-29T16:14:32.359Z | Compiling libsw v3.5.0 |
| 2219 | 2026-08-29T16:14:32.541Z | Compiling olpc-cjson v0.1.4 |
| 2220 | 2026-08-29T16:14:32.635Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2221 | 2026-08-29T16:14:32.718Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2222 | 2026-08-29T16:14:32.986Z | Compiling snafu v0.8.9 |
| 2223 | 2026-08-29T16:14:33.379Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2224 | 2026-08-29T16:14:33.491Z | Compiling chrono-tz v0.10.4 |
| 2225 | 2026-08-29T16:14:33.601Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-08-29T16:14:34.456Z | Compiling papergrid v0.11.0 |
| 2227 | 2026-08-29T16:14:34.467Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2228 | 2026-08-29T16:14:34.479Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2229 | 2026-08-29T16:14:34.747Z | Compiling strum v0.28.0 |
| 2230 | 2026-08-29T16:14:34.810Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2231 | 2026-08-29T16:14:34.890Z | Compiling globset v0.4.16 |
| 2232 | 2026-08-29T16:14:36.311Z | Compiling const_format v0.2.34 |
| 2233 | 2026-08-29T16:14:36.335Z | Compiling slog-dtrace v0.3.0 |
| 2234 | 2026-08-29T16:14:36.646Z | Compiling cancel-safe-futures v0.1.5 |
| 2235 | 2026-08-29T16:14:36.927Z | Compiling gethostname v0.5.0 |
| 2236 | 2026-08-29T16:14:37.059Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2237 | 2026-08-29T16:14:37.850Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2238 | 2026-08-29T16:14:38.262Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2239 | 2026-08-29T16:14:38.450Z | Compiling pem v3.0.5 |
| 2240 | 2026-08-29T16:14:38.480Z | Compiling bcs v0.1.6 |
| 2241 | 2026-08-29T16:14:38.646Z | Compiling cargo-platform v0.1.9 |
| 2242 | 2026-08-29T16:14:38.807Z | Compiling serde_plain v1.0.2 |
| 2243 | 2026-08-29T16:14:39.022Z | Compiling linear-map v1.2.0 |
| 2244 | 2026-08-29T16:14:39.233Z | Compiling typed-path v0.9.3 |
| 2245 | 2026-08-29T16:14:39.342Z | Compiling tagptr v0.2.0 |
| 2246 | 2026-08-29T16:14:40.205Z | Compiling tough v0.20.0 |
| 2247 | 2026-08-29T16:14:40.610Z | Compiling moka v0.12.11 |
| 2248 | 2026-08-29T16:14:41.394Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-29T16:14:41.894Z | Compiling cargo_metadata v0.18.1 |
| 2250 | 2026-08-29T16:14:43.020Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2251 | 2026-08-29T16:14:44.806Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2252 | 2026-08-29T16:14:44.809Z | Compiling tabled v0.15.0 |
| 2253 | 2026-08-29T16:14:45.054Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2254 | 2026-08-29T16:14:45.765Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-08-29T16:14:45.976Z | Compiling git2 v0.19.0 |
| 2256 | 2026-08-29T16:14:45.990Z | Compiling steno v0.4.1 |
| 2257 | 2026-08-29T16:14:48.032Z | Compiling cookie v0.18.1 |
| 2258 | 2026-08-29T16:14:48.326Z | Compiling hickory-proto v0.25.2 |
| 2259 | 2026-08-29T16:14:50.494Z | Compiling hickory-resolver v0.25.2 |
| 2260 | 2026-08-29T16:14:51.780Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2261 | 2026-08-29T16:14:51.889Z | Compiling vergen v8.3.2 |
| 2262 | 2026-08-29T16:14:53.727Z | Compiling signal-hook v0.4.4 |
| 2263 | 2026-08-29T16:14:54.277Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2264 | 2026-08-29T16:14:54.759Z | Compiling mockall_derive v0.14.0 |
| 2265 | 2026-08-29T16:14:55.381Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2266 | 2026-08-29T16:14:55.452Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2267 | 2026-08-29T16:14:55.644Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2268 | 2026-08-29T16:14:55.808Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2269 | 2026-08-29T16:14:57.213Z | Compiling sha2 v0.10.9 |
| 2270 | 2026-08-29T16:14:57.627Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2271 | 2026-08-29T16:14:57.651Z | Compiling diff v0.1.13 |
| 2272 | 2026-08-29T16:14:57.821Z | Compiling mockall v0.14.0 |
| 2273 | 2026-08-29T16:14:57.964Z | Compiling yansi v1.0.1 |
| 2274 | 2026-08-29T16:14:58.087Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2275 | 2026-08-29T16:14:58.293Z | Compiling pretty_assertions v1.4.1 |
| 2276 | 2026-08-29T16:14:58.732Z | Compiling fs-err v3.1.2 |
| 2277 | 2026-08-29T16:14:59.192Z | Compiling predicates-tree v1.0.12 |
| 2278 | 2026-08-29T16:14:59.861Z | Compiling git-stub v1.0.0 |
| 2279 | 2026-08-29T16:15:00.007Z | Compiling serial_test_derive v3.5.0 |
| 2280 | 2026-08-29T16:15:00.150Z | Compiling filetime v0.2.26 |
| 2281 | 2026-08-29T16:15:00.207Z | Compiling fragile v2.0.1 |
| 2282 | 2026-08-29T16:15:00.350Z | Compiling is_ci v1.2.0 |
| 2283 | 2026-08-29T16:15:00.511Z | Compiling xattr v1.6.1 |
| 2284 | 2026-08-29T16:15:00.528Z | Compiling downcast v0.11.0 |
| 2285 | 2026-08-29T16:15:00.690Z | Compiling arrayref v0.3.9 |
| 2286 | 2026-08-29T16:15:00.704Z | Compiling constant_time_eq v0.3.1 |
| 2287 | 2026-08-29T16:15:00.757Z | Compiling arrayvec v0.7.6 |
| 2288 | 2026-08-29T16:15:00.825Z | Compiling serial_test v3.5.0 |
| 2289 | 2026-08-29T16:15:00.974Z | Compiling blake3 v1.8.2 |
| 2290 | 2026-08-29T16:15:01.222Z | Compiling toml v0.7.8 |
| 2291 | 2026-08-29T16:15:01.484Z | Compiling tar v0.4.45 |
| 2292 | 2026-08-29T16:15:01.569Z | Compiling supports-color v3.0.2 |
| 2293 | 2026-08-29T16:15:01.904Z | Compiling git-stub-vcs v0.1.0 |
| 2294 | 2026-08-29T16:15:02.285Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2295 | 2026-08-29T16:15:02.503Z | Compiling signal-hook-tokio v0.4.0 |
| 2296 | 2026-08-29T16:15:02.796Z | Compiling scuffle v0.1.0 |
| 2297 | 2026-08-29T16:15:02.917Z | Compiling similar v2.7.0 |
| 2298 | 2026-08-29T16:15:03.891Z | Compiling drift v0.2.0 |
| 2299 | 2026-08-29T16:15:04.353Z | Compiling kstat-rs v0.2.4 |
| 2300 | 2026-08-29T16:15:04.461Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2301 | 2026-08-29T16:15:04.677Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2302 | 2026-08-29T16:15:04.762Z | Compiling topological-sort v0.2.2 |
| 2303 | 2026-08-29T16:15:04.919Z | Compiling hex-literal v1.1.0 |
| 2304 | 2026-08-29T16:15:05.046Z | Compiling omicron-zone-package v0.12.2 |
| 2305 | 2026-08-29T16:15:05.083Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2306 | 2026-08-29T16:15:05.427Z | Compiling dropshot-api-manager v0.7.2 |
| 2307 | 2026-08-29T16:15:06.709Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2308 | 2026-08-29T16:15:07.113Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2309 | 2026-08-29T16:15:07.911Z | Compiling curl v0.4.50 |
| 2310 | 2026-08-29T16:15:08.573Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2311 | 2026-08-29T16:15:08.741Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2312 | 2026-08-29T16:15:09.320Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2313 | 2026-08-29T16:15:09.496Z | Compiling iddqd v0.4.5 |
| 2314 | 2026-08-29T16:15:09.574Z | Compiling search_path v0.1.4 |
| 2315 | 2026-08-29T16:15:10.310Z | Compiling internet-checksum v0.2.1 |
| 2316 | 2026-08-29T16:15:10.466Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2317 | 2026-08-29T16:15:11.250Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2318 | 2026-08-29T16:15:12.484Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2319 | 2026-08-29T16:15:16.184Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2320 | 2026-08-29T16:16:00.612Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2321 | 2026-08-29T16:16:00.736Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 2322 | 2026-08-29T16:16:00.740Z | |
| 2323 | 2026-08-29T16:16:00.740Z | running 0 tests |
| 2324 | 2026-08-29T16:16:00.740Z | |
| 2325 | 2026-08-29T16:16:00.740Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2326 | 2026-08-29T16:16:00.740Z | |
| 2327 | 2026-08-29T16:16:00.740Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2328 | 2026-08-29T16:16:00.743Z | |
| 2329 | 2026-08-29T16:16:00.743Z | running 0 tests |
| 2330 | 2026-08-29T16:16:00.743Z | |
| 2331 | 2026-08-29T16:16:00.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2332 | 2026-08-29T16:16:00.743Z | |
| 2333 | 2026-08-29T16:16:00.743Z | Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2) |
| 2334 | 2026-08-29T16:16:00.747Z | |
| 2335 | 2026-08-29T16:16:00.747Z | running 0 tests |
| 2336 | 2026-08-29T16:16:00.747Z | |
| 2337 | 2026-08-29T16:16:00.747Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2338 | 2026-08-29T16:16:00.747Z | |
| 2339 | 2026-08-29T16:16:00.747Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 2340 | 2026-08-29T16:16:00.751Z | |
| 2341 | 2026-08-29T16:16:00.751Z | running 4 tests |
| 2342 | 2026-08-29T16:16:00.754Z | test nat::tests::test_vni ... ok |
| 2343 | 2026-08-29T16:16:00.754Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2344 | 2026-08-29T16:16:00.754Z | test test_purge ... ok |
| 2345 | 2026-08-29T16:16:00.757Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2346 | 2026-08-29T16:16:00.757Z | |
| 2347 | 2026-08-29T16:16:00.757Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2348 | 2026-08-29T16:16:00.757Z | |
| 2349 | 2026-08-29T16:16:00.757Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 2350 | 2026-08-29T16:16:00.760Z | |
| 2351 | 2026-08-29T16:16:00.761Z | running 1 test |
| 2352 | 2026-08-29T16:16:00.763Z | ------- |
| 2353 | 2026-08-29T16:16:00.764Z | Generating OpenAPI documents from API definitions ... |
| 2354 | 2026-08-29T16:16:00.904Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2355 | 2026-08-29T16:16:00.975Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2356 | 2026-08-29T16:16:02.057Z | ------- |
| 2357 | 2026-08-29T16:16:02.057Z | Checking 13 OpenAPI documents... |
| 2358 | 2026-08-29T16:16:02.057Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-29T16:16:02.057Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-29T16:16:02.057Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-29T16:16:02.061Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-29T16:16:02.062Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-08-29T16:16:02.062Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2370 | 2026-08-29T16:16:02.062Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2371 | 2026-08-29T16:16:02.062Z | Fresh dpd "latest" symlink |
| 2372 | 2026-08-29T16:16:02.062Z | ------- |
| 2373 | 2026-08-29T16:16:02.062Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 2374 | 2026-08-29T16:16:02.127Z | test test::test_apis_up_to_date ... ok |
| 2375 | 2026-08-29T16:16:02.127Z | |
| 2376 | 2026-08-29T16:16:02.127Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.37s |
| 2377 | 2026-08-29T16:16:02.127Z | |
| 2378 | 2026-08-29T16:16:02.184Z | Running unittests src/main.rs (target/debug/deps/dpd-dbba7bbb9fbd16d9) |
| 2379 | 2026-08-29T16:16:02.190Z | |
| 2380 | 2026-08-29T16:16:02.190Z | running 34 tests |
| 2381 | 2026-08-29T16:16:02.194Z | test freemap::test_ordering ... ok |
| 2382 | 2026-08-29T16:16:02.196Z | test config::tests::test_updates ... ok |
| 2383 | 2026-08-29T16:16:02.196Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2384 | 2026-08-29T16:16:02.197Z | test freemap::test_split ... ok |
| 2385 | 2026-08-29T16:16:02.197Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2386 | 2026-08-29T16:16:02.197Z | test macaddrs::tests::test_mac_offset ... ok |
| 2387 | 2026-08-29T16:16:02.202Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2388 | 2026-08-29T16:16:02.202Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2389 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test |
| 2390 | 2026-08-29T16:16:02.202Z | test nat::test_mapping ... ok |
| 2391 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test |
| 2392 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG reset freemap, unit: freemap_test |
| 2393 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test |
| 2394 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test |
| 2395 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG reset freemapAug 29 16:16:00.849, unitDEBG: created new freemapfreemap_test |
| 2396 | 2026-08-29T16:16:02.202Z | , unit: freemap_test |
| 2397 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test |
| 2398 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849Aug 29 16:16:00.849 DEBGDEBG created new freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 2399 | 2026-08-29T16:16:02.202Z | |
| 2400 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG initted freemap. size: 128, unit: freemap_test |
| 2401 | 2026-08-29T16:16:02.202Z | Aug 29 16:16:00.849 DEBG reset freemap, unit: freemap_test |
| 2402 | 2026-08-29T16:16:02.202Z | test freemap::test_reclaim ... ok |
| 2403 | 2026-08-29T16:16:02.202Z | test freemap::test_free ... ok |
| 2404 | 2026-08-29T16:16:02.202Z | test freemap::test_basic ... ok |
| 2405 | 2026-08-29T16:16:02.202Z | test freemap::test_exhaustion ... ok |
| 2406 | 2026-08-29T16:16:02.203Z | test port_map::tests::test_backplane_group ... ok |
| 2407 | 2026-08-29T16:16:02.203Z | test port_map::tests::test_port_map ... ok |
| 2408 | 2026-08-29T16:16:02.203Z | test port_map::tests::dump_map ... ok |
| 2409 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.849 DEBG created new freemap, unit: freemap_test |
| 2410 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG initted freemap. size: 8, unit: freemap_test |
| 2411 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG reset freemap, unit: freemap_test |
| 2412 | 2026-08-29T16:16:02.203Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2413 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG created new freemap, unit: freemap_test |
| 2414 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG initted freemap. size: 128, unit: freemap_test |
| 2415 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG reset freemap, unit: freemap_test |
| 2416 | 2026-08-29T16:16:02.203Z | test freemap::test_span ... ok |
| 2417 | 2026-08-29T16:16:02.203Z | test api_server::tests::test_build_info ... ok |
| 2418 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2419 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2420 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2421 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2422 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2423 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2424 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2425 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2426 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2427 | 2026-08-29T16:16:02.203Z | Aug 29 16:16:00.850 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 } }] |
| 2428 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2429 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 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 } }] |
| 2430 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2431 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 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 } }] |
| 2432 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2433 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 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 } }] |
| 2434 | 2026-08-29T16:16:02.204Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2436 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2438 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2440 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2442 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2444 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2446 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2448 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2450 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2452 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2454 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2456 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 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 } }] |
| 2458 | 2026-08-29T16:16:02.205Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 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 } }] |
| 2460 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2461 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 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 } }] |
| 2462 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2463 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 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 } }] |
| 2464 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2465 | 2026-08-29T16:16:02.206Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2466 | 2026-08-29T16:16:02.206Z | Aug 29 16:16:00.850 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 } }] |
| 2467 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2468 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850 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 } }] |
| 2469 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2470 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850 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 } }] |
| 2471 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850 INFO Aug 29 16:16:00.850adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2472 | 2026-08-29T16:16:02.207Z | DEBG created new freemapAug 29 16:16:00.850, unitDEBG: 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 } }]freemap_route_ipv4 |
| 2473 | 2026-08-29T16:16:02.207Z | |
| 2474 | 2026-08-29T16:16:02.207Z | Aug 29 16:16:00.850Aug 29 16:16:00.850 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffcreated new freemap |
| 2475 | 2026-08-29T16:16:02.207Z | , unit:Aug 29 16:16:00.850 freemap_route_ipv6DEBG |
| 2476 | 2026-08-29T16:16:02.207Z | 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 } }] |
| 2477 | 2026-08-29T16:16:02.208Z | Aug 29 16:16:00.850 Aug 29 16:16:00.850DEBG INFOinitted freemap. size: 64 , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit |
| 2478 | 2026-08-29T16:16:02.208Z | : freemap_route_ipv4 |
| 2479 | 2026-08-29T16:16:02.208Z | Aug 29 16:16:00.850Aug 29 16:16:00.850 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 } }]reset freemap |
| 2480 | 2026-08-29T16:16:02.208Z | , unit: freemap_route_ipv4Aug 29 16:16:00.850 |
| 2481 | 2026-08-29T16:16:02.208Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2482 | 2026-08-29T16:16:02.208Z | Aug 29 16:16:00.850 DEBG initted freemap. size: 64Aug 29 16:16:00.850, unitDEBG: replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2483 | 2026-08-29T16:16:02.208Z | |
| 2484 | 2026-08-29T16:16:02.208Z | Aug 29 16:16:00.850Aug 29 16:16:00.850 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreset freemap |
| 2485 | 2026-08-29T16:16:02.208Z | , unit: freemap_route_ipv6Aug 29 16:16:00.850 |
| 2486 | 2026-08-29T16:16:02.208Z | DEBG Aug 29 16:16:00.850replacing 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 } }] |
| 2487 | 2026-08-29T16:16:02.212Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2488 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.850 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 } }] |
| 2489 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.851 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851 |
| 2490 | 2026-08-29T16:16:02.213Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2491 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.851 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 } }]Aug 29 16:16:00.851 |
| 2492 | 2026-08-29T16:16:02.213Z | 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 } }] |
| 2493 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.851 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851 |
| 2494 | 2026-08-29T16:16:02.213Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2495 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.851 DEBG Aug 29 16:16:00.851replacing 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 } }] |
| 2496 | 2026-08-29T16:16:02.213Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851 |
| 2497 | 2026-08-29T16:16:02.213Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2498 | 2026-08-29T16:16:02.213Z | Aug 29 16:16:00.851 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 |
| 2499 | 2026-08-29T16:16:02.213Z | 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 29 16:16:00.851 |
| 2500 | 2026-08-29T16:16:02.213Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851 |
| 2501 | 2026-08-29T16:16:02.213Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2502 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851 INFO Aug 29 16:16:00.851adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2503 | 2026-08-29T16:16:02.216Z | 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 } }] |
| 2504 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851 Aug 29 16:16:00.851DEBG 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 } }] |
| 2505 | 2026-08-29T16:16:02.216Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2506 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:1f::/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 } }] |
| 2507 | 2026-08-29T16:16:02.216Z | |
| 2508 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2509 | 2026-08-29T16:16:02.216Z | |
| 2510 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 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:20::/64 -> 2001:db8::55:ff |
| 2511 | 2026-08-29T16:16:02.216Z | |
| 2512 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 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 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2513 | 2026-08-29T16:16:02.216Z | |
| 2514 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2515 | 2026-08-29T16:16:02.216Z | |
| 2516 | 2026-08-29T16:16:02.216Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 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 } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2517 | 2026-08-29T16:16:02.217Z | |
| 2518 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:22::/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 } }] |
| 2519 | 2026-08-29T16:16:02.217Z | |
| 2520 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2521 | 2026-08-29T16:16:02.217Z | |
| 2522 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:23::/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 } }] |
| 2523 | 2026-08-29T16:16:02.217Z | |
| 2524 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2525 | 2026-08-29T16:16:02.217Z | |
| 2526 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:24::/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 } }] |
| 2527 | 2026-08-29T16:16:02.217Z | |
| 2528 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2529 | 2026-08-29T16:16:02.217Z | |
| 2530 | 2026-08-29T16:16:02.217Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 2531 | 2026-08-29T16:16:02.217Z | |
| 2532 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 2533 | 2026-08-29T16:16:02.219Z | |
| 2534 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2535 | 2026-08-29T16:16:02.219Z | |
| 2536 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 2537 | 2026-08-29T16:16:02.219Z | |
| 2538 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 2539 | 2026-08-29T16:16:02.219Z | |
| 2540 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO 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:a::/64 -> 2001:db8::55:ff |
| 2541 | 2026-08-29T16:16:02.219Z | |
| 2542 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGINFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2543 | 2026-08-29T16:16:02.219Z | |
| 2544 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2545 | 2026-08-29T16:16:02.219Z | |
| 2546 | 2026-08-29T16:16:02.219Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 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:29::/64 -> 2001:db8::55:ff |
| 2547 | 2026-08-29T16:16:02.221Z | |
| 2548 | 2026-08-29T16:16:02.221Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 DEBGAug 29 16:16:00.851DEBG 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 |
| 2549 | 2026-08-29T16:16:02.221Z | created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2550 | 2026-08-29T16:16:02.221Z | , Aug 29 16:16:00.851unit :INFO Aug 29 16:16:00.851freemap_route_ipv4 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2551 | 2026-08-29T16:16:02.221Z | |
| 2552 | 2026-08-29T16:16:02.221Z | 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 } }] |
| 2553 | 2026-08-29T16:16:02.222Z | Aug 29 16:16:00.851 Aug 29 16:16:00.851DEBG Aug 29 16:16:00.851INFOreplacing 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 } }] |
| 2554 | 2026-08-29T16:16:02.222Z | Aug 29 16:16:00.851DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.851 created new freemap |
| 2555 | 2026-08-29T16:16:02.222Z | created new freemap , , unitINFOunit:: freemap_route_ipv6 freemap_route_ipv4 |
| 2556 | 2026-08-29T16:16:02.222Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-29T16:16:02.222Z | Aug 29 16:16:00.851 |
| 2558 | 2026-08-29T16:16:02.222Z | DEBGAug 29 16:16:00.851 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 |
| 2559 | 2026-08-29T16:16:02.223Z | Aug 29 16:16:00.851 Aug 29 16:16:00.851 DEBGinitted freemap. size: 64 , Aug 29 16:16:00.851replacing 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 } }]unit |
| 2560 | 2026-08-29T16:16:02.223Z | : INFO freemap_route_ipv4 Aug 29 16:16:00.851 |
| 2561 | 2026-08-29T16:16:02.223Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff INFO |
| 2562 | 2026-08-29T16:16:02.223Z | DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffcreated new freemapAug 29 16:16:00.851 |
| 2563 | 2026-08-29T16:16:02.223Z | , Aug 29 16:16:00.851unit: Aug 29 16:16:00.851DEBG DEBG DEBGfreemap_route_ipv6reset freemapreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2564 | 2026-08-29T16:16:02.223Z | |
| 2565 | 2026-08-29T16:16:02.223Z | , unitcreated new freemap: , freemap_route_ipv4Aug 29 16:16:00.851unit |
| 2566 | 2026-08-29T16:16:02.224Z | Aug 29 16:16:00.851 :DEBG Aug 29 16:16:00.851 INFOfreemap_route_ipv4 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2567 | 2026-08-29T16:16:02.224Z | |
| 2568 | 2026-08-29T16:16:02.224Z | , DEBGunit :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 29 16:16:00.851Aug 29 16:16:00.851 DEBG freemap_route_ipv4DEBGinitted freemap. size: 64Aug 29 16:16:00.851 , 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 } }]unitDEBG: |
| 2569 | 2026-08-29T16:16:02.224Z | |
| 2570 | 2026-08-29T16:16:02.224Z | created new freemap |
| 2571 | 2026-08-29T16:16:02.224Z | , unit Aug 29 16:16:00.851: freemap_route_ipv6 |
| 2572 | 2026-08-29T16:16:02.224Z | INFOAug 29 16:16:00.851freemap_route_ipv6Aug 29 16:16:00.851 |
| 2573 | 2026-08-29T16:16:02.224Z | DEBGAug 29 16:16:00.851 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGINFO |
| 2574 | 2026-08-29T16:16:02.224Z | initted freemap. size: 64 Aug 29 16:16:00.851reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2575 | 2026-08-29T16:16:02.224Z | , Aug 29 16:16:00.851unit, DEBGDEBG Aug 29 16:16:00.851replacing 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 } }]:unitreset freemap |
| 2576 | 2026-08-29T16:16:02.224Z | : freemap_route_ipv4freemap_route_ipv4 |
| 2577 | 2026-08-29T16:16:02.224Z | |
| 2578 | 2026-08-29T16:16:02.224Z | , DEBG Aug 29 16:16:00.851replacing 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 29 16:16:00.851 |
| 2579 | 2026-08-29T16:16:02.224Z | unitAug 29 16:16:00.851 DEBG INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG: |
| 2580 | 2026-08-29T16:16:02.224Z | Aug 29 16:16:00.851 INFOreset freemap freemap_route_ipv6adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2581 | 2026-08-29T16:16:02.226Z | , |
| 2582 | 2026-08-29T16:16:02.226Z | Aug 29 16:16:00.851unit DEBGAug 29 16:16:00.851: Aug 29 16:16:00.851INFOfreemap_route_ipv4 |
| 2583 | 2026-08-29T16:16:02.226Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1 initted freemap. size: 64 |
| 2584 | 2026-08-29T16:16:02.226Z | DEBG, unit: |
| 2585 | 2026-08-29T16:16:02.226Z | Aug 29 16:16:00.851Aug 29 16:16:00.851replacing 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 } }] |
| 2586 | 2026-08-29T16:16:02.226Z | 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 29 16:16:00.851 |
| 2587 | 2026-08-29T16:16:02.231Z | Aug 29 16:16:00.851 freemap_route_ipv6DEBG |
| 2588 | 2026-08-29T16:16:02.231Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 2589 | 2026-08-29T16:16:02.231Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 29 16:16:00.851Aug 29 16:16:00.851initted freemap. size: 64 |
| 2590 | 2026-08-29T16:16:02.231Z | Aug 29 16:16:00.851, unit : freemap_route_ipv6DEBGAug 29 16:16:00.851DEBG DEBG |
| 2591 | 2026-08-29T16:16:02.231Z | DEBG reset freemap , 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 29 16:16:00.851: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 } }] |
| 2592 | 2026-08-29T16:16:02.231Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2593 | 2026-08-29T16:16:02.232Z | reset freemap |
| 2594 | 2026-08-29T16:16:02.232Z | freemap_route_ipv6, |
| 2595 | 2026-08-29T16:16:02.232Z | unitAug 29 16:16:00.851 : Aug 29 16:16:00.851INFO INFOfreemap_route_ipv6 Aug 29 16:16:00.851adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2596 | 2026-08-29T16:16:02.232Z | |
| 2597 | 2026-08-29T16:16:02.232Z | |
| 2598 | 2026-08-29T16:16:02.232Z | INFOAug 29 16:16:00.851 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGAug 29 16:16:00.851 |
| 2599 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851 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 } }] 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 } }] |
| 2600 | 2026-08-29T16:16:02.232Z | INFO |
| 2601 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2602 | 2026-08-29T16:16:02.232Z | DEBG Aug 29 16:16:00.851Aug 29 16:16:00.851replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:16:00.851 |
| 2603 | 2026-08-29T16:16:02.232Z | INFO INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2604 | 2026-08-29T16:16:02.232Z | DEBG |
| 2605 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 2606 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:16:00.851 |
| 2607 | 2026-08-29T16:16:02.232Z | DEBG DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.851replacing 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 } }] |
| 2608 | 2026-08-29T16:16:02.232Z | DEBG |
| 2609 | 2026-08-29T16:16:02.232Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.851 |
| 2610 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 INFO INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.851 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2611 | 2026-08-29T16:16:02.232Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2612 | 2026-08-29T16:16:02.232Z | INFO |
| 2613 | 2026-08-29T16:16:02.232Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2614 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851 DEBGAug 29 16:16:00.851 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 29 16:16:00.851Aug 29 16:16:00.851 |
| 2615 | 2026-08-29T16:16:02.232Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2616 | 2026-08-29T16:16:02.232Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG Aug 29 16:16:00.851 |
| 2617 | 2026-08-29T16:16:02.232Z | 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 } }]Aug 29 16:16:00.851INFO |
| 2618 | 2026-08-29T16:16:02.232Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2619 | 2026-08-29T16:16:02.232Z | Aug 29 16:16:00.851 |
| 2620 | 2026-08-29T16:16:02.233Z | INFO Aug 29 16:16:00.851Aug 29 16:16:00.851Aug 29 16:16:00.851 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 2621 | 2026-08-29T16:16:02.233Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2622 | 2026-08-29T16:16:02.233Z | |
| 2623 | 2026-08-29T16:16:02.233Z | 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 } }] |
| 2624 | 2026-08-29T16:16:02.233Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851 Aug 29 16:16:00.851INFOINFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2625 | 2026-08-29T16:16:02.233Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2626 | 2026-08-29T16:16:02.233Z | 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 } }]Aug 29 16:16:00.851 |
| 2627 | 2026-08-29T16:16:02.234Z | Aug 29 16:16:00.851replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 2628 | 2026-08-29T16:16:02.234Z | DEBGAug 29 16:16:00.851 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 29 16:16:00.851 |
| 2629 | 2026-08-29T16:16:02.234Z | 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 } }] |
| 2630 | 2026-08-29T16:16:02.234Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2631 | 2026-08-29T16:16:02.234Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 |
| 2632 | 2026-08-29T16:16:02.234Z | Aug 29 16:16:00.851 INFOAug 29 16:16:00.851INFO DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 |
| 2633 | 2026-08-29T16:16:02.234Z | adding route 3fff:beef:35::/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 } }]DEBG |
| 2634 | 2026-08-29T16:16:02.234Z | |
| 2635 | 2026-08-29T16:16:02.234Z | 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 } }] |
| 2636 | 2026-08-29T16:16:02.234Z | Aug 29 16:16:00.851 Aug 29 16:16:00.851DEBGAug 29 16:16:00.851 Aug 29 16:16:00.851 INFO DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-29T16:16:02.236Z | INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2638 | 2026-08-29T16:16:02.236Z | |
| 2639 | 2026-08-29T16:16:02.236Z | |
| 2640 | 2026-08-29T16:16:02.236Z | Aug 29 16:16:00.851Aug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851 DEBG INFOINFODEBG adding route 3fff:beef:19::/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 } }]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 } }] |
| 2641 | 2026-08-29T16:16:02.236Z | |
| 2642 | 2026-08-29T16:16:02.236Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2643 | 2026-08-29T16:16:02.236Z | |
| 2644 | 2026-08-29T16:16:02.236Z | Aug 29 16:16:00.851Aug 29 16:16:00.851 Aug 29 16:16:00.851DEBG INFO INFOAug 29 16:16:00.851 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2645 | 2026-08-29T16:16:02.237Z | |
| 2646 | 2026-08-29T16:16:02.237Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.851Aug 29 16:16:00.851 |
| 2647 | 2026-08-29T16:16:02.237Z | 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 } }] DEBG |
| 2648 | 2026-08-29T16:16:02.237Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2649 | 2026-08-29T16:16:02.237Z | 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 29 16:16:00.851 |
| 2650 | 2026-08-29T16:16:02.237Z | Aug 29 16:16:00.851 DEBGINFO Aug 29 16:16:00.851replacing 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 } }] |
| 2651 | 2026-08-29T16:16:02.237Z | DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 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 } }] |
| 2652 | 2026-08-29T16:16:02.237Z | |
| 2653 | 2026-08-29T16:16:02.237Z | INFO Aug 29 16:16:00.851Aug 29 16:16:00.851 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff INFODEBGAug 29 16:16:00.851 |
| 2654 | 2026-08-29T16:16:02.237Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2655 | 2026-08-29T16:16:02.237Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2656 | 2026-08-29T16:16:02.237Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 29 16:16:00.851 |
| 2657 | 2026-08-29T16:16:02.237Z | DEBG Aug 29 16:16:00.851replacing 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 29 16:16:00.851 |
| 2658 | 2026-08-29T16:16:02.237Z | INFO Aug 29 16:16:00.851 DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff Aug 29 16:16:00.851 |
| 2659 | 2026-08-29T16:16:02.237Z | |
| 2660 | 2026-08-29T16:16:02.237Z | 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 } }] |
| 2661 | 2026-08-29T16:16:02.237Z | INFOAug 29 16:16:00.852 Aug 29 16:16:00.852 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:00.852INFO |
| 2662 | 2026-08-29T16:16:02.237Z | INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-29T16:16:02.237Z | |
| 2664 | 2026-08-29T16:16:02.237Z | DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2665 | 2026-08-29T16:16:02.237Z | Aug 29 16:16:00.852DEBG 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 } }] replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852 |
| 2666 | 2026-08-29T16:16:02.238Z | |
| 2667 | 2026-08-29T16:16:02.238Z | INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2668 | 2026-08-29T16:16:02.238Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2669 | 2026-08-29T16:16:02.238Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff INFO |
| 2670 | 2026-08-29T16:16:02.238Z | Aug 29 16:16:00.852 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2671 | 2026-08-29T16:16:02.238Z | 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 29 16:16:00.852Aug 29 16:16:00.852 |
| 2672 | 2026-08-29T16:16:02.238Z | DEBGDEBG Aug 29 16:16:00.852 Aug 29 16:16:00.852 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 |
| 2673 | 2026-08-29T16:16:02.238Z | INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2674 | 2026-08-29T16:16:02.239Z | |
| 2675 | 2026-08-29T16:16:02.239Z | |
| 2676 | 2026-08-29T16:16:02.239Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO Aug 29 16:16:00.852DEBGINFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2677 | 2026-08-29T16:16:02.239Z | 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 } }] |
| 2678 | 2026-08-29T16:16:02.239Z | |
| 2679 | 2026-08-29T16:16:02.239Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2680 | 2026-08-29T16:16:02.239Z | DEBG Aug 29 16:16:00.852Aug 29 16:16:00.852 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 29 16:16:00.852 INFO |
| 2681 | 2026-08-29T16:16:02.239Z | INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2682 | 2026-08-29T16:16:02.239Z | 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 29 16:16:00.852adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2683 | 2026-08-29T16:16:02.240Z | |
| 2684 | 2026-08-29T16:16:02.240Z | Aug 29 16:16:00.852 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 } }] Aug 29 16:16:00.852adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852 |
| 2685 | 2026-08-29T16:16:02.240Z | DEBG |
| 2686 | 2026-08-29T16:16:02.240Z | INFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2687 | 2026-08-29T16:16:02.245Z | |
| 2688 | 2026-08-29T16:16:02.245Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBGINFODEBG 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:3c::/64 -> 2001:db8::55:ff |
| 2689 | 2026-08-29T16:16:02.245Z | |
| 2690 | 2026-08-29T16:16:02.245Z | adding route 3fff:beef:6::/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 } }] |
| 2691 | 2026-08-29T16:16:02.245Z | |
| 2692 | 2026-08-29T16:16:02.245Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2693 | 2026-08-29T16:16:02.245Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852DEBG |
| 2694 | 2026-08-29T16:16:02.245Z | INFOAug 29 16:16:00.852 adding route 3fff:beef:8::/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 } }]Aug 29 16:16:00.852 |
| 2695 | 2026-08-29T16:16:02.245Z | |
| 2696 | 2026-08-29T16:16:02.245Z | DEBGINFOAug 29 16:16:00.852 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852 |
| 2697 | 2026-08-29T16:16:02.245Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFODEBG |
| 2698 | 2026-08-29T16:16:02.245Z | 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 29 16:16:00.852 |
| 2699 | 2026-08-29T16:16:02.245Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 2700 | 2026-08-29T16:16:02.246Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-29T16:16:02.246Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2702 | 2026-08-29T16:16:02.246Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2703 | 2026-08-29T16:16:02.246Z | |
| 2704 | 2026-08-29T16:16:02.246Z | DEBG Aug 29 16:16:00.852 Aug 29 16:16:00.852replacing 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 29 16:16:00.852 DEBG |
| 2705 | 2026-08-29T16:16:02.246Z | 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 } }] |
| 2706 | 2026-08-29T16:16:02.246Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2707 | 2026-08-29T16:16:02.246Z | |
| 2708 | 2026-08-29T16:16:02.246Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO INFODEBGDEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2709 | 2026-08-29T16:16:02.246Z | 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 } }] |
| 2710 | 2026-08-29T16:16:02.246Z | |
| 2711 | 2026-08-29T16:16:02.246Z | Aug 29 16:16:00.852replacing 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 29 16:16:00.852 |
| 2712 | 2026-08-29T16:16:02.246Z | DEBG DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2713 | 2026-08-29T16:16:02.247Z | |
| 2714 | 2026-08-29T16:16:02.247Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 INFOINFO Aug 29 16:16:00.852Aug 29 16:16:00.852adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2715 | 2026-08-29T16:16:02.247Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-29T16:16:02.247Z | INFO |
| 2717 | 2026-08-29T16:16:02.247Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2718 | 2026-08-29T16:16:02.248Z | DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.852replacing 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 } }] |
| 2719 | 2026-08-29T16:16:02.248Z | Aug 29 16:16:00.852 |
| 2720 | 2026-08-29T16:16:02.248Z | DEBGDEBG replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 29 16:16:00.852 |
| 2721 | 2026-08-29T16:16:02.248Z | Aug 29 16:16:00.852 |
| 2722 | 2026-08-29T16:16:02.248Z | Aug 29 16:16:00.852INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 2723 | 2026-08-29T16:16:02.248Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2724 | 2026-08-29T16:16:02.248Z | Aug 29 16:16:00.852DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2725 | 2026-08-29T16:16:02.248Z | failed to allocate space for the new target list DEBG Aug 29 16:16:00.852replacing 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 } }] |
| 2726 | 2026-08-29T16:16:02.248Z | Aug 29 16:16:00.852 |
| 2727 | 2026-08-29T16:16:02.248Z | DEBGDEBG Aug 29 16:16:00.852replacing 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 } }] |
| 2728 | 2026-08-29T16:16:02.249Z | INFOAug 29 16:16:00.852replacing 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 } }] |
| 2729 | 2026-08-29T16:16:02.249Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2730 | 2026-08-29T16:16:02.249Z | Aug 29 16:16:00.852 |
| 2731 | 2026-08-29T16:16:02.249Z | INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852 |
| 2732 | 2026-08-29T16:16:02.249Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.852replacing 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 } }] |
| 2733 | 2026-08-29T16:16:02.249Z | Aug 29 16:16:00.852 |
| 2734 | 2026-08-29T16:16:02.249Z | DEBG DEBG failed to allocate space for the new target listAug 29 16:16:00.852replacing 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 29 16:16:00.852 |
| 2735 | 2026-08-29T16:16:02.249Z | |
| 2736 | 2026-08-29T16:16:02.249Z | DEBGINFO created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2737 | 2026-08-29T16:16:02.250Z | DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 29 16:16:00.852 |
| 2738 | 2026-08-29T16:16:02.250Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2739 | 2026-08-29T16:16:02.250Z | DEBG unitreplacing 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 } }]: |
| 2740 | 2026-08-29T16:16:02.250Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 freemap_route_ipv4DEBG |
| 2741 | 2026-08-29T16:16:02.251Z | INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2742 | 2026-08-29T16:16:02.252Z | |
| 2743 | 2026-08-29T16:16:02.252Z | Aug 29 16:16:00.852 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2744 | 2026-08-29T16:16:02.252Z | test route::tests::grow_succeeds ... ok |
| 2745 | 2026-08-29T16:16:02.252Z | Aug 29 16:16:00.852DEBG INFO created new freemapDEBGAug 29 16:16:00.852 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 , adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2746 | 2026-08-29T16:16:02.252Z | unit |
| 2747 | 2026-08-29T16:16:02.252Z | : freemap_route_ipv6replacing 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 } }] |
| 2748 | 2026-08-29T16:16:02.252Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG 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 } }] |
| 2749 | 2026-08-29T16:16:02.252Z | Aug 29 16:16:00.852 |
| 2750 | 2026-08-29T16:16:02.252Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 2751 | 2026-08-29T16:16:02.252Z | initted freemap. size: 64Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO , INFO Aug 29 16:16:00.852 unit adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 2752 | 2026-08-29T16:16:02.252Z | : |
| 2753 | 2026-08-29T16:16:02.252Z | 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 } }] |
| 2754 | 2026-08-29T16:16:02.252Z | freemap_route_ipv4 |
| 2755 | 2026-08-29T16:16:02.252Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2756 | 2026-08-29T16:16:02.252Z | 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 Aug 29 16:16:00.852 |
| 2757 | 2026-08-29T16:16:02.252Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2758 | 2026-08-29T16:16:02.253Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 29 16:16:00.852DEBG |
| 2759 | 2026-08-29T16:16:02.253Z | Aug 29 16:16:00.852 reset freemap , INFOAug 29 16:16:00.852DEBGunit 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: |
| 2760 | 2026-08-29T16:16:02.253Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff 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 } }]freemap_route_ipv4 |
| 2761 | 2026-08-29T16:16:02.253Z | |
| 2762 | 2026-08-29T16:16:02.253Z | |
| 2763 | 2026-08-29T16:16:02.253Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852INFO INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:16:00.852adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2764 | 2026-08-29T16:16:02.253Z | DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2765 | 2026-08-29T16:16:02.254Z | initted freemap. size: 64Aug 29 16:16:00.852 |
| 2766 | 2026-08-29T16:16:02.254Z | , DEBGunit 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 } }]: |
| 2767 | 2026-08-29T16:16:02.254Z | Aug 29 16:16:00.852 freemap_route_ipv6Aug 29 16:16:00.852INFO |
| 2768 | 2026-08-29T16:16:02.254Z | Aug 29 16:16:00.852DEBG INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852 |
| 2769 | 2026-08-29T16:16:02.254Z | |
| 2770 | 2026-08-29T16:16:02.254Z | |
| 2771 | 2026-08-29T16:16:02.254Z | DEBG reset freemap, unit:Aug 29 16:16:00.852 freemap_route_ipv6Aug 29 16:16:00.852INFO |
| 2772 | 2026-08-29T16:16:02.254Z | Aug 29 16:16:00.852 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 2773 | 2026-08-29T16:16:02.254Z | 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 } }] Aug 29 16:16:00.852 |
| 2774 | 2026-08-29T16:16:02.254Z | 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 } }] |
| 2775 | 2026-08-29T16:16:02.255Z | INFOAug 29 16:16:00.852 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2776 | 2026-08-29T16:16:02.255Z | DEBGAug 29 16:16:00.852 Aug 29 16:16:00.852 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2777 | 2026-08-29T16:16:02.255Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2778 | 2026-08-29T16:16:02.255Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 |
| 2779 | 2026-08-29T16:16:02.255Z | INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2780 | 2026-08-29T16:16:02.255Z | Aug 29 16:16:00.852 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 } }]DEBGAug 29 16:16:00.852 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 } }] |
| 2781 | 2026-08-29T16:16:02.255Z | 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 } }] |
| 2782 | 2026-08-29T16:16:02.255Z | 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 } }] |
| 2783 | 2026-08-29T16:16:02.255Z | |
| 2784 | 2026-08-29T16:16:02.255Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO INFOINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2785 | 2026-08-29T16:16:02.255Z | DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2786 | 2026-08-29T16:16:02.255Z | Aug 29 16:16:00.852replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2787 | 2026-08-29T16:16:02.260Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2788 | 2026-08-29T16:16:02.260Z | 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 29 16:16:00.852 |
| 2789 | 2026-08-29T16:16:02.260Z | Aug 29 16:16:00.852DEBG DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852 |
| 2790 | 2026-08-29T16:16:02.260Z | 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 |
| 2791 | 2026-08-29T16:16:02.260Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2792 | 2026-08-29T16:16:02.260Z | Aug 29 16:16:00.852INFO INFOAug 29 16:16:00.852 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2793 | 2026-08-29T16:16:02.260Z | |
| 2794 | 2026-08-29T16:16:02.260Z | 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 } }] |
| 2795 | 2026-08-29T16:16:02.260Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2796 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2797 | 2026-08-29T16:16:02.261Z | 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 } }] |
| 2798 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO DEBGAug 29 16:16:00.852adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-29T16:16:02.261Z | 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 |
| 2800 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2801 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852 INFODEBG DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2802 | 2026-08-29T16:16:02.261Z | 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 } }] |
| 2803 | 2026-08-29T16:16:02.261Z | 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 } }] |
| 2804 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG Aug 29 16:16:00.852INFOreplacing 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 } }] |
| 2805 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 2806 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 |
| 2807 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:16:00.852 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 } }] |
| 2808 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852DEBG 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 } }] |
| 2809 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2810 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2811 | 2026-08-29T16:16:02.261Z | |
| 2812 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2813 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG Aug 29 16:16:00.852 adding route 3fff:beef:32::/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 } }] |
| 2814 | 2026-08-29T16:16:02.261Z | |
| 2815 | 2026-08-29T16:16:02.261Z | 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 29 16:16:00.852Aug 29 16:16:00.852 |
| 2816 | 2026-08-29T16:16:02.261Z | DEBGINFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2817 | 2026-08-29T16:16:02.261Z | |
| 2818 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFO INFODEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2819 | 2026-08-29T16:16:02.261Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2820 | 2026-08-29T16:16:02.261Z | |
| 2821 | 2026-08-29T16:16:02.261Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFO 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: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 } }] |
| 2822 | 2026-08-29T16:16:02.262Z | |
| 2823 | 2026-08-29T16:16:02.262Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2824 | 2026-08-29T16:16:02.262Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 INFOAug 29 16:16:00.852 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 2825 | 2026-08-29T16:16:02.262Z | INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2826 | 2026-08-29T16:16:02.262Z | |
| 2827 | 2026-08-29T16:16:02.262Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2828 | 2026-08-29T16:16:02.262Z | 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: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 } }] |
| 2829 | 2026-08-29T16:16:02.263Z | |
| 2830 | 2026-08-29T16:16:02.263Z | Aug 29 16:16:00.852Aug 29 16:16:00.852 Aug 29 16:16:00.852 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 } }] INFO |
| 2831 | 2026-08-29T16:16:02.263Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2832 | 2026-08-29T16:16:02.263Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2833 | 2026-08-29T16:16:02.263Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 DEBGDEBGINFO 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: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 } }] |
| 2834 | 2026-08-29T16:16:02.263Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2835 | 2026-08-29T16:16:02.263Z | |
| 2836 | 2026-08-29T16:16:02.263Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852Aug 29 16:16:00.852INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2837 | 2026-08-29T16:16:02.263Z | 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 } }] |
| 2838 | 2026-08-29T16:16:02.264Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2839 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.852 Aug 29 16:16:00.852DEBG Aug 29 16:16:00.852 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 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2840 | 2026-08-29T16:16:02.264Z | |
| 2841 | 2026-08-29T16:16:02.264Z | DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.852 |
| 2842 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.852 DEBG INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.852adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2843 | 2026-08-29T16:16:02.264Z | |
| 2844 | 2026-08-29T16:16:02.264Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2845 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.852Aug 29 16:16:00.852Aug 29 16:16:00.852 INFODEBG 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: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:1c::/64 -> 2001:db8::55:ff |
| 2846 | 2026-08-29T16:16:02.264Z | |
| 2847 | 2026-08-29T16:16:02.264Z | |
| 2848 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.853Aug 29 16:16:00.853 INFODEBGAug 29 16:16:00.853 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2849 | 2026-08-29T16:16:02.264Z | |
| 2850 | 2026-08-29T16:16:02.264Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2851 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.853Aug 29 16:16:00.853 Aug 29 16:16:00.853DEBG INFOreplacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2852 | 2026-08-29T16:16:02.264Z | adding route 3fff:beef:1d::/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 } }] |
| 2853 | 2026-08-29T16:16:02.264Z | |
| 2854 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.853 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:00.853Aug 29 16:16:00.853 |
| 2855 | 2026-08-29T16:16:02.264Z | INFODEBG adding route 3fff:beef:39::/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 } }] |
| 2856 | 2026-08-29T16:16:02.264Z | |
| 2857 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.853Aug 29 16:16:00.853Aug 29 16:16:00.853 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: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 } }] |
| 2858 | 2026-08-29T16:16:02.264Z | INFO |
| 2859 | 2026-08-29T16:16:02.264Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2860 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.853Aug 29 16:16:00.853 INFOINFOAug 29 16:16:00.853 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2861 | 2026-08-29T16:16:02.264Z | |
| 2862 | 2026-08-29T16:16:02.264Z | 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 } }] |
| 2863 | 2026-08-29T16:16:02.264Z | Aug 29 16:16:00.854Aug 29 16:16:00.855 Aug 29 16:16:00.854DEBG INFOcreated new freemap DEBG, adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 29 16:16:00.853 |
| 2864 | 2026-08-29T16:16:02.264Z | created new freemap unitDEBG: , created new freemapunit :Aug 29 16:16:00.855, freemap_route_ipv4 unitDEBG 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 } }]: |
| 2865 | 2026-08-29T16:16:02.264Z | freemap_route_ipv4 |
| 2866 | 2026-08-29T16:16:02.265Z | |
| 2867 | 2026-08-29T16:16:02.265Z | Aug 29 16:16:00.853Aug 29 16:16:00.855Aug 29 16:16:00.855 DEBGDEBGAug 29 16:16:00.853INFOAug 29 16:16:00.855 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGcreated new freemap |
| 2868 | 2026-08-29T16:16:02.265Z | DEBG, unitcreated new freemap:, unit :freemap_route_ipv6 |
| 2869 | 2026-08-29T16:16:02.265Z | created new freemapcreated new freemap Aug 29 16:16:00.855freemap_route_ipv6 |
| 2870 | 2026-08-29T16:16:02.265Z | , DEBG, Aug 29 16:16:00.855 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 } }]DEBGunit : |
| 2871 | 2026-08-29T16:16:02.266Z | Aug 29 16:16:00.855initted freemap. size: 64 unit , :DEBGunitAug 29 16:16:00.855: initted freemap. size: 64freemap_route_ipv4 freemap_route_ipv4INFOfreemap_route_ipv4 |
| 2872 | 2026-08-29T16:16:02.266Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2873 | 2026-08-29T16:16:02.266Z | |
| 2874 | 2026-08-29T16:16:02.266Z | , unit: |
| 2875 | 2026-08-29T16:16:02.266Z | freemap_route_ipv4Aug 29 16:16:00.855 |
| 2876 | 2026-08-29T16:16:02.266Z | DEBG Aug 29 16:16:00.855reset freemapAug 29 16:16:00.855 DEBG, unitreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.855DEBG: Aug 29 16:16:00.855 |
| 2877 | 2026-08-29T16:16:02.266Z | DEBG created new freemapfreemap_route_ipv4 , DEBGAug 29 16:16:00.855 |
| 2878 | 2026-08-29T16:16:02.266Z | unitreset freemap , INFOunit:created new freemap , :freemap_route_ipv6Aug 29 16:16:00.855unitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff : |
| 2879 | 2026-08-29T16:16:02.266Z | freemap_route_ipv4 DEBG |
| 2880 | 2026-08-29T16:16:02.266Z | |
| 2881 | 2026-08-29T16:16:02.266Z | initted freemap. size: 64freemap_route_ipv6, Aug 29 16:16:00.855 |
| 2882 | 2026-08-29T16:16:02.266Z | unit: Aug 29 16:16:00.855freemap_route_ipv6 Aug 29 16:16:00.855DEBG DEBG |
| 2883 | 2026-08-29T16:16:02.266Z | 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 |
| 2884 | 2026-08-29T16:16:02.266Z | Aug 29 16:16:00.855Aug 29 16:16:00.855 DEBGinitted freemap. size: 64DEBGinitted freemap. size: 64, , Aug 29 16:16:00.855reset freemap initted freemap. size: 64, , unitunitunit:INFO: :freemap_route_ipv6freemap_route_ipv4 unit freemap_route_ipv6: |
| 2885 | 2026-08-29T16:16:02.266Z | |
| 2886 | 2026-08-29T16:16:02.266Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2887 | 2026-08-29T16:16:02.371Z | |
| 2888 | 2026-08-29T16:16:02.371Z | |
| 2889 | 2026-08-29T16:16:02.371Z | Aug 29 16:16:00.855Aug 29 16:16:00.855Aug 29 16:16:00.855 DEBGDEBG reset freemapreplacing 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 } }], unit |
| 2890 | 2026-08-29T16:16:02.371Z | INFOAug 29 16:16:00.855 Aug 29 16:16:00.855DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 2891 | 2026-08-29T16:16:02.371Z | reset freemap:, unitreset freemap:Aug 29 16:16:00.855 freemap_route_ipv6 , INFO unit |
| 2892 | 2026-08-29T16:16:02.371Z | :adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.855freemap_route_ipv4 freemap_route_ipv4 |
| 2893 | 2026-08-29T16:16:02.371Z | DEBG |
| 2894 | 2026-08-29T16:16:02.371Z | |
| 2895 | 2026-08-29T16:16:02.371Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:16:00.855 |
| 2896 | 2026-08-29T16:16:02.371Z | Aug 29 16:16:00.855DEBG Aug 29 16:16:00.855replacing 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 } }]INFOAug 29 16:16:00.855Aug 29 16:16:00.855 DEBG |
| 2897 | 2026-08-29T16:16:02.371Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2898 | 2026-08-29T16:16:02.371Z | DEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:2initted freemap. size: 64, , unitAug 29 16:16:00.855: |
| 2899 | 2026-08-29T16:16:02.371Z | Aug 29 16:16:00.855 freemap_route_ipv6INFO unitDEBG: Aug 29 16:16:00.855 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2900 | 2026-08-29T16:16:02.371Z | |
| 2901 | 2026-08-29T16:16:02.371Z | freemap_route_ipv6 |
| 2902 | 2026-08-29T16:16:02.371Z | DEBG |
| 2903 | 2026-08-29T16:16:02.371Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2904 | 2026-08-29T16:16:02.371Z | Aug 29 16:16:00.855Aug 29 16:16:00.855 Aug 29 16:16:00.855 Aug 29 16:16:00.855 INFODEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:16:00.855 |
| 2905 | 2026-08-29T16:16:02.371Z | Aug 29 16:16:00.853 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 } }] DEBGDEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3, 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 } }]unit |
| 2906 | 2026-08-29T16:16:02.372Z | |
| 2907 | 2026-08-29T16:16:02.372Z | : |
| 2908 | 2026-08-29T16:16:02.372Z | freemap_route_ipv6 |
| 2909 | 2026-08-29T16:16:02.372Z | Aug 29 16:16:00.855 reset freemapDEBG, Aug 29 16:16:00.855Aug 29 16:16:00.855unit Aug 29 16:16:00.855 Aug 29 16:16:00.855INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2910 | 2026-08-29T16:16:02.372Z | INFODEBG: adding route 3fff:beef:26::/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 } }] |
| 2911 | 2026-08-29T16:16:02.372Z | |
| 2912 | 2026-08-29T16:16:02.372Z | freemap_route_ipv6adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-29T16:16:02.372Z | |
| 2914 | 2026-08-29T16:16:02.372Z | INFO Aug 29 16:16:00.855adding route 172.16.0.0/32 -> 10.0.0.1 DEBGAug 29 16:16:00.855 |
| 2915 | 2026-08-29T16:16:02.372Z | Aug 29 16:16:00.855 Aug 29 16:16:00.855Aug 29 16:16:00.855INFOreplacing 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 } }] |
| 2916 | 2026-08-29T16:16:02.372Z | Aug 29 16:16:00.855DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 2917 | 2026-08-29T16:16:02.372Z | INFO |
| 2918 | 2026-08-29T16:16:02.372Z | INFO Aug 29 16:16:00.855 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.855 |
| 2919 | 2026-08-29T16:16:02.373Z | DEBG |
| 2920 | 2026-08-29T16:16:02.373Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:16:00.855adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-29T16:16:02.373Z | |
| 2922 | 2026-08-29T16:16:02.373Z | INFO Aug 29 16:16:00.855adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:16:00.855 |
| 2923 | 2026-08-29T16:16:02.373Z | DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855 DEBGAug 29 16:16:00.855DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 |
| 2924 | 2026-08-29T16:16:02.373Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 2925 | 2026-08-29T16:16:02.373Z | |
| 2926 | 2026-08-29T16:16:02.373Z | DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855 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 } }]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 } }] |
| 2927 | 2026-08-29T16:16:02.373Z | |
| 2928 | 2026-08-29T16:16:02.373Z | Aug 29 16:16:00.855 adding route 3fff:beef:28::/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 } }] |
| 2929 | 2026-08-29T16:16:02.373Z | |
| 2930 | 2026-08-29T16:16:02.373Z | Aug 29 16:16:00.855 DEBGINFO Aug 29 16:16:00.855 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.855 |
| 2931 | 2026-08-29T16:16:02.373Z | Aug 29 16:16:00.855replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2932 | 2026-08-29T16:16:02.373Z | |
| 2933 | 2026-08-29T16:16:02.373Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.855INFO |
| 2934 | 2026-08-29T16:16:02.373Z | |
| 2935 | 2026-08-29T16:16:02.373Z | DEBG Aug 29 16:16:00.855 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 29 16:16:00.855 INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2936 | 2026-08-29T16:16:02.373Z | |
| 2937 | 2026-08-29T16:16:02.373Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff Aug 29 16:16:00.855Aug 29 16:16:00.855 |
| 2938 | 2026-08-29T16:16:02.373Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:16:00.855 |
| 2939 | 2026-08-29T16:16:02.373Z | INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:16:00.855Aug 29 16:16:00.855 DEBG |
| 2940 | 2026-08-29T16:16:02.374Z | 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 } }]DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2941 | 2026-08-29T16:16:02.374Z | Aug 29 16:16:00.855 |
| 2942 | 2026-08-29T16:16:02.374Z | |
| 2943 | 2026-08-29T16:16:02.374Z | |
| 2944 | 2026-08-29T16:16:02.374Z | DEBG Aug 29 16:16:00.855replacing 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 29 16:16:00.855Aug 29 16:16:00.855 |
| 2945 | 2026-08-29T16:16:02.374Z | INFO INFO Aug 29 16:16:00.855adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFO |
| 2946 | 2026-08-29T16:16:02.374Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO Aug 29 16:16:00.855 adding route 172.17.0.2/32 -> 10.0.0.255 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 2947 | 2026-08-29T16:16:02.374Z | |
| 2948 | 2026-08-29T16:16:02.374Z | |
| 2949 | 2026-08-29T16:16:02.375Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2950 | 2026-08-29T16:16:02.375Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2951 | 2026-08-29T16:16:02.375Z | Aug 29 16:16:00.855Aug 29 16:16:00.855 Aug 29 16:16:00.855 Aug 29 16:16:00.855DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2952 | 2026-08-29T16:16:02.375Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 2953 | 2026-08-29T16:16:02.375Z | |
| 2954 | 2026-08-29T16:16:02.375Z | Aug 29 16:16:00.855DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFOINFO Aug 29 16:16:00.855DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2955 | 2026-08-29T16:16:02.375Z | INFO |
| 2956 | 2026-08-29T16:16:02.375Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2957 | 2026-08-29T16:16:02.375Z | |
| 2958 | 2026-08-29T16:16:02.375Z | Aug 29 16:16:00.855 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 29 16:16:00.855Aug 29 16:16:00.855DEBG |
| 2959 | 2026-08-29T16:16:02.376Z | DEBGAug 29 16:16:00.855replacing 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 } }] |
| 2960 | 2026-08-29T16:16:02.376Z | 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 |
| 2961 | 2026-08-29T16:16:02.376Z | 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 29 16:16:00.855 |
| 2962 | 2026-08-29T16:16:02.376Z | INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:00.855Aug 29 16:16:00.855 |
| 2963 | 2026-08-29T16:16:02.376Z | |
| 2964 | 2026-08-29T16:16:02.376Z | INFOAug 29 16:16:00.855 INFO INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:00.855 |
| 2965 | 2026-08-29T16:16:02.376Z | Aug 29 16:16:00.855 |
| 2966 | 2026-08-29T16:16:02.376Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2967 | 2026-08-29T16:16:02.376Z | 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 } }] |
| 2968 | 2026-08-29T16:16:02.376Z | DEBGAug 29 16:16:00.855 DEBGAug 29 16:16:00.855 Aug 29 16:16:00.855replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 29 16:16:00.855 |
| 2969 | 2026-08-29T16:16:02.376Z | DEBG INFO |
| 2970 | 2026-08-29T16:16:02.376Z | 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:2d::/64 -> 2001:db8::55:ff |
| 2971 | 2026-08-29T16:16:02.376Z | Aug 29 16:16:00.856 |
| 2972 | 2026-08-29T16:16:02.378Z | DEBG Aug 29 16:16:00.866created new freemap Aug 29 16:16:00.866, DEBGunit replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 2973 | 2026-08-29T16:16:02.378Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:16:00.866Aug 29 16:16:00.866 |
| 2974 | 2026-08-29T16:16:02.378Z | INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2975 | 2026-08-29T16:16:02.378Z | DEBGAug 29 16:16:00.866Aug 29 16:16:00.866 DEBGDEBGAug 29 16:16:00.867 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2976 | 2026-08-29T16:16:02.378Z | 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 } }] |
| 2977 | 2026-08-29T16:16:02.378Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2978 | 2026-08-29T16:16:02.378Z | |
| 2979 | 2026-08-29T16:16:02.378Z | replacing targets for 3fff:dead::/64 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 } }] |
| 2980 | 2026-08-29T16:16:02.378Z | Aug 29 16:16:00.867 Aug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOWARNINFO Aug 29 16:16:00.867shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFODEBG |
| 2981 | 2026-08-29T16:16:02.378Z | 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 } }] |
| 2982 | 2026-08-29T16:16:02.378Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 2983 | 2026-08-29T16:16:02.378Z | |
| 2984 | 2026-08-29T16:16:02.378Z | |
| 2985 | 2026-08-29T16:16:02.378Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867 DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2986 | 2026-08-29T16:16:02.379Z | 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:29::/64 -> 2001:db8::55:ff |
| 2987 | 2026-08-29T16:16:02.385Z | |
| 2988 | 2026-08-29T16:16:02.385Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 INFODEBG Aug 29 16:16:00.867 Aug 29 16:16:00.867adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2989 | 2026-08-29T16:16:02.385Z | DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255 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 } }] |
| 2990 | 2026-08-29T16:16:02.385Z | Aug 29 16:16:00.867replacing 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 |
| 2991 | 2026-08-29T16:16:02.385Z | |
| 2992 | 2026-08-29T16:16:02.385Z | 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 29 16:16:00.867 |
| 2993 | 2026-08-29T16:16:02.385Z | DEBGAug 29 16:16:00.867Aug 29 16:16:00.867 INFOAug 29 16:16:00.867 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFOINFO |
| 2994 | 2026-08-29T16:16:02.385Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2995 | 2026-08-29T16:16:02.385Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 29 16:16:00.867 |
| 2996 | 2026-08-29T16:16:02.385Z | |
| 2997 | 2026-08-29T16:16:02.385Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.867 |
| 2998 | 2026-08-29T16:16:02.385Z | DEBG Aug 29 16:16:00.867replacing 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 } }] |
| 2999 | 2026-08-29T16:16:02.385Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 DEBGINFO INFO Aug 29 16:16:00.867adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 } }] |
| 3000 | 2026-08-29T16:16:02.385Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3001 | 2026-08-29T16:16:02.385Z | |
| 3002 | 2026-08-29T16:16:02.386Z | |
| 3003 | 2026-08-29T16:16:02.386Z | Aug 29 16:16:00.867 Aug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867 DEBG DEBGINFO 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 } }]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 } }] |
| 3004 | 2026-08-29T16:16:02.386Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3005 | 2026-08-29T16:16:02.386Z | |
| 3006 | 2026-08-29T16:16:02.386Z | |
| 3007 | 2026-08-29T16:16:02.386Z | Aug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3008 | 2026-08-29T16:16:02.386Z | |
| 3009 | 2026-08-29T16:16:02.386Z | freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3010 | 2026-08-29T16:16:02.386Z | |
| 3011 | 2026-08-29T16:16:02.386Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 Aug 29 16:16:00.867DEBG INFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:00.867 |
| 3012 | 2026-08-29T16:16:02.386Z | |
| 3013 | 2026-08-29T16:16:02.386Z | |
| 3014 | 2026-08-29T16:16:02.386Z | DEBGAug 29 16:16:00.867 INFOAug 29 16:16:00.867created new freemap Aug 29 16:16:00.867adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.867INFO |
| 3015 | 2026-08-29T16:16:02.386Z | INFO , 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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff : |
| 3016 | 2026-08-29T16:16:02.387Z | |
| 3017 | 2026-08-29T16:16:02.387Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3018 | 2026-08-29T16:16:02.387Z | freemap_route_ipv6Aug 29 16:16:00.867 |
| 3019 | 2026-08-29T16:16:02.388Z | Aug 29 16:16:00.867 DEBGDEBGAug 29 16:16:00.867 Aug 29 16:16:00.867 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: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 } }] |
| 3020 | 2026-08-29T16:16:02.388Z | DEBGINFO Aug 29 16:16:00.867 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3021 | 2026-08-29T16:16:02.388Z | |
| 3022 | 2026-08-29T16:16:02.388Z | DEBGAug 29 16:16:00.867replacing 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 29 16:16:00.867INFO Aug 29 16:16:00.867 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBG |
| 3023 | 2026-08-29T16:16:02.388Z | |
| 3024 | 2026-08-29T16:16:02.388Z | initted freemap. size: 64 , INFOreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.867 |
| 3025 | 2026-08-29T16:16:02.388Z | DEBG unitreplacing 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:a::/64 -> 2001:db8::55:ff |
| 3026 | 2026-08-29T16:16:02.388Z | |
| 3027 | 2026-08-29T16:16:02.388Z | Aug 29 16:16:00.867: Aug 29 16:16:00.867freemap_route_ipv4Aug 29 16:16:00.867 |
| 3028 | 2026-08-29T16:16:02.388Z | Aug 29 16:16:00.867 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO DEBGAug 29 16:16:00.867 |
| 3029 | 2026-08-29T16:16:02.388Z | 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 adding route 172.17.0.9/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3030 | 2026-08-29T16:16:02.388Z | Aug 29 16:16:00.867 |
| 3031 | 2026-08-29T16:16:02.388Z | |
| 3032 | 2026-08-29T16:16:02.388Z | reset freemap 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 } }] |
| 3033 | 2026-08-29T16:16:02.389Z | unitAug 29 16:16:00.867Aug 29 16:16:00.867 :DEBGDEBGAug 29 16:16:00.867Aug 29 16:16:00.867 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.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 } }] |
| 3034 | 2026-08-29T16:16:02.389Z | freemap_route_ipv4INFO |
| 3035 | 2026-08-29T16:16:02.389Z | |
| 3036 | 2026-08-29T16:16:02.389Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 3037 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.867adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:16:00.867 |
| 3038 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.853Aug 29 16:16:00.867Aug 29 16:16:00.867 INFOINFO DEBGAug 29 16:16:00.867adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGDEBG |
| 3039 | 2026-08-29T16:16:02.389Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3040 | 2026-08-29T16:16:02.389Z | |
| 3041 | 2026-08-29T16:16:02.389Z | initted freemap. size: 64replacing 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 29 16:16:00.867 Aug 29 16:16:00.867DEBG, unit |
| 3042 | 2026-08-29T16:16:02.389Z | : freemap_route_ipv6replacing 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 } }] |
| 3043 | 2026-08-29T16:16:02.389Z | 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 } }] |
| 3044 | 2026-08-29T16:16:02.389Z | |
| 3045 | 2026-08-29T16:16:02.389Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3046 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.867DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:00.867INFO |
| 3047 | 2026-08-29T16:16:02.389Z | INFOAug 29 16:16:00.867adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3048 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.867 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3049 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.867 Aug 29 16:16:00.867INFOINFO Aug 29 16:16:00.867 DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 29 16:16:00.867replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3050 | 2026-08-29T16:16:02.389Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3051 | 2026-08-29T16:16:02.389Z | |
| 3052 | 2026-08-29T16:16:02.389Z | DEBGAug 29 16:16:00.867 |
| 3053 | 2026-08-29T16:16:02.389Z | Aug 29 16:16:00.867 DEBGreset freemap DEBG, Aug 29 16:16:00.867replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3054 | 2026-08-29T16:16:02.389Z | adding route 3fff:beef:32::/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 } }] |
| 3055 | 2026-08-29T16:16:02.390Z | unitAug 29 16:16:00.867 |
| 3056 | 2026-08-29T16:16:02.390Z | INFOAug 29 16:16:00.867DEBG Aug 29 16:16:00.867:DEBG freemap_route_ipv6DEBGadding route 3fff:beef:38::/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 } }] |
| 3057 | 2026-08-29T16:16:02.390Z | |
| 3058 | 2026-08-29T16:16:02.390Z | |
| 3059 | 2026-08-29T16:16:02.390Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3060 | 2026-08-29T16:16:02.390Z | Aug 29 16:16:00.867 |
| 3061 | 2026-08-29T16:16:02.390Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 DEBGAug 29 16:16:00.867 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 29 16:16:00.867 |
| 3062 | 2026-08-29T16:16:02.390Z | INFOAug 29 16:16:00.867 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFOINFO INFO |
| 3063 | 2026-08-29T16:16:02.390Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 3064 | 2026-08-29T16:16:02.390Z | Aug 29 16:16:00.867adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3065 | 2026-08-29T16:16:02.391Z | INFO |
| 3066 | 2026-08-29T16:16:02.391Z | Aug 29 16:16:00.867 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3067 | 2026-08-29T16:16:02.391Z | Aug 29 16:16:00.867DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.867 |
| 3068 | 2026-08-29T16:16:02.391Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3069 | 2026-08-29T16:16:02.391Z | 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 } }]Aug 29 16:16:00.867 |
| 3070 | 2026-08-29T16:16:02.391Z | replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3071 | 2026-08-29T16:16:02.391Z | Aug 29 16:16:00.867 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 } }] |
| 3072 | 2026-08-29T16:16:02.391Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3073 | 2026-08-29T16:16:02.391Z | |
| 3074 | 2026-08-29T16:16:02.391Z | 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 29 16:16:00.867 INFO |
| 3075 | 2026-08-29T16:16:02.391Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:16:00.867Aug 29 16:16:00.867 DEBG |
| 3076 | 2026-08-29T16:16:02.391Z | Aug 29 16:16:00.867Aug 29 16:16:00.867 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 } }] |
| 3077 | 2026-08-29T16:16:02.391Z | INFOAug 29 16:16:00.867Aug 29 16:16:00.867 INFODEBGINFO failed to allocate space for the new target list adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 29 16:16:00.867adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3078 | 2026-08-29T16:16:02.391Z | |
| 3079 | 2026-08-29T16:16:02.391Z | DEBG INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3080 | 2026-08-29T16:16:02.392Z | Aug 29 16:16:00.867adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 29 16:16:00.867 |
| 3081 | 2026-08-29T16:16:02.393Z | |
| 3082 | 2026-08-29T16:16:02.393Z | |
| 3083 | 2026-08-29T16:16:02.393Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:00.867Aug 29 16:16:00.867 |
| 3084 | 2026-08-29T16:16:02.393Z | INFOAug 29 16:16:00.867 DEBGDEBG Aug 29 16:16:00.867 adding route 3fff:beef:3b::/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 } }] |
| 3085 | 2026-08-29T16:16:02.393Z | Aug 29 16:16:00.867Aug 29 16:16:00.867Aug 29 16:16:00.885 DEBGDEBG DEBGcreated new freemapreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3086 | 2026-08-29T16:16:02.393Z | 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 } }] |
| 3087 | 2026-08-29T16:16:02.397Z | 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 29 16:16:00.885INFO |
| 3088 | 2026-08-29T16:16:02.397Z | Aug 29 16:16:00.885adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3089 | 2026-08-29T16:16:02.397Z | INFOINFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3090 | 2026-08-29T16:16:02.397Z | |
| 3091 | 2026-08-29T16:16:02.397Z | Aug 29 16:16:00.885Aug 29 16:16:00.885 |
| 3092 | 2026-08-29T16:16:02.397Z | Aug 29 16:16:00.885 INFODEBGDEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG Aug 29 16:16:00.885replacing 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 } }] |
| 3093 | 2026-08-29T16:16:02.397Z | |
| 3094 | 2026-08-29T16:16:02.398Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:00.885 |
| 3095 | 2026-08-29T16:16:02.398Z | DEBG |
| 3096 | 2026-08-29T16:16:02.398Z | Aug 29 16:16:00.885INFO 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 } }]DEBGAug 29 16:16:00.885adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:16:00.885 |
| 3097 | 2026-08-29T16:16:02.398Z | INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3098 | 2026-08-29T16:16:02.398Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3099 | 2026-08-29T16:16:02.398Z | |
| 3100 | 2026-08-29T16:16:02.398Z | |
| 3101 | 2026-08-29T16:16:02.398Z | Aug 29 16:16:00.885 Aug 29 16:16:00.885DEBGAug 29 16:16:00.885 Aug 29 16:16:00.885Aug 29 16:16:00.885 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGfailed to allocate space for the new target list |
| 3102 | 2026-08-29T16:16:02.398Z | |
| 3103 | 2026-08-29T16:16:02.398Z | |
| 3104 | 2026-08-29T16:16:02.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 } }] |
| 3105 | 2026-08-29T16:16:02.399Z | |
| 3106 | 2026-08-29T16:16:02.399Z | Aug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885 Aug 29 16:16:00.885INFO INFOAug 29 16:16:00.885 DEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 3107 | 2026-08-29T16:16:02.399Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3108 | 2026-08-29T16:16:02.399Z | |
| 3109 | 2026-08-29T16:16:02.399Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.885replacing targets for 3fff:dead::/64 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 29 16:16:00.885 |
| 3110 | 2026-08-29T16:16:02.399Z | |
| 3111 | 2026-08-29T16:16:02.399Z | Aug 29 16:16:00.885DEBGDEBG 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 |
| 3112 | 2026-08-29T16:16:02.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 } }] |
| 3113 | 2026-08-29T16:16:02.399Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.885Aug 29 16:16:00.885 |
| 3114 | 2026-08-29T16:16:02.399Z | INFOINFO Aug 29 16:16:00.885 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:00.885 |
| 3115 | 2026-08-29T16:16:02.399Z | |
| 3116 | 2026-08-29T16:16:02.399Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3117 | 2026-08-29T16:16:02.399Z | INFO Aug 29 16:16:00.885adding route 172.17.0.17/32 -> 10.0.0.255 Aug 29 16:16:00.885DEBG |
| 3118 | 2026-08-29T16:16:02.399Z | DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3119 | 2026-08-29T16:16:02.399Z | 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 29 16:16:00.885 |
| 3120 | 2026-08-29T16:16:02.399Z | WARNAug 29 16:16:00.885 Aug 29 16:16:00.885shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:16:00.885 |
| 3121 | 2026-08-29T16:16:02.400Z | INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3122 | 2026-08-29T16:16:02.401Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3123 | 2026-08-29T16:16:02.401Z | DEBG Aug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885replacing 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 } }] ERRODEBG |
| 3124 | 2026-08-29T16:16:02.401Z | 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 } }] |
| 3125 | 2026-08-29T16:16:02.401Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3126 | 2026-08-29T16:16:02.401Z | 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 29 16:16:00.885Aug 29 16:16:00.885 |
| 3127 | 2026-08-29T16:16:02.401Z | INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:00.885 |
| 3128 | 2026-08-29T16:16:02.401Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 29 16:16:00.885 INFO |
| 3129 | 2026-08-29T16:16:02.401Z | ERROadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:16:00.885 |
| 3130 | 2026-08-29T16:16:02.401Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itDEBG |
| 3131 | 2026-08-29T16:16:02.401Z | 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 } }] |
| 3132 | 2026-08-29T16:16:02.401Z | Aug 29 16:16:00.885 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 29 16:16:00.885 |
| 3133 | 2026-08-29T16:16:02.401Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3134 | 2026-08-29T16:16:02.401Z | Aug 29 16:16:00.885Aug 29 16:16:00.885 Aug 29 16:16:00.885DEBG 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 } }] |
| 3135 | 2026-08-29T16:16:02.401Z | 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 |
| 3136 | 2026-08-29T16:16:02.402Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3137 | 2026-08-29T16:16:02.402Z | Aug 29 16:16:00.885 INFO Aug 29 16:16:00.885adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3138 | 2026-08-29T16:16:02.402Z | DEBG Aug 29 16:16:00.885replacing 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 } }] |
| 3139 | 2026-08-29T16:16:02.402Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3140 | 2026-08-29T16:16:02.402Z | Aug 29 16:16:00.885 INFOAug 29 16:16:00.885 adding route 172.17.0.20/32 -> 10.0.0.255Aug 29 16:16:00.885DEBG DEBGreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3141 | 2026-08-29T16:16:02.402Z | |
| 3142 | 2026-08-29T16:16:02.402Z | 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 } }] |
| 3143 | 2026-08-29T16:16:02.402Z | Aug 29 16:16:00.885 DEBG Aug 29 16:16:00.885replacing 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 } }] |
| 3144 | 2026-08-29T16:16:02.402Z | test route::tests::identity_replace_is_noop ... ok |
| 3145 | 2026-08-29T16:16:02.402Z | INFO Aug 29 16:16:00.885adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3146 | 2026-08-29T16:16:02.402Z | INFO Aug 29 16:16:00.885adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3147 | 2026-08-29T16:16:02.402Z | INFOAug 29 16:16:00.885 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 3148 | 2026-08-29T16:16:02.402Z | Aug 29 16:16:00.885replacing 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 } }] |
| 3149 | 2026-08-29T16:16:02.402Z | 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 } }] |
| 3150 | 2026-08-29T16:16:02.402Z | Aug 29 16:16:00.885Aug 29 16:16:00.885 INFODEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3151 | 2026-08-29T16:16:02.403Z | |
| 3152 | 2026-08-29T16:16:02.403Z | Aug 29 16:16:00.885 Aug 29 16:16:00.885DEBG Aug 29 16:16:00.885INFO DEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3153 | 2026-08-29T16:16:02.403Z | |
| 3154 | 2026-08-29T16:16:02.403Z | |
| 3155 | 2026-08-29T16:16:02.403Z | Aug 29 16:16:00.885 Aug 29 16:16:00.885 INFOfreemap_route_ipv4 Aug 29 16:16:00.885 |
| 3156 | 2026-08-29T16:16:02.403Z | DEBG adding route 3fff:beef:19::/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 } }] |
| 3157 | 2026-08-29T16:16:02.403Z | DEBG |
| 3158 | 2026-08-29T16:16:02.403Z | 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 } }] |
| 3159 | 2026-08-29T16:16:02.403Z | Aug 29 16:16:00.885Aug 29 16:16:00.885 DEBGDEBG Aug 29 16:16:00.885created new freemap , 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 } }]unit |
| 3160 | 2026-08-29T16:16:02.403Z | :INFO freemap_route_ipv6adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3161 | 2026-08-29T16:16:02.403Z | |
| 3162 | 2026-08-29T16:16:02.403Z | Aug 29 16:16:00.885 Aug 29 16:16:00.885INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3163 | 2026-08-29T16:16:02.403Z | 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 } }] |
| 3164 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885 DEBGAug 29 16:16:00.885 Aug 29 16:16:00.885initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO |
| 3165 | 2026-08-29T16:16:02.404Z | freemap_route_ipv4 |
| 3166 | 2026-08-29T16:16:02.404Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3167 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885Aug 29 16:16:00.885Aug 29 16:16:00.885 DEBGDEBG reset freemapINFO, 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 } }] |
| 3168 | 2026-08-29T16:16:02.404Z | unitadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff: |
| 3169 | 2026-08-29T16:16:02.404Z | freemap_route_ipv4 |
| 3170 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885 INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:16:00.885 |
| 3171 | 2026-08-29T16:16:02.404Z | DEBG initted freemap. size: 64Aug 29 16:16:00.885, Aug 29 16:16:00.885unit :, DEBG unitreplacing 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 } }]DEBGfreemap_route_ipv6 |
| 3172 | 2026-08-29T16:16:02.404Z | : |
| 3173 | 2026-08-29T16:16:02.404Z | freemap_route_ipv4replacing 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 } }] |
| 3174 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885 |
| 3175 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 3176 | 2026-08-29T16:16:02.404Z | reset freemap, Aug 29 16:16:00.885unit Aug 29 16:16:00.885: DEBGINFOfreemap_route_ipv6 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 } }] |
| 3177 | 2026-08-29T16:16:02.404Z | |
| 3178 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3179 | 2026-08-29T16:16:02.404Z | DEBG Aug 29 16:16:00.885Aug 29 16:16:00.885created new freemap Aug 29 16:16:00.885 INFO, INFO DEBGunit adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1: |
| 3180 | 2026-08-29T16:16:02.404Z | |
| 3181 | 2026-08-29T16:16:02.404Z | 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 } }] |
| 3182 | 2026-08-29T16:16:02.404Z | freemap_route_ipv6 |
| 3183 | 2026-08-29T16:16:02.404Z | Aug 29 16:16:00.885 DEBGAug 29 16:16:00.886 Aug 29 16:16:00.886replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:00.886 |
| 3184 | 2026-08-29T16:16:02.405Z | INFO DEBG DEBG initted freemap. size: 64 , Aug 29 16:16:00.886adding route 172.17.0.27/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 } }] unit |
| 3185 | 2026-08-29T16:16:02.405Z | INFO: |
| 3186 | 2026-08-29T16:16:02.405Z | freemap_route_ipv4adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3187 | 2026-08-29T16:16:02.410Z | |
| 3188 | 2026-08-29T16:16:02.410Z | Aug 29 16:16:00.886 DEBGAug 29 16:16:00.886 Aug 29 16:16:00.886 Aug 29 16:16:00.886INFO DEBG 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 } }]replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3189 | 2026-08-29T16:16:02.410Z | |
| 3190 | 2026-08-29T16:16:02.410Z | adding route 172.16.0.0/32 -> 10.0.0.2, |
| 3191 | 2026-08-29T16:16:02.410Z | unit: Aug 29 16:16:00.886freemap_route_ipv4Aug 29 16:16:00.886Aug 29 16:16:00.886 |
| 3192 | 2026-08-29T16:16:02.410Z | INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 3193 | 2026-08-29T16:16:02.410Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3194 | 2026-08-29T16:16:02.410Z | Aug 29 16:16:00.886 DEBG created new freemap, unit:Aug 29 16:16:00.886 freemap_route_ipv4DEBG |
| 3195 | 2026-08-29T16:16:02.410Z | Aug 29 16:16:00.886created new freemapAug 29 16:16:00.899, unitDEBGDEBG Aug 29 16:16:00.899 : 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 } }]freemap_route_ipv4 |
| 3196 | 2026-08-29T16:16:02.410Z | created new freemapreplacing 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 } }] |
| 3197 | 2026-08-29T16:16:02.412Z | , |
| 3198 | 2026-08-29T16:16:02.412Z | unitAug 29 16:16:00.899: DEBGfreemap_route_ipv6 |
| 3199 | 2026-08-29T16:16:02.413Z | created new freemap, Aug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.886INFOINFOunit adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3200 | 2026-08-29T16:16:02.413Z | : DEBGfreemap_route_ipv6Aug 29 16:16:00.899 |
| 3201 | 2026-08-29T16:16:02.413Z | created new freemapAug 29 16:16:00.899 adding route 172.17.0.29/32 -> 10.0.0.255, unit |
| 3202 | 2026-08-29T16:16:02.413Z | DEBG : initted freemap. size: 64DEBG Aug 29 16:16:00.899replacing 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 } }], |
| 3203 | 2026-08-29T16:16:02.413Z | freemap_route_ipv4 |
| 3204 | 2026-08-29T16:16:02.413Z | Aug 29 16:16:00.899DEBG unitinitted freemap. size: 64:Aug 29 16:16:00.899DEBG, Aug 29 16:16:00.899DEBG freemap_route_ipv4created new freemap |
| 3205 | 2026-08-29T16:16:02.413Z | , unit :INFO unitfreemap_route_ipv6Aug 29 16:16:00.899 |
| 3206 | 2026-08-29T16:16:02.413Z | 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:21::/64 -> 2001:db8::55:ffDEBG : |
| 3207 | 2026-08-29T16:16:02.413Z | |
| 3208 | 2026-08-29T16:16:02.413Z | Aug 29 16:16:00.899freemap_route_ipv4reset freemap |
| 3209 | 2026-08-29T16:16:02.413Z | DEBG initted freemap. size: 64Aug 29 16:16:00.899, Aug 29 16:16:00.899Aug 29 16:16:00.899 unit, :unitINFO adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4 |
| 3210 | 2026-08-29T16:16:02.413Z | |
| 3211 | 2026-08-29T16:16:02.413Z | :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 } }] |
| 3212 | 2026-08-29T16:16:02.413Z | freemap_route_ipv4DEBGAug 29 16:16:00.899 DEBGreset freemap |
| 3213 | 2026-08-29T16:16:02.413Z | Aug 29 16:16:00.899, reset freemapAug 29 16:16:00.899, unitINFO:DEBG freemap_route_ipv4replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3214 | 2026-08-29T16:16:02.413Z | |
| 3215 | 2026-08-29T16:16:02.413Z | |
| 3216 | 2026-08-29T16:16:02.413Z | Aug 29 16:16:00.899 unitDEBGAug 29 16:16:00.899Aug 29 16:16:00.899 :DEBG initted freemap. size: 64initted freemap. size: 64Aug 29 16:16:00.899, unitINFO, :adding route 172.17.0.31/32 -> 10.0.0.255unit |
| 3217 | 2026-08-29T16:16:02.414Z | :DEBG freemap_route_ipv6replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3218 | 2026-08-29T16:16:02.414Z | |
| 3219 | 2026-08-29T16:16:02.414Z | |
| 3220 | 2026-08-29T16:16:02.414Z | freemap_route_ipv4Aug 29 16:16:00.899 |
| 3221 | 2026-08-29T16:16:02.414Z | Aug 29 16:16:00.899 DEBGDEBGAug 29 16:16:00.899 reset freemapAug 29 16:16:00.899Aug 29 16:16:00.899 , 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 } }]unitDEBG INFODEBG: reset freemapinitted freemap. size: 64 |
| 3222 | 2026-08-29T16:16:02.414Z | , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunitfreemap_route_ipv6, : |
| 3223 | 2026-08-29T16:16:02.414Z | unit:freemap_route_ipv6Aug 29 16:16:00.899 |
| 3224 | 2026-08-29T16:16:02.414Z | Aug 29 16:16:00.899 |
| 3225 | 2026-08-29T16:16:02.414Z | freemap_route_ipv6INFO |
| 3226 | 2026-08-29T16:16:02.414Z | adding route 172.17.0.32/32 -> 10.0.0.255INFOAug 29 16:16:00.899Aug 29 16:16:00.899 adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:16:00.899 |
| 3227 | 2026-08-29T16:16:02.414Z | DEBG |
| 3228 | 2026-08-29T16:16:02.414Z | 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 } }]reset freemap , |
| 3229 | 2026-08-29T16:16:02.415Z | unitAug 29 16:16:00.899: DEBGfreemap_route_ipv6 |
| 3230 | 2026-08-29T16:16:02.415Z | 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 } }]INFO |
| 3231 | 2026-08-29T16:16:02.415Z | Aug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.899Aug 29 16:16:00.899 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3232 | 2026-08-29T16:16:02.415Z | |
| 3233 | 2026-08-29T16:16:02.415Z | |
| 3234 | 2026-08-29T16:16:02.415Z | |
| 3235 | 2026-08-29T16:16:02.416Z | |
| 3236 | 2026-08-29T16:16:02.416Z | Aug 29 16:16:00.899Aug 29 16:16:00.899Aug 29 16:16:00.899Aug 29 16:16:00.899 DEBG DEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3237 | 2026-08-29T16:16:02.416Z | |
| 3238 | 2026-08-29T16:16:02.416Z | DEBG |
| 3239 | 2026-08-29T16:16:02.416Z | |
| 3240 | 2026-08-29T16:16:02.416Z | Aug 29 16:16:00.899replacing 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 29 16:16:00.899 |
| 3241 | 2026-08-29T16:16:02.416Z | Aug 29 16:16:00.899INFO Aug 29 16:16:00.899INFO Aug 29 16:16:00.899adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3242 | 2026-08-29T16:16:02.417Z | INFO Aug 29 16:16:00.899 |
| 3243 | 2026-08-29T16:16:02.417Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3244 | 2026-08-29T16:16:02.417Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3245 | 2026-08-29T16:16:02.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3246 | 2026-08-29T16:16:02.417Z | Aug 29 16:16:00.899INFO Aug 29 16:16:00.899 DEBGDEBG Aug 29 16:16:00.899adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:00.899DEBGreplacing 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 } }] |
| 3247 | 2026-08-29T16:16:02.417Z | |
| 3248 | 2026-08-29T16:16:02.417Z | |
| 3249 | 2026-08-29T16:16:02.417Z | DEBG |
| 3250 | 2026-08-29T16:16:02.417Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 3251 | 2026-08-29T16:16:02.418Z | Aug 29 16:16:00.899Aug 29 16:16:00.899 Aug 29 16:16:00.899INFO |
| 3252 | 2026-08-29T16:16:02.418Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3253 | 2026-08-29T16:16:02.418Z | INFOAug 29 16:16:00.899 Aug 29 16:16:00.899adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 29 16:16:00.899 Aug 29 16:16:00.899DEBG |
| 3254 | 2026-08-29T16:16:02.418Z | INFODEBG adding route 172.17.0.34/32 -> 10.0.0.255 DEBG |
| 3255 | 2026-08-29T16:16:02.418Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 3256 | 2026-08-29T16:16:02.418Z | INFO Aug 29 16:16:00.899 adding route 172.16.0.0/32 -> 10.0.0.1DEBG Aug 29 16:16:00.899replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3257 | 2026-08-29T16:16:02.418Z | |
| 3258 | 2026-08-29T16:16:02.418Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] INFOAug 29 16:16:00.899 |
| 3259 | 2026-08-29T16:16:02.419Z | adding route 172.17.0.0/32 -> 10.0.0.255replacing 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 } }] |
| 3260 | 2026-08-29T16:16:02.419Z | |
| 3261 | 2026-08-29T16:16:02.419Z | DEBG Aug 29 16:16:00.899replacing 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 29 16:16:00.899 |
| 3262 | 2026-08-29T16:16:02.420Z | INFO INFOAug 29 16:16:00.899 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3263 | 2026-08-29T16:16:02.421Z | Aug 29 16:16:00.899DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 29 16:16:00.899Aug 29 16:16:00.899replacing 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 } }] |
| 3264 | 2026-08-29T16:16:02.421Z | |
| 3265 | 2026-08-29T16:16:02.421Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3266 | 2026-08-29T16:16:02.421Z | Aug 29 16:16:00.899 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO Aug 29 16:16:00.899Aug 29 16:16:00.899 |
| 3267 | 2026-08-29T16:16:02.421Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3268 | 2026-08-29T16:16:02.421Z | DEBG DEBGAug 29 16:16:00.899 Aug 29 16:16:00.899 Aug 29 16:16:00.899INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.35/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3269 | 2026-08-29T16:16:02.421Z | 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 } }] |
| 3270 | 2026-08-29T16:16:02.421Z | |
| 3271 | 2026-08-29T16:16:02.421Z | |
| 3272 | 2026-08-29T16:16:02.421Z | 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 |
| 3273 | 2026-08-29T16:16:02.422Z | Aug 29 16:16:00.899Aug 29 16:16:00.899adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:16:00.899 DEBG |
| 3274 | 2026-08-29T16:16:02.422Z | INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:16:00.899 |
| 3275 | 2026-08-29T16:16:02.422Z | Aug 29 16:16:00.899adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3276 | 2026-08-29T16:16:02.422Z | DEBGDEBGreplacing 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 } }] |
| 3277 | 2026-08-29T16:16:02.422Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 29 16:16:00.899Aug 29 16:16:00.899 |
| 3278 | 2026-08-29T16:16:02.422Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }] |
| 3279 | 2026-08-29T16:16:02.422Z | |
| 3280 | 2026-08-29T16:16:02.422Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:00.899 |
| 3281 | 2026-08-29T16:16:02.422Z | Aug 29 16:16:00.899DEBGAug 29 16:16:00.899 INFOAug 29 16:16:00.899INFOAug 29 16:16:00.899 replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3282 | 2026-08-29T16:16:02.423Z | |
| 3283 | 2026-08-29T16:16:02.423Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3284 | 2026-08-29T16:16:02.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:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:00.899 |
| 3285 | 2026-08-29T16:16:02.423Z | Aug 29 16:16:00.899Aug 29 16:16:00.899DEBG INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3286 | 2026-08-29T16:16:02.423Z | INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.0/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 } }] |
| 3287 | 2026-08-29T16:16:02.428Z | Aug 29 16:16:00.899Aug 29 16:16:00.899 |
| 3288 | 2026-08-29T16:16:02.428Z | |
| 3289 | 2026-08-29T16:16:02.428Z | INFO Aug 29 16:16:00.899Aug 29 16:16:00.899 adding route 172.17.0.37/32 -> 10.0.0.255INFO |
| 3290 | 2026-08-29T16:16:02.428Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 3291 | 2026-08-29T16:16:02.428Z | DEBGAug 29 16:16:00.899 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 29 16:16:00.899DEBG |
| 3292 | 2026-08-29T16:16:02.429Z | 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 } }] |
| 3293 | 2026-08-29T16:16:02.429Z | |
| 3294 | 2026-08-29T16:16:02.429Z | Aug 29 16:16:00.914Aug 29 16:16:00.886 Aug 29 16:16:00.899INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 3295 | 2026-08-29T16:16:02.429Z | Aug 29 16:16:00.914initted freemap. size: 64DEBG Aug 29 16:16:00.914Aug 29 16:16:00.914, 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 } }]unit :DEBG |
| 3296 | 2026-08-29T16:16:02.429Z | freemap_route_ipv6 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 } }] |
| 3297 | 2026-08-29T16:16:02.429Z | |
| 3298 | 2026-08-29T16:16:02.429Z | WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3299 | 2026-08-29T16:16:02.429Z | |
| 3300 | 2026-08-29T16:16:02.429Z | Aug 29 16:16:00.914 Aug 29 16:16:00.914INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 29 16:16:00.914reset freemap |
| 3301 | 2026-08-29T16:16:02.429Z | , INFOunitAug 29 16:16:00.914Aug 29 16:16:00.886 :adding route 172.17.0.38/32 -> 10.0.0.255Aug 29 16:16:00.914 |
| 3302 | 2026-08-29T16:16:02.429Z | freemap_route_ipv6 DEBGDEBG 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 } }] |
| 3303 | 2026-08-29T16:16:02.430Z | |
| 3304 | 2026-08-29T16:16:02.430Z | Aug 29 16:16:00.914 DEBGcreated new freemapreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , Aug 29 16:16:00.914Aug 29 16:16:00.914unit replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO: |
| 3305 | 2026-08-29T16:16:02.430Z | |
| 3306 | 2026-08-29T16:16:02.430Z | freemap_route_ipv4INFO |
| 3307 | 2026-08-29T16:16:02.430Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:00.914adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3308 | 2026-08-29T16:16:02.430Z | |
| 3309 | 2026-08-29T16:16:02.430Z | Aug 29 16:16:00.914INFO Aug 29 16:16:00.914INFO adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:16:00.914 |
| 3310 | 2026-08-29T16:16:02.430Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff DEBGDEBG |
| 3311 | 2026-08-29T16:16:02.430Z | 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 } }], unit |
| 3312 | 2026-08-29T16:16:02.430Z | :Aug 29 16:16:00.914 Aug 29 16:16:00.914freemap_route_ipv6Aug 29 16:16:00.914 |
| 3313 | 2026-08-29T16:16:02.431Z | DEBGDEBG Aug 29 16:16:00.914 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.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 29 16:16:00.914 |
| 3314 | 2026-08-29T16:16:02.431Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3315 | 2026-08-29T16:16:02.431Z | initted freemap. size: 64 |
| 3316 | 2026-08-29T16:16:02.431Z | DEBGAug 29 16:16:00.914 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 } }] |
| 3317 | 2026-08-29T16:16:02.431Z | INFO, Aug 29 16:16:00.914Aug 29 16:16:00.914 unit : Aug 29 16:16:00.914 adding route 172.17.0.4/32 -> 10.0.0.255 INFOINFOfreemap_route_ipv4DEBG |
| 3318 | 2026-08-29T16:16:02.431Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3319 | 2026-08-29T16:16:02.431Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3320 | 2026-08-29T16:16:02.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 } }]Aug 29 16:16:00.914 |
| 3321 | 2026-08-29T16:16:02.431Z | Aug 29 16:16:00.914Aug 29 16:16:00.914 DEBGDEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3322 | 2026-08-29T16:16:02.431Z | DEBG |
| 3323 | 2026-08-29T16:16:02.431Z | |
| 3324 | 2026-08-29T16:16:02.431Z | 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 29 16:16:00.914 |
| 3325 | 2026-08-29T16:16:02.431Z | Aug 29 16:16:00.914Aug 29 16:16:00.914Aug 29 16:16:00.914 INFODEBG adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 3326 | 2026-08-29T16:16:02.431Z | INFO reset freemap , Aug 29 16:16:00.914adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 29 16:16:00.914 |
| 3327 | 2026-08-29T16:16:02.431Z | DEBGINFO 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 } }]: |
| 3328 | 2026-08-29T16:16:02.431Z | freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3329 | 2026-08-29T16:16:02.431Z | |
| 3330 | 2026-08-29T16:16:02.431Z | Aug 29 16:16:00.914adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:16:00.914 Aug 29 16:16:00.914 DEBG |
| 3331 | 2026-08-29T16:16:02.431Z | initted freemap. size: 64Aug 29 16:16:00.914DEBG, unit :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 } }]Aug 29 16:16:00.914 |
| 3332 | 2026-08-29T16:16:02.431Z | freemap_route_ipv6 |
| 3333 | 2026-08-29T16:16:02.431Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3334 | 2026-08-29T16:16:02.431Z | 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 |
| 3335 | 2026-08-29T16:16:02.431Z | Aug 29 16:16:00.914 Aug 29 16:16:00.914INFO Aug 29 16:16:00.914DEBG 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 } }] Aug 29 16:16:00.914reset freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3336 | 2026-08-29T16:16:02.431Z | |
| 3337 | 2026-08-29T16:16:02.431Z | , unitINFO: Aug 29 16:16:00.914 Aug 29 16:16:00.914 INFOINFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3338 | 2026-08-29T16:16:02.432Z | |
| 3339 | 2026-08-29T16:16:02.432Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3340 | 2026-08-29T16:16:02.432Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3341 | 2026-08-29T16:16:02.432Z | |
| 3342 | 2026-08-29T16:16:02.432Z | Aug 29 16:16:00.914Aug 29 16:16:00.914 INFOAug 29 16:16:00.914DEBGAug 29 16:16:00.914 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3343 | 2026-08-29T16:16:02.432Z | 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 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 29 16:16:00.914 |
| 3344 | 2026-08-29T16:16:02.432Z | Aug 29 16:16:00.914 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 } }] |
| 3345 | 2026-08-29T16:16:02.432Z | DEBGDEBG |
| 3346 | 2026-08-29T16:16:02.432Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3347 | 2026-08-29T16:16:02.432Z | Aug 29 16:16:00.914Aug 29 16:16:00.914 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3348 | 2026-08-29T16:16:02.432Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOAug 29 16:16:00.915 adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3349 | 2026-08-29T16:16:02.432Z | |
| 3350 | 2026-08-29T16:16:02.432Z | created new freemap, unitINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3351 | 2026-08-29T16:16:02.432Z | : freemap_route_ipv4 |
| 3352 | 2026-08-29T16:16:02.432Z | Aug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025 DEBGDEBGAug 29 16:16:01.025INFOAug 29 16:16:01.025 adding route 172.16.0.0/32 -> 10.0.0.2 Aug 29 16:16:01.025DEBG replacing targets for 3fff:dead::/64 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 } }] |
| 3353 | 2026-08-29T16:16:02.432Z | INFOcreated new freemapDEBGreplacing 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 } }], |
| 3354 | 2026-08-29T16:16:02.432Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3355 | 2026-08-29T16:16:02.432Z | Aug 29 16:16:01.025unitAug 29 16:16:01.025 |
| 3356 | 2026-08-29T16:16:02.433Z | |
| 3357 | 2026-08-29T16:16:02.433Z | : freemap_route_ipv6 |
| 3358 | 2026-08-29T16:16:02.433Z | DEBGAug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025INFO WARN Aug 29 16:16:01.025DEBG adding route 172.17.0.45/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 } }]DEBG |
| 3359 | 2026-08-29T16:16:02.433Z | 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 |
| 3360 | 2026-08-29T16:16:02.433Z | initted freemap. size: 64 |
| 3361 | 2026-08-29T16:16:02.433Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), Aug 29 16:16:01.025 |
| 3362 | 2026-08-29T16:16:02.433Z | unit: Aug 29 16:16:01.025DEBG freemap_route_ipv4INFOreplacing 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 } }] |
| 3363 | 2026-08-29T16:16:02.433Z | Aug 29 16:16:01.025 |
| 3364 | 2026-08-29T16:16:02.433Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:01.025 |
| 3365 | 2026-08-29T16:16:02.433Z | |
| 3366 | 2026-08-29T16:16:02.433Z | |
| 3367 | 2026-08-29T16:16:02.433Z | INFOAug 29 16:16:01.025 adding route 172.17.0.46/32 -> 10.0.0.255DEBGAug 29 16:16:01.025 Aug 29 16:16:01.025 |
| 3368 | 2026-08-29T16:16:02.433Z | reset freemap DEBG , Aug 29 16:16:01.025unitDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.025 |
| 3369 | 2026-08-29T16:16:02.433Z | DEBG DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:16:01.025 |
| 3370 | 2026-08-29T16:16:02.433Z | 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 } }] |
| 3371 | 2026-08-29T16:16:02.435Z | INFO |
| 3372 | 2026-08-29T16:16:02.435Z | |
| 3373 | 2026-08-29T16:16:02.435Z | Aug 29 16:16:01.025adding route 172.16.0.0/32 -> 10.0.0.4 Aug 29 16:16:01.025Aug 29 16:16:01.025INFOAug 29 16:16:01.025 |
| 3374 | 2026-08-29T16:16:02.436Z | INFOINFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255 adding route 172.17.0.9/32 -> 10.0.0.255initted freemap. size: 64 |
| 3375 | 2026-08-29T16:16:02.436Z | , |
| 3376 | 2026-08-29T16:16:02.436Z | |
| 3377 | 2026-08-29T16:16:02.436Z | Aug 29 16:16:01.025unit :Aug 29 16:16:01.025DEBG freemap_route_ipv6 |
| 3378 | 2026-08-29T16:16:02.436Z | DEBGAug 29 16:16:01.025 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.025 |
| 3379 | 2026-08-29T16:16:02.436Z | |
| 3380 | 2026-08-29T16:16:02.436Z | DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:01.025 |
| 3381 | 2026-08-29T16:16:02.437Z | Aug 29 16:16:01.025 DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 29 16:16:01.025 |
| 3382 | 2026-08-29T16:16:02.437Z | Aug 29 16:16:01.025 reset freemap , INFOunit: INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 29 16:16:01.025 |
| 3383 | 2026-08-29T16:16:02.437Z | freemap_route_ipv6adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3384 | 2026-08-29T16:16:02.437Z | INFO Aug 29 16:16:01.025adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3385 | 2026-08-29T16:16:02.437Z | |
| 3386 | 2026-08-29T16:16:02.437Z | Aug 29 16:16:01.025 |
| 3387 | 2026-08-29T16:16:02.442Z | INFODEBG Aug 29 16:16:01.025 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:01.025DEBGreplacing 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 } }] |
| 3388 | 2026-08-29T16:16:02.442Z | |
| 3389 | 2026-08-29T16:16:02.442Z | DEBG Aug 29 16:16:01.025replacing 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.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3390 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 |
| 3391 | 2026-08-29T16:16:02.443Z | 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 } }] |
| 3392 | 2026-08-29T16:16:02.443Z | 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 29 16:16:01.025Aug 29 16:16:01.025 |
| 3393 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 INFOINFO INFOAug 29 16:16:01.025 adding route 172.17.0.49/32 -> 10.0.0.255 INFO |
| 3394 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3395 | 2026-08-29T16:16:02.443Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 29 16:16:01.025 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 3396 | 2026-08-29T16:16:02.443Z | |
| 3397 | 2026-08-29T16:16:02.443Z | 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 29 16:16:01.025 |
| 3398 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 Aug 29 16:16:01.025DEBGAug 29 16:16:01.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3399 | 2026-08-29T16:16:02.443Z | adding route 172.17.0.1/32 -> 10.0.0.255 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 } }] |
| 3400 | 2026-08-29T16:16:02.443Z | |
| 3401 | 2026-08-29T16:16:02.443Z | adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3402 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025replacing 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 } }] |
| 3403 | 2026-08-29T16:16:02.443Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:16:01.025 |
| 3404 | 2026-08-29T16:16:02.443Z | INFOAug 29 16:16:01.025 adding route 172.17.0.12/32 -> 10.0.0.255Aug 29 16:16:01.025DEBG |
| 3405 | 2026-08-29T16:16:02.443Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3406 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 DEBGAug 29 16:16:01.025 INFOAug 29 16:16:01.025Aug 29 16:16:01.025 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 } }] |
| 3407 | 2026-08-29T16:16:02.443Z | DEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3408 | 2026-08-29T16:16:02.443Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3409 | 2026-08-29T16:16:02.443Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3410 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 Aug 29 16:16:01.025INFO Aug 29 16:16:01.025DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3411 | 2026-08-29T16:16:02.443Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3412 | 2026-08-29T16:16:02.443Z | Aug 29 16:16:01.025 |
| 3413 | 2026-08-29T16:16:02.443Z | 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 } }]Aug 29 16:16:01.025 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3414 | 2026-08-29T16:16:02.443Z | |
| 3415 | 2026-08-29T16:16:02.444Z | DEBG Aug 29 16:16:01.025replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Aug 29 16:16:01.025 |
| 3416 | 2026-08-29T16:16:02.444Z | DEBG INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.025 |
| 3417 | 2026-08-29T16:16:02.444Z | Aug 29 16:16:01.025adding route 172.17.0.2/32 -> 10.0.0.255 INFO DEBG |
| 3418 | 2026-08-29T16:16:02.444Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.025 |
| 3419 | 2026-08-29T16:16:02.444Z | |
| 3420 | 2026-08-29T16:16:02.444Z | INFOAug 29 16:16:01.025 Aug 29 16:16:01.025DEBGadding route 172.17.0.52/32 -> 10.0.0.255Aug 29 16:16:00.900 |
| 3421 | 2026-08-29T16:16:02.444Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.025Aug 29 16:16:01.025replacing 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 } }] DEBGINFODEBG |
| 3422 | 2026-08-29T16:16:02.444Z | |
| 3423 | 2026-08-29T16:16:02.444Z | 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 29 16:16:01.025created new freemap |
| 3424 | 2026-08-29T16:16:02.444Z | adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 3425 | 2026-08-29T16:16:02.445Z | , Aug 29 16:16:01.025adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:16:01.025 |
| 3426 | 2026-08-29T16:16:02.445Z | INFOAug 29 16:16:01.025 DEBGunitINFOadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3427 | 2026-08-29T16:16:02.445Z | Aug 29 16:16:01.025 :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.3/32 -> 10.0.0.255Aug 29 16:16:01.025DEBG |
| 3428 | 2026-08-29T16:16:02.445Z | freemap_route_ipv4 |
| 3429 | 2026-08-29T16:16:02.445Z | 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 |
| 3430 | 2026-08-29T16:16:02.445Z | Aug 29 16:16:01.025 |
| 3431 | 2026-08-29T16:16:02.445Z | 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 |
| 3432 | 2026-08-29T16:16:02.445Z | 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 } }] |
| 3433 | 2026-08-29T16:16:02.445Z | Aug 29 16:16:01.025 INFO Aug 29 16:16:01.025adding route 172.17.0.15/32 -> 10.0.0.255 Aug 29 16:16:01.025 |
| 3434 | 2026-08-29T16:16:02.445Z | INFO INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.54/32 -> 10.0.0.255 |
| 3435 | 2026-08-29T16:16:02.446Z | Aug 29 16:16:01.025Aug 29 16:16:01.025 DEBG Aug 29 16:16:01.025DEBG |
| 3436 | 2026-08-29T16:16:02.446Z | Aug 29 16:16:01.025created new freemapreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3437 | 2026-08-29T16:16:02.446Z | , 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 } }]INFO |
| 3438 | 2026-08-29T16:16:02.446Z | :Aug 29 16:16:01.025 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3439 | 2026-08-29T16:16:02.446Z | DEBGfreemap_route_ipv6 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 29 16:16:01.025 |
| 3440 | 2026-08-29T16:16:02.446Z | |
| 3441 | 2026-08-29T16:16:02.446Z | INFO Aug 29 16:16:01.025adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3442 | 2026-08-29T16:16:02.446Z | Aug 29 16:16:01.025Aug 29 16:16:01.025Aug 29 16:16:01.025 DEBGINFOINFO DEBGadding route 172.17.0.55/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255initted freemap. size: 64replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3443 | 2026-08-29T16:16:02.446Z | Aug 29 16:16:01.025 |
| 3444 | 2026-08-29T16:16:02.446Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3445 | 2026-08-29T16:16:02.446Z | test route::tests::add_target_fails_full ... ok |
| 3446 | 2026-08-29T16:16:02.446Z | DEBG, unit |
| 3447 | 2026-08-29T16:16:02.446Z | Aug 29 16:16:01.025: Aug 29 16:16:01.025DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3448 | 2026-08-29T16:16:02.447Z | adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3449 | 2026-08-29T16:16:02.447Z | |
| 3450 | 2026-08-29T16:16:02.447Z | Aug 29 16:16:01.025 |
| 3451 | 2026-08-29T16:16:02.447Z | Aug 29 16:16:01.025DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3452 | 2026-08-29T16:16:02.447Z | Aug 29 16:16:01.025adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:16:01.025INFO |
| 3453 | 2026-08-29T16:16:02.447Z | DEBGAug 29 16:16:01.025 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3454 | 2026-08-29T16:16:02.448Z | reset freemapINFO , adding route 172.17.0.56/32 -> 10.0.0.255unit |
| 3455 | 2026-08-29T16:16:02.448Z | Aug 29 16:16:01.025: Aug 29 16:16:01.025freemap_route_ipv4 |
| 3456 | 2026-08-29T16:16:02.448Z | DEBGAug 29 16:16:01.025 DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:01.025replacing 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.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 29 16:16:01.026 DEBG created new freemap |
| 3457 | 2026-08-29T16:16:02.448Z | , unit: freemap_route_ipv4DEBG |
| 3458 | 2026-08-29T16:16:02.448Z | initted freemap. size: 64DEBG, Aug 29 16:16:01.039 unitAug 29 16:16:01.039: 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 } }]freemap_route_ipv6DEBG |
| 3459 | 2026-08-29T16:16:02.448Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3460 | 2026-08-29T16:16:02.448Z | |
| 3461 | 2026-08-29T16:16:02.448Z | created new freemapAug 29 16:16:01.039, unitDEBG: Aug 29 16:16:01.039reset freemapfreemap_route_ipv6 , INFOunit |
| 3462 | 2026-08-29T16:16:02.448Z | Aug 29 16:16:01.039 : DEBGadding route 172.17.0.5/32 -> 10.0.0.255 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 } }]freemap_route_ipv6 |
| 3463 | 2026-08-29T16:16:02.449Z | |
| 3464 | 2026-08-29T16:16:02.449Z | Aug 29 16:16:01.039 |
| 3465 | 2026-08-29T16:16:02.449Z | DEBGAug 29 16:16:01.039 initted freemap. size: 64Aug 29 16:16:01.039DEBG, Aug 29 16:16:01.039 unitINFOreplacing 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 } }]: |
| 3466 | 2026-08-29T16:16:02.449Z | adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 3467 | 2026-08-29T16:16:02.449Z | freemap_route_ipv4 |
| 3468 | 2026-08-29T16:16:02.449Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:01.039 |
| 3469 | 2026-08-29T16:16:02.449Z | INFO |
| 3470 | 2026-08-29T16:16:02.449Z | Aug 29 16:16:01.026 Aug 29 16:16:01.039 Aug 29 16:16:01.039 DEBGDEBGadding route 172.17.0.6/32 -> 10.0.0.255 Aug 29 16:16:01.039 |
| 3471 | 2026-08-29T16:16:02.449Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 29 16:16:01.039reset freemap |
| 3472 | 2026-08-29T16:16:02.449Z | INFOcreated new freemap DEBG, , Aug 29 16:16:01.039unit replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:INFO |
| 3473 | 2026-08-29T16:16:02.450Z | unitfreemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff:adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3474 | 2026-08-29T16:16:02.450Z | |
| 3475 | 2026-08-29T16:16:02.450Z | |
| 3476 | 2026-08-29T16:16:02.450Z | freemap_route_ipv4Aug 29 16:16:01.039 |
| 3477 | 2026-08-29T16:16:02.450Z | DEBG Aug 29 16:16:01.039replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:16:01.039Aug 29 16:16:01.039 DEBGDEBG |
| 3478 | 2026-08-29T16:16:02.450Z | Aug 29 16:16:01.039 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3479 | 2026-08-29T16:16:02.450Z | INFOAug 29 16:16:01.039 Aug 29 16:16:01.039 adding route 172.17.0.59/32 -> 10.0.0.255 INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3480 | 2026-08-29T16:16:02.450Z | |
| 3481 | 2026-08-29T16:16:02.450Z | DEBGAug 29 16:16:01.039 DEBGcreated new 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:3, vlan_id: None } }]Aug 29 16:16:01.039adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3482 | 2026-08-29T16:16:02.450Z | Aug 29 16:16:01.039, |
| 3483 | 2026-08-29T16:16:02.450Z | INFOunit DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff :Aug 29 16:16:01.039 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_ipv6 |
| 3484 | 2026-08-29T16:16:02.450Z | DEBG |
| 3485 | 2026-08-29T16:16:02.450Z | 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 } }] |
| 3486 | 2026-08-29T16:16:02.450Z | |
| 3487 | 2026-08-29T16:16:02.455Z | Aug 29 16:16:01.039 Aug 29 16:16:01.039INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3488 | 2026-08-29T16:16:02.455Z | Aug 29 16:16:01.039replacing 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 } }] |
| 3489 | 2026-08-29T16:16:02.455Z | DEBG Aug 29 16:16:01.039initted freemap. size: 64Aug 29 16:16:01.039 , unitDEBGINFOAug 29 16:16:01.039: adding route 172.17.0.8/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 } }] |
| 3490 | 2026-08-29T16:16:02.455Z | INFO |
| 3491 | 2026-08-29T16:16:02.455Z | freemap_route_ipv4 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3492 | 2026-08-29T16:16:02.455Z | |
| 3493 | 2026-08-29T16:16:02.455Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 INFODEBG Aug 29 16:16:01.039 adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3494 | 2026-08-29T16:16:02.455Z | 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 29 16:16:01.039 |
| 3495 | 2026-08-29T16:16:02.455Z | DEBG DEBG reset freemapAug 29 16:16:01.039replacing 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 29 16:16:01.039 DEBGINFO |
| 3496 | 2026-08-29T16:16:02.455Z | , 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 } }] |
| 3497 | 2026-08-29T16:16:02.455Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:16:01.039 |
| 3498 | 2026-08-29T16:16:02.455Z | unit:INFO freemap_route_ipv4adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3499 | 2026-08-29T16:16:02.455Z | Aug 29 16:16:01.039 |
| 3500 | 2026-08-29T16:16:02.456Z | INFOAug 29 16:16:01.039 DEBGadding route 172.17.0.62/32 -> 10.0.0.255Aug 29 16:16:01.039 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3501 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3502 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3503 | 2026-08-29T16:16:02.456Z | 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 29 16:16:01.039 |
| 3504 | 2026-08-29T16:16:02.456Z | DEBGDEBGAug 29 16:16:01.025 |
| 3505 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.10/32 -> 10.0.0.255initted freemap. size: 64 |
| 3506 | 2026-08-29T16:16:02.456Z | DEBGAug 29 16:16:01.039 |
| 3507 | 2026-08-29T16:16:02.456Z | DEBG, unit replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 29 16:16:01.039: |
| 3508 | 2026-08-29T16:16:02.456Z | |
| 3509 | 2026-08-29T16:16:02.456Z | INFO Aug 29 16:16:01.039adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 |
| 3510 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039DEBG Aug 29 16:16:01.039 |
| 3511 | 2026-08-29T16:16:02.456Z | 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 |
| 3512 | 2026-08-29T16:16:02.456Z | INFO Aug 29 16:16:01.039adding route 172.17.0.63/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:16:01.039Aug 29 16:16:01.039 |
| 3513 | 2026-08-29T16:16:02.456Z | INFO |
| 3514 | 2026-08-29T16:16:02.456Z | DEBGDEBG adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3515 | 2026-08-29T16:16:02.456Z | reset freemap, replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 29 16:16:01.039 |
| 3516 | 2026-08-29T16:16:02.456Z | unitAug 29 16:16:01.039DEBG Aug 29 16:16:01.039DEBG : 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.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 } }] |
| 3517 | 2026-08-29T16:16:02.456Z | DEBG freemap_route_ipv6 |
| 3518 | 2026-08-29T16:16:02.456Z | |
| 3519 | 2026-08-29T16:16:02.456Z | 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 } }] |
| 3520 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039 Aug 29 16:16:01.039INFO Aug 29 16:16:01.039INFOadding route 172.17.0.12/32 -> 10.0.0.255 Aug 29 16:16:01.039 |
| 3521 | 2026-08-29T16:16:02.456Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 3522 | 2026-08-29T16:16:02.456Z | DEBGAug 29 16:16:01.039Aug 29 16:16:01.039 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFOAug 29 16:16:01.039 |
| 3523 | 2026-08-29T16:16:02.456Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3524 | 2026-08-29T16:16:02.456Z | 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 } }]failed to allocate space for the new target list |
| 3525 | 2026-08-29T16:16:02.456Z | |
| 3526 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039 INFO |
| 3527 | 2026-08-29T16:16:02.456Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:16:01.039 |
| 3528 | 2026-08-29T16:16:02.457Z | 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 29 16:16:01.039DEBG |
| 3529 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039DEBG INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3530 | 2026-08-29T16:16:02.457Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:01.039 |
| 3531 | 2026-08-29T16:16:02.457Z | INFO |
| 3532 | 2026-08-29T16:16:02.457Z | adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:16:01.039Aug 29 16:16:01.039 |
| 3533 | 2026-08-29T16:16:02.457Z | |
| 3534 | 2026-08-29T16:16:02.457Z | INFODEBGAug 29 16:16:01.039 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.14/32 -> 10.0.0.255 |
| 3535 | 2026-08-29T16:16:02.457Z | |
| 3536 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039DEBG DEBGfailed to allocate space for the new target listAug 29 16:16:01.039 Aug 29 16:16:01.039 |
| 3537 | 2026-08-29T16:16:02.457Z | DEBG Aug 29 16:16:01.039replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3538 | 2026-08-29T16:16:02.457Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 3539 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039 |
| 3540 | 2026-08-29T16:16:02.457Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 3541 | 2026-08-29T16:16:02.457Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:16:01.039 |
| 3542 | 2026-08-29T16:16:02.457Z | INFOAug 29 16:16:01.039 adding route 172.17.0.9/32 -> 10.0.0.255DEBG |
| 3543 | 2026-08-29T16:16:02.457Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3544 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 Aug 29 16:16:01.039 DEBGINFO DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3545 | 2026-08-29T16:16:02.457Z | test route::tests::same_size_non_subset_replace ... ok |
| 3546 | 2026-08-29T16:16:02.457Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3547 | 2026-08-29T16:16:02.457Z | 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 |
| 3548 | 2026-08-29T16:16:02.457Z | |
| 3549 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 INFOAug 29 16:16:01.039INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 3550 | 2026-08-29T16:16:02.457Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.10/32 -> 10.0.0.255 |
| 3551 | 2026-08-29T16:16:02.457Z | |
| 3552 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039 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 } }] |
| 3553 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039 Aug 29 16:16:01.039INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3554 | 2026-08-29T16:16:02.457Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3555 | 2026-08-29T16:16:02.457Z | Aug 29 16:16:01.039 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 } }] |
| 3556 | 2026-08-29T16:16:02.458Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 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 29 16:16:01.039 |
| 3557 | 2026-08-29T16:16:02.458Z | 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 |
| 3558 | 2026-08-29T16:16:02.458Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3559 | 2026-08-29T16:16:02.458Z | |
| 3560 | 2026-08-29T16:16:02.458Z | Aug 29 16:16:01.039Aug 29 16:16:01.039 DEBGINFOAug 29 16:16:01.039 replacing targets for 3fff:dead::/64 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 } }] |
| 3561 | 2026-08-29T16:16:02.458Z | DEBGAug 29 16:16:01.039adding route 172.17.0.11/32 -> 10.0.0.255 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 |
| 3562 | 2026-08-29T16:16:02.458Z | |
| 3563 | 2026-08-29T16:16:02.458Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3564 | 2026-08-29T16:16:02.458Z | Aug 29 16:16:01.039 Aug 29 16:16:01.039Aug 29 16:16:01.039 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 } }]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 } }] |
| 3565 | 2026-08-29T16:16:02.459Z | Aug 29 16:16:01.040 |
| 3566 | 2026-08-29T16:16:02.459Z | Aug 29 16:16:01.040Aug 29 16:16:01.051DEBGAug 29 16:16:01.051 created new freemapINFO, unit :DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3567 | 2026-08-29T16:16:02.459Z | INFO Aug 29 16:16:01.051created new freemap DEBG, unitreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3568 | 2026-08-29T16:16:02.459Z | freemap_route_ipv4 |
| 3569 | 2026-08-29T16:16:02.459Z | |
| 3570 | 2026-08-29T16:16:02.459Z | Aug 29 16:16:01.051 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3571 | 2026-08-29T16:16:02.459Z | Aug 29 16:16:01.051 DEBG Aug 29 16:16:01.051created new freemap , Aug 29 16:16:01.051unit :DEBGDEBG freemap_route_ipv6replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3572 | 2026-08-29T16:16:02.460Z | |
| 3573 | 2026-08-29T16:16:02.460Z | 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 } }] |
| 3574 | 2026-08-29T16:16:02.460Z | Aug 29 16:16:01.051Aug 29 16:16:01.051 DEBGINFO initted freemap. size: 64adding route 172.17.0.14/32 -> 10.0.0.255, |
| 3575 | 2026-08-29T16:16:02.460Z | unit:Aug 29 16:16:01.051 freemap_route_ipv4INFO |
| 3576 | 2026-08-29T16:16:02.460Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 29 16:16:01.051 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 } }] |
| 3577 | 2026-08-29T16:16:02.460Z | |
| 3578 | 2026-08-29T16:16:02.460Z | Aug 29 16:16:01.051 DEBG Aug 29 16:16:01.051Aug 29 16:16:01.051reset freemap , DEBGINFO unitreplacing 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 } }]: |
| 3579 | 2026-08-29T16:16:02.460Z | adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv4 |
| 3580 | 2026-08-29T16:16:02.460Z | |
| 3581 | 2026-08-29T16:16:02.460Z | Aug 29 16:16:01.051 INFOAug 29 16:16:01.051Aug 29 16:16:01.051 DEBGadding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 3582 | 2026-08-29T16:16:02.460Z | initted freemap. size: 64replacing 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 } }], |
| 3583 | 2026-08-29T16:16:02.460Z | unit:Aug 29 16:16:01.051 freemap_route_ipv6 |
| 3584 | 2026-08-29T16:16:02.460Z | Aug 29 16:16:01.051 DEBGINFO Aug 29 16:16:01.051 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.16/32 -> 10.0.0.255DEBG |
| 3585 | 2026-08-29T16:16:02.460Z | |
| 3586 | 2026-08-29T16:16:02.460Z | reset freemapAug 29 16:16:01.051Aug 29 16:16:01.051 INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3587 | 2026-08-29T16:16:02.465Z | |
| 3588 | 2026-08-29T16:16:02.465Z | unit: freemap_route_ipv6 |
| 3589 | 2026-08-29T16:16:02.465Z | freemap_route_ipv4 |
| 3590 | 2026-08-29T16:16:02.465Z | Aug 29 16:16:01.051 INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:16:01.051 |
| 3591 | 2026-08-29T16:16:02.465Z | Aug 29 16:16:01.051INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 3592 | 2026-08-29T16:16:02.465Z | created new freemapAug 29 16:16:01.039, unitDEBG: replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3593 | 2026-08-29T16:16:02.465Z | |
| 3594 | 2026-08-29T16:16:02.465Z | Aug 29 16:16:01.051 INFOAug 29 16:16:01.051 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 3595 | 2026-08-29T16:16:02.465Z | initted freemap. size: 64Aug 29 16:16:01.051, unitDEBG: replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 29 16:16:01.051 |
| 3596 | 2026-08-29T16:16:02.465Z | |
| 3597 | 2026-08-29T16:16:02.465Z | DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:01.051 |
| 3598 | 2026-08-29T16:16:02.465Z | Aug 29 16:16:01.051INFOAug 29 16:16:01.051 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG |
| 3599 | 2026-08-29T16:16:02.465Z | failed to allocate space for the new target list |
| 3600 | 2026-08-29T16:16:02.465Z | reset freemap, unit: freemap_route_ipv4 |
| 3601 | 2026-08-29T16:16:02.465Z | Aug 29 16:16:01.051 DEBGAug 29 16:16:01.052 Aug 29 16:16:01.052replacing 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 |
| 3602 | 2026-08-29T16:16:02.465Z | DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 3603 | 2026-08-29T16:16:02.466Z | Aug 29 16:16:01.052: freemap_route_ipv6INFO |
| 3604 | 2026-08-29T16:16:02.466Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3605 | 2026-08-29T16:16:02.466Z | Aug 29 16:16:01.052 DEBG Aug 29 16:16:01.051replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.052 |
| 3606 | 2026-08-29T16:16:02.466Z | 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 } }]reset freemapAug 29 16:16:01.052 |
| 3607 | 2026-08-29T16:16:02.466Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3608 | 2026-08-29T16:16:02.466Z | , unit:Aug 29 16:16:01.052Aug 29 16:16:01.052 DEBG DEBGfreemap_route_ipv6replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3609 | 2026-08-29T16:16:02.466Z | |
| 3610 | 2026-08-29T16:16:02.466Z | Aug 29 16:16:01.052replacing 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 } }] |
| 3611 | 2026-08-29T16:16:02.467Z | INFO Aug 29 16:16:01.052Aug 29 16:16:01.052 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 3612 | 2026-08-29T16:16:02.467Z | INFOAug 29 16:16:01.052 adding route 172.17.0.26/32 -> 10.0.0.255 INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3613 | 2026-08-29T16:16:02.467Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3614 | 2026-08-29T16:16:02.467Z | |
| 3615 | 2026-08-29T16:16:02.467Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052 DEBGDEBG Aug 29 16:16:01.052replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 3616 | 2026-08-29T16:16:02.467Z | DEBGDEBG |
| 3617 | 2026-08-29T16:16:02.467Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3618 | 2026-08-29T16:16:02.467Z | Aug 29 16:16:01.052 |
| 3619 | 2026-08-29T16:16:02.467Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3620 | 2026-08-29T16:16:02.467Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 INFOAug 29 16:16:01.052INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3621 | 2026-08-29T16:16:02.468Z | |
| 3622 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052DEBG 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3623 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 |
| 3624 | 2026-08-29T16:16:02.468Z | 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 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 } }] |
| 3625 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052 |
| 3626 | 2026-08-29T16:16:02.468Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:01.052 |
| 3627 | 2026-08-29T16:16:02.468Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3628 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052 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 29 16:16:01.052Aug 29 16:16:01.052 INFODEBG |
| 3629 | 2026-08-29T16:16:02.468Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3630 | 2026-08-29T16:16:02.468Z | 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 } }] |
| 3631 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052 INFO Aug 29 16:16:01.052adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3632 | 2026-08-29T16:16:02.468Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255Aug 29 16:16:01.052 |
| 3633 | 2026-08-29T16:16:02.468Z | Aug 29 16:16:01.052DEBG 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 29 16:16:01.052 |
| 3634 | 2026-08-29T16:16:02.469Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3635 | 2026-08-29T16:16:02.469Z | 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 } }] |
| 3636 | 2026-08-29T16:16:02.469Z | Aug 29 16:16:01.052 Aug 29 16:16:01.052DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3637 | 2026-08-29T16:16:02.469Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:16:01.052 |
| 3638 | 2026-08-29T16:16:02.469Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3639 | 2026-08-29T16:16:02.469Z | Aug 29 16:16:01.052 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 29 16:16:01.052 |
| 3640 | 2026-08-29T16:16:02.469Z | 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 } }] |
| 3641 | 2026-08-29T16:16:02.469Z | Aug 29 16:16:01.052adding route 172.17.0.19/32 -> 10.0.0.255 INFO |
| 3642 | 2026-08-29T16:16:02.469Z | Aug 29 16:16:01.052 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 3643 | 2026-08-29T16:16:02.469Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3644 | 2026-08-29T16:16:02.469Z | Aug 29 16:16:01.052 DEBGAug 29 16:16:01.052 Aug 29 16:16:01.052DEBG 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 } }] |
| 3645 | 2026-08-29T16:16:02.469Z | 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.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 } }] |
| 3646 | 2026-08-29T16:16:02.469Z | |
| 3647 | 2026-08-29T16:16:02.470Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 INFO |
| 3648 | 2026-08-29T16:16:02.470Z | adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3649 | 2026-08-29T16:16:02.470Z | |
| 3650 | 2026-08-29T16:16:02.470Z | Aug 29 16:16:01.052 DEBGAug 29 16:16:01.052 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3651 | 2026-08-29T16:16:02.470Z | 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 29 16:16:01.052 |
| 3652 | 2026-08-29T16:16:02.470Z | DEBGAug 29 16:16:01.052 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 } }]INFOAug 29 16:16:01.052 |
| 3653 | 2026-08-29T16:16:02.470Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3654 | 2026-08-29T16:16:02.470Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3655 | 2026-08-29T16:16:02.470Z | Aug 29 16:16:01.052 Aug 29 16:16:01.052INFOAug 29 16:16:01.052 DEBGDEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3656 | 2026-08-29T16:16:02.470Z | |
| 3657 | 2026-08-29T16:16:02.472Z | 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 } }] |
| 3658 | 2026-08-29T16:16:02.472Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFO adding route 172.17.0.25/32 -> 10.0.0.255INFODEBG |
| 3659 | 2026-08-29T16:16:02.472Z | adding route 172.17.0.22/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 } }] |
| 3660 | 2026-08-29T16:16:02.472Z | |
| 3661 | 2026-08-29T16:16:02.472Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 DEBGDEBGAug 29 16:16:01.052 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.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 } }] |
| 3662 | 2026-08-29T16:16:02.472Z | |
| 3663 | 2026-08-29T16:16:02.474Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3664 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3665 | 2026-08-29T16:16:02.474Z | DEBG adding route 172.17.0.26/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 } }] |
| 3666 | 2026-08-29T16:16:02.474Z | |
| 3667 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052 DEBG Aug 29 16:16:01.052replacing 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 } }] |
| 3668 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3669 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052replacing 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 } }] |
| 3670 | 2026-08-29T16:16:02.474Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3671 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052Aug 29 16:16:01.052 Aug 29 16:16:01.052DEBG INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3672 | 2026-08-29T16:16:02.474Z | |
| 3673 | 2026-08-29T16:16:02.474Z | 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 } }] |
| 3674 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052Aug 29 16:16:01.052Aug 29 16:16:01.052 INFODEBG adding route 172.17.0.25/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 } }] |
| 3675 | 2026-08-29T16:16:02.474Z | |
| 3676 | 2026-08-29T16:16:02.474Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:16:01.052Aug 29 16:16:01.052 |
| 3677 | 2026-08-29T16:16:02.474Z | 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.28/32 -> 10.0.0.255 |
| 3678 | 2026-08-29T16:16:02.474Z | Aug 29 16:16:01.052 |
| 3679 | 2026-08-29T16:16:02.475Z | DEBG Aug 29 16:16:01.052replacing 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 29 16:16:01.052 |
| 3680 | 2026-08-29T16:16:02.475Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3681 | 2026-08-29T16:16:02.475Z | Aug 29 16:16:01.052 DEBG created new freemapAug 29 16:16:01.064, unitDEBG: 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 } }]freemap_route_ipv4 |
| 3682 | 2026-08-29T16:16:02.475Z | |
| 3683 | 2026-08-29T16:16:02.475Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 DEBGINFO created new freemap, unitadding route 172.17.0.27/32 -> 10.0.0.255: |
| 3684 | 2026-08-29T16:16:02.475Z | freemap_route_ipv6 |
| 3685 | 2026-08-29T16:16:02.475Z | Aug 29 16:16:01.052Aug 29 16:16:01.064 DEBGINFO initted freemap. size: 64adding route 172.17.0.37/32 -> 10.0.0.255, Aug 29 16:16:01.064 |
| 3686 | 2026-08-29T16:16:02.475Z | unit :DEBG freemap_route_ipv4 |
| 3687 | 2026-08-29T16:16:02.480Z | 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 } }] |
| 3688 | 2026-08-29T16:16:02.480Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064 |
| 3689 | 2026-08-29T16:16:02.480Z | adding route 172.17.0.28/32 -> 10.0.0.255 DEBG |
| 3690 | 2026-08-29T16:16:02.480Z | reset freemapAug 29 16:16:01.064, unitINFO: adding route 172.17.0.38/32 -> 10.0.0.255freemap_route_ipv4 |
| 3691 | 2026-08-29T16:16:02.480Z | |
| 3692 | 2026-08-29T16:16:02.480Z | Aug 29 16:16:01.064 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 29 16:16:01.064 |
| 3693 | 2026-08-29T16:16:02.480Z | DEBGAug 29 16:16:01.064 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 } }]DEBGAug 29 16:16:01.064 |
| 3694 | 2026-08-29T16:16:02.480Z | initted freemap. size: 64INFO, unitadding route 172.17.0.29/32 -> 10.0.0.255:Aug 29 16:16:01.064 |
| 3695 | 2026-08-29T16:16:02.480Z | freemap_route_ipv6 |
| 3696 | 2026-08-29T16:16:02.480Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3697 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064 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 |
| 3698 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064replacing 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 } }] |
| 3699 | 2026-08-29T16:16:02.481Z | DEBGAug 29 16:16:01.064 reset freemapINFO , adding route 172.17.0.30/32 -> 10.0.0.255unit |
| 3700 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064: INFOfreemap_route_ipv6 |
| 3701 | 2026-08-29T16:16:02.481Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3702 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064 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 |
| 3703 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064 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 } }]INFODEBG 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 } }] |
| 3704 | 2026-08-29T16:16:02.481Z | |
| 3705 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064 |
| 3706 | 2026-08-29T16:16:02.481Z | INFO Aug 29 16:16:01.064adding route 172.17.0.31/32 -> 10.0.0.255 Aug 29 16:16:01.064 |
| 3707 | 2026-08-29T16:16:02.481Z | Aug 29 16:16:01.064INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3708 | 2026-08-29T16:16:02.481Z | 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 } }] Aug 29 16:16:01.064adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3709 | 2026-08-29T16:16:02.481Z | |
| 3710 | 2026-08-29T16:16:02.481Z | DEBGAug 29 16:16:01.064 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 29 16:16:01.064 |
| 3711 | 2026-08-29T16:16:02.481Z | DEBGDEBGAug 29 16:16:01.064 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.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 } }] |
| 3712 | 2026-08-29T16:16:02.483Z | INFO |
| 3713 | 2026-08-29T16:16:02.483Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:16:01.064 |
| 3714 | 2026-08-29T16:16:02.483Z | INFOAug 29 16:16:01.064 Aug 29 16:16:01.064INFO Aug 29 16:16:01.064 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 3715 | 2026-08-29T16:16:02.483Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3716 | 2026-08-29T16:16:02.483Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3717 | 2026-08-29T16:16:02.483Z | 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 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064 |
| 3718 | 2026-08-29T16:16:02.483Z | DEBGDEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:16:01.064 |
| 3719 | 2026-08-29T16:16:02.483Z | |
| 3720 | 2026-08-29T16:16:02.483Z | INFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3721 | 2026-08-29T16:16:02.484Z | |
| 3722 | 2026-08-29T16:16:02.484Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3723 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064 Aug 29 16:16:01.064INFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3724 | 2026-08-29T16:16:02.484Z | adding route 172.17.0.33/32 -> 10.0.0.255 INFOreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3725 | 2026-08-29T16:16:02.484Z | |
| 3726 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3727 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064INFOadding route 172.17.0.43/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3728 | 2026-08-29T16:16:02.484Z | |
| 3729 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064DEBG 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 |
| 3730 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3731 | 2026-08-29T16:16:02.484Z | DEBG |
| 3732 | 2026-08-29T16:16:02.484Z | 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 } }] |
| 3733 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064 Aug 29 16:16:01.064Aug 29 16:16:01.064INFOAug 29 16:16:01.064 INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFO |
| 3734 | 2026-08-29T16:16:02.484Z | adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3735 | 2026-08-29T16:16:02.484Z | |
| 3736 | 2026-08-29T16:16:02.484Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3737 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064 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 } }] |
| 3738 | 2026-08-29T16:16:02.484Z | DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 29 16:16:01.064 |
| 3739 | 2026-08-29T16:16:02.484Z | |
| 3740 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064DEBG INFO adding route 172.17.0.45/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 } }]Aug 29 16:16:01.064 |
| 3741 | 2026-08-29T16:16:02.484Z | Aug 29 16:16:01.064 INFO |
| 3742 | 2026-08-29T16:16:02.484Z | INFO Aug 29 16:16:01.064 adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3743 | 2026-08-29T16:16:02.486Z | |
| 3744 | 2026-08-29T16:16:02.486Z | 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 } }] |
| 3745 | 2026-08-29T16:16:02.486Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 Aug 29 16:16:01.064DEBG INFO Aug 29 16:16:01.064replacing 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 |
| 3746 | 2026-08-29T16:16:02.486Z | INFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3747 | 2026-08-29T16:16:02.486Z | |
| 3748 | 2026-08-29T16:16:02.486Z | |
| 3749 | 2026-08-29T16:16:02.488Z | Aug 29 16:16:01.064 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3750 | 2026-08-29T16:16:02.488Z | Aug 29 16:16:01.064 Aug 29 16:16:01.064DEBG 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 } }]INFO |
| 3751 | 2026-08-29T16:16:02.488Z | Aug 29 16:16:01.064 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 3752 | 2026-08-29T16:16:02.488Z | 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 } }] |
| 3753 | 2026-08-29T16:16:02.488Z | |
| 3754 | 2026-08-29T16:16:02.488Z | Aug 29 16:16:01.064 INFOAug 29 16:16:01.064 Aug 29 16:16:01.064Aug 29 16:16:01.064 adding route 172.17.0.47/32 -> 10.0.0.255DEBGINFO |
| 3755 | 2026-08-29T16:16:02.488Z | 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 |
| 3756 | 2026-08-29T16:16:02.488Z | test route::tests::delete_targets_full ... ok |
| 3757 | 2026-08-29T16:16:02.488Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3758 | 2026-08-29T16:16:02.488Z | adding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3759 | 2026-08-29T16:16:02.488Z | Aug 29 16:16:01.064 DEBG Aug 29 16:16:01.064replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3760 | 2026-08-29T16:16:02.491Z | DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.064 Aug 29 16:16:01.064 |
| 3761 | 2026-08-29T16:16:02.491Z | adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 3762 | 2026-08-29T16:16:02.491Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3763 | 2026-08-29T16:16:02.491Z | 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 29 16:16:01.064 |
| 3764 | 2026-08-29T16:16:02.491Z | Aug 29 16:16:01.064DEBG Aug 29 16:16:01.064replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3765 | 2026-08-29T16:16:02.491Z | Aug 29 16:16:01.064 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3766 | 2026-08-29T16:16:02.491Z | DEBG Aug 29 16:16:01.064INFO 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 29 16:16:01.064INFO |
| 3767 | 2026-08-29T16:16:02.491Z | adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3768 | 2026-08-29T16:16:02.491Z | |
| 3769 | 2026-08-29T16:16:02.491Z | Aug 29 16:16:01.064DEBG 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 } }] |
| 3770 | 2026-08-29T16:16:02.491Z | Aug 29 16:16:01.064adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3771 | 2026-08-29T16:16:02.491Z | Aug 29 16:16:01.064DEBGAug 29 16:16:01.064 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 } }] |
| 3772 | 2026-08-29T16:16:02.492Z | DEBGAug 29 16:16:01.064INFO DEBGAug 29 16:16:01.064 adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3773 | 2026-08-29T16:16:02.492Z | |
| 3774 | 2026-08-29T16:16:02.492Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3775 | 2026-08-29T16:16:02.492Z | Aug 29 16:16:01.064 Aug 29 16:16:01.064adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 3776 | 2026-08-29T16:16:02.492Z | INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3777 | 2026-08-29T16:16:02.492Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3778 | 2026-08-29T16:16:02.492Z | Aug 29 16:16:01.064 INFODEBG Aug 29 16:16:01.064Aug 29 16:16:01.064 INFODEBG adding route 172.17.0.38/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 } }] |
| 3779 | 2026-08-29T16:16:02.492Z | |
| 3780 | 2026-08-29T16:16:02.492Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3781 | 2026-08-29T16:16:02.492Z | |
| 3782 | 2026-08-29T16:16:02.492Z | Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064Aug 29 16:16:01.064 Aug 29 16:16:01.064INFO DEBG adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3783 | 2026-08-29T16:16:02.492Z | INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3784 | 2026-08-29T16:16:02.492Z | |
| 3785 | 2026-08-29T16:16:02.492Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3786 | 2026-08-29T16:16:02.492Z | Aug 29 16:16:01.064 Aug 29 16:16:01.064INFODEBGAug 29 16:16:01.064 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 } }]DEBG |
| 3787 | 2026-08-29T16:16:02.497Z | 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.39/32 -> 10.0.0.255Aug 29 16:16:01.064INFO |
| 3788 | 2026-08-29T16:16:02.497Z | INFO |
| 3789 | 2026-08-29T16:16:02.497Z | adding route 172.17.0.40/32 -> 10.0.0.255Aug 29 16:16:01.064 |
| 3790 | 2026-08-29T16:16:02.497Z | adding route 172.17.0.52/32 -> 10.0.0.255 Aug 29 16:16:01.064INFO |
| 3791 | 2026-08-29T16:16:02.498Z | DEBG Aug 29 16:16:01.064 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 29 16:16:01.064DEBG adding route 172.17.0.9/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3792 | 2026-08-29T16:16:02.498Z | |
| 3793 | 2026-08-29T16:16:02.498Z | |
| 3794 | 2026-08-29T16:16:02.498Z | |
| 3795 | 2026-08-29T16:16:02.498Z | Aug 29 16:16:01.064Aug 29 16:16:01.064Aug 29 16:16:01.064 INFOINFOAug 29 16:16:01.064 INFO adding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 3796 | 2026-08-29T16:16:02.498Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3797 | 2026-08-29T16:16:02.498Z | 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 } }] |
| 3798 | 2026-08-29T16:16:02.498Z | |
| 3799 | 2026-08-29T16:16:02.498Z | Aug 29 16:16:01.064 DEBGAug 29 16:16:01.064Aug 29 16:16:01.064 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 } }] |
| 3800 | 2026-08-29T16:16:02.498Z | 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 } }]INFO |
| 3801 | 2026-08-29T16:16:02.498Z | Aug 29 16:16:01.064Aug 29 16:16:01.064 adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3802 | 2026-08-29T16:16:02.498Z | Aug 29 16:16:01.082 DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3803 | 2026-08-29T16:16:02.498Z | 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 } }] |
| 3804 | 2026-08-29T16:16:02.498Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 INFOINFO Aug 29 16:16:01.082adding route 172.17.0.11/32 -> 10.0.0.255 INFO |
| 3805 | 2026-08-29T16:16:02.498Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3806 | 2026-08-29T16:16:02.499Z | |
| 3807 | 2026-08-29T16:16:02.499Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 DEBGDEBG Aug 29 16:16:01.082replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3808 | 2026-08-29T16:16:02.499Z | |
| 3809 | 2026-08-29T16:16:02.499Z | 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 } }] |
| 3810 | 2026-08-29T16:16:02.499Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3811 | 2026-08-29T16:16:02.499Z | |
| 3812 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082 INFOAug 29 16:16:01.082INFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3813 | 2026-08-29T16:16:02.500Z | |
| 3814 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082 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 } }] |
| 3815 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082replacing 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 } }] |
| 3816 | 2026-08-29T16:16:02.500Z | DEBG Aug 29 16:16:01.082replacing 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 29 16:16:01.082 |
| 3817 | 2026-08-29T16:16:02.500Z | INFO DEBG adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:16:01.082 |
| 3818 | 2026-08-29T16:16:02.500Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3819 | 2026-08-29T16:16:02.500Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 29 16:16:01.082Aug 29 16:16:01.082 |
| 3820 | 2026-08-29T16:16:02.500Z | INFODEBGAug 29 16:16:01.082 Aug 29 16:16:01.082adding route 172.17.0.43/32 -> 10.0.0.255 INFODEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3821 | 2026-08-29T16:16:02.500Z | |
| 3822 | 2026-08-29T16:16:02.500Z | |
| 3823 | 2026-08-29T16:16:02.500Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3824 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3825 | 2026-08-29T16:16:02.500Z | 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.45/32 -> 10.0.0.255 |
| 3826 | 2026-08-29T16:16:02.500Z | |
| 3827 | 2026-08-29T16:16:02.500Z | DEBG Aug 29 16:16:01.082replacing 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 29 16:16:01.082 DEBGAug 29 16:16:01.082 |
| 3828 | 2026-08-29T16:16:02.500Z | 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 |
| 3829 | 2026-08-29T16:16:02.500Z | DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3830 | 2026-08-29T16:16:02.500Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:16:01.082Aug 29 16:16:01.082 |
| 3831 | 2026-08-29T16:16:02.500Z | INFO Aug 29 16:16:01.082adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3832 | 2026-08-29T16:16:02.500Z | DEBGAug 29 16:16:01.082INFO 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 } }] Aug 29 16:16:01.082adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3833 | 2026-08-29T16:16:02.500Z | DEBG |
| 3834 | 2026-08-29T16:16:02.500Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3835 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082replacing 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 |
| 3836 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082 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 29 16:16:01.082 |
| 3837 | 2026-08-29T16:16:02.500Z | INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:16:01.082 |
| 3838 | 2026-08-29T16:16:02.500Z | Aug 29 16:16:01.082replacing 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 } }] INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3839 | 2026-08-29T16:16:02.501Z | |
| 3840 | 2026-08-29T16:16:02.501Z | Aug 29 16:16:01.082 |
| 3841 | 2026-08-29T16:16:02.502Z | DEBGAug 29 16:16:01.082 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 29 16:16:01.082 |
| 3842 | 2026-08-29T16:16:02.502Z | DEBG Aug 29 16:16:01.082DEBGreplacing 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 } }] |
| 3843 | 2026-08-29T16:16:02.502Z | Aug 29 16:16:01.082replacing 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 |
| 3844 | 2026-08-29T16:16:02.502Z | adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3845 | 2026-08-29T16:16:02.502Z | Aug 29 16:16:01.082 |
| 3846 | 2026-08-29T16:16:02.502Z | Aug 29 16:16:01.082 INFOINFOAug 29 16:16:01.082 adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3847 | 2026-08-29T16:16:02.502Z | |
| 3848 | 2026-08-29T16:16:02.502Z | DEBG Aug 29 16:16:01.082replacing 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 } }] |
| 3849 | 2026-08-29T16:16:02.502Z | DEBGAug 29 16:16:01.082Aug 29 16:16:01.082 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3850 | 2026-08-29T16:16:02.502Z | 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 } }]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 } }] |
| 3851 | 2026-08-29T16:16:02.502Z | |
| 3852 | 2026-08-29T16:16:02.502Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO INFOAug 29 16:16:01.082Aug 29 16:16:01.082adding route 172.17.0.46/32 -> 10.0.0.255 INFOadding route 172.17.0.59/32 -> 10.0.0.255 INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 3853 | 2026-08-29T16:16:02.502Z | |
| 3854 | 2026-08-29T16:16:02.502Z | |
| 3855 | 2026-08-29T16:16:02.503Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3856 | 2026-08-29T16:16:02.503Z | test route::tests::delete_target_fragmented ... ok |
| 3857 | 2026-08-29T16:16:02.503Z | Aug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 DEBGAug 29 16:16:01.082 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3858 | 2026-08-29T16:16:02.503Z | |
| 3859 | 2026-08-29T16:16:02.503Z | DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3860 | 2026-08-29T16:16:02.503Z | test route::tests::delete_targets_fragmented ... ok |
| 3861 | 2026-08-29T16:16:02.503Z | 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 29 16:16:01.082 |
| 3862 | 2026-08-29T16:16:02.503Z | Aug 29 16:16:01.082INFOAug 29 16:16:01.082 adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3863 | 2026-08-29T16:16:02.503Z | INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:16:01.082 |
| 3864 | 2026-08-29T16:16:02.504Z | DEBG |
| 3865 | 2026-08-29T16:16:02.504Z | 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 29 16:16:01.082 |
| 3866 | 2026-08-29T16:16:02.504Z | INFO Aug 29 16:16:01.082adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:16:01.082 |
| 3867 | 2026-08-29T16:16:02.504Z | Aug 29 16:16:01.082DEBG INFO adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3868 | 2026-08-29T16:16:02.504Z | |
| 3869 | 2026-08-29T16:16:02.504Z | 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 29 16:16:01.082 |
| 3870 | 2026-08-29T16:16:02.504Z | Aug 29 16:16:01.082DEBGAug 29 16:16:01.082 INFODEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3871 | 2026-08-29T16:16:02.504Z | |
| 3872 | 2026-08-29T16:16:02.505Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3873 | 2026-08-29T16:16:02.505Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3874 | 2026-08-29T16:16:02.505Z | INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3875 | 2026-08-29T16:16:02.505Z | Aug 29 16:16:01.082 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3876 | 2026-08-29T16:16:02.505Z | failed to allocate space for the new target list Aug 29 16:16:01.082replacing 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 } }] |
| 3877 | 2026-08-29T16:16:02.505Z | |
| 3878 | 2026-08-29T16:16:02.505Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:16:01.082 |
| 3879 | 2026-08-29T16:16:02.505Z | DEBGAug 29 16:16:01.082 Aug 29 16:16:01.082replacing 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 } }] |
| 3880 | 2026-08-29T16:16:02.505Z | Aug 29 16:16:01.082DEBG INFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:16:01.082adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3881 | 2026-08-29T16:16:02.505Z | |
| 3882 | 2026-08-29T16:16:02.505Z | INFODEBG Aug 29 16:16:01.082adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:16:01.082 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO |
| 3883 | 2026-08-29T16:16:02.505Z | DEBG |
| 3884 | 2026-08-29T16:16:02.505Z | adding route 172.17.0.22/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 } }] |
| 3885 | 2026-08-29T16:16:02.505Z | |
| 3886 | 2026-08-29T16:16:02.505Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3887 | 2026-08-29T16:16:02.511Z | DEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3888 | 2026-08-29T16:16:02.511Z | |
| 3889 | 2026-08-29T16:16:02.511Z | Aug 29 16:16:01.082 INFO Aug 29 16:16:01.082Aug 29 16:16:01.082adding route 172.17.0.23/32 -> 10.0.0.255 DEBGINFO |
| 3890 | 2026-08-29T16:16:02.511Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3891 | 2026-08-29T16:16:02.511Z | |
| 3892 | 2026-08-29T16:16:02.511Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082INFO 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 } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3893 | 2026-08-29T16:16:02.511Z | |
| 3894 | 2026-08-29T16:16:02.511Z | 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 } }] |
| 3895 | 2026-08-29T16:16:02.511Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFODEBG 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 } }] |
| 3896 | 2026-08-29T16:16:02.511Z | adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3897 | 2026-08-29T16:16:02.511Z | |
| 3898 | 2026-08-29T16:16:02.511Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO Aug 29 16:16:01.082DEBGadding route 172.17.0.56/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3899 | 2026-08-29T16:16:02.511Z | 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 } }] |
| 3900 | 2026-08-29T16:16:02.511Z | |
| 3901 | 2026-08-29T16:16:02.511Z | Aug 29 16:16:01.082Aug 29 16:16:01.082Aug 29 16:16:01.082 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3902 | 2026-08-29T16:16:02.513Z | |
| 3903 | 2026-08-29T16:16:02.513Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3904 | 2026-08-29T16:16:02.513Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082 INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 3905 | 2026-08-29T16:16:02.513Z | 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 } }] |
| 3906 | 2026-08-29T16:16:02.513Z | |
| 3907 | 2026-08-29T16:16:02.513Z | Aug 29 16:16:01.082 DEBGAug 29 16:16:01.082Aug 29 16:16:01.082 INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3908 | 2026-08-29T16:16:02.513Z | adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3909 | 2026-08-29T16:16:02.513Z | |
| 3910 | 2026-08-29T16:16:02.513Z | Aug 29 16:16:01.082 INFOAug 29 16:16:01.082Aug 29 16:16:01.082 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 3911 | 2026-08-29T16:16:02.513Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3912 | 2026-08-29T16:16:02.513Z | 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 } }] |
| 3913 | 2026-08-29T16:16:02.513Z | Aug 29 16:16:01.082 Aug 29 16:16:01.082DEBG Aug 29 16:16:01.082INFO 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 } }] |
| 3914 | 2026-08-29T16:16:02.513Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3915 | 2026-08-29T16:16:02.513Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3916 | 2026-08-29T16:16:02.513Z | Aug 29 16:16:01.082Aug 29 16:16:01.082 Aug 29 16:16:01.082INFO DEBG adding route 172.17.0.59/32 -> 10.0.0.255 DEBG |
| 3917 | 2026-08-29T16:16:02.513Z | 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 } }] |
| 3918 | 2026-08-29T16:16:02.514Z | 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 } }] |
| 3919 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.082 DEBGAug 29 16:16:01.082 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 |
| 3920 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.082 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3921 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.082 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3922 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.096 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 } }] |
| 3923 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.096 Aug 29 16:16:01.096DEBG 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 } }] |
| 3924 | 2026-08-29T16:16:02.514Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3925 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.096INFO Aug 29 16:16:01.096INFO DEBG adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3926 | 2026-08-29T16:16:02.514Z | |
| 3927 | 2026-08-29T16:16:02.514Z | 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 } }] |
| 3928 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.096Aug 29 16:16:01.096 DEBGAug 29 16:16:01.096 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 } }] |
| 3929 | 2026-08-29T16:16:02.514Z | DEBG adding route 172.17.0.30/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 } }] |
| 3930 | 2026-08-29T16:16:02.514Z | |
| 3931 | 2026-08-29T16:16:02.514Z | Aug 29 16:16:01.096 INFO Aug 29 16:16:01.096Aug 29 16:16:01.096 adding route 172.17.0.57/32 -> 10.0.0.255 DEBGDEBG |
| 3932 | 2026-08-29T16:16:02.514Z | failed to allocate space for the new target listreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3933 | 2026-08-29T16:16:02.516Z | |
| 3934 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 DEBGAug 29 16:16:01.096Aug 29 16:16:01.096 INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3935 | 2026-08-29T16:16:02.517Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3936 | 2026-08-29T16:16:02.517Z | |
| 3937 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:16:01.096 |
| 3938 | 2026-08-29T16:16:02.517Z | 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 } }] |
| 3939 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 DEBG Aug 29 16:16:01.096replacing 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 } }] |
| 3940 | 2026-08-29T16:16:02.517Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3941 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 INFOAug 29 16:16:01.096 adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 3942 | 2026-08-29T16:16:02.517Z | 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 } }] |
| 3943 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 Aug 29 16:16:01.096DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3944 | 2026-08-29T16:16:02.517Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3945 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 Aug 29 16:16:01.096INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3946 | 2026-08-29T16:16:02.517Z | 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 } }] |
| 3947 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096Aug 29 16:16:01.096 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 } }] |
| 3948 | 2026-08-29T16:16:02.517Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3949 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096Aug 29 16:16:01.096 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 } }] |
| 3950 | 2026-08-29T16:16:02.517Z | DEBG Aug 29 16:16:01.096failed to allocate space for the new target list |
| 3951 | 2026-08-29T16:16:02.517Z | test route::tests::delete_target_full ... ok |
| 3952 | 2026-08-29T16:16:02.517Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3953 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 DEBGAug 29 16:16:01.096 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 3954 | 2026-08-29T16:16:02.517Z | |
| 3955 | 2026-08-29T16:16:02.517Z | 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 } }] |
| 3956 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3957 | 2026-08-29T16:16:02.517Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s |
| 3958 | 2026-08-29T16:16:02.517Z | |
| 3959 | 2026-08-29T16:16:02.517Z | Aug 29 16:16:01.096 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 } }] |
| 3960 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3961 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3962 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3963 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3964 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3965 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3966 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3967 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3968 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3969 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3970 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3971 | 2026-08-29T16:16:02.518Z | Aug 29 16:16:01.096 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 } }] |
| 3972 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3973 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 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 } }] |
| 3974 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3975 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 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 } }] |
| 3976 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3977 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 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 } }] |
| 3978 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3979 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 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 } }] |
| 3980 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3981 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.096 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 } }] |
| 3982 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3983 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.109 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 } }] |
| 3984 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3985 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.109 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 } }] |
| 3986 | 2026-08-29T16:16:02.519Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3987 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 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 } }] |
| 3988 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3989 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 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 } }] |
| 3990 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3991 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 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 } }] |
| 3992 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3993 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 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 } }] |
| 3994 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3995 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 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 } }] |
| 3996 | 2026-08-29T16:16:02.524Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3997 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 3998 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3999 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4000 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4001 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4002 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4003 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4004 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4005 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4006 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4007 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4008 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 4009 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4010 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 4011 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 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 } }] |
| 4012 | 2026-08-29T16:16:02.525Z | Aug 29 16:16:01.109 DEBG failed to allocate space for the new target list |
| 4013 | 2026-08-29T16:16:02.528Z | Aug 29 16:16:01.109 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 } }] |
| 4014 | 2026-08-29T16:16:02.528Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2fc6af86348c5b) |
| 4015 | 2026-08-29T16:16:02.528Z | |
| 4016 | 2026-08-29T16:16:02.528Z | running 0 tests |
| 4017 | 2026-08-29T16:16:02.528Z | |
| 4018 | 2026-08-29T16:16:02.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4019 | 2026-08-29T16:16:02.528Z | |
| 4020 | 2026-08-29T16:16:02.528Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 4021 | 2026-08-29T16:16:02.528Z | |
| 4022 | 2026-08-29T16:16:02.528Z | running 0 tests |
| 4023 | 2026-08-29T16:16:02.528Z | |
| 4024 | 2026-08-29T16:16:02.528Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4025 | 2026-08-29T16:16:02.530Z | |
| 4026 | 2026-08-29T16:16:02.530Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3) |
| 4027 | 2026-08-29T16:16:02.530Z | |
| 4028 | 2026-08-29T16:16:02.530Z | running 6 tests |
| 4029 | 2026-08-29T16:16:02.530Z | test tests::test_full_lot_id_neither_present ... ok |
| 4030 | 2026-08-29T16:16:02.530Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4031 | 2026-08-29T16:16:02.530Z | test tests::test_full_lot_id_both_present ... ok |
| 4032 | 2026-08-29T16:16:02.530Z | test tests::test_full_lot_id_lot_only ... ok |
| 4033 | 2026-08-29T16:16:02.530Z | test tests::test_port_id_cmp ... ok |
| 4034 | 2026-08-29T16:16:02.530Z | test tests::test_parse_client_port_id ... ok |
| 4035 | 2026-08-29T16:16:02.530Z | |
| 4036 | 2026-08-29T16:16:02.530Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4037 | 2026-08-29T16:16:02.530Z | |
| 4038 | 2026-08-29T16:16:02.530Z | Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08) |
| 4039 | 2026-08-29T16:16:02.530Z | |
| 4040 | 2026-08-29T16:16:02.530Z | running 0 tests |
| 4041 | 2026-08-29T16:16:02.530Z | |
| 4042 | 2026-08-29T16:16:02.530Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4043 | 2026-08-29T16:16:02.530Z | |
| 4044 | 2026-08-29T16:16:02.530Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 4045 | 2026-08-29T16:16:02.530Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 4046 | 2026-08-29T16:16:02.530Z | |
| 4047 | 2026-08-29T16:16:02.531Z | running 0 tests |
| 4048 | 2026-08-29T16:16:02.531Z | |
| 4049 | 2026-08-29T16:16:02.531Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4050 | 2026-08-29T16:16:02.531Z | |
| 4051 | 2026-08-29T16:16:02.531Z | |
| 4052 | 2026-08-29T16:16:02.531Z | running 15 tests |
| 4053 | 2026-08-29T16:16:02.531Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4054 | 2026-08-29T16:16:02.531Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4055 | 2026-08-29T16:16:02.531Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4056 | 2026-08-29T16:16:02.531Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4057 | 2026-08-29T16:16:02.531Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4058 | 2026-08-29T16:16:02.531Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4059 | 2026-08-29T16:16:02.531Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4060 | 2026-08-29T16:16:02.531Z | test v1::network::tests::test_equal ... ok |
| 4061 | 2026-08-29T16:16:02.531Z | test v1::network::tests::test_eui64 ... ok |
| 4062 | 2026-08-29T16:16:02.531Z | test v1::network::tests::test_not_equal ... ok |
| 4063 | 2026-08-29T16:16:02.531Z | test v1::network::tests::test_into ... ok |
| 4064 | 2026-08-29T16:16:02.531Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4065 | 2026-08-29T16:16:02.532Z | test v1::network::tests::test_to_string ... ok |
| 4066 | 2026-08-29T16:16:02.532Z | test v1::network::tests::test_parse ... ok |
| 4067 | 2026-08-29T16:16:02.532Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4068 | 2026-08-29T16:16:02.532Z | |
| 4069 | 2026-08-29T16:16:02.532Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4070 | 2026-08-29T16:16:02.532Z | |
| 4071 | 2026-08-29T16:16:02.532Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 4072 | 2026-08-29T16:16:02.533Z | |
| 4073 | 2026-08-29T16:16:02.533Z | running 12 tests |
| 4074 | 2026-08-29T16:16:02.533Z | test icmp::test_v6_checksum ... ok |
| 4075 | 2026-08-29T16:16:02.533Z | test ipv6::test_ipv6_parse ... ok |
| 4076 | 2026-08-29T16:16:02.533Z | test icmp::test_v4_checksum ... ok |
| 4077 | 2026-08-29T16:16:02.533Z | test pbuf::test_byte ... ok |
| 4078 | 2026-08-29T16:16:02.533Z | test lldp::test_lldp_parse ... ok |
| 4079 | 2026-08-29T16:16:02.533Z | test pbuf::test_nibble ... ok |
| 4080 | 2026-08-29T16:16:02.533Z | test pbuf::test_short ... ok |
| 4081 | 2026-08-29T16:16:02.533Z | test pbuf::test_overflow ... ok |
| 4082 | 2026-08-29T16:16:02.533Z | test pbuf::test_twelve ... ok |
| 4083 | 2026-08-29T16:16:02.533Z | test pbuf::test_word ... ok |
| 4084 | 2026-08-29T16:16:02.533Z | test tcp::test_checksum_ack_data ... ok |
| 4085 | 2026-08-29T16:16:02.533Z | test tcp::test_checksum_syn_nodata ... ok |
| 4086 | 2026-08-29T16:16:02.533Z | |
| 4087 | 2026-08-29T16:16:02.537Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4088 | 2026-08-29T16:16:02.538Z | |
| 4089 | 2026-08-29T16:16:02.538Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4090 | 2026-08-29T16:16:02.538Z | |
| 4091 | 2026-08-29T16:16:02.538Z | running 0 tests |
| 4092 | 2026-08-29T16:16:02.540Z | |
| 4093 | 2026-08-29T16:16:02.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4094 | 2026-08-29T16:16:02.540Z | |
| 4095 | 2026-08-29T16:16:02.540Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 4096 | 2026-08-29T16:16:02.540Z | |
| 4097 | 2026-08-29T16:16:02.540Z | running 5 tests |
| 4098 | 2026-08-29T16:16:02.540Z | test switchport::test::test_compute_lanes ... ok |
| 4099 | 2026-08-29T16:16:02.540Z | test switchport::test::port_id_ordering ... ok |
| 4100 | 2026-08-29T16:16:02.540Z | Lane 0 Lane 0 Lane 1 Lane 1Lane 2 Lane 2Lane 3 Lane 3 |
| 4101 | 2026-08-29T16:16:02.540Z | |
| 4102 | 2026-08-29T16:16:02.540Z | Rx Loss-of-lock: Yes State: Activated Yes ActivatedYes YesActivated |
| 4103 | 2026-08-29T16:16:02.540Z | Activated |
| 4104 | 2026-08-29T16:16:02.540Z | Rx Loss-of-signal: Yes Rx Output Enabled: false Yes false Yesfalse false |
| 4105 | 2026-08-29T16:16:02.540Z | Yes |
| 4106 | 2026-08-29T16:16:02.540Z | Rx Output Status: valid Rx CDR Enabled: Yesvalid Yes validYes Yes |
| 4107 | 2026-08-29T16:16:02.540Z | valid |
| 4108 | 2026-08-29T16:16:02.540Z | Tx Enabled: Yes Rx Loss-of-lock: trueYes Yestrue Yestrue |
| 4109 | 2026-08-29T16:16:02.540Z | Tx Loss-of-lock: Notrue |
| 4110 | 2026-08-29T16:16:02.540Z | No Rx Loss-of-signal: false No falseNo |
| 4111 | 2026-08-29T16:16:02.541Z | false Tx Loss-of-signal: No falseNo |
| 4112 | 2026-08-29T16:16:02.541Z | Rx Auto-squelch Disable: true No trueNo |
| 4113 | 2026-08-29T16:16:02.541Z | true Tx CDR Enabled: No true |
| 4114 | 2026-08-29T16:16:02.541Z | No Tx Output Enabled: trueNo Notrue |
| 4115 | 2026-08-29T16:16:02.541Z | true Tx Adaptive EQ Fault: No true |
| 4116 | 2026-08-29T16:16:02.541Z | No Tx Output Status: invalid Noinvalid No |
| 4117 | 2026-08-29T16:16:02.543Z | invalid Tx Fault: Yes invalid |
| 4118 | 2026-08-29T16:16:02.543Z | Yes Tx Loss-of-lock: false Yesfalse Yesfalse |
| 4119 | 2026-08-29T16:16:02.543Z | false |
| 4120 | 2026-08-29T16:16:02.543Z | Tx Loss-of-signal: true true true true |
| 4121 | 2026-08-29T16:16:02.543Z | Tx Auto-squelch Disable: false false false false |
| 4122 | 2026-08-29T16:16:02.543Z | Tx Adaptive EQ Fail: true true true true |
| 4123 | 2026-08-29T16:16:02.543Z | Tx Failure: false false false false |
| 4124 | 2026-08-29T16:16:02.543Z | Tx Force Squelch: true true true true |
| 4125 | 2026-08-29T16:16:02.543Z | Tx Input Polarity: normal normal normal normal |
| 4126 | 2026-08-29T16:16:02.543Z | test switchport::test::test_print_sff_datapath ... ok |
| 4127 | 2026-08-29T16:16:02.543Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4128 | 2026-08-29T16:16:02.543Z | test link::test_filter ... ok |
| 4129 | 2026-08-29T16:16:02.543Z | |
| 4130 | 2026-08-29T16:16:02.543Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4131 | 2026-08-29T16:16:02.543Z | |
| 4132 | 2026-08-29T16:16:02.543Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 4133 | 2026-08-29T16:16:02.543Z | |
| 4134 | 2026-08-29T16:16:02.543Z | running 7 tests |
| 4135 | 2026-08-29T16:16:02.543Z | test counters::counters_list ... ignored |
| 4136 | 2026-08-29T16:16:02.543Z | test link_apply::apply_tx_eq_all ... ignored |
| 4137 | 2026-08-29T16:16:02.543Z | test link_apply::apply_tx_eq_custom ... ignored |
| 4138 | 2026-08-29T16:16:02.543Z | test tx_eq::set_all_taps ... ignored |
| 4139 | 2026-08-29T16:16:02.543Z | test tx_eq::set_partial_taps ... ignored |
| 4140 | 2026-08-29T16:16:02.543Z | test cmd::test::pattern_statics ... ok |
| 4141 | 2026-08-29T16:16:02.543Z | test link_apply::tx_eq_exclusive ... ok |
| 4142 | 2026-08-29T16:16:02.543Z | |
| 4143 | 2026-08-29T16:16:02.544Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4144 | 2026-08-29T16:16:02.544Z | |
| 4145 | 2026-08-29T16:16:02.544Z | Running unittests src/main.rs (target/debug/deps/tfportd-94da08c4b784248f) |
| 4146 | 2026-08-29T16:16:02.544Z | |
| 4147 | 2026-08-29T16:16:02.544Z | running 3 tests |
| 4148 | 2026-08-29T16:16:02.544Z | test linklocal::test_parse_ipadm ... ok |
| 4149 | 2026-08-29T16:16:02.544Z | test tfport::test_parse_tfport ... ok |
| 4150 | 2026-08-29T16:16:02.545Z | test config::tests::test_updates ... ok |
| 4151 | 2026-08-29T16:16:02.545Z | |
| 4152 | 2026-08-29T16:16:02.545Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4153 | 2026-08-29T16:16:02.545Z | |
| 4154 | 2026-08-29T16:16:02.545Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 4155 | 2026-08-29T16:16:02.545Z | |
| 4156 | 2026-08-29T16:16:02.545Z | running 0 tests |
| 4157 | 2026-08-29T16:16:02.545Z | |
| 4158 | 2026-08-29T16:16:02.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4159 | 2026-08-29T16:16:02.545Z | |
| 4160 | 2026-08-29T16:16:02.545Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4161 | 2026-08-29T16:16:02.545Z | |
| 4162 | 2026-08-29T16:16:02.545Z | running 0 tests |
| 4163 | 2026-08-29T16:16:02.545Z | |
| 4164 | 2026-08-29T16:16:02.545Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4165 | 2026-08-29T16:16:02.545Z | |
| 4166 | 2026-08-29T16:16:02.545Z | Doc-tests aal |
| 4167 | 2026-08-29T16:16:02.733Z | |
| 4168 | 2026-08-29T16:16:02.733Z | running 0 tests |
| 4169 | 2026-08-29T16:16:02.733Z | |
| 4170 | 2026-08-29T16:16:02.737Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4171 | 2026-08-29T16:16:02.737Z | |
| 4172 | 2026-08-29T16:16:02.756Z | Doc-tests aal_macros |
| 4173 | 2026-08-29T16:16:02.823Z | |
| 4174 | 2026-08-29T16:16:02.823Z | running 0 tests |
| 4175 | 2026-08-29T16:16:02.823Z | |
| 4176 | 2026-08-29T16:16:02.823Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4177 | 2026-08-29T16:16:02.823Z | |
| 4178 | 2026-08-29T16:16:02.832Z | Doc-tests common |
| 4179 | 2026-08-29T16:16:03.061Z | |
| 4180 | 2026-08-29T16:16:03.061Z | running 0 tests |
| 4181 | 2026-08-29T16:16:03.061Z | |
| 4182 | 2026-08-29T16:16:03.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4183 | 2026-08-29T16:16:03.062Z | |
| 4184 | 2026-08-29T16:16:03.086Z | Doc-tests dpd_api |
| 4185 | 2026-08-29T16:16:03.791Z | |
| 4186 | 2026-08-29T16:16:03.791Z | running 2 tests |
| 4187 | 2026-08-29T16:16:03.791Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 4188 | 2026-08-29T16:16:03.791Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 4189 | 2026-08-29T16:16:03.791Z | |
| 4190 | 2026-08-29T16:16:03.795Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4191 | 2026-08-29T16:16:03.795Z | |
| 4192 | 2026-08-29T16:16:03.820Z | Doc-tests dpd_client |
| 4193 | 2026-08-29T16:16:05.185Z | |
| 4194 | 2026-08-29T16:16:05.185Z | running 0 tests |
| 4195 | 2026-08-29T16:16:05.185Z | |
| 4196 | 2026-08-29T16:16:05.185Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4197 | 2026-08-29T16:16:05.185Z | |
| 4198 | 2026-08-29T16:16:05.234Z | Doc-tests dpd_types |
| 4199 | 2026-08-29T16:16:05.416Z | |
| 4200 | 2026-08-29T16:16:05.416Z | running 0 tests |
| 4201 | 2026-08-29T16:16:05.416Z | |
| 4202 | 2026-08-29T16:16:05.416Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-29T16:16:05.416Z | |
| 4204 | 2026-08-29T16:16:05.438Z | Doc-tests dpd_types_versions |
| 4205 | 2026-08-29T16:16:06.921Z | |
| 4206 | 2026-08-29T16:16:06.921Z | running 1 test |
| 4207 | 2026-08-29T16:16:06.921Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4208 | 2026-08-29T16:16:06.922Z | |
| 4209 | 2026-08-29T16:16:06.922Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4210 | 2026-08-29T16:16:06.922Z | |
| 4211 | 2026-08-29T16:16:06.967Z | Doc-tests packet |
| 4212 | 2026-08-29T16:16:07.185Z | |
| 4213 | 2026-08-29T16:16:07.185Z | running 0 tests |
| 4214 | 2026-08-29T16:16:07.185Z | |
| 4215 | 2026-08-29T16:16:07.185Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4216 | 2026-08-29T16:16:07.185Z | |
| 4217 | 2026-08-29T16:16:07.209Z | Doc-tests pcap |
| 4218 | 2026-08-29T16:16:07.259Z | |
| 4219 | 2026-08-29T16:16:07.259Z | running 0 tests |
| 4220 | 2026-08-29T16:16:07.259Z | |
| 4221 | 2026-08-29T16:16:07.259Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4222 | 2026-08-29T16:16:07.259Z | |
| 4223 | 2026-08-29T16:16:07.324Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4224 | 2026-08-29T16:16:07.324Z | + RUST_BACKTRACE=full |
| 4225 | 2026-08-29T16:16:07.324Z | + cargo test --features tofino_asic --no-fail-fast |
| 4226 | 2026-08-29T16:16:07.920Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4227 | 2026-08-29T16:16:08.001Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4228 | 2026-08-29T16:16:08.004Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4229 | 2026-08-29T16:16:08.014Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4230 | 2026-08-29T16:16:16.796Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4231 | 2026-08-29T16:16:16.925Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4232 | 2026-08-29T16:16:58.523Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.18s |
| 4233 | 2026-08-29T16:16:58.636Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 4234 | 2026-08-29T16:16:58.640Z | |
| 4235 | 2026-08-29T16:16:58.640Z | running 0 tests |
| 4236 | 2026-08-29T16:16:58.640Z | |
| 4237 | 2026-08-29T16:16:58.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4238 | 2026-08-29T16:16:58.640Z | |
| 4239 | 2026-08-29T16:16:58.640Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4240 | 2026-08-29T16:16:58.646Z | |
| 4241 | 2026-08-29T16:16:58.646Z | running 0 tests |
| 4242 | 2026-08-29T16:16:58.646Z | |
| 4243 | 2026-08-29T16:16:58.646Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4244 | 2026-08-29T16:16:58.646Z | |
| 4245 | 2026-08-29T16:16:58.646Z | Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c) |
| 4246 | 2026-08-29T16:16:58.739Z | |
| 4247 | 2026-08-29T16:16:58.739Z | running 8 tests |
| 4248 | 2026-08-29T16:16:58.743Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4249 | 2026-08-29T16:16:58.743Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4250 | 2026-08-29T16:16:58.743Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4251 | 2026-08-29T16:16:58.743Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4252 | 2026-08-29T16:16:58.744Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4253 | 2026-08-29T16:16:58.744Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4254 | 2026-08-29T16:16:58.749Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4255 | 2026-08-29T16:16:59.243Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4256 | 2026-08-29T16:16:59.243Z | |
| 4257 | 2026-08-29T16:16:59.243Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4258 | 2026-08-29T16:16:59.243Z | |
| 4259 | 2026-08-29T16:16:59.250Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 4260 | 2026-08-29T16:16:59.255Z | |
| 4261 | 2026-08-29T16:16:59.255Z | running 4 tests |
| 4262 | 2026-08-29T16:16:59.265Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4263 | 2026-08-29T16:16:59.265Z | test nat::tests::test_vni ... ok |
| 4264 | 2026-08-29T16:16:59.265Z | test test_purge ... ok |
| 4265 | 2026-08-29T16:16:59.265Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4266 | 2026-08-29T16:16:59.265Z | |
| 4267 | 2026-08-29T16:16:59.265Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4268 | 2026-08-29T16:16:59.265Z | |
| 4269 | 2026-08-29T16:16:59.265Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 4270 | 2026-08-29T16:16:59.272Z | |
| 4271 | 2026-08-29T16:16:59.272Z | running 1 test |
| 4272 | 2026-08-29T16:16:59.272Z | ------- |
| 4273 | 2026-08-29T16:16:59.272Z | Generating OpenAPI documents from API definitions ... |
| 4274 | 2026-08-29T16:16:59.498Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4275 | 2026-08-29T16:16:59.570Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4276 | 2026-08-29T16:17:00.638Z | ------- |
| 4277 | 2026-08-29T16:17:00.638Z | Checking 13 OpenAPI documents... |
| 4278 | 2026-08-29T16:17:00.639Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-29T16:17:00.639Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-29T16:17:00.639Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-29T16:17:00.643Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-29T16:17:00.647Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-29T16:17:00.647Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-08-29T16:17:00.647Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-08-29T16:17:00.647Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4291 | 2026-08-29T16:17:00.647Z | Fresh dpd "latest" symlink |
| 4292 | 2026-08-29T16:17:00.647Z | ------- |
| 4293 | 2026-08-29T16:17:00.647Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 4294 | 2026-08-29T16:17:00.685Z | test test::test_apis_up_to_date ... ok |
| 4295 | 2026-08-29T16:17:00.685Z | |
| 4296 | 2026-08-29T16:17:00.685Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s |
| 4297 | 2026-08-29T16:17:00.685Z | |
| 4298 | 2026-08-29T16:17:00.749Z | Running unittests src/main.rs (target/debug/deps/dpd-ba39401443e69f9c) |
| 4299 | 2026-08-29T16:17:00.814Z | |
| 4300 | 2026-08-29T16:17:00.814Z | running 66 tests |
| 4301 | 2026-08-29T16:17:00.835Z | test freemap::test_ordering ... ok |
| 4302 | 2026-08-29T16:17:00.836Z | test config::tests::test_updates ... ok |
| 4303 | 2026-08-29T16:17:00.836Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4304 | 2026-08-29T16:17:00.836Z | test freemap::test_split ... ok |
| 4305 | 2026-08-29T16:17:00.836Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4306 | 2026-08-29T16:17:00.836Z | test macaddrs::tests::test_mac_offset ... ok |
| 4307 | 2026-08-29T16:17:00.836Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4308 | 2026-08-29T16:17:00.836Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4309 | 2026-08-29T16:17:00.836Z | test nat::test_mapping ... ok |
| 4310 | 2026-08-29T16:17:00.837Z | Aug 29 16:16:59.472Aug 29 16:16:59.472 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 4311 | 2026-08-29T16:17:00.837Z | |
| 4312 | 2026-08-29T16:17:00.837Z | Aug 29 16:16:59.472 DEBG created new freemap, unit: freemap_testAug 29 16:16:59.472 |
| 4313 | 2026-08-29T16:17:00.837Z | DEBG initted freemap. size: 128, Aug 29 16:16:59.472unit :DEBG Aug 29 16:16:59.472freemap_test |
| 4314 | 2026-08-29T16:17:00.837Z | DEBG initted freemap. size: 128initted freemap. size: 128, , unitunitAug 29 16:16:59.472: : DEBGfreemap_test |
| 4315 | 2026-08-29T16:17:00.837Z | freemap_testreset freemap |
| 4316 | 2026-08-29T16:17:00.838Z | , unitAug 29 16:16:59.472:Aug 29 16:16:59.472 freemap_test |
| 4317 | 2026-08-29T16:17:00.838Z | DEBGDEBG reset freemapreset freemap, , unitunit:: freemap_testfreemap_test |
| 4318 | 2026-08-29T16:17:00.838Z | |
| 4319 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG created new freemap, unit: freemap_test |
| 4320 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG initted freemap. size: 128, unit: freemap_test |
| 4321 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG reset freemap, unit: freemap_test |
| 4322 | 2026-08-29T16:17:00.838Z | test freemap::test_basic ... ok |
| 4323 | 2026-08-29T16:17:00.838Z | test freemap::test_free ... ok |
| 4324 | 2026-08-29T16:17:00.838Z | test freemap::test_exhaustion ... ok |
| 4325 | 2026-08-29T16:17:00.838Z | test freemap::test_reclaim ... ok |
| 4326 | 2026-08-29T16:17:00.838Z | test port_map::tests::test_backplane_group ... ok |
| 4327 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG created new freemap, unit: freemap_test |
| 4328 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG initted freemap. size: 8, unit: freemap_test |
| 4329 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.472 DEBG reset freemap, unit: freemap_test |
| 4330 | 2026-08-29T16:17:00.838Z | test port_map::tests::test_port_map ... ok |
| 4331 | 2026-08-29T16:17:00.838Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4332 | 2026-08-29T16:17:00.838Z | test port_map::tests::dump_map ... ok |
| 4333 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG created new freemap, unit: freemap_test |
| 4334 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG initted freemap. size: 128, unit: freemap_test |
| 4335 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG reset freemap, unit: freemap_test |
| 4336 | 2026-08-29T16:17:00.838Z | test freemap::test_span ... ok |
| 4337 | 2026-08-29T16:17:00.838Z | test api_server::tests::test_build_info ... ok |
| 4338 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4339 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4340 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4341 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4342 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4343 | 2026-08-29T16:17:00.838Z | Aug 29 16:16:59.473 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4344 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4345 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 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 } }] |
| 4346 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4347 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 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 } }] |
| 4348 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4349 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 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 } }] |
| 4350 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4351 | 2026-08-29T16:17:00.839Z | Aug 29 16:16:59.473 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 } }] |
| 4352 | 2026-08-29T16:17:00.845Z | Aug 29 16:16:59.473 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4353 | 2026-08-29T16:17:00.845Z | Aug 29 16:16:59.473 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 } }] |
| 4354 | 2026-08-29T16:17:00.845Z | Aug 29 16:16:59.473 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4355 | 2026-08-29T16:17:00.845Z | Aug 29 16:16:59.473 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 } }] |
| 4356 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4357 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4358 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4359 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473 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 29 16:16:59.473 |
| 4360 | 2026-08-29T16:17:00.846Z | DEBG created new freemapAug 29 16:16:59.473 , INFOunit :adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4361 | 2026-08-29T16:17:00.846Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4362 | 2026-08-29T16:17:00.846Z | freemap_route_ipv4 |
| 4363 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.473 |
| 4364 | 2026-08-29T16:17:00.846Z | DEBG Aug 29 16:16:59.473created new freemap , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4365 | 2026-08-29T16:17:00.846Z | freemap_route_ipv6 |
| 4366 | 2026-08-29T16:17:00.846Z | Aug 29 16:16:59.473Aug 29 16:16:59.473 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 } }]initted freemap. size: 64 |
| 4367 | 2026-08-29T16:17:00.848Z | , unitAug 29 16:16:59.473: Aug 29 16:16:59.473freemap_route_ipv4 DEBG |
| 4368 | 2026-08-29T16:17:00.848Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:59.473created new freemap |
| 4369 | 2026-08-29T16:17:00.848Z | , DEBGunit :Aug 29 16:16:59.473 reset freemapfreemap_route_ipv4, DEBGunit |
| 4370 | 2026-08-29T16:17:00.848Z | : 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 } }]freemap_route_ipv4 |
| 4371 | 2026-08-29T16:17:00.848Z | |
| 4372 | 2026-08-29T16:17:00.849Z | Aug 29 16:16:59.473 DEBG Aug 29 16:16:59.473Aug 29 16:16:59.473created new freemap , unitINFODEBG: adding route 3fff:beef:7::/64 -> 2001:db8::55:ffinitted freemap. size: 64freemap_route_ipv6 |
| 4373 | 2026-08-29T16:17:00.849Z | |
| 4374 | 2026-08-29T16:17:00.849Z | , unit: Aug 29 16:16:59.473freemap_route_ipv6Aug 29 16:16:59.473 |
| 4375 | 2026-08-29T16:17:00.849Z | DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 4376 | 2026-08-29T16:17:00.849Z | Aug 29 16:16:59.474, DEBGunit :reset freemap , Aug 29 16:16:59.474freemap_route_ipv4 unit |
| 4377 | 2026-08-29T16:17:00.849Z | : INFOfreemap_route_ipv6 |
| 4378 | 2026-08-29T16:17:00.849Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4379 | 2026-08-29T16:17:00.849Z | DEBG reset freemap, unitAug 29 16:16:59.474Aug 29 16:16:59.474 :DEBG INFOfreemap_route_ipv4 |
| 4380 | 2026-08-29T16:17:00.849Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4381 | 2026-08-29T16:17:00.849Z | |
| 4382 | 2026-08-29T16:17:00.849Z | Aug 29 16:16:59.474 DEBG initted freemap. size: 64Aug 29 16:16:59.474, Aug 29 16:16:59.474unit :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 } }]freemap_route_ipv6 |
| 4383 | 2026-08-29T16:17:00.849Z | |
| 4384 | 2026-08-29T16:17:00.849Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4385 | 2026-08-29T16:17:00.852Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 4386 | 2026-08-29T16:17:00.852Z | DEBG reset freemapreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4387 | 2026-08-29T16:17:00.852Z | unitAug 29 16:16:59.474: DEBGfreemap_route_ipv6 Aug 29 16:16:59.474 |
| 4388 | 2026-08-29T16:17:00.852Z | 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 |
| 4389 | 2026-08-29T16:17:00.852Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4390 | 2026-08-29T16:17:00.853Z | Aug 29 16:16:59.474 INFOAug 29 16:16:59.474 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:59.474INFO |
| 4391 | 2026-08-29T16:17:00.853Z | DEBG adding route 3fff:beef:1::/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-29T16:17:00.853Z | |
| 4393 | 2026-08-29T16:17:00.856Z | Aug 29 16:16:59.474 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 29 16:16:59.474Aug 29 16:16:59.474 |
| 4394 | 2026-08-29T16:17:00.856Z | DEBGAug 29 16:16:59.474INFO 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:b::/64 -> 2001:db8::55:ff |
| 4395 | 2026-08-29T16:17:00.856Z | |
| 4396 | 2026-08-29T16:17:00.856Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4397 | 2026-08-29T16:17:00.856Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGINFO 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 } }] |
| 4398 | 2026-08-29T16:17:00.856Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4399 | 2026-08-29T16:17:00.856Z | |
| 4400 | 2026-08-29T16:17:00.857Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474INFOAug 29 16:16:59.474 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4401 | 2026-08-29T16:17:00.866Z | 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 } }] |
| 4402 | 2026-08-29T16:17:00.866Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4403 | 2026-08-29T16:17:00.866Z | DEBG Aug 29 16:16:59.474replacing 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 29 16:16:59.474 |
| 4404 | 2026-08-29T16:17:00.866Z | INFODEBG adding route 3fff:beef:3::/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 } }]Aug 29 16:16:59.474 |
| 4405 | 2026-08-29T16:17:00.866Z | |
| 4406 | 2026-08-29T16:17:00.866Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:16:59.474Aug 29 16:16:59.474 |
| 4407 | 2026-08-29T16:17:00.866Z | INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 29 16:16:59.474replacing 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 } }] |
| 4408 | 2026-08-29T16:17:00.866Z | |
| 4409 | 2026-08-29T16:17:00.866Z | 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 } }] |
| 4410 | 2026-08-29T16:17:00.866Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGAug 29 16:16:59.474INFO INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4411 | 2026-08-29T16:17:00.866Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4412 | 2026-08-29T16:17:00.866Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4413 | 2026-08-29T16:17:00.866Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 INFODEBGAug 29 16:16:59.474 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:2::/64 -> 2001:db8::55:ff |
| 4414 | 2026-08-29T16:17:00.866Z | |
| 4415 | 2026-08-29T16:17:00.866Z | 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 } }] |
| 4416 | 2026-08-29T16:17:00.866Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 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:f::/64 -> 2001:db8::55:ff |
| 4417 | 2026-08-29T16:17:00.866Z | |
| 4418 | 2026-08-29T16:17:00.866Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGINFO Aug 29 16:16:59.474 created new freemapDEBGAug 29 16:16:59.474 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4419 | 2026-08-29T16:17:00.866Z | , INFODEBGunit 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 } }] |
| 4420 | 2026-08-29T16:17:00.866Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap: |
| 4421 | 2026-08-29T16:17:00.866Z | , unitfreemap_route_ipv4:Aug 29 16:16:59.474 Aug 29 16:16:59.474 freemap_route_ipv4 Aug 29 16:16:59.474 |
| 4422 | 2026-08-29T16:17:00.866Z | DEBGDEBG 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 } }] |
| 4423 | 2026-08-29T16:17:00.866Z | |
| 4424 | 2026-08-29T16:17:00.867Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474 |
| 4425 | 2026-08-29T16:17:00.867Z | Aug 29 16:16:59.474 |
| 4426 | 2026-08-29T16:17:00.867Z | DEBGAug 29 16:16:59.474INFO Aug 29 16:16:59.474DEBG INFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 29 16:16:59.474adding route 3fff:beef:4::/64 -> 2001:db8::55:ff created new freemap |
| 4427 | 2026-08-29T16:17:00.867Z | , , unitDEBG: unit 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 } }]freemap_route_ipv6: |
| 4428 | 2026-08-29T16:17:00.867Z | freemap_route_ipv6 |
| 4429 | 2026-08-29T16:17:00.867Z | |
| 4430 | 2026-08-29T16:17:00.867Z | Aug 29 16:16:59.474 DEBGAug 29 16:16:59.474 |
| 4431 | 2026-08-29T16:17:00.867Z | INFOAug 29 16:16:59.474Aug 29 16:16:59.474 DEBGadding route 3fff:beef:11::/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 } }] |
| 4432 | 2026-08-29T16:17:00.867Z | DEBG Aug 29 16:16:59.474initted freemap. size: 64initted freemap. size: 64 , |
| 4433 | 2026-08-29T16:17:00.867Z | , DEBG unitreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4434 | 2026-08-29T16:17:00.867Z | ::Aug 29 16:16:59.474 freemap_route_ipv4 |
| 4435 | 2026-08-29T16:17:00.867Z | Aug 29 16:16:59.474INFOfreemap_route_ipv4 |
| 4436 | 2026-08-29T16:17:00.867Z | INFO Aug 29 16:16:59.474 adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 29 16:16:59.474DEBG |
| 4437 | 2026-08-29T16:17:00.867Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4438 | 2026-08-29T16:17:00.867Z | reset freemapDEBG, Aug 29 16:16:59.474unitAug 29 16:16:59.474reset freemap: , DEBG unit freemap_route_ipv4replacing 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 } }]: |
| 4439 | 2026-08-29T16:17:00.867Z | |
| 4440 | 2026-08-29T16:17:00.867Z | DEBG freemap_route_ipv4 |
| 4441 | 2026-08-29T16:17:00.867Z | 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 } }] |
| 4442 | 2026-08-29T16:17:00.867Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:16:59.474initted freemap. size: 64 , DEBGAug 29 16:16:59.474 |
| 4443 | 2026-08-29T16:17:00.867Z | unit:initted freemap. size: 64 , unitfreemap_route_ipv6:INFO |
| 4444 | 2026-08-29T16:17:00.867Z | freemap_route_ipv6 |
| 4445 | 2026-08-29T16:17:00.867Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4446 | 2026-08-29T16:17:00.867Z | DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG reset freemapreplacing 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 } }], |
| 4447 | 2026-08-29T16:17:00.867Z | unit :reset freemap , freemap_route_ipv6unit |
| 4448 | 2026-08-29T16:17:00.867Z | |
| 4449 | 2026-08-29T16:17:00.868Z | : freemap_route_ipv6 |
| 4450 | 2026-08-29T16:17:00.868Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4451 | 2026-08-29T16:17:00.868Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4452 | 2026-08-29T16:17:00.868Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4453 | 2026-08-29T16:17:00.868Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 DEBG DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4454 | 2026-08-29T16:17:00.868Z | |
| 4455 | 2026-08-29T16:17:00.868Z | 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 } }] |
| 4456 | 2026-08-29T16:17:00.869Z | |
| 4457 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4458 | 2026-08-29T16:17:00.869Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.474 INFO |
| 4459 | 2026-08-29T16:17:00.869Z | DEBG Aug 29 16:16:59.474 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4460 | 2026-08-29T16:17:00.869Z | |
| 4461 | 2026-08-29T16:17:00.869Z | DEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474 |
| 4462 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4463 | 2026-08-29T16:17:00.869Z | |
| 4464 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4465 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGINFO Aug 29 16:16:59.474replacing 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 } }] |
| 4466 | 2026-08-29T16:17:00.869Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4467 | 2026-08-29T16:17:00.869Z | 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 } }] |
| 4468 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474INFOAug 29 16:16:59.474 DEBGINFOadding route 3fff:beef:b::/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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4469 | 2026-08-29T16:17:00.869Z | |
| 4470 | 2026-08-29T16:17:00.869Z | |
| 4471 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 DEBG Aug 29 16:16:59.474replacing 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 } }] |
| 4472 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4473 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 |
| 4474 | 2026-08-29T16:17:00.869Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4475 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4476 | 2026-08-29T16:17:00.869Z | |
| 4477 | 2026-08-29T16:17:00.869Z | Aug 29 16:16:59.474 DEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474Aug 29 16:16:59.474 |
| 4478 | 2026-08-29T16:17:00.903Z | INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4479 | 2026-08-29T16:17:00.904Z | 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 29 16:16:59.474 |
| 4480 | 2026-08-29T16:17:00.904Z | INFOAug 29 16:16:59.474Aug 29 16:16:59.474 adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 4481 | 2026-08-29T16:17:00.904Z | DEBG adding route 3fff:beef:19::/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 } }] |
| 4482 | 2026-08-29T16:17:00.904Z | |
| 4483 | 2026-08-29T16:17:00.904Z | Aug 29 16:16:59.474 DEBGAug 29 16:16:59.474Aug 29 16:16:59.474 INFO 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4484 | 2026-08-29T16:17:00.904Z | |
| 4485 | 2026-08-29T16:17:00.913Z | 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 } }] |
| 4486 | 2026-08-29T16:17:00.914Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 INFODEBG 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 } }] |
| 4487 | 2026-08-29T16:17:00.914Z | Aug 29 16:16:59.474 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4488 | 2026-08-29T16:17:00.914Z | Aug 29 16:16:59.474 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 } }] |
| 4489 | 2026-08-29T16:17:00.914Z | Aug 29 16:16:59.474 INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4490 | 2026-08-29T16:17:00.915Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4491 | 2026-08-29T16:17:00.915Z | Aug 29 16:16:59.474 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 } }] |
| 4492 | 2026-08-29T16:17:00.915Z | Aug 29 16:16:59.474 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:16:59.474 |
| 4493 | 2026-08-29T16:17:00.916Z | DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474 |
| 4494 | 2026-08-29T16:17:00.916Z | 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 } }] |
| 4495 | 2026-08-29T16:17:00.916Z | Aug 29 16:16:59.474 INFO Aug 29 16:16:59.474adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4496 | 2026-08-29T16:17:00.916Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4497 | 2026-08-29T16:17:00.917Z | Aug 29 16:16:59.474 DEBG Aug 29 16:16:59.474replacing 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 } }] |
| 4498 | 2026-08-29T16:17:00.917Z | 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 } }] |
| 4499 | 2026-08-29T16:17:00.917Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4500 | 2026-08-29T16:17:00.917Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4501 | 2026-08-29T16:17:01.785Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 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: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 } }] |
| 4502 | 2026-08-29T16:17:01.785Z | Aug 29 16:16:59.474 |
| 4503 | 2026-08-29T16:17:01.785Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.474 |
| 4504 | 2026-08-29T16:17:01.785Z | Aug 29 16:16:59.474 INFOINFO Aug 29 16:16:59.474adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4505 | 2026-08-29T16:17:01.785Z | INFO |
| 4506 | 2026-08-29T16:17:01.785Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4507 | 2026-08-29T16:17:01.785Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4508 | 2026-08-29T16:17:01.785Z | |
| 4509 | 2026-08-29T16:17:01.785Z | |
| 4510 | 2026-08-29T16:17:01.785Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFO INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4511 | 2026-08-29T16:17:01.785Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4512 | 2026-08-29T16:17:01.786Z | |
| 4513 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474 DEBG Aug 29 16:16:59.474Aug 29 16:16:59.474replacing 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 } }] |
| 4514 | 2026-08-29T16:17:01.786Z | DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4515 | 2026-08-29T16:17:01.786Z | |
| 4516 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 INFOINFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4517 | 2026-08-29T16:17:01.786Z | |
| 4518 | 2026-08-29T16:17:01.786Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4519 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 Aug 29 16:16:59.474 DEBGDEBGDEBG 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 } }] |
| 4520 | 2026-08-29T16:17:01.786Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4521 | 2026-08-29T16:17:01.786Z | |
| 4522 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4523 | 2026-08-29T16:17:01.786Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4524 | 2026-08-29T16:17:01.786Z | |
| 4525 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474 DEBGAug 29 16:16:59.474 Aug 29 16:16:59.474replacing 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 |
| 4526 | 2026-08-29T16:17:01.786Z | 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 } }]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 } }] |
| 4527 | 2026-08-29T16:17:01.786Z | |
| 4528 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFOINFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4529 | 2026-08-29T16:17:01.786Z | |
| 4530 | 2026-08-29T16:17:01.786Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4531 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBGDEBG 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: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 } }] |
| 4532 | 2026-08-29T16:17:01.786Z | |
| 4533 | 2026-08-29T16:17:01.786Z | 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 } }] |
| 4534 | 2026-08-29T16:17:01.786Z | Aug 29 16:16:59.474Aug 29 16:16:59.474 INFOAug 29 16:16:59.474 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4535 | 2026-08-29T16:17:01.786Z | |
| 4536 | 2026-08-29T16:17:01.786Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4537 | 2026-08-29T16:17:01.787Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4538 | 2026-08-29T16:17:01.787Z | 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 } }] |
| 4539 | 2026-08-29T16:17:01.787Z | 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 } }] |
| 4540 | 2026-08-29T16:17:01.787Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474INFO Aug 29 16:16:59.474INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4541 | 2026-08-29T16:17:01.787Z | |
| 4542 | 2026-08-29T16:17:01.787Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4543 | 2026-08-29T16:17:01.787Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474DEBG Aug 29 16:16:59.474replacing 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 } }] |
| 4544 | 2026-08-29T16:17:01.787Z | 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: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 } }] |
| 4545 | 2026-08-29T16:17:01.787Z | |
| 4546 | 2026-08-29T16:17:01.787Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4547 | 2026-08-29T16:17:01.787Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4548 | 2026-08-29T16:17:01.787Z | |
| 4549 | 2026-08-29T16:17:01.787Z | Aug 29 16:16:59.474 Aug 29 16:16:59.474Aug 29 16:16:59.474DEBG DEBGDEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4550 | 2026-08-29T16:17:01.788Z | |
| 4551 | 2026-08-29T16:17:01.788Z | |
| 4552 | 2026-08-29T16:17:01.788Z | Aug 29 16:16:59.474Aug 29 16:16:59.474Aug 29 16:16:59.474 INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4553 | 2026-08-29T16:17:01.788Z | |
| 4554 | 2026-08-29T16:17:01.788Z | |
| 4555 | 2026-08-29T16:17:01.788Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475DEBG DEBG 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: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 } }] |
| 4556 | 2026-08-29T16:17:01.788Z | |
| 4557 | 2026-08-29T16:17:01.789Z | 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 } }] |
| 4558 | 2026-08-29T16:17:01.789Z | Aug 29 16:16:59.475Aug 29 16:16:59.475Aug 29 16:16:59.475 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4559 | 2026-08-29T16:17:01.789Z | |
| 4560 | 2026-08-29T16:17:01.789Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4561 | 2026-08-29T16:17:01.789Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBG Aug 29 16:16:59.475 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: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 |
| 4562 | 2026-08-29T16:17:01.789Z | |
| 4563 | 2026-08-29T16:17:01.789Z | 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 } }] |
| 4564 | 2026-08-29T16:17:01.789Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 INFOINFO Aug 29 16:16:59.475adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4565 | 2026-08-29T16:17:01.789Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4566 | 2026-08-29T16:17:01.789Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4567 | 2026-08-29T16:17:01.789Z | Aug 29 16:16:59.475 DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475 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 } }]DEBGDEBG |
| 4568 | 2026-08-29T16:17:01.790Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4569 | 2026-08-29T16:17:01.790Z | |
| 4570 | 2026-08-29T16:17:01.790Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4571 | 2026-08-29T16:17:01.790Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4572 | 2026-08-29T16:17:01.790Z | |
| 4573 | 2026-08-29T16:17:01.790Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4574 | 2026-08-29T16:17:01.790Z | 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: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 } }] |
| 4575 | 2026-08-29T16:17:01.790Z | |
| 4576 | 2026-08-29T16:17:01.790Z | Aug 29 16:16:59.475 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:16:59.475Aug 29 16:16:59.475 |
| 4577 | 2026-08-29T16:17:01.791Z | INFO INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:16:59.475adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4578 | 2026-08-29T16:17:01.791Z | |
| 4579 | 2026-08-29T16:17:01.791Z | DEBG Aug 29 16:16:59.475replacing 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 } }] |
| 4580 | 2026-08-29T16:17:01.791Z | DEBG Aug 29 16:16:59.475replacing 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 } }] |
| 4581 | 2026-08-29T16:17:01.791Z | DEBGAug 29 16:16:59.475 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4582 | 2026-08-29T16:17:01.791Z | Aug 29 16:16:59.475adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4583 | 2026-08-29T16:17:01.792Z | INFOAug 29 16:16:59.475 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 4584 | 2026-08-29T16:17:01.792Z | Aug 29 16:16:59.475adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4585 | 2026-08-29T16:17:01.792Z | DEBG Aug 29 16:16:59.475replacing 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 } }] |
| 4586 | 2026-08-29T16:17:01.792Z | DEBGAug 29 16:16:59.475 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4587 | 2026-08-29T16:17:01.792Z | Aug 29 16:16:59.475replacing 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 } }] |
| 4588 | 2026-08-29T16:17:01.792Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4589 | 2026-08-29T16:17:01.792Z | Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4590 | 2026-08-29T16:17:01.792Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 29 16:16:59.475Aug 29 16:16:59.475 |
| 4591 | 2026-08-29T16:17:01.792Z | 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 } }]Aug 29 16:16:59.475 |
| 4592 | 2026-08-29T16:17:01.792Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4593 | 2026-08-29T16:17:01.792Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475 |
| 4594 | 2026-08-29T16:17:01.792Z | Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4595 | 2026-08-29T16:17:01.792Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4596 | 2026-08-29T16:17:01.793Z | INFOAug 29 16:16:59.475 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 4597 | 2026-08-29T16:17:01.793Z | Aug 29 16:16:59.475 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4598 | 2026-08-29T16:17:01.793Z | Aug 29 16:16:59.475replacing 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 } }] |
| 4599 | 2026-08-29T16:17:01.793Z | DEBGAug 29 16:16:59.475 replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4600 | 2026-08-29T16:17:01.793Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-29T16:17:01.799Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO Aug 29 16:16:59.475INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4602 | 2026-08-29T16:17:01.799Z | DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4603 | 2026-08-29T16:17:01.799Z | 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 29 16:16:59.475 |
| 4604 | 2026-08-29T16:17:01.799Z | 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 } }] |
| 4605 | 2026-08-29T16:17:01.799Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 INFOAug 29 16:16:59.475 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4606 | 2026-08-29T16:17:01.799Z | |
| 4607 | 2026-08-29T16:17:01.799Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4608 | 2026-08-29T16:17:01.799Z | 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 } }]Aug 29 16:16:59.475INFO Aug 29 16:16:59.475 |
| 4609 | 2026-08-29T16:17:01.799Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:16:59.475adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG INFO |
| 4610 | 2026-08-29T16:17:01.799Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4611 | 2026-08-29T16:17:01.800Z | |
| 4612 | 2026-08-29T16:17:01.800Z | |
| 4613 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 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 29 16:16:59.475 |
| 4614 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.475 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 |
| 4615 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 DEBGINFO |
| 4616 | 2026-08-29T16:17:01.800Z | 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 29 16:16:59.475 |
| 4617 | 2026-08-29T16:17:01.800Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFO created new freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4618 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 |
| 4619 | 2026-08-29T16:17:01.800Z | , unit INFO:Aug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBGAug 29 16:16:59.475 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 } }] |
| 4620 | 2026-08-29T16:17:01.800Z | DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4621 | 2026-08-29T16:17:01.800Z | |
| 4622 | 2026-08-29T16:17:01.800Z | 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 29 16:16:59.475 |
| 4623 | 2026-08-29T16:17:01.800Z | INFOAug 29 16:16:59.475 Aug 29 16:16:59.475adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4624 | 2026-08-29T16:17:01.800Z | DEBGINFO Aug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4625 | 2026-08-29T16:17:01.800Z | DEBGINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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: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 } }] |
| 4626 | 2026-08-29T16:17:01.800Z | |
| 4627 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 |
| 4628 | 2026-08-29T16:17:01.800Z | DEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475Aug 29 16:16:59.475Aug 29 16:16:59.475 INFO |
| 4629 | 2026-08-29T16:17:01.800Z | INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4630 | 2026-08-29T16:17:01.800Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 29 16:16:59.475DEBG INFOfreemap_route_ipv4 |
| 4631 | 2026-08-29T16:17:01.800Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4632 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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 |
| 4633 | 2026-08-29T16:17:01.800Z | created new freemap, unitAug 29 16:16:59.475: INFOfreemap_route_ipv6 |
| 4634 | 2026-08-29T16:17:01.800Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4635 | 2026-08-29T16:17:01.800Z | Aug 29 16:16:59.475 DEBG initted freemap. size: 64Aug 29 16:16:59.475, 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_ipv4 |
| 4636 | 2026-08-29T16:17:01.800Z | |
| 4637 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4638 | 2026-08-29T16:17:01.801Z | DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475 reset freemapDEBG , unitDEBGreplacing 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: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 } }] |
| 4639 | 2026-08-29T16:17:01.801Z | freemap_route_ipv4 |
| 4640 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4641 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4642 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4643 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 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 } }] |
| 4644 | 2026-08-29T16:17:01.801Z | 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 } }] |
| 4645 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 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 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-29T16:17:01.801Z | |
| 4647 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4649 | 2026-08-29T16:17:01.801Z | |
| 4650 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4651 | 2026-08-29T16:17:01.801Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4652 | 2026-08-29T16:17:01.801Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475 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: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 } }] |
| 4653 | 2026-08-29T16:17:01.802Z | |
| 4654 | 2026-08-29T16:17:01.802Z | |
| 4655 | 2026-08-29T16:17:01.802Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 Aug 29 16:16:59.475 INFODEBG INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4656 | 2026-08-29T16:17:01.802Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4657 | 2026-08-29T16:17:01.802Z | |
| 4658 | 2026-08-29T16:17:01.802Z | Aug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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 } }]DEBGAug 29 16:16:59.475 |
| 4659 | 2026-08-29T16:17:01.802Z | test route::tests::grow_succeeds ... ok |
| 4660 | 2026-08-29T16:17:01.802Z | 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 } }] |
| 4661 | 2026-08-29T16:17:01.802Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4662 | 2026-08-29T16:17:01.802Z | Aug 29 16:16:59.475 INFOAug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 4663 | 2026-08-29T16:17:01.802Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4664 | 2026-08-29T16:17:01.802Z | 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 29 16:16:59.475 |
| 4665 | 2026-08-29T16:17:01.802Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475 |
| 4666 | 2026-08-29T16:17:01.802Z | 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 } }] |
| 4667 | 2026-08-29T16:17:01.802Z | Aug 29 16:16:59.475 INFO Aug 29 16:16:59.475Aug 29 16:16:59.475 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 4668 | 2026-08-29T16:17:01.802Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff Aug 29 16:16:59.475adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-29T16:17:01.804Z | DEBG |
| 4670 | 2026-08-29T16:17:01.804Z | 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 } }] |
| 4671 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475Aug 29 16:16:59.475 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:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4672 | 2026-08-29T16:17:01.804Z | |
| 4673 | 2026-08-29T16:17:01.804Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff Aug 29 16:16:59.475replacing 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 } }] |
| 4675 | 2026-08-29T16:17:01.804Z | INFO |
| 4676 | 2026-08-29T16:17:01.804Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4677 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4678 | 2026-08-29T16:17:01.804Z | DEBGAug 29 16:16:59.475 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 } }]DEBGAug 29 16:16:59.475 |
| 4679 | 2026-08-29T16:17:01.804Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4680 | 2026-08-29T16:17:01.804Z | 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 } }] |
| 4681 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO INFOAug 29 16:16:59.475adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4682 | 2026-08-29T16:17:01.804Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4683 | 2026-08-29T16:17:01.804Z | |
| 4684 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 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 29 16:16:59.475 |
| 4685 | 2026-08-29T16:17:01.804Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.475 |
| 4686 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 INFODEBGAug 29 16:16:59.475 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4687 | 2026-08-29T16:17:01.804Z | INFO adding route 3fff:beef:22::/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 } }] |
| 4688 | 2026-08-29T16:17:01.804Z | |
| 4689 | 2026-08-29T16:17:01.804Z | Aug 29 16:16:59.475 DEBG Aug 29 16:16:59.475replacing 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 } }] |
| 4690 | 2026-08-29T16:17:01.804Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4691 | 2026-08-29T16:17:01.805Z | DEBGAug 29 16:16:59.475 Aug 29 16:16:59.475replacing 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 |
| 4692 | 2026-08-29T16:17:01.805Z | 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 } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4693 | 2026-08-29T16:17:01.805Z | |
| 4694 | 2026-08-29T16:17:01.805Z | Aug 29 16:16:59.475 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4695 | 2026-08-29T16:17:01.805Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4696 | 2026-08-29T16:17:01.805Z | Aug 29 16:16:59.475 DEBGDEBG Aug 29 16:16:59.475replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4697 | 2026-08-29T16:17:01.805Z | |
| 4698 | 2026-08-29T16:17:01.805Z | 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 } }] |
| 4699 | 2026-08-29T16:17:01.805Z | Aug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4700 | 2026-08-29T16:17:01.805Z | Aug 29 16:16:59.475INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4701 | 2026-08-29T16:17:01.811Z | |
| 4702 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475 DEBGAug 29 16:16:59.475 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 |
| 4703 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475replacing 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 } }] |
| 4704 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475DEBG 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 |
| 4705 | 2026-08-29T16:17:01.811Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4706 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4707 | 2026-08-29T16:17:01.811Z | DEBGAug 29 16:16:59.475 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 |
| 4708 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4709 | 2026-08-29T16:17:01.811Z | 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 } }] |
| 4710 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475Aug 29 16:16:59.475 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 } }]Aug 29 16:16:59.475 |
| 4711 | 2026-08-29T16:17:01.811Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4712 | 2026-08-29T16:17:01.811Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4713 | 2026-08-29T16:17:01.811Z | Aug 29 16:16:59.475 INFO Aug 29 16:16:59.475adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4714 | 2026-08-29T16:17:01.812Z | DEBGAug 29 16:16:59.475 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 |
| 4715 | 2026-08-29T16:17:01.812Z | Aug 29 16:16:59.475 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 |
| 4716 | 2026-08-29T16:17:01.812Z | 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 29 16:16:59.475 |
| 4717 | 2026-08-29T16:17:01.812Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 29 16:16:59.475 |
| 4718 | 2026-08-29T16:17:01.812Z | Aug 29 16:16:59.475INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4719 | 2026-08-29T16:17:01.812Z | Aug 29 16:16:59.475adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4720 | 2026-08-29T16:17:01.812Z | 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 } }] |
| 4721 | 2026-08-29T16:17:01.812Z | Aug 29 16:16:59.475 DEBG Aug 29 16:16:59.475replacing 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 } }] |
| 4722 | 2026-08-29T16:17:01.812Z | INFOAug 29 16:16:59.475 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 4723 | 2026-08-29T16:17:01.812Z | Aug 29 16:16:59.475 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 29 16:16:59.475 |
| 4724 | 2026-08-29T16:17:01.812Z | INFODEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-29T16:17:01.813Z | |
| 4726 | 2026-08-29T16:17:01.813Z | Aug 29 16:16:59.475 Aug 29 16:16:59.475INFO DEBG Aug 29 16:16:59.476replacing 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 } }] |
| 4727 | 2026-08-29T16:17:01.813Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 4728 | 2026-08-29T16:17:01.813Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:16:59.476 |
| 4729 | 2026-08-29T16:17:01.813Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:16:59.476 |
| 4730 | 2026-08-29T16:17:01.814Z | 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 29 16:16:59.476 |
| 4731 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476DEBG 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 } }] |
| 4732 | 2026-08-29T16:17:01.814Z | 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 } }] |
| 4733 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476 INFOAug 29 16:16:59.476 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 4734 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4735 | 2026-08-29T16:17:01.814Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4736 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476Aug 29 16:16:59.476 DEBGDEBG Aug 29 16:16:59.476 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 } }] |
| 4737 | 2026-08-29T16:17:01.814Z | 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 } }] |
| 4738 | 2026-08-29T16:17:01.814Z | 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 } }] |
| 4739 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476 INFO Aug 29 16:16:59.476adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4740 | 2026-08-29T16:17:01.814Z | INFOAug 29 16:16:59.476 |
| 4741 | 2026-08-29T16:17:01.814Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 29 16:16:59.476 |
| 4742 | 2026-08-29T16:17:01.814Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.476 |
| 4743 | 2026-08-29T16:17:01.814Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4744 | 2026-08-29T16:17:01.814Z | Aug 29 16:16:59.476replacing 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 } }] |
| 4745 | 2026-08-29T16:17:01.814Z | INFO Aug 29 16:16:59.476Aug 29 16:16:59.476 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 29 16:16:59.476INFO |
| 4746 | 2026-08-29T16:17:01.815Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-29T16:17:01.815Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4748 | 2026-08-29T16:17:01.816Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.476 |
| 4749 | 2026-08-29T16:17:01.816Z | Aug 29 16:16:59.476DEBG 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 } }]DEBGAug 29 16:16:59.476Aug 29 16:16:59.476 |
| 4750 | 2026-08-29T16:17:01.816Z | INFODEBGreplacing 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:2c::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-29T16:17:01.816Z | |
| 4752 | 2026-08-29T16:17:01.816Z | Aug 29 16:16:59.476replacing 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 } }] |
| 4753 | 2026-08-29T16:17:01.816Z | INFO Aug 29 16:16:59.476adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-29T16:17:01.816Z | INFOAug 29 16:16:59.476 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 4755 | 2026-08-29T16:17:01.816Z | Aug 29 16:16:59.476 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 } }]INFOAug 29 16:16:59.476 |
| 4756 | 2026-08-29T16:17:01.816Z | 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 3fff:beef:34::/64 -> 2001:db8::55:ffAug 29 16:16:59.476 |
| 4757 | 2026-08-29T16:17:01.816Z | Aug 29 16:16:59.476 |
| 4758 | 2026-08-29T16:17:01.816Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4759 | 2026-08-29T16:17:01.816Z | DEBGINFO Aug 29 16:16:59.476adding route 3fff:beef:2d::/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 } }] |
| 4760 | 2026-08-29T16:17:01.816Z | |
| 4761 | 2026-08-29T16:17:01.817Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4762 | 2026-08-29T16:17:01.819Z | INFO Aug 29 16:16:59.476adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.476Aug 29 16:16:59.476 DEBG INFO DEBGAug 29 16:16:59.476 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 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 } }] |
| 4764 | 2026-08-29T16:17:01.819Z | adding route 3fff:beef:22::/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 } }] |
| 4765 | 2026-08-29T16:17:01.819Z | |
| 4766 | 2026-08-29T16:17:01.819Z | |
| 4767 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.476 INFOAug 29 16:16:59.476Aug 29 16:16:59.476 Aug 29 16:16:59.476 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4768 | 2026-08-29T16:17:01.819Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4769 | 2026-08-29T16:17:01.819Z | |
| 4770 | 2026-08-29T16:17:01.819Z | 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 } }] |
| 4771 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.476Aug 29 16:16:59.476Aug 29 16:16:59.476 DEBG DEBGreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.476DEBG |
| 4772 | 2026-08-29T16:17:01.819Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 29 16:16:59.476 |
| 4773 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.477Aug 29 16:16:59.477 DEBGAug 29 16:16:59.488 created new freemap INFODEBG , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunitcreated new freemap |
| 4774 | 2026-08-29T16:17:01.819Z | :, unit:freemap_route_ipv4 |
| 4775 | 2026-08-29T16:17:01.819Z | freemap_route_ipv4 |
| 4776 | 2026-08-29T16:17:01.819Z | INFO Aug 29 16:16:59.476 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 29 16:16:59.488Aug 29 16:16:59.488adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4777 | 2026-08-29T16:17:01.819Z | created new freemap DEBGDEBG |
| 4778 | 2026-08-29T16:17:01.819Z | created new freemap created new freemap, , unitunit::, freemap_route_ipv6unitfreemap_route_ipv6 |
| 4779 | 2026-08-29T16:17:01.819Z | |
| 4780 | 2026-08-29T16:17:01.819Z | : freemap_route_ipv4 |
| 4781 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBGDEBG initted freemap. size: 64replacing 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 29 16:16:59.488 |
| 4782 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.488DEBGunit DEBGAug 29 16:16:59.488Aug 29 16:16:59.488 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 } }]INFOinitted freemap. size: 64 |
| 4783 | 2026-08-29T16:17:01.819Z | :adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4784 | 2026-08-29T16:17:01.819Z | , freemap_route_ipv4 |
| 4785 | 2026-08-29T16:17:01.819Z | unit :DEBGAug 29 16:16:59.488 Aug 29 16:16:59.488freemap_route_ipv4 |
| 4786 | 2026-08-29T16:17:01.819Z | DEBGcreated new freemap Aug 29 16:16:59.488, unitDEBG: Aug 29 16:16:59.488 reset freemapDEBG, unitfreemap_route_ipv6reset freemapINFO, :adding route 3fff:beef:37::/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 } }] |
| 4787 | 2026-08-29T16:17:01.819Z | |
| 4788 | 2026-08-29T16:17:01.819Z | |
| 4789 | 2026-08-29T16:17:01.819Z | unit: freemap_route_ipv4freemap_route_ipv4 |
| 4790 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.488 |
| 4791 | 2026-08-29T16:17:01.819Z | Aug 29 16:16:59.488DEBGAug 29 16:16:59.488 DEBGAug 29 16:16:59.488INFO Aug 29 16:16:59.488 DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG initted freemap. size: 64 |
| 4792 | 2026-08-29T16:17:01.819Z | 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 } }] initted freemap. size: 64initted freemap. size: 64, |
| 4793 | 2026-08-29T16:17:01.819Z | , unit, Aug 29 16:16:59.488unit :Aug 29 16:16:59.488DEBG freemap_route_ipv6: unitreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO: |
| 4794 | 2026-08-29T16:17:01.819Z | freemap_route_ipv4 freemap_route_ipv6 |
| 4795 | 2026-08-29T16:17:01.819Z | |
| 4796 | 2026-08-29T16:17:01.820Z | |
| 4797 | 2026-08-29T16:17:01.820Z | Aug 29 16:16:59.488 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:16:59.488 |
| 4798 | 2026-08-29T16:17:01.820Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBGDEBG reset freemapreset freemap , , DEBGunit :reset freemapunitAug 29 16:16:59.488: , freemap_route_ipv6 |
| 4799 | 2026-08-29T16:17:01.820Z | freemap_route_ipv4DEBGunit |
| 4800 | 2026-08-29T16:17:01.820Z | : Aug 29 16:16:59.488freemap_route_ipv6 |
| 4801 | 2026-08-29T16:17:01.824Z | Aug 29 16:16:59.488replacing 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 |
| 4802 | 2026-08-29T16:17:01.824Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4803 | 2026-08-29T16:17:01.824Z | Aug 29 16:16:59.488 initted freemap. size: 64 Aug 29 16:16:59.488INFOAug 29 16:16:59.488 adding route 3fff:dead::/64 -> 2001:db8::55:1, DEBG |
| 4804 | 2026-08-29T16:17:01.824Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 4805 | 2026-08-29T16:17:01.824Z | INFO: Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBG INFOfreemap_route_ipv6adding route 3fff:beef:39::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4806 | 2026-08-29T16:17:01.824Z | |
| 4807 | 2026-08-29T16:17:01.824Z | |
| 4808 | 2026-08-29T16:17:01.824Z | |
| 4809 | 2026-08-29T16:17:01.824Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 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:dead::/64 -> 2001:db8::55:2 |
| 4810 | 2026-08-29T16:17:01.824Z | |
| 4811 | 2026-08-29T16:17:01.825Z | Aug 29 16:16:59.488 DEBGINFO Aug 29 16:16:59.488reset freemap Aug 29 16:16:59.488Aug 29 16:16:59.488DEBG, unitINFO : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6 |
| 4812 | 2026-08-29T16:17:01.825Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4813 | 2026-08-29T16:17:01.825Z | |
| 4814 | 2026-08-29T16:17:01.825Z | 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 } }] |
| 4815 | 2026-08-29T16:17:01.825Z | |
| 4816 | 2026-08-29T16:17:01.825Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 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 } }, NextHop { asic_port_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 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488INFO |
| 4817 | 2026-08-29T16:17:01.825Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4818 | 2026-08-29T16:17:01.826Z | |
| 4819 | 2026-08-29T16:17:01.826Z | Aug 29 16:16:59.488 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:16:59.488 |
| 4820 | 2026-08-29T16:17:01.826Z | DEBG Aug 29 16:16:59.488replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4821 | 2026-08-29T16:17:01.826Z | Aug 29 16:16:59.488 |
| 4822 | 2026-08-29T16:17:01.826Z | 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 } }]DEBGDEBGAug 29 16:16:59.488 |
| 4823 | 2026-08-29T16:17:01.826Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 4824 | 2026-08-29T16:17:01.826Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4825 | 2026-08-29T16:17:01.826Z | 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 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488DEBG DEBGDEBG Aug 29 16:16:59.488 |
| 4826 | 2026-08-29T16:17:01.826Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4827 | 2026-08-29T16:17:01.826Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4828 | 2026-08-29T16:17:01.826Z | 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 29 16:16:59.488adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4829 | 2026-08-29T16:17:01.826Z | DEBG |
| 4830 | 2026-08-29T16:17:01.826Z | Aug 29 16:16:59.488replacing targets for 3fff:dead::/64 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 29 16:16:59.488 |
| 4831 | 2026-08-29T16:17:01.828Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Aug 29 16:16:59.488 |
| 4832 | 2026-08-29T16:17:01.828Z | Aug 29 16:16:59.488 WARN adding route 3fff:beef:27::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 4833 | 2026-08-29T16:17:01.828Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4834 | 2026-08-29T16:17:01.828Z | |
| 4835 | 2026-08-29T16:17:01.828Z | Aug 29 16:16:59.488 Aug 29 16:16:59.488INFO Aug 29 16:16:59.488ERRO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 4836 | 2026-08-29T16:17:01.828Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4837 | 2026-08-29T16:17:01.828Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4838 | 2026-08-29T16:17:01.828Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 DEBGAug 29 16:16:59.488ERRO DEBG Aug 29 16:16:59.488 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 itreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4839 | 2026-08-29T16:17:01.828Z | |
| 4840 | 2026-08-29T16:17:01.828Z | 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 } }] |
| 4841 | 2026-08-29T16:17:01.828Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:16:59.488 |
| 4842 | 2026-08-29T16:17:01.828Z | INFOAug 29 16:16:59.488 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 29 16:16:59.488 |
| 4843 | 2026-08-29T16:17:01.830Z | DEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.476 |
| 4844 | 2026-08-29T16:17:01.830Z | Aug 29 16:16:59.488DEBG DEBGAug 29 16:16:59.488created new freemap , INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4845 | 2026-08-29T16:17:01.830Z | unitadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff: |
| 4846 | 2026-08-29T16:17:01.830Z | adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv4 |
| 4847 | 2026-08-29T16:17:01.830Z | |
| 4848 | 2026-08-29T16:17:01.830Z | Aug 29 16:16:59.488Aug 29 16:16:59.488Aug 29 16:16:59.488 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 } }] Aug 29 16:16:59.488replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4849 | 2026-08-29T16:17:01.830Z | INFODEBG |
| 4850 | 2026-08-29T16:17:01.830Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffcreated new freemap |
| 4851 | 2026-08-29T16:17:01.830Z | , unit:Aug 29 16:16:59.488 freemap_route_ipv6Aug 29 16:16:59.488 |
| 4852 | 2026-08-29T16:17:01.830Z | INFO DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:3e::/64 -> 2001:db8::55:ff |
| 4853 | 2026-08-29T16:17:01.830Z | Aug 29 16:16:59.488 |
| 4854 | 2026-08-29T16:17:01.830Z | DEBGAug 29 16:16:59.488Aug 29 16:16:59.488 initted freemap. size: 64WARNAug 29 16:16:59.488 , shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit : |
| 4855 | 2026-08-29T16:17:01.830Z | freemap_route_ipv4DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4856 | 2026-08-29T16:17:01.833Z | |
| 4857 | 2026-08-29T16:17:01.833Z | 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 29 16:16:59.488 |
| 4858 | 2026-08-29T16:17:01.833Z | INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 4859 | 2026-08-29T16:17:01.833Z | Aug 29 16:16:59.488 INFO Aug 29 16:16:59.488adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffAug 29 16:16:59.488Aug 29 16:16:59.488 |
| 4860 | 2026-08-29T16:17:01.833Z | DEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4861 | 2026-08-29T16:17:01.833Z | DEBG |
| 4862 | 2026-08-29T16:17:01.833Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4863 | 2026-08-29T16:17:01.833Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4864 | 2026-08-29T16:17:01.833Z | test route::tests::identity_replace_is_noop ... ok |
| 4865 | 2026-08-29T16:17:01.833Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4866 | 2026-08-29T16:17:01.833Z | Aug 29 16:16:59.488Aug 29 16:16:59.488 Aug 29 16:16:59.488INFOAug 29 16:16:59.488 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 4867 | 2026-08-29T16:17:01.833Z | 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 } }]failed to allocate space for the new target list |
| 4868 | 2026-08-29T16:17:01.833Z | Aug 29 16:16:59.488 |
| 4869 | 2026-08-29T16:17:01.833Z | DEBG Aug 29 16:16:59.488replacing 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 } }] |
| 4870 | 2026-08-29T16:17:01.833Z | INFODEBG 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 29 16:16:59.488Aug 29 16:16:59.488 |
| 4871 | 2026-08-29T16:17:01.833Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 4872 | 2026-08-29T16:17:01.833Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 4873 | 2026-08-29T16:17:01.834Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4874 | 2026-08-29T16:17:01.834Z | Aug 29 16:16:59.489Aug 29 16:16:59.489Aug 29 16:16:59.519Aug 29 16:16:59.489 DEBGDEBGDEBG created new freemap , created new freemapunit, : unit :freemap_route_ipv4 DEBGfreemap_route_ipv4 |
| 4875 | 2026-08-29T16:17:01.834Z | |
| 4876 | 2026-08-29T16:17:01.834Z | failed to allocate space for the new target list |
| 4877 | 2026-08-29T16:17:01.834Z | |
| 4878 | 2026-08-29T16:17:01.834Z | Aug 29 16:16:59.488Aug 29 16:16:59.519 DEBGAug 29 16:16:59.519DEBG 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 } }]created new freemapDEBG |
| 4879 | 2026-08-29T16:17:01.834Z | Aug 29 16:16:59.519, created new freemapunit, :unitDEBG: freemap_route_ipv6Aug 29 16:16:59.519freemap_route_ipv6 |
| 4880 | 2026-08-29T16:17:01.834Z | |
| 4881 | 2026-08-29T16:17:01.834Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4882 | 2026-08-29T16:17:01.834Z | reset freemapAug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG, Aug 29 16:16:59.519initted freemap. size: 64initted freemap. size: 64 , , unitunit:DEBG: freemap_route_ipv4freemap_route_ipv4replacing 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 } }] |
| 4883 | 2026-08-29T16:17:01.834Z | |
| 4884 | 2026-08-29T16:17:01.834Z | |
| 4885 | 2026-08-29T16:17:01.834Z | unit: Aug 29 16:16:59.519Aug 29 16:16:59.519freemap_route_ipv4 |
| 4886 | 2026-08-29T16:17:01.834Z | DEBGDEBG reset freemapAug 29 16:16:59.519reset freemap , INFO, unitunit:: adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4887 | 2026-08-29T16:17:01.834Z | freemap_route_ipv4freemap_route_ipv4 |
| 4888 | 2026-08-29T16:17:01.834Z | |
| 4889 | 2026-08-29T16:17:01.834Z | Aug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 4890 | 2026-08-29T16:17:01.834Z | , Aug 29 16:16:59.519Aug 29 16:16:59.519unit: Aug 29 16:16:59.519created new freemapfreemap_route_ipv6 |
| 4891 | 2026-08-29T16:17:01.835Z | INFO, adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG unit |
| 4892 | 2026-08-29T16:17:01.835Z | DEBG: initted freemap. size: 64Aug 29 16:16:59.519, freemap_route_ipv4 unit |
| 4893 | 2026-08-29T16:17:01.835Z | : freemap_route_ipv6Aug 29 16:16:59.519 |
| 4894 | 2026-08-29T16:17:01.835Z | DEBG initted freemap. size: 64reset freemap , Aug 29 16:16:59.519unit :, DEBGAug 29 16:16:59.519 DEBGfreemap_route_ipv6unitreset freemapDEBG |
| 4895 | 2026-08-29T16:17:01.835Z | , created new freemap:, unitunit ::Aug 29 16:16:59.519replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO freemap_route_ipv6 |
| 4896 | 2026-08-29T16:17:01.835Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4897 | 2026-08-29T16:17:01.835Z | |
| 4898 | 2026-08-29T16:17:01.835Z | freemap_route_ipv6freemap_route_ipv6 |
| 4899 | 2026-08-29T16:17:01.835Z | |
| 4900 | 2026-08-29T16:17:01.835Z | Aug 29 16:16:59.519Aug 29 16:16:59.519Aug 29 16:16:59.519 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 } }]INFO |
| 4901 | 2026-08-29T16:17:01.839Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4902 | 2026-08-29T16:17:01.839Z | Aug 29 16:16:59.519 |
| 4903 | 2026-08-29T16:17:01.839Z | DEBG initted freemap. size: 64Aug 29 16:16:59.519, Aug 29 16:16:59.519unit :Aug 29 16:16:59.519INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4904 | 2026-08-29T16:17:01.839Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]freemap_route_ipv4 |
| 4905 | 2026-08-29T16:17:01.839Z | |
| 4906 | 2026-08-29T16:17:01.840Z | 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 29 16:16:59.519 |
| 4907 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519 Aug 29 16:16:59.519DEBGAug 29 16:16:59.519 INFOreset freemap DEBG, Aug 29 16:16:59.519unitadding route 172.16.0.0/32 -> 10.0.0.2 |
| 4908 | 2026-08-29T16:17:01.840Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 4909 | 2026-08-29T16:17:01.840Z | INFOAug 29 16:16:59.519 freemap_route_ipv4Aug 29 16:16:59.519 |
| 4910 | 2026-08-29T16:17:01.840Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4911 | 2026-08-29T16:17:01.840Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4912 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4913 | 2026-08-29T16:17:01.840Z | DEBGreset freemap |
| 4914 | 2026-08-29T16:17:01.840Z | initted freemap. size: 64, , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 29 16:16:59.519Aug 29 16:16:59.519 |
| 4915 | 2026-08-29T16:17:01.840Z | unitINFO unitadding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:16:59.519: |
| 4916 | 2026-08-29T16:17:01.840Z | freemap_route_ipv6INFOINFO |
| 4917 | 2026-08-29T16:17:01.840Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4918 | 2026-08-29T16:17:01.840Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4919 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519 DEBG :Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4920 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519 Aug 29 16:16:59.519 DEBGDEBGDEBGAug 29 16:16:59.519 reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 4921 | 2026-08-29T16:17:01.840Z | , 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.16.0.0/32 -> 10.0.0.4unit |
| 4922 | 2026-08-29T16:17:01.840Z | freemap_route_ipv6: |
| 4923 | 2026-08-29T16:17:01.840Z | |
| 4924 | 2026-08-29T16:17:01.840Z | freemap_route_ipv6Aug 29 16:16:59.519 |
| 4925 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519 DEBGDEBG Aug 29 16:16:59.519replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4926 | 2026-08-29T16:17:01.840Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Aug 29 16:16:59.519 |
| 4927 | 2026-08-29T16:17:01.840Z | INFOINFO Aug 29 16:16:59.519adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:16:59.519 |
| 4928 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.519INFO |
| 4929 | 2026-08-29T16:17:01.840Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1WARN |
| 4930 | 2026-08-29T16:17:01.840Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4931 | 2026-08-29T16:17:01.840Z | 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 } }] |
| 4932 | 2026-08-29T16:17:01.840Z | |
| 4933 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519Aug 29 16:16:59.519 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4934 | 2026-08-29T16:17:01.840Z | |
| 4935 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.519 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4936 | 2026-08-29T16:17:01.840Z | Aug 29 16:16:59.488Aug 29 16:16:59.519 Aug 29 16:16:59.519 INFOINFODEBG Aug 29 16:16:59.519 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 4937 | 2026-08-29T16:17:01.840Z | |
| 4938 | 2026-08-29T16:17:01.840Z | DEBG |
| 4939 | 2026-08-29T16:17:01.840Z | 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 29 16:16:59.519 |
| 4940 | 2026-08-29T16:17:01.841Z | Aug 29 16:16:59.488DEBGAug 29 16:16:59.519 Aug 29 16:16:59.519INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOINFO |
| 4941 | 2026-08-29T16:17:01.841Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4942 | 2026-08-29T16:17:01.841Z | |
| 4943 | 2026-08-29T16:17:01.841Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:16:59.519 |
| 4944 | 2026-08-29T16:17:01.841Z | Aug 29 16:16:59.519Aug 29 16:16:59.519 DEBGAug 29 16:16:59.519 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 } }]INFOAug 29 16:16:59.519DEBG |
| 4945 | 2026-08-29T16:17:01.841Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4946 | 2026-08-29T16:17:01.841Z | 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 } }] DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 4947 | 2026-08-29T16:17:01.841Z | |
| 4948 | 2026-08-29T16:17:01.841Z | Aug 29 16:16:59.519Aug 29 16:16:59.519Aug 29 16:16:59.519 INFO INFOINFOAug 29 16:16:59.519adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4949 | 2026-08-29T16:17:01.841Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 4950 | 2026-08-29T16:17:01.841Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:16:59.519replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4951 | 2026-08-29T16:17:01.841Z | Aug 29 16:16:59.519 |
| 4952 | 2026-08-29T16:17:01.842Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4953 | 2026-08-29T16:17:01.842Z | Aug 29 16:16:59.519replacing 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 29 16:16:59.519Aug 29 16:16:59.519 |
| 4954 | 2026-08-29T16:17:01.842Z | INFOINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4955 | 2026-08-29T16:17:01.842Z | |
| 4956 | 2026-08-29T16:17:01.842Z | Aug 29 16:16:59.519DEBG Aug 29 16:16:59.519INFO Aug 29 16:16:59.519replacing 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 } }] DEBG DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4957 | 2026-08-29T16:17:01.842Z | |
| 4958 | 2026-08-29T16:17:01.842Z | 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 } }] |
| 4959 | 2026-08-29T16:17:01.842Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:16:59.519 |
| 4960 | 2026-08-29T16:17:01.842Z | DEBGAug 29 16:16:59.519 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 29 16:16:59.519Aug 29 16:16:59.519 |
| 4961 | 2026-08-29T16:17:01.842Z | INFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4962 | 2026-08-29T16:17:01.842Z | INFO |
| 4963 | 2026-08-29T16:17:01.842Z | Aug 29 16:16:59.519 adding route 3fff:dead::/64 -> 2001:db8::55:2INFOAug 29 16:16:59.519 Aug 29 16:16:59.519adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 4964 | 2026-08-29T16:17:01.842Z | |
| 4965 | 2026-08-29T16:17:01.842Z | 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 } }]WARN |
| 4966 | 2026-08-29T16:17:01.842Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4967 | 2026-08-29T16:17:01.843Z | Aug 29 16:16:59.519Aug 29 16:16:59.519 INFODEBGAug 29 16:16:59.519 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:beef:36::/64 -> 2001:db8::55:ff |
| 4968 | 2026-08-29T16:17:01.843Z | |
| 4969 | 2026-08-29T16:17:01.843Z | 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 29 16:16:59.519 INFO Aug 29 16:16:59.520adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff Aug 29 16:16:59.519DEBG |
| 4970 | 2026-08-29T16:17:01.844Z | |
| 4971 | 2026-08-29T16:17:01.844Z | created new freemapDEBG created new freemap, |
| 4972 | 2026-08-29T16:17:01.844Z | , Aug 29 16:16:59.520unitunit: DEBGfreemap_route_ipv4: |
| 4973 | 2026-08-29T16:17:01.845Z | created new freemapfreemap_route_ipv4, |
| 4974 | 2026-08-29T16:17:01.845Z | unit: freemap_route_ipv4 |
| 4975 | 2026-08-29T16:17:01.845Z | Aug 29 16:16:59.519 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402 |
| 4976 | 2026-08-29T16:17:01.845Z | DEBGAug 29 16:17:00.402INFO INFOcreated new freemapadding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:17:00.402, |
| 4977 | 2026-08-29T16:17:01.845Z | unitadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff: |
| 4978 | 2026-08-29T16:17:01.845Z | DEBGAug 29 16:17:00.402freemap_route_ipv6 |
| 4979 | 2026-08-29T16:17:01.845Z | DEBGDEBG Aug 29 16:17:00.402 created new freemap DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402 |
| 4980 | 2026-08-29T16:17:01.845Z | 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 29 16:17:00.402replacing 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 } }] |
| 4981 | 2026-08-29T16:17:01.845Z | Aug 29 16:17:00.402 |
| 4982 | 2026-08-29T16:17:01.845Z | Aug 29 16:17:00.402INFO, Aug 29 16:17:00.402unitDEBG : INFOinitted freemap. size: 64 , Aug 29 16:17:00.402unitDEBGDEBG :created new freemap INFO , freemap_route_ipv4failed to allocate space for the new target list |
| 4983 | 2026-08-29T16:17:01.845Z | |
| 4984 | 2026-08-29T16:17:01.845Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4985 | 2026-08-29T16:17:01.846Z | Aug 29 16:17:00.402 |
| 4986 | 2026-08-29T16:17:01.846Z | Aug 29 16:17:00.402 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:17:00.402 |
| 4987 | 2026-08-29T16:17:01.846Z | unit |
| 4988 | 2026-08-29T16:17:01.846Z | reset freemap, unitDEBG:Aug 29 16:17:00.402 freemap_route_ipv4Aug 29 16:17:00.402 |
| 4989 | 2026-08-29T16:17:01.846Z | 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: |
| 4990 | 2026-08-29T16:17:01.846Z | freemap_route_ipv6 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 } }]DEBGAug 29 16:17:00.402 |
| 4991 | 2026-08-29T16:17:01.846Z | |
| 4992 | 2026-08-29T16:17:01.846Z | DEBGAug 29 16:17:00.402 initted freemap. size: 64 , INFOunit : adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:17:00.402 |
| 4993 | 2026-08-29T16:17:01.846Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4994 | 2026-08-29T16:17:01.846Z | Aug 29 16:17:00.402 |
| 4995 | 2026-08-29T16:17:01.846Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4996 | 2026-08-29T16:17:01.846Z | unitAug 29 16:17:00.402Aug 29 16:17:00.402 DEBG:DEBG Aug 29 16:17:00.402 freemap_route_ipv4reset freemap |
| 4997 | 2026-08-29T16:17:01.846Z | , 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 } }]unitAug 29 16:17:00.402: |
| 4998 | 2026-08-29T16:17:01.846Z | INFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4999 | 2026-08-29T16:17:01.846Z | |
| 5000 | 2026-08-29T16:17:01.846Z | Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBGAug 29 16:17:00.402 DEBGinitted freemap. size: 64INFOINFO, Aug 29 16:17:00.402reset freemap DEBGunitadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5001 | 2026-08-29T16:17:01.850Z | 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:2f::/64 -> 2001:db8::55:ff, |
| 5002 | 2026-08-29T16:17:01.851Z | |
| 5003 | 2026-08-29T16:17:01.851Z | unit:: Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBG 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 29 16:17:00.402freemap_route_ipv4 |
| 5004 | 2026-08-29T16:17:01.851Z | freemap_route_ipv4 |
| 5005 | 2026-08-29T16:17:01.851Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5006 | 2026-08-29T16:17:01.851Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:17:00.402 |
| 5007 | 2026-08-29T16:17:01.851Z | |
| 5008 | 2026-08-29T16:17:01.851Z | Aug 29 16:17:00.402INFO adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 5009 | 2026-08-29T16:17:01.851Z | Aug 29 16:17:00.402 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 29 16:17:00.402 |
| 5010 | 2026-08-29T16:17:01.851Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.402initted freemap. size: 64 |
| 5011 | 2026-08-29T16:17:01.851Z | Aug 29 16:17:00.402 DEBG, unitreplacing 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 29 16:17:00.402 |
| 5012 | 2026-08-29T16:17:01.851Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 5013 | 2026-08-29T16:17:01.851Z | |
| 5014 | 2026-08-29T16:17:01.851Z | Aug 29 16:17:00.402 Aug 29 16:17:00.402INFO Aug 29 16:17:00.402adding route 172.17.0.1/32 -> 10.0.0.255 Aug 29 16:17:00.402 |
| 5015 | 2026-08-29T16:17:01.851Z | DEBG INFOINFO reset freemapadding route 3fff:beef:31::/64 -> 2001:db8::55:ff, |
| 5016 | 2026-08-29T16:17:01.851Z | unit Aug 29 16:17:00.402 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 5017 | 2026-08-29T16:17:01.851Z | reset 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 } }], |
| 5018 | 2026-08-29T16:17:01.851Z | unit:Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBG Aug 29 16:17:00.402 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5019 | 2026-08-29T16:17:01.852Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6Aug 29 16:17:00.402adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5020 | 2026-08-29T16:17:01.852Z | |
| 5021 | 2026-08-29T16:17:01.852Z | |
| 5022 | 2026-08-29T16:17:01.852Z | freemap_route_ipv4INFO |
| 5023 | 2026-08-29T16:17:01.852Z | Aug 29 16:17:00.402Aug 29 16:17:00.402adding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 29 16:17:00.402 |
| 5024 | 2026-08-29T16:17:01.852Z | DEBG INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5025 | 2026-08-29T16:17:01.852Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:17:00.402 |
| 5026 | 2026-08-29T16:17:01.852Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5027 | 2026-08-29T16:17:01.852Z | Aug 29 16:17:00.402DEBGAug 29 16:17:00.402 INFOAug 29 16:17:00.402Aug 29 16:17:00.402 adding route 172.17.0.3/32 -> 10.0.0.255DEBGDEBG |
| 5028 | 2026-08-29T16:17:01.852Z | 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 } }] |
| 5029 | 2026-08-29T16:17:01.852Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]initted freemap. size: 64, Aug 29 16:17:00.402 |
| 5030 | 2026-08-29T16:17:01.852Z | unit :Aug 29 16:17:00.402 INFO DEBGAug 29 16:17:00.402DEBGfreemap_route_ipv6 INFO |
| 5031 | 2026-08-29T16:17:01.852Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 5032 | 2026-08-29T16:17:01.852Z | |
| 5033 | 2026-08-29T16:17:01.852Z | |
| 5034 | 2026-08-29T16:17:01.852Z | 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 } }] |
| 5035 | 2026-08-29T16:17:01.852Z | Aug 29 16:17:00.402Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402INFO DEBGDEBGINFO adding route 172.17.0.4/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 } }]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 } }] |
| 5036 | 2026-08-29T16:17:01.853Z | |
| 5037 | 2026-08-29T16:17:01.853Z | |
| 5038 | 2026-08-29T16:17:01.853Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5039 | 2026-08-29T16:17:01.853Z | Aug 29 16:17:00.402 Aug 29 16:17:00.402DEBG Aug 29 16:17:00.402 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 } }] |
| 5040 | 2026-08-29T16:17:01.853Z | DEBG Aug 29 16:17:00.402adding route 3fff:beef:8::/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:3, vlan_id: None } }]Aug 29 16:17:00.402 |
| 5041 | 2026-08-29T16:17:01.853Z | |
| 5042 | 2026-08-29T16:17:01.853Z | DEBGAug 29 16:17:00.402Aug 29 16:17:00.402 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 } }] |
| 5043 | 2026-08-29T16:17:01.853Z | DEBG reset freemapreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5044 | 2026-08-29T16:17:01.853Z | , unitAug 29 16:17:00.402adding route 172.17.0.5/32 -> 10.0.0.255 :Aug 29 16:17:00.402INFO |
| 5045 | 2026-08-29T16:17:01.853Z | INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5046 | 2026-08-29T16:17:01.853Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5047 | 2026-08-29T16:17:01.853Z | freemap_route_ipv6Aug 29 16:17:00.402 |
| 5048 | 2026-08-29T16:17:01.853Z | Aug 29 16:17:00.402DEBG DEBGAug 29 16:17:00.402 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5049 | 2026-08-29T16:17:01.853Z | |
| 5050 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:17:00.402replacing 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 } }] |
| 5051 | 2026-08-29T16:17:01.854Z | |
| 5052 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:17:00.402adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5053 | 2026-08-29T16:17:01.854Z | |
| 5054 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:17:00.402 |
| 5055 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 5056 | 2026-08-29T16:17:01.854Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.402 |
| 5057 | 2026-08-29T16:17:01.854Z | DEBG DEBGAug 29 16:17:00.402replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5058 | 2026-08-29T16:17:01.854Z | 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 29 16:17:00.402 |
| 5059 | 2026-08-29T16:17:01.854Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5060 | 2026-08-29T16:17:01.854Z | |
| 5061 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402Aug 29 16:17:00.402 INFOINFO Aug 29 16:17:00.402adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5062 | 2026-08-29T16:17:01.854Z | |
| 5063 | 2026-08-29T16:17:01.854Z | DEBG Aug 29 16:17:00.402replacing 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 29 16:17:00.402Aug 29 16:17:00.402 |
| 5064 | 2026-08-29T16:17:01.854Z | 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 } }]DEBG |
| 5065 | 2026-08-29T16:17:01.854Z | test route::tests::same_size_non_subset_replace ... ok |
| 5066 | 2026-08-29T16:17:01.854Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5067 | 2026-08-29T16:17:01.854Z | |
| 5068 | 2026-08-29T16:17:01.854Z | Aug 29 16:17:00.402 Aug 29 16:17:00.402INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5069 | 2026-08-29T16:17:01.854Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5070 | 2026-08-29T16:17:01.855Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5071 | 2026-08-29T16:17:01.855Z | Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402Aug 29 16:17:00.402DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5072 | 2026-08-29T16:17:01.855Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5073 | 2026-08-29T16:17:01.855Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5074 | 2026-08-29T16:17:01.855Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5075 | 2026-08-29T16:17:01.855Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5076 | 2026-08-29T16:17:01.855Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5077 | 2026-08-29T16:17:01.855Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5078 | 2026-08-29T16:17:01.855Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5079 | 2026-08-29T16:17:01.855Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 5080 | 2026-08-29T16:17:01.855Z | Aug 29 16:17:00.402adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5081 | 2026-08-29T16:17:01.855Z | INFO Aug 29 16:17:00.402adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5082 | 2026-08-29T16:17:01.855Z | Aug 29 16:17:00.402Aug 29 16:17:00.402INFO DEBG Aug 29 16:17:00.402adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5083 | 2026-08-29T16:17:01.855Z | 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 } }] |
| 5084 | 2026-08-29T16:17:01.856Z | 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 29 16:17:00.402DEBG DEBG |
| 5085 | 2026-08-29T16:17:01.856Z | 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 } }] |
| 5086 | 2026-08-29T16:17:01.856Z | Aug 29 16:17:00.402replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5087 | 2026-08-29T16:17:01.856Z | INFO Aug 29 16:17:00.402Aug 29 16:17:00.402 Aug 29 16:17:00.402 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5088 | 2026-08-29T16:17:01.856Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5089 | 2026-08-29T16:17:01.856Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 5090 | 2026-08-29T16:17:01.856Z | Aug 29 16:17:00.402 DEBG |
| 5091 | 2026-08-29T16:17:01.856Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.402Aug 29 16:17:00.402 |
| 5092 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5093 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5094 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5095 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5096 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5097 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5098 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5099 | 2026-08-29T16:17:01.856Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5100 | 2026-08-29T16:17:01.857Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5101 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5102 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5103 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5104 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5105 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5106 | 2026-08-29T16:17:01.861Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5107 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5108 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5109 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5110 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5111 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5112 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5113 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5114 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5115 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5116 | 2026-08-29T16:17:01.862Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5117 | 2026-08-29T16:17:01.862Z | DEBG Aug 29 16:17:00.402 DEBGAug 29 16:17:00.402INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG replacing targets for 3fff: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 } }] |
| 5118 | 2026-08-29T16:17:01.863Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5119 | 2026-08-29T16:17:01.863Z | Aug 29 16:17:00.403 Aug 29 16:17:00.403DEBG Aug 29 16:17:00.452DEBGcreated new freemapAug 29 16:17:00.452 DEBG INFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ffcreated new freemap, |
| 5120 | 2026-08-29T16:17:01.863Z | unit:Aug 29 16:17:00.452 |
| 5121 | 2026-08-29T16:17:01.863Z | freemap_route_ipv4 |
| 5122 | 2026-08-29T16:17:01.863Z | INFO, |
| 5123 | 2026-08-29T16:17:01.863Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5124 | 2026-08-29T16:17:01.863Z | unitAug 29 16:17:00.452: DEBGfreemap_route_ipv4 Aug 29 16:17:00.452 |
| 5125 | 2026-08-29T16:17:01.863Z | Aug 29 16:17:00.452replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.452 DEBG |
| 5126 | 2026-08-29T16:17:01.863Z | 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 } }] |
| 5127 | 2026-08-29T16:17:01.863Z | DEBG created new 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: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 } }]unit |
| 5128 | 2026-08-29T16:17:01.863Z | Aug 29 16:17:00.452:Aug 29 16:17:00.452 Aug 29 16:17:00.452INFO DEBGfreemap_route_ipv6 adding route 172.17.0.13/32 -> 10.0.0.255 created new freemap |
| 5129 | 2026-08-29T16:17:01.863Z | |
| 5130 | 2026-08-29T16:17:01.863Z | INFO, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 5131 | 2026-08-29T16:17:01.863Z | : Aug 29 16:17:00.452 Aug 29 16:17:00.452DEBGfreemap_route_ipv6 Aug 29 16:17:00.452 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 |
| 5132 | 2026-08-29T16:17:01.865Z | |
| 5133 | 2026-08-29T16:17:01.865Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.452 |
| 5134 | 2026-08-29T16:17:01.865Z | , Aug 29 16:17:00.452INFO unitadding route 172.17.0.14/32 -> 10.0.0.255 :DEBG |
| 5135 | 2026-08-29T16:17:01.865Z | freemap_route_ipv4initted freemap. size: 64 |
| 5136 | 2026-08-29T16:17:01.865Z | Aug 29 16:17:00.452, unitAug 29 16:17:00.452INFO : DEBG Aug 29 16:17:00.452adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 5137 | 2026-08-29T16:17:01.865Z | |
| 5138 | 2026-08-29T16:17:01.865Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5139 | 2026-08-29T16:17:01.865Z | Aug 29 16:17:00.452Aug 29 16:17:00.452reset freemap , unitDEBGAug 29 16:17:00.452DEBG :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 } }] reset freemapINFO |
| 5140 | 2026-08-29T16:17:01.865Z | freemap_route_ipv4, adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5141 | 2026-08-29T16:17:01.865Z | unit |
| 5142 | 2026-08-29T16:17:01.865Z | : Aug 29 16:17:00.452freemap_route_ipv4 |
| 5143 | 2026-08-29T16:17:01.865Z | Aug 29 16:17:00.452INFO DEBG initted freemap. size: 64adding route 3fff:beef:11::/64 -> 2001:db8::55:ff, |
| 5144 | 2026-08-29T16:17:01.865Z | unitAug 29 16:17:00.452:Aug 29 16:17:00.452 freemap_route_ipv6 |
| 5145 | 2026-08-29T16:17:01.865Z | DEBGDEBG Aug 29 16:17:00.452replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] initted freemap. size: 64DEBG |
| 5146 | 2026-08-29T16:17:01.865Z | Aug 29 16:17:00.452, replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 5147 | 2026-08-29T16:17:01.865Z | Aug 29 16:17:00.452: INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 29 16:17:00.452 |
| 5148 | 2026-08-29T16:17:01.865Z | freemap_route_ipv6INFO |
| 5149 | 2026-08-29T16:17:01.867Z | reset freemap , unitAug 29 16:17:00.452:adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 29 16:17:00.452DEBG |
| 5150 | 2026-08-29T16:17:01.867Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5151 | 2026-08-29T16:17:01.867Z | reset freemap , freemap_route_ipv6unit |
| 5152 | 2026-08-29T16:17:01.867Z | :Aug 29 16:17:00.452 freemap_route_ipv6INFOAug 29 16:17:00.452 DEBG |
| 5153 | 2026-08-29T16:17:01.867Z | adding route 172.17.0.17/32 -> 10.0.0.255replacing 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 29 16:17:00.452 |
| 5154 | 2026-08-29T16:17:01.867Z | INFO |
| 5155 | 2026-08-29T16:17:01.867Z | Aug 29 16:17:00.452adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5156 | 2026-08-29T16:17:01.867Z | INFOAug 29 16:17:00.452 DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:17:00.452 |
| 5157 | 2026-08-29T16:17:01.867Z | 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 29 16:17:00.452INFO |
| 5158 | 2026-08-29T16:17:01.867Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:17:00.452 |
| 5159 | 2026-08-29T16:17:01.867Z | DEBGAug 29 16:17:00.452 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 } }]INFOAug 29 16:17:00.452 |
| 5160 | 2026-08-29T16:17:01.867Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 5161 | 2026-08-29T16:17:01.867Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5162 | 2026-08-29T16:17:01.867Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 INFO |
| 5163 | 2026-08-29T16:17:01.868Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5164 | 2026-08-29T16:17:01.868Z | |
| 5165 | 2026-08-29T16:17:01.868Z | Aug 29 16:17:00.452 Aug 29 16:17:00.452INFO Aug 29 16:17:00.452INFOAug 29 16:17:00.452 adding route 3fff:beef:14::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 5166 | 2026-08-29T16:17:01.870Z | |
| 5167 | 2026-08-29T16:17:01.870Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5168 | 2026-08-29T16:17:01.870Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5169 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5170 | 2026-08-29T16:17:01.870Z | |
| 5171 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 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 } }] |
| 5172 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 29 16:17:00.452INFO INFO |
| 5173 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452 adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ff INFO |
| 5174 | 2026-08-29T16:17:01.870Z | |
| 5175 | 2026-08-29T16:17:01.870Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5176 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBGDEBGDEBG 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 } }] |
| 5177 | 2026-08-29T16:17:01.870Z | 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 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 } }] |
| 5178 | 2026-08-29T16:17:01.870Z | |
| 5179 | 2026-08-29T16:17:01.870Z | Aug 29 16:17:00.452 INFO Aug 29 16:17:00.452adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5180 | 2026-08-29T16:17:01.871Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5181 | 2026-08-29T16:17:01.871Z | Aug 29 16:17:00.452 Aug 29 16:17:00.452 DEBG 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 29 16:17:00.452 |
| 5182 | 2026-08-29T16:17:01.871Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5183 | 2026-08-29T16:17:01.871Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:17:00.452 INFO |
| 5184 | 2026-08-29T16:17:01.871Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:17:00.452 |
| 5185 | 2026-08-29T16:17:01.871Z | INFOAug 29 16:17:00.452 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGAug 29 16:17:00.452 |
| 5186 | 2026-08-29T16:17:01.871Z | 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 |
| 5187 | 2026-08-29T16:17:01.871Z | 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 } }] |
| 5188 | 2026-08-29T16:17:01.871Z | Aug 29 16:17:00.452 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 } }] |
| 5189 | 2026-08-29T16:17:01.871Z | Aug 29 16:17:00.452 INFOAug 29 16:17:00.452Aug 29 16:17:00.452 INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5190 | 2026-08-29T16:17:01.871Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 5191 | 2026-08-29T16:17:01.871Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 29 16:17:00.452 |
| 5192 | 2026-08-29T16:17:01.871Z | DEBG Aug 29 16:17:00.452replacing 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 29 16:17:00.452 |
| 5193 | 2026-08-29T16:17:01.871Z | DEBGDEBG |
| 5194 | 2026-08-29T16:17:01.871Z | Aug 29 16:17:00.452replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5195 | 2026-08-29T16:17:01.871Z | |
| 5196 | 2026-08-29T16:17:01.872Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5197 | 2026-08-29T16:17:01.872Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBGINFO Aug 29 16:17:00.452replacing 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:19::/64 -> 2001:db8::55:ff |
| 5198 | 2026-08-29T16:17:01.872Z | INFO |
| 5199 | 2026-08-29T16:17:01.872Z | Aug 29 16:17:00.452adding route 172.17.0.4/32 -> 10.0.0.255 DEBG |
| 5200 | 2026-08-29T16:17:01.872Z | 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 29 16:17:00.452 |
| 5201 | 2026-08-29T16:17:01.876Z | Aug 29 16:17:00.452DEBGAug 29 16:17:00.452 INFOAug 29 16:17:00.452 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFODEBGreplacing 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 } }] |
| 5202 | 2026-08-29T16:17:01.876Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5203 | 2026-08-29T16:17:01.876Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5204 | 2026-08-29T16:17:01.876Z | |
| 5205 | 2026-08-29T16:17:01.876Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 Aug 29 16:17:00.452INFO DEBG Aug 29 16:17:00.452 adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }] |
| 5206 | 2026-08-29T16:17:01.877Z | INFO DEBG |
| 5207 | 2026-08-29T16:17:01.877Z | 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 } }] |
| 5208 | 2026-08-29T16:17:01.877Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5209 | 2026-08-29T16:17:01.877Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 DEBG INFO Aug 29 16:17:00.452adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5210 | 2026-08-29T16:17:01.877Z | |
| 5211 | 2026-08-29T16:17:01.877Z | INFOAug 29 16:17:00.452 adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 5212 | 2026-08-29T16:17:01.877Z | Aug 29 16:17:00.452Aug 29 16:17:00.452 INFODEBGreplacing 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 29 16:17:00.452 |
| 5213 | 2026-08-29T16:17:01.878Z | DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5214 | 2026-08-29T16:17:01.878Z | 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 } }] |
| 5215 | 2026-08-29T16:17:01.878Z | |
| 5216 | 2026-08-29T16:17:01.878Z | Aug 29 16:17:00.452 Aug 29 16:17:00.452Aug 29 16:17:00.452 INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5217 | 2026-08-29T16:17:01.878Z | Aug 29 16:17:00.452 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5218 | 2026-08-29T16:17:01.878Z | |
| 5219 | 2026-08-29T16:17:01.878Z | Aug 29 16:17:00.452INFO adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 5220 | 2026-08-29T16:17:01.878Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:17:00.452Aug 29 16:17:00.452 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: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 } }] |
| 5221 | 2026-08-29T16:17:01.879Z | |
| 5222 | 2026-08-29T16:17:01.879Z | Aug 29 16:17:00.452 |
| 5223 | 2026-08-29T16:17:01.879Z | DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:17:00.452Aug 29 16:17:00.452 Aug 29 16:17:00.452 DEBGINFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5224 | 2026-08-29T16:17:01.879Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5225 | 2026-08-29T16:17:01.879Z | 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 |
| 5226 | 2026-08-29T16:17:01.879Z | |
| 5227 | 2026-08-29T16:17:01.879Z | Aug 29 16:17:00.452adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5228 | 2026-08-29T16:17:01.880Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:17:00.452Aug 29 16:17:00.452 |
| 5229 | 2026-08-29T16:17:01.881Z | INFOAug 29 16:17:00.452 INFOAug 29 16:17:00.452 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 Aug 29 16:17:00.452 |
| 5230 | 2026-08-29T16:17:01.881Z | DEBG DEBG |
| 5231 | 2026-08-29T16:17:01.881Z | DEBGAug 29 16:17:00.452 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5232 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.453 |
| 5233 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463DEBG INFOcreated new freemap , adding route 172.17.0.28/32 -> 10.0.0.255unit |
| 5234 | 2026-08-29T16:17:01.881Z | DEBG: replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4Aug 29 16:17:00.463 |
| 5235 | 2026-08-29T16:17:01.881Z | |
| 5236 | 2026-08-29T16:17:01.881Z | 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 29 16:17:00.463 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5237 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463 |
| 5238 | 2026-08-29T16:17:01.881Z | DEBG created new freemapAug 29 16:17:00.463 Aug 29 16:17:00.463INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 , |
| 5239 | 2026-08-29T16:17:01.881Z | adding route 172.17.0.9/32 -> 10.0.0.255unit |
| 5240 | 2026-08-29T16:17:01.881Z | : Aug 29 16:17:00.463Aug 29 16:16:59.520 Aug 29 16:17:00.463DEBG Aug 29 16:17:00.463 DEBGfreemap_route_ipv6replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5241 | 2026-08-29T16:17:01.881Z | |
| 5242 | 2026-08-29T16:17:01.881Z | DEBG created new freemapreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5243 | 2026-08-29T16:17:01.881Z | |
| 5244 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463, unitDEBG:Aug 29 16:17:00.463 Aug 29 16:17:00.463INFO Aug 29 16:17:00.463 adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv4INFO |
| 5245 | 2026-08-29T16:17:01.881Z | |
| 5246 | 2026-08-29T16:17:01.881Z | initted freemap. size: 64 , INFOAug 29 16:17:00.463 adding route 172.17.0.10/32 -> 10.0.0.255unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 5247 | 2026-08-29T16:17:01.881Z | 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 } }]: |
| 5248 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463 DEBGAug 29 16:17:00.463freemap_route_ipv4 |
| 5249 | 2026-08-29T16:17:01.881Z | |
| 5250 | 2026-08-29T16:17:01.881Z | created new freemapAug 29 16:17:00.463, unit :INFO freemap_route_ipv6 |
| 5251 | 2026-08-29T16:17:01.881Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:17:00.463 |
| 5252 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463DEBGDEBG Aug 29 16:17:00.463 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.463 |
| 5253 | 2026-08-29T16:17:01.881Z | DEBGDEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]initted freemap. size: 64 |
| 5254 | 2026-08-29T16:17:01.881Z | , unit |
| 5255 | 2026-08-29T16:17:01.881Z | reset freemap, :unitAug 29 16:17:00.463 Aug 29 16:17:00.463Aug 29 16:17:00.463freemap_route_ipv4INFO |
| 5256 | 2026-08-29T16:17:01.881Z | :adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5257 | 2026-08-29T16:17:01.881Z | INFO INFO freemap_route_ipv4Aug 29 16:17:00.463 adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5258 | 2026-08-29T16:17:01.881Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5259 | 2026-08-29T16:17:01.881Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:17:00.463 |
| 5260 | 2026-08-29T16:17:01.881Z | |
| 5261 | 2026-08-29T16:17:01.881Z | DEBGDEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 5262 | 2026-08-29T16:17:01.881Z | , Aug 29 16:17:00.463unit :DEBG Aug 29 16:17:00.463initted freemap. size: 64freemap_route_ipv4, |
| 5263 | 2026-08-29T16:17:01.881Z | unit: freemap_route_ipv6 |
| 5264 | 2026-08-29T16:17:01.881Z | Aug 29 16:17:00.463Aug 29 16:17:00.463DEBG DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.33/32 -> 10.0.0.255 Aug 29 16:17:00.463unit |
| 5265 | 2026-08-29T16:17:01.882Z | :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 freemap_route_ipv6 |
| 5266 | 2026-08-29T16:17:01.882Z | Aug 29 16:17:00.463 Aug 29 16:17:00.463 |
| 5267 | 2026-08-29T16:17:01.882Z | reset freemapDEBG, 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 29 16:17:00.463 |
| 5268 | 2026-08-29T16:17:01.882Z | unitDEBG:Aug 29 16:17:00.463 freemap_route_ipv6 Aug 29 16:17:00.463 |
| 5269 | 2026-08-29T16:17:01.882Z | 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 } }] |
| 5270 | 2026-08-29T16:17:01.882Z | DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreset freemap , INFOAug 29 16:17:00.463Aug 29 16:17:00.463 adding route 172.17.0.34/32 -> 10.0.0.255unit |
| 5271 | 2026-08-29T16:17:01.882Z | INFO |
| 5272 | 2026-08-29T16:17:01.882Z | INFO : adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5273 | 2026-08-29T16:17:01.882Z | Aug 29 16:17:00.463 |
| 5274 | 2026-08-29T16:17:01.882Z | freemap_route_ipv6DEBGAug 29 16:17:00.463 |
| 5275 | 2026-08-29T16:17:01.882Z | 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 29 16:17:00.463 |
| 5276 | 2026-08-29T16:17:01.882Z | DEBGDEBG Aug 29 16:17:00.463 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:17:00.463 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5277 | 2026-08-29T16:17:01.882Z | |
| 5278 | 2026-08-29T16:17:01.882Z | INFO |
| 5279 | 2026-08-29T16:17:01.882Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:17:00.463 |
| 5280 | 2026-08-29T16:17:01.882Z | Aug 29 16:17:00.463DEBG Aug 29 16:17:00.463 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 29 16:17:00.463 |
| 5281 | 2026-08-29T16:17:01.883Z | DEBG Aug 29 16:17:00.463 DEBGINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5282 | 2026-08-29T16:17:01.883Z | |
| 5283 | 2026-08-29T16:17:01.883Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5284 | 2026-08-29T16:17:01.883Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:17:00.463 |
| 5285 | 2026-08-29T16:17:01.883Z | Aug 29 16:17:00.463Aug 29 16:17:00.463Aug 29 16:17:00.463 DEBGINFO INFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5286 | 2026-08-29T16:17:01.883Z | |
| 5287 | 2026-08-29T16:17:01.883Z | |
| 5288 | 2026-08-29T16:17:01.883Z | INFO Aug 29 16:17:00.463adding route 172.17.0.13/32 -> 10.0.0.255 Aug 29 16:17:00.463Aug 29 16:17:00.463 |
| 5289 | 2026-08-29T16:17:01.883Z | DEBGDEBG Aug 29 16:17:00.463replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 5290 | 2026-08-29T16:17:01.883Z | |
| 5291 | 2026-08-29T16:17:01.883Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5292 | 2026-08-29T16:17:01.883Z | DEBGAug 29 16:17:00.463 Aug 29 16:17:00.463replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5293 | 2026-08-29T16:17:01.883Z | Aug 29 16:17:00.463 INFO INFO adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 29 16:17:00.463adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5294 | 2026-08-29T16:17:01.883Z | |
| 5295 | 2026-08-29T16:17:01.883Z | Aug 29 16:17:00.463 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 |
| 5296 | 2026-08-29T16:17:01.883Z | Aug 29 16:17:00.463Aug 29 16:17:00.463 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 5297 | 2026-08-29T16:17:01.883Z | |
| 5298 | 2026-08-29T16:17:01.884Z | 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 } }] |
| 5299 | 2026-08-29T16:17:01.884Z | Aug 29 16:17:00.452Aug 29 16:17:00.478Aug 29 16:17:00.478 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 } }]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 } }] DEBG |
| 5300 | 2026-08-29T16:17:01.884Z | |
| 5301 | 2026-08-29T16:17:01.888Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5302 | 2026-08-29T16:17:01.888Z | 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 } }] |
| 5303 | 2026-08-29T16:17:01.888Z | Aug 29 16:17:00.478 Aug 29 16:17:00.478 DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5304 | 2026-08-29T16:17:01.888Z | Aug 29 16:17:00.478adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5305 | 2026-08-29T16:17:01.888Z | INFO Aug 29 16:17:00.478adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5306 | 2026-08-29T16:17:01.888Z | INFO Aug 29 16:17:00.478adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5307 | 2026-08-29T16:17:01.888Z | INFOAug 29 16:17:00.478Aug 29 16:17:00.478 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:17:00.478Aug 29 16:17:00.478DEBG DEBG |
| 5308 | 2026-08-29T16:17:01.888Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5309 | 2026-08-29T16:17:01.888Z | |
| 5310 | 2026-08-29T16:17:01.888Z | INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5311 | 2026-08-29T16:17:01.888Z | |
| 5312 | 2026-08-29T16:17:01.888Z | Aug 29 16:17:00.478 Aug 29 16:17:00.478Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5313 | 2026-08-29T16:17:01.888Z | |
| 5314 | 2026-08-29T16:17:01.888Z | Aug 29 16:17:00.478 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Aug 29 16:17:00.478replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 5315 | 2026-08-29T16:17:01.888Z | |
| 5316 | 2026-08-29T16:17:01.888Z | |
| 5317 | 2026-08-29T16:17:01.888Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5318 | 2026-08-29T16:17:01.888Z | Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478 replacing targets for 3fff:dead::/64 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 |
| 5319 | 2026-08-29T16:17:01.888Z | 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 29 16:17:00.478 |
| 5320 | 2026-08-29T16:17:01.888Z | INFO Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGDEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5321 | 2026-08-29T16:17:01.889Z | |
| 5322 | 2026-08-29T16:17:01.889Z | failed to allocate space for the new target list |
| 5323 | 2026-08-29T16:17:01.889Z | Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478 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 29 16:17:00.478 |
| 5324 | 2026-08-29T16:17:01.889Z | INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5325 | 2026-08-29T16:17:01.889Z | Aug 29 16:17:00.478replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5326 | 2026-08-29T16:17:01.889Z | INFO Aug 29 16:17:00.478 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 } }] |
| 5327 | 2026-08-29T16:17:01.889Z | Aug 29 16:17:00.478 INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5328 | 2026-08-29T16:17:01.889Z | |
| 5329 | 2026-08-29T16:17:01.889Z | Aug 29 16:17:00.478DEBG DEBGAug 29 16:17:00.478replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5330 | 2026-08-29T16:17:01.889Z | DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5331 | 2026-08-29T16:17:01.889Z | 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 } }] |
| 5332 | 2026-08-29T16:17:01.889Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 Aug 29 16:17:00.478INFO INFO adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:17:00.478 |
| 5333 | 2026-08-29T16:17:01.889Z | INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5334 | 2026-08-29T16:17:01.890Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 29 16:17:00.478 |
| 5335 | 2026-08-29T16:17:01.890Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 5336 | 2026-08-29T16:17:01.890Z | 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 29 16:17:00.478 |
| 5337 | 2026-08-29T16:17:01.890Z | DEBG Aug 29 16:17:00.478replacing 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 29 16:17:00.478 |
| 5338 | 2026-08-29T16:17:01.890Z | Aug 29 16:17:00.478INFODEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5339 | 2026-08-29T16:17:01.890Z | |
| 5340 | 2026-08-29T16:17:01.890Z | DEBGAug 29 16:17:00.478 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:17:00.478Aug 29 16:17:00.478 |
| 5341 | 2026-08-29T16:17:01.890Z | INFO DEBG adding route 172.17.0.18/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 } }] |
| 5342 | 2026-08-29T16:17:01.890Z | INFO |
| 5343 | 2026-08-29T16:17:01.890Z | Aug 29 16:17:00.478 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBG |
| 5344 | 2026-08-29T16:17:01.890Z | Aug 29 16:17:00.478Aug 29 16:17:00.478replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 5345 | 2026-08-29T16:17:01.890Z | |
| 5346 | 2026-08-29T16:17:01.890Z | Aug 29 16:17:00.478 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5347 | 2026-08-29T16:17:01.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 } }] |
| 5348 | 2026-08-29T16:17:01.891Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO 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.19/32 -> 10.0.0.255 |
| 5349 | 2026-08-29T16:17:01.891Z | |
| 5350 | 2026-08-29T16:17:01.891Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5351 | 2026-08-29T16:17:01.891Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 INFOAug 29 16:17:00.478 adding route 172.17.0.46/32 -> 10.0.0.255DEBGDEBG |
| 5352 | 2026-08-29T16:17:01.891Z | 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 } }] |
| 5353 | 2026-08-29T16:17:01.891Z | 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 } }] |
| 5354 | 2026-08-29T16:17:01.891Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFO |
| 5355 | 2026-08-29T16:17:01.891Z | |
| 5356 | 2026-08-29T16:17:01.891Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5357 | 2026-08-29T16:17:01.891Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.478INFO DEBGreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5358 | 2026-08-29T16:17:01.891Z | test route::tests::add_target_fails_full ... ok |
| 5359 | 2026-08-29T16:17:01.891Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5360 | 2026-08-29T16:17:01.892Z | |
| 5361 | 2026-08-29T16:17:01.892Z | Aug 29 16:17:00.478 INFOAug 29 16:17:00.478Aug 29 16:17:00.478 DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5362 | 2026-08-29T16:17:01.892Z | 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 } }] |
| 5363 | 2026-08-29T16:17:01.892Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5364 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478Aug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.48/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 } }] |
| 5365 | 2026-08-29T16:17:01.893Z | |
| 5366 | 2026-08-29T16:17:01.893Z | 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 } }] |
| 5367 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478 Aug 29 16:17:00.478INFO DEBGAug 29 16:17:00.478 adding route 172.17.0.22/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 } }] |
| 5368 | 2026-08-29T16:17:01.893Z | INFO |
| 5369 | 2026-08-29T16:17:01.893Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5370 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478 Aug 29 16:17:00.478DEBG INFOAug 29 16:17:00.478replacing 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.49/32 -> 10.0.0.255 |
| 5371 | 2026-08-29T16:17:01.893Z | |
| 5372 | 2026-08-29T16:17:01.893Z | 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 } }] |
| 5373 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.478 |
| 5374 | 2026-08-29T16:17:01.893Z | |
| 5375 | 2026-08-29T16:17:01.893Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5376 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5377 | 2026-08-29T16:17:01.893Z | |
| 5378 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478 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 29 16:17:00.478 |
| 5379 | 2026-08-29T16:17:01.893Z | Aug 29 16:17:00.478 DEBG 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 } }] |
| 5380 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5381 | 2026-08-29T16:17:01.894Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5382 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.478 |
| 5383 | 2026-08-29T16:17:01.894Z | |
| 5384 | 2026-08-29T16:17:01.894Z | 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 } }] |
| 5385 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478 Aug 29 16:17:00.478INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5386 | 2026-08-29T16:17:01.894Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.478 |
| 5387 | 2026-08-29T16:17:01.894Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 29 16:17:00.478 |
| 5388 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478DEBG 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 29 16:17:00.478 |
| 5389 | 2026-08-29T16:17:01.894Z | adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 5390 | 2026-08-29T16:17:01.894Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.478 |
| 5391 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 5392 | 2026-08-29T16:17:01.894Z | 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 29 16:17:00.478 |
| 5393 | 2026-08-29T16:17:01.894Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5394 | 2026-08-29T16:17:01.894Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGINFO Aug 29 16:17:00.478 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 } }] |
| 5395 | 2026-08-29T16:17:01.894Z | adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 5396 | 2026-08-29T16:17:01.895Z | 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 } }] |
| 5397 | 2026-08-29T16:17:01.895Z | Aug 29 16:17:00.478Aug 29 16:17:00.478 DEBGAug 29 16:17:00.479 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 |
| 5398 | 2026-08-29T16:17:01.895Z | created new freemap, unitAug 29 16:17:00.478:Aug 29 16:17:00.493 INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5399 | 2026-08-29T16:17:01.895Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5400 | 2026-08-29T16:17:01.895Z | freemap_route_ipv4 |
| 5401 | 2026-08-29T16:17:01.900Z | Aug 29 16:17:00.493 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 } }] |
| 5402 | 2026-08-29T16:17:01.900Z | Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBGINFO 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.55/32 -> 10.0.0.255 |
| 5403 | 2026-08-29T16:17:01.900Z | |
| 5404 | 2026-08-29T16:17:01.900Z | Aug 29 16:17:00.493 Aug 29 16:17:00.493 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 } }] |
| 5405 | 2026-08-29T16:17:01.901Z | Aug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5406 | 2026-08-29T16:17:01.901Z | |
| 5407 | 2026-08-29T16:17:01.901Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5408 | 2026-08-29T16:17:01.901Z | created new freemap, Aug 29 16:17:00.493Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBGDEBG unitreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5409 | 2026-08-29T16:17:01.901Z | 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 } }]: |
| 5410 | 2026-08-29T16:17:01.901Z | 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 |
| 5411 | 2026-08-29T16:17:01.901Z | |
| 5412 | 2026-08-29T16:17:01.901Z | Aug 29 16:17:00.493 INFO Aug 29 16:17:00.493adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5413 | 2026-08-29T16:17:01.901Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 29 16:17:00.493 |
| 5414 | 2026-08-29T16:17:01.901Z | Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBG DEBGinitted freemap. size: 64 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5415 | 2026-08-29T16:17:01.901Z | , unit : freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5416 | 2026-08-29T16:17:01.901Z | Aug 29 16:17:00.493 |
| 5417 | 2026-08-29T16:17:01.901Z | Aug 29 16:17:00.493 INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:17:00.493 |
| 5418 | 2026-08-29T16:17:01.901Z | DEBGAug 29 16:17:00.493 reset freemapDEBG , Aug 29 16:17:00.493replacing 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 } }]unitreplacing 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 } }] |
| 5419 | 2026-08-29T16:17:01.902Z | DEBG: |
| 5420 | 2026-08-29T16:17:01.902Z | 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 } }]freemap_route_ipv4 |
| 5421 | 2026-08-29T16:17:01.902Z | |
| 5422 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 INFOAug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5423 | 2026-08-29T16:17:01.902Z | DEBG |
| 5424 | 2026-08-29T16:17:01.902Z | initted freemap. size: 64adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:17:00.493, Aug 29 16:17:00.493unit : 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.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 } }]freemap_route_ipv6 |
| 5425 | 2026-08-29T16:17:01.902Z | |
| 5426 | 2026-08-29T16:17:01.902Z | |
| 5427 | 2026-08-29T16:17:01.902Z | |
| 5428 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493Aug 29 16:17:00.493 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:17:00.493Aug 29 16:17:00.493 |
| 5429 | 2026-08-29T16:17:01.902Z | |
| 5430 | 2026-08-29T16:17:01.902Z | DEBGDEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.493 |
| 5431 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 reset freemap , DEBGDEBG unit 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 } }]: |
| 5432 | 2026-08-29T16:17:01.902Z | 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 } }] |
| 5433 | 2026-08-29T16:17:01.902Z | freemap_route_ipv6 |
| 5434 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 INFOAug 29 16:17:00.493 adding route 172.17.0.31/32 -> 10.0.0.255INFO |
| 5435 | 2026-08-29T16:17:01.902Z | adding route 172.17.0.61/32 -> 10.0.0.255Aug 29 16:17:00.493 |
| 5436 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493INFO Aug 29 16:17:00.493 INFOAug 29 16:17:00.493 adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5437 | 2026-08-29T16:17:01.902Z | |
| 5438 | 2026-08-29T16:17:01.902Z | |
| 5439 | 2026-08-29T16:17:01.902Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5440 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 DEBGAug 29 16:17:00.493 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5441 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493replacing 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 29 16:17:00.493 INFOINFO |
| 5442 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5443 | 2026-08-29T16:17:01.902Z | |
| 5444 | 2026-08-29T16:17:01.902Z | INFO Aug 29 16:17:00.493Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBG adding route 172.16.0.0/32 -> 10.0.0.2DEBGreplacing 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 } }] |
| 5445 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.479 |
| 5446 | 2026-08-29T16:17:01.902Z | 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 |
| 5447 | 2026-08-29T16:17:01.902Z | INFOcreated new freemap Aug 29 16:17:00.493, Aug 29 16:17:00.493 Aug 29 16:17:00.493DEBGunit : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] INFOfreemap_route_ipv4 |
| 5448 | 2026-08-29T16:17:01.902Z | |
| 5449 | 2026-08-29T16:17:01.902Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 5450 | 2026-08-29T16:17:01.902Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5451 | 2026-08-29T16:17:01.902Z | INFOAug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBG INFOadding route 172.17.0.33/32 -> 10.0.0.255 replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5452 | 2026-08-29T16:17:01.902Z | |
| 5453 | 2026-08-29T16:17:01.902Z | Aug 29 16:17:00.493 |
| 5454 | 2026-08-29T16:17:01.902Z | DEBGDEBG created new freemap , Aug 29 16:17:00.493unitAug 29 16:17:00.493 :DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5455 | 2026-08-29T16:17:01.902Z | freemap_route_ipv6Aug 29 16:17:00.493 failed to allocate space for the new target list |
| 5456 | 2026-08-29T16:17:01.902Z | DEBG |
| 5457 | 2026-08-29T16:17:01.903Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 5458 | 2026-08-29T16:17:01.903Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5459 | 2026-08-29T16:17:01.903Z | Aug 29 16:17:00.493replacing 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 29 16:17:00.493DEBGAug 29 16:17:00.493 |
| 5460 | 2026-08-29T16:17:01.903Z | 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 } }]initted freemap. size: 64 |
| 5461 | 2026-08-29T16:17:01.903Z | , INFOunit:Aug 29 16:17:00.493 INFOfreemap_route_ipv4 |
| 5462 | 2026-08-29T16:17:01.903Z | adding route 172.17.0.34/32 -> 10.0.0.255Aug 29 16:17:00.493Aug 29 16:17:00.493 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:17:00.493DEBG DEBGfailed to allocate space for the new target list |
| 5463 | 2026-08-29T16:17:01.903Z | |
| 5464 | 2026-08-29T16:17:01.903Z | INFOreset freemap , adding route 172.16.0.0/32 -> 10.0.0.4unit |
| 5465 | 2026-08-29T16:17:01.903Z | : |
| 5466 | 2026-08-29T16:17:01.903Z | freemap_route_ipv4 |
| 5467 | 2026-08-29T16:17:01.903Z | Aug 29 16:17:00.493 DEBGAug 29 16:17:00.493 Aug 29 16:17:00.493replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5468 | 2026-08-29T16:17:01.903Z | DEBGAug 29 16:17:00.493 DEBG initted freemap. size: 64 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 } }]Aug 29 16:17:00.493: |
| 5469 | 2026-08-29T16:17:01.903Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO freemap_route_ipv6 |
| 5470 | 2026-08-29T16:17:01.904Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5471 | 2026-08-29T16:17:01.904Z | |
| 5472 | 2026-08-29T16:17:01.904Z | Aug 29 16:17:00.493Aug 29 16:17:00.493Aug 29 16:17:00.493 DEBGINFO DEBGAug 29 16:17:00.493reset freemap , unitINFOreplacing 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 } }]: |
| 5473 | 2026-08-29T16:17:01.904Z | freemap_route_ipv6adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5474 | 2026-08-29T16:17:01.905Z | |
| 5475 | 2026-08-29T16:17:01.905Z | |
| 5476 | 2026-08-29T16:17:01.905Z | Aug 29 16:17:00.493 INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:17:00.494 |
| 5477 | 2026-08-29T16:17:01.905Z | Aug 29 16:17:00.494DEBG DEBGreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.494 |
| 5478 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494 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 } }]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 } }] |
| 5479 | 2026-08-29T16:17:01.906Z | INFO |
| 5480 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5481 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494adding route 172.17.0.36/32 -> 10.0.0.255 INFO |
| 5482 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494Aug 29 16:17:00.494 adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5483 | 2026-08-29T16:17:01.906Z | DEBGAug 29 16:17:00.494 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 } }] |
| 5484 | 2026-08-29T16:17:01.906Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5485 | 2026-08-29T16:17:01.906Z | DEBGAug 29 16:17:00.494 Aug 29 16:17:00.494replacing 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 |
| 5486 | 2026-08-29T16:17:01.906Z | INFO Aug 29 16:17:00.494 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 29 16:17:00.494 |
| 5487 | 2026-08-29T16:17:01.906Z | |
| 5488 | 2026-08-29T16:17:01.906Z | DEBG INFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:17:00.494 |
| 5489 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494adding route 172.17.0.37/32 -> 10.0.0.255 DEBGINFO |
| 5490 | 2026-08-29T16:17:01.906Z | 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 } }] |
| 5491 | 2026-08-29T16:17:01.906Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:17:00.494Aug 29 16:17:00.494 Aug 29 16:17:00.494 DEBGINFO |
| 5492 | 2026-08-29T16:17:01.906Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5493 | 2026-08-29T16:17:01.906Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5494 | 2026-08-29T16:17:01.906Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:17:00.494 |
| 5495 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494INFO adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 5496 | 2026-08-29T16:17:01.906Z | Aug 29 16:17:00.494 DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5497 | 2026-08-29T16:17:01.910Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:17:00.494 |
| 5498 | 2026-08-29T16:17:01.910Z | Aug 29 16:17:00.494DEBG DEBGAug 29 16:17:00.494 Aug 29 16:17:00.494 INFOINFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5499 | 2026-08-29T16:17:01.910Z | adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5500 | 2026-08-29T16:17:01.910Z | |
| 5501 | 2026-08-29T16:17:01.914Z | |
| 5502 | 2026-08-29T16:17:01.914Z | Aug 29 16:17:00.494 Aug 29 16:17:00.494INFOAug 29 16:17:00.494 adding route 172.17.0.39/32 -> 10.0.0.255 INFODEBG |
| 5503 | 2026-08-29T16:17:01.914Z | 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 29 16:17:00.494adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5504 | 2026-08-29T16:17:01.914Z | DEBG |
| 5505 | 2026-08-29T16:17:01.914Z | 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 } }] |
| 5506 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.494 Aug 29 16:17:00.494INFOAug 29 16:17:00.494 adding route 172.17.0.5/32 -> 10.0.0.255 INFODEBG |
| 5507 | 2026-08-29T16:17:01.915Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:17:00.479 |
| 5508 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.494 |
| 5509 | 2026-08-29T16:17:01.915Z | DEBGAug 29 16:17:00.494 DEBGAug 29 16:17:00.494 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 } }] |
| 5510 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.504 Aug 29 16:17:00.504INFO INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5511 | 2026-08-29T16:17:01.915Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5512 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.504created new freemap 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 } }] |
| 5513 | 2026-08-29T16:17:01.915Z | unitAug 29 16:17:00.504: DEBGfreemap_route_ipv4 |
| 5514 | 2026-08-29T16:17:01.915Z | 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 29 16:17:00.504 |
| 5515 | 2026-08-29T16:17:01.915Z | INFO Aug 29 16:17:00.504adding route 172.17.0.41/32 -> 10.0.0.255 Aug 29 16:17:00.504 |
| 5516 | 2026-08-29T16:17:01.915Z | DEBG created new freemapINFO, Aug 29 16:17:00.504unit :DEBG adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6 |
| 5517 | 2026-08-29T16:17:01.915Z | |
| 5518 | 2026-08-29T16:17:01.915Z | 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 } }] |
| 5519 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.504Aug 29 16:17:00.504 INFODEBG adding route 172.17.0.42/32 -> 10.0.0.255Aug 29 16:17:00.504replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5520 | 2026-08-29T16:17:01.915Z | DEBG |
| 5521 | 2026-08-29T16:17:01.915Z | initted freemap. size: 64, unitAug 29 16:17:00.504: DEBGfreemap_route_ipv4 |
| 5522 | 2026-08-29T16:17:01.915Z | Aug 29 16:17:00.504replacing 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 } }] |
| 5523 | 2026-08-29T16:17:01.916Z | INFO Aug 29 16:17:00.504adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5524 | 2026-08-29T16:17:01.916Z | DEBGAug 29 16:17:00.504 reset freemapINFO, Aug 29 16:17:00.504adding route 172.17.0.43/32 -> 10.0.0.255 unitDEBG |
| 5525 | 2026-08-29T16:17:01.916Z | : replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5526 | 2026-08-29T16:17:01.916Z | |
| 5527 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504Aug 29 16:17:00.504 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 } }]initted freemap. size: 64 |
| 5528 | 2026-08-29T16:17:01.916Z | , Aug 29 16:17:00.504unit :INFO Aug 29 16:17:00.504adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5529 | 2026-08-29T16:17:01.916Z | freemap_route_ipv6INFO |
| 5530 | 2026-08-29T16:17:01.916Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5531 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504 DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGAug 29 16:17:00.504 |
| 5532 | 2026-08-29T16:17:01.916Z | DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.504replacing 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 } }] |
| 5533 | 2026-08-29T16:17:01.916Z | DEBG |
| 5534 | 2026-08-29T16:17:01.916Z | reset freemap, unit: Aug 29 16:17:00.504freemap_route_ipv6 |
| 5535 | 2026-08-29T16:17:01.916Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5536 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504Aug 29 16:17:00.504 Aug 29 16:17:00.504INFOINFOAug 29 16:17:00.504 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5537 | 2026-08-29T16:17:01.916Z | 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 } }]INFO |
| 5538 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504adding route 172.17.0.45/32 -> 10.0.0.255 DEBG adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5539 | 2026-08-29T16:17:01.916Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:17:00.504 |
| 5540 | 2026-08-29T16:17:01.916Z | |
| 5541 | 2026-08-29T16:17:01.916Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:17:00.504 |
| 5542 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504DEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504 |
| 5543 | 2026-08-29T16:17:01.916Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5544 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504 Aug 29 16:17:00.504replacing 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 } }] |
| 5545 | 2026-08-29T16:17:01.916Z | INFODEBGAug 29 16:17:00.504 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5546 | 2026-08-29T16:17:01.916Z | INFODEBG adding route 172.17.0.7/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 } }] |
| 5547 | 2026-08-29T16:17:01.916Z | |
| 5548 | 2026-08-29T16:17:01.916Z | |
| 5549 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504Aug 29 16:17:00.504Aug 29 16:17:00.504 DEBGINFO Aug 29 16:17:00.504adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 5550 | 2026-08-29T16:17:01.916Z | 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.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 |
| 5551 | 2026-08-29T16:17:01.916Z | Aug 29 16:17:00.504adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5552 | 2026-08-29T16:17:01.917Z | |
| 5553 | 2026-08-29T16:17:01.918Z | 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 29 16:17:00.504 |
| 5554 | 2026-08-29T16:17:01.918Z | Aug 29 16:17:00.504 DEBGINFO Aug 29 16:17:00.504adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504 |
| 5555 | 2026-08-29T16:17:01.918Z | |
| 5556 | 2026-08-29T16:17:01.918Z | INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5557 | 2026-08-29T16:17:01.918Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5558 | 2026-08-29T16:17:01.918Z | test route::tests::delete_target_full ... ok |
| 5559 | 2026-08-29T16:17:01.918Z | Aug 29 16:17:00.504 DEBGAug 29 16:17:00.504 Aug 29 16:17:00.504INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.504DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5560 | 2026-08-29T16:17:01.918Z | |
| 5561 | 2026-08-29T16:17:01.918Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5562 | 2026-08-29T16:17:01.918Z | 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 29 16:17:00.504 |
| 5563 | 2026-08-29T16:17:01.918Z | Aug 29 16:17:00.504 INFO Aug 29 16:17:00.504adding route 172.17.0.48/32 -> 10.0.0.255 Aug 29 16:17:00.504DEBG |
| 5564 | 2026-08-29T16:17:01.918Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 5565 | 2026-08-29T16:17:01.918Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5566 | 2026-08-29T16:17:01.920Z | Aug 29 16:17:00.504 |
| 5567 | 2026-08-29T16:17:01.920Z | 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 29 16:17:00.504 |
| 5568 | 2026-08-29T16:17:01.920Z | 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 } }] |
| 5569 | 2026-08-29T16:17:01.920Z | Aug 29 16:17:00.504 Aug 29 16:17:00.504INFO Aug 29 16:17:00.504INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5570 | 2026-08-29T16:17:01.920Z | INFO |
| 5571 | 2026-08-29T16:17:01.920Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5572 | 2026-08-29T16:17:01.920Z | Aug 29 16:17:00.504 DEBG Aug 29 16:17:00.504replacing 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 } }] |
| 5573 | 2026-08-29T16:17:01.920Z | 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 } }] |
| 5574 | 2026-08-29T16:17:01.920Z | Aug 29 16:17:00.504 INFOAug 29 16:17:00.504replacing 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 29 16:17:00.504 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5575 | 2026-08-29T16:17:01.920Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5576 | 2026-08-29T16:17:01.920Z | |
| 5577 | 2026-08-29T16:17:01.920Z | 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 } }] |
| 5578 | 2026-08-29T16:17:01.920Z | Aug 29 16:17:00.504 INFOAug 29 16:17:00.504 Aug 29 16:17:00.504Aug 29 16:17:00.504DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 5579 | 2026-08-29T16:17:01.920Z | 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 } }] |
| 5580 | 2026-08-29T16:17:01.920Z | |
| 5581 | 2026-08-29T16:17:01.921Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5582 | 2026-08-29T16:17:01.921Z | Aug 29 16:17:00.504 Aug 29 16:17:00.504DEBG Aug 29 16:17:00.504INFO 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 29 16:17:00.504 |
| 5583 | 2026-08-29T16:17:01.921Z | INFODEBGadding route 172.17.0.12/32 -> 10.0.0.255 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 } }] |
| 5584 | 2026-08-29T16:17:01.921Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5585 | 2026-08-29T16:17:01.921Z | Aug 29 16:17:00.504 |
| 5586 | 2026-08-29T16:17:01.921Z | Aug 29 16:17:00.504 INFODEBG Aug 29 16:17:00.504 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504 |
| 5587 | 2026-08-29T16:17:01.921Z | DEBGINFO |
| 5588 | 2026-08-29T16:17:01.921Z | replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.504adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5589 | 2026-08-29T16:17:01.922Z | INFOAug 29 16:17:00.504 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5590 | 2026-08-29T16:17:01.922Z | DEBG Aug 29 16:17:00.504 |
| 5591 | 2026-08-29T16:17:01.922Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5592 | 2026-08-29T16:17:01.922Z | Aug 29 16:17:00.504adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5593 | 2026-08-29T16:17:01.922Z | Aug 29 16:17:00.504DEBG Aug 29 16:17:00.504 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 Aug 29 16:17:00.504INFOreplacing 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 } }] |
| 5594 | 2026-08-29T16:17:01.922Z | |
| 5595 | 2026-08-29T16:17:01.922Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 5596 | 2026-08-29T16:17:01.922Z | 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 29 16:17:00.504 |
| 5597 | 2026-08-29T16:17:01.923Z | Aug 29 16:17:00.504Aug 29 16:17:00.504INFO adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 5598 | 2026-08-29T16:17:01.923Z | DEBGAug 29 16:17:00.504adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5599 | 2026-08-29T16:17:01.923Z | 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 29 16:17:00.504 |
| 5600 | 2026-08-29T16:17:01.923Z | DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5601 | 2026-08-29T16:17:01.927Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5602 | 2026-08-29T16:17:01.927Z | Aug 29 16:17:00.504Aug 29 16:17:00.504 Aug 29 16:17:00.504 INFO INFODEBGadding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:17:00.505 |
| 5603 | 2026-08-29T16:17:01.927Z | 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 |
| 5604 | 2026-08-29T16:17:01.927Z | 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 } }] |
| 5605 | 2026-08-29T16:17:01.927Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:17:00.505 |
| 5606 | 2026-08-29T16:17:01.927Z | DEBG Aug 29 16:17:00.505replacing 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 29 16:17:00.505 |
| 5607 | 2026-08-29T16:17:01.927Z | DEBG Aug 29 16:17:00.505replacing 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 |
| 5608 | 2026-08-29T16:17:01.927Z | Aug 29 16:17:00.505 adding route 172.17.0.13/32 -> 10.0.0.255 INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5609 | 2026-08-29T16:17:01.927Z | |
| 5610 | 2026-08-29T16:17:01.927Z | |
| 5611 | 2026-08-29T16:17:01.928Z | Aug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 Aug 29 16:17:00.505 INFO DEBGDEBGDEBG 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.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5612 | 2026-08-29T16:17:01.929Z | |
| 5613 | 2026-08-29T16:17:01.929Z | |
| 5614 | 2026-08-29T16:17:01.929Z | |
| 5615 | 2026-08-29T16:17:01.929Z | Aug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 Aug 29 16:17:00.505INFOINFO INFOadding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 5616 | 2026-08-29T16:17:01.929Z | adding route 172.17.0.14/32 -> 10.0.0.255 adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5617 | 2026-08-29T16:17:01.929Z | |
| 5618 | 2026-08-29T16:17:01.929Z | |
| 5619 | 2026-08-29T16:17:01.929Z | Aug 29 16:17:00.505 DEBGAug 29 16:17:00.505Aug 29 16:17:00.505Aug 29 16:17:00.505 DEBGDEBGreplacing 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 } }] |
| 5620 | 2026-08-29T16:17:01.929Z | DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5621 | 2026-08-29T16:17:01.929Z | failed to allocate space for the new target list |
| 5622 | 2026-08-29T16:17:01.929Z | |
| 5623 | 2026-08-29T16:17:01.929Z | Aug 29 16:17:00.505 INFOAug 29 16:17:00.505Aug 29 16:17:00.505 adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:17:00.505 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 } }] |
| 5624 | 2026-08-29T16:17:01.929Z | INFO |
| 5625 | 2026-08-29T16:17:01.929Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5626 | 2026-08-29T16:17:01.929Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBGDEBGadding route 172.17.0.15/32 -> 10.0.0.255 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 } }] |
| 5627 | 2026-08-29T16:17:01.930Z | |
| 5628 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5629 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 5630 | 2026-08-29T16:17:01.930Z | adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5631 | 2026-08-29T16:17:01.930Z | |
| 5632 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515 DEBGAug 29 16:17:00.515 Aug 29 16:17:00.515INFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5633 | 2026-08-29T16:17:01.930Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5634 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5635 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515 Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5636 | 2026-08-29T16:17:01.930Z | |
| 5637 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5638 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBGDEBGAug 29 16:17:00.515 replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5639 | 2026-08-29T16:17:01.930Z | |
| 5640 | 2026-08-29T16:17:01.930Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5641 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 INFOAug 29 16:17:00.515 adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5642 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5643 | 2026-08-29T16:17:01.930Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5644 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515 Aug 29 16:17:00.515DEBGAug 29 16:17:00.515 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5645 | 2026-08-29T16:17:01.930Z | DEBGadding route 172.17.0.18/32 -> 10.0.0.255 |
| 5646 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5647 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 INFO INFODEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5648 | 2026-08-29T16:17:01.930Z | |
| 5649 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5650 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515DEBG INFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5651 | 2026-08-29T16:17:01.930Z | |
| 5652 | 2026-08-29T16:17:01.930Z | 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 } }] |
| 5653 | 2026-08-29T16:17:01.930Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515DEBGINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5654 | 2026-08-29T16:17:01.930Z | |
| 5655 | 2026-08-29T16:17:01.930Z | |
| 5656 | 2026-08-29T16:17:01.931Z | Aug 29 16:17:00.515 Aug 29 16:17:00.515Aug 29 16:17:00.515 DEBG DEBGINFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5657 | 2026-08-29T16:17:01.931Z | |
| 5658 | 2026-08-29T16:17:01.931Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5659 | 2026-08-29T16:17:01.931Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 Aug 29 16:17:00.515INFO INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5660 | 2026-08-29T16:17:01.931Z | |
| 5661 | 2026-08-29T16:17:01.931Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5662 | 2026-08-29T16:17:01.931Z | Aug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGDEBG 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 |
| 5663 | 2026-08-29T16:17:01.931Z | |
| 5664 | 2026-08-29T16:17:01.931Z | 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 } }] |
| 5665 | 2026-08-29T16:17:01.931Z | Aug 29 16:17:00.515Aug 29 16:17:00.515Aug 29 16:17:00.515 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.25/32 -> 10.0.0.255 |
| 5666 | 2026-08-29T16:17:01.931Z | |
| 5667 | 2026-08-29T16:17:01.931Z | DEBG failed to allocate space for the new target list |
| 5668 | 2026-08-29T16:17:01.931Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBGAug 29 16:17:00.515 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 } }] |
| 5669 | 2026-08-29T16:17:01.931Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 5670 | 2026-08-29T16:17:01.932Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5671 | 2026-08-29T16:17:01.932Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 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.26/32 -> 10.0.0.255 |
| 5672 | 2026-08-29T16:17:01.932Z | |
| 5673 | 2026-08-29T16:17:01.932Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 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 |
| 5674 | 2026-08-29T16:17:01.932Z | |
| 5675 | 2026-08-29T16:17:01.932Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5676 | 2026-08-29T16:17:01.932Z | |
| 5677 | 2026-08-29T16:17:01.932Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 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.24/32 -> 10.0.0.255 |
| 5678 | 2026-08-29T16:17:01.932Z | |
| 5679 | 2026-08-29T16:17:01.932Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5680 | 2026-08-29T16:17:01.932Z | |
| 5681 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.515Aug 29 16:17:00.515 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.25/32 -> 10.0.0.255 |
| 5682 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.516 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5683 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.530 DEBG created new freemap, unit: freemap_route_ipv6 |
| 5684 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG initted freemap. size: 64, unit: DEBGfreemap_route_ipv4 |
| 5685 | 2026-08-29T16:17:01.933Z | 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 } }] |
| 5686 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.530 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5687 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.530 DEBGAug 29 16:17:00.530 |
| 5688 | 2026-08-29T16:17:01.933Z | DEBG reset freemapreplacing 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 } }], |
| 5689 | 2026-08-29T16:17:01.933Z | unit: freemap_route_ipv4 |
| 5690 | 2026-08-29T16:17:01.933Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 INFOINFO Aug 29 16:17:00.530adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5691 | 2026-08-29T16:17:01.934Z | |
| 5692 | 2026-08-29T16:17:01.934Z | DEBG initted freemap. size: 64, Aug 29 16:17:00.530unitAug 29 16:17:00.530: DEBGfreemap_route_ipv6 |
| 5693 | 2026-08-29T16:17:01.934Z | 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 } }] |
| 5694 | 2026-08-29T16:17:01.934Z | 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 } }] |
| 5695 | 2026-08-29T16:17:01.934Z | Aug 29 16:17:00.530 DEBGAug 29 16:17:00.530 Aug 29 16:17:00.530reset freemap , INFOunit :INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5696 | 2026-08-29T16:17:01.934Z | freemap_route_ipv6 |
| 5697 | 2026-08-29T16:17:01.934Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5698 | 2026-08-29T16:17:01.934Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFODEBG 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5699 | 2026-08-29T16:17:01.934Z | |
| 5700 | 2026-08-29T16:17:01.934Z | 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 } }] |
| 5701 | 2026-08-29T16:17:01.939Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBGINFO 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 } }]INFO |
| 5702 | 2026-08-29T16:17:01.939Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5703 | 2026-08-29T16:17:01.939Z | |
| 5704 | 2026-08-29T16:17:01.939Z | Aug 29 16:17:00.530 INFO Aug 29 16:17:00.530Aug 29 16:17:00.530adding route 172.16.0.0/32 -> 10.0.0.1 DEBG |
| 5705 | 2026-08-29T16:17:01.939Z | 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 } }]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 } }] |
| 5706 | 2026-08-29T16:17:01.939Z | |
| 5707 | 2026-08-29T16:17:01.939Z | Aug 29 16:17:00.530 DEBG Aug 29 16:17:00.530replacing 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 29 16:17:00.530 |
| 5708 | 2026-08-29T16:17:01.939Z | INFOINFO Aug 29 16:17:00.530adding route 172.17.0.30/32 -> 10.0.0.255 adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 5709 | 2026-08-29T16:17:01.939Z | |
| 5710 | 2026-08-29T16:17:01.939Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5711 | 2026-08-29T16:17:01.939Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBG DEBGDEBGreplacing 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 } }] |
| 5712 | 2026-08-29T16:17:01.939Z | 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 } }] |
| 5713 | 2026-08-29T16:17:01.940Z | 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 } }] |
| 5714 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFO INFOINFOadding route 172.17.0.33/32 -> 10.0.0.255 |
| 5715 | 2026-08-29T16:17:01.940Z | adding route 172.17.0.31/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5716 | 2026-08-29T16:17:01.940Z | |
| 5717 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530 DEBGAug 29 16:17:00.530Aug 29 16:17:00.530 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 |
| 5718 | 2026-08-29T16:17:01.940Z | DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5719 | 2026-08-29T16:17:01.940Z | |
| 5720 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530 INFO Aug 29 16:17:00.530adding route 172.17.0.34/32 -> 10.0.0.255 Aug 29 16:17:00.530INFO |
| 5721 | 2026-08-29T16:17:01.940Z | INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5722 | 2026-08-29T16:17:01.940Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:17:00.530 |
| 5723 | 2026-08-29T16:17:01.940Z | 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 29 16:17:00.530Aug 29 16:17:00.530 |
| 5724 | 2026-08-29T16:17:01.940Z | DEBG 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 } }] Aug 29 16:17:00.530 |
| 5725 | 2026-08-29T16:17:01.940Z | 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 } }] |
| 5726 | 2026-08-29T16:17:01.940Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5727 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 INFOAug 29 16:17:00.530 INFOadding route 172.17.0.1/32 -> 10.0.0.255DEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5728 | 2026-08-29T16:17:01.940Z | |
| 5729 | 2026-08-29T16:17:01.940Z | |
| 5730 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5731 | 2026-08-29T16:17:01.940Z | |
| 5732 | 2026-08-29T16:17:01.940Z | |
| 5733 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 5734 | 2026-08-29T16:17:01.940Z | adding route 172.17.0.34/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 } }] |
| 5735 | 2026-08-29T16:17:01.940Z | |
| 5736 | 2026-08-29T16:17:01.940Z | Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBGAug 29 16:17:00.530 DEBGINFOreplacing 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 } }] |
| 5737 | 2026-08-29T16:17:01.941Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5738 | 2026-08-29T16:17:01.941Z | |
| 5739 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530 INFO adding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:17:00.530 |
| 5740 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530INFO DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5741 | 2026-08-29T16:17:01.941Z | 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 29 16:17:00.530 |
| 5742 | 2026-08-29T16:17:01.941Z | 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 } }] |
| 5743 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:17:00.530adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5744 | 2026-08-29T16:17:01.941Z | |
| 5745 | 2026-08-29T16:17:01.941Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5746 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO Aug 29 16:17:00.530replacing 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 } }] |
| 5747 | 2026-08-29T16:17:01.941Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5748 | 2026-08-29T16:17:01.941Z | 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 29 16:17:00.530 |
| 5749 | 2026-08-29T16:17:01.941Z | INFOAug 29 16:17:00.530 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 5750 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530replacing 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 } }] |
| 5751 | 2026-08-29T16:17:01.941Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5752 | 2026-08-29T16:17:01.941Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFOAug 29 16:17:00.530 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 } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5753 | 2026-08-29T16:17:01.943Z | 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 } }] |
| 5754 | 2026-08-29T16:17:01.943Z | |
| 5755 | 2026-08-29T16:17:01.943Z | Aug 29 16:17:00.530 Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG 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 } }] INFO |
| 5756 | 2026-08-29T16:17:01.943Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5757 | 2026-08-29T16:17:01.943Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5758 | 2026-08-29T16:17:01.943Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530 INFODEBG adding route 172.17.0.38/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 } }]DEBG |
| 5759 | 2026-08-29T16:17:01.943Z | |
| 5760 | 2026-08-29T16:17:01.943Z | 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 } }] |
| 5761 | 2026-08-29T16:17:01.943Z | Aug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5762 | 2026-08-29T16:17:01.943Z | |
| 5763 | 2026-08-29T16:17:01.943Z | 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 } }] |
| 5764 | 2026-08-29T16:17:01.943Z | Aug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5765 | 2026-08-29T16:17:01.943Z | DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5766 | 2026-08-29T16:17:01.943Z | 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 } }] |
| 5767 | 2026-08-29T16:17:01.943Z | Aug 29 16:17:00.530 Aug 29 16:17:00.530INFO DEBGAug 29 16:17:00.530adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5768 | 2026-08-29T16:17:01.943Z | 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 |
| 5769 | 2026-08-29T16:17:01.944Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5770 | 2026-08-29T16:17:01.944Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFODEBG 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.40/32 -> 10.0.0.255 |
| 5771 | 2026-08-29T16:17:01.944Z | DEBG |
| 5772 | 2026-08-29T16:17:01.944Z | 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 } }] |
| 5773 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530 INFOAug 29 16:17:00.530 adding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:17:00.530DEBG |
| 5774 | 2026-08-29T16:17:01.945Z | INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5775 | 2026-08-29T16:17:01.945Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5776 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBG 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 } }] |
| 5777 | 2026-08-29T16:17:01.945Z | adding route 172.17.0.41/32 -> 10.0.0.255Aug 29 16:17:00.530 |
| 5778 | 2026-08-29T16:17:01.945Z | 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 29 16:17:00.530 |
| 5779 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 29 16:17:00.530 |
| 5780 | 2026-08-29T16:17:01.945Z | 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 |
| 5781 | 2026-08-29T16:17:01.945Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5782 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530 Aug 29 16:17:00.530DEBGAug 29 16:17:00.530 INFODEBGreplacing 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 } }] |
| 5783 | 2026-08-29T16:17:01.945Z | 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 } }] |
| 5784 | 2026-08-29T16:17:01.945Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5785 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530INFOINFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5786 | 2026-08-29T16:17:01.945Z | 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.45/32 -> 10.0.0.255 |
| 5787 | 2026-08-29T16:17:01.945Z | |
| 5788 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 Aug 29 16:17:00.530 INFODEBGDEBG 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.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5789 | 2026-08-29T16:17:01.945Z | test route::tests::delete_targets_full ... ok |
| 5790 | 2026-08-29T16:17:01.945Z | |
| 5791 | 2026-08-29T16:17:01.945Z | |
| 5792 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530Aug 29 16:17:00.530 INFOAug 29 16:17:00.530DEBG adding route 172.17.0.12/32 -> 10.0.0.255 INFO |
| 5793 | 2026-08-29T16:17:01.945Z | 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 } }] |
| 5794 | 2026-08-29T16:17:01.945Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5795 | 2026-08-29T16:17:01.945Z | Aug 29 16:17:00.530 DEBGAug 29 16:17:00.530 Aug 29 16:17:00.530 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 } }]INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5796 | 2026-08-29T16:17:01.945Z | |
| 5797 | 2026-08-29T16:17:01.945Z | test route::tests::delete_target_fragmented ... ok |
| 5798 | 2026-08-29T16:17:01.945Z | 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 } }] |
| 5799 | 2026-08-29T16:17:01.946Z | Aug 29 16:17:00.530Aug 29 16:17:00.530Aug 29 16:17:00.530 DEBGINFO 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 } }] adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5800 | 2026-08-29T16:17:01.947Z | |
| 5801 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 DEBG Aug 29 16:17:00.542replacing 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 } }] |
| 5802 | 2026-08-29T16:17:01.952Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5803 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5804 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 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 } }] |
| 5805 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5806 | 2026-08-29T16:17:01.952Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5807 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5808 | 2026-08-29T16:17:01.952Z | INFOAug 29 16:17:00.542 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 5809 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542replacing 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 } }] |
| 5810 | 2026-08-29T16:17:01.952Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.542 |
| 5811 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 DEBGINFO adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5812 | 2026-08-29T16:17:01.952Z | |
| 5813 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG adding route 172.17.0.14/32 -> 10.0.0.255INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5814 | 2026-08-29T16:17:01.952Z | |
| 5815 | 2026-08-29T16:17:01.952Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5816 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5817 | 2026-08-29T16:17:01.952Z | 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 } }] |
| 5818 | 2026-08-29T16:17:01.952Z | |
| 5819 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG Aug 29 16:17:00.542 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 |
| 5820 | 2026-08-29T16:17:01.952Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5821 | 2026-08-29T16:17:01.952Z | |
| 5822 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 INFO Aug 29 16:17:00.542adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:17:00.542 |
| 5823 | 2026-08-29T16:17:01.952Z | DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5824 | 2026-08-29T16:17:01.952Z | |
| 5825 | 2026-08-29T16:17:01.952Z | Aug 29 16:17:00.542 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:17:00.542 |
| 5826 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5827 | 2026-08-29T16:17:01.953Z | |
| 5828 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:17:00.542 |
| 5829 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542 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 } }]Aug 29 16:17:00.542 |
| 5830 | 2026-08-29T16:17:01.953Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5831 | 2026-08-29T16:17:01.953Z | 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 } }] |
| 5832 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO Aug 29 16:17:00.542adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 5833 | 2026-08-29T16:17:01.953Z | adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5834 | 2026-08-29T16:17:01.953Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:17:00.542 |
| 5835 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542DEBG DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5836 | 2026-08-29T16:17:01.953Z | 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 } }] |
| 5837 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 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 172.17.0.18/32 -> 10.0.0.255 |
| 5838 | 2026-08-29T16:17:01.953Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5839 | 2026-08-29T16:17:01.953Z | |
| 5840 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBGINFO 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 } }] 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 } }] |
| 5841 | 2026-08-29T16:17:01.953Z | |
| 5842 | 2026-08-29T16:17:01.953Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5843 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 INFOINFO Aug 29 16:17:00.542 adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5844 | 2026-08-29T16:17:01.953Z | |
| 5845 | 2026-08-29T16:17:01.953Z | 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 } }] |
| 5846 | 2026-08-29T16:17:01.953Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBGDEBG 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 } }]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 } }] |
| 5847 | 2026-08-29T16:17:01.954Z | |
| 5848 | 2026-08-29T16:17:01.954Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5849 | 2026-08-29T16:17:01.954Z | Aug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 INFODEBG adding route 172.17.0.20/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 } }] |
| 5850 | 2026-08-29T16:17:01.954Z | |
| 5851 | 2026-08-29T16:17:01.954Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5852 | 2026-08-29T16:17:01.954Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542Aug 29 16:17:00.542 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 } }]DEBG |
| 5853 | 2026-08-29T16:17:01.954Z | adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5854 | 2026-08-29T16:17:01.954Z | |
| 5855 | 2026-08-29T16:17:01.954Z | Aug 29 16:17:00.542 INFOAug 29 16:17:00.542 Aug 29 16:17:00.542INFO adding route 172.17.0.21/32 -> 10.0.0.255DEBG |
| 5856 | 2026-08-29T16:17:01.954Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5857 | 2026-08-29T16:17:01.954Z | 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 } }] |
| 5858 | 2026-08-29T16:17:01.954Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG Aug 29 16:17:00.542 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 } }]INFODEBG |
| 5859 | 2026-08-29T16:17:01.954Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5860 | 2026-08-29T16:17:01.954Z | 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 } }] |
| 5861 | 2026-08-29T16:17:01.954Z | Aug 29 16:17:00.542 INFOAug 29 16:17:00.542 Aug 29 16:17:00.542adding route 172.17.0.22/32 -> 10.0.0.255 DEBGINFO |
| 5862 | 2026-08-29T16:17:01.954Z | 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.58/32 -> 10.0.0.255 |
| 5863 | 2026-08-29T16:17:01.955Z | |
| 5864 | 2026-08-29T16:17:01.955Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFO 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.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 } }] |
| 5865 | 2026-08-29T16:17:01.956Z | |
| 5866 | 2026-08-29T16:17:01.956Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5867 | 2026-08-29T16:17:01.956Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542 INFO INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5868 | 2026-08-29T16:17:01.956Z | |
| 5869 | 2026-08-29T16:17:01.956Z | |
| 5870 | 2026-08-29T16:17:01.956Z | Aug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 DEBG 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 } }]replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5871 | 2026-08-29T16:17:01.956Z | |
| 5872 | 2026-08-29T16:17:01.956Z | |
| 5873 | 2026-08-29T16:17:01.956Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBG INFOadding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5874 | 2026-08-29T16:17:01.956Z | |
| 5875 | 2026-08-29T16:17:01.956Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5876 | 2026-08-29T16:17:01.956Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBGDEBG adding route 172.17.0.58/32 -> 10.0.0.255 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5877 | 2026-08-29T16:17:01.956Z | |
| 5878 | 2026-08-29T16:17:01.957Z | |
| 5879 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542Aug 29 16:17:00.542Aug 29 16:17:00.542 DEBGDEBG INFOfailed to allocate space for the new target list |
| 5880 | 2026-08-29T16:17:01.957Z | 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 } }] |
| 5881 | 2026-08-29T16:17:01.957Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5882 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG 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 } }]DEBG adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5883 | 2026-08-29T16:17:01.957Z | |
| 5884 | 2026-08-29T16:17:01.957Z | 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 } }] |
| 5885 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5886 | 2026-08-29T16:17:01.957Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5887 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 5888 | 2026-08-29T16:17:01.957Z | 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 } }] |
| 5889 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5890 | 2026-08-29T16:17:01.957Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5891 | 2026-08-29T16:17:01.957Z | test route::tests::delete_targets_fragmented ... ok |
| 5892 | 2026-08-29T16:17:01.957Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG DEBGfailed to allocate space for the new target list |
| 5893 | 2026-08-29T16:17:01.957Z | 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 } }] |
| 5894 | 2026-08-29T16:17:01.958Z | Aug 29 16:17:00.542 Aug 29 16:17:00.542DEBG 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 } }] |
| 5895 | 2026-08-29T16:17:01.958Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5896 | 2026-08-29T16:17:01.958Z | Aug 29 16:17:00.542 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 } }] |
| 5897 | 2026-08-29T16:17:01.958Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5898 | 2026-08-29T16:17:01.958Z | Aug 29 16:17:00.542 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 } }] |
| 5899 | 2026-08-29T16:17:01.958Z | |
| 5900 | 2026-08-29T16:17:01.958Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5901 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 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 } }] |
| 5902 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5903 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 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 } }] |
| 5904 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5905 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 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 } }] |
| 5906 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5907 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 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 } }] |
| 5908 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5909 | 2026-08-29T16:17:01.962Z | Aug 29 16:17:00.542 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 } }] |
| 5910 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5911 | 2026-08-29T16:17:01.964Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.09s |
| 5912 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 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 } }] |
| 5913 | 2026-08-29T16:17:01.964Z | |
| 5914 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5915 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 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 } }] |
| 5916 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5917 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 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 } }] |
| 5918 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5919 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.542 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 } }] |
| 5920 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.553 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5921 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.553 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 } }] |
| 5922 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.553 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5923 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.553 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 } }] |
| 5924 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.553 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5925 | 2026-08-29T16:17:01.964Z | Aug 29 16:17:00.554 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 } }] |
| 5926 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5927 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5928 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5929 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5930 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5931 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5932 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5933 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5934 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5935 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5936 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5937 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5938 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5939 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5940 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5941 | 2026-08-29T16:17:01.965Z | Aug 29 16:17:00.554 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 } }] |
| 5942 | 2026-08-29T16:17:01.966Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5943 | 2026-08-29T16:17:01.966Z | Aug 29 16:17:00.554 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 } }] |
| 5944 | 2026-08-29T16:17:01.966Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5945 | 2026-08-29T16:17:01.966Z | Aug 29 16:17:00.554 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 } }] |
| 5946 | 2026-08-29T16:17:01.966Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5947 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5948 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5949 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5950 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5951 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5952 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5953 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5954 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5955 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5956 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5957 | 2026-08-29T16:17:01.967Z | Aug 29 16:17:00.554 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 } }] |
| 5958 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5959 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 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 } }] |
| 5960 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5961 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 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 } }] |
| 5962 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5963 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 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 } }] |
| 5964 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 DEBG failed to allocate space for the new target list |
| 5965 | 2026-08-29T16:17:01.968Z | Aug 29 16:17:00.554 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 } }] |
| 5966 | 2026-08-29T16:17:01.968Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-5750b041e52bfda1) |
| 5967 | 2026-08-29T16:17:01.968Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 5968 | 2026-08-29T16:17:01.968Z | |
| 5969 | 2026-08-29T16:17:01.968Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957) |
| 5970 | 2026-08-29T16:17:01.968Z | running 0 tests |
| 5971 | 2026-08-29T16:17:01.968Z | |
| 5972 | 2026-08-29T16:17:01.968Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5973 | 2026-08-29T16:17:01.968Z | |
| 5974 | 2026-08-29T16:17:01.968Z | |
| 5975 | 2026-08-29T16:17:01.968Z | running 0 tests |
| 5976 | 2026-08-29T16:17:01.968Z | |
| 5977 | 2026-08-29T16:17:01.968Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5978 | 2026-08-29T16:17:01.969Z | |
| 5979 | 2026-08-29T16:17:01.969Z | |
| 5980 | 2026-08-29T16:17:01.969Z | running 6 tests |
| 5981 | 2026-08-29T16:17:01.969Z | test tests::test_full_lot_id_neither_present ... ok |
| 5982 | 2026-08-29T16:17:01.969Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5983 | 2026-08-29T16:17:01.969Z | test tests::test_parse_client_port_id ... ok |
| 5984 | 2026-08-29T16:17:01.969Z | test tests::test_full_lot_id_lot_only ... ok |
| 5985 | 2026-08-29T16:17:01.969Z | test tests::test_full_lot_id_both_present ... ok |
| 5986 | 2026-08-29T16:17:01.969Z | test tests::test_port_id_cmp ... ok |
| 5987 | 2026-08-29T16:17:01.969Z | |
| 5988 | 2026-08-29T16:17:01.970Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5989 | 2026-08-29T16:17:01.970Z | |
| 5990 | 2026-08-29T16:17:01.970Z | Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de) |
| 5991 | 2026-08-29T16:17:01.970Z | |
| 5992 | 2026-08-29T16:17:01.970Z | running 0 tests |
| 5993 | 2026-08-29T16:17:01.970Z | |
| 5994 | 2026-08-29T16:17:01.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5995 | 2026-08-29T16:17:01.970Z | |
| 5996 | 2026-08-29T16:17:01.970Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 5997 | 2026-08-29T16:17:01.970Z | |
| 5998 | 2026-08-29T16:17:01.970Z | running 0 tests |
| 5999 | 2026-08-29T16:17:01.970Z | |
| 6000 | 2026-08-29T16:17:01.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6001 | 2026-08-29T16:17:01.976Z | |
| 6002 | 2026-08-29T16:17:01.976Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 6003 | 2026-08-29T16:17:01.976Z | |
| 6004 | 2026-08-29T16:17:01.976Z | running 15 tests |
| 6005 | 2026-08-29T16:17:01.976Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6006 | 2026-08-29T16:17:01.977Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6007 | 2026-08-29T16:17:01.977Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6008 | 2026-08-29T16:17:01.977Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6009 | 2026-08-29T16:17:01.977Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6010 | 2026-08-29T16:17:01.977Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6011 | 2026-08-29T16:17:01.977Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6012 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_equal ... ok |
| 6013 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_eui64 ... ok |
| 6014 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_into ... ok |
| 6015 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_not_equal ... ok |
| 6016 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_to_string ... ok |
| 6017 | 2026-08-29T16:17:01.977Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6018 | 2026-08-29T16:17:01.977Z | test v1::network::tests::test_parse ... ok |
| 6019 | 2026-08-29T16:17:01.977Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6020 | 2026-08-29T16:17:01.977Z | |
| 6021 | 2026-08-29T16:17:01.977Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6022 | 2026-08-29T16:17:01.977Z | |
| 6023 | 2026-08-29T16:17:01.977Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 6024 | 2026-08-29T16:17:01.977Z | |
| 6025 | 2026-08-29T16:17:01.977Z | running 12 tests |
| 6026 | 2026-08-29T16:17:01.977Z | test icmp::test_v6_checksum ... ok |
| 6027 | 2026-08-29T16:17:01.977Z | test icmp::test_v4_checksum ... ok |
| 6028 | 2026-08-29T16:17:01.977Z | test lldp::test_lldp_parse ... ok |
| 6029 | 2026-08-29T16:17:01.977Z | test ipv6::test_ipv6_parse ... ok |
| 6030 | 2026-08-29T16:17:01.977Z | test pbuf::test_byte ... ok |
| 6031 | 2026-08-29T16:17:01.977Z | test pbuf::test_nibble ... ok |
| 6032 | 2026-08-29T16:17:01.977Z | test pbuf::test_short ... ok |
| 6033 | 2026-08-29T16:17:01.977Z | test pbuf::test_overflow ... ok |
| 6034 | 2026-08-29T16:17:01.977Z | test pbuf::test_twelve ... ok |
| 6035 | 2026-08-29T16:17:01.977Z | test pbuf::test_word ... ok |
| 6036 | 2026-08-29T16:17:01.977Z | test tcp::test_checksum_syn_nodata ... ok |
| 6037 | 2026-08-29T16:17:01.977Z | test tcp::test_checksum_ack_data ... ok |
| 6038 | 2026-08-29T16:17:01.977Z | |
| 6039 | 2026-08-29T16:17:01.977Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6040 | 2026-08-29T16:17:01.977Z | |
| 6041 | 2026-08-29T16:17:01.977Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6042 | 2026-08-29T16:17:01.977Z | |
| 6043 | 2026-08-29T16:17:01.977Z | running 0 tests |
| 6044 | 2026-08-29T16:17:01.978Z | |
| 6045 | 2026-08-29T16:17:01.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6046 | 2026-08-29T16:17:01.978Z | |
| 6047 | 2026-08-29T16:17:01.978Z | Running unittests src/main.rs (target/debug/deps/swadm-b2a24f703eb7d5da) |
| 6048 | 2026-08-29T16:17:01.978Z | |
| 6049 | 2026-08-29T16:17:01.978Z | running 5 tests |
| 6050 | 2026-08-29T16:17:01.978Z | test switchport::test::test_compute_lanes ... ok |
| 6051 | 2026-08-29T16:17:01.978Z | test switchport::test::port_id_ordering ... ok |
| 6052 | 2026-08-29T16:17:01.978Z | Lane 0 Lane 1 Lane 0Lane 2 Lane 3Lane 1 |
| 6053 | 2026-08-29T16:17:01.978Z | Lane 2 State: Activated Lane 3Activated |
| 6054 | 2026-08-29T16:17:01.978Z | Activated Rx Loss-of-lock: YesActivated |
| 6055 | 2026-08-29T16:17:01.978Z | Yes Rx Output Enabled: false falseYes falseYes |
| 6056 | 2026-08-29T16:17:01.978Z | false |
| 6057 | 2026-08-29T16:17:01.978Z | Rx Loss-of-signal: Yes Rx Output Status: valid Yesvalid Yes Yesvalid |
| 6058 | 2026-08-29T16:17:01.979Z | Rx CDR Enabled: Yesvalid |
| 6059 | 2026-08-29T16:17:01.979Z | Yes Rx Loss-of-lock: true Yestrue Yes |
| 6060 | 2026-08-29T16:17:01.979Z | true Tx Enabled: Yes true |
| 6061 | 2026-08-29T16:17:01.979Z | Yes Rx Loss-of-signal: falseYes Yesfalse |
| 6062 | 2026-08-29T16:17:01.979Z | false Tx Loss-of-lock: Nofalse |
| 6063 | 2026-08-29T16:17:01.979Z | No Rx Auto-squelch Disable: true No Notrue |
| 6064 | 2026-08-29T16:17:01.979Z | Tx Loss-of-signal: No true Notrue |
| 6065 | 2026-08-29T16:17:01.979Z | No Tx Output Enabled: trueNo |
| 6066 | 2026-08-29T16:17:01.979Z | true Tx CDR Enabled: No trueNo true |
| 6067 | 2026-08-29T16:17:01.979Z | No Tx Output Status: invalidNo |
| 6068 | 2026-08-29T16:17:01.979Z | invalid Tx Adaptive EQ Fault: Noinvalid invalidNo |
| 6069 | 2026-08-29T16:17:01.979Z | Tx Loss-of-lock: false No falseNo |
| 6070 | 2026-08-29T16:17:01.979Z | Tx Fault: Yesfalse false |
| 6071 | 2026-08-29T16:17:01.979Z | Yes Tx Loss-of-signal: trueYes trueYes |
| 6072 | 2026-08-29T16:17:01.980Z | true true |
| 6073 | 2026-08-29T16:17:01.980Z | Tx Auto-squelch Disable: false false false false |
| 6074 | 2026-08-29T16:17:01.980Z | Tx Adaptive EQ Fail: true true true true |
| 6075 | 2026-08-29T16:17:01.980Z | Tx Failure: false false false false |
| 6076 | 2026-08-29T16:17:01.980Z | Tx Force Squelch: true true true true |
| 6077 | 2026-08-29T16:17:01.980Z | Tx Input Polarity: normal normal normal normal |
| 6078 | 2026-08-29T16:17:01.980Z | test switchport::test::test_print_sff_datapath ... ok |
| 6079 | 2026-08-29T16:17:01.980Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6080 | 2026-08-29T16:17:01.980Z | test link::test_filter ... ok |
| 6081 | 2026-08-29T16:17:01.980Z | |
| 6082 | 2026-08-29T16:17:01.981Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6083 | 2026-08-29T16:17:01.981Z | |
| 6084 | 2026-08-29T16:17:01.981Z | Running tests/cli/main.rs (target/debug/deps/cli-35f8289389b89620) |
| 6085 | 2026-08-29T16:17:01.981Z | |
| 6086 | 2026-08-29T16:17:01.981Z | running 7 tests |
| 6087 | 2026-08-29T16:17:01.981Z | test counters::counters_list ... ignored |
| 6088 | 2026-08-29T16:17:01.981Z | test link_apply::apply_tx_eq_all ... ignored |
| 6089 | 2026-08-29T16:17:01.981Z | test link_apply::apply_tx_eq_custom ... ignored |
| 6090 | 2026-08-29T16:17:01.981Z | test tx_eq::set_all_taps ... ignored |
| 6091 | 2026-08-29T16:17:01.981Z | test tx_eq::set_partial_taps ... ignored |
| 6092 | 2026-08-29T16:17:01.981Z | test cmd::test::pattern_statics ... ok |
| 6093 | 2026-08-29T16:17:01.981Z | test link_apply::tx_eq_exclusive ... ok |
| 6094 | 2026-08-29T16:17:01.981Z | |
| 6095 | 2026-08-29T16:17:01.981Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6096 | 2026-08-29T16:17:01.981Z | |
| 6097 | 2026-08-29T16:17:01.981Z | Running unittests src/main.rs (target/debug/deps/tfportd-eb82fd626e78091b) |
| 6098 | 2026-08-29T16:17:01.981Z | |
| 6099 | 2026-08-29T16:17:01.981Z | running 3 tests |
| 6100 | 2026-08-29T16:17:01.981Z | test linklocal::test_parse_ipadm ... ok |
| 6101 | 2026-08-29T16:17:01.985Z | test tfport::test_parse_tfport ... ok |
| 6102 | 2026-08-29T16:17:01.985Z | test config::tests::test_updates ... ok |
| 6103 | 2026-08-29T16:17:01.985Z | |
| 6104 | 2026-08-29T16:17:01.985Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6105 | 2026-08-29T16:17:01.985Z | |
| 6106 | 2026-08-29T16:17:01.985Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 6107 | 2026-08-29T16:17:01.985Z | |
| 6108 | 2026-08-29T16:17:01.986Z | running 0 tests |
| 6109 | 2026-08-29T16:17:01.986Z | |
| 6110 | 2026-08-29T16:17:01.986Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6111 | 2026-08-29T16:17:01.986Z | |
| 6112 | 2026-08-29T16:17:01.986Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6113 | 2026-08-29T16:17:01.986Z | |
| 6114 | 2026-08-29T16:17:01.986Z | running 0 tests |
| 6115 | 2026-08-29T16:17:01.986Z | |
| 6116 | 2026-08-29T16:17:01.986Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6117 | 2026-08-29T16:17:01.986Z | |
| 6118 | 2026-08-29T16:17:01.986Z | Doc-tests aal |
| 6119 | 2026-08-29T16:17:02.183Z | |
| 6120 | 2026-08-29T16:17:02.183Z | running 0 tests |
| 6121 | 2026-08-29T16:17:02.183Z | |
| 6122 | 2026-08-29T16:17:02.183Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6123 | 2026-08-29T16:17:02.183Z | |
| 6124 | 2026-08-29T16:17:02.207Z | Doc-tests aal_macros |
| 6125 | 2026-08-29T16:17:02.274Z | |
| 6126 | 2026-08-29T16:17:02.274Z | running 0 tests |
| 6127 | 2026-08-29T16:17:02.274Z | |
| 6128 | 2026-08-29T16:17:02.274Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6129 | 2026-08-29T16:17:02.274Z | |
| 6130 | 2026-08-29T16:17:02.284Z | Doc-tests common |
| 6131 | 2026-08-29T16:17:02.509Z | |
| 6132 | 2026-08-29T16:17:02.509Z | running 0 tests |
| 6133 | 2026-08-29T16:17:02.509Z | |
| 6134 | 2026-08-29T16:17:02.509Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6135 | 2026-08-29T16:17:02.509Z | |
| 6136 | 2026-08-29T16:17:02.535Z | Doc-tests dpd_api |
| 6137 | 2026-08-29T16:17:03.235Z | |
| 6138 | 2026-08-29T16:17:03.235Z | running 2 tests |
| 6139 | 2026-08-29T16:17:03.235Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 6140 | 2026-08-29T16:17:03.235Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 6141 | 2026-08-29T16:17:03.236Z | |
| 6142 | 2026-08-29T16:17:03.236Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6143 | 2026-08-29T16:17:03.236Z | |
| 6144 | 2026-08-29T16:17:03.263Z | Doc-tests dpd_client |
| 6145 | 2026-08-29T16:17:04.627Z | |
| 6146 | 2026-08-29T16:17:04.628Z | running 0 tests |
| 6147 | 2026-08-29T16:17:04.628Z | |
| 6148 | 2026-08-29T16:17:04.628Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-08-29T16:17:04.628Z | |
| 6150 | 2026-08-29T16:17:04.679Z | Doc-tests dpd_types |
| 6151 | 2026-08-29T16:17:04.860Z | |
| 6152 | 2026-08-29T16:17:04.861Z | running 0 tests |
| 6153 | 2026-08-29T16:17:04.861Z | |
| 6154 | 2026-08-29T16:17:04.861Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-29T16:17:04.861Z | |
| 6156 | 2026-08-29T16:17:04.883Z | Doc-tests dpd_types_versions |
| 6157 | 2026-08-29T16:17:06.382Z | |
| 6158 | 2026-08-29T16:17:06.383Z | running 1 test |
| 6159 | 2026-08-29T16:17:06.383Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6160 | 2026-08-29T16:17:06.383Z | |
| 6161 | 2026-08-29T16:17:06.383Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6162 | 2026-08-29T16:17:06.383Z | |
| 6163 | 2026-08-29T16:17:06.430Z | Doc-tests packet |
| 6164 | 2026-08-29T16:17:06.648Z | |
| 6165 | 2026-08-29T16:17:06.648Z | running 0 tests |
| 6166 | 2026-08-29T16:17:06.648Z | |
| 6167 | 2026-08-29T16:17:06.648Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6168 | 2026-08-29T16:17:06.648Z | |
| 6169 | 2026-08-29T16:17:06.673Z | Doc-tests pcap |
| 6170 | 2026-08-29T16:17:06.724Z | |
| 6171 | 2026-08-29T16:17:06.724Z | running 0 tests |
| 6172 | 2026-08-29T16:17:06.724Z | |
| 6173 | 2026-08-29T16:17:06.724Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6174 | 2026-08-29T16:17:06.724Z | |
| 6175 | 2026-08-29T16:17:06.772Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6176 | 2026-08-29T16:17:06.772Z | + RUST_BACKTRACE=full |
| 6177 | 2026-08-29T16:17:06.772Z | + cargo test --features softnpu --no-fail-fast |
| 6178 | 2026-08-29T16:17:07.406Z | Compiling num-integer v0.1.46 |
| 6179 | 2026-08-29T16:17:07.489Z | Compiling num-complex v0.4.6 |
| 6180 | 2026-08-29T16:17:07.534Z | Compiling bitstruct_derive v0.1.0 |
| 6181 | 2026-08-29T16:17:07.545Z | Compiling tap v1.0.1 |
| 6182 | 2026-08-29T16:17:07.657Z | Compiling wyz v0.5.1 |
| 6183 | 2026-08-29T16:17:07.778Z | Compiling num-rational v0.4.2 |
| 6184 | 2026-08-29T16:17:07.817Z | Compiling num-iter v0.1.45 |
| 6185 | 2026-08-29T16:17:07.829Z | Compiling num-bigint v0.4.6 |
| 6186 | 2026-08-29T16:17:07.934Z | Compiling radium v0.7.0 |
| 6187 | 2026-08-29T16:17:07.938Z | Compiling funty v2.0.0 |
| 6188 | 2026-08-29T16:17:07.974Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6189 | 2026-08-29T16:17:08.024Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-29T16:17:08.147Z | Compiling num v0.4.3 |
| 6191 | 2026-08-29T16:17:08.218Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6192 | 2026-08-29T16:17:08.227Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-08-29T16:17:08.238Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-08-29T16:17:08.278Z | Compiling bitvec v1.0.1 |
| 6195 | 2026-08-29T16:17:08.357Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6196 | 2026-08-29T16:17:08.494Z | Compiling typeid v1.0.3 |
| 6197 | 2026-08-29T16:17:08.534Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6198 | 2026-08-29T16:17:08.608Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6199 | 2026-08-29T16:17:08.619Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-29T16:17:08.654Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6201 | 2026-08-29T16:17:08.947Z | Compiling ascii v1.1.0 |
| 6202 | 2026-08-29T16:17:09.375Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6203 | 2026-08-29T16:17:09.428Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-29T16:17:09.501Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6205 | 2026-08-29T16:17:09.559Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6206 | 2026-08-29T16:17:09.705Z | Compiling erased-serde v0.4.8 |
| 6207 | 2026-08-29T16:17:09.808Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6208 | 2026-08-29T16:17:09.909Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-08-29T16:17:09.972Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6210 | 2026-08-29T16:17:10.194Z | Compiling bitstruct v0.1.1 |
| 6211 | 2026-08-29T16:17:10.518Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6212 | 2026-08-29T16:17:10.530Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6213 | 2026-08-29T16:17:10.587Z | Compiling serde_arrays v0.1.0 |
| 6214 | 2026-08-29T16:17:10.602Z | Compiling libloading v0.7.4 |
| 6215 | 2026-08-29T16:17:10.788Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6216 | 2026-08-29T16:17:11.392Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6217 | 2026-08-29T16:17:11.607Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6218 | 2026-08-29T16:17:11.619Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6219 | 2026-08-29T16:17:12.695Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6220 | 2026-08-29T16:17:13.560Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6221 | 2026-08-29T16:17:19.425Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6222 | 2026-08-29T16:17:19.642Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6223 | 2026-08-29T16:17:19.642Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-29T16:17:19.645Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6225 | 2026-08-29T16:17:19.856Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-08-29T16:17:21.571Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6227 | 2026-08-29T16:17:21.860Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6228 | 2026-08-29T16:17:22.162Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-08-29T16:17:27.999Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6230 | 2026-08-29T16:17:28.228Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6231 | 2026-08-29T16:17:36.314Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6232 | 2026-08-29T16:17:38.242Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6233 | 2026-08-29T16:17:41.991Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6234 | 2026-08-29T16:18:20.749Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 6235 | 2026-08-29T16:18:20.868Z | Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a) |
| 6236 | 2026-08-29T16:18:20.877Z | |
| 6237 | 2026-08-29T16:18:20.877Z | running 0 tests |
| 6238 | 2026-08-29T16:18:20.877Z | |
| 6239 | 2026-08-29T16:18:20.880Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6240 | 2026-08-29T16:18:20.880Z | |
| 6241 | 2026-08-29T16:18:20.880Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6242 | 2026-08-29T16:18:20.884Z | |
| 6243 | 2026-08-29T16:18:20.884Z | running 0 tests |
| 6244 | 2026-08-29T16:18:20.884Z | |
| 6245 | 2026-08-29T16:18:20.884Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6246 | 2026-08-29T16:18:20.884Z | |
| 6247 | 2026-08-29T16:18:20.884Z | Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305) |
| 6248 | 2026-08-29T16:18:20.888Z | |
| 6249 | 2026-08-29T16:18:20.888Z | running 0 tests |
| 6250 | 2026-08-29T16:18:20.888Z | |
| 6251 | 2026-08-29T16:18:20.888Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6252 | 2026-08-29T16:18:20.888Z | |
| 6253 | 2026-08-29T16:18:20.888Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 6254 | 2026-08-29T16:18:20.907Z | |
| 6255 | 2026-08-29T16:18:20.907Z | running 4 tests |
| 6256 | 2026-08-29T16:18:20.910Z | test nat::tests::test_vni ... ok |
| 6257 | 2026-08-29T16:18:20.910Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6258 | 2026-08-29T16:18:20.914Z | test test_purge ... ok |
| 6259 | 2026-08-29T16:18:20.917Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6260 | 2026-08-29T16:18:20.917Z | |
| 6261 | 2026-08-29T16:18:20.918Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6262 | 2026-08-29T16:18:20.918Z | |
| 6263 | 2026-08-29T16:18:20.918Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 6264 | 2026-08-29T16:18:20.921Z | |
| 6265 | 2026-08-29T16:18:20.921Z | running 1 test |
| 6266 | 2026-08-29T16:18:20.924Z | ------- |
| 6267 | 2026-08-29T16:18:20.925Z | Generating OpenAPI documents from API definitions ... |
| 6268 | 2026-08-29T16:18:21.066Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6269 | 2026-08-29T16:18:21.136Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6270 | 2026-08-29T16:18:22.175Z | ------- |
| 6271 | 2026-08-29T16:18:22.175Z | Checking 13 OpenAPI documents... |
| 6272 | 2026-08-29T16:18:22.175Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6273 | 2026-08-29T16:18:22.175Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6274 | 2026-08-29T16:18:22.175Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-29T16:18:22.175Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-29T16:18:22.179Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-29T16:18:22.179Z | Fresh dpd "latest" symlink |
| 6286 | 2026-08-29T16:18:22.179Z | ------- |
| 6287 | 2026-08-29T16:18:22.179Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 6288 | 2026-08-29T16:18:22.245Z | test test::test_apis_up_to_date ... ok |
| 6289 | 2026-08-29T16:18:22.245Z | |
| 6290 | 2026-08-29T16:18:22.245Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 6291 | 2026-08-29T16:18:22.245Z | |
| 6292 | 2026-08-29T16:18:22.304Z | Running unittests src/main.rs (target/debug/deps/dpd-1c13ae62cfef6605) |
| 6293 | 2026-08-29T16:18:22.310Z | |
| 6294 | 2026-08-29T16:18:22.310Z | running 34 tests |
| 6295 | 2026-08-29T16:18:22.313Z | test freemap::test_ordering ... ok |
| 6296 | 2026-08-29T16:18:22.313Z | test config::tests::test_updates ... ok |
| 6297 | 2026-08-29T16:18:22.314Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6298 | 2026-08-29T16:18:22.314Z | test freemap::test_split ... ok |
| 6299 | 2026-08-29T16:18:22.314Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6300 | 2026-08-29T16:18:22.314Z | test macaddrs::tests::test_mac_offset ... ok |
| 6301 | 2026-08-29T16:18:22.318Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6302 | 2026-08-29T16:18:22.318Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6303 | 2026-08-29T16:18:22.318Z | test nat::test_mapping ... ok |
| 6304 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test |
| 6305 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test |
| 6306 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test |
| 6307 | 2026-08-29T16:18:22.318Z | test port_map::tests::dump_map ... ok |
| 6308 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test |
| 6309 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test |
| 6310 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test |
| 6311 | 2026-08-29T16:18:22.318Z | test freemap::test_exhaustion ... ok |
| 6312 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG created new freemap, unit: freemap_test |
| 6313 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG initted freemap. size: 128, unit: freemap_test |
| 6314 | 2026-08-29T16:18:22.318Z | Aug 29 16:18:20.968 DEBG reset freemap, unit: freemap_test |
| 6315 | 2026-08-29T16:18:22.318Z | test freemap::test_basic ... ok |
| 6316 | 2026-08-29T16:18:22.318Z | test port_map::tests::test_backplane_group ... ok |
| 6317 | 2026-08-29T16:18:22.318Z | test freemap::test_reclaim ... ok |
| 6318 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test |
| 6319 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG initted freemap. size: 8, unit: freemap_test |
| 6320 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test |
| 6321 | 2026-08-29T16:18:22.319Z | test port_map::tests::test_port_map ... ok |
| 6322 | 2026-08-29T16:18:22.319Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6323 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test |
| 6324 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG initted freemap. size: 128, unit: freemap_test |
| 6325 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test |
| 6326 | 2026-08-29T16:18:22.319Z | test freemap::test_free ... ok |
| 6327 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG created new freemap, unit: freemap_test |
| 6328 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG initted freemap. size: 128, unit: freemap_test |
| 6329 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.969 DEBG reset freemap, unit: freemap_test |
| 6330 | 2026-08-29T16:18:22.319Z | test freemap::test_span ... ok |
| 6331 | 2026-08-29T16:18:22.319Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6332 | 2026-08-29T16:18:22.319Z | test api_server::tests::test_build_info ... ok |
| 6333 | 2026-08-29T16:18:22.319Z | Aug 29 16:18:20.970 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6334 | 2026-08-29T16:18:22.320Z | Aug 29 16:18:20.970 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6335 | 2026-08-29T16:18:22.320Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG created new freemapinitted freemap. size: 64, , unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 6336 | 2026-08-29T16:18:22.320Z | |
| 6337 | 2026-08-29T16:18:22.320Z | Aug 29 16:18:20.970 DEBG reset freemap, unitAug 29 16:18:20.970: DEBGfreemap_route_ipv4 |
| 6338 | 2026-08-29T16:18:22.320Z | created new freemap, Aug 29 16:18:20.970unit :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 6339 | 2026-08-29T16:18:22.320Z | , unit: freemap_route_ipv6 |
| 6340 | 2026-08-29T16:18:22.320Z | Aug 29 16:18:20.970 DEBG initted freemap. size: 64Aug 29 16:18:20.970, unitDEBG: reset freemapfreemap_route_ipv4, |
| 6341 | 2026-08-29T16:18:22.321Z | unitAug 29 16:18:20.970: Aug 29 16:18:20.970DEBGfreemap_route_ipv6 |
| 6342 | 2026-08-29T16:18:22.321Z | DEBG reset freemapcreated new freemap, Aug 29 16:18:20.970, unitunit:: freemap_route_ipv4INFOfreemap_route_ipv4 |
| 6343 | 2026-08-29T16:18:22.321Z | |
| 6344 | 2026-08-29T16:18:22.321Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6345 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 Aug 29 16:18:20.970DEBG DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6346 | 2026-08-29T16:18:22.321Z | created new freemapunit, Aug 29 16:18:20.970:unit : freemap_route_ipv6 Aug 29 16:18:20.970freemap_route_ipv6INFO |
| 6347 | 2026-08-29T16:18:22.321Z | |
| 6348 | 2026-08-29T16:18:22.321Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6349 | 2026-08-29T16:18:22.321Z | DEBG created new freemap, unit: freemap_route_ipv4 |
| 6350 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970 Aug 29 16:18:20.970DEBG DEBGreset freemap , created new freemapunit, :unit :freemap_route_ipv6 |
| 6351 | 2026-08-29T16:18:22.321Z | freemap_route_ipv6 |
| 6352 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970 Aug 29 16:18:20.970DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 6353 | 2026-08-29T16:18:22.321Z | : freemap_route_ipv4 |
| 6354 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6355 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970 |
| 6356 | 2026-08-29T16:18:22.321Z | DEBG reset freemap, Aug 29 16:18:20.970unit :INFO Aug 29 16:18:20.970freemap_route_ipv4 |
| 6357 | 2026-08-29T16:18:22.321Z | adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6358 | 2026-08-29T16:18:22.321Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6359 | 2026-08-29T16:18:22.321Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 DEBGDEBG Aug 29 16:18:20.970 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]initted freemap. size: 64 |
| 6360 | 2026-08-29T16:18:22.321Z | , DEBGunit: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6361 | 2026-08-29T16:18:22.322Z | freemap_route_ipv6Aug 29 16:18:20.970 |
| 6362 | 2026-08-29T16:18:22.322Z | INFOAug 29 16:18:20.970Aug 29 16:18:20.970 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 6363 | 2026-08-29T16:18:22.322Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 reset freemap |
| 6364 | 2026-08-29T16:18:22.322Z | , unitAug 29 16:18:20.970: Aug 29 16:18:20.970 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 } }]freemap_route_ipv6 |
| 6365 | 2026-08-29T16:18:22.322Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6366 | 2026-08-29T16:18:22.322Z | |
| 6367 | 2026-08-29T16:18:22.322Z | Aug 29 16:18:20.970Aug 29 16:18:20.970Aug 29 16:18:20.970 INFOINFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6368 | 2026-08-29T16:18:22.322Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6369 | 2026-08-29T16:18:22.322Z | |
| 6370 | 2026-08-29T16:18:22.322Z | Aug 29 16:18:20.970 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 29 16:18:20.970Aug 29 16:18:20.970 |
| 6371 | 2026-08-29T16:18:22.322Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 29 16:18:20.970DEBG |
| 6372 | 2026-08-29T16:18:22.323Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6373 | 2026-08-29T16:18:22.323Z | Aug 29 16:18:20.970adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO |
| 6374 | 2026-08-29T16:18:22.323Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.970 |
| 6375 | 2026-08-29T16:18:22.323Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:18:20.970Aug 29 16:18:20.970 |
| 6376 | 2026-08-29T16:18:22.323Z | 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 } }]Aug 29 16:18:20.970 |
| 6377 | 2026-08-29T16:18:22.323Z | 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 |
| 6378 | 2026-08-29T16:18:22.323Z | 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 29 16:18:20.970 |
| 6379 | 2026-08-29T16:18:22.323Z | INFO Aug 29 16:18:20.970adding route 3fff:beef:2::/64 -> 2001:db8::55:ff Aug 29 16:18:20.970 |
| 6380 | 2026-08-29T16:18:22.323Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6381 | 2026-08-29T16:18:22.323Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:18:20.970 |
| 6382 | 2026-08-29T16:18:22.323Z | 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 29 16:18:20.970 |
| 6383 | 2026-08-29T16:18:22.323Z | Aug 29 16:18:20.970DEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.970 |
| 6384 | 2026-08-29T16:18:22.323Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO |
| 6385 | 2026-08-29T16:18:22.324Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6386 | 2026-08-29T16:18:22.324Z | INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6387 | 2026-08-29T16:18:22.324Z | created new freemapAug 29 16:18:20.970Aug 29 16:18:20.970, unitINFO: DEBG freemap_route_ipv4replacing 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 } }] |
| 6388 | 2026-08-29T16:18:22.324Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 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:4::/64 -> 2001:db8::55:ff |
| 6389 | 2026-08-29T16:18:22.324Z | |
| 6390 | 2026-08-29T16:18:22.324Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 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:5::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-29T16:18:22.324Z | |
| 6392 | 2026-08-29T16:18:22.328Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:5::/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 } }] |
| 6393 | 2026-08-29T16:18:22.328Z | |
| 6394 | 2026-08-29T16:18:22.328Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 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:6::/64 -> 2001:db8::55:ff |
| 6395 | 2026-08-29T16:18:22.328Z | |
| 6396 | 2026-08-29T16:18:22.328Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 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:6::/64 -> 2001:db8::55:ff |
| 6397 | 2026-08-29T16:18:22.328Z | |
| 6398 | 2026-08-29T16:18:22.328Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6399 | 2026-08-29T16:18:22.329Z | |
| 6400 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6401 | 2026-08-29T16:18:22.329Z | |
| 6402 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6403 | 2026-08-29T16:18:22.329Z | |
| 6404 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6405 | 2026-08-29T16:18:22.329Z | |
| 6406 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970 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 } }] |
| 6407 | 2026-08-29T16:18:22.329Z | |
| 6408 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6409 | 2026-08-29T16:18:22.329Z | |
| 6410 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970Aug 29 16:18:20.970 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: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 } }] |
| 6411 | 2026-08-29T16:18:22.329Z | |
| 6412 | 2026-08-29T16:18:22.329Z | Aug 29 16:18:20.970 DEBGAug 29 16:18:20.971Aug 29 16:18:20.971 created new freemapINFO , adding route 3fff:beef:a::/64 -> 2001:db8::55:ffunit |
| 6413 | 2026-08-29T16:18:22.330Z | :INFO freemap_route_ipv6 |
| 6414 | 2026-08-29T16:18:22.330Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 29 16:18:20.971 |
| 6415 | 2026-08-29T16:18:22.330Z | 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 } }] |
| 6416 | 2026-08-29T16:18:22.330Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG DEBGinitted freemap. size: 64 , Aug 29 16:18:20.971unit :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 freemap_route_ipv4 |
| 6417 | 2026-08-29T16:18:22.332Z | |
| 6418 | 2026-08-29T16:18:22.332Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6419 | 2026-08-29T16:18:22.332Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 reset freemapDEBG, INFO unit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6420 | 2026-08-29T16:18:22.332Z | freemap_route_ipv4 |
| 6421 | 2026-08-29T16:18:22.332Z | |
| 6422 | 2026-08-29T16:18:22.332Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGDEBGINFO initted freemap. size: 64adding route 3fff:beef:c::/64 -> 2001:db8::55:ff, |
| 6423 | 2026-08-29T16:18:22.332Z | 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 } }] |
| 6424 | 2026-08-29T16:18:22.332Z | freemap_route_ipv6 |
| 6425 | 2026-08-29T16:18:22.332Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG DEBGINFO reset freemapadding route 3fff:beef:2::/64 -> 2001:db8::55:ff, |
| 6426 | 2026-08-29T16:18:22.332Z | unitreplacing 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 } }]: |
| 6427 | 2026-08-29T16:18:22.332Z | freemap_route_ipv6Aug 29 16:18:20.971 |
| 6428 | 2026-08-29T16:18:22.332Z | DEBGAug 29 16:18:20.971 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 29 16:18:20.971Aug 29 16:18:20.970 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6429 | 2026-08-29T16:18:22.333Z | , unit: freemap_route_ipv4 |
| 6430 | 2026-08-29T16:18:22.333Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG DEBGreset freemap , replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6431 | 2026-08-29T16:18:22.333Z | : freemap_route_ipv4 |
| 6432 | 2026-08-29T16:18:22.333Z | Aug 29 16:18:20.970 Aug 29 16:18:20.971 INFOINFOAug 29 16:18:20.971 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6433 | 2026-08-29T16:18:22.333Z | DEBGINFO |
| 6434 | 2026-08-29T16:18:22.333Z | initted freemap. size: 64 , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 6435 | 2026-08-29T16:18:22.333Z | : freemap_route_ipv6Aug 29 16:18:20.971 |
| 6436 | 2026-08-29T16:18:22.333Z | Aug 29 16:18:20.971 DEBGAug 29 16:18:20.971DEBG Aug 29 16:18:20.971 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 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 } }] |
| 6437 | 2026-08-29T16:18:22.333Z | |
| 6438 | 2026-08-29T16:18:22.333Z | 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 } }] reset freemap |
| 6439 | 2026-08-29T16:18:22.333Z | , unit: Aug 29 16:18:20.971freemap_route_ipv6 Aug 29 16:18:20.971Aug 29 16:18:20.971 |
| 6440 | 2026-08-29T16:18:22.333Z | INFODEBGINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6441 | 2026-08-29T16:18:22.333Z | |
| 6442 | 2026-08-29T16:18:22.333Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.971 |
| 6443 | 2026-08-29T16:18:22.333Z | INFO Aug 29 16:18:20.971adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.971 |
| 6444 | 2026-08-29T16:18:22.333Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.971 |
| 6445 | 2026-08-29T16:18:22.334Z | 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 } }]DEBG |
| 6446 | 2026-08-29T16:18:22.334Z | Aug 29 16:18:20.971replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6447 | 2026-08-29T16:18:22.334Z | INFO Aug 29 16:18:20.971adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:18:20.971 |
| 6448 | 2026-08-29T16:18:22.334Z | INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6449 | 2026-08-29T16:18:22.334Z | |
| 6450 | 2026-08-29T16:18:22.334Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971 DEBGDEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6451 | 2026-08-29T16:18:22.334Z | |
| 6452 | 2026-08-29T16:18:22.334Z | 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 } }] |
| 6453 | 2026-08-29T16:18:22.334Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFOAug 29 16:18:20.971INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6454 | 2026-08-29T16:18:22.334Z | |
| 6455 | 2026-08-29T16:18:22.334Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-29T16:18:22.334Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6457 | 2026-08-29T16:18:22.334Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6458 | 2026-08-29T16:18:22.334Z | |
| 6459 | 2026-08-29T16:18:22.334Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6460 | 2026-08-29T16:18:22.335Z | |
| 6461 | 2026-08-29T16:18:22.335Z | |
| 6462 | 2026-08-29T16:18:22.335Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGAug 29 16:18:20.971 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 } }] |
| 6463 | 2026-08-29T16:18:22.335Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6464 | 2026-08-29T16:18:22.335Z | 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 } }] |
| 6465 | 2026-08-29T16:18:22.335Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6466 | 2026-08-29T16:18:22.335Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6467 | 2026-08-29T16:18:22.335Z | |
| 6468 | 2026-08-29T16:18:22.335Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 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 |
| 6469 | 2026-08-29T16:18:22.335Z | 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 } }] |
| 6470 | 2026-08-29T16:18:22.335Z | DEBGAug 29 16:18:20.971 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6471 | 2026-08-29T16:18:22.335Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.971 |
| 6472 | 2026-08-29T16:18:22.335Z | INFOAug 29 16:18:20.971 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.971 |
| 6473 | 2026-08-29T16:18:22.335Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6474 | 2026-08-29T16:18:22.335Z | DEBGAug 29 16:18:20.971 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 29 16:18:20.971 |
| 6475 | 2026-08-29T16:18:22.335Z | DEBG 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 } }] |
| 6476 | 2026-08-29T16:18:22.336Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.971 |
| 6477 | 2026-08-29T16:18:22.336Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 29 16:18:20.971 |
| 6478 | 2026-08-29T16:18:22.336Z | INFOAug 29 16:18:20.971 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.971 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 6479 | 2026-08-29T16:18:22.336Z | |
| 6480 | 2026-08-29T16:18:22.336Z | 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-29T16:18:22.336Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGDEBG 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 } }] replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6482 | 2026-08-29T16:18:22.336Z | |
| 6483 | 2026-08-29T16:18:22.336Z | |
| 6484 | 2026-08-29T16:18:22.336Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6485 | 2026-08-29T16:18:22.336Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6486 | 2026-08-29T16:18:22.336Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6487 | 2026-08-29T16:18:22.336Z | Aug 29 16:18:20.971 INFOAug 29 16:18:20.971 Aug 29 16:18:20.971DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6488 | 2026-08-29T16:18:22.336Z | 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 } }] |
| 6489 | 2026-08-29T16:18:22.336Z | 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 } }] |
| 6490 | 2026-08-29T16:18:22.336Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG Aug 29 16:18:20.971adding route 3fff:beef:7::/64 -> 2001:db8::55:ff 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 } }] |
| 6491 | 2026-08-29T16:18:22.337Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6492 | 2026-08-29T16:18:22.341Z | |
| 6493 | 2026-08-29T16:18:22.341Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFOAug 29 16:18:20.971 DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6494 | 2026-08-29T16:18:22.341Z | DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6495 | 2026-08-29T16:18:22.341Z | 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 } }] |
| 6496 | 2026-08-29T16:18:22.342Z | Aug 29 16:18:20.971 DEBGAug 29 16:18:20.971 Aug 29 16:18:20.971 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 } }] INFOINFO |
| 6497 | 2026-08-29T16:18:22.342Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6498 | 2026-08-29T16:18:22.342Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6499 | 2026-08-29T16:18:22.342Z | Aug 29 16:18:20.971 INFOAug 29 16:18:20.971 Aug 29 16:18:20.971DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6500 | 2026-08-29T16:18:22.342Z | DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6501 | 2026-08-29T16:18:22.342Z | 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 } }] |
| 6502 | 2026-08-29T16:18:22.342Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGAug 29 16:18:20.971 adding route 3fff:beef:9::/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 } }] |
| 6503 | 2026-08-29T16:18:22.342Z | INFO |
| 6504 | 2026-08-29T16:18:22.342Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6505 | 2026-08-29T16:18:22.342Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFODEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/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 } }] |
| 6506 | 2026-08-29T16:18:22.343Z | |
| 6507 | 2026-08-29T16:18:22.343Z | |
| 6508 | 2026-08-29T16:18:22.343Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6509 | 2026-08-29T16:18:22.343Z | |
| 6510 | 2026-08-29T16:18:22.343Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6511 | 2026-08-29T16:18:22.343Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGDEBG adding route 3fff:beef:16::/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 } }] |
| 6512 | 2026-08-29T16:18:22.343Z | |
| 6513 | 2026-08-29T16:18:22.343Z | 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 } }] |
| 6514 | 2026-08-29T16:18:22.343Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6515 | 2026-08-29T16:18:22.343Z | |
| 6516 | 2026-08-29T16:18:22.343Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6517 | 2026-08-29T16:18:22.343Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG DEBG INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6518 | 2026-08-29T16:18:22.343Z | replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6519 | 2026-08-29T16:18:22.343Z | |
| 6520 | 2026-08-29T16:18:22.343Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971INFOAug 29 16:18:20.971 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 6521 | 2026-08-29T16:18:22.344Z | 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:1c::/64 -> 2001:db8::55:ff |
| 6522 | 2026-08-29T16:18:22.344Z | |
| 6523 | 2026-08-29T16:18:22.344Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6524 | 2026-08-29T16:18:22.344Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6525 | 2026-08-29T16:18:22.344Z | 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 } }] |
| 6526 | 2026-08-29T16:18:22.344Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971INFODEBG 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 } }]INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6527 | 2026-08-29T16:18:22.344Z | |
| 6528 | 2026-08-29T16:18:22.344Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6529 | 2026-08-29T16:18:22.344Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6530 | 2026-08-29T16:18:22.344Z | |
| 6531 | 2026-08-29T16:18:22.344Z | |
| 6532 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6533 | 2026-08-29T16:18:22.345Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6534 | 2026-08-29T16:18:22.345Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6535 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971INFO Aug 29 16:18:20.971DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff 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 |
| 6536 | 2026-08-29T16:18:22.345Z | |
| 6537 | 2026-08-29T16:18:22.345Z | 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 } }] |
| 6538 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6539 | 2026-08-29T16:18:22.345Z | INFO |
| 6540 | 2026-08-29T16:18:22.345Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6541 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6542 | 2026-08-29T16:18:22.345Z | 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 } }] |
| 6543 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6544 | 2026-08-29T16:18:22.345Z | |
| 6545 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:1c::/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 } }]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 } }] |
| 6546 | 2026-08-29T16:18:22.345Z | |
| 6547 | 2026-08-29T16:18:22.345Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBG |
| 6548 | 2026-08-29T16:18:22.345Z | 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 |
| 6549 | 2026-08-29T16:18:22.346Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6550 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971INFO Aug 29 16:18:20.971 INFODEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6551 | 2026-08-29T16:18:22.346Z | 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 } }] |
| 6552 | 2026-08-29T16:18:22.346Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6553 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6554 | 2026-08-29T16:18:22.346Z | 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 } }] |
| 6555 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBG 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 } }] |
| 6556 | 2026-08-29T16:18:22.346Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6557 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 6558 | 2026-08-29T16:18:22.346Z | |
| 6559 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6560 | 2026-08-29T16:18:22.346Z | |
| 6561 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6562 | 2026-08-29T16:18:22.346Z | |
| 6563 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6564 | 2026-08-29T16:18:22.346Z | |
| 6565 | 2026-08-29T16:18:22.346Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 6566 | 2026-08-29T16:18:22.347Z | |
| 6567 | 2026-08-29T16:18:22.347Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFO 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 } }] |
| 6568 | 2026-08-29T16:18:22.347Z | 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 } }] |
| 6569 | 2026-08-29T16:18:22.347Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6570 | 2026-08-29T16:18:22.347Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 6571 | 2026-08-29T16:18:22.347Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6572 | 2026-08-29T16:18:22.347Z | 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 } }] |
| 6573 | 2026-08-29T16:18:22.347Z | Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGAug 29 16:18:20.971 INFODEBGreplacing 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 } }] |
| 6574 | 2026-08-29T16:18:22.347Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6575 | 2026-08-29T16:18:22.347Z | |
| 6576 | 2026-08-29T16:18:22.347Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 DEBGINFOINFO adding route 3fff:beef:17::/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 } }] |
| 6577 | 2026-08-29T16:18:22.347Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6578 | 2026-08-29T16:18:22.347Z | |
| 6579 | 2026-08-29T16:18:22.347Z | Aug 29 16:18:20.971Aug 29 16:18:20.971Aug 29 16:18:20.971 INFODEBGDEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6580 | 2026-08-29T16:18:22.347Z | |
| 6581 | 2026-08-29T16:18:22.348Z | 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 } }] |
| 6582 | 2026-08-29T16:18:22.348Z | Aug 29 16:18:20.971Aug 29 16:18:20.971 Aug 29 16:18:20.971DEBGINFO 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 |
| 6583 | 2026-08-29T16:18:22.348Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6584 | 2026-08-29T16:18:22.348Z | |
| 6585 | 2026-08-29T16:18:22.348Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBG INFO DEBGreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:24::/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 } }] |
| 6586 | 2026-08-29T16:18:22.348Z | |
| 6587 | 2026-08-29T16:18:22.348Z | |
| 6588 | 2026-08-29T16:18:22.348Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 DEBGINFOINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6589 | 2026-08-29T16:18:22.348Z | |
| 6590 | 2026-08-29T16:18:22.348Z | |
| 6591 | 2026-08-29T16:18:22.348Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGAug 29 16:18:20.972 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 } }]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 } }] |
| 6592 | 2026-08-29T16:18:22.352Z | |
| 6593 | 2026-08-29T16:18:22.352Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6594 | 2026-08-29T16:18:22.352Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFODEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6595 | 2026-08-29T16:18:22.352Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6596 | 2026-08-29T16:18:22.354Z | |
| 6597 | 2026-08-29T16:18:22.354Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBG Aug 29 16:18:20.972replacing 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: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 } }] |
| 6598 | 2026-08-29T16:18:22.354Z | |
| 6599 | 2026-08-29T16:18:22.354Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6600 | 2026-08-29T16:18:22.354Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6601 | 2026-08-29T16:18:22.355Z | |
| 6602 | 2026-08-29T16:18:22.355Z | 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 } }] |
| 6603 | 2026-08-29T16:18:22.355Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFODEBG DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 6604 | 2026-08-29T16:18:22.355Z | 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 } }]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 } }] |
| 6605 | 2026-08-29T16:18:22.355Z | , |
| 6606 | 2026-08-29T16:18:22.355Z | Aug 29 16:18:20.972unit :DEBG freemap_route_ipv4 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 29 16:18:20.972 |
| 6607 | 2026-08-29T16:18:22.355Z | |
| 6608 | 2026-08-29T16:18:22.355Z | INFOAug 29 16:18:20.972Aug 29 16:18:20.972 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.972 |
| 6609 | 2026-08-29T16:18:22.355Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 6610 | 2026-08-29T16:18:22.355Z | created new freemap Aug 29 16:18:20.972 DEBG, Aug 29 16:18:20.972adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6611 | 2026-08-29T16:18:22.355Z | 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 } }] unit |
| 6612 | 2026-08-29T16:18:22.356Z | 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 29 16:18:20.972: |
| 6613 | 2026-08-29T16:18:22.356Z | 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 } }] |
| 6614 | 2026-08-29T16:18:22.356Z | freemap_route_ipv6Aug 29 16:18:20.972Aug 29 16:18:20.972 |
| 6615 | 2026-08-29T16:18:22.356Z | INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 29 16:18:20.972adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6616 | 2026-08-29T16:18:22.356Z | |
| 6617 | 2026-08-29T16:18:22.356Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6618 | 2026-08-29T16:18:22.356Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972DEBG Aug 29 16:18:20.972initted freemap. size: 64Aug 29 16:18:20.972 , DEBGunitDEBGDEBG 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 } }] |
| 6619 | 2026-08-29T16:18:22.356Z | 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 } }]: |
| 6620 | 2026-08-29T16:18:22.356Z | 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 } }] |
| 6621 | 2026-08-29T16:18:22.356Z | freemap_route_ipv4Aug 29 16:18:20.972 |
| 6622 | 2026-08-29T16:18:22.356Z | Aug 29 16:18:20.972 INFOINFOAug 29 16:18:20.972 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff Aug 29 16:18:20.972 |
| 6623 | 2026-08-29T16:18:22.356Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-29T16:18:22.356Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.972 |
| 6625 | 2026-08-29T16:18:22.357Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.972 |
| 6626 | 2026-08-29T16:18:22.357Z | Aug 29 16:18:20.972 reset freemapDEBG, DEBG Aug 29 16:18:20.972unit 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 } }] : |
| 6627 | 2026-08-29T16:18:22.357Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6628 | 2026-08-29T16:18:22.357Z | |
| 6629 | 2026-08-29T16:18:22.357Z | |
| 6630 | 2026-08-29T16:18:22.357Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972 Aug 29 16:18:20.972INFO DEBGINFODEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6631 | 2026-08-29T16:18:22.357Z | initted freemap. size: 64adding route 3fff:beef:2a::/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 } }], |
| 6632 | 2026-08-29T16:18:22.357Z | |
| 6633 | 2026-08-29T16:18:22.357Z | unit: freemap_route_ipv6Aug 29 16:18:20.972 |
| 6634 | 2026-08-29T16:18:22.357Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972DEBG Aug 29 16:18:20.972DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 6635 | 2026-08-29T16:18:22.357Z | |
| 6636 | 2026-08-29T16:18:22.357Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 29 16:18:20.972 |
| 6637 | 2026-08-29T16:18:22.357Z | reset freemap , INFOunitAug 29 16:18:20.972 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOAug 29 16:18:20.972: DEBG |
| 6638 | 2026-08-29T16:18:22.357Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6639 | 2026-08-29T16:18:22.357Z | |
| 6640 | 2026-08-29T16:18:22.357Z | 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 } }] |
| 6641 | 2026-08-29T16:18:22.357Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972DEBG INFOINFO 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 |
| 6642 | 2026-08-29T16:18:22.357Z | 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:2d::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-29T16:18:22.358Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6644 | 2026-08-29T16:18:22.358Z | |
| 6645 | 2026-08-29T16:18:22.358Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 6646 | 2026-08-29T16:18:22.358Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6647 | 2026-08-29T16:18:22.358Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.972 |
| 6648 | 2026-08-29T16:18:22.358Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.972 |
| 6649 | 2026-08-29T16:18:22.358Z | Aug 29 16:18:20.972replacing 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 } }] |
| 6650 | 2026-08-29T16:18:22.358Z | DEBGAug 29 16:18:20.972 Aug 29 16:18:20.972DEBGINFO 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 } }]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 } }] |
| 6651 | 2026-08-29T16:18:22.358Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-29T16:18:22.358Z | |
| 6653 | 2026-08-29T16:18:22.358Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-29T16:18:22.358Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGINFODEBG adding route 3fff:beef:2d::/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 } }] |
| 6655 | 2026-08-29T16:18:22.358Z | 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 } }] |
| 6656 | 2026-08-29T16:18:22.358Z | |
| 6657 | 2026-08-29T16:18:22.358Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGAug 29 16:18:20.972INFO 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:23::/64 -> 2001:db8::55:ff |
| 6658 | 2026-08-29T16:18:22.359Z | |
| 6659 | 2026-08-29T16:18:22.359Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6660 | 2026-08-29T16:18:22.359Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972INFO DEBGDEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6661 | 2026-08-29T16:18:22.359Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6662 | 2026-08-29T16:18:22.359Z | |
| 6663 | 2026-08-29T16:18:22.359Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGINFOAug 29 16:18:20.972 INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6664 | 2026-08-29T16:18:22.359Z | 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:30::/64 -> 2001:db8::55:ff |
| 6665 | 2026-08-29T16:18:22.359Z | |
| 6666 | 2026-08-29T16:18:22.359Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBGAug 29 16:18:20.972INFO DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff 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 } }] |
| 6667 | 2026-08-29T16:18:22.359Z | 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 } }]created new freemap |
| 6668 | 2026-08-29T16:18:22.359Z | |
| 6669 | 2026-08-29T16:18:22.359Z | , unit: Aug 29 16:18:20.972freemap_route_ipv4 Aug 29 16:18:20.972INFO |
| 6670 | 2026-08-29T16:18:22.359Z | Aug 29 16:18:20.972INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 6671 | 2026-08-29T16:18:22.359Z | 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 29 16:18:20.972 |
| 6672 | 2026-08-29T16:18:22.359Z | |
| 6673 | 2026-08-29T16:18:22.359Z | DEBGAug 29 16:18:20.972 created new freemap , DEBGunit Aug 29 16:18:20.972replacing 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 } }]: |
| 6674 | 2026-08-29T16:18:22.360Z | Aug 29 16:18:20.972 freemap_route_ipv6 DEBG |
| 6675 | 2026-08-29T16:18:22.360Z | INFO Aug 29 16:18:20.972adding route 3fff:beef:30::/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 } }] |
| 6676 | 2026-08-29T16:18:22.360Z | Aug 29 16:18:20.972 |
| 6677 | 2026-08-29T16:18:22.361Z | INFO DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 29 16:18:20.972 |
| 6678 | 2026-08-29T16:18:22.361Z | , unit:INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:fffreemap_route_ipv4Aug 29 16:18:20.972 |
| 6679 | 2026-08-29T16:18:22.361Z | DEBG Aug 29 16:18:20.972 |
| 6680 | 2026-08-29T16:18:22.361Z | 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 } }]DEBGAug 29 16:18:20.972 |
| 6681 | 2026-08-29T16:18:22.361Z | DEBG 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 } }], Aug 29 16:18:20.972 |
| 6682 | 2026-08-29T16:18:22.361Z | Aug 29 16:18:20.972INFOunit : adding route 3fff:beef:33::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 6683 | 2026-08-29T16:18:22.361Z | |
| 6684 | 2026-08-29T16:18:22.361Z | 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 29 16:18:20.972 |
| 6685 | 2026-08-29T16:18:22.361Z | Aug 29 16:18:20.972INFO Aug 29 16:18:20.972DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-29T16:18:22.361Z | initted freemap. size: 64DEBG, unit :Aug 29 16:18:20.972replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6INFOAug 29 16:18:20.972 |
| 6687 | 2026-08-29T16:18:22.361Z | |
| 6688 | 2026-08-29T16:18:22.361Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 6689 | 2026-08-29T16:18:22.361Z | Aug 29 16:18:20.972replacing 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 29 16:18:20.972 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 29 16:18:20.972reset freemap |
| 6690 | 2026-08-29T16:18:22.363Z | , unit: |
| 6691 | 2026-08-29T16:18:22.363Z | DEBGfreemap_route_ipv6 Aug 29 16:18:20.972 |
| 6692 | 2026-08-29T16:18:22.368Z | 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 29 16:18:20.972 Aug 29 16:18:20.972INFO |
| 6693 | 2026-08-29T16:18:22.369Z | 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 6694 | 2026-08-29T16:18:22.369Z | |
| 6695 | 2026-08-29T16:18:22.369Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6696 | 2026-08-29T16:18:22.369Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972Aug 29 16:18:20.972 INFOINFODEBGAug 29 16:18:20.972 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/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 } }]DEBG |
| 6697 | 2026-08-29T16:18:22.369Z | |
| 6698 | 2026-08-29T16:18:22.369Z | |
| 6699 | 2026-08-29T16:18:22.369Z | 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 } }] |
| 6700 | 2026-08-29T16:18:22.369Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 INFODEBGAug 29 16:18:20.972 Aug 29 16:18:20.972replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6701 | 2026-08-29T16:18:22.369Z | INFO |
| 6702 | 2026-08-29T16:18:22.369Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6703 | 2026-08-29T16:18:22.369Z | DEBGAug 29 16:18:20.972Aug 29 16:18:20.972 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.972adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 6704 | 2026-08-29T16:18:22.369Z | 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 } }] |
| 6705 | 2026-08-29T16:18:22.370Z | DEBG |
| 6706 | 2026-08-29T16:18:22.370Z | 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 } }]Aug 29 16:18:20.972 |
| 6707 | 2026-08-29T16:18:22.370Z | Aug 29 16:18:20.972 DEBGAug 29 16:18:20.972INFO Aug 29 16:18:20.972adding route 3fff:beef:29::/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 } }] |
| 6708 | 2026-08-29T16:18:22.370Z | |
| 6709 | 2026-08-29T16:18:22.370Z | INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6710 | 2026-08-29T16:18:22.370Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:20.972 |
| 6711 | 2026-08-29T16:18:22.370Z | INFO Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBGDEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }]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 } }] |
| 6712 | 2026-08-29T16:18:22.370Z | |
| 6713 | 2026-08-29T16:18:22.370Z | |
| 6714 | 2026-08-29T16:18:22.370Z | test route::tests::grow_succeeds ... ok |
| 6715 | 2026-08-29T16:18:22.370Z | 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 29 16:18:20.972 |
| 6716 | 2026-08-29T16:18:22.370Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFOINFOAug 29 16:18:20.972 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6717 | 2026-08-29T16:18:22.370Z | |
| 6718 | 2026-08-29T16:18:22.370Z | 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 } }] |
| 6719 | 2026-08-29T16:18:22.370Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6720 | 2026-08-29T16:18:22.371Z | Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972DEBG DEBGINFO replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }] |
| 6721 | 2026-08-29T16:18:22.371Z | |
| 6722 | 2026-08-29T16:18:22.371Z | Aug 29 16:18:20.972 |
| 6723 | 2026-08-29T16:18:22.371Z | DEBGAug 29 16:18:20.972 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.972Aug 29 16:18:20.972 |
| 6724 | 2026-08-29T16:18:22.371Z | 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 INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6725 | 2026-08-29T16:18:22.371Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6726 | 2026-08-29T16:18:22.371Z | |
| 6727 | 2026-08-29T16:18:22.371Z | Aug 29 16:18:20.972 Aug 29 16:18:20.972 INFO Aug 29 16:18:20.972INFO Aug 29 16:18:20.972DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6728 | 2026-08-29T16:18:22.372Z | |
| 6729 | 2026-08-29T16:18:22.372Z | 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 } }] |
| 6730 | 2026-08-29T16:18:22.372Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6731 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 Aug 29 16:18:20.972INFO DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6732 | 2026-08-29T16:18:22.372Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6733 | 2026-08-29T16:18:22.372Z | |
| 6734 | 2026-08-29T16:18:22.372Z | 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 } }] |
| 6735 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.972Aug 29 16:18:20.972Aug 29 16:18:20.972 DEBG DEBGINFO Aug 29 16:18:20.972replacing 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: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 } }] |
| 6736 | 2026-08-29T16:18:22.372Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6737 | 2026-08-29T16:18:22.372Z | |
| 6738 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.973 INFO Aug 29 16:18:20.973adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6739 | 2026-08-29T16:18:22.372Z | INFO |
| 6740 | 2026-08-29T16:18:22.372Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6741 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.973 Aug 29 16:18:20.973DEBG 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 } }] |
| 6742 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.973DEBG 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: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 |
| 6743 | 2026-08-29T16:18:22.372Z | 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 29 16:18:20.973 |
| 6744 | 2026-08-29T16:18:22.372Z | |
| 6745 | 2026-08-29T16:18:22.372Z | INFO Aug 29 16:18:20.973adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973 |
| 6746 | 2026-08-29T16:18:22.372Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:18:20.973INFO INFO |
| 6747 | 2026-08-29T16:18:22.372Z | Aug 29 16:18:20.973adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6748 | 2026-08-29T16:18:22.372Z | DEBGAug 29 16:18:20.973 |
| 6749 | 2026-08-29T16:18:22.372Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 29 16:18:20.973 |
| 6750 | 2026-08-29T16:18:22.374Z | |
| 6751 | 2026-08-29T16:18:22.374Z | Aug 29 16:18:20.973 DEBGDEBG Aug 29 16:18:20.973Aug 29 16:18:20.973 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 |
| 6752 | 2026-08-29T16:18:22.374Z | INFO replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6753 | 2026-08-29T16:18:22.374Z | |
| 6754 | 2026-08-29T16:18:22.374Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6755 | 2026-08-29T16:18:22.374Z | Aug 29 16:18:20.973 Aug 29 16:18:20.973INFO Aug 29 16:18:20.973 |
| 6756 | 2026-08-29T16:18:22.374Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 6757 | 2026-08-29T16:18:22.374Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 6758 | 2026-08-29T16:18:22.374Z | replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.973 |
| 6759 | 2026-08-29T16:18:22.374Z | Aug 29 16:18:20.973Aug 29 16:18:20.973DEBG DEBG Aug 29 16:18:20.973replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6760 | 2026-08-29T16:18:22.374Z | 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 29 16:18:20.973 |
| 6761 | 2026-08-29T16:18:22.374Z | DEBG INFOINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6762 | 2026-08-29T16:18:22.374Z | Aug 29 16:18:20.973adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6763 | 2026-08-29T16:18:22.374Z | |
| 6764 | 2026-08-29T16:18:22.374Z | Aug 29 16:18:20.973INFO Aug 29 16:18:20.973adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 6765 | 2026-08-29T16:18:22.374Z | INFOAug 29 16:18:20.973 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6766 | 2026-08-29T16:18:22.375Z | |
| 6767 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973 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 } }]Aug 29 16:18:20.973 |
| 6768 | 2026-08-29T16:18:22.375Z | 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 } }]DEBGAug 29 16:18:20.973 |
| 6769 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6770 | 2026-08-29T16:18:22.375Z | DEBGAug 29 16:18:20.973INFO Aug 29 16:18:20.973adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6771 | 2026-08-29T16:18:22.375Z | 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 |
| 6772 | 2026-08-29T16:18:22.375Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 6773 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973replacing 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 } }] |
| 6774 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 INFO DEBG |
| 6775 | 2026-08-29T16:18:22.375Z | 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 } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6776 | 2026-08-29T16:18:22.375Z | 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 } }] |
| 6777 | 2026-08-29T16:18:22.375Z | |
| 6778 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973 INFOAug 29 16:18:20.973 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6779 | 2026-08-29T16:18:22.375Z | 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 } }] |
| 6780 | 2026-08-29T16:18:22.375Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973DEBG DEBGINFO DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6781 | 2026-08-29T16:18:22.376Z | Aug 29 16:18:20.973failed to allocate space for the new target listreplacing 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 } }] |
| 6782 | 2026-08-29T16:18:22.377Z | Aug 29 16:18:20.973 INFOINFO |
| 6783 | 2026-08-29T16:18:22.377Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6784 | 2026-08-29T16:18:22.377Z | Aug 29 16:18:20.973 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:20.973 |
| 6785 | 2026-08-29T16:18:22.377Z | |
| 6786 | 2026-08-29T16:18:22.377Z | DEBGfailed to allocate space for the new target list 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 } }] |
| 6787 | 2026-08-29T16:18:22.377Z | |
| 6788 | 2026-08-29T16:18:22.377Z | Aug 29 16:18:20.973 Aug 29 16:18:20.973DEBG Aug 29 16:18:20.973Aug 29 16:18:20.973 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 } }]INFODEBG |
| 6789 | 2026-08-29T16:18:22.377Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973 |
| 6790 | 2026-08-29T16:18:22.377Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6791 | 2026-08-29T16:18:22.377Z | |
| 6792 | 2026-08-29T16:18:22.381Z | 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 } }] |
| 6793 | 2026-08-29T16:18:22.382Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 INFODEBG INFOadding route 3fff:beef:32::/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 } }] |
| 6794 | 2026-08-29T16:18:22.382Z | |
| 6795 | 2026-08-29T16:18:22.382Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6796 | 2026-08-29T16:18:22.382Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 INFODEBG Aug 29 16:18:20.973 adding route 3fff:beef:a::/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 } }] |
| 6797 | 2026-08-29T16:18:22.382Z | |
| 6798 | 2026-08-29T16:18:22.382Z | DEBG Aug 29 16:18:20.973replacing 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 } }] |
| 6799 | 2026-08-29T16:18:22.382Z | DEBG Aug 29 16:18:20.973replacing 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 } }] |
| 6800 | 2026-08-29T16:18:22.382Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6801 | 2026-08-29T16:18:22.382Z | Aug 29 16:18:20.973INFO INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6802 | 2026-08-29T16:18:22.382Z | Aug 29 16:18:20.973 |
| 6803 | 2026-08-29T16:18:22.382Z | 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 } }] |
| 6804 | 2026-08-29T16:18:22.382Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 DEBG DEBGreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.973 |
| 6805 | 2026-08-29T16:18:22.382Z | 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 |
| 6806 | 2026-08-29T16:18:22.383Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6807 | 2026-08-29T16:18:22.383Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973INFO INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6808 | 2026-08-29T16:18:22.383Z | |
| 6809 | 2026-08-29T16:18:22.383Z | 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 } }] |
| 6810 | 2026-08-29T16:18:22.383Z | Aug 29 16:18:20.973Aug 29 16:18:20.973Aug 29 16:18:20.973 DEBG INFODEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6811 | 2026-08-29T16:18:22.383Z | |
| 6812 | 2026-08-29T16:18:22.383Z | 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 } }] |
| 6813 | 2026-08-29T16:18:22.383Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 INFOAug 29 16:18:20.973 DEBGINFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973 |
| 6814 | 2026-08-29T16:18:22.383Z | DEBG Aug 29 16:18:20.973created new freemap, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: |
| 6815 | 2026-08-29T16:18:22.383Z | freemap_route_ipv4 |
| 6816 | 2026-08-29T16:18:22.383Z | 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 29 16:18:20.973 |
| 6817 | 2026-08-29T16:18:22.384Z | DEBGAug 29 16:18:20.973 created new freemap, unitINFO: freemap_route_ipv6 |
| 6818 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6819 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 DEBG reset freemapadding route 3fff:beef:e::/64 -> 2001:db8::55:ff, |
| 6820 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973unit :DEBG freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6821 | 2026-08-29T16:18:22.384Z | |
| 6822 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 Aug 29 16:18:20.973DEBG INFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6823 | 2026-08-29T16:18:22.384Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6824 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 INFO Aug 29 16:18:20.973adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6825 | 2026-08-29T16:18:22.384Z | DEBGDEBG Aug 29 16:18:20.973replacing 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 } }] |
| 6826 | 2026-08-29T16:18:22.384Z | initted freemap. size: 64DEBG, replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6827 | 2026-08-29T16:18:22.384Z | : Aug 29 16:18:20.973freemap_route_ipv6 |
| 6828 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973INFO INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6829 | 2026-08-29T16:18:22.384Z | DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6830 | 2026-08-29T16:18:22.384Z | reset freemapAug 29 16:18:20.973, unitDEBG:Aug 29 16:18:20.973 freemap_route_ipv6 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 |
| 6831 | 2026-08-29T16:18:22.384Z | |
| 6832 | 2026-08-29T16:18:22.384Z | 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 } }] |
| 6833 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 Aug 29 16:18:20.973INFOAug 29 16:18:20.973Aug 29 16:18:20.973 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFODEBG |
| 6834 | 2026-08-29T16:18:22.384Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6835 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973created new freemap , DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffunit |
| 6836 | 2026-08-29T16:18:22.384Z | : Aug 29 16:18:20.973replacing 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 } }] freemap_route_ipv4 |
| 6837 | 2026-08-29T16:18:22.384Z | |
| 6838 | 2026-08-29T16:18:22.384Z | DEBGAug 29 16:18:20.973 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:18:20.973 |
| 6839 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 DEBGDEBG INFOAug 29 16:18:20.973created new freemap , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunit |
| 6840 | 2026-08-29T16:18:22.384Z | :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 freemap_route_ipv6 |
| 6841 | 2026-08-29T16:18:22.384Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6842 | 2026-08-29T16:18:22.384Z | |
| 6843 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 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 |
| 6844 | 2026-08-29T16:18:22.384Z | 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 } }] initted freemap. size: 64 |
| 6845 | 2026-08-29T16:18:22.384Z | , adding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6846 | 2026-08-29T16:18:22.384Z | unit Aug 29 16:18:20.973DEBG :INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6847 | 2026-08-29T16:18:22.384Z | 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 } }]Aug 29 16:18:20.973 |
| 6848 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 |
| 6849 | 2026-08-29T16:18:22.384Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6850 | 2026-08-29T16:18:22.384Z | INFO DEBGAug 29 16:18:20.973 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:18:20.973 |
| 6851 | 2026-08-29T16:18:22.384Z | Aug 29 16:18:20.973 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 } }] DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6852 | 2026-08-29T16:18:22.384Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 reset freemap |
| 6853 | 2026-08-29T16:18:22.384Z | |
| 6854 | 2026-08-29T16:18:22.384Z | , unit:Aug 29 16:18:20.973Aug 29 16:18:20.973 DEBGAug 29 16:18:20.973INFO freemap_route_ipv4DEBG |
| 6855 | 2026-08-29T16:18:22.384Z | 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:e::/64 -> 2001:db8::55:ff |
| 6856 | 2026-08-29T16:18:22.386Z | |
| 6857 | 2026-08-29T16:18:22.386Z | |
| 6858 | 2026-08-29T16:18:22.386Z | Aug 29 16:18:20.973Aug 29 16:18:20.973 Aug 29 16:18:20.973 DEBGAug 29 16:18:20.973Aug 29 16:18:20.973 INFO initted freemap. size: 64 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 , DEBGunitINFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff: |
| 6859 | 2026-08-29T16:18:22.386Z | 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 } }] |
| 6860 | 2026-08-29T16:18:22.386Z | |
| 6861 | 2026-08-29T16:18:22.386Z | Aug 29 16:18:20.973 DEBGfreemap_route_ipv6 Aug 29 16:18:20.973adding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 29 16:18:20.973replacing 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 |
| 6862 | 2026-08-29T16:18:22.386Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6863 | 2026-08-29T16:18:22.386Z | Aug 29 16:18:20.974 DEBGAug 29 16:18:20.973 created new freemap DEBG, unitAug 29 16:18:20.982: DEBGfreemap_route_ipv4 |
| 6864 | 2026-08-29T16:18:22.387Z | 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 } }] |
| 6865 | 2026-08-29T16:18:22.387Z | created new freemapAug 29 16:18:20.982, INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6866 | 2026-08-29T16:18:22.387Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6867 | 2026-08-29T16:18:22.387Z | unit: Aug 29 16:18:20.982Aug 29 16:18:20.982 freemap_route_ipv4 DEBGDEBG Aug 29 16:18:20.982 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: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 } }] |
| 6868 | 2026-08-29T16:18:22.388Z | DEBG |
| 6869 | 2026-08-29T16:18:22.388Z | |
| 6870 | 2026-08-29T16:18:22.388Z | created new freemap, unitAug 29 16:18:20.982Aug 29 16:18:20.982Aug 29 16:18:20.982 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff: |
| 6871 | 2026-08-29T16:18:22.388Z | INFOfreemap_route_ipv6 |
| 6872 | 2026-08-29T16:18:22.388Z | Aug 29 16:18:20.982DEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBGcreated new freemap |
| 6873 | 2026-08-29T16:18:22.388Z | 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 } }], |
| 6874 | 2026-08-29T16:18:22.388Z | Aug 29 16:18:20.982unit: freemap_route_ipv6Aug 29 16:18:20.982 |
| 6875 | 2026-08-29T16:18:22.388Z | Aug 29 16:18:20.982INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 6876 | 2026-08-29T16:18:22.388Z | 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 29 16:18:20.982 |
| 6877 | 2026-08-29T16:18:22.389Z | initted freemap. size: 64Aug 29 16:18:20.982DEBG DEBG, Aug 29 16:18:20.982 initted freemap. size: 64replacing 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 |
| 6878 | 2026-08-29T16:18:22.389Z | : freemap_route_ipv4, unit |
| 6879 | 2026-08-29T16:18:22.389Z | INFOAug 29 16:18:20.982 :INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff freemap_route_ipv4adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6880 | 2026-08-29T16:18:22.389Z | |
| 6881 | 2026-08-29T16:18:22.389Z | |
| 6882 | 2026-08-29T16:18:22.389Z | Aug 29 16:18:20.982 DEBG reset freemapAug 29 16:18:20.982Aug 29 16:18:20.982 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 } }] |
| 6883 | 2026-08-29T16:18:22.389Z | , unitAug 29 16:18:20.982Aug 29 16:18:20.982 :DEBG Aug 29 16:18:20.974INFO 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 29 16:18:20.982freemap_route_ipv4DEBG DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6884 | 2026-08-29T16:18:22.389Z | |
| 6885 | 2026-08-29T16:18:22.389Z | |
| 6886 | 2026-08-29T16:18:22.389Z | reset freemapcreated new freemapINFOAug 29 16:18:20.982, , INFOunit Aug 29 16:18:20.982: freemap_route_ipv4adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ffunit |
| 6887 | 2026-08-29T16:18:22.389Z | DEBG |
| 6888 | 2026-08-29T16:18:22.389Z | : 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 } }]freemap_route_ipv4Aug 29 16:18:20.982 |
| 6889 | 2026-08-29T16:18:22.389Z | |
| 6890 | 2026-08-29T16:18:22.389Z | Aug 29 16:18:20.982 |
| 6891 | 2026-08-29T16:18:22.389Z | DEBG DEBG initted freemap. size: 64Aug 29 16:18:20.982created new freemap , Aug 29 16:18:20.982INFO, Aug 29 16:18:20.982 unit adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGunit |
| 6892 | 2026-08-29T16:18:22.394Z | :Aug 29 16:18:20.982 : freemap_route_ipv6 |
| 6893 | 2026-08-29T16:18:22.394Z | DEBG DEBG Aug 29 16:18:20.982initted freemap. size: 64 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 29 16:18:20.982 , DEBGDEBG unitinitted freemap. size: 64 |
| 6894 | 2026-08-29T16:18:22.394Z | 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 } }], unitfreemap_route_ipv6:: |
| 6895 | 2026-08-29T16:18:22.394Z | Aug 29 16:18:20.982 freemap_route_ipv6 |
| 6896 | 2026-08-29T16:18:22.394Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 6897 | 2026-08-29T16:18:22.394Z | |
| 6898 | 2026-08-29T16:18:22.394Z | Aug 29 16:18:20.982INFO INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6899 | 2026-08-29T16:18:22.394Z | Aug 29 16:18:20.982adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBG |
| 6900 | 2026-08-29T16:18:22.394Z | |
| 6901 | 2026-08-29T16:18:22.394Z | Aug 29 16:18:20.982 reset freemapDEBG, Aug 29 16:18:20.982Aug 29 16:18:20.982unit DEBG: reset freemap DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.982, freemap_route_ipv4 |
| 6902 | 2026-08-29T16:18:22.395Z | unitDEBG |
| 6903 | 2026-08-29T16:18:22.395Z | reset freemap :, replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:20.982 freemap_route_ipv6unit |
| 6904 | 2026-08-29T16:18:22.395Z | Aug 29 16:18:20.982 |
| 6905 | 2026-08-29T16:18:22.395Z | DEBGINFO initted freemap. size: 64:adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 29 16:18:20.982Aug 29 16:18:20.982, |
| 6906 | 2026-08-29T16:18:22.395Z | unit:INFOfreemap_route_ipv6 INFO |
| 6907 | 2026-08-29T16:18:22.395Z | Aug 29 16:18:20.982freemap_route_ipv6 |
| 6908 | 2026-08-29T16:18:22.396Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6909 | 2026-08-29T16:18:22.396Z | |
| 6910 | 2026-08-29T16:18:22.396Z | |
| 6911 | 2026-08-29T16:18:22.396Z | Aug 29 16:18:20.982Aug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982INFO DEBG Aug 29 16:18:20.982 DEBG reset freemap 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 |
| 6912 | 2026-08-29T16:18:22.396Z | 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 } }], unitadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6913 | 2026-08-29T16:18:22.396Z | : |
| 6914 | 2026-08-29T16:18:22.396Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6915 | 2026-08-29T16:18:22.396Z | |
| 6916 | 2026-08-29T16:18:22.396Z | Aug 29 16:18:20.982 INFOAug 29 16:18:20.982 Aug 29 16:18:20.982adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6917 | 2026-08-29T16:18:22.396Z | INFOAug 29 16:18:20.982Aug 29 16:18:20.982 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6918 | 2026-08-29T16:18:22.396Z | DEBGINFODEBG Aug 29 16:18:20.982 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 29 16:18:20.982 |
| 6919 | 2026-08-29T16:18:22.397Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 6920 | 2026-08-29T16:18:22.397Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6921 | 2026-08-29T16:18:22.397Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:20.982 |
| 6922 | 2026-08-29T16:18:22.397Z | |
| 6923 | 2026-08-29T16:18:22.397Z | DEBGAug 29 16:18:20.982 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6924 | 2026-08-29T16:18:22.397Z | INFO Aug 29 16:18:20.982adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 29 16:18:20.982 |
| 6925 | 2026-08-29T16:18:22.397Z | INFO Aug 29 16:18:20.982 INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 6926 | 2026-08-29T16:18:22.397Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 6927 | 2026-08-29T16:18:22.397Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:18:20.982 |
| 6928 | 2026-08-29T16:18:22.397Z | Aug 29 16:18:20.982 Aug 29 16:18:20.982DEBG Aug 29 16:18:20.982 DEBGDEBGAug 29 16:18:20.982 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 6929 | 2026-08-29T16:18:22.397Z | |
| 6930 | 2026-08-29T16:18:22.397Z | 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 } }] |
| 6931 | 2026-08-29T16:18:22.397Z | DEBGAug 29 16:18:20.982 Aug 29 16:18:20.982 Aug 29 16:18:20.982 INFO INFOadding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] INFO |
| 6932 | 2026-08-29T16:18:22.397Z | INFO |
| 6933 | 2026-08-29T16:18:22.397Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 6934 | 2026-08-29T16:18:22.397Z | |
| 6935 | 2026-08-29T16:18:22.397Z | |
| 6936 | 2026-08-29T16:18:22.397Z | Aug 29 16:18:20.982 DEBGAug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982replacing 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 29 16:18:20.982 DEBG INFO |
| 6937 | 2026-08-29T16:18:22.397Z | 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6938 | 2026-08-29T16:18:22.397Z | DEBG Aug 29 16:18:20.982 |
| 6939 | 2026-08-29T16:18:22.397Z | 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 29 16:18:20.982replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 6940 | 2026-08-29T16:18:22.397Z | adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 6941 | 2026-08-29T16:18:22.397Z | Aug 29 16:18:20.982 |
| 6942 | 2026-08-29T16:18:22.398Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 6943 | 2026-08-29T16:18:22.398Z | Aug 29 16:18:20.982 DEBGAug 29 16:18:20.982 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6944 | 2026-08-29T16:18:22.398Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6945 | 2026-08-29T16:18:22.398Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffAug 29 16:18:20.982 Aug 29 16:18:20.982Aug 29 16:18:20.982 Aug 29 16:18:20.982INFO INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 6946 | 2026-08-29T16:18:22.398Z | |
| 6947 | 2026-08-29T16:18:22.398Z | replacing targets for 3fff:dead::/64 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 } }] |
| 6948 | 2026-08-29T16:18:22.398Z | DEBG Aug 29 16:18:20.982adding route 172.16.0.0/32 -> 10.0.0.3 |
| 6949 | 2026-08-29T16:18:22.398Z | Aug 29 16:18:20.982replacing 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 } }] |
| 6950 | 2026-08-29T16:18:22.398Z | Aug 29 16:18:20.982DEBGDEBG Aug 29 16:18:20.982replacing 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 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 } }] |
| 6951 | 2026-08-29T16:18:22.398Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6952 | 2026-08-29T16:18:22.398Z | WARN |
| 6953 | 2026-08-29T16:18:22.398Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGAug 29 16:18:20.982Aug 29 16:18:20.982 |
| 6954 | 2026-08-29T16:18:22.398Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.982 |
| 6955 | 2026-08-29T16:18:22.398Z | INFO INFOINFOAug 29 16:18:20.982 adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6956 | 2026-08-29T16:18:22.399Z | ERRO |
| 6957 | 2026-08-29T16:18:22.399Z | |
| 6958 | 2026-08-29T16:18:22.399Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:18:20.982Aug 29 16:18:20.982 |
| 6959 | 2026-08-29T16:18:22.399Z | DEBGAug 29 16:18:20.982 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 Aug 29 16:18:20.982INFO |
| 6960 | 2026-08-29T16:18:22.399Z | Aug 29 16:18:20.982 DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6961 | 2026-08-29T16:18:22.399Z | Aug 29 16:18:20.982 adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 29 16:18:20.982 |
| 6962 | 2026-08-29T16:18:22.399Z | INFO |
| 6963 | 2026-08-29T16:18:22.399Z | DEBG ERRO failed to allocate space for the new target listadding route 172.17.0.4/32 -> 10.0.0.255Aug 29 16:18:20.982 |
| 6964 | 2026-08-29T16:18:22.399Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 6965 | 2026-08-29T16:18:22.399Z | INFO |
| 6966 | 2026-08-29T16:18:22.399Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 29 16:18:20.982 |
| 6967 | 2026-08-29T16:18:22.399Z | Aug 29 16:18:20.982 Aug 29 16:18:20.982DEBG DEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:20.982DEBG |
| 6968 | 2026-08-29T16:18:22.399Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6969 | 2026-08-29T16:18:22.399Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6970 | 2026-08-29T16:18:22.400Z | 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 29 16:18:20.983 |
| 6971 | 2026-08-29T16:18:22.400Z | Aug 29 16:18:20.995DEBG DEBGcreated new freemap |
| 6972 | 2026-08-29T16:18:22.400Z | Aug 29 16:18:20.995 |
| 6973 | 2026-08-29T16:18:22.400Z | Aug 29 16:18:20.995INFO DEBG adding route 3fff:beef:22::/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 } }] |
| 6974 | 2026-08-29T16:18:22.400Z | |
| 6975 | 2026-08-29T16:18:22.400Z | Aug 29 16:18:20.995Aug 29 16:18:20.982 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:18:20.995 |
| 6976 | 2026-08-29T16:18:22.400Z | 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 } }] |
| 6977 | 2026-08-29T16:18:22.400Z | DEBG reset freemap |
| 6978 | 2026-08-29T16:18:22.400Z | , Aug 29 16:18:20.995unit :, Aug 29 16:18:20.995unitINFO: 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 } }]freemap_route_ipv4 |
| 6979 | 2026-08-29T16:18:22.400Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6980 | 2026-08-29T16:18:22.400Z | |
| 6981 | 2026-08-29T16:18:22.400Z | freemap_route_ipv6Aug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995INFO |
| 6982 | 2026-08-29T16:18:22.400Z | Aug 29 16:18:20.995adding route 172.17.0.6/32 -> 10.0.0.255 DEBGINFO |
| 6983 | 2026-08-29T16:18:22.400Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 29 16:18:20.995 |
| 6984 | 2026-08-29T16:18:22.400Z | created new freemapDEBGINFO Aug 29 16:18:20.995 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 6985 | 2026-08-29T16:18:22.400Z | unitDEBG : |
| 6986 | 2026-08-29T16:18:22.401Z | 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 } }] |
| 6987 | 2026-08-29T16:18:22.401Z | Aug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995 INFOfreemap_route_ipv6 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6988 | 2026-08-29T16:18:22.401Z | DEBGAug 29 16:18:20.995DEBG |
| 6989 | 2026-08-29T16:18:22.401Z | 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 } }] |
| 6990 | 2026-08-29T16:18:22.401Z | INFO |
| 6991 | 2026-08-29T16:18:22.401Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:18:20.995 |
| 6992 | 2026-08-29T16:18:22.405Z | Aug 29 16:18:20.995 Aug 29 16:18:20.995Aug 29 16:18:20.995DEBG INFO DEBGDEBGreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:20.995replacing 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 } }] |
| 6993 | 2026-08-29T16:18:22.405Z | |
| 6994 | 2026-08-29T16:18:22.405Z | |
| 6995 | 2026-08-29T16:18:22.405Z | initted freemap. size: 64, unit :Aug 29 16:18:20.995 INFOINFO Aug 29 16:18:20.995 Aug 29 16:18:20.995freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6996 | 2026-08-29T16:18:22.405Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6997 | 2026-08-29T16:18:22.405Z | DEBGINFO |
| 6998 | 2026-08-29T16:18:22.405Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.995adding route 172.17.0.8/32 -> 10.0.0.255 |
| 6999 | 2026-08-29T16:18:22.405Z | |
| 7000 | 2026-08-29T16:18:22.405Z | Aug 29 16:18:20.995 DEBGDEBG Aug 29 16:18:20.995Aug 29 16:18:20.995reset freemap DEBG Aug 29 16:18:20.995 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 } }], INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7001 | 2026-08-29T16:18:22.405Z | |
| 7002 | 2026-08-29T16:18:22.405Z | |
| 7003 | 2026-08-29T16:18:22.405Z | : freemap_route_ipv4 |
| 7004 | 2026-08-29T16:18:22.405Z | DEBGAug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995INFOreplacing 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.9/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 } }] |
| 7005 | 2026-08-29T16:18:22.405Z | |
| 7006 | 2026-08-29T16:18:22.405Z | INFO Aug 29 16:18:20.995adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7007 | 2026-08-29T16:18:22.405Z | Aug 29 16:18:20.995 |
| 7008 | 2026-08-29T16:18:22.405Z | Aug 29 16:18:20.995DEBG INFO DEBG Aug 29 16:18:20.995adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7009 | 2026-08-29T16:18:22.405Z | initted freemap. size: 64replacing 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 } }] |
| 7010 | 2026-08-29T16:18:22.405Z | INFOAug 29 16:18:20.995 , unitAug 29 16:18:20.995: DEBG adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv6Aug 29 16:18:20.995DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7011 | 2026-08-29T16:18:22.406Z | |
| 7012 | 2026-08-29T16:18:22.406Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7013 | 2026-08-29T16:18:22.406Z | |
| 7014 | 2026-08-29T16:18:22.406Z | 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 } }] |
| 7015 | 2026-08-29T16:18:22.406Z | Aug 29 16:18:20.995Aug 29 16:18:20.995 Aug 29 16:18:20.995DEBGAug 29 16:18:20.995 DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:18:20.995DEBGreplacing 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 } }] |
| 7016 | 2026-08-29T16:18:22.406Z | INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7017 | 2026-08-29T16:18:22.406Z | |
| 7018 | 2026-08-29T16:18:22.406Z | Aug 29 16:18:20.995 WARN reset freemapAug 29 16:18:20.995adding route 3fff:beef:27::/64 -> 2001:db8::55:ffshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 7019 | 2026-08-29T16:18:22.406Z | unit |
| 7020 | 2026-08-29T16:18:22.406Z | INFO :adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:18:20.995 |
| 7021 | 2026-08-29T16:18:22.406Z | freemap_route_ipv6INFOAug 29 16:18:20.995 |
| 7022 | 2026-08-29T16:18:22.406Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7023 | 2026-08-29T16:18:22.406Z | Aug 29 16:18:20.995 DEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:18:20.995 |
| 7024 | 2026-08-29T16:18:22.407Z | 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 } }] |
| 7025 | 2026-08-29T16:18:22.407Z | Aug 29 16:18:20.995 INFODEBG Aug 29 16:18:20.995adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7026 | 2026-08-29T16:18:22.407Z | INFO adding route 172.17.0.12/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 } }] |
| 7027 | 2026-08-29T16:18:22.407Z | |
| 7028 | 2026-08-29T16:18:22.407Z | Aug 29 16:18:20.995Aug 29 16:18:20.995 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7029 | 2026-08-29T16:18:22.407Z | DEBGAug 29 16:18:20.995 DEBGAug 29 16:18:20.995replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:18:20.995replacing 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 } }] |
| 7030 | 2026-08-29T16:18:22.407Z | |
| 7031 | 2026-08-29T16:18:22.407Z | 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 } }]Aug 29 16:18:20.995Aug 29 16:18:20.995 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7032 | 2026-08-29T16:18:22.407Z | |
| 7033 | 2026-08-29T16:18:22.407Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.13/32 -> 10.0.0.255Aug 29 16:18:20.995 |
| 7034 | 2026-08-29T16:18:22.407Z | |
| 7035 | 2026-08-29T16:18:22.407Z | Aug 29 16:18:20.995 DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7036 | 2026-08-29T16:18:22.407Z | Aug 29 16:18:20.995Aug 29 16:18:20.995 |
| 7037 | 2026-08-29T16:18:22.407Z | DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7038 | 2026-08-29T16:18:22.408Z | |
| 7039 | 2026-08-29T16:18:22.408Z | Aug 29 16:18:20.995 DEBGAug 29 16:18:20.995 INFOAug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 172.17.0.14/32 -> 10.0.0.255INFO 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:3 |
| 7040 | 2026-08-29T16:18:22.408Z | |
| 7041 | 2026-08-29T16:18:22.408Z | INFO |
| 7042 | 2026-08-29T16:18:22.408Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 29 16:18:20.995Aug 29 16:18:20.995 |
| 7043 | 2026-08-29T16:18:22.408Z | Aug 29 16:18:20.982Aug 29 16:18:20.995 DEBG DEBG INFO INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7044 | 2026-08-29T16:18:22.408Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 29 16:18:20.995 |
| 7045 | 2026-08-29T16:18:22.408Z | |
| 7046 | 2026-08-29T16:18:22.408Z | Aug 29 16:18:20.995 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7047 | 2026-08-29T16:18:22.408Z | Aug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 3fff:dead::/64 -> 2001:db8::55:4INFODEBG |
| 7048 | 2026-08-29T16:18:22.408Z | 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 } }]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 } }] |
| 7049 | 2026-08-29T16:18:22.408Z | |
| 7050 | 2026-08-29T16:18:22.408Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7051 | 2026-08-29T16:18:22.408Z | Aug 29 16:18:20.995Aug 29 16:18:20.995 DEBGAug 29 16:18:20.995Aug 29 16:18:20.995 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 } }]DEBG INFO |
| 7052 | 2026-08-29T16:18:22.409Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7053 | 2026-08-29T16:18:22.409Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7054 | 2026-08-29T16:18:22.409Z | |
| 7055 | 2026-08-29T16:18:22.409Z | Aug 29 16:18:20.995 Aug 29 16:18:20.995 INFOINFOAug 29 16:18:20.995 Aug 29 16:18:20.995 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 7056 | 2026-08-29T16:18:22.409Z | Aug 29 16:18:20.995 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 } }] |
| 7057 | 2026-08-29T16:18:22.409Z | INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7058 | 2026-08-29T16:18:22.409Z | Aug 29 16:18:20.995 INFOAug 29 16:18:20.995 |
| 7059 | 2026-08-29T16:18:22.409Z | Aug 29 16:18:20.995 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7060 | 2026-08-29T16:18:22.409Z | Aug 29 16:18:20.995DEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7061 | 2026-08-29T16:18:22.410Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7062 | 2026-08-29T16:18:22.410Z | |
| 7063 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:20.995DEBG DEBGreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:18:20.995 |
| 7064 | 2026-08-29T16:18:22.410Z | WARNAug 29 16:18:20.995replacing 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 } }] |
| 7065 | 2026-08-29T16:18:22.410Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOAug 29 16:18:20.995 |
| 7066 | 2026-08-29T16:18:22.410Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 29 16:18:20.995adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7067 | 2026-08-29T16:18:22.410Z | |
| 7068 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:20.995 INFOINFO Aug 29 16:18:20.995adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7069 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:20.995 DEBGadding route 172.17.0.7/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 } }]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 29 16:18:20.996 |
| 7070 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:20.996 DEBGDEBG created new freemapcreated new freemapAug 29 16:18:20.995, , unitDEBG Aug 29 16:18:21.006replacing 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 } }] |
| 7071 | 2026-08-29T16:18:22.410Z | INFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7072 | 2026-08-29T16:18:22.410Z | |
| 7073 | 2026-08-29T16:18:22.410Z | |
| 7074 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:21.006 INFO Aug 29 16:18:21.006Aug 29 16:18:21.006 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 29 16:18:21.006created new freemap |
| 7075 | 2026-08-29T16:18:22.410Z | , INFOunit |
| 7076 | 2026-08-29T16:18:22.410Z | : adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6 |
| 7077 | 2026-08-29T16:18:22.410Z | |
| 7078 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7079 | 2026-08-29T16:18:22.410Z | Aug 29 16:18:21.006DEBG DEBG initted freemap. size: 64replacing 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 } }], |
| 7080 | 2026-08-29T16:18:22.412Z | unit: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 } }] |
| 7081 | 2026-08-29T16:18:22.412Z | Aug 29 16:18:21.006Aug 29 16:18:21.006freemap_route_ipv4 INFO |
| 7082 | 2026-08-29T16:18:22.412Z | DEBG Aug 29 16:18:21.006replacing 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:18::/64 -> 2001:db8::55:ff |
| 7083 | 2026-08-29T16:18:22.412Z | INFO Aug 29 16:18:21.006 |
| 7084 | 2026-08-29T16:18:22.412Z | adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7085 | 2026-08-29T16:18:22.412Z | Aug 29 16:18:21.006reset freemap Aug 29 16:18:21.006, DEBGunit :Aug 29 16:18:21.006INFO freemap_route_ipv4replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7086 | 2026-08-29T16:18:22.412Z | |
| 7087 | 2026-08-29T16:18:22.412Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 29 16:18:21.006replacing 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 29 16:18:21.006 |
| 7088 | 2026-08-29T16:18:22.412Z | INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7089 | 2026-08-29T16:18:22.412Z | Aug 29 16:18:21.006 |
| 7090 | 2026-08-29T16:18:22.412Z | initted freemap. size: 64 INFO adding route 172.17.0.20/32 -> 10.0.0.255, |
| 7091 | 2026-08-29T16:18:22.412Z | Aug 29 16:18:21.006unit :Aug 29 16:18:21.006 DEBGfreemap_route_ipv6 |
| 7092 | 2026-08-29T16:18:22.417Z | Aug 29 16:18:21.006replacing 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 } }] DEBGDEBG |
| 7093 | 2026-08-29T16:18:22.417Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 29 16:18:21.006 |
| 7094 | 2026-08-29T16:18:22.417Z | Aug 29 16:18:21.006 |
| 7095 | 2026-08-29T16:18:22.417Z | INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7096 | 2026-08-29T16:18:22.417Z | reset freemapAug 29 16:18:21.006Aug 29 16:18:21.006, unit :INFO freemap_route_ipv6adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7097 | 2026-08-29T16:18:22.417Z | |
| 7098 | 2026-08-29T16:18:22.417Z | INFOAug 29 16:18:21.006 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:21.006 |
| 7099 | 2026-08-29T16:18:22.417Z | 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 } }] Aug 29 16:18:21.006 |
| 7100 | 2026-08-29T16:18:22.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7101 | 2026-08-29T16:18:22.417Z | 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 29 16:18:21.006 |
| 7102 | 2026-08-29T16:18:22.417Z | Aug 29 16:18:21.006Aug 29 16:18:21.006 DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGreplacing 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 29 16:18:21.006 |
| 7103 | 2026-08-29T16:18:22.417Z | |
| 7104 | 2026-08-29T16:18:22.417Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7105 | 2026-08-29T16:18:22.417Z | |
| 7106 | 2026-08-29T16:18:22.417Z | Aug 29 16:18:21.006 Aug 29 16:18:21.006Aug 29 16:18:21.006DEBG INFO INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7107 | 2026-08-29T16:18:22.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:21.006adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7108 | 2026-08-29T16:18:22.417Z | Aug 29 16:18:21.006 |
| 7109 | 2026-08-29T16:18:22.417Z | DEBGINFO Aug 29 16:18:21.006adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7110 | 2026-08-29T16:18:22.417Z | DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7111 | 2026-08-29T16:18:22.418Z | |
| 7112 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006Aug 29 16:18:21.006 DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7113 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006 |
| 7114 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 Aug 29 16:18:21.006Aug 29 16:18:21.006 |
| 7115 | 2026-08-29T16:18:22.418Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO |
| 7116 | 2026-08-29T16:18:22.418Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7117 | 2026-08-29T16:18:22.418Z | |
| 7118 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006 Aug 29 16:18:21.006 DEBGAug 29 16:18:20.995 |
| 7119 | 2026-08-29T16:18:22.418Z | 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 |
| 7120 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006 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 } }]DEBGDEBG |
| 7121 | 2026-08-29T16:18:22.418Z | Aug 29 16:18:21.006created new freemap 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 } }]unitAug 29 16:18:21.006adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7122 | 2026-08-29T16:18:22.418Z | |
| 7123 | 2026-08-29T16:18:22.418Z | : freemap_route_ipv4 |
| 7124 | 2026-08-29T16:18:22.418Z | DEBGAug 29 16:18:21.006 Aug 29 16:18:21.006DEBGreplacing 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 } }] |
| 7125 | 2026-08-29T16:18:22.419Z | 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 } }] |
| 7126 | 2026-08-29T16:18:22.419Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006 INFOINFODEBG Aug 29 16:18:21.006adding route 172.17.0.8/32 -> 10.0.0.255 created new freemapadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7127 | 2026-08-29T16:18:22.419Z | , INFO |
| 7128 | 2026-08-29T16:18:22.419Z | unit :adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 7129 | 2026-08-29T16:18:22.419Z | freemap_route_ipv6 |
| 7130 | 2026-08-29T16:18:22.419Z | |
| 7131 | 2026-08-29T16:18:22.419Z | Aug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006DEBG DEBGDEBGAug 29 16:18:21.006 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 } }] 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 } }] |
| 7132 | 2026-08-29T16:18:22.419Z | DEBG |
| 7133 | 2026-08-29T16:18:22.419Z | initted freemap. size: 64 , unit: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 29 16:18:21.006freemap_route_ipv4 |
| 7134 | 2026-08-29T16:18:22.419Z | |
| 7135 | 2026-08-29T16:18:22.419Z | 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 } }] |
| 7136 | 2026-08-29T16:18:22.419Z | Aug 29 16:18:21.006Aug 29 16:18:21.006 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 7137 | 2026-08-29T16:18:22.419Z | Aug 29 16:18:21.006 INFO Aug 29 16:18:21.006 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255reset freemap, |
| 7138 | 2026-08-29T16:18:22.419Z | |
| 7139 | 2026-08-29T16:18:22.419Z | Aug 29 16:18:21.006 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffunitDEBG: |
| 7140 | 2026-08-29T16:18:22.419Z | Aug 29 16:18:21.006Aug 29 16:18:21.006 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 |
| 7141 | 2026-08-29T16:18:22.419Z | 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 } }] |
| 7142 | 2026-08-29T16:18:22.420Z | |
| 7143 | 2026-08-29T16:18:22.420Z | Aug 29 16:18:21.006 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 } }] |
| 7144 | 2026-08-29T16:18:22.420Z | DEBGAug 29 16:18:21.006 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 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006 DEBG |
| 7145 | 2026-08-29T16:18:22.420Z | INFOINFO initted freemap. size: 64 , adding route 172.17.0.26/32 -> 10.0.0.255INFOunit adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7146 | 2026-08-29T16:18:22.420Z | |
| 7147 | 2026-08-29T16:18:22.420Z | |
| 7148 | 2026-08-29T16:18:22.420Z | : freemap_route_ipv6 |
| 7149 | 2026-08-29T16:18:22.420Z | test route::tests::identity_replace_is_noop ... ok |
| 7150 | 2026-08-29T16:18:22.420Z | Aug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 Aug 29 16:18:21.006DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7151 | 2026-08-29T16:18:22.420Z | DEBG |
| 7152 | 2026-08-29T16:18:22.420Z | test route::tests::same_size_non_subset_replace ... ok |
| 7153 | 2026-08-29T16:18:22.421Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7154 | 2026-08-29T16:18:22.421Z | INFO Aug 29 16:18:21.006 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.006adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGAug 29 16:18:21.006 |
| 7155 | 2026-08-29T16:18:22.421Z | |
| 7156 | 2026-08-29T16:18:22.421Z | INFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap |
| 7157 | 2026-08-29T16:18:22.421Z | , adding route 172.17.0.11/32 -> 10.0.0.255unitAug 29 16:18:21.006 |
| 7158 | 2026-08-29T16:18:22.422Z | Aug 29 16:18:21.006 Aug 29 16:18:21.006:DEBGINFO Aug 29 16:18:21.006 freemap_route_ipv6replacing 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 } }] |
| 7159 | 2026-08-29T16:18:22.422Z | |
| 7160 | 2026-08-29T16:18:22.422Z | DEBG adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7161 | 2026-08-29T16:18:22.422Z | 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 } }]Aug 29 16:18:21.006Aug 29 16:18:21.006 |
| 7162 | 2026-08-29T16:18:22.422Z | INFO Aug 29 16:18:21.006 adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:18:21.006INFOreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 7163 | 2026-08-29T16:18:22.422Z | 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 } }] |
| 7164 | 2026-08-29T16:18:22.422Z | |
| 7165 | 2026-08-29T16:18:22.422Z | INFO |
| 7166 | 2026-08-29T16:18:22.422Z | Aug 29 16:18:21.006Aug 29 16:18:21.006Aug 29 16:18:21.006 DEBGINFOAug 29 16:18:21.006 adding route 172.17.0.12/32 -> 10.0.0.255replacing 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:36::/64 -> 2001:db8::55:ff |
| 7167 | 2026-08-29T16:18:22.422Z | INFO |
| 7168 | 2026-08-29T16:18:22.422Z | DEBG adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7169 | 2026-08-29T16:18:22.422Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:21.006 |
| 7170 | 2026-08-29T16:18:22.422Z | INFO |
| 7171 | 2026-08-29T16:18:22.422Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:18:21.006Aug 29 16:18:21.006 |
| 7172 | 2026-08-29T16:18:22.422Z | Aug 29 16:18:21.006INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 7173 | 2026-08-29T16:18:22.422Z | 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 |
| 7174 | 2026-08-29T16:18:22.422Z | Aug 29 16:18:21.006replacing 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 } }] |
| 7175 | 2026-08-29T16:18:22.422Z | DEBG Aug 29 16:18:21.006Aug 29 16:18:21.006 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 29 16:18:21.006 |
| 7176 | 2026-08-29T16:18:22.422Z | DEBG 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 } }]Aug 29 16:18:21.006 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7177 | 2026-08-29T16:18:22.422Z | Aug 29 16:18:21.006 INFOadding route 172.17.0.29/32 -> 10.0.0.255 Aug 29 16:18:21.006 |
| 7178 | 2026-08-29T16:18:22.422Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7179 | 2026-08-29T16:18:22.422Z | INFO |
| 7180 | 2026-08-29T16:18:22.422Z | INFOAug 29 16:18:21.006 adding route 172.16.0.0/32 -> 10.0.0.3 Aug 29 16:18:21.006 |
| 7181 | 2026-08-29T16:18:22.423Z | DEBGadding route 172.17.0.13/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 } }] |
| 7182 | 2026-08-29T16:18:22.423Z | |
| 7183 | 2026-08-29T16:18:22.423Z | Aug 29 16:18:21.006 Aug 29 16:18:21.006DEBG DEBGINFOAug 29 16:18:21.006replacing 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 29 16:18:21.006 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 } }] 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 } }] |
| 7184 | 2026-08-29T16:18:22.423Z | |
| 7185 | 2026-08-29T16:18:22.423Z | INFO |
| 7186 | 2026-08-29T16:18:22.423Z | adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:18:21.006 INFO Aug 29 16:18:21.006adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7187 | 2026-08-29T16:18:22.423Z | INFOAug 29 16:18:21.021 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 7188 | 2026-08-29T16:18:22.423Z | unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 7189 | 2026-08-29T16:18:22.423Z | Aug 29 16:18:21.021freemap_route_ipv4 Aug 29 16:18:21.021Aug 29 16:18:21.021 |
| 7190 | 2026-08-29T16:18:22.423Z | DEBGINFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 7191 | 2026-08-29T16:18:22.423Z | adding route 172.17.0.14/32 -> 10.0.0.255 Aug 29 16:18:21.021replacing 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 } }] |
| 7192 | 2026-08-29T16:18:22.427Z | |
| 7193 | 2026-08-29T16:18:22.427Z | DEBG created new freemapAug 29 16:18:21.021 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 29 16:18:21.007 |
| 7194 | 2026-08-29T16:18:22.427Z | Aug 29 16:18:21.021 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGunit |
| 7195 | 2026-08-29T16:18:22.427Z | :created new freemap freemap_route_ipv6INFO |
| 7196 | 2026-08-29T16:18:22.427Z | , Aug 29 16:18:21.021 Aug 29 16:18:21.021 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBGunit |
| 7197 | 2026-08-29T16:18:22.427Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Aug 29 16:18:21.021 |
| 7198 | 2026-08-29T16:18:22.427Z | DEBG freemap_route_ipv4initted freemap. size: 64Aug 29 16:18:21.021INFO |
| 7199 | 2026-08-29T16:18:22.427Z | , Aug 29 16:18:21.021unitadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7200 | 2026-08-29T16:18:22.427Z | INFO : DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7201 | 2026-08-29T16:18:22.428Z | |
| 7202 | 2026-08-29T16:18:22.428Z | Aug 29 16:18:21.021replacing 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 } }] |
| 7203 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021DEBG DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021DEBGAug 29 16:18:21.021 created new freemapDEBG, unitreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7204 | 2026-08-29T16:18:22.429Z | :reset freemap freemap_route_ipv6, |
| 7205 | 2026-08-29T16:18:22.429Z | unitAug 29 16:18:21.021INFO INFOAug 29 16:18:21.021 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff : |
| 7206 | 2026-08-29T16:18:22.429Z | |
| 7207 | 2026-08-29T16:18:22.429Z | DEBG initted freemap. size: 64freemap_route_ipv4, unitAug 29 16:18:21.021 |
| 7208 | 2026-08-29T16:18:22.429Z | : DEBG freemap_route_ipv4replacing 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 29 16:18:21.021 |
| 7209 | 2026-08-29T16:18:22.429Z | |
| 7210 | 2026-08-29T16:18:22.429Z | 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 } }]Aug 29 16:18:21.021 |
| 7211 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBG INFO DEBGinitted freemap. size: 64adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7212 | 2026-08-29T16:18:22.429Z | , reset freemapAug 29 16:18:21.021unit: , INFO unit :freemap_route_ipv6adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7213 | 2026-08-29T16:18:22.429Z | |
| 7214 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021freemap_route_ipv4 |
| 7215 | 2026-08-29T16:18:22.429Z | DEBGAug 29 16:18:21.021Aug 29 16:18:21.021 DEBGDEBG reset freemapreplacing 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 } }] , |
| 7216 | 2026-08-29T16:18:22.429Z | unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:18:21.021 |
| 7217 | 2026-08-29T16:18:22.429Z | : DEBGfreemap_route_ipv6 |
| 7218 | 2026-08-29T16:18:22.429Z | |
| 7219 | 2026-08-29T16:18:22.429Z | initted freemap. size: 64, Aug 29 16:18:21.021unit Aug 29 16:18:21.021 INFOAug 29 16:18:21.021INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff: adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7220 | 2026-08-29T16:18:22.429Z | |
| 7221 | 2026-08-29T16:18:22.429Z | |
| 7222 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021freemap_route_ipv6 |
| 7223 | 2026-08-29T16:18:22.429Z | DEBG Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:18:21.021replacing 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 } }] |
| 7224 | 2026-08-29T16:18:22.429Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7225 | 2026-08-29T16:18:22.429Z | DEBGreset freemap |
| 7226 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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, |
| 7227 | 2026-08-29T16:18:22.429Z | unit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:18:21.021 freemap_route_ipv6Aug 29 16:18:21.021 |
| 7228 | 2026-08-29T16:18:22.429Z | INFOINFO |
| 7229 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021 adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 29 16:18:21.021 |
| 7230 | 2026-08-29T16:18:22.429Z | INFOAug 29 16:18:21.021 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7231 | 2026-08-29T16:18:22.429Z | DEBGINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7232 | 2026-08-29T16:18:22.429Z | 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 29 16:18:21.021 |
| 7233 | 2026-08-29T16:18:22.429Z | |
| 7234 | 2026-08-29T16:18:22.429Z | Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBGDEBG Aug 29 16:18:21.021replacing 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 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7235 | 2026-08-29T16:18:22.429Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7236 | 2026-08-29T16:18:22.429Z | |
| 7237 | 2026-08-29T16:18:22.429Z | failed to allocate space for the new target listAug 29 16:18:21.021 INFOAug 29 16:18:21.021 |
| 7238 | 2026-08-29T16:18:22.430Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:18:21.021DEBG Aug 29 16:18:21.021 |
| 7239 | 2026-08-29T16:18:22.430Z | INFO Aug 29 16:18:21.021 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 |
| 7240 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7241 | 2026-08-29T16:18:22.430Z | 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 29 16:18:21.021 |
| 7242 | 2026-08-29T16:18:22.430Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 29 16:18:21.021 |
| 7243 | 2026-08-29T16:18:22.430Z | |
| 7244 | 2026-08-29T16:18:22.430Z | 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 } }, NextHop { asic_port_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 29 16:18:21.021 |
| 7245 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 adding route 172.17.0.32/32 -> 10.0.0.255 DEBGDEBG |
| 7246 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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: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 |
| 7247 | 2026-08-29T16:18:22.430Z | |
| 7248 | 2026-08-29T16:18:22.430Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7249 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 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 } }] |
| 7250 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFO INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7251 | 2026-08-29T16:18:22.430Z | |
| 7252 | 2026-08-29T16:18:22.430Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7253 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021DEBGreplacing targets for 3fff:dead::/64 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: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 |
| 7254 | 2026-08-29T16:18:22.430Z | |
| 7255 | 2026-08-29T16:18:22.430Z | 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 } }] |
| 7256 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 WARN shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:18:21.021 |
| 7257 | 2026-08-29T16:18:22.430Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Aug 29 16:18:21.021 |
| 7258 | 2026-08-29T16:18:22.430Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7259 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 DEBG Aug 29 16:18:21.021replacing 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 } }] |
| 7260 | 2026-08-29T16:18:22.430Z | 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 } }] |
| 7261 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021 INFO Aug 29 16:18:21.021failed to allocate space for the new target list |
| 7262 | 2026-08-29T16:18:22.430Z | adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 7263 | 2026-08-29T16:18:22.430Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7264 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021replacing 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 29 16:18:21.021 |
| 7265 | 2026-08-29T16:18:22.430Z | DEBG DEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 29 16:18:21.021 |
| 7266 | 2026-08-29T16:18:22.430Z | |
| 7267 | 2026-08-29T16:18:22.430Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7268 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021 INFOINFODEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7269 | 2026-08-29T16:18:22.430Z | |
| 7270 | 2026-08-29T16:18:22.430Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7271 | 2026-08-29T16:18:22.430Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBGINFO adding route 172.17.0.17/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 } }]DEBG |
| 7272 | 2026-08-29T16:18:22.430Z | |
| 7273 | 2026-08-29T16:18:22.431Z | 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 } }] |
| 7274 | 2026-08-29T16:18:22.431Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFODEBG INFOadding route 172.17.0.37/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 } }] |
| 7275 | 2026-08-29T16:18:22.433Z | |
| 7276 | 2026-08-29T16:18:22.433Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7277 | 2026-08-29T16:18:22.433Z | Aug 29 16:18:21.021Aug 29 16:18:21.021Aug 29 16:18:21.021 DEBGINFO DEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing 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.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 } }] |
| 7278 | 2026-08-29T16:18:22.433Z | |
| 7279 | 2026-08-29T16:18:22.433Z | |
| 7280 | 2026-08-29T16:18:22.433Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO |
| 7281 | 2026-08-29T16:18:22.433Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7282 | 2026-08-29T16:18:22.433Z | |
| 7283 | 2026-08-29T16:18:22.433Z | Aug 29 16:18:21.021Aug 29 16:18:21.021 Aug 29 16:18:21.021INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7284 | 2026-08-29T16:18:22.433Z | 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.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 } }] |
| 7285 | 2026-08-29T16:18:22.433Z | |
| 7286 | 2026-08-29T16:18:22.433Z | Aug 29 16:18:21.021 DEBGAug 29 16:18:21.021 Aug 29 16:18:21.021replacing 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 } }] |
| 7287 | 2026-08-29T16:18:22.433Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 7288 | 2026-08-29T16:18:22.433Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7289 | 2026-08-29T16:18:22.433Z | Aug 29 16:18:21.021 Aug 29 16:18:21.021Aug 29 16:18:21.021INFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 7290 | 2026-08-29T16:18:22.433Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 7291 | 2026-08-29T16:18:22.434Z | |
| 7292 | 2026-08-29T16:18:22.438Z | Aug 29 16:18:21.021 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.022 |
| 7293 | 2026-08-29T16:18:22.438Z | Aug 29 16:18:21.022Aug 29 16:18:21.022Aug 29 16:18:21.035 DEBGINFO created new freemapDEBGDEBG, adding route 172.17.0.21/32 -> 10.0.0.255unit |
| 7294 | 2026-08-29T16:18:22.438Z | :created new freemap created new freemapAug 29 16:18:21.035freemap_route_ipv4, , unit |
| 7295 | 2026-08-29T16:18:22.438Z | DEBG: freemap_route_ipv4replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7296 | 2026-08-29T16:18:22.438Z | |
| 7297 | 2026-08-29T16:18:22.438Z | : Aug 29 16:18:21.035freemap_route_ipv4 Aug 29 16:18:21.035DEBGAug 29 16:18:21.035 |
| 7298 | 2026-08-29T16:18:22.438Z | DEBG INFOcreated new freemapcreated new freemap , unitadding route 172.17.0.22/32 -> 10.0.0.255: |
| 7299 | 2026-08-29T16:18:22.438Z | freemap_route_ipv6, |
| 7300 | 2026-08-29T16:18:22.438Z | unitAug 29 16:18:21.035Aug 29 16:18:21.035 DEBG: DEBG Aug 29 16:18:21.035 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6created new freemap |
| 7301 | 2026-08-29T16:18:22.438Z | |
| 7302 | 2026-08-29T16:18:22.438Z | DEBG, unitinitted freemap. size: 64, :Aug 29 16:18:21.035unitAug 29 16:18:21.035: INFOfreemap_route_ipv4 |
| 7303 | 2026-08-29T16:18:22.438Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7304 | 2026-08-29T16:18:22.438Z | initted freemap. size: 64freemap_route_ipv6, Aug 29 16:18:21.035 |
| 7305 | 2026-08-29T16:18:22.438Z | Aug 29 16:18:21.035DEBGunit :reset freemap Aug 29 16:18:21.035, unitDEBG:freemap_route_ipv4 freemap_route_ipv4 |
| 7306 | 2026-08-29T16:18:22.438Z | 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 |
| 7307 | 2026-08-29T16:18:22.438Z | initted freemap. size: 64 |
| 7308 | 2026-08-29T16:18:22.438Z | , Aug 29 16:18:21.035unit DEBG: Aug 29 16:18:21.035freemap_route_ipv4 Aug 29 16:18:21.035initted freemap. size: 64INFO, unitDEBGadding route 172.17.0.24/32 -> 10.0.0.255: |
| 7309 | 2026-08-29T16:18:22.438Z | reset freemap |
| 7310 | 2026-08-29T16:18:22.438Z | , freemap_route_ipv6unit |
| 7311 | 2026-08-29T16:18:22.438Z | : Aug 29 16:18:21.035freemap_route_ipv4 |
| 7312 | 2026-08-29T16:18:22.438Z | DEBG Aug 29 16:18:21.035replacing 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 } }] |
| 7313 | 2026-08-29T16:18:22.438Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 DEBG DEBGDEBG Aug 29 16:18:21.035initted freemap. size: 64reset freemapreset freemap, unit, , unit:INFO unit:: freemap_route_ipv6adding route 172.17.0.25/32 -> 10.0.0.255freemap_route_ipv6 |
| 7314 | 2026-08-29T16:18:22.438Z | |
| 7315 | 2026-08-29T16:18:22.438Z | freemap_route_ipv4 |
| 7316 | 2026-08-29T16:18:22.439Z | |
| 7317 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035Aug 29 16:18:21.035Aug 29 16:18:21.035 DEBGINFO reset freemapadding route 172.16.0.0/32 -> 10.0.0.1, |
| 7318 | 2026-08-29T16:18:22.439Z | unit: DEBGAug 29 16:18:21.035 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 |
| 7319 | 2026-08-29T16:18:22.439Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 29 16:18:21.035 |
| 7320 | 2026-08-29T16:18:22.439Z | freemap_route_ipv6Aug 29 16:18:21.035 |
| 7321 | 2026-08-29T16:18:22.439Z | DEBGINFOAug 29 16:18:21.035 adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 7322 | 2026-08-29T16:18:22.439Z | adding route 172.16.0.0/32 -> 10.0.0.1 initted freemap. size: 64 |
| 7323 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035, unit Aug 29 16:18:21.035DEBG Aug 29 16:18:21.035: 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 } }]DEBGINFO freemap_route_ipv6replacing 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 } }] |
| 7324 | 2026-08-29T16:18:22.439Z | |
| 7325 | 2026-08-29T16:18:22.439Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7326 | 2026-08-29T16:18:22.439Z | |
| 7327 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:18:21.035 |
| 7328 | 2026-08-29T16:18:22.439Z | |
| 7329 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035 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 } }]Aug 29 16:18:21.035 |
| 7330 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }], |
| 7331 | 2026-08-29T16:18:22.439Z | DEBGunit:Aug 29 16:18:21.035 freemap_route_ipv6INFO |
| 7332 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035 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 } }]INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7333 | 2026-08-29T16:18:22.439Z | |
| 7334 | 2026-08-29T16:18:22.439Z | |
| 7335 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7336 | 2026-08-29T16:18:22.439Z | |
| 7337 | 2026-08-29T16:18:22.439Z | Aug 29 16:18:21.035 INFOAug 29 16:18:21.035 adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:18:21.035 |
| 7338 | 2026-08-29T16:18:22.439Z | DEBG Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7339 | 2026-08-29T16:18:22.439Z | INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7340 | 2026-08-29T16:18:22.440Z | |
| 7341 | 2026-08-29T16:18:22.440Z | Aug 29 16:18:21.035Aug 29 16:18:21.035Aug 29 16:18:21.035 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7342 | 2026-08-29T16:18:22.440Z | Aug 29 16:18:21.035INFO |
| 7343 | 2026-08-29T16:18:22.440Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7344 | 2026-08-29T16:18:22.440Z | Aug 29 16:18:21.035adding route 3fff:dead::/64 -> 2001:db8::55:3 INFOAug 29 16:18:21.035 |
| 7345 | 2026-08-29T16:18:22.440Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:18:21.035 |
| 7346 | 2026-08-29T16:18:22.440Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 7347 | 2026-08-29T16:18:22.440Z | Aug 29 16:18:21.035 |
| 7348 | 2026-08-29T16:18:22.440Z | Aug 29 16:18:21.035DEBG 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 } }] |
| 7349 | 2026-08-29T16:18:22.440Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7350 | 2026-08-29T16:18:22.440Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7351 | 2026-08-29T16:18:22.440Z | DEBG Aug 29 16:18:21.035Aug 29 16:18:21.035 INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7352 | 2026-08-29T16:18:22.440Z | INFO |
| 7353 | 2026-08-29T16:18:22.440Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7354 | 2026-08-29T16:18:22.442Z | |
| 7355 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035 Aug 29 16:18:21.035DEBG 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 29 16:18:21.035INFO |
| 7356 | 2026-08-29T16:18:22.442Z | DEBG Aug 29 16:18:21.035adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 29 16:18:21.035 |
| 7357 | 2026-08-29T16:18:22.442Z | |
| 7358 | 2026-08-29T16:18:22.442Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.035 |
| 7359 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035 INFO |
| 7360 | 2026-08-29T16:18:22.442Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 7361 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7362 | 2026-08-29T16:18:22.442Z | DEBGAug 29 16:18:21.035 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 29 16:18:21.035 |
| 7363 | 2026-08-29T16:18:22.442Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }] |
| 7364 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 |
| 7365 | 2026-08-29T16:18:22.442Z | INFOINFO Aug 29 16:18:21.035adding route 172.17.0.32/32 -> 10.0.0.255Aug 29 16:18:21.035 |
| 7366 | 2026-08-29T16:18:22.442Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7367 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035INFO |
| 7368 | 2026-08-29T16:18:22.442Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7369 | 2026-08-29T16:18:22.442Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7370 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 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 29 16:18:21.035DEBG 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 } }] |
| 7371 | 2026-08-29T16:18:22.442Z | |
| 7372 | 2026-08-29T16:18:22.442Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7373 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035Aug 29 16:18:21.035 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7374 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035 |
| 7375 | 2026-08-29T16:18:22.442Z | DEBGAug 29 16:18:21.035 DEBG Aug 29 16:18:21.022 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.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 } }] |
| 7376 | 2026-08-29T16:18:22.442Z | DEBG |
| 7377 | 2026-08-29T16:18:22.442Z | created new freemap, unitAug 29 16:18:21.035: Aug 29 16:18:21.021INFO freemap_route_ipv4adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7378 | 2026-08-29T16:18:22.442Z | Aug 29 16:18:21.035INFO INFO |
| 7379 | 2026-08-29T16:18:22.442Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:18:21.035 |
| 7380 | 2026-08-29T16:18:22.442Z | DEBGadding route 172.17.0.40/32 -> 10.0.0.255 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 } }] |
| 7381 | 2026-08-29T16:18:22.443Z | |
| 7382 | 2026-08-29T16:18:22.443Z | Aug 29 16:18:21.035 Aug 29 16:18:21.035INFO Aug 29 16:18:21.035 Aug 29 16:18:21.035adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:18:21.021 |
| 7383 | 2026-08-29T16:18:22.443Z | DEBGINFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.035 |
| 7384 | 2026-08-29T16:18:22.443Z | DEBG |
| 7385 | 2026-08-29T16:18:22.443Z | created new freemapDEBG, unitreplacing 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 } }]: freemap_route_ipv6replacing 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 29 16:18:21.035 |
| 7386 | 2026-08-29T16:18:22.443Z | INFO |
| 7387 | 2026-08-29T16:18:22.443Z | |
| 7388 | 2026-08-29T16:18:22.443Z | Aug 29 16:18:21.035Aug 29 16:18:21.035adding route 172.17.0.7/32 -> 10.0.0.255 Aug 29 16:18:21.035INFO DEBGadding route 172.17.0.36/32 -> 10.0.0.255 Aug 29 16:18:21.035replacing 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 } }] |
| 7389 | 2026-08-29T16:18:22.443Z | |
| 7390 | 2026-08-29T16:18:22.443Z | |
| 7391 | 2026-08-29T16:18:22.443Z | DEBG INFOinitted freemap. size: 64 adding route 172.17.0.41/32 -> 10.0.0.255Aug 29 16:18:21.035Aug 29 16:18:21.035 |
| 7392 | 2026-08-29T16:18:22.448Z | Aug 29 16:18:21.035 INFODEBGDEBG , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 29 16:18:21.035replacing 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 } }] |
| 7393 | 2026-08-29T16:18:22.448Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7394 | 2026-08-29T16:18:22.448Z | unit: Aug 29 16:18:21.035replacing 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 } }]freemap_route_ipv4 |
| 7395 | 2026-08-29T16:18:22.448Z | |
| 7396 | 2026-08-29T16:18:22.448Z | Aug 29 16:18:21.035DEBG |
| 7397 | 2026-08-29T16:18:22.448Z | Aug 29 16:18:21.035 INFOAug 29 16:18:21.035 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 } }]INFODEBG |
| 7398 | 2026-08-29T16:18:22.448Z | adding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7399 | 2026-08-29T16:18:22.448Z | |
| 7400 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.035reset freemap , unitAug 29 16:18:21.035Aug 29 16:18:21.035:INFO Aug 29 16:18:21.035freemap_route_ipv4DEBG |
| 7401 | 2026-08-29T16:18:22.449Z | DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7402 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.036 Aug 29 16:18:21.036 |
| 7403 | 2026-08-29T16:18:22.449Z | DEBGAug 29 16:18:21.047DEBG Aug 29 16:18:21.047 created new freemapINFO, INFOunitadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7404 | 2026-08-29T16:18:22.449Z | adding route 172.17.0.38/32 -> 10.0.0.255: |
| 7405 | 2026-08-29T16:18:22.449Z | freemap_route_ipv4Aug 29 16:18:21.047 |
| 7406 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.047 created new freemapDEBG, unitreplacing 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 } }]: |
| 7407 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.047freemap_route_ipv4 |
| 7408 | 2026-08-29T16:18:22.449Z | DEBG DEBGcreated new freemap |
| 7409 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.047replacing 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 29 16:18:21.047, |
| 7410 | 2026-08-29T16:18:22.449Z | INFODEBGAug 29 16:18:21.047 adding route 172.17.0.39/32 -> 10.0.0.255 unit:DEBGcreated new freemap |
| 7411 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.047replacing 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 } }] , unitINFOfreemap_route_ipv6 |
| 7412 | 2026-08-29T16:18:22.449Z | : freemap_route_ipv6 |
| 7413 | 2026-08-29T16:18:22.449Z | Aug 29 16:18:21.047Aug 29 16:18:21.047 |
| 7414 | 2026-08-29T16:18:22.450Z | INFO DEBGadding route 172.17.0.10/32 -> 10.0.0.255 Aug 29 16:18:21.047adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7415 | 2026-08-29T16:18:22.450Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7416 | 2026-08-29T16:18:22.450Z | |
| 7417 | 2026-08-29T16:18:22.450Z | initted freemap. size: 64Aug 29 16:18:21.047 , Aug 29 16:18:21.047Aug 29 16:18:21.047unit Aug 29 16:18:21.047DEBG DEBGinitted freemap. size: 64INFO 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255unit freemap_route_ipv4 |
| 7418 | 2026-08-29T16:18:22.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 } }] |
| 7419 | 2026-08-29T16:18:22.450Z | |
| 7420 | 2026-08-29T16:18:22.450Z | |
| 7421 | 2026-08-29T16:18:22.450Z | Aug 29 16:18:21.047 DEBG freemap_route_ipv4Aug 29 16:18:21.047replacing 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 } }] |
| 7422 | 2026-08-29T16:18:22.450Z | |
| 7423 | 2026-08-29T16:18:22.450Z | Aug 29 16:18:21.047Aug 29 16:18:21.047DEBG INFOreset freemap INFO, adding route 172.17.0.11/32 -> 10.0.0.255unit : |
| 7424 | 2026-08-29T16:18:22.450Z | freemap_route_ipv4 |
| 7425 | 2026-08-29T16:18:22.450Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:18:21.047 Aug 29 16:18:21.047 |
| 7426 | 2026-08-29T16:18:22.450Z | Aug 29 16:18:21.047DEBGINFO Aug 29 16:18:21.047 DEBGDEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 7427 | 2026-08-29T16:18:22.450Z | Aug 29 16:18:21.047initted freemap. size: 64 , DEBGunit :Aug 29 16:18:21.047 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 } }] freemap_route_ipv6 |
| 7428 | 2026-08-29T16:18:22.450Z | |
| 7429 | 2026-08-29T16:18:22.451Z | 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 } }] |
| 7430 | 2026-08-29T16:18:22.451Z | reset freemapAug 29 16:18:21.047replacing 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 } }] |
| 7431 | 2026-08-29T16:18:22.452Z | DEBG , reset freemapAug 29 16:18:21.047Aug 29 16:18:21.047 , unitAug 29 16:18:21.047unitINFO:: freemap_route_ipv6INFOINFO |
| 7432 | 2026-08-29T16:18:22.452Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7433 | 2026-08-29T16:18:22.452Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7434 | 2026-08-29T16:18:22.452Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7435 | 2026-08-29T16:18:22.452Z | |
| 7436 | 2026-08-29T16:18:22.452Z | Aug 29 16:18:21.047Aug 29 16:18:21.047 Aug 29 16:18:21.047Aug 29 16:18:21.047INFO DEBGAug 29 16:18:21.047adding route 172.16.0.0/32 -> 10.0.0.1 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7437 | 2026-08-29T16:18:22.452Z | 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 } }] |
| 7438 | 2026-08-29T16:18:22.452Z | |
| 7439 | 2026-08-29T16:18:22.452Z | 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 } }] |
| 7440 | 2026-08-29T16:18:22.452Z | DEBGAug 29 16:18:21.047 Aug 29 16:18:21.047initted freemap. size: 64 Aug 29 16:18:21.047Aug 29 16:18:21.047, DEBG unit INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255INFO: |
| 7441 | 2026-08-29T16:18:22.452Z | adding route 172.17.0.13/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 } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7442 | 2026-08-29T16:18:22.452Z | |
| 7443 | 2026-08-29T16:18:22.452Z | Aug 29 16:18:21.047 DEBG |
| 7444 | 2026-08-29T16:18:22.452Z | freemap_route_ipv6Aug 29 16:18:21.047replacing 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 29 16:18:21.047 |
| 7445 | 2026-08-29T16:18:22.452Z | DEBGAug 29 16:18:21.047INFO |
| 7446 | 2026-08-29T16:18:22.452Z | 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 29 16:18:21.047 |
| 7447 | 2026-08-29T16:18:22.452Z | INFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7448 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048 |
| 7449 | 2026-08-29T16:18:22.454Z | |
| 7450 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048 INFODEBGAug 29 16:18:21.048Aug 29 16:18:21.048 DEBGDEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemapAug 29 16:18:21.048 |
| 7451 | 2026-08-29T16:18:22.454Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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, |
| 7452 | 2026-08-29T16:18:22.454Z | unit adding route 172.17.0.14/32 -> 10.0.0.255Aug 29 16:18:21.048: |
| 7453 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048 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 } }] |
| 7454 | 2026-08-29T16:18:22.454Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7455 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048Aug 29 16:18:21.048DEBG INFO adding route 172.17.0.45/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 } }]Aug 29 16:18:21.048DEBG |
| 7456 | 2026-08-29T16:18:22.454Z | DEBG |
| 7457 | 2026-08-29T16:18:22.454Z | freemap_route_ipv6 |
| 7458 | 2026-08-29T16:18:22.454Z | 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 29 16:18:21.048 Aug 29 16:18:21.048 |
| 7459 | 2026-08-29T16:18:22.454Z | INFODEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7460 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048 |
| 7461 | 2026-08-29T16:18:22.454Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 7462 | 2026-08-29T16:18:22.454Z | Aug 29 16:18:21.048 Aug 29 16:18:21.048adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7463 | 2026-08-29T16:18:22.456Z | Aug 29 16:18:21.048INFO INFODEBGadding route 172.16.0.0/32 -> 10.0.0.4 Aug 29 16:18:21.048Aug 29 16:18:21.048 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 } }] |
| 7464 | 2026-08-29T16:18:22.456Z | |
| 7465 | 2026-08-29T16:18:22.456Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG Aug 29 16:18:21.048 |
| 7466 | 2026-08-29T16:18:22.456Z | Aug 29 16:18:21.048replacing 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 adding route 172.16.0.0/32 -> 10.0.0.1 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7467 | 2026-08-29T16:18:22.456Z | |
| 7468 | 2026-08-29T16:18:22.456Z | |
| 7469 | 2026-08-29T16:18:22.456Z | failed to allocate space for the new target list |
| 7470 | 2026-08-29T16:18:22.456Z | Aug 29 16:18:21.048Aug 29 16:18:21.048Aug 29 16:18:21.048 INFODEBG Aug 29 16:18:21.048 replacing targets for 172.16.0.0/32 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.16/32 -> 10.0.0.255 |
| 7471 | 2026-08-29T16:18:22.456Z | DEBG Aug 29 16:18:21.048 DEBG |
| 7472 | 2026-08-29T16:18:22.456Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7473 | 2026-08-29T16:18:22.456Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7474 | 2026-08-29T16:18:22.456Z | |
| 7475 | 2026-08-29T16:18:22.456Z | Aug 29 16:18:21.048 Aug 29 16:18:21.048INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 7476 | 2026-08-29T16:18:22.456Z | 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 } }] |
| 7477 | 2026-08-29T16:18:22.457Z | Aug 29 16:18:21.048Aug 29 16:18:21.048 INFODEBGAug 29 16:18:21.048 INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7478 | 2026-08-29T16:18:22.457Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7479 | 2026-08-29T16:18:22.457Z | |
| 7480 | 2026-08-29T16:18:22.457Z | Aug 29 16:18:21.048 INFOAug 29 16:18:21.048 Aug 29 16:18:21.048adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7481 | 2026-08-29T16:18:22.457Z | 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 } }] |
| 7482 | 2026-08-29T16:18:22.457Z | 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 29 16:18:21.048 |
| 7483 | 2026-08-29T16:18:22.457Z | DEBGAug 29 16:18:21.048 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 29 16:18:21.048INFO |
| 7484 | 2026-08-29T16:18:22.458Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7485 | 2026-08-29T16:18:22.458Z | |
| 7486 | 2026-08-29T16:18:22.458Z | Aug 29 16:18:21.048 INFOAug 29 16:18:21.048 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7487 | 2026-08-29T16:18:22.458Z | 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 29 16:18:21.048 |
| 7488 | 2026-08-29T16:18:22.458Z | DEBGAug 29 16:18:21.048 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 7489 | 2026-08-29T16:18:22.458Z | Aug 29 16:18:21.048replacing 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 } }] |
| 7490 | 2026-08-29T16:18:22.458Z | INFO Aug 29 16:18:21.048adding route 172.17.0.19/32 -> 10.0.0.255 Aug 29 16:18:21.035Aug 29 16:18:21.048INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7491 | 2026-08-29T16:18:22.458Z | |
| 7492 | 2026-08-29T16:18:22.462Z | initted freemap. size: 64 |
| 7493 | 2026-08-29T16:18:22.462Z | , unit:Aug 29 16:18:21.048 Aug 29 16:18:21.048DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]freemap_route_ipv6 |
| 7494 | 2026-08-29T16:18:22.462Z | |
| 7495 | 2026-08-29T16:18:22.462Z | 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 29 16:18:21.048 |
| 7496 | 2026-08-29T16:18:22.462Z | 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 } }] |
| 7497 | 2026-08-29T16:18:22.462Z | Aug 29 16:18:21.048Aug 29 16:18:21.048 Aug 29 16:18:21.048DEBGAug 29 16:18:21.048 INFODEBG INFOadding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7498 | 2026-08-29T16:18:22.462Z | reset freemapadding route 172.17.0.51/32 -> 10.0.0.255, |
| 7499 | 2026-08-29T16:18:22.462Z | |
| 7500 | 2026-08-29T16:18:22.462Z | unit:Aug 29 16:18:21.048 Aug 29 16:18:21.048freemap_route_ipv6 DEBG |
| 7501 | 2026-08-29T16:18:22.462Z | 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 } }]DEBG |
| 7502 | 2026-08-29T16:18:22.462Z | 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 29 16:18:21.048 |
| 7503 | 2026-08-29T16:18:22.462Z | INFOAug 29 16:18:21.048Aug 29 16:18:21.048 adding route 172.16.0.0/32 -> 10.0.0.1INFOINFO |
| 7504 | 2026-08-29T16:18:22.462Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7505 | 2026-08-29T16:18:22.463Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7506 | 2026-08-29T16:18:22.463Z | Aug 29 16:18:21.048 DEBG Aug 29 16:18:21.048replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 29 16:18:21.048 |
| 7507 | 2026-08-29T16:18:22.463Z | DEBGDEBG 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 } }] |
| 7508 | 2026-08-29T16:18:22.463Z | 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 29 16:18:21.048 |
| 7509 | 2026-08-29T16:18:22.463Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7510 | 2026-08-29T16:18:22.463Z | Aug 29 16:18:21.048 Aug 29 16:18:21.048INFO Aug 29 16:18:21.048INFO adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 7511 | 2026-08-29T16:18:22.463Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7512 | 2026-08-29T16:18:22.463Z | 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 } }] |
| 7513 | 2026-08-29T16:18:22.463Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7514 | 2026-08-29T16:18:22.463Z | Aug 29 16:18:21.048Aug 29 16:18:21.048 Aug 29 16:18:21.058Aug 29 16:18:21.058 DEBGDEBG DEBG created new freemapAug 29 16:18:21.058replacing 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.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 } }], |
| 7515 | 2026-08-29T16:18:22.463Z | |
| 7516 | 2026-08-29T16:18:22.463Z | INFOunit: freemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:18:21.058 |
| 7517 | 2026-08-29T16:18:22.463Z | |
| 7518 | 2026-08-29T16:18:22.463Z | Aug 29 16:18:21.058INFO adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7519 | 2026-08-29T16:18:22.463Z | Aug 29 16:18:21.058Aug 29 16:18:21.058 DEBGDEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 7520 | 2026-08-29T16:18:22.463Z | created new freemapAug 29 16:18:21.058 , DEBGunit 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 29 16:18:21.058replacing 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 } }] |
| 7521 | 2026-08-29T16:18:22.466Z | DEBG freemap_route_ipv6 |
| 7522 | 2026-08-29T16:18:22.466Z | 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 29 16:18:21.058 |
| 7523 | 2026-08-29T16:18:22.466Z | |
| 7524 | 2026-08-29T16:18:22.466Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7525 | 2026-08-29T16:18:22.466Z | Aug 29 16:18:21.058Aug 29 16:18:21.058 INFOINFOAug 29 16:18:21.058 Aug 29 16:18:21.058 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 DEBGinitted freemap. size: 64 |
| 7526 | 2026-08-29T16:18:22.466Z | , unitadding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 7527 | 2026-08-29T16:18:22.466Z | Aug 29 16:18:21.058 freemap_route_ipv4DEBG |
| 7528 | 2026-08-29T16:18:22.466Z | |
| 7529 | 2026-08-29T16:18:22.466Z | 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 } }] |
| 7530 | 2026-08-29T16:18:22.466Z | Aug 29 16:18:21.058 Aug 29 16:18:21.058Aug 29 16:18:21.058INFO Aug 29 16:18:21.058DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 7531 | 2026-08-29T16:18:22.466Z | reset freemapDEBG, INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] unitadding route 172.17.0.3/32 -> 10.0.0.255 |
| 7532 | 2026-08-29T16:18:22.466Z | :Aug 29 16:18:21.058 |
| 7533 | 2026-08-29T16:18:22.466Z | freemap_route_ipv4 |
| 7534 | 2026-08-29T16:18:22.466Z | DEBG Aug 29 16:18:21.058replacing 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 } }] |
| 7535 | 2026-08-29T16:18:22.466Z | INFOAug 29 16:18:21.058 Aug 29 16:18:21.058adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7536 | 2026-08-29T16:18:22.466Z | DEBG DEBG initted freemap. size: 64replacing 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 29 16:18:21.058unit |
| 7537 | 2026-08-29T16:18:22.467Z | :INFOAug 29 16:18:21.058 freemap_route_ipv6 DEBG |
| 7538 | 2026-08-29T16:18:22.467Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:18:21.058replacing 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 } }] |
| 7539 | 2026-08-29T16:18:22.467Z | |
| 7540 | 2026-08-29T16:18:22.467Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 29 16:18:21.058Aug 29 16:18:21.058 |
| 7541 | 2026-08-29T16:18:22.467Z | Aug 29 16:18:21.058DEBGDEBG Aug 29 16:18:21.058 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 } }]reset freemap |
| 7542 | 2026-08-29T16:18:22.467Z | INFO , DEBGadding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:18:21.058unit : 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 } }]freemap_route_ipv6 |
| 7543 | 2026-08-29T16:18:22.467Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7544 | 2026-08-29T16:18:22.467Z | |
| 7545 | 2026-08-29T16:18:22.467Z | |
| 7546 | 2026-08-29T16:18:22.467Z | Aug 29 16:18:21.058 Aug 29 16:18:21.058Aug 29 16:18:21.058 Aug 29 16:18:21.058DEBG INFOINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7547 | 2026-08-29T16:18:22.467Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7548 | 2026-08-29T16:18:22.467Z | |
| 7549 | 2026-08-29T16:18:22.467Z | |
| 7550 | 2026-08-29T16:18:22.467Z | Aug 29 16:18:21.059Aug 29 16:18:21.059Aug 29 16:18:21.059Aug 29 16:18:21.059 INFODEBG INFODEBGadding route 172.17.0.59/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7551 | 2026-08-29T16:18:22.467Z | |
| 7552 | 2026-08-29T16:18:22.467Z | |
| 7553 | 2026-08-29T16:18:22.468Z | test route::tests::delete_target_fragmented ... ok |
| 7554 | 2026-08-29T16:18:22.468Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7555 | 2026-08-29T16:18:22.468Z | Aug 29 16:18:21.059Aug 29 16:18:21.059 INFOINFOAug 29 16:18:21.059 adding route 172.17.0.6/32 -> 10.0.0.255 Aug 29 16:18:21.059adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7556 | 2026-08-29T16:18:22.468Z | DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7557 | 2026-08-29T16:18:22.468Z | Aug 29 16:18:21.059 |
| 7558 | 2026-08-29T16:18:22.468Z | |
| 7559 | 2026-08-29T16:18:22.468Z | DEBG Aug 29 16:18:21.059replacing 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 29 16:18:21.059Aug 29 16:18:21.059 |
| 7560 | 2026-08-29T16:18:22.468Z | INFO DEBGINFO adding route 172.17.0.60/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 } }] |
| 7561 | 2026-08-29T16:18:22.468Z | Aug 29 16:18:21.059 |
| 7562 | 2026-08-29T16:18:22.468Z | INFOadding route 172.17.0.28/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7563 | 2026-08-29T16:18:22.468Z | |
| 7564 | 2026-08-29T16:18:22.468Z | Aug 29 16:18:21.059 INFOAug 29 16:18:21.059Aug 29 16:18:21.059DEBG 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 } }]DEBGDEBGAug 29 16:18:21.059 adding route 172.17.0.7/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 } }] |
| 7565 | 2026-08-29T16:18:22.468Z | |
| 7566 | 2026-08-29T16:18:22.468Z | |
| 7567 | 2026-08-29T16:18:22.468Z | 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.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 } }] |
| 7568 | 2026-08-29T16:18:22.469Z | Aug 29 16:18:21.059 |
| 7569 | 2026-08-29T16:18:22.469Z | Aug 29 16:18:21.059DEBGAug 29 16:18:21.059 Aug 29 16:18:21.059INFODEBG 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 29 16:18:21.059 |
| 7570 | 2026-08-29T16:18:22.469Z | INFOfailed to allocate space for the new target list |
| 7571 | 2026-08-29T16:18:22.469Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7572 | 2026-08-29T16:18:22.469Z | |
| 7573 | 2026-08-29T16:18:22.469Z | Aug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]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 } }] |
| 7574 | 2026-08-29T16:18:22.469Z | |
| 7575 | 2026-08-29T16:18:22.469Z | 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 } }] |
| 7576 | 2026-08-29T16:18:22.469Z | |
| 7577 | 2026-08-29T16:18:22.469Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7578 | 2026-08-29T16:18:22.469Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 29 16:18:21.070 |
| 7579 | 2026-08-29T16:18:22.470Z | INFO Aug 29 16:18:21.070adding route 172.17.0.8/32 -> 10.0.0.255 Aug 29 16:18:21.070 |
| 7580 | 2026-08-29T16:18:22.470Z | DEBG INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7581 | 2026-08-29T16:18:22.470Z | |
| 7582 | 2026-08-29T16:18:22.470Z | Aug 29 16:18:21.070 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070 |
| 7583 | 2026-08-29T16:18:22.470Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.070Aug 29 16:18:21.070 |
| 7584 | 2026-08-29T16:18:22.470Z | DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7585 | 2026-08-29T16:18:22.470Z | Aug 29 16:18:21.070adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7586 | 2026-08-29T16:18:22.470Z | DEBG Aug 29 16:18:21.070replacing 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 } }] |
| 7587 | 2026-08-29T16:18:22.470Z | INFO Aug 29 16:18:21.070adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7588 | 2026-08-29T16:18:22.470Z | 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 } }] |
| 7589 | 2026-08-29T16:18:22.470Z | Aug 29 16:18:21.070Aug 29 16:18:21.070 INFODEBG Aug 29 16:18:21.070adding route 172.17.0.32/32 -> 10.0.0.255 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7590 | 2026-08-29T16:18:22.470Z | |
| 7591 | 2026-08-29T16:18:22.470Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7592 | 2026-08-29T16:18:22.474Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.2/32 -> 10.0.0.255DEBG DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7593 | 2026-08-29T16:18:22.474Z | |
| 7594 | 2026-08-29T16:18:22.474Z | 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 } }] |
| 7595 | 2026-08-29T16:18:22.474Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7596 | 2026-08-29T16:18:22.475Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 7597 | 2026-08-29T16:18:22.475Z | 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 29 16:18:21.070 |
| 7598 | 2026-08-29T16:18:22.475Z | DEBG Aug 29 16:18:21.070replacing 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 } }] |
| 7599 | 2026-08-29T16:18:22.475Z | DEBGAug 29 16:18:21.070 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 } }] |
| 7600 | 2026-08-29T16:18:22.475Z | INFO Aug 29 16:18:21.070adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7601 | 2026-08-29T16:18:22.475Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 29 16:18:21.070 |
| 7602 | 2026-08-29T16:18:22.475Z | INFOAug 29 16:18:21.070Aug 29 16:18:21.070 DEBGadding route 172.17.0.34/32 -> 10.0.0.255 DEBG |
| 7603 | 2026-08-29T16:18:22.475Z | 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.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 } }] |
| 7604 | 2026-08-29T16:18:22.475Z | |
| 7605 | 2026-08-29T16:18:22.475Z | Aug 29 16:18:21.070 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 29 16:18:21.070 |
| 7606 | 2026-08-29T16:18:22.475Z | Aug 29 16:18:21.070 INFO INFOAug 29 16:18:21.070adding route 172.17.0.4/32 -> 10.0.0.255 INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7607 | 2026-08-29T16:18:22.475Z | |
| 7608 | 2026-08-29T16:18:22.475Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7609 | 2026-08-29T16:18:22.475Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070Aug 29 16:18:21.070 DEBGDEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7610 | 2026-08-29T16:18:22.475Z | 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 } }] |
| 7611 | 2026-08-29T16:18:22.477Z | |
| 7612 | 2026-08-29T16:18:22.477Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070INFOAug 29 16:18:21.070 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 7613 | 2026-08-29T16:18:22.477Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7614 | 2026-08-29T16:18:22.477Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7615 | 2026-08-29T16:18:22.477Z | Aug 29 16:18:21.070 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 29 16:18:21.070 |
| 7616 | 2026-08-29T16:18:22.477Z | DEBG Aug 29 16:18:21.070replacing 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 29 16:18:21.070DEBG |
| 7617 | 2026-08-29T16:18:22.477Z | INFO adding route 172.17.0.15/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 } }] |
| 7618 | 2026-08-29T16:18:22.477Z | |
| 7619 | 2026-08-29T16:18:22.477Z | Aug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.37/32 -> 10.0.0.255 Aug 29 16:18:21.070 |
| 7620 | 2026-08-29T16:18:22.477Z | 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 } }]INFO |
| 7621 | 2026-08-29T16:18:22.477Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:18:21.070 |
| 7622 | 2026-08-29T16:18:22.477Z | DEBG Aug 29 16:18:21.070 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 } }]INFOAug 29 16:18:21.070 |
| 7623 | 2026-08-29T16:18:22.477Z | DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7624 | 2026-08-29T16:18:22.477Z | 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 } }] |
| 7625 | 2026-08-29T16:18:22.477Z | Aug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.38/32 -> 10.0.0.255 Aug 29 16:18:21.070DEBG |
| 7626 | 2026-08-29T16:18:22.477Z | 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 |
| 7627 | 2026-08-29T16:18:22.478Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7628 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 DEBGAug 29 16:18:21.070 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 } }]INFOAug 29 16:18:21.070 |
| 7629 | 2026-08-29T16:18:22.478Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 7630 | 2026-08-29T16:18:22.478Z | 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 29 16:18:21.070Aug 29 16:18:21.070 |
| 7631 | 2026-08-29T16:18:22.478Z | INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:18:21.070replacing 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 } }] |
| 7632 | 2026-08-29T16:18:22.478Z | |
| 7633 | 2026-08-29T16:18:22.478Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7634 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 DEBGAug 29 16:18:21.070Aug 29 16:18:21.070 INFODEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7635 | 2026-08-29T16:18:22.478Z | 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 } }] |
| 7636 | 2026-08-29T16:18:22.478Z | |
| 7637 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG INFO INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7638 | 2026-08-29T16:18:22.478Z | adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7639 | 2026-08-29T16:18:22.478Z | |
| 7640 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 INFO Aug 29 16:18:21.070adding route 172.17.0.19/32 -> 10.0.0.255 Aug 29 16:18:21.070 |
| 7641 | 2026-08-29T16:18:22.478Z | 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 } }]Aug 29 16:18:21.070replacing 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 } }] |
| 7642 | 2026-08-29T16:18:22.478Z | |
| 7643 | 2026-08-29T16:18:22.478Z | 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 } }] |
| 7644 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7645 | 2026-08-29T16:18:22.478Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7646 | 2026-08-29T16:18:22.478Z | |
| 7647 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG 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 } }] |
| 7648 | 2026-08-29T16:18:22.478Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070 |
| 7649 | 2026-08-29T16:18:22.478Z | DEBG Aug 29 16:18:21.070 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 |
| 7650 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7651 | 2026-08-29T16:18:22.478Z | INFO Aug 29 16:18:21.070Aug 29 16:18:21.070adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:18:21.070 |
| 7652 | 2026-08-29T16:18:22.478Z | 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 } }] |
| 7653 | 2026-08-29T16:18:22.478Z | INFOINFO Aug 29 16:18:21.070adding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 7654 | 2026-08-29T16:18:22.478Z | |
| 7655 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070replacing 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 } }] |
| 7656 | 2026-08-29T16:18:22.478Z | INFO Aug 29 16:18:21.070adding route 172.17.0.22/32 -> 10.0.0.255 Aug 29 16:18:21.070DEBG |
| 7657 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070INFO adding route 172.17.0.12/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 } }]DEBG |
| 7658 | 2026-08-29T16:18:22.478Z | Aug 29 16:18:21.070 |
| 7659 | 2026-08-29T16:18:22.479Z | DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7660 | 2026-08-29T16:18:22.479Z | |
| 7661 | 2026-08-29T16:18:22.479Z | Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG 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 29 16:18:21.070INFO |
| 7662 | 2026-08-29T16:18:22.479Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7663 | 2026-08-29T16:18:22.479Z | |
| 7664 | 2026-08-29T16:18:22.479Z | Aug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFOAug 29 16:18:21.070 Aug 29 16:18:21.070 adding route 172.17.0.13/32 -> 10.0.0.255 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7665 | 2026-08-29T16:18:22.479Z | DEBG |
| 7666 | 2026-08-29T16:18:22.479Z | 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 } }]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 29 16:18:21.070 |
| 7667 | 2026-08-29T16:18:22.479Z | |
| 7668 | 2026-08-29T16:18:22.479Z | 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 } }] |
| 7669 | 2026-08-29T16:18:22.479Z | Aug 29 16:18:21.070 INFOAug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070INFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7670 | 2026-08-29T16:18:22.479Z | INFOadding route 172.17.0.44/32 -> 10.0.0.255 adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 7671 | 2026-08-29T16:18:22.479Z | |
| 7672 | 2026-08-29T16:18:22.479Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.070Aug 29 16:18:21.070 Aug 29 16:18:21.070DEBG |
| 7673 | 2026-08-29T16:18:22.479Z | 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 } }] DEBG |
| 7674 | 2026-08-29T16:18:22.480Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7675 | 2026-08-29T16:18:22.480Z | |
| 7676 | 2026-08-29T16:18:22.480Z | Aug 29 16:18:21.070Aug 29 16:18:21.070 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:18:21.070adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7677 | 2026-08-29T16:18:22.480Z | Aug 29 16:18:21.070 |
| 7678 | 2026-08-29T16:18:22.480Z | INFO Aug 29 16:18:21.070adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 7679 | 2026-08-29T16:18:22.480Z | Aug 29 16:18:21.070 adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 7680 | 2026-08-29T16:18:22.480Z | 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 |
| 7681 | 2026-08-29T16:18:22.480Z | Aug 29 16:18:21.071Aug 29 16:18:21.071replacing 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 DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7682 | 2026-08-29T16:18:22.480Z | Aug 29 16:18:21.071replacing 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 } }] |
| 7683 | 2026-08-29T16:18:22.480Z | |
| 7684 | 2026-08-29T16:18:22.480Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7685 | 2026-08-29T16:18:22.481Z | Aug 29 16:18:21.071Aug 29 16:18:21.071 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 29 16:18:21.071 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7686 | 2026-08-29T16:18:22.481Z | |
| 7687 | 2026-08-29T16:18:22.481Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255Aug 29 16:18:21.080 DEBG |
| 7688 | 2026-08-29T16:18:22.481Z | Aug 29 16:18:21.080 Aug 29 16:18:21.080replacing 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 |
| 7689 | 2026-08-29T16:18:22.481Z | 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 } }] |
| 7690 | 2026-08-29T16:18:22.482Z | DEBGAug 29 16:18:21.080Aug 29 16:18:21.080 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7691 | 2026-08-29T16:18:22.482Z | |
| 7692 | 2026-08-29T16:18:22.487Z | 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 } }] |
| 7693 | 2026-08-29T16:18:22.487Z | Aug 29 16:18:21.080 DEBGAug 29 16:18:21.080Aug 29 16:18:21.071Aug 29 16:18:21.080 INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7694 | 2026-08-29T16:18:22.487Z | adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 7695 | 2026-08-29T16:18:22.487Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.080DEBG |
| 7696 | 2026-08-29T16:18:22.487Z | 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.49/32 -> 10.0.0.255 |
| 7697 | 2026-08-29T16:18:22.487Z | |
| 7698 | 2026-08-29T16:18:22.487Z | Aug 29 16:18:21.080Aug 29 16:18:21.080 DEBGINFOAug 29 16:18:21.080 Aug 29 16:18:21.080 adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG |
| 7699 | 2026-08-29T16:18:22.487Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7700 | 2026-08-29T16:18:22.487Z | |
| 7701 | 2026-08-29T16:18:22.487Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.080 |
| 7702 | 2026-08-29T16:18:22.487Z | DEBG Aug 29 16:18:21.080replacing 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 29 16:18:21.080 |
| 7703 | 2026-08-29T16:18:22.487Z | INFODEBG Aug 29 16:18:21.080replacing 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 } }] |
| 7704 | 2026-08-29T16:18:22.487Z | adding route 172.17.0.50/32 -> 10.0.0.255 Aug 29 16:18:21.080 |
| 7705 | 2026-08-29T16:18:22.488Z | INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:18:21.080 |
| 7706 | 2026-08-29T16:18:22.488Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7707 | 2026-08-29T16:18:22.488Z | INFO Aug 29 16:18:21.080Aug 29 16:18:21.080 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7708 | 2026-08-29T16:18:22.489Z | DEBG Aug 29 16:18:21.080DEBG 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 } }]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 } }] |
| 7709 | 2026-08-29T16:18:22.489Z | |
| 7710 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.080 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 } }]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 29 16:18:21.080 |
| 7711 | 2026-08-29T16:18:22.489Z | |
| 7712 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.080 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:18:21.080 |
| 7713 | 2026-08-29T16:18:22.489Z | adding route 172.17.0.29/32 -> 10.0.0.255Aug 29 16:18:21.080INFO |
| 7714 | 2026-08-29T16:18:22.489Z | adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 7715 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.080Aug 29 16:18:21.080 DEBGDEBG adding route 172.17.0.20/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7716 | 2026-08-29T16:18:22.489Z | |
| 7717 | 2026-08-29T16:18:22.489Z | |
| 7718 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.080 DEBGAug 29 16:18:21.080Aug 29 16:18:21.080 INFO DEBGAug 29 16:18:21.080replacing 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 } }] |
| 7719 | 2026-08-29T16:18:22.489Z | adding route 172.17.0.30/32 -> 10.0.0.255 INFO |
| 7720 | 2026-08-29T16:18:22.489Z | 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.52/32 -> 10.0.0.255 |
| 7721 | 2026-08-29T16:18:22.489Z | |
| 7722 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGAug 29 16:18:21.081DEBG 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.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 } }] |
| 7723 | 2026-08-29T16:18:22.489Z | |
| 7724 | 2026-08-29T16:18:22.489Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255INFOAug 29 16:18:21.081 |
| 7725 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7726 | 2026-08-29T16:18:22.489Z | INFOadding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.081 DEBG |
| 7727 | 2026-08-29T16:18:22.489Z | adding route 172.17.0.53/32 -> 10.0.0.255 Aug 29 16:18:21.081 |
| 7728 | 2026-08-29T16:18:22.489Z | 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 } }] |
| 7729 | 2026-08-29T16:18:22.489Z | DEBGAug 29 16:18:21.081 DEBG Aug 29 16:18:21.081 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 29 16:18:21.081DEBGreplacing 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 } }] |
| 7730 | 2026-08-29T16:18:22.489Z | INFO |
| 7731 | 2026-08-29T16:18:22.489Z | 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.22/32 -> 10.0.0.255 |
| 7732 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 |
| 7733 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7734 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 Aug 29 16:18:21.081INFOadding route 172.17.0.51/32 -> 10.0.0.255 Aug 29 16:18:21.081adding route 172.17.0.54/32 -> 10.0.0.255 DEBG |
| 7735 | 2026-08-29T16:18:22.489Z | DEBG |
| 7736 | 2026-08-29T16:18:22.489Z | 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.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 } }] |
| 7737 | 2026-08-29T16:18:22.489Z | |
| 7738 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 Aug 29 16:18:21.081DEBG DEBGAug 29 16:18:21.081Aug 29 16:18:21.081replacing 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 } }] |
| 7739 | 2026-08-29T16:18:22.489Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7740 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 INFOadding route 172.17.0.23/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 } }] |
| 7741 | 2026-08-29T16:18:22.489Z | Aug 29 16:18:21.081 |
| 7742 | 2026-08-29T16:18:22.489Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7743 | 2026-08-29T16:18:22.489Z | 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 29 16:18:21.081 |
| 7744 | 2026-08-29T16:18:22.490Z | Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO Aug 29 16:18:21.081adding route 172.17.0.52/32 -> 10.0.0.255DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7745 | 2026-08-29T16:18:22.490Z | |
| 7746 | 2026-08-29T16:18:22.490Z | adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7747 | 2026-08-29T16:18:22.490Z | |
| 7748 | 2026-08-29T16:18:22.490Z | Aug 29 16:18:21.081 INFOAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 adding route 172.17.0.56/32 -> 10.0.0.255INFODEBG |
| 7749 | 2026-08-29T16:18:22.490Z | adding route 172.17.0.24/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 } }] |
| 7750 | 2026-08-29T16:18:22.490Z | |
| 7751 | 2026-08-29T16:18:22.490Z | 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 29 16:18:21.081 |
| 7752 | 2026-08-29T16:18:22.490Z | Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGDEBG INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:18:21.081 |
| 7753 | 2026-08-29T16:18:22.490Z | adding route 172.17.0.35/32 -> 10.0.0.255 INFO 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.53/32 -> 10.0.0.255Aug 29 16:18:21.081 |
| 7754 | 2026-08-29T16:18:22.490Z | |
| 7755 | 2026-08-29T16:18:22.490Z | |
| 7756 | 2026-08-29T16:18:22.490Z | INFO Aug 29 16:18:21.081 adding route 172.17.0.25/32 -> 10.0.0.255Aug 29 16:18:21.081DEBG Aug 29 16:18:21.081 |
| 7757 | 2026-08-29T16:18:22.490Z | test route::tests::delete_targets_fragmented ... ok |
| 7758 | 2026-08-29T16:18:22.490Z | 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 } }]INFO |
| 7759 | 2026-08-29T16:18:22.490Z | 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 } }] |
| 7760 | 2026-08-29T16:18:22.490Z | Aug 29 16:18:21.081 adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7761 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081replacing 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 29 16:18:21.081 Aug 29 16:18:21.081INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBGINFO |
| 7762 | 2026-08-29T16:18:22.491Z | adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7763 | 2026-08-29T16:18:22.491Z | |
| 7764 | 2026-08-29T16:18:22.491Z | test route::tests::delete_target_full ... ok |
| 7765 | 2026-08-29T16:18:22.491Z | |
| 7766 | 2026-08-29T16:18:22.491Z | test route::tests::add_target_fails_full ... ok |
| 7767 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081 DEBGAug 29 16:18:21.081Aug 29 16:18:21.081 INFOINFOAug 29 16:18:21.081 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7768 | 2026-08-29T16:18:22.491Z | |
| 7769 | 2026-08-29T16:18:22.491Z | adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 7770 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081replacing 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 29 16:18:21.081DEBG |
| 7771 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081INFO DEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7772 | 2026-08-29T16:18:22.491Z | |
| 7773 | 2026-08-29T16:18:22.491Z | 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 } }] |
| 7774 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081 INFOAug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 INFOINFODEBG adding route 172.17.0.27/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 } }] |
| 7775 | 2026-08-29T16:18:22.491Z | |
| 7776 | 2026-08-29T16:18:22.491Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7777 | 2026-08-29T16:18:22.491Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7778 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081Aug 29 16:18:21.081 Aug 29 16:18:21.081 Aug 29 16:18:21.081DEBG INFODEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7779 | 2026-08-29T16:18:22.491Z | 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.38/32 -> 10.0.0.255 |
| 7780 | 2026-08-29T16:18:22.491Z | |
| 7781 | 2026-08-29T16:18:22.491Z | 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 } }] |
| 7782 | 2026-08-29T16:18:22.491Z | Aug 29 16:18:21.081 Aug 29 16:18:21.081Aug 29 16:18:21.081INFO Aug 29 16:18:21.081DEBG INFOadding route 172.17.0.60/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7783 | 2026-08-29T16:18:22.492Z | |
| 7784 | 2026-08-29T16:18:22.492Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7785 | 2026-08-29T16:18:22.492Z | Aug 29 16:18:21.081adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:18:21.081 |
| 7786 | 2026-08-29T16:18:22.492Z | INFODEBG Aug 29 16:18:21.081 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 7787 | 2026-08-29T16:18:22.492Z | |
| 7788 | 2026-08-29T16:18:22.492Z | 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 } }] |
| 7789 | 2026-08-29T16:18:22.492Z | Aug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.61/32 -> 10.0.0.255INFO |
| 7790 | 2026-08-29T16:18:22.492Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7791 | 2026-08-29T16:18:22.492Z | DEBG |
| 7792 | 2026-08-29T16:18:22.496Z | 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 } }] |
| 7793 | 2026-08-29T16:18:22.496Z | Aug 29 16:18:21.081Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGDEBG Aug 29 16:18:21.081INFOreplacing 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 } }] |
| 7794 | 2026-08-29T16:18:22.496Z | adding route 172.17.0.40/32 -> 10.0.0.255 INFO |
| 7795 | 2026-08-29T16:18:22.496Z | 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 } }] |
| 7796 | 2026-08-29T16:18:22.496Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:18:21.081 |
| 7797 | 2026-08-29T16:18:22.497Z | Aug 29 16:18:21.081Aug 29 16:18:21.081DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7798 | 2026-08-29T16:18:22.497Z | INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7799 | 2026-08-29T16:18:22.498Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 29 16:18:21.081Aug 29 16:18:21.081 DEBGINFO |
| 7800 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.081adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7801 | 2026-08-29T16:18:22.498Z | |
| 7802 | 2026-08-29T16:18:22.498Z | 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 29 16:18:21.081Aug 29 16:18:21.081 |
| 7803 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.081DEBG 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 } }] replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7804 | 2026-08-29T16:18:22.498Z | |
| 7805 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.081adding route 172.17.0.58/32 -> 10.0.0.255 INFO |
| 7806 | 2026-08-29T16:18:22.498Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 29 16:18:21.091 DEBG |
| 7807 | 2026-08-29T16:18:22.498Z | 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 } }] |
| 7808 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.081Aug 29 16:18:21.091 DEBGINFO failed to allocate space for the new target listAug 29 16:18:21.091 |
| 7809 | 2026-08-29T16:18:22.498Z | adding route 172.17.0.59/32 -> 10.0.0.255 DEBG |
| 7810 | 2026-08-29T16:18:22.498Z | 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 } }] |
| 7811 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 DEBG Aug 29 16:18:21.091replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 Aug 29 16:18:21.091 DEBG adding route 172.17.0.32/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 } }] |
| 7812 | 2026-08-29T16:18:22.498Z | |
| 7813 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091Aug 29 16:18:21.091 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7814 | 2026-08-29T16:18:22.498Z | |
| 7815 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 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 } }] |
| 7816 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.33/32 -> 10.0.0.255Aug 29 16:18:21.091 |
| 7817 | 2026-08-29T16:18:22.498Z | DEBG failed to allocate space for the new target list |
| 7818 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 DEBG Aug 29 16:18:21.081replacing 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 } }] |
| 7819 | 2026-08-29T16:18:22.498Z | |
| 7820 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091INFO DEBG adding route 172.17.0.42/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 } }] |
| 7821 | 2026-08-29T16:18:22.498Z | |
| 7822 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7823 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 DEBG Aug 29 16:18:21.091replacing 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 } }] |
| 7824 | 2026-08-29T16:18:22.498Z | 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 } }] |
| 7825 | 2026-08-29T16:18:22.498Z | Aug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7826 | 2026-08-29T16:18:22.499Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7827 | 2026-08-29T16:18:22.499Z | Aug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 |
| 7828 | 2026-08-29T16:18:22.499Z | 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 } }] |
| 7829 | 2026-08-29T16:18:22.499Z | Aug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7830 | 2026-08-29T16:18:22.500Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7831 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 |
| 7832 | 2026-08-29T16:18:22.500Z | 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 } }] |
| 7833 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 7834 | 2026-08-29T16:18:22.500Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7835 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 Aug 29 16:18:21.091DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7836 | 2026-08-29T16:18:22.500Z | 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 } }] |
| 7837 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 Aug 29 16:18:21.091INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7838 | 2026-08-29T16:18:22.500Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7839 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 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 } }] |
| 7840 | 2026-08-29T16:18:22.500Z | |
| 7841 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:18:21.091 |
| 7842 | 2026-08-29T16:18:22.500Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7843 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.091 |
| 7844 | 2026-08-29T16:18:22.500Z | 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 } }] |
| 7845 | 2026-08-29T16:18:22.500Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.48/32 -> 10.0.0.255Aug 29 16:18:21.091 |
| 7846 | 2026-08-29T16:18:22.501Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7847 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 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 29 16:18:21.091 |
| 7848 | 2026-08-29T16:18:22.501Z | 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 } }] |
| 7849 | 2026-08-29T16:18:22.501Z | test route::tests::delete_targets_full ... ok |
| 7850 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.49/32 -> 10.0.0.255Aug 29 16:18:21.091 |
| 7851 | 2026-08-29T16:18:22.501Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7852 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:18:21.091 |
| 7853 | 2026-08-29T16:18:22.501Z | 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 } }] |
| 7854 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 INFO adding route 172.17.0.50/32 -> 10.0.0.255Aug 29 16:18:21.091 |
| 7855 | 2026-08-29T16:18:22.501Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7856 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 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 29 16:18:21.091 |
| 7857 | 2026-08-29T16:18:22.501Z | 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 } }] |
| 7858 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091Aug 29 16:18:21.091 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7859 | 2026-08-29T16:18:22.501Z | |
| 7860 | 2026-08-29T16:18:22.501Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7861 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 |
| 7862 | 2026-08-29T16:18:22.501Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s |
| 7863 | 2026-08-29T16:18:22.501Z | 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 } }] |
| 7864 | 2026-08-29T16:18:22.501Z | |
| 7865 | 2026-08-29T16:18:22.501Z | |
| 7866 | 2026-08-29T16:18:22.501Z | Aug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7867 | 2026-08-29T16:18:22.501Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7868 | 2026-08-29T16:18:22.502Z | running 0 tests |
| 7869 | 2026-08-29T16:18:22.502Z | Aug 29 16:18:21.091 DEBGAug 29 16:18:21.091 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 |
| 7870 | 2026-08-29T16:18:22.502Z | |
| 7871 | 2026-08-29T16:18:22.502Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7872 | 2026-08-29T16:18:22.502Z | |
| 7873 | 2026-08-29T16:18:22.502Z | 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 } }] |
| 7874 | 2026-08-29T16:18:22.502Z | Aug 29 16:18:21.091 INFOAug 29 16:18:21.091 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 7875 | 2026-08-29T16:18:22.502Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7876 | 2026-08-29T16:18:22.502Z | Aug 29 16:18:21.091 Aug 29 16:18:21.091DEBG DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7877 | 2026-08-29T16:18:22.502Z | 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 } }] |
| 7878 | 2026-08-29T16:18:22.502Z | Aug 29 16:18:21.091 Aug 29 16:18:21.091INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7879 | 2026-08-29T16:18:22.502Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7880 | 2026-08-29T16:18:22.502Z | Aug 29 16:18:21.091 Aug 29 16:18:21.091DEBG 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 } }] |
| 7881 | 2026-08-29T16:18:22.502Z | 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 } }] |
| 7882 | 2026-08-29T16:18:22.503Z | Aug 29 16:18:21.091Aug 29 16:18:21.091 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7883 | 2026-08-29T16:18:22.503Z | |
| 7884 | 2026-08-29T16:18:22.503Z | Aug 29 16:18:21.091Aug 29 16:18:21.091 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.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 } }] |
| 7885 | 2026-08-29T16:18:22.503Z | |
| 7886 | 2026-08-29T16:18:22.503Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7887 | 2026-08-29T16:18:22.503Z | |
| 7888 | 2026-08-29T16:18:22.503Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7889 | 2026-08-29T16:18:22.503Z | |
| 7890 | 2026-08-29T16:18:22.503Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7891 | 2026-08-29T16:18:22.503Z | |
| 7892 | 2026-08-29T16:18:22.508Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }] |
| 7893 | 2026-08-29T16:18:22.508Z | |
| 7894 | 2026-08-29T16:18:22.508Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7895 | 2026-08-29T16:18:22.508Z | |
| 7896 | 2026-08-29T16:18:22.508Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }] |
| 7897 | 2026-08-29T16:18:22.509Z | |
| 7898 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7899 | 2026-08-29T16:18:22.509Z | |
| 7900 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }] |
| 7901 | 2026-08-29T16:18:22.509Z | |
| 7902 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7903 | 2026-08-29T16:18:22.509Z | |
| 7904 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }] |
| 7905 | 2026-08-29T16:18:22.509Z | |
| 7906 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7907 | 2026-08-29T16:18:22.509Z | |
| 7908 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7909 | 2026-08-29T16:18:22.509Z | |
| 7910 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.62/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7911 | 2026-08-29T16:18:22.509Z | |
| 7912 | 2026-08-29T16:18:22.509Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 DEBGDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7913 | 2026-08-29T16:18:22.510Z | |
| 7914 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFOINFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7915 | 2026-08-29T16:18:22.510Z | |
| 7916 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.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 } }] |
| 7917 | 2026-08-29T16:18:22.510Z | |
| 7918 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFODEBG adding route 172.17.0.56/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7919 | 2026-08-29T16:18:22.510Z | |
| 7920 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7921 | 2026-08-29T16:18:22.510Z | |
| 7922 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092Aug 29 16:18:21.092 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7923 | 2026-08-29T16:18:22.510Z | |
| 7924 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092 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 } }] |
| 7925 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7926 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092 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 } }] |
| 7927 | 2026-08-29T16:18:22.510Z | Aug 29 16:18:21.092 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7928 | 2026-08-29T16:18:22.511Z | Aug 29 16:18:21.092 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 } }] |
| 7929 | 2026-08-29T16:18:22.511Z | Aug 29 16:18:21.092 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7930 | 2026-08-29T16:18:22.511Z | Aug 29 16:18:21.092 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 } }] |
| 7931 | 2026-08-29T16:18:22.511Z | Aug 29 16:18:21.092 DEBG failed to allocate space for the new target list |
| 7932 | 2026-08-29T16:18:22.511Z | Aug 29 16:18:21.092 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 } }] |
| 7933 | 2026-08-29T16:18:22.511Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-590acc8ba8a56e5a) |
| 7934 | 2026-08-29T16:18:22.511Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 7935 | 2026-08-29T16:18:22.511Z | |
| 7936 | 2026-08-29T16:18:22.511Z | running 0 tests |
| 7937 | 2026-08-29T16:18:22.511Z | |
| 7938 | 2026-08-29T16:18:22.511Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7939 | 2026-08-29T16:18:22.511Z | |
| 7940 | 2026-08-29T16:18:22.511Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c) |
| 7941 | 2026-08-29T16:18:22.511Z | |
| 7942 | 2026-08-29T16:18:22.511Z | running 6 tests |
| 7943 | 2026-08-29T16:18:22.511Z | test tests::test_full_lot_id_neither_present ... ok |
| 7944 | 2026-08-29T16:18:22.511Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7945 | 2026-08-29T16:18:22.512Z | test tests::test_full_lot_id_lot_only ... ok |
| 7946 | 2026-08-29T16:18:22.512Z | test tests::test_full_lot_id_both_present ... ok |
| 7947 | 2026-08-29T16:18:22.512Z | test tests::test_parse_client_port_id ... ok |
| 7948 | 2026-08-29T16:18:22.512Z | test tests::test_port_id_cmp ... ok |
| 7949 | 2026-08-29T16:18:22.512Z | |
| 7950 | 2026-08-29T16:18:22.512Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7951 | 2026-08-29T16:18:22.512Z | Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c) |
| 7952 | 2026-08-29T16:18:22.512Z | |
| 7953 | 2026-08-29T16:18:22.512Z | |
| 7954 | 2026-08-29T16:18:22.512Z | running 0 tests |
| 7955 | 2026-08-29T16:18:22.512Z | |
| 7956 | 2026-08-29T16:18:22.512Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7957 | 2026-08-29T16:18:22.512Z | |
| 7958 | 2026-08-29T16:18:22.512Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 7959 | 2026-08-29T16:18:22.512Z | |
| 7960 | 2026-08-29T16:18:22.512Z | running 0 tests |
| 7961 | 2026-08-29T16:18:22.512Z | |
| 7962 | 2026-08-29T16:18:22.513Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-08-29T16:18:22.513Z | |
| 7964 | 2026-08-29T16:18:22.513Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 7965 | 2026-08-29T16:18:22.513Z | |
| 7966 | 2026-08-29T16:18:22.513Z | running 15 tests |
| 7967 | 2026-08-29T16:18:22.513Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 7968 | 2026-08-29T16:18:22.513Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 7969 | 2026-08-29T16:18:22.513Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 7970 | 2026-08-29T16:18:22.513Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 7971 | 2026-08-29T16:18:22.513Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 7972 | 2026-08-29T16:18:22.513Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 7973 | 2026-08-29T16:18:22.513Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 7974 | 2026-08-29T16:18:22.513Z | test v1::network::tests::test_equal ... ok |
| 7975 | 2026-08-29T16:18:22.513Z | test v1::network::tests::test_eui64 ... ok |
| 7976 | 2026-08-29T16:18:22.513Z | test v1::network::tests::test_into ... ok |
| 7977 | 2026-08-29T16:18:22.515Z | test v1::network::tests::test_not_equal ... ok |
| 7978 | 2026-08-29T16:18:22.515Z | test v1::network::tests::test_to_string ... ok |
| 7979 | 2026-08-29T16:18:22.515Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 7980 | 2026-08-29T16:18:22.515Z | test v1::network::tests::test_parse ... ok |
| 7981 | 2026-08-29T16:18:22.515Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 7982 | 2026-08-29T16:18:22.516Z | |
| 7983 | 2026-08-29T16:18:22.516Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 7984 | 2026-08-29T16:18:22.516Z | |
| 7985 | 2026-08-29T16:18:22.516Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 7986 | 2026-08-29T16:18:22.530Z | |
| 7987 | 2026-08-29T16:18:22.530Z | running 12 tests |
| 7988 | 2026-08-29T16:18:22.533Z | test icmp::test_v4_checksum ... ok |
| 7989 | 2026-08-29T16:18:22.533Z | test icmp::test_v6_checksum ... ok |
| 7990 | 2026-08-29T16:18:22.533Z | test lldp::test_lldp_parse ... ok |
| 7991 | 2026-08-29T16:18:22.533Z | test pbuf::test_byte ... ok |
| 7992 | 2026-08-29T16:18:22.533Z | test ipv6::test_ipv6_parse ... ok |
| 7993 | 2026-08-29T16:18:22.533Z | test pbuf::test_nibble ... ok |
| 7994 | 2026-08-29T16:18:22.533Z | test pbuf::test_short ... ok |
| 7995 | 2026-08-29T16:18:22.533Z | test pbuf::test_overflow ... ok |
| 7996 | 2026-08-29T16:18:22.533Z | test pbuf::test_word ... ok |
| 7997 | 2026-08-29T16:18:22.533Z | test tcp::test_checksum_syn_nodata ... ok |
| 7998 | 2026-08-29T16:18:22.533Z | test tcp::test_checksum_ack_data ... ok |
| 7999 | 2026-08-29T16:18:22.533Z | test pbuf::test_twelve ... ok |
| 8000 | 2026-08-29T16:18:22.533Z | |
| 8001 | 2026-08-29T16:18:22.533Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8002 | 2026-08-29T16:18:22.533Z | |
| 8003 | 2026-08-29T16:18:22.537Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8004 | 2026-08-29T16:18:22.537Z | |
| 8005 | 2026-08-29T16:18:22.537Z | running 0 tests |
| 8006 | 2026-08-29T16:18:22.537Z | |
| 8007 | 2026-08-29T16:18:22.537Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8008 | 2026-08-29T16:18:22.537Z | |
| 8009 | 2026-08-29T16:18:22.537Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 8010 | 2026-08-29T16:18:22.558Z | |
| 8011 | 2026-08-29T16:18:22.558Z | running 5 tests |
| 8012 | 2026-08-29T16:18:22.561Z | test switchport::test::test_compute_lanes ... ok |
| 8013 | 2026-08-29T16:18:22.565Z | test switchport::test::port_id_ordering ... ok |
| 8014 | 2026-08-29T16:18:22.565Z | test link::test_filter ... ok |
| 8015 | 2026-08-29T16:18:22.565Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8016 | 2026-08-29T16:18:22.565Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8017 | 2026-08-29T16:18:22.565Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8018 | 2026-08-29T16:18:22.565Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8019 | 2026-08-29T16:18:22.565Z | Tx Enabled: Yes Yes Yes Yes |
| 8020 | 2026-08-29T16:18:22.565Z | Lane 0 Tx Loss-of-lock: No No No Lane 1No |
| 8021 | 2026-08-29T16:18:22.565Z | Lane 2 Tx Loss-of-signal: No Lane 3No |
| 8022 | 2026-08-29T16:18:22.565Z | No State: ActivatedNo |
| 8023 | 2026-08-29T16:18:22.565Z | Activated Tx CDR Enabled: NoActivated NoActivated |
| 8024 | 2026-08-29T16:18:22.565Z | No No Rx Output Enabled: false |
| 8025 | 2026-08-29T16:18:22.565Z | false Tx Adaptive EQ Fault: No falseNo false |
| 8026 | 2026-08-29T16:18:22.565Z | No Rx Output Status: validNo |
| 8027 | 2026-08-29T16:18:22.565Z | valid Tx Fault: Yes validYes valid |
| 8028 | 2026-08-29T16:18:22.565Z | Rx Loss-of-lock: trueYes trueYes |
| 8029 | 2026-08-29T16:18:22.565Z | true true |
| 8030 | 2026-08-29T16:18:22.566Z | Rx Loss-of-signal: false false false false |
| 8031 | 2026-08-29T16:18:22.566Z | Rx Auto-squelch Disable: true true true true |
| 8032 | 2026-08-29T16:18:22.566Z | Tx Output Enabled: true true true true |
| 8033 | 2026-08-29T16:18:22.566Z | Tx Output Status: invalid invalid invalid invalid |
| 8034 | 2026-08-29T16:18:22.566Z | Tx Loss-of-lock: false false false false |
| 8035 | 2026-08-29T16:18:22.566Z | Tx Loss-of-signal: true true true true |
| 8036 | 2026-08-29T16:18:22.566Z | Tx Auto-squelch Disable: false false false false |
| 8037 | 2026-08-29T16:18:22.566Z | Tx Adaptive EQ Fail: true true true true |
| 8038 | 2026-08-29T16:18:22.566Z | Tx Failure: false false false false |
| 8039 | 2026-08-29T16:18:22.566Z | Tx Force Squelch: true true true true |
| 8040 | 2026-08-29T16:18:22.566Z | Tx Input Polarity: normal normal normal normal |
| 8041 | 2026-08-29T16:18:22.570Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8042 | 2026-08-29T16:18:22.570Z | test switchport::test::test_print_sff_datapath ... ok |
| 8043 | 2026-08-29T16:18:22.570Z | |
| 8044 | 2026-08-29T16:18:22.570Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8045 | 2026-08-29T16:18:22.570Z | |
| 8046 | 2026-08-29T16:18:22.570Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 8047 | 2026-08-29T16:18:22.573Z | |
| 8048 | 2026-08-29T16:18:22.573Z | running 7 tests |
| 8049 | 2026-08-29T16:18:22.573Z | test counters::counters_list ... ignored |
| 8050 | 2026-08-29T16:18:22.573Z | test link_apply::apply_tx_eq_all ... ignored |
| 8051 | 2026-08-29T16:18:22.573Z | test link_apply::apply_tx_eq_custom ... ignored |
| 8052 | 2026-08-29T16:18:22.573Z | test tx_eq::set_all_taps ... ignored |
| 8053 | 2026-08-29T16:18:22.573Z | test tx_eq::set_partial_taps ... ignored |
| 8054 | 2026-08-29T16:18:22.577Z | test cmd::test::pattern_statics ... ok |
| 8055 | 2026-08-29T16:18:22.617Z | test link_apply::tx_eq_exclusive ... ok |
| 8056 | 2026-08-29T16:18:22.617Z | |
| 8057 | 2026-08-29T16:18:22.621Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.04s |
| 8058 | 2026-08-29T16:18:22.621Z | |
| 8059 | 2026-08-29T16:18:22.621Z | Running unittests src/main.rs (target/debug/deps/tfportd-d55b6e8bd10a525f) |
| 8060 | 2026-08-29T16:18:22.624Z | |
| 8061 | 2026-08-29T16:18:22.624Z | running 3 tests |
| 8062 | 2026-08-29T16:18:22.627Z | test linklocal::test_parse_ipadm ... ok |
| 8063 | 2026-08-29T16:18:22.627Z | test tfport::test_parse_tfport ... ok |
| 8064 | 2026-08-29T16:18:22.627Z | test config::tests::test_updates ... ok |
| 8065 | 2026-08-29T16:18:22.627Z | |
| 8066 | 2026-08-29T16:18:22.627Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8067 | 2026-08-29T16:18:22.627Z | |
| 8068 | 2026-08-29T16:18:22.627Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 8069 | 2026-08-29T16:18:22.632Z | |
| 8070 | 2026-08-29T16:18:22.632Z | running 0 tests |
| 8071 | 2026-08-29T16:18:22.635Z | |
| 8072 | 2026-08-29T16:18:22.635Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8073 | 2026-08-29T16:18:22.636Z | |
| 8074 | 2026-08-29T16:18:22.636Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8075 | 2026-08-29T16:18:22.640Z | |
| 8076 | 2026-08-29T16:18:22.640Z | running 0 tests |
| 8077 | 2026-08-29T16:18:22.640Z | |
| 8078 | 2026-08-29T16:18:22.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8079 | 2026-08-29T16:18:22.640Z | |
| 8080 | 2026-08-29T16:18:22.640Z | Doc-tests aal |
| 8081 | 2026-08-29T16:18:22.858Z | |
| 8082 | 2026-08-29T16:18:22.858Z | running 0 tests |
| 8083 | 2026-08-29T16:18:22.859Z | |
| 8084 | 2026-08-29T16:18:22.859Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8085 | 2026-08-29T16:18:22.859Z | |
| 8086 | 2026-08-29T16:18:22.883Z | Doc-tests aal_macros |
| 8087 | 2026-08-29T16:18:22.954Z | |
| 8088 | 2026-08-29T16:18:22.954Z | running 0 tests |
| 8089 | 2026-08-29T16:18:22.954Z | |
| 8090 | 2026-08-29T16:18:22.954Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-08-29T16:18:22.954Z | |
| 8092 | 2026-08-29T16:18:22.965Z | Doc-tests common |
| 8093 | 2026-08-29T16:18:23.192Z | |
| 8094 | 2026-08-29T16:18:23.193Z | running 0 tests |
| 8095 | 2026-08-29T16:18:23.193Z | |
| 8096 | 2026-08-29T16:18:23.193Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8097 | 2026-08-29T16:18:23.193Z | |
| 8098 | 2026-08-29T16:18:23.219Z | Doc-tests dpd_api |
| 8099 | 2026-08-29T16:18:23.929Z | |
| 8100 | 2026-08-29T16:18:23.929Z | running 2 tests |
| 8101 | 2026-08-29T16:18:23.930Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 8102 | 2026-08-29T16:18:23.930Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 8103 | 2026-08-29T16:18:23.930Z | |
| 8104 | 2026-08-29T16:18:23.930Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8105 | 2026-08-29T16:18:23.930Z | |
| 8106 | 2026-08-29T16:18:23.960Z | Doc-tests dpd_client |
| 8107 | 2026-08-29T16:18:25.326Z | |
| 8108 | 2026-08-29T16:18:25.326Z | running 0 tests |
| 8109 | 2026-08-29T16:18:25.326Z | |
| 8110 | 2026-08-29T16:18:25.326Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8111 | 2026-08-29T16:18:25.326Z | |
| 8112 | 2026-08-29T16:18:25.381Z | Doc-tests dpd_types |
| 8113 | 2026-08-29T16:18:25.563Z | |
| 8114 | 2026-08-29T16:18:25.563Z | running 0 tests |
| 8115 | 2026-08-29T16:18:25.563Z | |
| 8116 | 2026-08-29T16:18:25.563Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8117 | 2026-08-29T16:18:25.563Z | |
| 8118 | 2026-08-29T16:18:25.587Z | Doc-tests dpd_types_versions |
| 8119 | 2026-08-29T16:18:27.089Z | |
| 8120 | 2026-08-29T16:18:27.090Z | running 1 test |
| 8121 | 2026-08-29T16:18:27.090Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8122 | 2026-08-29T16:18:27.090Z | |
| 8123 | 2026-08-29T16:18:27.090Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8124 | 2026-08-29T16:18:27.090Z | |
| 8125 | 2026-08-29T16:18:27.139Z | Doc-tests packet |
| 8126 | 2026-08-29T16:18:27.359Z | |
| 8127 | 2026-08-29T16:18:27.359Z | running 0 tests |
| 8128 | 2026-08-29T16:18:27.359Z | |
| 8129 | 2026-08-29T16:18:27.359Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-08-29T16:18:27.359Z | |
| 8131 | 2026-08-29T16:18:27.386Z | Doc-tests pcap |
| 8132 | 2026-08-29T16:18:27.437Z | |
| 8133 | 2026-08-29T16:18:27.438Z | running 0 tests |
| 8134 | 2026-08-29T16:18:27.438Z | |
| 8135 | 2026-08-29T16:18:27.438Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8136 | 2026-08-29T16:18:27.438Z | |
| 8137 | 2026-08-29T16:18:27.486Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8138 | 2026-08-29T16:18:27.486Z | + RUST_BACKTRACE=full |
| 8139 | 2026-08-29T16:18:27.486Z | + cargo test --features chaos --no-fail-fast |
| 8140 | 2026-08-29T16:18:28.104Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8141 | 2026-08-29T16:18:28.183Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8142 | 2026-08-29T16:18:28.192Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8143 | 2026-08-29T16:18:36.697Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8144 | 2026-08-29T16:18:36.804Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8145 | 2026-08-29T16:19:14.561Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 47.05s |
| 8146 | 2026-08-29T16:19:14.675Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 8147 | 2026-08-29T16:19:14.683Z | |
| 8148 | 2026-08-29T16:19:14.683Z | running 0 tests |
| 8149 | 2026-08-29T16:19:14.683Z | |
| 8150 | 2026-08-29T16:19:14.683Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8151 | 2026-08-29T16:19:14.683Z | |
| 8152 | 2026-08-29T16:19:14.687Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8153 | 2026-08-29T16:19:14.690Z | |
| 8154 | 2026-08-29T16:19:14.690Z | running 0 tests |
| 8155 | 2026-08-29T16:19:14.690Z | |
| 8156 | 2026-08-29T16:19:14.690Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8157 | 2026-08-29T16:19:14.690Z | |
| 8158 | 2026-08-29T16:19:14.690Z | Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c) |
| 8159 | 2026-08-29T16:19:14.696Z | |
| 8160 | 2026-08-29T16:19:14.696Z | running 0 tests |
| 8161 | 2026-08-29T16:19:14.696Z | |
| 8162 | 2026-08-29T16:19:14.699Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8163 | 2026-08-29T16:19:14.699Z | |
| 8164 | 2026-08-29T16:19:14.700Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 8165 | 2026-08-29T16:19:14.722Z | |
| 8166 | 2026-08-29T16:19:14.722Z | running 4 tests |
| 8167 | 2026-08-29T16:19:14.726Z | test nat::tests::test_vni ... ok |
| 8168 | 2026-08-29T16:19:14.726Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8169 | 2026-08-29T16:19:14.729Z | test test_purge ... ok |
| 8170 | 2026-08-29T16:19:14.732Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8171 | 2026-08-29T16:19:14.733Z | |
| 8172 | 2026-08-29T16:19:14.733Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8173 | 2026-08-29T16:19:14.733Z | |
| 8174 | 2026-08-29T16:19:14.736Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 8175 | 2026-08-29T16:19:14.739Z | |
| 8176 | 2026-08-29T16:19:14.740Z | running 1 test |
| 8177 | 2026-08-29T16:19:14.743Z | ------- |
| 8178 | 2026-08-29T16:19:14.743Z | Generating OpenAPI documents from API definitions ... |
| 8179 | 2026-08-29T16:19:14.885Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8180 | 2026-08-29T16:19:14.965Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8181 | 2026-08-29T16:19:15.988Z | ------- |
| 8182 | 2026-08-29T16:19:15.988Z | Checking 13 OpenAPI documents... |
| 8183 | 2026-08-29T16:19:15.988Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8184 | 2026-08-29T16:19:15.988Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8185 | 2026-08-29T16:19:15.988Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8186 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8187 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8188 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-29T16:19:15.992Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-29T16:19:15.992Z | Fresh dpd "latest" symlink |
| 8197 | 2026-08-29T16:19:15.992Z | ------- |
| 8198 | 2026-08-29T16:19:15.992Z | Success 13 documents checked: 14 fresh, 0 stale, 0 failed, 0 other problems |
| 8199 | 2026-08-29T16:19:16.054Z | test test::test_apis_up_to_date ... ok |
| 8200 | 2026-08-29T16:19:16.054Z | |
| 8201 | 2026-08-29T16:19:16.054Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 8202 | 2026-08-29T16:19:16.054Z | |
| 8203 | 2026-08-29T16:19:16.114Z | Running unittests src/main.rs (target/debug/deps/dpd-9c12dacd9659a21c) |
| 8204 | 2026-08-29T16:19:16.121Z | |
| 8205 | 2026-08-29T16:19:16.121Z | running 34 tests |
| 8206 | 2026-08-29T16:19:16.124Z | test freemap::test_ordering ... ok |
| 8207 | 2026-08-29T16:19:16.124Z | test config::tests::test_updates ... ok |
| 8208 | 2026-08-29T16:19:16.124Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8209 | 2026-08-29T16:19:16.125Z | test freemap::test_split ... ok |
| 8210 | 2026-08-29T16:19:16.125Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8211 | 2026-08-29T16:19:16.125Z | test macaddrs::tests::test_mac_offset ... ok |
| 8212 | 2026-08-29T16:19:16.129Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8213 | 2026-08-29T16:19:16.130Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8214 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG created new freemapAug 29 16:19:14.778, unitDEBG: created new freemapfreemap_test, unit: |
| 8215 | 2026-08-29T16:19:16.130Z | freemap_test |
| 8216 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778Aug 29 16:19:14.778 DEBGDEBG initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 8217 | 2026-08-29T16:19:16.130Z | |
| 8218 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG Aug 29 16:19:14.778created new freemap Aug 29 16:19:14.778DEBG, unitDEBG :reset freemap , freemap_testunit : |
| 8219 | 2026-08-29T16:19:16.130Z | test nat::test_mapping ... ok |
| 8220 | 2026-08-29T16:19:16.130Z | freemap_testAug 29 16:19:14.778reset freemap DEBG |
| 8221 | 2026-08-29T16:19:16.130Z | created new freemap, unit: freemap_test |
| 8222 | 2026-08-29T16:19:16.130Z | , unit: freemap_test |
| 8223 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG initted freemap. size: 128, unit: freemap_test |
| 8224 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG reset freemap, unit: freemap_test |
| 8225 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG initted freemap. size: 128, unit: freemap_test |
| 8226 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.778 DEBG reset freemap, unit: freemap_test |
| 8227 | 2026-08-29T16:19:16.130Z | test freemap::test_exhaustion ... ok |
| 8228 | 2026-08-29T16:19:16.130Z | test freemap::test_reclaim ... ok |
| 8229 | 2026-08-29T16:19:16.130Z | test freemap::test_free ... ok |
| 8230 | 2026-08-29T16:19:16.130Z | test freemap::test_basic ... ok |
| 8231 | 2026-08-29T16:19:16.130Z | test port_map::tests::test_backplane_group ... ok |
| 8232 | 2026-08-29T16:19:16.130Z | test port_map::tests::test_port_map ... ok |
| 8233 | 2026-08-29T16:19:16.130Z | test port_map::tests::dump_map ... ok |
| 8234 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.779 DEBG created new freemap, unit: freemap_test |
| 8235 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.779 DEBG initted freemap. size: 8, unit: freemap_test |
| 8236 | 2026-08-29T16:19:16.130Z | Aug 29 16:19:14.779 DEBG reset freemap, unit: freemap_test |
| 8237 | 2026-08-29T16:19:16.130Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8238 | 2026-08-29T16:19:16.130Z | test api_server::tests::test_build_info ... ok |
| 8239 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG created new freemap, unit: freemap_test |
| 8240 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG initted freemap. size: 128, unit: freemap_test |
| 8241 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG reset freemap, unit: freemap_test |
| 8242 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8243 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8244 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8245 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8246 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8247 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 Aug 29 16:19:14.779DEBG DEBGcreated new freemap reset freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 8248 | 2026-08-29T16:19:16.131Z | |
| 8249 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 INFOAug 29 16:19:14.779 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8250 | 2026-08-29T16:19:16.131Z | created new freemap, unit:Aug 29 16:19:14.779 freemap_route_ipv6DEBG |
| 8251 | 2026-08-29T16:19:16.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 } }] |
| 8252 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779 DEBG Aug 29 16:19:14.779initted freemap. size: 64 , INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8253 | 2026-08-29T16:19:16.131Z | freemap_route_ipv4 |
| 8254 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.779Aug 29 16:19:14.779 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 freemap |
| 8255 | 2026-08-29T16:19:16.131Z | , unit: freemap_route_ipv4 |
| 8256 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8257 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8258 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8259 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8260 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8261 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 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 } }] |
| 8262 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 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 } }] |
| 8264 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 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 } }] |
| 8266 | 2026-08-29T16:19:16.131Z | Aug 29 16:19:14.780 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:19:14.780 |
| 8267 | 2026-08-29T16:19:16.132Z | DEBG created new freemap, Aug 29 16:19:14.780unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 8268 | 2026-08-29T16:19:16.132Z | |
| 8269 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffcreated new freemap |
| 8270 | 2026-08-29T16:19:16.132Z | , unit: Aug 29 16:19:14.780freemap_route_ipv6 |
| 8271 | 2026-08-29T16:19:16.132Z | 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 } }] |
| 8272 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780 DEBG initted freemap. size: 64Aug 29 16:19:14.780, unitINFO: adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8273 | 2026-08-29T16:19:16.132Z | |
| 8274 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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 } }]reset freemap |
| 8275 | 2026-08-29T16:19:16.132Z | , unit: freemap_route_ipv4Aug 29 16:19:14.780 |
| 8276 | 2026-08-29T16:19:16.132Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8277 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780 DEBG initted freemap. size: 64Aug 29 16:19:14.780, unitDEBG: 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 } }]freemap_route_ipv6 |
| 8278 | 2026-08-29T16:19:16.132Z | |
| 8279 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap |
| 8280 | 2026-08-29T16:19:16.132Z | , unit:Aug 29 16:19:14.780 freemap_route_ipv6DEBG |
| 8281 | 2026-08-29T16:19:16.132Z | 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 } }] |
| 8282 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8283 | 2026-08-29T16:19:16.132Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8284 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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 } }] |
| 8285 | 2026-08-29T16:19:16.132Z | 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 } }] |
| 8286 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-29T16:19:16.132Z | |
| 8288 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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: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 } }] |
| 8289 | 2026-08-29T16:19:16.132Z | |
| 8290 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8291 | 2026-08-29T16:19:16.132Z | |
| 8292 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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::/64 with: [NextHop { asic_port_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-29T16:19:16.132Z | |
| 8294 | 2026-08-29T16:19:16.132Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8295 | 2026-08-29T16:19:16.133Z | |
| 8296 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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: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 } }] |
| 8297 | 2026-08-29T16:19:16.133Z | |
| 8298 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8299 | 2026-08-29T16:19:16.133Z | |
| 8300 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8301 | 2026-08-29T16:19:16.133Z | |
| 8302 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8303 | 2026-08-29T16:19:16.133Z | |
| 8304 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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: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 } }] |
| 8305 | 2026-08-29T16:19:16.133Z | |
| 8306 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8307 | 2026-08-29T16:19:16.133Z | |
| 8308 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8309 | 2026-08-29T16:19:16.133Z | |
| 8310 | 2026-08-29T16:19:16.133Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8311 | 2026-08-29T16:19:16.133Z | |
| 8312 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8313 | 2026-08-29T16:19:16.138Z | |
| 8314 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8315 | 2026-08-29T16:19:16.138Z | |
| 8316 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8317 | 2026-08-29T16:19:16.138Z | |
| 8318 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8319 | 2026-08-29T16:19:16.138Z | |
| 8320 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780INFO Aug 29 16:19:14.780 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 8321 | 2026-08-29T16:19:16.138Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8322 | 2026-08-29T16:19:16.138Z | |
| 8323 | 2026-08-29T16:19:16.138Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8324 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780 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 29 16:19:14.780 |
| 8325 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFO |
| 8326 | 2026-08-29T16:19:16.138Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffAug 29 16:19:14.780 |
| 8327 | 2026-08-29T16:19:16.138Z | INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.780 |
| 8328 | 2026-08-29T16:19:16.138Z | DEBGDEBG Aug 29 16:19:14.780 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 } }]DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8329 | 2026-08-29T16:19:16.138Z | |
| 8330 | 2026-08-29T16:19:16.138Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8331 | 2026-08-29T16:19:16.138Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO Aug 29 16:19:14.780adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8332 | 2026-08-29T16:19:16.139Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8333 | 2026-08-29T16:19:16.139Z | |
| 8334 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 DEBGAug 29 16:19:14.780Aug 29 16:19:14.780 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 } }] |
| 8335 | 2026-08-29T16:19:16.139Z | test freemap::test_span ... ok |
| 8336 | 2026-08-29T16:19:16.139Z | 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::/64 with: [NextHop { asic_port_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-29T16:19:16.139Z | |
| 8338 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780INFO Aug 29 16:19:14.780 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 8339 | 2026-08-29T16:19:16.139Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-29T16:19:16.139Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8341 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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 } }]DEBG |
| 8342 | 2026-08-29T16:19:16.139Z | 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 } }] |
| 8343 | 2026-08-29T16:19:16.139Z | 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 } }] |
| 8344 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 INFO Aug 29 16:19:14.780adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8345 | 2026-08-29T16:19:16.139Z | INFOAug 29 16:19:14.780 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 8346 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8347 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGAug 29 16:19:14.780 |
| 8348 | 2026-08-29T16:19:16.139Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8349 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 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 } }] |
| 8350 | 2026-08-29T16:19:16.139Z | INFO Aug 29 16:19:14.780adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Aug 29 16:19:14.780INFO |
| 8351 | 2026-08-29T16:19:16.139Z | INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8352 | 2026-08-29T16:19:16.139Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8353 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780 DEBGDEBGAug 29 16:19:14.780 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8354 | 2026-08-29T16:19:16.139Z | DEBGAug 29 16:19:14.780 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 |
| 8355 | 2026-08-29T16:19:16.139Z | created new freemap, unit: Aug 29 16:19:14.780freemap_route_ipv6 |
| 8356 | 2026-08-29T16:19:16.139Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8357 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 DEBG Aug 29 16:19:14.780initted freemap. size: 64 , DEBGunit :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 } }] |
| 8358 | 2026-08-29T16:19:16.139Z | freemap_route_ipv4 |
| 8359 | 2026-08-29T16:19:16.139Z | Aug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8360 | 2026-08-29T16:19:16.140Z | reset freemap, unit:Aug 29 16:19:14.780 freemap_route_ipv4DEBG |
| 8361 | 2026-08-29T16:19:16.140Z | 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 } }] |
| 8362 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780 DEBGAug 29 16:19:14.780 initted freemap. size: 64INFO, unitadding route 3fff:beef:19::/64 -> 2001:db8::55:ff: |
| 8363 | 2026-08-29T16:19:16.140Z | freemap_route_ipv6 |
| 8364 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780 DEBGAug 29 16:19:14.780 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 |
| 8365 | 2026-08-29T16:19:16.140Z | reset freemap, unit:Aug 29 16:19:14.780 freemap_route_ipv6INFO |
| 8366 | 2026-08-29T16:19:16.140Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8367 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8368 | 2026-08-29T16:19:16.140Z | 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 } }] |
| 8369 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780 DEBGAug 29 16:19:14.780 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 8370 | 2026-08-29T16:19:16.140Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8371 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780 INFOAug 29 16:19:14.780 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8372 | 2026-08-29T16:19:16.140Z | 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 } }] |
| 8373 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8374 | 2026-08-29T16:19:16.140Z | |
| 8375 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8376 | 2026-08-29T16:19:16.140Z | |
| 8377 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG 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 } }, 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 } }] |
| 8378 | 2026-08-29T16:19:16.140Z | |
| 8379 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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:dead::/64 -> 2001:db8::55:2 |
| 8380 | 2026-08-29T16:19:16.140Z | |
| 8381 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8382 | 2026-08-29T16:19:16.140Z | |
| 8383 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef::/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 } }] |
| 8384 | 2026-08-29T16:19:16.140Z | |
| 8385 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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:1f::/64 -> 2001:db8::55:ff |
| 8386 | 2026-08-29T16:19:16.140Z | |
| 8387 | 2026-08-29T16:19:16.140Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8388 | 2026-08-29T16:19:16.141Z | |
| 8389 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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:20::/64 -> 2001:db8::55:ff |
| 8390 | 2026-08-29T16:19:16.141Z | |
| 8391 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8392 | 2026-08-29T16:19:16.141Z | |
| 8393 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8394 | 2026-08-29T16:19:16.141Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8395 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:3::/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 } }] |
| 8396 | 2026-08-29T16:19:16.141Z | |
| 8397 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 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:22::/64 -> 2001:db8::55:ff |
| 8398 | 2026-08-29T16:19:16.141Z | |
| 8399 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG adding route 3fff:beef:4::/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 } }] |
| 8400 | 2026-08-29T16:19:16.141Z | |
| 8401 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 INFODEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8402 | 2026-08-29T16:19:16.141Z | 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 } }] |
| 8403 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780replacing 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 } }] |
| 8404 | 2026-08-29T16:19:16.141Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:19:14.780 |
| 8405 | 2026-08-29T16:19:16.141Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8406 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780Aug 29 16:19:14.780 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8407 | 2026-08-29T16:19:16.141Z | |
| 8408 | 2026-08-29T16:19:16.141Z | 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 } }] |
| 8409 | 2026-08-29T16:19:16.141Z | Aug 29 16:19:14.780Aug 29 16:19:14.780Aug 29 16:19:14.780 INFO INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8410 | 2026-08-29T16:19:16.141Z | |
| 8411 | 2026-08-29T16:19:16.141Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8412 | 2026-08-29T16:19:16.146Z | Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG DEBGAug 29 16:19:14.780replacing 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 } }] |
| 8413 | 2026-08-29T16:19:16.146Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8414 | 2026-08-29T16:19:16.146Z | 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 } }] |
| 8415 | 2026-08-29T16:19:16.146Z | Aug 29 16:19:14.780 INFOAug 29 16:19:14.780Aug 29 16:19:14.780 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8416 | 2026-08-29T16:19:16.146Z | |
| 8417 | 2026-08-29T16:19:16.146Z | |
| 8418 | 2026-08-29T16:19:16.146Z | Aug 29 16:19:14.780Aug 29 16:19:14.780 Aug 29 16:19:14.780DEBG 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: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: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 } }] |
| 8419 | 2026-08-29T16:19:16.146Z | |
| 8420 | 2026-08-29T16:19:16.146Z | |
| 8421 | 2026-08-29T16:19:16.146Z | Aug 29 16:19:14.780Aug 29 16:19:14.780Aug 29 16:19:14.780 INFO INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8422 | 2026-08-29T16:19:16.146Z | |
| 8423 | 2026-08-29T16:19:16.146Z | |
| 8424 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBGDEBG 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 } }]DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8425 | 2026-08-29T16:19:16.147Z | 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 } }] |
| 8426 | 2026-08-29T16:19:16.147Z | |
| 8427 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOAug 29 16:19:14.781 adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8428 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFO |
| 8429 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8430 | 2026-08-29T16:19:16.147Z | 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 } }] |
| 8431 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBG 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 } }]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 } }] |
| 8432 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8433 | 2026-08-29T16:19:16.147Z | |
| 8434 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8435 | 2026-08-29T16:19:16.147Z | replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8436 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 8437 | 2026-08-29T16:19:16.147Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.781 |
| 8438 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781INFO DEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8439 | 2026-08-29T16:19:16.147Z | 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 } }] |
| 8440 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8441 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGDEBG INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8442 | 2026-08-29T16:19:16.147Z | 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 } }] |
| 8443 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8444 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 INFOAug 29 16:19:14.781 INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8445 | 2026-08-29T16:19:16.147Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8446 | 2026-08-29T16:19:16.147Z | 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 29 16:19:14.781 |
| 8447 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8448 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781replacing 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 } }] |
| 8449 | 2026-08-29T16:19:16.147Z | INFOAug 29 16:19:14.781 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffINFO |
| 8450 | 2026-08-29T16:19:16.147Z | Aug 29 16:19:14.781adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8451 | 2026-08-29T16:19:16.147Z | INFO Aug 29 16:19:14.781adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Aug 29 16:19:14.781 |
| 8452 | 2026-08-29T16:19:16.148Z | DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8453 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781 |
| 8454 | 2026-08-29T16:19:16.148Z | 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 } }] |
| 8455 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 INFO INFOAug 29 16:19:14.781adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8456 | 2026-08-29T16:19:16.148Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8457 | 2026-08-29T16:19:16.148Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8458 | 2026-08-29T16:19:16.148Z | DEBGAug 29 16:19:14.781 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.781DEBG |
| 8459 | 2026-08-29T16:19:16.148Z | 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 } }] |
| 8460 | 2026-08-29T16:19:16.148Z | 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 } }] |
| 8461 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFOINFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8462 | 2026-08-29T16:19:16.148Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8463 | 2026-08-29T16:19:16.148Z | |
| 8464 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 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: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 |
| 8465 | 2026-08-29T16:19:16.148Z | |
| 8466 | 2026-08-29T16:19:16.148Z | 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 29 16:19:14.781Aug 29 16:19:14.781 |
| 8467 | 2026-08-29T16:19:16.148Z | INFO INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8468 | 2026-08-29T16:19:16.148Z | INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8469 | 2026-08-29T16:19:16.148Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBGDEBG 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 } }] |
| 8471 | 2026-08-29T16:19:16.148Z | 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 |
| 8472 | 2026-08-29T16:19:16.148Z | 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 } }] |
| 8473 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOAug 29 16:19:14.781 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8474 | 2026-08-29T16:19:16.148Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8475 | 2026-08-29T16:19:16.148Z | |
| 8476 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGDEBG DEBGreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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: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 } }] |
| 8477 | 2026-08-29T16:19:16.148Z | |
| 8478 | 2026-08-29T16:19:16.148Z | |
| 8479 | 2026-08-29T16:19:16.148Z | Aug 29 16:19:14.781 Aug 29 16:19:14.781Aug 29 16:19:14.781 INFOINFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8480 | 2026-08-29T16:19:16.149Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8481 | 2026-08-29T16:19:16.149Z | |
| 8482 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781 DEBG Aug 29 16:19:14.781Aug 29 16:19:14.781replacing 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 } }] |
| 8483 | 2026-08-29T16:19:16.149Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8484 | 2026-08-29T16:19:16.149Z | 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 29 16:19:14.781 |
| 8485 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781INFO INFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8486 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO |
| 8487 | 2026-08-29T16:19:16.149Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8488 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781 DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8489 | 2026-08-29T16:19:16.149Z | 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 } }] |
| 8490 | 2026-08-29T16:19:16.149Z | |
| 8491 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781 INFOAug 29 16:19:14.781 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGAug 29 16:19:14.781 |
| 8492 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8493 | 2026-08-29T16:19:16.149Z | INFOAug 29 16:19:14.781 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8494 | 2026-08-29T16:19:16.149Z | DEBGAug 29 16:19:14.781 |
| 8495 | 2026-08-29T16:19:16.149Z | 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 } }]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 } }] |
| 8496 | 2026-08-29T16:19:16.149Z | |
| 8497 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBG Aug 29 16:19:14.781Aug 29 16:19:14.781 INFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8498 | 2026-08-29T16:19:16.149Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8499 | 2026-08-29T16:19:16.149Z | 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 29 16:19:14.781 |
| 8500 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781DEBG 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 |
| 8501 | 2026-08-29T16:19:16.149Z | |
| 8502 | 2026-08-29T16:19:16.149Z | 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 29 16:19:14.781 |
| 8503 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781DEBG Aug 29 16:19:14.781INFO Aug 29 16:19:14.781adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8504 | 2026-08-29T16:19:16.149Z | INFO INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }] |
| 8505 | 2026-08-29T16:19:16.149Z | Aug 29 16:19:14.781 |
| 8506 | 2026-08-29T16:19:16.149Z | DEBGAug 29 16:19:14.781 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 } }] |
| 8507 | 2026-08-29T16:19:16.149Z | |
| 8508 | 2026-08-29T16:19:16.149Z | DEBG Aug 29 16:19:14.781replacing 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 29 16:19:14.781 Aug 29 16:19:14.781INFOAug 29 16:19:14.781DEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8509 | 2026-08-29T16:19:16.150Z | 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 |
| 8510 | 2026-08-29T16:19:16.150Z | |
| 8511 | 2026-08-29T16:19:16.150Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffcreated new freemap |
| 8512 | 2026-08-29T16:19:16.154Z | , unit: Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFOfreemap_route_ipv4 DEBGAug 29 16:19:14.781 DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8513 | 2026-08-29T16:19:16.154Z | 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 } }] |
| 8514 | 2026-08-29T16:19:16.154Z | |
| 8515 | 2026-08-29T16:19:16.155Z | |
| 8516 | 2026-08-29T16:19:16.155Z | INFO Aug 29 16:19:14.781adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 Aug 29 16:19:14.781DEBGINFO |
| 8517 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781 INFOcreated new freemapDEBG, adding route 3fff:beef:9::/64 -> 2001:db8::55:ffunit: |
| 8518 | 2026-08-29T16:19:16.155Z | freemap_route_ipv6replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8519 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 |
| 8520 | 2026-08-29T16:19:16.155Z | DEBG 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 } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8521 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781 DEBG initted freemap. size: 64Aug 29 16:19:14.781, unitDEBG: replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 8522 | 2026-08-29T16:19:16.155Z | |
| 8523 | 2026-08-29T16:19:16.155Z | 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 29 16:19:14.781Aug 29 16:19:14.781 |
| 8524 | 2026-08-29T16:19:16.155Z | DEBG reset freemapINFO, unitadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff: |
| 8525 | 2026-08-29T16:19:16.155Z | freemap_route_ipv4 |
| 8526 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGINFOAug 29 16:19:14.781 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8527 | 2026-08-29T16:19:16.155Z | 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 } }] |
| 8528 | 2026-08-29T16:19:16.155Z | initted freemap. size: 64, unitAug 29 16:19:14.781:Aug 29 16:19:14.781 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 } }] |
| 8529 | 2026-08-29T16:19:16.155Z | freemap_route_ipv6adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8530 | 2026-08-29T16:19:16.155Z | |
| 8531 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781 Aug 29 16:19:14.781INFOAug 29 16:19:14.781 DEBGDEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8532 | 2026-08-29T16:19:16.155Z | 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 } }]reset freemap |
| 8533 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781, DEBGunit :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 } }] |
| 8534 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781freemap_route_ipv6 |
| 8535 | 2026-08-29T16:19:16.155Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8536 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8537 | 2026-08-29T16:19:16.155Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8538 | 2026-08-29T16:19:16.155Z | 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 } }] |
| 8539 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781 Aug 29 16:19:14.781DEBG INFOAug 29 16:19:14.781 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:21::/64 -> 2001:db8::55:ff |
| 8540 | 2026-08-29T16:19:16.155Z | |
| 8541 | 2026-08-29T16:19:16.155Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBG 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 } }] DEBG |
| 8542 | 2026-08-29T16:19:16.155Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 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 } }] |
| 8543 | 2026-08-29T16:19:16.156Z | |
| 8544 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 INFO |
| 8545 | 2026-08-29T16:19:16.156Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8546 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781INFO Aug 29 16:19:14.781DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.781INFO |
| 8547 | 2026-08-29T16:19:16.156Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8548 | 2026-08-29T16:19:16.156Z | |
| 8549 | 2026-08-29T16:19:16.156Z | 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 } }] |
| 8550 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 DEBGAug 29 16:19:14.781Aug 29 16:19:14.781 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 } }] |
| 8551 | 2026-08-29T16:19:16.156Z | DEBGAug 29 16:19:14.781 replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8552 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO INFO |
| 8553 | 2026-08-29T16:19:16.156Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8554 | 2026-08-29T16:19:16.156Z | |
| 8555 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 INFO Aug 29 16:19:14.781adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 Aug 29 16:19:14.781 DEBG |
| 8556 | 2026-08-29T16:19:16.156Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 8557 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781replacing 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 } }] |
| 8558 | 2026-08-29T16:19:16.156Z | DEBGDEBG Aug 29 16:19:14.781replacing 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 |
| 8559 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8560 | 2026-08-29T16:19:16.156Z | 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 |
| 8561 | 2026-08-29T16:19:16.156Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8562 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 Aug 29 16:19:14.781INFO DEBGAug 29 16:19:14.781adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG |
| 8563 | 2026-08-29T16:19:16.156Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8564 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 |
| 8565 | 2026-08-29T16:19:16.156Z | Aug 29 16:19:14.781 INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff Aug 29 16:19:14.781replacing 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 } }] |
| 8566 | 2026-08-29T16:19:16.156Z | |
| 8567 | 2026-08-29T16:19:16.156Z | INFO Aug 29 16:19:14.781adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8568 | 2026-08-29T16:19:16.156Z | DEBGAug 29 16:19:14.781Aug 29 16:19:14.781 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffAug 29 16:19:14.781 |
| 8569 | 2026-08-29T16:19:16.156Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGAug 29 16:19:14.781 |
| 8570 | 2026-08-29T16:19:16.156Z | 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 } }] |
| 8571 | 2026-08-29T16:19:16.157Z | DEBG |
| 8572 | 2026-08-29T16:19:16.157Z | 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 29 16:19:14.781 |
| 8573 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781 INFO INFOAug 29 16:19:14.781 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8574 | 2026-08-29T16:19:16.157Z | INFO |
| 8575 | 2026-08-29T16:19:16.157Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8576 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781 DEBG Aug 29 16:19:14.781replacing 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 } }] |
| 8577 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781DEBG 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 } }] |
| 8578 | 2026-08-29T16:19:16.157Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.781 |
| 8579 | 2026-08-29T16:19:16.157Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781 INFOAug 29 16:19:14.781Aug 29 16:19:14.781 DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8581 | 2026-08-29T16:19:16.157Z | 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 |
| 8582 | 2026-08-29T16:19:16.157Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8583 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781 INFODEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8584 | 2026-08-29T16:19:16.157Z | |
| 8585 | 2026-08-29T16:19:16.157Z | 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 } }] |
| 8586 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 Aug 29 16:19:14.781 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 8587 | 2026-08-29T16:19:16.157Z | INFO |
| 8588 | 2026-08-29T16:19:16.157Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781 INFOAug 29 16:19:14.781 Aug 29 16:19:14.781adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8590 | 2026-08-29T16:19:16.157Z | DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:19:14.781 |
| 8591 | 2026-08-29T16:19:16.157Z | 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 |
| 8592 | 2026-08-29T16:19:16.157Z | 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 29 16:19:14.781 |
| 8593 | 2026-08-29T16:19:16.157Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8594 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781 INFOAug 29 16:19:14.781 Aug 29 16:19:14.781adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8595 | 2026-08-29T16:19:16.157Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 8596 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781replacing 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 } }] |
| 8597 | 2026-08-29T16:19:16.157Z | 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 } }] |
| 8598 | 2026-08-29T16:19:16.157Z | Aug 29 16:19:14.781Aug 29 16:19:14.781 DEBGAug 29 16:19:14.781INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8599 | 2026-08-29T16:19:16.157Z | |
| 8600 | 2026-08-29T16:19:16.158Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8601 | 2026-08-29T16:19:16.158Z | Aug 29 16:19:14.781Aug 29 16:19:14.782 DEBGAug 29 16:19:14.782 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 } }]INFO |
| 8602 | 2026-08-29T16:19:16.158Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8603 | 2026-08-29T16:19:16.158Z | |
| 8604 | 2026-08-29T16:19:16.158Z | Aug 29 16:19:14.782 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8605 | 2026-08-29T16:19:16.158Z | Aug 29 16:19:14.782 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8606 | 2026-08-29T16:19:16.158Z | DEBGAug 29 16:19:14.782 Aug 29 16:19:14.782DEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8607 | 2026-08-29T16:19:16.158Z | 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: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 } }] |
| 8608 | 2026-08-29T16:19:16.158Z | |
| 8609 | 2026-08-29T16:19:16.158Z | Aug 29 16:19:14.782 INFOAug 29 16:19:14.782Aug 29 16:19:14.782 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8610 | 2026-08-29T16:19:16.158Z | INFO |
| 8611 | 2026-08-29T16:19:16.158Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8612 | 2026-08-29T16:19:16.162Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8613 | 2026-08-29T16:19:16.163Z | |
| 8614 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782 DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782 |
| 8615 | 2026-08-29T16:19:16.163Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8616 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO Aug 29 16:19:14.782INFO DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8617 | 2026-08-29T16:19:16.163Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8618 | 2026-08-29T16:19:16.163Z | |
| 8619 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 DEBGAug 29 16:19:14.782DEBG 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 } }]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 } }] |
| 8620 | 2026-08-29T16:19:16.163Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8621 | 2026-08-29T16:19:16.163Z | |
| 8622 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 INFO DEBGINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8623 | 2026-08-29T16:19:16.163Z | 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:2c::/64 -> 2001:db8::55:ff |
| 8624 | 2026-08-29T16:19:16.163Z | |
| 8625 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782 DEBGAug 29 16:19:14.782 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 |
| 8626 | 2026-08-29T16:19:16.163Z | 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 29 16:19:14.782 |
| 8627 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8628 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782adding route 3fff:beef:28::/64 -> 2001:db8::55:ff INFO |
| 8629 | 2026-08-29T16:19:16.163Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8630 | 2026-08-29T16:19:16.163Z | 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 } }] |
| 8631 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782 DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782 |
| 8632 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8633 | 2026-08-29T16:19:16.163Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8634 | 2026-08-29T16:19:16.163Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782replacing 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 } }] |
| 8635 | 2026-08-29T16:19:16.163Z | INFO |
| 8636 | 2026-08-29T16:19:16.163Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8637 | 2026-08-29T16:19:16.163Z | DEBGAug 29 16:19:14.782 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 29 16:19:14.782 |
| 8638 | 2026-08-29T16:19:16.163Z | INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8639 | 2026-08-29T16:19:16.164Z | |
| 8640 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO Aug 29 16:19:14.782 DEBG Aug 29 16:19:14.782 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 } }] |
| 8641 | 2026-08-29T16:19:16.164Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8642 | 2026-08-29T16:19:16.164Z | INFO |
| 8643 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8644 | 2026-08-29T16:19:16.164Z | 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 } }] |
| 8645 | 2026-08-29T16:19:16.164Z | |
| 8646 | 2026-08-29T16:19:16.164Z | DEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8647 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8648 | 2026-08-29T16:19:16.164Z | 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 29 16:19:14.782Aug 29 16:19:14.782adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO |
| 8649 | 2026-08-29T16:19:16.164Z | INFO |
| 8650 | 2026-08-29T16:19:16.164Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8651 | 2026-08-29T16:19:16.164Z | |
| 8652 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 Aug 29 16:19:14.782INFODEBG 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 } }] DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8653 | 2026-08-29T16:19:16.164Z | |
| 8654 | 2026-08-29T16:19:16.164Z | 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 } }] |
| 8655 | 2026-08-29T16:19:16.164Z | |
| 8656 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 INFO Aug 29 16:19:14.782adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8657 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782DEBG Aug 29 16:19:14.782 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 } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 8658 | 2026-08-29T16:19:16.164Z | |
| 8659 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBG Aug 29 16:19:14.782adding route 3fff:beef:31::/64 -> 2001:db8::55:ff INFO |
| 8660 | 2026-08-29T16:19:16.164Z | 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 } }]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:37::/64 -> 2001:db8::55:ff |
| 8661 | 2026-08-29T16:19:16.164Z | |
| 8662 | 2026-08-29T16:19:16.164Z | |
| 8663 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBGAug 29 16:19:14.782Aug 29 16:19:14.782 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8664 | 2026-08-29T16:19:16.164Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8665 | 2026-08-29T16:19:16.164Z | 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 |
| 8666 | 2026-08-29T16:19:16.164Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8667 | 2026-08-29T16:19:16.164Z | 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: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 29 16:19:14.782 |
| 8668 | 2026-08-29T16:19:16.165Z | |
| 8669 | 2026-08-29T16:19:16.165Z | INFO Aug 29 16:19:14.782adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:19:14.782Aug 29 16:19:14.782 |
| 8670 | 2026-08-29T16:19:16.165Z | INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8671 | 2026-08-29T16:19:16.165Z | |
| 8672 | 2026-08-29T16:19:16.165Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBG DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8673 | 2026-08-29T16:19:16.165Z | |
| 8674 | 2026-08-29T16:19:16.165Z | 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 } }] |
| 8675 | 2026-08-29T16:19:16.165Z | 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 } }] |
| 8676 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8677 | 2026-08-29T16:19:16.165Z | |
| 8678 | 2026-08-29T16:19:16.165Z | 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 29 16:19:14.782 |
| 8679 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782 INFOAug 29 16:19:14.782 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:19:14.782DEBG 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 } }] |
| 8680 | 2026-08-29T16:19:16.165Z | |
| 8681 | 2026-08-29T16:19:16.165Z | replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8682 | 2026-08-29T16:19:16.165Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8683 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8684 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8685 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782 DEBG 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: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 29 16:19:14.782DEBG DEBG |
| 8686 | 2026-08-29T16:19:16.165Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8687 | 2026-08-29T16:19:16.165Z | |
| 8688 | 2026-08-29T16:19:16.165Z | |
| 8689 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782INFOAug 29 16:19:14.782 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8690 | 2026-08-29T16:19:16.165Z | |
| 8691 | 2026-08-29T16:19:16.165Z | INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8692 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8693 | 2026-08-29T16:19:16.165Z | DEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782 |
| 8694 | 2026-08-29T16:19:16.165Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBGAug 29 16:19:14.782DEBG INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8695 | 2026-08-29T16:19:16.165Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 8696 | 2026-08-29T16:19:16.166Z | |
| 8697 | 2026-08-29T16:19:16.166Z | Aug 29 16:19:14.782replacing 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 29 16:19:14.782Aug 29 16:19:14.782 DEBGINFOINFO |
| 8698 | 2026-08-29T16:19:16.166Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8699 | 2026-08-29T16:19:16.166Z | |
| 8700 | 2026-08-29T16:19:16.166Z | |
| 8701 | 2026-08-29T16:19:16.166Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 Aug 29 16:19:14.782 Aug 29 16:19:14.782INFOINFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8702 | 2026-08-29T16:19:16.166Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 8703 | 2026-08-29T16:19:16.166Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 29 16:19:14.782replacing 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 } }] |
| 8704 | 2026-08-29T16:19:16.166Z | Aug 29 16:19:14.782 |
| 8705 | 2026-08-29T16:19:16.166Z | 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 } }]DEBGAug 29 16:19:14.782 |
| 8706 | 2026-08-29T16:19:16.166Z | INFOAug 29 16:19:14.782 INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 8707 | 2026-08-29T16:19:16.166Z | |
| 8708 | 2026-08-29T16:19:16.166Z | |
| 8709 | 2026-08-29T16:19:16.166Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8710 | 2026-08-29T16:19:16.166Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 DEBGDEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing 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 } }] |
| 8711 | 2026-08-29T16:19:16.166Z | INFODEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8712 | 2026-08-29T16:19:16.171Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8713 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782 |
| 8714 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782INFOAug 29 16:19:14.782 INFO Aug 29 16:19:14.782adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8715 | 2026-08-29T16:19:16.171Z | INFODEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8716 | 2026-08-29T16:19:16.171Z | 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 } }] |
| 8717 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782DEBG |
| 8718 | 2026-08-29T16:19:16.171Z | DEBG 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 } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8719 | 2026-08-29T16:19:16.171Z | |
| 8720 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782 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 29 16:19:14.782Aug 29 16:19:14.782 |
| 8721 | 2026-08-29T16:19:16.171Z | INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8722 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782 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 } }] |
| 8723 | 2026-08-29T16:19:16.171Z | 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 } }] |
| 8724 | 2026-08-29T16:19:16.171Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8725 | 2026-08-29T16:19:16.172Z | created new freemap INFOAug 29 16:19:14.782 , adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.782unit replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG: |
| 8726 | 2026-08-29T16:19:16.172Z | |
| 8727 | 2026-08-29T16:19:16.172Z | 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 |
| 8728 | 2026-08-29T16:19:16.172Z | created new freemapfreemap_route_ipv4, |
| 8729 | 2026-08-29T16:19:16.172Z | unitAug 29 16:19:14.782: DEBGAug 29 16:19:14.782 freemap_route_ipv4 |
| 8730 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782INFO INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8731 | 2026-08-29T16:19:16.172Z | |
| 8732 | 2026-08-29T16:19:16.172Z | DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 29 16:19:14.782created new freemapAug 29 16:19:14.782 DEBGINFO, |
| 8733 | 2026-08-29T16:19:16.172Z | unit :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 } }] freemap_route_ipv6 |
| 8734 | 2026-08-29T16:19:16.172Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8735 | 2026-08-29T16:19:16.172Z | |
| 8736 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782 Aug 29 16:19:14.782DEBG INFOAug 29 16:19:14.782 Aug 29 16:19:14.782Aug 29 16:19:14.782 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG |
| 8737 | 2026-08-29T16:19:16.172Z | DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8738 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782 replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapinitted freemap. size: 64 |
| 8739 | 2026-08-29T16:19:16.172Z | DEBG Aug 29 16:19:14.782, 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 } }], |
| 8740 | 2026-08-29T16:19:16.172Z | unitunitINFO:: adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 8741 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782Aug 29 16:19:14.782 |
| 8742 | 2026-08-29T16:19:16.172Z | freemap_route_ipv6INFOINFO Aug 29 16:19:14.782adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff DEBG |
| 8743 | 2026-08-29T16:19:16.172Z | |
| 8744 | 2026-08-29T16:19:16.172Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782Aug 29 16:19:14.782Aug 29 16:19:14.782 |
| 8745 | 2026-08-29T16:19:16.172Z | DEBG DEBGreset freemap |
| 8746 | 2026-08-29T16:19:16.172Z | , DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782 unit |
| 8747 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782INFO DEBG: replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.782 |
| 8748 | 2026-08-29T16:19:16.172Z | initted freemap. size: 64, unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782 |
| 8749 | 2026-08-29T16:19:16.172Z | freemap_route_ipv4INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff: |
| 8750 | 2026-08-29T16:19:16.172Z | failed to allocate space for the new target list |
| 8751 | 2026-08-29T16:19:16.172Z | |
| 8752 | 2026-08-29T16:19:16.172Z | Aug 29 16:19:14.782 freemap_route_ipv4 |
| 8753 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782DEBGAug 29 16:19:14.782 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8754 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782 DEBG |
| 8755 | 2026-08-29T16:19:16.173Z | 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 } }], |
| 8756 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782unit :INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Aug 29 16:19:14.782 |
| 8757 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782INFOfreemap_route_ipv6Aug 29 16:19:14.782 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 |
| 8758 | 2026-08-29T16:19:16.173Z | DEBGDEBG failed to allocate space for the new target list |
| 8759 | 2026-08-29T16:19:16.173Z | DEBG |
| 8760 | 2026-08-29T16:19:16.173Z | reset freemapAug 29 16:19:14.782, unit 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 } }]: |
| 8761 | 2026-08-29T16:19:16.173Z | 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 29 16:19:14.782 |
| 8762 | 2026-08-29T16:19:16.173Z | freemap_route_ipv4 |
| 8763 | 2026-08-29T16:19:16.173Z | DEBG Aug 29 16:19:14.782reset freemap Aug 29 16:19:14.782INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8764 | 2026-08-29T16:19:16.173Z | , unit:adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 29 16:19:14.782 Aug 29 16:19:14.782freemap_route_ipv6 |
| 8765 | 2026-08-29T16:19:16.173Z | DEBGDEBG |
| 8766 | 2026-08-29T16:19:16.173Z | 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 } }]initted freemap. size: 64Aug 29 16:19:14.782 |
| 8767 | 2026-08-29T16:19:16.173Z | DEBG, Aug 29 16:19:14.782Aug 29 16:19:14.782replacing 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 } }] |
| 8768 | 2026-08-29T16:19:16.173Z | INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8769 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782: freemap_route_ipv6 |
| 8770 | 2026-08-29T16:19:16.173Z | |
| 8771 | 2026-08-29T16:19:16.173Z | INFO Aug 29 16:19:14.782adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8772 | 2026-08-29T16:19:16.173Z | DEBGAug 29 16:19:14.782 Aug 29 16:19:14.782replacing 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 29 16:19:14.782 |
| 8773 | 2026-08-29T16:19:16.173Z | DEBG DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8774 | 2026-08-29T16:19:16.173Z | |
| 8775 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.782 INFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8776 | 2026-08-29T16:19:16.173Z | reset freemapAug 29 16:19:14.782, Aug 29 16:19:14.782 Aug 29 16:19:14.783unitDEBGINFO Aug 29 16:19:14.782failed to allocate space for the new target listDEBG 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 } }] |
| 8777 | 2026-08-29T16:19:16.173Z | |
| 8778 | 2026-08-29T16:19:16.173Z | adding route 172.16.0.0/32 -> 10.0.0.2created new freemap: , |
| 8779 | 2026-08-29T16:19:16.173Z | Aug 29 16:19:14.783freemap_route_ipv6Aug 29 16:19:14.783unit : |
| 8780 | 2026-08-29T16:19:16.173Z | INFOfreemap_route_ipv4 DEBG |
| 8781 | 2026-08-29T16:19:16.174Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8782 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Aug 29 16:19:14.783 DEBG |
| 8783 | 2026-08-29T16:19:16.174Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8784 | 2026-08-29T16:19:16.174Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 8785 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783 DEBGAug 29 16:19:14.783 Aug 29 16:19:14.783DEBGcreated new freemap , replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8786 | 2026-08-29T16:19:16.174Z | : adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 Aug 29 16:19:14.783 |
| 8787 | 2026-08-29T16:19:16.174Z | INFOINFO |
| 8788 | 2026-08-29T16:19:16.174Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 8789 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783 |
| 8790 | 2026-08-29T16:19:16.174Z | DEBGAug 29 16:19:14.783Aug 29 16:19:14.783 initted freemap. size: 64DEBG, 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 } }]unit |
| 8791 | 2026-08-29T16:19:16.174Z | : DEBGfreemap_route_ipv4 |
| 8792 | 2026-08-29T16:19:16.174Z | 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 29 16:19:14.783 |
| 8793 | 2026-08-29T16:19:16.174Z | INFO Aug 29 16:19:14.783adding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 29 16:19:14.783 |
| 8794 | 2026-08-29T16:19:16.174Z | DEBGAug 29 16:19:14.783 DEBG reset freemapAug 29 16:19:14.783 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO, |
| 8795 | 2026-08-29T16:19:16.174Z | unit :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 } }] |
| 8796 | 2026-08-29T16:19:16.174Z | freemap_route_ipv4 |
| 8797 | 2026-08-29T16:19:16.174Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8798 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783Aug 29 16:19:14.783 INFOINFOAug 29 16:19:14.783 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8799 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783adding route 172.16.0.0/32 -> 10.0.0.4 DEBG |
| 8800 | 2026-08-29T16:19:16.174Z | initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 8801 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783Aug 29 16:19:14.783unit 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 } }] |
| 8802 | 2026-08-29T16:19:16.174Z | freemap_route_ipv6Aug 29 16:19:14.783 |
| 8803 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783INFO INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8804 | 2026-08-29T16:19:16.174Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8805 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.783Aug 29 16:19:14.783 Aug 29 16:19:14.790 DEBGDEBG DEBGcreated new freemap 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 } }], created new freemapunit |
| 8806 | 2026-08-29T16:19:16.174Z | : freemap_route_ipv4 |
| 8807 | 2026-08-29T16:19:16.174Z | Aug 29 16:19:14.790 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:19:14.783Aug 29 16:19:14.790 |
| 8808 | 2026-08-29T16:19:16.174Z | DEBGDEBGAug 29 16:19:14.790 DEBGcreated new freemapcreated new freemap, unitreset freemap:, , unitunitAug 29 16:19:14.790 :freemap_route_ipv6: freemap_route_ipv6 |
| 8809 | 2026-08-29T16:19:16.175Z | freemap_route_ipv4 |
| 8810 | 2026-08-29T16:19:16.175Z | DEBG |
| 8811 | 2026-08-29T16:19:16.175Z | 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 29 16:19:14.790 |
| 8812 | 2026-08-29T16:19:16.179Z | DEBG Aug 29 16:19:14.790initted freemap. size: 64 , INFOunit Aug 29 16:19:14.790adding route 3fff:dead::/64 -> 2001:db8::55:1 : |
| 8813 | 2026-08-29T16:19:16.180Z | DEBG freemap_route_ipv4created new freemapAug 29 16:19:14.790, |
| 8814 | 2026-08-29T16:19:16.180Z | Aug 29 16:19:14.790unitINFO : DEBGfreemap_route_ipv6 |
| 8815 | 2026-08-29T16:19:16.180Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8816 | 2026-08-29T16:19:16.180Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8817 | 2026-08-29T16:19:16.180Z | Aug 29 16:19:14.790 Aug 29 16:19:14.790DEBGAug 29 16:19:14.790 reset freemapAug 29 16:19:14.790DEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8818 | 2026-08-29T16:19:16.180Z | unit: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 } }] |
| 8819 | 2026-08-29T16:19:16.180Z | freemap_route_ipv4DEBG |
| 8820 | 2026-08-29T16:19:16.180Z | initted freemap. size: 64Aug 29 16:19:14.790Aug 29 16:19:14.790 DEBG initted freemap. size: 64, , unitINFOunit :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8821 | 2026-08-29T16:19:16.180Z | freemap_route_ipv4: |
| 8822 | 2026-08-29T16:19:16.180Z | freemap_route_ipv6 |
| 8823 | 2026-08-29T16:19:16.180Z | Aug 29 16:19:14.790 Aug 29 16:19:14.790DEBG, Aug 29 16:19:14.790replacing 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 |
| 8824 | 2026-08-29T16:19:16.180Z | unitDEBG:reset freemap , freemap_route_ipv4unit: |
| 8825 | 2026-08-29T16:19:16.180Z | reset freemap , Aug 29 16:19:14.790 unitfreemap_route_ipv4:INFO |
| 8826 | 2026-08-29T16:19:16.180Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8827 | 2026-08-29T16:19:16.180Z | |
| 8828 | 2026-08-29T16:19:16.180Z | Aug 29 16:19:14.790Aug 29 16:19:14.790 DEBGDEBG Aug 29 16:19:14.790created new freemap initted freemap. size: 64INFO, , unitunit::Aug 29 16:19:14.790 freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8829 | 2026-08-29T16:19:16.180Z | freemap_route_ipv6DEBG |
| 8830 | 2026-08-29T16:19:16.180Z | |
| 8831 | 2026-08-29T16:19:16.180Z | 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 29 16:19:14.790 |
| 8832 | 2026-08-29T16:19:16.180Z | DEBG Aug 29 16:19:14.790Aug 29 16:19:14.790reset freemap INFODEBG, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 29 16:19:14.790 |
| 8833 | 2026-08-29T16:19:16.180Z | DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 8834 | 2026-08-29T16:19:16.180Z | unit::Aug 29 16:19:14.791 freemap_route_ipv6freemap_route_ipv4Aug 29 16:19:14.791 |
| 8835 | 2026-08-29T16:19:16.180Z | |
| 8836 | 2026-08-29T16:19:16.180Z | DEBG INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 29 16:19:14.791adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8837 | 2026-08-29T16:19:16.180Z | Aug 29 16:19:14.791 |
| 8838 | 2026-08-29T16:19:16.180Z | DEBGINFO reset freemapAug 29 16:19:14.791adding route 172.16.0.0/32 -> 10.0.0.1, unit |
| 8839 | 2026-08-29T16:19:16.181Z | : INFOfreemap_route_ipv4 |
| 8840 | 2026-08-29T16:19:16.181Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffAug 29 16:19:14.791 |
| 8841 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 DEBGDEBG Aug 29 16:19:14.791replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8842 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGAug 29 16:19:14.791 |
| 8843 | 2026-08-29T16:19:16.181Z | 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 } }] |
| 8844 | 2026-08-29T16:19:16.181Z | initted freemap. size: 64INFO, unitadding route 172.17.0.0/32 -> 10.0.0.255: |
| 8845 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 INFOAug 29 16:19:14.791 INFOfreemap_route_ipv6 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 29 16:19:14.791adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8846 | 2026-08-29T16:19:16.181Z | |
| 8847 | 2026-08-29T16:19:16.181Z | DEBG |
| 8848 | 2026-08-29T16:19:16.181Z | 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 } }] |
| 8849 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 Aug 29 16:19:14.791 DEBGDEBG Aug 29 16:19:14.791Aug 29 16:19:14.791replacing 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 } }] reset freemapINFO, unit adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8850 | 2026-08-29T16:19:16.181Z | DEBG |
| 8851 | 2026-08-29T16:19:16.181Z | : freemap_route_ipv6 |
| 8852 | 2026-08-29T16:19:16.181Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.791 |
| 8853 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791DEBG 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 29 16:19:14.791 |
| 8854 | 2026-08-29T16:19:16.181Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOAug 29 16:19:14.791 |
| 8855 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8856 | 2026-08-29T16:19:16.181Z | adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8857 | 2026-08-29T16:19:16.181Z | adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:19:14.791 |
| 8858 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791Aug 29 16:19:14.791Aug 29 16:19:14.791 DEBGDEBG DEBG DEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8859 | 2026-08-29T16:19:16.181Z | |
| 8860 | 2026-08-29T16:19:16.181Z | |
| 8861 | 2026-08-29T16:19:16.181Z | |
| 8862 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791Aug 29 16:19:14.791Aug 29 16:19:14.791 INFODEBGINFO Aug 29 16:19:14.791adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8863 | 2026-08-29T16:19:16.181Z | adding route 172.17.0.3/32 -> 10.0.0.255INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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-29T16:19:16.181Z | |
| 8865 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8866 | 2026-08-29T16:19:16.181Z | Aug 29 16:19:14.791 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8867 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791 Aug 29 16:19:14.791 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 } }] |
| 8868 | 2026-08-29T16:19:16.182Z | DEBGWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 29 16:19:14.791 |
| 8869 | 2026-08-29T16:19:16.182Z | |
| 8870 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791 INFOINFO Aug 29 16:19:14.791adding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.0/32 -> 10.0.0.255ERRO |
| 8871 | 2026-08-29T16:19:16.182Z | |
| 8872 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 29 16:19:14.791 |
| 8873 | 2026-08-29T16:19:16.182Z | DEBGAug 29 16:19:14.791INFO Aug 29 16:19:14.791replacing 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 } }] |
| 8874 | 2026-08-29T16:19:16.182Z | DEBGERRO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8875 | 2026-08-29T16:19:16.182Z | test route::tests::identity_replace_is_noop ... ok |
| 8876 | 2026-08-29T16:19:16.182Z | |
| 8877 | 2026-08-29T16:19:16.182Z | shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it |
| 8878 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791 INFO Aug 29 16:19:14.791adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8879 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8880 | 2026-08-29T16:19:16.182Z | 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 } }] |
| 8881 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791 DEBGAug 29 16:19:14.791 DEBGAug 29 16:19:14.791 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 29 16:19:14.791INFO |
| 8882 | 2026-08-29T16:19:16.182Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8883 | 2026-08-29T16:19:16.182Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8884 | 2026-08-29T16:19:16.182Z | test route::tests::grow_succeeds ... ok |
| 8885 | 2026-08-29T16:19:16.182Z | 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 29 16:19:14.791 |
| 8886 | 2026-08-29T16:19:16.182Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 29 16:19:14.791INFO |
| 8887 | 2026-08-29T16:19:16.182Z | adding route 172.17.0.6/32 -> 10.0.0.255 DEBG |
| 8888 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791replacing 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 } }] INFOAug 29 16:19:14.791 Aug 29 16:19:14.791DEBG DEBGadding route 172.17.0.2/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 } }] |
| 8889 | 2026-08-29T16:19:16.182Z | |
| 8890 | 2026-08-29T16:19:16.182Z | |
| 8891 | 2026-08-29T16:19:16.182Z | 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 } }] |
| 8892 | 2026-08-29T16:19:16.182Z | Aug 29 16:19:14.791 Aug 29 16:19:14.791INFO Aug 29 16:19:14.791 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOAug 29 16:19:14.791 |
| 8893 | 2026-08-29T16:19:16.182Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 8894 | 2026-08-29T16:19:16.182Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 29 16:19:14.791 DEBG |
| 8895 | 2026-08-29T16:19:16.183Z | Aug 29 16:19:14.791replacing 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 |
| 8896 | 2026-08-29T16:19:16.183Z | 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 } }] |
| 8897 | 2026-08-29T16:19:16.183Z | 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 29 16:19:14.791 Aug 29 16:19:14.791 |
| 8898 | 2026-08-29T16:19:16.183Z | INFODEBGAug 29 16:19:14.791 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:37::/64 -> 2001:db8::55:ff |
| 8899 | 2026-08-29T16:19:16.183Z | INFO |
| 8900 | 2026-08-29T16:19:16.183Z | adding route 172.17.0.8/32 -> 10.0.0.255Aug 29 16:19:14.791 Aug 29 16:19:14.791INFO |
| 8901 | 2026-08-29T16:19:16.183Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255Aug 29 16:19:14.791 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 } }] |
| 8902 | 2026-08-29T16:19:16.183Z | |
| 8903 | 2026-08-29T16:19:16.183Z | Aug 29 16:19:14.791 INFODEBG Aug 29 16:19:14.791replacing 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 29 16:19:14.791DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff 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 } }] |
| 8904 | 2026-08-29T16:19:16.183Z | INFO |
| 8905 | 2026-08-29T16:19:16.183Z | |
| 8906 | 2026-08-29T16:19:16.183Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8907 | 2026-08-29T16:19:16.183Z | Aug 29 16:19:14.791 Aug 29 16:19:14.791DEBG Aug 29 16:19:14.791INFO Aug 29 16:19:14.791replacing 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 adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8908 | 2026-08-29T16:19:16.183Z | 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 29 16:19:14.791 |
| 8909 | 2026-08-29T16:19:16.183Z | |
| 8910 | 2026-08-29T16:19:16.183Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Aug 29 16:19:14.791 |
| 8911 | 2026-08-29T16:19:16.183Z | Aug 29 16:19:14.791DEBG Aug 29 16:19:14.791DEBGINFO Aug 29 16:19:14.791INFO 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:39::/64 -> 2001:db8::55:ff |
| 8912 | 2026-08-29T16:19:16.188Z | |
| 8913 | 2026-08-29T16:19:16.188Z | DEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8914 | 2026-08-29T16:19:16.188Z | 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 29 16:19:14.791 DEBG Aug 29 16:19:14.791replacing 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 29 16:19:14.791 |
| 8915 | 2026-08-29T16:19:16.188Z | DEBG |
| 8916 | 2026-08-29T16:19:16.188Z | created new freemapAug 29 16:19:14.799 , Aug 29 16:19:14.799DEBGAug 29 16:19:14.799 DEBG unitINFO created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }], :unit |
| 8917 | 2026-08-29T16:19:16.188Z | :INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8918 | 2026-08-29T16:19:16.188Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8919 | 2026-08-29T16:19:16.188Z | |
| 8920 | 2026-08-29T16:19:16.188Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBGDEBG 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 } }] |
| 8921 | 2026-08-29T16:19:16.188Z | created new freemapreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8922 | 2026-08-29T16:19:16.188Z | unit:Aug 29 16:19:14.799 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 29 16:19:14.799 |
| 8923 | 2026-08-29T16:19:16.188Z | freemap_route_ipv6INFO |
| 8924 | 2026-08-29T16:19:16.188Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 29 16:19:14.799 |
| 8925 | 2026-08-29T16:19:16.189Z | DEBG Aug 29 16:19:14.799Aug 29 16:19:14.799replacing 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 } }] DEBGDEBG |
| 8926 | 2026-08-29T16:19:16.189Z | initted freemap. size: 64replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 8927 | 2026-08-29T16:19:16.189Z | : freemap_route_ipv4Aug 29 16:19:14.799Aug 29 16:19:14.799 |
| 8928 | 2026-08-29T16:19:16.189Z | |
| 8929 | 2026-08-29T16:19:16.189Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8930 | 2026-08-29T16:19:16.189Z | INFOAug 29 16:19:14.799 Aug 29 16:19:14.799adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8931 | 2026-08-29T16:19:16.189Z | DEBGDEBGAug 29 16:19:14.799 reset freemapDEBG, unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8932 | 2026-08-29T16:19:16.189Z | :Aug 29 16:19:14.799 DEBGfreemap_route_ipv4 Aug 29 16:19:14.799replacing 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 } }] |
| 8933 | 2026-08-29T16:19:16.189Z | |
| 8934 | 2026-08-29T16:19:16.189Z | DEBG failed to allocate space for the new target list |
| 8935 | 2026-08-29T16:19:16.189Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFOAug 29 16:19:14.799 Aug 29 16:19:14.799adding route 3fff:beef:38::/64 -> 2001:db8::55:ff initted freemap. size: 64 DEBGINFO |
| 8936 | 2026-08-29T16:19:16.189Z | adding route 172.17.0.10/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 } }]unit |
| 8937 | 2026-08-29T16:19:16.189Z | |
| 8938 | 2026-08-29T16:19:16.189Z | : freemap_route_ipv6Aug 29 16:19:14.799 |
| 8939 | 2026-08-29T16:19:16.189Z | Aug 29 16:19:14.799DEBG Aug 29 16:19:14.799replacing 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 } }] |
| 8940 | 2026-08-29T16:19:16.189Z | DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8941 | 2026-08-29T16:19:16.189Z | reset freemap, Aug 29 16:19:14.799unit :INFO freemap_route_ipv6adding route 172.17.0.11/32 -> 10.0.0.255 |
| 8942 | 2026-08-29T16:19:16.189Z | Aug 29 16:19:14.799 |
| 8943 | 2026-08-29T16:19:16.189Z | INFO Aug 29 16:19:14.799adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Aug 29 16:19:14.799 |
| 8944 | 2026-08-29T16:19:16.189Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8945 | 2026-08-29T16:19:16.189Z | 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 } }] |
| 8946 | 2026-08-29T16:19:16.189Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8947 | 2026-08-29T16:19:16.189Z | |
| 8948 | 2026-08-29T16:19:16.189Z | Aug 29 16:19:14.799 INFOfreemap_route_ipv4Aug 29 16:19:14.799 |
| 8949 | 2026-08-29T16:19:16.189Z | INFOAug 29 16:19:14.799 INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 8950 | 2026-08-29T16:19:16.189Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8951 | 2026-08-29T16:19:16.189Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 29 16:19:14.799 |
| 8952 | 2026-08-29T16:19:16.189Z | DEBGAug 29 16:19:14.799Aug 29 16:19:14.799 DEBGAug 29 16:19:14.799 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] , |
| 8953 | 2026-08-29T16:19:16.189Z | DEBG unitDEBG : Aug 29 16:19:14.799 freemap_route_ipv6INFO |
| 8954 | 2026-08-29T16:19:16.190Z | 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.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 } }] |
| 8955 | 2026-08-29T16:19:16.190Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8956 | 2026-08-29T16:19:16.190Z | |
| 8957 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 Aug 29 16:19:14.799Aug 29 16:19:14.799INFO INFODEBG DEBGinitted freemap. size: 64 adding route 172.17.0.13/32 -> 10.0.0.255, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]: |
| 8958 | 2026-08-29T16:19:16.190Z | |
| 8959 | 2026-08-29T16:19:16.190Z | freemap_route_ipv4 |
| 8960 | 2026-08-29T16:19:16.190Z | |
| 8961 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 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 } }] INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.799adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.799 |
| 8962 | 2026-08-29T16:19:16.190Z | |
| 8963 | 2026-08-29T16:19:16.190Z | DEBG DEBGreset freemapAug 29 16:19:14.799 |
| 8964 | 2026-08-29T16:19:16.190Z | , INFOAug 29 16:19:14.799 DEBGunitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff: |
| 8965 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv4replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8966 | 2026-08-29T16:19:16.190Z | |
| 8967 | 2026-08-29T16:19:16.190Z | INFO |
| 8968 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBG DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8969 | 2026-08-29T16:19:16.190Z | |
| 8970 | 2026-08-29T16:19:16.190Z | adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 8971 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBG INFOinitted freemap. size: 64 Aug 29 16:19:14.799adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 29 16:19:14.799 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff, DEBGunitWARN |
| 8972 | 2026-08-29T16:19:16.190Z | : replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })freemap_route_ipv6 |
| 8973 | 2026-08-29T16:19:16.190Z | |
| 8974 | 2026-08-29T16:19:16.190Z | |
| 8975 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799 |
| 8976 | 2026-08-29T16:19:16.190Z | DEBG Aug 29 16:19:14.799replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.799 |
| 8977 | 2026-08-29T16:19:16.190Z | Aug 29 16:19:14.799DEBG DEBG reset freemapINFO , replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit :adding route 172.17.0.15/32 -> 10.0.0.255 |
| 8978 | 2026-08-29T16:19:16.190Z | |
| 8979 | 2026-08-29T16:19:16.190Z | freemap_route_ipv6Aug 29 16:19:14.799 |
| 8980 | 2026-08-29T16:19:16.190Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffAug 29 16:19:14.799Aug 29 16:19:14.799 |
| 8981 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 DEBG INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.799 |
| 8982 | 2026-08-29T16:19:16.191Z | DEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 8983 | 2026-08-29T16:19:16.191Z | |
| 8984 | 2026-08-29T16:19:16.191Z | failed to allocate space for the new target listAug 29 16:19:14.799 |
| 8985 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799INFO Aug 29 16:19:14.799DEBG INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 8986 | 2026-08-29T16:19:16.191Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8987 | 2026-08-29T16:19:16.191Z | |
| 8988 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 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 } }]Aug 29 16:19:14.799 |
| 8989 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 DEBGAug 29 16:19:14.799 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 } }]DEBGDEBG |
| 8990 | 2026-08-29T16:19:16.191Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8991 | 2026-08-29T16:19:16.191Z | |
| 8992 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8993 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }] |
| 8994 | 2026-08-29T16:19:16.191Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 8995 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8996 | 2026-08-29T16:19:16.191Z | 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 } }] |
| 8997 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }] |
| 8998 | 2026-08-29T16:19:16.191Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 8999 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 9000 | 2026-08-29T16:19:16.191Z | |
| 9001 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFO replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9002 | 2026-08-29T16:19:16.191Z | |
| 9003 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }] |
| 9004 | 2026-08-29T16:19:16.191Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9005 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9006 | 2026-08-29T16:19:16.191Z | |
| 9007 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799Aug 29 16:19:14.799 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9008 | 2026-08-29T16:19:16.191Z | |
| 9009 | 2026-08-29T16:19:16.191Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9010 | 2026-08-29T16:19:16.192Z | 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 } }] |
| 9011 | 2026-08-29T16:19:16.192Z | Aug 29 16:19:14.799 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9012 | 2026-08-29T16:19:16.196Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799DEBG 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 } }] |
| 9013 | 2026-08-29T16:19:16.196Z | 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 } }] |
| 9014 | 2026-08-29T16:19:16.196Z | Aug 29 16:19:14.799 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9015 | 2026-08-29T16:19:16.196Z | Aug 29 16:19:14.799 INFOAug 29 16:19:14.799 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9016 | 2026-08-29T16:19:16.197Z | DEBG |
| 9017 | 2026-08-29T16:19:16.197Z | 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 } }] |
| 9018 | 2026-08-29T16:19:16.197Z | Aug 29 16:19:14.799 Aug 29 16:19:14.799Aug 29 16:19:14.799 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 9019 | 2026-08-29T16:19:16.197Z | |
| 9020 | 2026-08-29T16:19:16.197Z | 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 } }] |
| 9021 | 2026-08-29T16:19:16.197Z | Aug 29 16:19:14.800 Aug 29 16:19:14.800DEBG created new freemapAug 29 16:19:14.800, Aug 29 16:19:14.807unit DEBG created new freemap, DEBGunit :created new freemap INFO, freemap_route_ipv4unitadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9022 | 2026-08-29T16:19:16.197Z | |
| 9023 | 2026-08-29T16:19:16.197Z | : freemap_route_ipv4:Aug 29 16:19:14.807Aug 29 16:19:14.807 freemap_route_ipv4DEBG |
| 9024 | 2026-08-29T16:19:16.197Z | created new freemap |
| 9025 | 2026-08-29T16:19:16.197Z | , unitDEBG: freemap_route_ipv6replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9026 | 2026-08-29T16:19:16.197Z | |
| 9027 | 2026-08-29T16:19:16.197Z | Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807Aug 29 16:19:14.807 created new freemap DEBG, unitinitted freemap. size: 64DEBGINFO:, unitcreated new freemapfreemap_route_ipv6: |
| 9028 | 2026-08-29T16:19:16.197Z | , unitfreemap_route_ipv4 |
| 9029 | 2026-08-29T16:19:16.197Z | :adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9030 | 2026-08-29T16:19:16.197Z | freemap_route_ipv6Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807 |
| 9031 | 2026-08-29T16:19:16.197Z | DEBG reset freemapinitted freemap. size: 64DEBG, , unitAug 29 16:19:14.807: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9032 | 2026-08-29T16:19:16.197Z | freemap_route_ipv4 |
| 9033 | 2026-08-29T16:19:16.197Z | initted freemap. size: 64unit:, unitAug 29 16:19:14.807Aug 29 16:19:14.807: freemap_route_ipv4DEBG |
| 9034 | 2026-08-29T16:19:16.197Z | initted freemap. size: 64freemap_route_ipv4, |
| 9035 | 2026-08-29T16:19:16.197Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255unit |
| 9036 | 2026-08-29T16:19:16.197Z | :Aug 29 16:19:14.807 Aug 29 16:19:14.807 DEBGfreemap_route_ipv6 DEBG |
| 9037 | 2026-08-29T16:19:16.197Z | reset freemap Aug 29 16:19:14.807, Aug 29 16:19:14.807unitreset freemap: DEBG, freemap_route_ipv4reset freemap |
| 9038 | 2026-08-29T16:19:16.197Z | , unitunit ::Aug 29 16:19:14.807 freemap_route_ipv6DEBG |
| 9039 | 2026-08-29T16:19:16.197Z | freemap_route_ipv4initted freemap. size: 64DEBG, |
| 9040 | 2026-08-29T16:19:16.197Z | Aug 29 16:19:14.807unit :INFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9041 | 2026-08-29T16:19:16.197Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9042 | 2026-08-29T16:19:16.197Z | Aug 29 16:19:14.807 |
| 9043 | 2026-08-29T16:19:16.197Z | DEBGAug 29 16:19:14.807Aug 29 16:19:14.807 DEBGINFO reset freemap , adding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:19:14.807unit : |
| 9044 | 2026-08-29T16:19:16.198Z | 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 } }]freemap_route_ipv6 |
| 9045 | 2026-08-29T16:19:16.198Z | |
| 9046 | 2026-08-29T16:19:16.198Z | initted freemap. size: 64, Aug 29 16:19:14.807unit Aug 29 16:19:14.807:Aug 29 16:19:14.807DEBG INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 9047 | 2026-08-29T16:19:16.198Z | |
| 9048 | 2026-08-29T16:19:16.198Z | |
| 9049 | 2026-08-29T16:19:16.198Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9050 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGDEBG reset freemapDEBG , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.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 } }] |
| 9051 | 2026-08-29T16:19:16.198Z | unit |
| 9052 | 2026-08-29T16:19:16.198Z | :Aug 29 16:19:14.807Aug 29 16:19:14.807 freemap_route_ipv6INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9053 | 2026-08-29T16:19:16.198Z | |
| 9054 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807 |
| 9055 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:19:14.807 |
| 9056 | 2026-08-29T16:19:16.198Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.807 |
| 9057 | 2026-08-29T16:19:16.198Z | DEBG INFO Aug 29 16:19:14.807Aug 29 16:19:14.807replacing 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.1 |
| 9058 | 2026-08-29T16:19:16.198Z | 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:3, vlan_id: None } }] |
| 9059 | 2026-08-29T16:19:16.198Z | |
| 9060 | 2026-08-29T16:19:16.198Z | 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 } }] |
| 9061 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807Aug 29 16:19:14.807 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:19:14.807replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9062 | 2026-08-29T16:19:16.198Z | INFO |
| 9063 | 2026-08-29T16:19:16.198Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:19:14.807 |
| 9064 | 2026-08-29T16:19:16.198Z | DEBGAug 29 16:19:14.807 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 |
| 9065 | 2026-08-29T16:19:16.198Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9066 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807Aug 29 16:19:14.807Aug 29 16:19:14.800 DEBGAug 29 16:19:14.807 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 } }]INFO |
| 9067 | 2026-08-29T16:19:16.198Z | DEBG adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9068 | 2026-08-29T16:19:16.198Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 29 16:19:14.807 |
| 9069 | 2026-08-29T16:19:16.198Z | INFOcreated new freemap , adding route 172.17.0.0/32 -> 10.0.0.255unit |
| 9070 | 2026-08-29T16:19:16.198Z | :Aug 29 16:19:14.807 Aug 29 16:19:14.807DEBG freemap_route_ipv4INFO |
| 9071 | 2026-08-29T16:19:16.198Z | Aug 29 16:19:14.807 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 } }] |
| 9072 | 2026-08-29T16:19:16.199Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 9073 | 2026-08-29T16:19:16.199Z | 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 } }] |
| 9074 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBG created new freemap Aug 29 16:19:14.807, INFOunitAug 29 16:19:14.807 Aug 29 16:19:14.799: DEBGadding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 9075 | 2026-08-29T16:19:16.199Z | INFO |
| 9076 | 2026-08-29T16:19:16.199Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing 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 } }] |
| 9077 | 2026-08-29T16:19:16.199Z | |
| 9078 | 2026-08-29T16:19:16.199Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9079 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807Aug 29 16:19:14.807 DEBGAug 29 16:19:14.807DEBG initted freemap. size: 64DEBG, 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 } }] unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.807 |
| 9080 | 2026-08-29T16:19:16.199Z | :Aug 29 16:19:14.807 |
| 9081 | 2026-08-29T16:19:16.199Z | freemap_route_ipv4 INFO |
| 9082 | 2026-08-29T16:19:16.199Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 29 16:19:14.807 Aug 29 16:19:14.807 INFO |
| 9083 | 2026-08-29T16:19:16.199Z | INFO INFOAug 29 16:19:14.807adding route 172.16.0.0/32 -> 10.0.0.4 DEBGadding route 172.17.0.2/32 -> 10.0.0.255 |
| 9084 | 2026-08-29T16:19:16.199Z | |
| 9085 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807 reset freemapadding route 172.17.0.31/32 -> 10.0.0.255DEBG, |
| 9086 | 2026-08-29T16:19:16.199Z | unit: 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 29 16:19:14.807freemap_route_ipv4 |
| 9087 | 2026-08-29T16:19:16.199Z | |
| 9088 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807 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 29 16:19:14.807 |
| 9089 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807Aug 29 16:19:14.807 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGINFO Aug 29 16:19:14.807initted freemap. size: 64 INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9090 | 2026-08-29T16:19:16.199Z | adding route 172.17.0.3/32 -> 10.0.0.255, DEBG |
| 9091 | 2026-08-29T16:19:16.199Z | unit |
| 9092 | 2026-08-29T16:19:16.199Z | :Aug 29 16:19:14.807 freemap_route_ipv6replacing 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 } }] |
| 9093 | 2026-08-29T16:19:16.199Z | |
| 9094 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.807Aug 29 16:19:14.807 |
| 9095 | 2026-08-29T16:19:16.199Z | Aug 29 16:19:14.807 INFO DEBG INFOAug 29 16:19:14.807replacing 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 } }] |
| 9096 | 2026-08-29T16:19:16.199Z | adding route 172.17.0.32/32 -> 10.0.0.255INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9097 | 2026-08-29T16:19:16.199Z | reset freemapadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 9098 | 2026-08-29T16:19:16.199Z | , |
| 9099 | 2026-08-29T16:19:16.199Z | unit:Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 DEBG Aug 29 16:19:14.808freemap_route_ipv6 DEBG |
| 9100 | 2026-08-29T16:19:16.200Z | INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9101 | 2026-08-29T16:19:16.200Z | adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9102 | 2026-08-29T16:19:16.200Z | DEBG Aug 29 16:19:14.808 |
| 9103 | 2026-08-29T16:19:16.200Z | Aug 29 16:19:14.808replacing 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 29 16:19:14.808 |
| 9104 | 2026-08-29T16:19:16.200Z | INFO Aug 29 16:19:14.808DEBG INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9105 | 2026-08-29T16:19:16.200Z | 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:dead::/64 -> 2001:db8::55:1 |
| 9106 | 2026-08-29T16:19:16.200Z | |
| 9107 | 2026-08-29T16:19:16.200Z | |
| 9108 | 2026-08-29T16:19:16.200Z | Aug 29 16:19:14.808 Aug 29 16:19:14.808DEBG Aug 29 16:19:14.808INFO Aug 29 16:19:14.808adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9109 | 2026-08-29T16:19:16.200Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:19:14.808DEBG |
| 9110 | 2026-08-29T16:19:16.200Z | |
| 9111 | 2026-08-29T16:19:16.200Z | Aug 29 16:19:14.808INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 9112 | 2026-08-29T16:19:16.205Z | 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 } }] |
| 9113 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808 |
| 9114 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808 INFODEBGAug 29 16:19:14.808 Aug 29 16:19:14.808replacing 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 29 16:19:14.808 |
| 9115 | 2026-08-29T16:19:16.205Z | adding route 172.17.0.34/32 -> 10.0.0.255INFOINFOAug 29 16:19:14.808 INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 9116 | 2026-08-29T16:19:16.205Z | |
| 9117 | 2026-08-29T16:19:16.205Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 9118 | 2026-08-29T16:19:16.205Z | |
| 9119 | 2026-08-29T16:19:16.205Z | INFOAug 29 16:19:14.808 DEBG Aug 29 16:19:14.808Aug 29 16:19:14.808 DEBGDEBG adding route 172.17.0.2/32 -> 10.0.0.255Aug 29 16:19:14.808 |
| 9120 | 2026-08-29T16:19:16.205Z | 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 } }] |
| 9121 | 2026-08-29T16:19:16.205Z | 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 |
| 9122 | 2026-08-29T16:19:16.205Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9123 | 2026-08-29T16:19:16.205Z | 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 } }] |
| 9124 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255 |
| 9125 | 2026-08-29T16:19:16.205Z | |
| 9126 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808INFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 29 16:19:14.808 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 } }]DEBGINFO Aug 29 16:19:14.808 |
| 9127 | 2026-08-29T16:19:16.205Z | |
| 9128 | 2026-08-29T16:19:16.205Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing 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 |
| 9129 | 2026-08-29T16:19:16.205Z | 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 } }] |
| 9130 | 2026-08-29T16:19:16.205Z | |
| 9131 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808 Aug 29 16:19:14.808INFO Aug 29 16:19:14.808Aug 29 16:19:14.808Aug 29 16:19:14.808 INFO adding route 172.17.0.3/32 -> 10.0.0.255 DEBGDEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 9132 | 2026-08-29T16:19:16.205Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9133 | 2026-08-29T16:19:16.205Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9134 | 2026-08-29T16:19:16.205Z | Aug 29 16:19:14.808 DEBGAug 29 16:19:14.815adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9135 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815created new freemap DEBG, INFOunit :Aug 29 16:19:14.815 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 } }]DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 9136 | 2026-08-29T16:19:16.206Z | |
| 9137 | 2026-08-29T16:19:16.206Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 9138 | 2026-08-29T16:19:16.206Z | |
| 9139 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815Aug 29 16:19:14.815 Aug 29 16:19:14.815 DEBG INFO 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 } }] |
| 9140 | 2026-08-29T16:19:16.206Z | adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9141 | 2026-08-29T16:19:16.206Z | |
| 9142 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815Aug 29 16:19:14.815 DEBGINFO created new freemapadding route 172.17.0.37/32 -> 10.0.0.255, |
| 9143 | 2026-08-29T16:19:16.206Z | unit:Aug 29 16:19:14.815Aug 29 16:19:14.800Aug 29 16:19:14.815 freemap_route_ipv6DEBG DEBG |
| 9144 | 2026-08-29T16:19:16.206Z | 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 |
| 9145 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815replacing 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 } }] created new freemap |
| 9146 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815Aug 29 16:19:14.815DEBG 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 } }] Aug 29 16:19:14.815initted freemap. size: 64, , |
| 9147 | 2026-08-29T16:19:16.206Z | unitadding route 172.17.0.38/32 -> 10.0.0.255: INFO freemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9148 | 2026-08-29T16:19:16.206Z | |
| 9149 | 2026-08-29T16:19:16.206Z | |
| 9150 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815unit Aug 29 16:19:14.815Aug 29 16:19:14.815 :DEBGAug 29 16:19:14.815 freemap_route_ipv4INFOreplacing 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 } }] |
| 9151 | 2026-08-29T16:19:16.206Z | |
| 9152 | 2026-08-29T16:19:16.206Z | DEBG reset freemapDEBG Aug 29 16:19:14.815 adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9153 | 2026-08-29T16:19:16.206Z | INFO, unit |
| 9154 | 2026-08-29T16:19:16.206Z | adding route 172.17.0.39/32 -> 10.0.0.255:Aug 29 16:19:14.815 |
| 9155 | 2026-08-29T16:19:16.206Z | freemap_route_ipv4INFO |
| 9156 | 2026-08-29T16:19:16.206Z | Aug 29 16:19:14.815adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9157 | 2026-08-29T16:19:16.206Z | DEBG created new freemapAug 29 16:19:14.815, Aug 29 16:19:14.815unitAug 29 16:19:14.815: DEBG DEBG freemap_route_ipv6 Aug 29 16:19:14.815replacing 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.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 } }] |
| 9158 | 2026-08-29T16:19:16.206Z | DEBG |
| 9159 | 2026-08-29T16:19:16.206Z | |
| 9160 | 2026-08-29T16:19:16.206Z | 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 initted freemap. size: 64, Aug 29 16:19:14.815Aug 29 16:19:14.815unit Aug 29 16:19:14.815 |
| 9161 | 2026-08-29T16:19:16.206Z | INFOINFO:DEBG adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9162 | 2026-08-29T16:19:16.207Z | initted freemap. size: 64 Aug 29 16:19:14.815adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9163 | 2026-08-29T16:19:16.207Z | , Aug 29 16:19:14.815unitINFO DEBGfreemap_route_ipv6 adding route 172.17.0.6/32 -> 10.0.0.255: |
| 9164 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.815replacing 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 } }] |
| 9165 | 2026-08-29T16:19:16.207Z | DEBGfreemap_route_ipv4 |
| 9166 | 2026-08-29T16:19:16.207Z | |
| 9167 | 2026-08-29T16:19:16.207Z | replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.815 |
| 9168 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.815 DEBGINFO Aug 29 16:19:14.815Aug 29 16:19:14.815 adding route 172.17.0.13/32 -> 10.0.0.255reset freemapDEBG, Aug 29 16:19:14.815unit |
| 9169 | 2026-08-29T16:19:16.207Z | : 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 } }] DEBGadding route 172.17.0.41/32 -> 10.0.0.255freemap_route_ipv6 |
| 9170 | 2026-08-29T16:19:16.207Z | test route::tests::same_size_non_subset_replace ... ok |
| 9171 | 2026-08-29T16:19:16.207Z | |
| 9172 | 2026-08-29T16:19:16.207Z | |
| 9173 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.815reset freemapAug 29 16:19:14.815Aug 29 16:19:14.815 , DEBGunit :INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGfreemap_route_ipv4 |
| 9174 | 2026-08-29T16:19:16.207Z | |
| 9175 | 2026-08-29T16:19:16.207Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9176 | 2026-08-29T16:19:16.207Z | 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 } }] |
| 9177 | 2026-08-29T16:19:16.207Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9178 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.815Aug 29 16:19:14.815Aug 29 16:19:14.815 INFO INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9179 | 2026-08-29T16:19:16.207Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9180 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.816adding route 172.17.0.7/32 -> 10.0.0.255Aug 29 16:19:14.816 |
| 9181 | 2026-08-29T16:19:16.207Z | DEBG |
| 9182 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.816initted freemap. size: 64 DEBG, INFOAug 29 16:19:14.816replacing 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 } }]unit |
| 9183 | 2026-08-29T16:19:16.207Z | :Aug 29 16:19:14.816adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9184 | 2026-08-29T16:19:16.207Z | freemap_route_ipv6INFODEBGAug 29 16:19:14.816 |
| 9185 | 2026-08-29T16:19:16.207Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.816 |
| 9186 | 2026-08-29T16:19:16.207Z | DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 29 16:19:14.816 |
| 9187 | 2026-08-29T16:19:16.207Z | |
| 9188 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.816 |
| 9189 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.816 Aug 29 16:19:14.816DEBG INFODEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9190 | 2026-08-29T16:19:16.207Z | Aug 29 16:19:14.816 INFO |
| 9191 | 2026-08-29T16:19:16.208Z | adding route 172.17.0.15/32 -> 10.0.0.255reset freemapAug 29 16:19:14.816DEBG , |
| 9192 | 2026-08-29T16:19:16.208Z | INFOAug 29 16:19:14.816replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.44/32 -> 10.0.0.255 |
| 9193 | 2026-08-29T16:19:16.208Z | |
| 9194 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.816DEBGunit 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 } }]: |
| 9195 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.816DEBGfreemap_route_ipv6 Aug 29 16:19:14.816 |
| 9196 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.816DEBGreplacing 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 } }] |
| 9197 | 2026-08-29T16:19:16.208Z | INFO replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9198 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.816 |
| 9199 | 2026-08-29T16:19:16.208Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9200 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.824 DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.824 |
| 9201 | 2026-08-29T16:19:16.208Z | DEBG Aug 29 16:19:14.824Aug 29 16:19:14.824replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 29 16:19:14.824DEBG |
| 9202 | 2026-08-29T16:19:16.208Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 9203 | 2026-08-29T16:19:16.208Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9204 | 2026-08-29T16:19:16.208Z | |
| 9205 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.824 INFOAug 29 16:19:14.824 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 9206 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.824replacing 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 } }] |
| 9207 | 2026-08-29T16:19:16.208Z | DEBG Aug 29 16:19:14.824replacing 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 } }] |
| 9208 | 2026-08-29T16:19:16.208Z | DEBG Aug 29 16:19:14.824replacing 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 } }] |
| 9209 | 2026-08-29T16:19:16.208Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9210 | 2026-08-29T16:19:16.208Z | Aug 29 16:19:14.824DEBGAug 29 16:19:14.824 INFODEBGAug 29 16:19:14.824 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 9211 | 2026-08-29T16:19:16.208Z | |
| 9212 | 2026-08-29T16:19:16.213Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9213 | 2026-08-29T16:19:16.213Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 29 16:19:14.824Aug 29 16:19:14.824 |
| 9214 | 2026-08-29T16:19:16.213Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9215 | 2026-08-29T16:19:16.213Z | Aug 29 16:19:14.824 Aug 29 16:19:14.816DEBG INFODEBGAug 29 16:19:14.824 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9216 | 2026-08-29T16:19:16.213Z | 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 } }] |
| 9217 | 2026-08-29T16:19:16.213Z | DEBG |
| 9218 | 2026-08-29T16:19:16.213Z | 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 } }] |
| 9219 | 2026-08-29T16:19:16.213Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 Aug 29 16:19:14.824INFO Aug 29 16:19:14.824DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 } }] |
| 9220 | 2026-08-29T16:19:16.213Z | Aug 29 16:19:14.824 INFO |
| 9221 | 2026-08-29T16:19:16.213Z | INFO Aug 29 16:19:14.824INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9222 | 2026-08-29T16:19:16.213Z | DEBG Aug 29 16:19:14.824 adding route 172.17.0.12/32 -> 10.0.0.255INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.17/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 29 16:19:14.824 |
| 9223 | 2026-08-29T16:19:16.213Z | |
| 9224 | 2026-08-29T16:19:16.213Z | DEBG |
| 9225 | 2026-08-29T16:19:16.213Z | 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 29 16:19:14.824 |
| 9226 | 2026-08-29T16:19:16.213Z | DEBG Aug 29 16:19:14.824 |
| 9227 | 2026-08-29T16:19:16.214Z | 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 29 16:19:14.824 Aug 29 16:19:14.824 |
| 9228 | 2026-08-29T16:19:16.214Z | INFO DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9229 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 DEBGINFO Aug 29 16:19:14.824replacing 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9230 | 2026-08-29T16:19:16.214Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255 Aug 29 16:19:14.824 |
| 9231 | 2026-08-29T16:19:16.214Z | |
| 9232 | 2026-08-29T16:19:16.214Z | adding route 172.17.0.18/32 -> 10.0.0.255 Aug 29 16:19:14.824DEBG |
| 9233 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 INFOAug 29 16:19:14.824replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Aug 29 16:19:14.824INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9234 | 2026-08-29T16:19:16.214Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9235 | 2026-08-29T16:19:16.214Z | 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 } }] |
| 9236 | 2026-08-29T16:19:16.214Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9237 | 2026-08-29T16:19:16.214Z | |
| 9238 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 Aug 29 16:19:14.824 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 29 16:19:14.824 |
| 9239 | 2026-08-29T16:19:16.214Z | |
| 9240 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 Aug 29 16:19:14.824 INFO DEBGAug 29 16:19:14.824 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 9241 | 2026-08-29T16:19:16.214Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] 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 } }] |
| 9242 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 |
| 9243 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824DEBG DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 29 16:19:14.824 |
| 9244 | 2026-08-29T16:19:16.214Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9245 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 |
| 9246 | 2026-08-29T16:19:16.214Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff INFO INFO |
| 9247 | 2026-08-29T16:19:16.214Z | adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:19:14.824 |
| 9248 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824INFOAug 29 16:19:14.824adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBGINFO |
| 9249 | 2026-08-29T16:19:16.214Z | adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9250 | 2026-08-29T16:19:16.214Z | |
| 9251 | 2026-08-29T16:19:16.214Z | 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 } }] |
| 9252 | 2026-08-29T16:19:16.214Z | Aug 29 16:19:14.824 Aug 29 16:19:14.824DEBG Aug 29 16:19:14.824Aug 29 16:19:14.824 DEBGDEBG Aug 29 16:19:14.824replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9253 | 2026-08-29T16:19:16.214Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] 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 } }] |
| 9254 | 2026-08-29T16:19:16.214Z | 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 } }] |
| 9255 | 2026-08-29T16:19:16.215Z | |
| 9256 | 2026-08-29T16:19:16.215Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9257 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 Aug 29 16:19:14.824 DEBGAug 29 16:19:14.824 INFO INFO Aug 29 16:19:14.824 adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9258 | 2026-08-29T16:19:16.215Z | 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 } }] |
| 9259 | 2026-08-29T16:19:16.215Z | |
| 9260 | 2026-08-29T16:19:16.215Z | |
| 9261 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824 Aug 29 16:19:14.824adding route 172.17.0.15/32 -> 10.0.0.255Aug 29 16:19:14.824 Aug 29 16:19:14.824WARN |
| 9262 | 2026-08-29T16:19:16.215Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9263 | 2026-08-29T16:19:16.215Z | |
| 9264 | 2026-08-29T16:19:16.215Z | DEBG |
| 9265 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824Aug 29 16:19:14.824Aug 29 16:19:14.824 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 } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9266 | 2026-08-29T16:19:16.215Z | DEBG |
| 9267 | 2026-08-29T16:19:16.215Z | |
| 9268 | 2026-08-29T16:19:16.215Z | |
| 9269 | 2026-08-29T16:19:16.215Z | 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 29 16:19:14.824Aug 29 16:19:14.824 |
| 9270 | 2026-08-29T16:19:16.215Z | test route::tests::add_target_fails_full ... ok |
| 9271 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824 INFOINFODEBG Aug 29 16:19:14.824adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 29 16:19:14.824 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9272 | 2026-08-29T16:19:16.215Z | INFO |
| 9273 | 2026-08-29T16:19:16.215Z | 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 } }] |
| 9274 | 2026-08-29T16:19:16.215Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9275 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 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.23/32 -> 10.0.0.255INFO |
| 9276 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824 |
| 9277 | 2026-08-29T16:19:16.215Z | Aug 29 16:19:14.824adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9278 | 2026-08-29T16:19:16.215Z | DEBGDEBG Aug 29 16:19:14.824replacing 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 29 16:19:14.824 DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9279 | 2026-08-29T16:19:16.215Z | 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 } }]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 } }] |
| 9280 | 2026-08-29T16:19:16.215Z | |
| 9281 | 2026-08-29T16:19:16.215Z | |
| 9282 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 INFODEBG Aug 29 16:19:14.824 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffAug 29 16:19:14.824 |
| 9283 | 2026-08-29T16:19:16.216Z | 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 } }]Aug 29 16:19:14.824adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9284 | 2026-08-29T16:19:16.216Z | INFO WARNadding route 172.17.0.54/32 -> 10.0.0.255Aug 29 16:19:14.824 |
| 9285 | 2026-08-29T16:19:16.216Z | |
| 9286 | 2026-08-29T16:19:16.216Z | DEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9287 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824Aug 29 16:19:14.824 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 29 16:19:14.824DEBG |
| 9288 | 2026-08-29T16:19:16.216Z | DEBG INFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9289 | 2026-08-29T16:19:16.216Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9290 | 2026-08-29T16:19:16.216Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9291 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824 INFOAug 29 16:19:14.824 Aug 29 16:19:14.824 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9292 | 2026-08-29T16:19:16.216Z | INFOAug 29 16:19:14.824INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9293 | 2026-08-29T16:19:16.216Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9294 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824DEBG Aug 29 16:19:14.824replacing 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 29 16:19:14.824 |
| 9295 | 2026-08-29T16:19:16.216Z | DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9296 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824 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 } }]INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9297 | 2026-08-29T16:19:16.216Z | |
| 9298 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.824 adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 9299 | 2026-08-29T16:19:16.216Z | adding route 172.17.0.26/32 -> 10.0.0.255Aug 29 16:19:14.824 |
| 9300 | 2026-08-29T16:19:16.216Z | INFOAug 29 16:19:14.824 adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.824 |
| 9301 | 2026-08-29T16:19:16.216Z | DEBGINFO Aug 29 16:19:14.824 Aug 29 16:19:14.824adding route 3fff:beef:2b::/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 } }] |
| 9302 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.832DEBG 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 } }] |
| 9303 | 2026-08-29T16:19:16.216Z | 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 } }] |
| 9304 | 2026-08-29T16:19:16.216Z | Aug 29 16:19:14.825 DEBGAug 29 16:19:14.832 created new freemapINFO , adding route 172.17.0.57/32 -> 10.0.0.255unit |
| 9305 | 2026-08-29T16:19:16.216Z | |
| 9306 | 2026-08-29T16:19:16.216Z | :Aug 29 16:19:14.832 freemap_route_ipv4Aug 29 16:19:14.832INFO |
| 9307 | 2026-08-29T16:19:16.216Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 9308 | 2026-08-29T16:19:16.216Z | 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 29 16:19:14.832 |
| 9309 | 2026-08-29T16:19:16.216Z | INFOAug 29 16:19:14.832Aug 29 16:19:14.832 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 |
| 9310 | 2026-08-29T16:19:16.216Z | , adding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:19:14.832unit :Aug 29 16:19:14.832 |
| 9311 | 2026-08-29T16:19:16.217Z | INFOfreemap_route_ipv6 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 9312 | 2026-08-29T16:19:16.222Z | |
| 9313 | 2026-08-29T16:19:16.222Z | Aug 29 16:19:14.832 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9314 | 2026-08-29T16:19:16.222Z | DEBG Aug 29 16:19:14.832Aug 29 16:19:14.832 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 } }]initted freemap. size: 64 |
| 9315 | 2026-08-29T16:19:16.222Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 9316 | 2026-08-29T16:19:16.222Z | :Aug 29 16:19:14.832 freemap_route_ipv4DEBG |
| 9317 | 2026-08-29T16:19:16.222Z | Aug 29 16:19:14.832 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 } }]INFOAug 29 16:19:14.832 |
| 9318 | 2026-08-29T16:19:16.222Z | INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Aug 29 16:19:14.832 |
| 9319 | 2026-08-29T16:19:16.222Z | DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9320 | 2026-08-29T16:19:16.222Z | reset freemap, Aug 29 16:19:14.832Aug 29 16:19:14.832 INFODEBG unit :Aug 29 16:19:14.832replacing 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 172.17.0.59/32 -> 10.0.0.255 |
| 9321 | 2026-08-29T16:19:16.222Z | |
| 9322 | 2026-08-29T16:19:16.222Z | DEBGfreemap_route_ipv4 |
| 9323 | 2026-08-29T16:19:16.222Z | Aug 29 16:19:14.832Aug 29 16:19:14.832 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 Aug 29 16:19:14.832 |
| 9324 | 2026-08-29T16:19:16.222Z | INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9325 | 2026-08-29T16:19:16.222Z | DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9326 | 2026-08-29T16:19:16.222Z | Aug 29 16:19:14.832initted freemap. size: 64 INFOAug 29 16:19:14.832, unitAug 29 16:19:14.832 adding route 172.17.0.29/32 -> 10.0.0.255:DEBG freemap_route_ipv6replacing 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 } }] |
| 9327 | 2026-08-29T16:19:16.222Z | INFO |
| 9328 | 2026-08-29T16:19:16.222Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9329 | 2026-08-29T16:19:16.223Z | |
| 9330 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832Aug 29 16:19:14.832 DEBG Aug 29 16:19:14.832replacing 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 } }] |
| 9331 | 2026-08-29T16:19:16.223Z | DEBG DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9332 | 2026-08-29T16:19:16.223Z | reset freemapAug 29 16:19:14.832Aug 29 16:19:14.832 INFO, INFO Aug 29 16:19:14.832adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9333 | 2026-08-29T16:19:16.223Z | unitadding route 172.17.0.30/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 } }] |
| 9334 | 2026-08-29T16:19:16.223Z | |
| 9335 | 2026-08-29T16:19:16.223Z | :INFOAug 29 16:19:14.832 DEBGfreemap_route_ipv6Aug 29 16:19:14.832 |
| 9336 | 2026-08-29T16:19:16.223Z | DEBG Aug 29 16:19:14.832replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9337 | 2026-08-29T16:19:16.223Z | 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 29 16:19:14.832 |
| 9338 | 2026-08-29T16:19:16.223Z | INFO INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9339 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9340 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832 |
| 9341 | 2026-08-29T16:19:16.223Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255DEBGAug 29 16:19:14.832 Aug 29 16:19:14.832replacing 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 } }] |
| 9342 | 2026-08-29T16:19:16.223Z | DEBG |
| 9343 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832DEBG 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 } }] 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 } }] |
| 9344 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832adding route 3fff:beef:31::/64 -> 2001:db8::55:ffAug 29 16:19:14.832 |
| 9345 | 2026-08-29T16:19:16.223Z | |
| 9346 | 2026-08-29T16:19:16.223Z | 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 29 16:19:14.832INFOAug 29 16:19:14.832Aug 29 16:19:14.832 |
| 9347 | 2026-08-29T16:19:16.223Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9348 | 2026-08-29T16:19:16.223Z | DEBGINFO INFO 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 } }] |
| 9349 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832Aug 29 16:19:14.832adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9350 | 2026-08-29T16:19:16.223Z | DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.832 |
| 9351 | 2026-08-29T16:19:16.223Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9352 | 2026-08-29T16:19:16.223Z | |
| 9353 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832 Aug 29 16:19:14.832Aug 29 16:19:14.832DEBG INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9354 | 2026-08-29T16:19:16.223Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 9355 | 2026-08-29T16:19:16.223Z | |
| 9356 | 2026-08-29T16:19:16.223Z | Aug 29 16:19:14.832 Aug 29 16:19:14.832DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 9357 | 2026-08-29T16:19:16.224Z | 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 29 16:19:14.832DEBG |
| 9358 | 2026-08-29T16:19:16.224Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9359 | 2026-08-29T16:19:16.224Z | Aug 29 16:19:14.832 Aug 29 16:19:14.832adding route 3fff:dead::/64 -> 2001:db8::55:3 Aug 29 16:19:14.832 INFODEBG |
| 9360 | 2026-08-29T16:19:16.224Z | adding route 172.17.0.21/32 -> 10.0.0.255 Aug 29 16:19:14.832INFOreplacing 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 } }] |
| 9361 | 2026-08-29T16:19:16.224Z | |
| 9362 | 2026-08-29T16:19:16.224Z | INFOAug 29 16:19:14.832 Aug 29 16:19:14.832adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 29 16:19:14.832 |
| 9363 | 2026-08-29T16:19:16.224Z | adding route 172.17.0.33/32 -> 10.0.0.255DEBGDEBG failed to allocate space for the new target list DEBG |
| 9364 | 2026-08-29T16:19:16.224Z | Aug 29 16:19:14.832replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9365 | 2026-08-29T16:19:16.224Z | DEBG |
| 9366 | 2026-08-29T16:19:16.224Z | 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 } }] |
| 9367 | 2026-08-29T16:19:16.224Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.832 Aug 29 16:19:14.832 |
| 9368 | 2026-08-29T16:19:16.224Z | DEBGDEBGAug 29 16:19:14.832 INFO Aug 29 16:19:14.832Aug 29 16:19:14.832replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9369 | 2026-08-29T16:19:16.224Z | adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO |
| 9370 | 2026-08-29T16:19:16.224Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9371 | 2026-08-29T16:19:16.224Z | |
| 9372 | 2026-08-29T16:19:16.224Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9373 | 2026-08-29T16:19:16.224Z | |
| 9374 | 2026-08-29T16:19:16.224Z | Aug 29 16:19:14.832 DEBGAug 29 16:19:14.832Aug 29 16:19:14.832 Aug 29 16:19:14.832DEBG failed to allocate space for the new target listreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.832 |
| 9375 | 2026-08-29T16:19:16.224Z | INFO DEBGDEBGadding route 172.17.0.34/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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9376 | 2026-08-29T16:19:16.224Z | |
| 9377 | 2026-08-29T16:19:16.224Z | |
| 9378 | 2026-08-29T16:19:16.224Z | Aug 29 16:19:14.833replacing 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 } }] |
| 9379 | 2026-08-29T16:19:16.224Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 29 16:19:14.833 |
| 9380 | 2026-08-29T16:19:16.224Z | DEBGAug 29 16:19:14.833Aug 29 16:19:14.833 Aug 29 16:19:14.833DEBGINFO replacing targets for 3fff:dead::/64 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.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9381 | 2026-08-29T16:19:16.224Z | DEBG |
| 9382 | 2026-08-29T16:19:16.224Z | |
| 9383 | 2026-08-29T16:19:16.224Z | 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 } }] |
| 9384 | 2026-08-29T16:19:16.224Z | Aug 29 16:19:14.833 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.833 |
| 9385 | 2026-08-29T16:19:16.225Z | INFO Aug 29 16:19:14.833 Aug 29 16:19:14.833adding route 172.17.0.24/32 -> 10.0.0.255 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 } }] |
| 9386 | 2026-08-29T16:19:16.225Z | 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 } }] |
| 9387 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833 DEBG Aug 29 16:19:14.833replacing 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 } }] |
| 9388 | 2026-08-29T16:19:16.225Z | INFO |
| 9389 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833Aug 29 16:19:14.833 INFOINFO adding route 172.17.0.25/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9390 | 2026-08-29T16:19:16.225Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9391 | 2026-08-29T16:19:16.225Z | |
| 9392 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.799Aug 29 16:19:14.833 Aug 29 16:19:14.833 Aug 29 16:19:14.833DEBGDEBG 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 |
| 9393 | 2026-08-29T16:19:16.225Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9394 | 2026-08-29T16:19:16.225Z | 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.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 } }] |
| 9395 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833 INFO |
| 9396 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9397 | 2026-08-29T16:19:16.225Z | INFOAug 29 16:19:14.833 INFOAug 29 16:19:14.833 adding route 172.17.0.37/32 -> 10.0.0.255INFOadding route 172.17.0.6/32 -> 10.0.0.255Aug 29 16:19:14.833 |
| 9398 | 2026-08-29T16:19:16.225Z | |
| 9399 | 2026-08-29T16:19:16.225Z | DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9400 | 2026-08-29T16:19:16.225Z | 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 } }] |
| 9401 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833 Aug 29 16:19:14.833Aug 29 16:19:14.833 DEBGDEBG Aug 29 16:19:14.833 DEBGreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9402 | 2026-08-29T16:19:16.225Z | |
| 9403 | 2026-08-29T16:19:16.225Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9404 | 2026-08-29T16:19:16.225Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffAug 29 16:19:14.833 |
| 9405 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833 Aug 29 16:19:14.833INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9406 | 2026-08-29T16:19:16.225Z | |
| 9407 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833INFO Aug 29 16:19:14.833adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 9408 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9409 | 2026-08-29T16:19:16.225Z | DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9410 | 2026-08-29T16:19:16.225Z | |
| 9411 | 2026-08-29T16:19:16.225Z | Aug 29 16:19:14.833Aug 29 16:19:14.833 INFO DEBGAug 29 16:19:14.833 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9412 | 2026-08-29T16:19:16.230Z | 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 |
| 9413 | 2026-08-29T16:19:16.230Z | adding route 172.17.0.28/32 -> 10.0.0.255Aug 29 16:19:14.833 |
| 9414 | 2026-08-29T16:19:16.230Z | INFOAug 29 16:19:14.833Aug 29 16:19:14.833 Aug 29 16:19:14.833 INFODEBG created new freemapAug 29 16:19:14.833 , adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9415 | 2026-08-29T16:19:16.230Z | unit: freemap_route_ipv4 |
| 9416 | 2026-08-29T16:19:16.230Z | Aug 29 16:19:14.841adding route 172.17.0.39/32 -> 10.0.0.255Aug 29 16:19:14.841 DEBG |
| 9417 | 2026-08-29T16:19:16.230Z | DEBG created new freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9418 | 2026-08-29T16:19:16.230Z | Aug 29 16:19:14.841unit DEBG: replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9419 | 2026-08-29T16:19:16.230Z | Aug 29 16:19:14.841 |
| 9420 | 2026-08-29T16:19:16.230Z | INFO Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9421 | 2026-08-29T16:19:16.231Z | initted freemap. size: 64INFO, adding route 172.17.0.40/32 -> 10.0.0.255unit |
| 9422 | 2026-08-29T16:19:16.231Z | : Aug 29 16:19:14.841freemap_route_ipv4 |
| 9423 | 2026-08-29T16:19:16.231Z | DEBGAug 29 16:19:14.841 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 } }] |
| 9424 | 2026-08-29T16:19:16.231Z | DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.841 |
| 9425 | 2026-08-29T16:19:16.231Z | DEBGAug 29 16:19:14.841 reset freemapAug 29 16:19:14.841, INFOunit : INFOfreemap_route_ipv4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9426 | 2026-08-29T16:19:16.231Z | |
| 9427 | 2026-08-29T16:19:16.231Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9428 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841 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 } }] |
| 9429 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841 DEBGAug 29 16:19:14.841 Aug 29 16:19:14.841 initted freemap. size: 64 , DEBGunit INFO: replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9430 | 2026-08-29T16:19:16.231Z | DEBG |
| 9431 | 2026-08-29T16:19:16.231Z | 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 |
| 9432 | 2026-08-29T16:19:16.231Z | |
| 9433 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGDEBGAug 29 16:19:14.841 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 29 16:19:14.841reset freemapINFO, unitadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9434 | 2026-08-29T16:19:16.231Z | : INFOfreemap_route_ipv6 |
| 9435 | 2026-08-29T16:19:16.231Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9436 | 2026-08-29T16:19:16.231Z | |
| 9437 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841 Aug 29 16:19:14.841 INFOAug 29 16:19:14.841 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 9438 | 2026-08-29T16:19:16.231Z | INFO Aug 29 16:19:14.841 adding route 172.16.0.0/32 -> 10.0.0.1 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 |
| 9439 | 2026-08-29T16:19:16.231Z | |
| 9440 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841replacing 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 } }] |
| 9441 | 2026-08-29T16:19:16.231Z | DEBGAug 29 16:19:14.841 INFOAug 29 16:19:14.841 adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.841 DEBG |
| 9442 | 2026-08-29T16:19:16.231Z | 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 |
| 9443 | 2026-08-29T16:19:16.231Z | adding route 3fff:beef:3b::/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 } }] |
| 9444 | 2026-08-29T16:19:16.231Z | Aug 29 16:19:14.841 |
| 9445 | 2026-08-29T16:19:16.231Z | 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 29 16:19:14.841Aug 29 16:19:14.841 |
| 9446 | 2026-08-29T16:19:16.231Z | INFODEBG Aug 29 16:19:14.841adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9447 | 2026-08-29T16:19:16.231Z | INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 29 16:19:14.841Aug 29 16:19:14.841 |
| 9448 | 2026-08-29T16:19:16.231Z | INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9449 | 2026-08-29T16:19:16.232Z | |
| 9450 | 2026-08-29T16:19:16.232Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9451 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841 Aug 29 16:19:14.841INFO DEBGAug 29 16:19:14.841adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 29 16:19:14.841DEBG |
| 9452 | 2026-08-29T16:19:16.232Z | |
| 9453 | 2026-08-29T16:19:16.232Z | INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 29 16:19:14.841 |
| 9454 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841 INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 9455 | 2026-08-29T16:19:16.232Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9456 | 2026-08-29T16:19:16.232Z | 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 29 16:19:14.841Aug 29 16:19:14.841 DEBG INFO |
| 9457 | 2026-08-29T16:19:16.232Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 29 16:19:14.841 |
| 9458 | 2026-08-29T16:19:16.232Z | 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 } }] |
| 9459 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841replacing 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 } }] |
| 9460 | 2026-08-29T16:19:16.232Z | DEBGAug 29 16:19:14.841 DEBGfailed to allocate space for the new target list Aug 29 16:19:14.841 |
| 9461 | 2026-08-29T16:19:16.232Z | 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 |
| 9462 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 29 16:19:14.841 Aug 29 16:19:14.841adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9463 | 2026-08-29T16:19:16.232Z | |
| 9464 | 2026-08-29T16:19:16.232Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9465 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBG adding route 172.17.0.15/32 -> 10.0.0.255 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 9466 | 2026-08-29T16:19:16.232Z | 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 } }] |
| 9467 | 2026-08-29T16:19:16.232Z | |
| 9468 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841 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 29 16:19:14.841 |
| 9469 | 2026-08-29T16:19:16.232Z | test route::tests::delete_targets_full ... ok |
| 9470 | 2026-08-29T16:19:16.232Z | INFO Aug 29 16:19:14.841adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9471 | 2026-08-29T16:19:16.232Z | DEBG Aug 29 16:19:14.841replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 29 16:19:14.841 |
| 9472 | 2026-08-29T16:19:16.232Z | INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 9473 | 2026-08-29T16:19:16.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 } }] |
| 9474 | 2026-08-29T16:19:16.232Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9475 | 2026-08-29T16:19:16.232Z | |
| 9476 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 INFODEBG adding route 172.17.0.17/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 } }] |
| 9477 | 2026-08-29T16:19:16.233Z | |
| 9478 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 INFO DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9479 | 2026-08-29T16:19:16.233Z | 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 29 16:19:14.825 |
| 9480 | 2026-08-29T16:19:16.233Z | DEBG Aug 29 16:19:14.841DEBG Aug 29 16:19:14.841 created new freemap 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 |
| 9481 | 2026-08-29T16:19:16.233Z | 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 } }] |
| 9482 | 2026-08-29T16:19:16.233Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 29 16:19:14.841 |
| 9483 | 2026-08-29T16:19:16.233Z | INFOAug 29 16:19:14.841 , Aug 29 16:19:14.841unit adding route 172.17.0.29/32 -> 10.0.0.255INFODEBG |
| 9484 | 2026-08-29T16:19:16.233Z | adding route 172.17.0.50/32 -> 10.0.0.255: |
| 9485 | 2026-08-29T16:19:16.233Z | 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 } }]freemap_route_ipv4 |
| 9486 | 2026-08-29T16:19:16.233Z | |
| 9487 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841 DEBGAug 29 16:19:14.841Aug 29 16:19:14.841 INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.841 DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9488 | 2026-08-29T16:19:16.233Z | DEBG |
| 9489 | 2026-08-29T16:19:16.233Z | 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 } }] |
| 9490 | 2026-08-29T16:19:16.233Z | created new freemapAug 29 16:19:14.841, unitINFO:Aug 29 16:19:14.841 adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6INFO |
| 9491 | 2026-08-29T16:19:16.233Z | |
| 9492 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841 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 29 16:19:14.841adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9493 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841DEBG initted freemap. size: 64DEBG |
| 9494 | 2026-08-29T16:19:16.233Z | , unitreplacing 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 29 16:19:14.841: |
| 9495 | 2026-08-29T16:19:16.233Z | freemap_route_ipv4 |
| 9496 | 2026-08-29T16:19:16.233Z | DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.841 |
| 9497 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFO Aug 29 16:19:14.841adding route 172.17.0.31/32 -> 10.0.0.255reset freemapINFO |
| 9498 | 2026-08-29T16:19:16.233Z | INFO , adding route 172.17.0.20/32 -> 10.0.0.255unitadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9499 | 2026-08-29T16:19:16.233Z | |
| 9500 | 2026-08-29T16:19:16.233Z | :Aug 29 16:19:14.841 freemap_route_ipv4 |
| 9501 | 2026-08-29T16:19:16.233Z | DEBG Aug 29 16:19:14.841replacing 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 } }] |
| 9502 | 2026-08-29T16:19:16.233Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGDEBG initted freemap. size: 64DEBG, unit :Aug 29 16:19:14.841 replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6INFOreplacing 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 } }] |
| 9503 | 2026-08-29T16:19:16.233Z | |
| 9504 | 2026-08-29T16:19:16.233Z | |
| 9505 | 2026-08-29T16:19:16.234Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9506 | 2026-08-29T16:19:16.234Z | Aug 29 16:19:14.841Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBGINFOINFO reset freemapadding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:19:14.841 |
| 9507 | 2026-08-29T16:19:16.234Z | adding route 172.17.0.53/32 -> 10.0.0.255, |
| 9508 | 2026-08-29T16:19:16.234Z | unit: DEBGfreemap_route_ipv6 |
| 9509 | 2026-08-29T16:19:16.234Z | Aug 29 16:19:14.841Aug 29 16:19:14.841replacing 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 |
| 9510 | 2026-08-29T16:19:16.234Z | DEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9511 | 2026-08-29T16:19:16.234Z | Aug 29 16:19:14.841 |
| 9512 | 2026-08-29T16:19:16.238Z | Aug 29 16:19:14.841 Aug 29 16:19:14.841INFOINFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9513 | 2026-08-29T16:19:16.238Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 29 16:19:14.841 |
| 9514 | 2026-08-29T16:19:16.239Z | INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 Aug 29 16:19:14.841 |
| 9515 | 2026-08-29T16:19:16.239Z | adding route 172.17.0.54/32 -> 10.0.0.255DEBG |
| 9516 | 2026-08-29T16:19:16.239Z | Aug 29 16:19:14.841 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 9517 | 2026-08-29T16:19:16.239Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 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 |
| 9518 | 2026-08-29T16:19:16.239Z | 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 } }]DEBGAug 29 16:19:14.841 |
| 9519 | 2026-08-29T16:19:16.239Z | 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 29 16:19:14.841 |
| 9520 | 2026-08-29T16:19:16.239Z | |
| 9521 | 2026-08-29T16:19:16.239Z | INFO Aug 29 16:19:14.841adding route 172.17.0.34/32 -> 10.0.0.255 Aug 29 16:19:14.841INFO |
| 9522 | 2026-08-29T16:19:16.239Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9523 | 2026-08-29T16:19:16.239Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 |
| 9524 | 2026-08-29T16:19:16.239Z | 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 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 29 16:19:14.841 |
| 9525 | 2026-08-29T16:19:16.240Z | Aug 29 16:19:14.841 |
| 9526 | 2026-08-29T16:19:16.240Z | DEBG 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 } }] Aug 29 16:19:14.841Aug 29 16:19:14.841replacing 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 } }] |
| 9527 | 2026-08-29T16:19:16.240Z | INFO |
| 9528 | 2026-08-29T16:19:16.240Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9529 | 2026-08-29T16:19:16.240Z | adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.841 |
| 9530 | 2026-08-29T16:19:16.240Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.841 |
| 9531 | 2026-08-29T16:19:16.240Z | Aug 29 16:19:14.841Aug 29 16:19:14.841 DEBG DEBG INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9532 | 2026-08-29T16:19:16.240Z | |
| 9533 | 2026-08-29T16:19:16.240Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9534 | 2026-08-29T16:19:16.240Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 INFOAug 29 16:19:14.849 Aug 29 16:19:14.849adding route 172.17.0.36/32 -> 10.0.0.255 INFODEBG 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9535 | 2026-08-29T16:19:16.240Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.849 |
| 9536 | 2026-08-29T16:19:16.240Z | |
| 9537 | 2026-08-29T16:19:16.240Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9538 | 2026-08-29T16:19:16.240Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 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 } }]Aug 29 16:19:14.849 |
| 9539 | 2026-08-29T16:19:16.240Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 9540 | 2026-08-29T16:19:16.240Z | 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 29 16:19:14.849 |
| 9541 | 2026-08-29T16:19:16.240Z | DEBGAug 29 16:19:14.842Aug 29 16:19:14.849 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 9542 | 2026-08-29T16:19:16.240Z | 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 } }]DEBGAug 29 16:19:14.849 |
| 9543 | 2026-08-29T16:19:16.240Z | INFOcreated new freemap , unitadding route 172.17.0.58/32 -> 10.0.0.255:Aug 29 16:19:14.849 |
| 9544 | 2026-08-29T16:19:16.240Z | freemap_route_ipv4 |
| 9545 | 2026-08-29T16:19:16.240Z | INFOAug 29 16:19:14.849 adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 9546 | 2026-08-29T16:19:16.241Z | 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 } }] |
| 9547 | 2026-08-29T16:19:16.241Z | Aug 29 16:19:14.849 DEBG Aug 29 16:19:14.849created new freemapAug 29 16:19:14.849 |
| 9548 | 2026-08-29T16:19:16.241Z | , INFODEBG 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 } }]unit |
| 9549 | 2026-08-29T16:19:16.241Z | adding route 172.17.0.59/32 -> 10.0.0.255: |
| 9550 | 2026-08-29T16:19:16.241Z | Aug 29 16:19:14.849freemap_route_ipv6 |
| 9551 | 2026-08-29T16:19:16.241Z | DEBG Aug 29 16:19:14.849replacing 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 29 16:19:14.849 |
| 9552 | 2026-08-29T16:19:16.241Z | DEBGAug 29 16:19:14.849INFO 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 } }]DEBGadding route 172.17.0.27/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9553 | 2026-08-29T16:19:16.241Z | INFO |
| 9554 | 2026-08-29T16:19:16.242Z | initted freemap. size: 64 , adding route 172.17.0.37/32 -> 10.0.0.255unit |
| 9555 | 2026-08-29T16:19:16.242Z | : Aug 29 16:19:14.849Aug 29 16:19:14.849 Aug 29 16:19:14.849freemap_route_ipv4DEBG |
| 9556 | 2026-08-29T16:19:16.242Z | 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 } }]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 } }] |
| 9557 | 2026-08-29T16:19:16.242Z | INFO |
| 9558 | 2026-08-29T16:19:16.242Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9559 | 2026-08-29T16:19:16.242Z | Aug 29 16:19:14.849DEBG Aug 29 16:19:14.849INFO Aug 29 16:19:14.849reset freemap , INFOadding route 172.17.0.38/32 -> 10.0.0.255 DEBGunit |
| 9560 | 2026-08-29T16:19:16.242Z | adding route 172.17.0.28/32 -> 10.0.0.255: |
| 9561 | 2026-08-29T16:19:16.242Z | 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 } }]freemap_route_ipv4 |
| 9562 | 2026-08-29T16:19:16.242Z | |
| 9563 | 2026-08-29T16:19:16.242Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 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.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 } }] |
| 9564 | 2026-08-29T16:19:16.242Z | |
| 9565 | 2026-08-29T16:19:16.242Z | Aug 29 16:19:14.849 DEBG Aug 29 16:19:14.849failed to allocate space for the new target list |
| 9566 | 2026-08-29T16:19:16.242Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 INFOINFO adding route 172.17.0.39/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 9567 | 2026-08-29T16:19:16.242Z | Aug 29 16:19:14.849 |
| 9568 | 2026-08-29T16:19:16.242Z | DEBG initted freemap. size: 64 Aug 29 16:19:14.849, replacing targets for 172.16.0.0/32 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 } }]DEBGAug 29 16:19:14.849 |
| 9569 | 2026-08-29T16:19:16.243Z | DEBGunit : 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 } }]freemap_route_ipv6 |
| 9570 | 2026-08-29T16:19:16.243Z | |
| 9571 | 2026-08-29T16:19:16.243Z | 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 } }] |
| 9572 | 2026-08-29T16:19:16.243Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 Aug 29 16:19:14.849 INFO DEBGINFO reset freemapadding route 172.17.0.40/32 -> 10.0.0.255, |
| 9573 | 2026-08-29T16:19:16.243Z | unitadding route 172.17.0.30/32 -> 10.0.0.255: |
| 9574 | 2026-08-29T16:19:16.243Z | freemap_route_ipv6 |
| 9575 | 2026-08-29T16:19:16.243Z | Aug 29 16:19:14.849 Aug 29 16:19:14.849DEBG DEBGAug 29 16:19:14.849replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9576 | 2026-08-29T16:19:16.243Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9577 | 2026-08-29T16:19:16.243Z | |
| 9578 | 2026-08-29T16:19:16.243Z | Aug 29 16:19:14.849 INFO Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGadding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 9579 | 2026-08-29T16:19:16.243Z | 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.31/32 -> 10.0.0.255 |
| 9580 | 2026-08-29T16:19:16.243Z | |
| 9581 | 2026-08-29T16:19:16.243Z | Aug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 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.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 } }] |
| 9582 | 2026-08-29T16:19:16.243Z | |
| 9583 | 2026-08-29T16:19:16.243Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9584 | 2026-08-29T16:19:16.243Z | Aug 29 16:19:14.849 Aug 29 16:19:14.849INFO Aug 29 16:19:14.849 INFOadding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9585 | 2026-08-29T16:19:16.244Z | DEBG |
| 9586 | 2026-08-29T16:19:16.244Z | 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 } }] |
| 9587 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBG 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 } }] |
| 9588 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849replacing 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 } }] |
| 9589 | 2026-08-29T16:19:16.244Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Aug 29 16:19:14.849 |
| 9590 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849INFO adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 9591 | 2026-08-29T16:19:16.244Z | adding route 172.17.0.43/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9592 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849DEBG 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.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 } }] |
| 9593 | 2026-08-29T16:19:16.244Z | |
| 9594 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849 DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.849Aug 29 16:19:14.849 |
| 9595 | 2026-08-29T16:19:16.244Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255INFOAug 29 16:19:14.849 |
| 9596 | 2026-08-29T16:19:16.244Z | INFOadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9597 | 2026-08-29T16:19:16.244Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9598 | 2026-08-29T16:19:16.244Z | Aug 29 16:19:14.849 DEBGAug 29 16:19:14.849 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 29 16:19:14.849DEBG |
| 9599 | 2026-08-29T16:19:16.245Z | 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 } }] |
| 9600 | 2026-08-29T16:19:16.245Z | 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 29 16:19:14.849 |
| 9601 | 2026-08-29T16:19:16.245Z | INFO Aug 29 16:19:14.849adding route 172.17.0.35/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9602 | 2026-08-29T16:19:16.245Z | INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9603 | 2026-08-29T16:19:16.245Z | |
| 9604 | 2026-08-29T16:19:16.245Z | Aug 29 16:19:14.849 DEBGAug 29 16:19:14.849 Aug 29 16:19:14.849replacing 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 |
| 9605 | 2026-08-29T16:19:16.245Z | DEBGreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9606 | 2026-08-29T16:19:16.246Z | 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 29 16:19:14.849 |
| 9607 | 2026-08-29T16:19:16.246Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9608 | 2026-08-29T16:19:16.246Z | Aug 29 16:19:14.849INFO adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 9609 | 2026-08-29T16:19:16.246Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9610 | 2026-08-29T16:19:16.246Z | DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.849Aug 29 16:19:14.849 |
| 9611 | 2026-08-29T16:19:16.246Z | DEBG 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 29 16:19:14.849 |
| 9612 | 2026-08-29T16:19:16.251Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9613 | 2026-08-29T16:19:16.251Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9614 | 2026-08-29T16:19:16.251Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Aug 29 16:19:14.849 |
| 9615 | 2026-08-29T16:19:16.251Z | |
| 9616 | 2026-08-29T16:19:16.251Z | 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 } }] |
| 9617 | 2026-08-29T16:19:16.251Z | Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGDEBG Aug 29 16:19:14.849replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9618 | 2026-08-29T16:19:16.251Z | |
| 9619 | 2026-08-29T16:19:16.251Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9620 | 2026-08-29T16:19:16.252Z | Aug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 DEBGINFO INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9621 | 2026-08-29T16:19:16.252Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9622 | 2026-08-29T16:19:16.252Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9623 | 2026-08-29T16:19:16.252Z | Aug 29 16:19:14.849 Aug 29 16:19:14.849INFO Aug 29 16:19:14.849 DEBGadding route 172.17.0.39/32 -> 10.0.0.255 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 } }] |
| 9624 | 2026-08-29T16:19:16.252Z | DEBG |
| 9625 | 2026-08-29T16:19:16.252Z | replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9626 | 2026-08-29T16:19:16.252Z | Aug 29 16:19:14.849Aug 29 16:19:14.849Aug 29 16:19:14.849 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 9627 | 2026-08-29T16:19:16.252Z | adding route 172.17.0.4/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 } }] |
| 9628 | 2026-08-29T16:19:16.252Z | |
| 9629 | 2026-08-29T16:19:16.253Z | Aug 29 16:19:14.849 DEBG Aug 29 16:19:14.849replacing 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 } }] |
| 9630 | 2026-08-29T16:19:16.253Z | Aug 29 16:19:14.849 INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 9631 | 2026-08-29T16:19:16.253Z | 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 } }] |
| 9632 | 2026-08-29T16:19:16.253Z | Aug 29 16:19:14.849 INFOAug 29 16:19:14.849 Aug 29 16:19:14.849DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9633 | 2026-08-29T16:19:16.253Z | INFOreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9634 | 2026-08-29T16:19:16.253Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9635 | 2026-08-29T16:19:16.253Z | Aug 29 16:19:14.849 DEBGAug 29 16:19:14.849 Aug 29 16:19:14.849 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 |
| 9636 | 2026-08-29T16:19:16.253Z | DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9637 | 2026-08-29T16:19:16.253Z | 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 } }] |
| 9638 | 2026-08-29T16:19:16.253Z | Aug 29 16:19:14.849 Aug 29 16:19:14.849INFOAug 29 16:19:14.849 DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9639 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.850 DEBG created new freemapreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], Aug 29 16:19:14.857unit |
| 9640 | 2026-08-29T16:19:16.254Z | :DEBG freemap_route_ipv4 |
| 9641 | 2026-08-29T16:19:16.254Z | 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 } }] |
| 9642 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.857 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 29 16:19:14.857 |
| 9643 | 2026-08-29T16:19:16.254Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255Aug 29 16:19:14.857 |
| 9644 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.857 DEBGDEBG created new freemapreplacing 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 } }], |
| 9645 | 2026-08-29T16:19:16.254Z | unit: freemap_route_ipv6Aug 29 16:19:14.857 |
| 9646 | 2026-08-29T16:19:16.254Z | 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 } }] |
| 9647 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.857 Aug 29 16:19:14.857DEBG INFO |
| 9648 | 2026-08-29T16:19:16.254Z | initted freemap. size: 64 Aug 29 16:19:14.857, adding route 172.17.0.43/32 -> 10.0.0.255unit : |
| 9649 | 2026-08-29T16:19:16.254Z | INFOfreemap_route_ipv4 |
| 9650 | 2026-08-29T16:19:16.254Z | adding route 172.17.0.53/32 -> 10.0.0.255Aug 29 16:19:14.857 |
| 9651 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.857DEBG 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 29 16:19:14.857 |
| 9652 | 2026-08-29T16:19:16.254Z | reset freemapDEBGAug 29 16:19:14.857 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 } }], |
| 9653 | 2026-08-29T16:19:16.254Z | unitDEBG 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 } }]: |
| 9654 | 2026-08-29T16:19:16.254Z | freemap_route_ipv4Aug 29 16:19:14.857 |
| 9655 | 2026-08-29T16:19:16.254Z | Aug 29 16:19:14.857INFO Aug 29 16:19:14.857 adding route 172.17.0.44/32 -> 10.0.0.255Aug 29 16:19:14.857INFO |
| 9656 | 2026-08-29T16:19:16.254Z | adding route 172.17.0.7/32 -> 10.0.0.255 INFO |
| 9657 | 2026-08-29T16:19:16.254Z | DEBG Aug 29 16:19:14.857adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9658 | 2026-08-29T16:19:16.254Z | initted freemap. size: 64 , DEBGunit:Aug 29 16:19:14.857 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_ipv6Aug 29 16:19:14.857 |
| 9659 | 2026-08-29T16:19:16.254Z | |
| 9660 | 2026-08-29T16:19:16.254Z | 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 } }]DEBG |
| 9661 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857Aug 29 16:19:14.857replacing 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 } }] |
| 9662 | 2026-08-29T16:19:16.256Z | INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255reset freemap |
| 9663 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857 INFOAug 29 16:19:14.857 , Aug 29 16:19:14.857 unitINFOadding route 172.17.0.8/32 -> 10.0.0.255 :DEBG freemap_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 } }] |
| 9664 | 2026-08-29T16:19:16.256Z | |
| 9665 | 2026-08-29T16:19:16.256Z | |
| 9666 | 2026-08-29T16:19:16.256Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 29 16:19:14.857Aug 29 16:19:14.857 |
| 9667 | 2026-08-29T16:19:16.256Z | DEBGAug 29 16:19:14.857 INFOINFO 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 29 16:19:14.857adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9668 | 2026-08-29T16:19:16.256Z | |
| 9669 | 2026-08-29T16:19:16.256Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9670 | 2026-08-29T16:19:16.256Z | test route::tests::delete_target_fragmented ... ok |
| 9671 | 2026-08-29T16:19:16.256Z | test route::tests::delete_target_full ... ok |
| 9672 | 2026-08-29T16:19:16.256Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9673 | 2026-08-29T16:19:16.256Z | 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 29 16:19:14.857 |
| 9674 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857Aug 29 16:19:14.857DEBG 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 } }]DEBGINFO |
| 9675 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.9/32 -> 10.0.0.255 |
| 9676 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857 INFOINFO Aug 29 16:19:14.857 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9677 | 2026-08-29T16:19:16.256Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9678 | 2026-08-29T16:19:16.256Z | INFO |
| 9679 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857 adding route 172.16.0.0/32 -> 10.0.0.2Aug 29 16:19:14.857 |
| 9680 | 2026-08-29T16:19:16.256Z | DEBGDEBGAug 29 16:19:14.857 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9681 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857 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 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 } }] |
| 9682 | 2026-08-29T16:19:16.256Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.857 |
| 9683 | 2026-08-29T16:19:16.256Z | Aug 29 16:19:14.857 INFO |
| 9684 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.857adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9685 | 2026-08-29T16:19:16.257Z | INFOINFO Aug 29 16:19:14.858adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Aug 29 16:19:14.858 |
| 9686 | 2026-08-29T16:19:16.257Z | DEBG |
| 9687 | 2026-08-29T16:19:16.257Z | INFO 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.10/32 -> 10.0.0.255Aug 29 16:19:14.858Aug 29 16:19:14.858 |
| 9688 | 2026-08-29T16:19:16.257Z | DEBGDEBG |
| 9689 | 2026-08-29T16:19:16.257Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 29 16:19:14.858 |
| 9690 | 2026-08-29T16:19:16.257Z | INFO 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.49/32 -> 10.0.0.255 |
| 9691 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.858Aug 29 16:19:14.858 |
| 9692 | 2026-08-29T16:19:16.257Z | INFOAug 29 16:19:14.858 adding route 172.16.0.0/32 -> 10.0.0.4Aug 29 16:19:14.858 |
| 9693 | 2026-08-29T16:19:16.257Z | DEBG DEBG INFOreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 29 16:19:14.858 |
| 9694 | 2026-08-29T16:19:16.257Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9695 | 2026-08-29T16:19:16.257Z | DEBG |
| 9696 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.858 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9697 | 2026-08-29T16:19:16.257Z | INFOAug 29 16:19:14.858 Aug 29 16:19:14.858adding route 172.17.0.50/32 -> 10.0.0.255 INFO Aug 29 16:19:14.858 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 } }] |
| 9698 | 2026-08-29T16:19:16.257Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9699 | 2026-08-29T16:19:16.257Z | |
| 9700 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.866 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 } }] |
| 9701 | 2026-08-29T16:19:16.257Z | DEBGAug 29 16:19:14.866 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 } }] |
| 9702 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.866 DEBG Aug 29 16:19:14.866 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 |
| 9703 | 2026-08-29T16:19:16.257Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9704 | 2026-08-29T16:19:16.257Z | |
| 9705 | 2026-08-29T16:19:16.257Z | Aug 29 16:19:14.866 Aug 29 16:19:14.866DEBG DEBGreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9706 | 2026-08-29T16:19:16.257Z | 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 29 16:19:14.866 |
| 9707 | 2026-08-29T16:19:16.257Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255Aug 29 16:19:14.866Aug 29 16:19:14.866 |
| 9708 | 2026-08-29T16:19:16.257Z | INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 9709 | 2026-08-29T16:19:16.257Z | adding route 172.17.0.60/32 -> 10.0.0.255Aug 29 16:19:14.866 |
| 9710 | 2026-08-29T16:19:16.257Z | DEBGAug 29 16:19:14.866 Aug 29 16:19:14.866replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9711 | 2026-08-29T16:19:16.258Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9712 | 2026-08-29T16:19:16.262Z | |
| 9713 | 2026-08-29T16:19:16.262Z | Aug 29 16:19:14.866 INFOAug 29 16:19:14.866Aug 29 16:19:14.866 INFODEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9714 | 2026-08-29T16:19:16.262Z | failed to allocate space for the new target listadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9715 | 2026-08-29T16:19:16.262Z | |
| 9716 | 2026-08-29T16:19:16.262Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 DEBGAug 29 16:19:14.866DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 |
| 9717 | 2026-08-29T16:19:16.262Z | |
| 9718 | 2026-08-29T16:19:16.262Z | 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 } }] |
| 9719 | 2026-08-29T16:19:16.262Z | Aug 29 16:19:14.866 INFOAug 29 16:19:14.866 adding route 172.17.0.53/32 -> 10.0.0.255INFO |
| 9720 | 2026-08-29T16:19:16.263Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9721 | 2026-08-29T16:19:16.263Z | Aug 29 16:19:14.866 DEBGAug 29 16:19:14.866 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 |
| 9722 | 2026-08-29T16:19:16.263Z | 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 } }] |
| 9723 | 2026-08-29T16:19:16.263Z | Aug 29 16:19:14.866 Aug 29 16:19:14.866INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 |
| 9724 | 2026-08-29T16:19:16.263Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9725 | 2026-08-29T16:19:16.263Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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 } }] |
| 9726 | 2026-08-29T16:19:16.263Z | 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 } }] |
| 9727 | 2026-08-29T16:19:16.264Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9728 | 2026-08-29T16:19:16.264Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9729 | 2026-08-29T16:19:16.265Z | Aug 29 16:19:14.866 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 29 16:19:14.866 |
| 9730 | 2026-08-29T16:19:16.265Z | 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 } }] |
| 9731 | 2026-08-29T16:19:16.265Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 29 16:19:14.866 |
| 9732 | 2026-08-29T16:19:16.265Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9733 | 2026-08-29T16:19:16.265Z | Aug 29 16:19:14.866 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 29 16:19:14.866 |
| 9734 | 2026-08-29T16:19:16.265Z | 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 } }] |
| 9735 | 2026-08-29T16:19:16.265Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 29 16:19:14.866 |
| 9736 | 2026-08-29T16:19:16.267Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9737 | 2026-08-29T16:19:16.267Z | Aug 29 16:19:14.866 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 29 16:19:14.866 |
| 9738 | 2026-08-29T16:19:16.267Z | 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 } }] |
| 9739 | 2026-08-29T16:19:16.267Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 29 16:19:14.866 |
| 9740 | 2026-08-29T16:19:16.267Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9741 | 2026-08-29T16:19:16.267Z | Aug 29 16:19:14.866 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 } }] |
| 9742 | 2026-08-29T16:19:16.267Z | Aug 29 16:19:14.866 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 } }] |
| 9743 | 2026-08-29T16:19:16.267Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9744 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 29 16:19:14.866 |
| 9745 | 2026-08-29T16:19:16.268Z | 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 } }] |
| 9746 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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 |
| 9747 | 2026-08-29T16:19:16.268Z | |
| 9748 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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 } }] |
| 9749 | 2026-08-29T16:19:16.268Z | |
| 9750 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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.61/32 -> 10.0.0.255 |
| 9751 | 2026-08-29T16:19:16.268Z | |
| 9752 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9753 | 2026-08-29T16:19:16.268Z | |
| 9754 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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.62/32 -> 10.0.0.255 |
| 9755 | 2026-08-29T16:19:16.268Z | |
| 9756 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9757 | 2026-08-29T16:19:16.268Z | |
| 9758 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9759 | 2026-08-29T16:19:16.268Z | |
| 9760 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866Aug 29 16:19:14.866 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.25/32 -> 10.0.0.255 |
| 9761 | 2026-08-29T16:19:16.268Z | |
| 9762 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 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 } }] |
| 9763 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9764 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 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 } }] |
| 9765 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9766 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 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 } }] |
| 9767 | 2026-08-29T16:19:16.268Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9768 | 2026-08-29T16:19:16.270Z | Aug 29 16:19:14.866 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 } }] |
| 9769 | 2026-08-29T16:19:16.271Z | test route::tests::delete_targets_fragmented ... ok |
| 9770 | 2026-08-29T16:19:16.271Z | |
| 9771 | 2026-08-29T16:19:16.271Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 9772 | 2026-08-29T16:19:16.271Z | |
| 9773 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9774 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9775 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9776 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9777 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9778 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9779 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9780 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9781 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9782 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9783 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9784 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9785 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9786 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9787 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9788 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9789 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9790 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9791 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9792 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9793 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9794 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9795 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9796 | 2026-08-29T16:19:16.271Z | Aug 29 16:19:14.866 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 } }] |
| 9797 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9798 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 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 } }] |
| 9799 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9800 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 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 } }] |
| 9801 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9802 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 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 } }] |
| 9803 | 2026-08-29T16:19:16.272Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9804 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 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 } }] |
| 9805 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9806 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 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 } }] |
| 9807 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9808 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 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 } }] |
| 9809 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9810 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 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 } }] |
| 9811 | 2026-08-29T16:19:16.273Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9812 | 2026-08-29T16:19:16.278Z | Aug 29 16:19:14.866 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 } }] |
| 9813 | 2026-08-29T16:19:16.278Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9814 | 2026-08-29T16:19:16.278Z | Aug 29 16:19:14.866 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 } }] |
| 9815 | 2026-08-29T16:19:16.278Z | Aug 29 16:19:14.866 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9816 | 2026-08-29T16:19:16.278Z | Aug 29 16:19:14.874 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 } }] |
| 9817 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9818 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9819 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9820 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9821 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9822 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9823 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9824 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9825 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9826 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9827 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9828 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9829 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9830 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9831 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9832 | 2026-08-29T16:19:16.280Z | Aug 29 16:19:14.874 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 } }] |
| 9833 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9834 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 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 } }] |
| 9835 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9836 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 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 } }] |
| 9837 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 DEBG failed to allocate space for the new target list |
| 9838 | 2026-08-29T16:19:16.281Z | Aug 29 16:19:14.874 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 } }] |
| 9839 | 2026-08-29T16:19:16.281Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-265f103366e8a9eb) |
| 9840 | 2026-08-29T16:19:16.281Z | |
| 9841 | 2026-08-29T16:19:16.281Z | running 0 tests |
| 9842 | 2026-08-29T16:19:16.281Z | |
| 9843 | 2026-08-29T16:19:16.281Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9844 | 2026-08-29T16:19:16.281Z | |
| 9845 | 2026-08-29T16:19:16.281Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 9846 | 2026-08-29T16:19:16.281Z | |
| 9847 | 2026-08-29T16:19:16.282Z | running 0 tests |
| 9848 | 2026-08-29T16:19:16.282Z | |
| 9849 | 2026-08-29T16:19:16.282Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9850 | 2026-08-29T16:19:16.282Z | |
| 9851 | 2026-08-29T16:19:16.282Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9) |
| 9852 | 2026-08-29T16:19:16.282Z | |
| 9853 | 2026-08-29T16:19:16.282Z | running 6 tests |
| 9854 | 2026-08-29T16:19:16.282Z | test tests::test_parse_client_port_id ... ok |
| 9855 | 2026-08-29T16:19:16.282Z | test tests::test_port_id_cmp ... ok |
| 9856 | 2026-08-29T16:19:16.282Z | test tests::test_full_lot_id_neither_present ... ok |
| 9857 | 2026-08-29T16:19:16.282Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9858 | 2026-08-29T16:19:16.282Z | test tests::test_full_lot_id_both_present ... ok |
| 9859 | 2026-08-29T16:19:16.282Z | test tests::test_full_lot_id_lot_only ... ok |
| 9860 | 2026-08-29T16:19:16.282Z | |
| 9861 | 2026-08-29T16:19:16.282Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9862 | 2026-08-29T16:19:16.282Z | |
| 9863 | 2026-08-29T16:19:16.282Z | Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68) |
| 9864 | 2026-08-29T16:19:16.282Z | |
| 9865 | 2026-08-29T16:19:16.282Z | running 6 tests |
| 9866 | 2026-08-29T16:19:19.263Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9867 | 2026-08-29T16:19:19.267Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9868 | 2026-08-29T16:19:19.267Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9869 | 2026-08-29T16:19:19.271Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9870 | 2026-08-29T16:19:19.602Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9871 | 2026-08-29T16:19:20.561Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9872 | 2026-08-29T16:19:20.561Z | |
| 9873 | 2026-08-29T16:19:20.561Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.31s |
| 9874 | 2026-08-29T16:19:20.561Z | |
| 9875 | 2026-08-29T16:19:20.567Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 9876 | 2026-08-29T16:19:20.576Z | |
| 9877 | 2026-08-29T16:19:20.576Z | running 0 tests |
| 9878 | 2026-08-29T16:19:20.576Z | |
| 9879 | 2026-08-29T16:19:20.579Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9880 | 2026-08-29T16:19:20.579Z | |
| 9881 | 2026-08-29T16:19:20.580Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 9882 | 2026-08-29T16:19:20.600Z | |
| 9883 | 2026-08-29T16:19:20.600Z | running 15 tests |
| 9884 | 2026-08-29T16:19:20.603Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9885 | 2026-08-29T16:19:20.603Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9886 | 2026-08-29T16:19:20.603Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9887 | 2026-08-29T16:19:20.603Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9888 | 2026-08-29T16:19:20.603Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9889 | 2026-08-29T16:19:20.603Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9890 | 2026-08-29T16:19:20.603Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9891 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_equal ... ok |
| 9892 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_eui64 ... ok |
| 9893 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_not_equal ... ok |
| 9894 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_into ... ok |
| 9895 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_to_string ... ok |
| 9896 | 2026-08-29T16:19:20.603Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9897 | 2026-08-29T16:19:20.603Z | test v1::network::tests::test_parse ... ok |
| 9898 | 2026-08-29T16:19:20.607Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9899 | 2026-08-29T16:19:20.607Z | |
| 9900 | 2026-08-29T16:19:20.607Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9901 | 2026-08-29T16:19:20.607Z | |
| 9902 | 2026-08-29T16:19:20.609Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 9903 | 2026-08-29T16:19:20.632Z | |
| 9904 | 2026-08-29T16:19:20.632Z | running 12 tests |
| 9905 | 2026-08-29T16:19:20.635Z | test lldp::test_lldp_parse ... ok |
| 9906 | 2026-08-29T16:19:20.636Z | test ipv6::test_ipv6_parse ... ok |
| 9907 | 2026-08-29T16:19:20.636Z | test icmp::test_v4_checksum ... ok |
| 9908 | 2026-08-29T16:19:20.636Z | test pbuf::test_byte ... ok |
| 9909 | 2026-08-29T16:19:20.637Z | test icmp::test_v6_checksum ... ok |
| 9910 | 2026-08-29T16:19:20.637Z | test pbuf::test_nibble ... ok |
| 9911 | 2026-08-29T16:19:20.637Z | test pbuf::test_short ... ok |
| 9912 | 2026-08-29T16:19:20.637Z | test pbuf::test_overflow ... ok |
| 9913 | 2026-08-29T16:19:20.637Z | test pbuf::test_twelve ... ok |
| 9914 | 2026-08-29T16:19:20.637Z | test pbuf::test_word ... ok |
| 9915 | 2026-08-29T16:19:20.637Z | test tcp::test_checksum_syn_nodata ... ok |
| 9916 | 2026-08-29T16:19:20.637Z | test tcp::test_checksum_ack_data ... ok |
| 9917 | 2026-08-29T16:19:20.637Z | |
| 9918 | 2026-08-29T16:19:20.637Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9919 | 2026-08-29T16:19:20.637Z | |
| 9920 | 2026-08-29T16:19:20.641Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9921 | 2026-08-29T16:19:20.641Z | |
| 9922 | 2026-08-29T16:19:20.641Z | running 0 tests |
| 9923 | 2026-08-29T16:19:20.641Z | |
| 9924 | 2026-08-29T16:19:20.641Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9925 | 2026-08-29T16:19:20.641Z | |
| 9926 | 2026-08-29T16:19:20.641Z | Running unittests src/main.rs (target/debug/deps/swadm-6c33dfabe18f71e1) |
| 9927 | 2026-08-29T16:19:20.644Z | |
| 9928 | 2026-08-29T16:19:20.644Z | running 5 tests |
| 9929 | 2026-08-29T16:19:20.644Z | test switchport::test::test_compute_lanes ... ok |
| 9930 | 2026-08-29T16:19:20.644Z | test switchport::test::port_id_ordering ... ok |
| 9931 | 2026-08-29T16:19:20.644Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 9932 | 2026-08-29T16:19:20.644Z | Rx Loss-of-lock: YesLane 1 Lane 2Yes Lane 3Yes |
| 9933 | 2026-08-29T16:19:20.645Z | Yes |
| 9934 | 2026-08-29T16:19:20.645Z | State: Activated Rx Loss-of-signal: Yes Activated ActivatedYes Activated |
| 9935 | 2026-08-29T16:19:20.645Z | Yes Yes Rx Output Enabled: false |
| 9936 | 2026-08-29T16:19:20.645Z | Rx CDR Enabled: Yesfalse Yes false falseYes |
| 9937 | 2026-08-29T16:19:20.645Z | Yes Rx Output Status: valid |
| 9938 | 2026-08-29T16:19:20.645Z | Tx Enabled: Yesvalid Yesvalid validYes |
| 9939 | 2026-08-29T16:19:20.645Z | Yes |
| 9940 | 2026-08-29T16:19:20.645Z | Rx Loss-of-lock: true Tx Loss-of-lock: No trueNo trueNo trueNo |
| 9941 | 2026-08-29T16:19:20.645Z | |
| 9942 | 2026-08-29T16:19:20.645Z | Rx Loss-of-signal: false Tx Loss-of-signal: No false Nofalse falseNo |
| 9943 | 2026-08-29T16:19:20.645Z | NoRx Auto-squelch Disable: true |
| 9944 | 2026-08-29T16:19:20.645Z | Tx CDR Enabled: Notrue true trueNo |
| 9945 | 2026-08-29T16:19:20.645Z | Tx Output Enabled: trueNo Notrue |
| 9946 | 2026-08-29T16:19:20.646Z | true Tx Adaptive EQ Fault: No true |
| 9947 | 2026-08-29T16:19:20.646Z | No Tx Output Status: invalid Noinvalid No |
| 9948 | 2026-08-29T16:19:20.646Z | invalid Tx Fault: Yesinvalid |
| 9949 | 2026-08-29T16:19:20.646Z | Yes Tx Loss-of-lock: false Yes false Yes |
| 9950 | 2026-08-29T16:19:20.646Z | false false |
| 9951 | 2026-08-29T16:19:20.646Z | Tx Loss-of-signal: true true true true |
| 9952 | 2026-08-29T16:19:20.646Z | Tx Auto-squelch Disable: false false false false |
| 9953 | 2026-08-29T16:19:20.646Z | Tx Adaptive EQ Fail: true true true true |
| 9954 | 2026-08-29T16:19:20.646Z | Tx Failure: false false false false |
| 9955 | 2026-08-29T16:19:20.646Z | Tx Force Squelch: true true true true |
| 9956 | 2026-08-29T16:19:20.646Z | Tx Input Polarity: normal normal normal normal |
| 9957 | 2026-08-29T16:19:20.646Z | test switchport::test::test_print_sff_datapath ... ok |
| 9958 | 2026-08-29T16:19:20.646Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9959 | 2026-08-29T16:19:20.649Z | test link::test_filter ... ok |
| 9960 | 2026-08-29T16:19:20.649Z | |
| 9961 | 2026-08-29T16:19:20.649Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9962 | 2026-08-29T16:19:20.649Z | |
| 9963 | 2026-08-29T16:19:20.649Z | Running tests/cli/main.rs (target/debug/deps/cli-66983617425916ef) |
| 9964 | 2026-08-29T16:19:20.652Z | |
| 9965 | 2026-08-29T16:19:20.652Z | running 7 tests |
| 9966 | 2026-08-29T16:19:20.652Z | test counters::counters_list ... ignored |
| 9967 | 2026-08-29T16:19:20.652Z | test link_apply::apply_tx_eq_all ... ignored |
| 9968 | 2026-08-29T16:19:20.652Z | test link_apply::apply_tx_eq_custom ... ignored |
| 9969 | 2026-08-29T16:19:20.653Z | test tx_eq::set_all_taps ... ignored |
| 9970 | 2026-08-29T16:19:20.653Z | test tx_eq::set_partial_taps ... ignored |
| 9971 | 2026-08-29T16:19:20.656Z | test cmd::test::pattern_statics ... ok |
| 9972 | 2026-08-29T16:19:20.661Z | test link_apply::tx_eq_exclusive ... ok |
| 9973 | 2026-08-29T16:19:20.661Z | |
| 9974 | 2026-08-29T16:19:20.664Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9975 | 2026-08-29T16:19:20.664Z | |
| 9976 | 2026-08-29T16:19:20.665Z | Running unittests src/main.rs (target/debug/deps/tfportd-5482807a091a6da3) |
| 9977 | 2026-08-29T16:19:20.668Z | |
| 9978 | 2026-08-29T16:19:20.668Z | running 3 tests |
| 9979 | 2026-08-29T16:19:20.668Z | test linklocal::test_parse_ipadm ... ok |
| 9980 | 2026-08-29T16:19:20.668Z | test tfport::test_parse_tfport ... ok |
| 9981 | 2026-08-29T16:19:20.668Z | test config::tests::test_updates ... ok |
| 9982 | 2026-08-29T16:19:20.668Z | |
| 9983 | 2026-08-29T16:19:20.668Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9984 | 2026-08-29T16:19:20.669Z | |
| 9985 | 2026-08-29T16:19:20.672Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 9986 | 2026-08-29T16:19:20.675Z | |
| 9987 | 2026-08-29T16:19:20.675Z | running 0 tests |
| 9988 | 2026-08-29T16:19:20.675Z | |
| 9989 | 2026-08-29T16:19:20.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9990 | 2026-08-29T16:19:20.675Z | |
| 9991 | 2026-08-29T16:19:20.676Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 9992 | 2026-08-29T16:19:20.679Z | |
| 9993 | 2026-08-29T16:19:20.679Z | running 0 tests |
| 9994 | 2026-08-29T16:19:20.679Z | |
| 9995 | 2026-08-29T16:19:20.682Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9996 | 2026-08-29T16:19:20.683Z | |
| 9997 | 2026-08-29T16:19:20.683Z | Doc-tests aal |
| 9998 | 2026-08-29T16:19:21.173Z | |
| 9999 | 2026-08-29T16:19:21.173Z | running 0 tests |
| 10000 | 2026-08-29T16:19:21.173Z | |
| 10001 | 2026-08-29T16:19:21.176Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10002 | 2026-08-29T16:19:21.176Z | |
| 10003 | 2026-08-29T16:19:21.199Z | Doc-tests aal_macros |
| 10004 | 2026-08-29T16:19:21.300Z | |
| 10005 | 2026-08-29T16:19:21.301Z | running 0 tests |
| 10006 | 2026-08-29T16:19:21.301Z | |
| 10007 | 2026-08-29T16:19:21.301Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10008 | 2026-08-29T16:19:21.301Z | |
| 10009 | 2026-08-29T16:19:21.304Z | Doc-tests common |
| 10010 | 2026-08-29T16:19:21.514Z | |
| 10011 | 2026-08-29T16:19:21.515Z | running 0 tests |
| 10012 | 2026-08-29T16:19:21.515Z | |
| 10013 | 2026-08-29T16:19:21.517Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10014 | 2026-08-29T16:19:21.517Z | |
| 10015 | 2026-08-29T16:19:21.539Z | Doc-tests dpd_api |
| 10016 | 2026-08-29T16:19:22.306Z | |
| 10017 | 2026-08-29T16:19:22.307Z | running 2 tests |
| 10018 | 2026-08-29T16:19:22.307Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 68) ... ignored |
| 10019 | 2026-08-29T16:19:22.307Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 74) ... ignored |
| 10020 | 2026-08-29T16:19:22.307Z | |
| 10021 | 2026-08-29T16:19:22.307Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10022 | 2026-08-29T16:19:22.307Z | |
| 10023 | 2026-08-29T16:19:22.335Z | Doc-tests dpd_client |
| 10024 | 2026-08-29T16:19:23.818Z | |
| 10025 | 2026-08-29T16:19:23.818Z | running 0 tests |
| 10026 | 2026-08-29T16:19:23.818Z | |
| 10027 | 2026-08-29T16:19:23.818Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10028 | 2026-08-29T16:19:23.818Z | |
| 10029 | 2026-08-29T16:19:23.871Z | Doc-tests dpd_types |
| 10030 | 2026-08-29T16:19:24.050Z | |
| 10031 | 2026-08-29T16:19:24.050Z | running 0 tests |
| 10032 | 2026-08-29T16:19:24.050Z | |
| 10033 | 2026-08-29T16:19:24.051Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10034 | 2026-08-29T16:19:24.051Z | |
| 10035 | 2026-08-29T16:19:24.072Z | Doc-tests dpd_types_versions |
| 10036 | 2026-08-29T16:19:25.580Z | |
| 10037 | 2026-08-29T16:19:25.580Z | running 1 test |
| 10038 | 2026-08-29T16:19:25.580Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10039 | 2026-08-29T16:19:25.580Z | |
| 10040 | 2026-08-29T16:19:25.580Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10041 | 2026-08-29T16:19:25.580Z | |
| 10042 | 2026-08-29T16:19:25.627Z | Doc-tests packet |
| 10043 | 2026-08-29T16:19:25.840Z | |
| 10044 | 2026-08-29T16:19:25.840Z | running 0 tests |
| 10045 | 2026-08-29T16:19:25.840Z | |
| 10046 | 2026-08-29T16:19:25.840Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10047 | 2026-08-29T16:19:25.840Z | |
| 10048 | 2026-08-29T16:19:25.865Z | Doc-tests pcap |
| 10049 | 2026-08-29T16:19:25.918Z | |
| 10050 | 2026-08-29T16:19:25.918Z | running 0 tests |
| 10051 | 2026-08-29T16:19:25.918Z | |
| 10052 | 2026-08-29T16:19:25.918Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10053 | 2026-08-29T16:19:25.918Z | |
| 10054 | 2026-08-29T16:19:25.969Z | process exited: duration 598766 ms, exit code 0 |
| |
| 10055 | 2026-08-29T16:19:25.979Z | found 0 output files |