|
|
|
| 1 | 2026-08-08T02:54:27.959Z | job assigned to worker 01KZFMMTT6DA0G7WKH05N1ADKJ [factory aws, i-0947f3809ce7c4116] (queued for 55 s) |
| |
| 2 | 2026-08-08T02:54:34.143Z | starting task 0: "setup" |
| 3 | 2026-08-08T02:54:34.147Z | ++ uname -s |
| 4 | 2026-08-08T02:54:34.150Z | + kern=SunOS |
| 5 | 2026-08-08T02:54:34.150Z | + build_user=build |
| 6 | 2026-08-08T02:54:34.150Z | + build_uid=12345 |
| 7 | 2026-08-08T02:54:34.150Z | + work_dir=/work |
| 8 | 2026-08-08T02:54:34.150Z | + input_dir=/input |
| 9 | 2026-08-08T02:54:34.150Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-08T02:54:34.150Z | + case "$kern" in |
| 11 | 2026-08-08T02:54:34.150Z | + groupadd -g 12345 build |
| 12 | 2026-08-08T02:54:34.153Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-08T02:54:36.155Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-08T02:54:36.269Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-08T02:54:36.272Z | + home_fs=zfs |
| 16 | 2026-08-08T02:54:36.272Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-08T02:54:36.272Z | + mkdir -p /home/build |
| 18 | 2026-08-08T02:54:36.272Z | + chown build:build /home/build /work |
| 19 | 2026-08-08T02:54:38.273Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-08T02:54:38.276Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-08-08T02:54:38.281Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-08T02:54:38.284Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-08-08T02:54:38.284Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-08-08T02:54:38.284Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-08T02:54:38.284Z | * rust toolchain profile = "default" |
| 26 | 2026-08-08T02:54:38.285Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-08T02:54:38.285Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-08T02:54:38.287Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-08T02:54:38.288Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-08-08T02:54:38.375Z | info: downloading installer |
| 31 | 2026-08-08T02:54:39.736Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-08T02:54:39.736Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-08T02:54:39.736Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-08T02:54:39.736Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-08T02:54:39.748Z | info: profile set to default |
| 36 | 2026-08-08T02:54:39.748Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-08T02:54:39.751Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-08-08T02:54:39.899Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-08-08T02:54:39.903Z | info: downloading 6 components |
| 40 | 2026-08-08T02:54:54.003Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-08-08T02:54:54.003Z | |
| 42 | 2026-08-08T02:54:54.035Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-08-08T02:54:54.035Z | |
| 44 | 2026-08-08T02:54:54.035Z | |
| 45 | 2026-08-08T02:54:54.035Z | Rust is installed now. Great! |
| 46 | 2026-08-08T02:54:54.035Z | |
| 47 | 2026-08-08T02:54:54.039Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-08T02:54:54.039Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-08T02:54:54.039Z | |
| 50 | 2026-08-08T02:54:54.039Z | To configure your current shell, you need to source |
| 51 | 2026-08-08T02:54:54.039Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-08T02:54:54.039Z | |
| 53 | 2026-08-08T02:54:54.039Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-08T02:54:54.039Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-08T02:54:54.039Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-08T02:54:54.039Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-08T02:54:54.039Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-08T02:54:54.039Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-08T02:54:54.039Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-08T02:54:54.039Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-08T02:54:54.039Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-08T02:54:54.115Z | + rustup --version |
| 63 | 2026-08-08T02:54:54.124Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-08T02:54:54.128Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-08T02:54:54.147Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-08-08T02:54:54.150Z | + cargo --version |
| 67 | 2026-08-08T02:54:54.163Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-08-08T02:54:54.165Z | + rustc --version |
| 69 | 2026-08-08T02:54:54.185Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-08-08T02:54:54.188Z | process exited: duration 15906 ms, exit code 0 |
| |
| 71 | 2026-08-08T02:54:54.194Z | starting task 2: "authentication" |
| 72 | 2026-08-08T02:54:54.214Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-08T02:54:54.224Z | starting task 3: "clone repository" |
| 74 | 2026-08-08T02:54:54.228Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-08-08T02:54:54.230Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-08-08T02:54:54.261Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-08-08T02:54:54.919Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-08-08T02:54:54.920Z | + git fetch origin c597b425e6aab8036d786187d51d0827d58e5eb6 |
| 79 | 2026-08-08T02:54:55.214Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-08-08T02:54:55.214Z | * branch c597b425e6aab8036d786187d51d0827d58e5eb6 -> FETCH_HEAD |
| 81 | 2026-08-08T02:54:55.221Z | + [[ -n '' ]] |
| 82 | 2026-08-08T02:54:55.221Z | + git reset --hard c597b425e6aab8036d786187d51d0827d58e5eb6 |
| 83 | 2026-08-08T02:54:55.230Z | HEAD is now at c597b42 introduce NatAddress trait for the NAT ingress tables |
| 84 | 2026-08-08T02:54:55.230Z | process exited: duration 1002 ms, exit code 0 |
| |
| 85 | 2026-08-08T02:54:55.244Z | starting task 4: "build" |
| 86 | 2026-08-08T02:54:55.249Z | + source .github/buildomat/common.sh |
| 87 | 2026-08-08T02:54:55.250Z | ++ TOFINO_STAGES=20 |
| 88 | 2026-08-08T02:54:55.250Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 89 | 2026-08-08T02:54:55.250Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 90 | 2026-08-08T02:54:55.250Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 91 | 2026-08-08T02:54:55.250Z | +++ uname -s |
| 92 | 2026-08-08T02:54:55.250Z | ++ '[' SunOS == SunOS ']' |
| 93 | 2026-08-08T02:54:55.250Z | ++ SERIES=illumos |
| 94 | 2026-08-08T02:54:55.250Z | +++ uname -s |
| 95 | 2026-08-08T02:54:55.260Z | ++ '[' SunOS == SunOS ']' |
| 96 | 2026-08-08T02:54:55.260Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 97 | 2026-08-08T02:54:55.260Z | ++ rustup show active-toolchain |
| 98 | 2026-08-08T02:54:55.265Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 99 | 2026-08-08T02:54:55.265Z | + source .github/buildomat/illumos.sh |
| 100 | 2026-08-08T02:54:55.265Z | ++ banner 'sde setup' |
| 101 | 2026-08-08T02:54:55.265Z | |
| 102 | 2026-08-08T02:54:55.266Z | #### ##### ###### #### ###### ##### # # ##### |
| 103 | 2026-08-08T02:54:55.266Z | # # # # # # # # # # # |
| 104 | 2026-08-08T02:54:55.266Z | #### # # ##### #### ##### # # # # # |
| 105 | 2026-08-08T02:54:55.266Z | # # # # # # # # # ##### |
| 106 | 2026-08-08T02:54:55.266Z | # # # # # # # # # # # # |
| 107 | 2026-08-08T02:54:55.266Z | #### ##### ###### #### ###### # #### # |
| 108 | 2026-08-08T02:54:55.266Z | |
| 109 | 2026-08-08T02:54:55.266Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 110 | 2026-08-08T02:54:55.266Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 111 | 2026-08-08T02:54:55.266Z | ++ export PKG=tofino_sde.p5p |
| 112 | 2026-08-08T02:54:55.266Z | ++ PKG=tofino_sde.p5p |
| 113 | 2026-08-08T02:54:55.266Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 114 | 2026-08-08T02:54:55.266Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 115 | 2026-08-08T02:54:55.266Z | Dload Upload Total Spent Left Speed |
| 116 | 2026-08-08T02:54:56.610Z |
0 0 0 0 0 0 0 0 0
66 76.03M 66 50.29M 0 0 46.19M 0 00:01 00:01 46.20M
100 76.03M 100 76.03M 0 0 56.48M 0 00:01 00:01 46.20M
100 76.03M 100 76.03M 0 0 56.47M 0 00:01 00:01 46.20M
100 76.03M 100 76.03M 0 0 56.47M 0 00:01 00:01 46.20M |
| 117 | 2026-08-08T02:54:56.613Z | +++ digest -a sha256 tofino_sde.p5p |
| 118 | 2026-08-08T02:54:56.659Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 119 | 2026-08-08T02:54:56.662Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 120 | 2026-08-08T02:54:56.662Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 121 | 2026-08-08T02:54:57.878Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-08-08T02:54:58.207Z | Startup: Caching catalogs ... Done |
| 123 | 2026-08-08T02:54:58.256Z | Startup: Refreshing catalog 'oxide' ... Done |
| 124 | 2026-08-08T02:54:59.832Z | Planning: Solver setup ... Done |
| 125 | 2026-08-08T02:54:59.878Z | Planning: Running solver ... Done |
| 126 | 2026-08-08T02:54:59.910Z | Planning: Finding local manifests ... Done |
| 127 | 2026-08-08T02:54:59.913Z | Planning: Fetching manifests: 1/1 100% complete |
| 128 | 2026-08-08T02:54:59.917Z | Planning: Fetching manifests: 1/1 100% complete |
| 129 | 2026-08-08T02:54:59.933Z | Planning: Package planning ... Done |
| 130 | 2026-08-08T02:54:59.936Z | Planning: Merging actions ... Done |
| 131 | 2026-08-08T02:55:00.025Z | Planning: Checking for conflicting actions ... Done |
| 132 | 2026-08-08T02:55:00.029Z | Planning: Consolidating action changes ... Done |
| 133 | 2026-08-08T02:55:00.831Z | Planning: Evaluating mediators ... Done |
| 134 | 2026-08-08T02:55:00.834Z | Planning: Planning completed in 2.57 seconds |
| 135 | 2026-08-08T02:55:00.838Z | Packages to install: 1 |
| 136 | 2026-08-08T02:55:00.841Z | Create boot environment: No |
| 137 | 2026-08-08T02:55:00.841Z | Create backup boot environment: No |
| 138 | 2026-08-08T02:55:00.864Z | |
| 139 | 2026-08-08T02:55:00.864Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 140 | 2026-08-08T02:55:01.000Z | Download: Completed 75.30 MB in 0.13 seconds (563M/s) |
| 141 | 2026-08-08T02:55:01.199Z | Actions: 1/293 actions (Installing new actions) |
| 142 | 2026-08-08T02:55:02.159Z | Actions: Completed 293 actions in 0.96 seconds. |
| 143 | 2026-08-08T02:55:02.162Z | Finalize: Updating package state database ... Done |
| 144 | 2026-08-08T02:55:02.206Z | Finalize: Updating package cache ... Done |
| 145 | 2026-08-08T02:55:02.270Z | Finalize: Updating image state ... Done |
| 146 | 2026-08-08T02:55:04.815Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-08-08T02:55:04.891Z | Finalize: Reading search index ... Done |
| 148 | 2026-08-08T02:55:04.894Z | Finalize: Updating search index ... Done |
| 149 | 2026-08-08T02:55:05.250Z | Finalize: Updating package cache ... Done |
| 150 | 2026-08-08T02:55:05.395Z | ++ export SDE=/opt/oxide/tofino_sde |
| 151 | 2026-08-08T02:55:05.395Z | ++ SDE=/opt/oxide/tofino_sde |
| 152 | 2026-08-08T02:55:05.395Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 153 | 2026-08-08T02:55:05.395Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 154 | 2026-08-08T02:55:05.399Z | ++ banner packages |
| 155 | 2026-08-08T02:55:05.399Z | |
| 156 | 2026-08-08T02:55:05.399Z | ##### ## #### # # ## #### ###### #### |
| 157 | 2026-08-08T02:55:05.399Z | # # # # # # # # # # # # # # |
| 158 | 2026-08-08T02:55:05.399Z | # # # # # #### # # # ##### #### |
| 159 | 2026-08-08T02:55:05.399Z | ##### ###### # # # ###### # ### # # |
| 160 | 2026-08-08T02:55:05.400Z | # # # # # # # # # # # # # # |
| 161 | 2026-08-08T02:55:05.400Z | # # # #### # # # # #### ###### #### |
| 162 | 2026-08-08T02:55:05.400Z | |
| 163 | 2026-08-08T02:55:05.400Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 164 | 2026-08-08T02:55:05.666Z | Startup: Refreshing catalog 'helios' ... Done |
| 165 | 2026-08-08T02:55:05.671Z | Startup: Refreshing catalog 'oxide' ... Done |
| 166 | 2026-08-08T02:55:06.975Z | Planning: Solver setup ... Done |
| 167 | 2026-08-08T02:55:07.027Z | Planning: Running solver ... Done |
| 168 | 2026-08-08T02:55:07.060Z | Planning: Consolidating action changes ... Done |
| 169 | 2026-08-08T02:55:07.063Z | Planning: Evaluating mediators ... Done |
| 170 | 2026-08-08T02:55:07.063Z | Planning: Planning completed in 1.39 seconds |
| 171 | 2026-08-08T02:55:07.080Z | No updates necessary for this image. |
| 172 | 2026-08-08T02:55:07.193Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 173 | 2026-08-08T02:55:07.407Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-08-08T02:55:07.521Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-08-08T02:55:07.524Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-08-08T02:55:07.690Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-08-08T02:55:07.693Z | Planning: Planning completed in 0.28 seconds |
| 178 | 2026-08-08T02:55:07.712Z | Mediators to change: 2 |
| 179 | 2026-08-08T02:55:07.712Z | Create boot environment: No |
| 180 | 2026-08-08T02:55:07.715Z | Create backup boot environment: No |
| 181 | 2026-08-08T02:55:07.752Z | Finalize: Updating package state database ... Done |
| 182 | 2026-08-08T02:55:07.752Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-08T02:55:07.789Z | Finalize: Updating image state ... Done |
| 184 | 2026-08-08T02:55:09.807Z | Finalize: Creating fast lookup database ... Done |
| 185 | 2026-08-08T02:55:09.880Z | Finalize: Reading search index ... Done |
| 186 | 2026-08-08T02:55:09.883Z | Finalize: Updating search index ... Done |
| 187 | 2026-08-08T02:55:09.938Z | Finalize: Updating package cache ... Done |
| 188 | 2026-08-08T02:55:10.013Z | ++ cargo --version |
| 189 | 2026-08-08T02:55:10.024Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 190 | 2026-08-08T02:55:10.026Z | ++ rustc --version |
| 191 | 2026-08-08T02:55:10.046Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 192 | 2026-08-08T02:55:10.049Z | + banner copyrights |
| 193 | 2026-08-08T02:55:10.052Z | |
| 194 | 2026-08-08T02:55:10.052Z | #### #### ##### # # ##### # #### # # ##### #### |
| 195 | 2026-08-08T02:55:10.052Z | # # # # # # # # # # # # # # # # # |
| 196 | 2026-08-08T02:55:10.052Z | # # # # # # # # # # ###### # #### |
| 197 | 2026-08-08T02:55:10.052Z | # # # ##### # ##### # # ### # # # # |
| 198 | 2026-08-08T02:55:10.053Z | # # # # # # # # # # # # # # # # |
| 199 | 2026-08-08T02:55:10.053Z | #### #### # # # # # #### # # # #### |
| 200 | 2026-08-08T02:55:10.053Z | |
| 201 | 2026-08-08T02:55:10.053Z | + ./tools/check_copyrights.sh |
| 202 | 2026-08-08T02:55:10.346Z | common/src/illumos.rs: Copyright with wrong year |
| 203 | 2026-08-08T02:55:11.145Z | dpd/p4/headers.p4: Copyright with wrong year |
| 204 | 2026-08-08T02:55:11.616Z | packet/src/eth.rs: Copyright with wrong year |
| 205 | 2026-08-08T02:55:11.706Z | pcap/build.rs: Copyright with wrong year |
| 206 | 2026-08-08T02:55:11.882Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 207 | 2026-08-08T02:55:12.116Z | + banner clippy |
| 208 | 2026-08-08T02:55:12.121Z | |
| 209 | 2026-08-08T02:55:12.121Z | #### # # ##### ##### # # |
| 210 | 2026-08-08T02:55:12.121Z | # # # # # # # # # # |
| 211 | 2026-08-08T02:55:12.121Z | # # # # # # # # |
| 212 | 2026-08-08T02:55:12.121Z | # # # ##### ##### # |
| 213 | 2026-08-08T02:55:12.121Z | # # # # # # # |
| 214 | 2026-08-08T02:55:12.121Z | #### ###### # # # # |
| 215 | 2026-08-08T02:55:12.121Z | |
| 216 | 2026-08-08T02:55:12.121Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 217 | 2026-08-08T02:55:12.121Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 218 | 2026-08-08T02:55:12.269Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 219 | 2026-08-08T02:55:26.040Z | Updating crates.io index |
| 220 | 2026-08-08T02:55:26.072Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 221 | 2026-08-08T02:55:26.344Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-08-08T02:55:27.384Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 223 | 2026-08-08T02:55:27.739Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-08-08T02:55:28.158Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 225 | 2026-08-08T02:55:29.424Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 226 | 2026-08-08T02:55:29.701Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 227 | 2026-08-08T02:55:30.207Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 228 | 2026-08-08T02:55:30.600Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 229 | 2026-08-08T02:55:31.120Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 230 | 2026-08-08T02:55:31.391Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 231 | 2026-08-08T02:55:31.769Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 232 | 2026-08-08T02:55:32.237Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 233 | 2026-08-08T02:55:32.606Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 234 | 2026-08-08T02:55:32.907Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 235 | 2026-08-08T02:55:33.622Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 236 | 2026-08-08T02:55:33.967Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 237 | 2026-08-08T02:55:34.362Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 238 | 2026-08-08T02:55:35.066Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 239 | 2026-08-08T02:55:35.345Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 240 | 2026-08-08T02:55:35.649Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 241 | 2026-08-08T02:55:37.095Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-08-08T02:55:37.645Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-08-08T02:55:38.120Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2026-08-08T02:55:40.097Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 245 | 2026-08-08T02:55:40.737Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 246 | 2026-08-08T02:55:41.031Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-08-08T02:55:41.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-08-08T02:55:43.882Z | Downloading crates ... |
| 249 | 2026-08-08T02:55:43.960Z | Downloaded allocator-api2 v0.2.21 |
| 250 | 2026-08-08T02:55:43.966Z | Downloaded arrayref v0.3.9 |
| 251 | 2026-08-08T02:55:43.971Z | Downloaded anstyle-query v1.1.4 |
| 252 | 2026-08-08T02:55:43.971Z | Downloaded adler2 v2.0.1 |
| 253 | 2026-08-08T02:55:43.975Z | Downloaded anstyle v1.0.14 |
| 254 | 2026-08-08T02:55:43.975Z | Downloaded async-recursion v1.1.1 |
| 255 | 2026-08-08T02:55:43.977Z | Downloaded atomicwrites v0.4.4 |
| 256 | 2026-08-08T02:55:43.978Z | Downloaded cstr-argument v0.1.2 |
| 257 | 2026-08-08T02:55:43.980Z | Downloaded argon2 v0.5.3 |
| 258 | 2026-08-08T02:55:43.985Z | Downloaded darling_macro v0.21.3 |
| 259 | 2026-08-08T02:55:43.988Z | Downloaded anyhow v1.0.102 |
| 260 | 2026-08-08T02:55:43.991Z | Downloaded foreign-types-macros v0.2.3 |
| 261 | 2026-08-08T02:55:43.997Z | Downloaded derive-where v1.6.0 |
| 262 | 2026-08-08T02:55:43.999Z | Downloaded daft v0.1.5 |
| 263 | 2026-08-08T02:55:43.999Z | Downloaded backoff v0.4.0 |
| 264 | 2026-08-08T02:55:44.003Z | Downloaded dtrace-parser v0.2.0 |
| 265 | 2026-08-08T02:55:44.003Z | Downloaded camino-tempfile v1.4.1 |
| 266 | 2026-08-08T02:55:44.005Z | Downloaded crypto-common v0.1.6 |
| 267 | 2026-08-08T02:55:44.008Z | Downloaded derive-ex v0.1.8 |
| 268 | 2026-08-08T02:55:44.011Z | Downloaded convert_case v0.4.0 |
| 269 | 2026-08-08T02:55:44.011Z | Downloaded cmake v0.1.54 |
| 270 | 2026-08-08T02:55:44.014Z | Downloaded aead v0.5.2 |
| 271 | 2026-08-08T02:55:44.019Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 272 | 2026-08-08T02:55:44.019Z | Downloaded colored v3.1.1 |
| 273 | 2026-08-08T02:55:44.023Z | Downloaded crypto-common v0.2.2 |
| 274 | 2026-08-08T02:55:44.023Z | Downloaded const-oid v0.10.2 |
| 275 | 2026-08-08T02:55:44.026Z | Downloaded digest v0.11.3 |
| 276 | 2026-08-08T02:55:44.026Z | Downloaded dof v0.3.0 |
| 277 | 2026-08-08T02:55:44.031Z | Downloaded dof v0.4.0 |
| 278 | 2026-08-08T02:55:44.036Z | Downloaded ciborium-ll v0.2.2 |
| 279 | 2026-08-08T02:55:44.036Z | Downloaded defmt v1.0.1 |
| 280 | 2026-08-08T02:55:44.039Z | Downloaded clap_lex v1.1.0 |
| 281 | 2026-08-08T02:55:44.039Z | Downloaded dropshot_endpoint v0.17.1 |
| 282 | 2026-08-08T02:55:44.043Z | Downloaded crucible-workspace-hack v0.1.0 |
| 283 | 2026-08-08T02:55:44.043Z | Downloaded futures-macro v0.3.32 |
| 284 | 2026-08-08T02:55:44.046Z | Downloaded displaydoc v0.2.5 |
| 285 | 2026-08-08T02:55:44.050Z | Downloaded dtrace-parser v0.3.0 |
| 286 | 2026-08-08T02:55:44.050Z | Downloaded flate2 v1.1.2 |
| 287 | 2026-08-08T02:55:44.053Z | Downloaded dropshot_endpoint v0.16.7 |
| 288 | 2026-08-08T02:55:44.057Z | Downloaded async-stream-impl v0.3.6 |
| 289 | 2026-08-08T02:55:44.071Z | Downloaded drift v0.2.0 |
| 290 | 2026-08-08T02:55:44.074Z | Downloaded futures-io v0.3.32 |
| 291 | 2026-08-08T02:55:44.074Z | Downloaded ciborium-io v0.2.2 |
| 292 | 2026-08-08T02:55:44.074Z | Downloaded fastrand v2.3.0 |
| 293 | 2026-08-08T02:55:44.074Z | Downloaded git-stub v1.0.0 |
| 294 | 2026-08-08T02:55:44.074Z | Downloaded hex v0.4.3 |
| 295 | 2026-08-08T02:55:44.074Z | Downloaded either v1.15.0 |
| 296 | 2026-08-08T02:55:44.077Z | Downloaded colorchoice v1.0.4 |
| 297 | 2026-08-08T02:55:44.077Z | Downloaded derive_more v0.99.20 |
| 298 | 2026-08-08T02:55:44.084Z | Downloaded fixedbitset v0.4.2 |
| 299 | 2026-08-08T02:55:44.088Z | Downloaded futures-core v0.3.32 |
| 300 | 2026-08-08T02:55:44.088Z | Downloaded atomic-waker v1.1.2 |
| 301 | 2026-08-08T02:55:44.088Z | Downloaded heck v0.5.0 |
| 302 | 2026-08-08T02:55:44.091Z | Downloaded heck v0.4.1 |
| 303 | 2026-08-08T02:55:44.092Z | Downloaded httpdate v1.0.3 |
| 304 | 2026-08-08T02:55:44.092Z | Downloaded enum-as-inner v0.6.1 |
| 305 | 2026-08-08T02:55:44.096Z | Downloaded embedded-io v0.4.0 |
| 306 | 2026-08-08T02:55:44.100Z | Downloaded embedded-io v0.6.1 |
| 307 | 2026-08-08T02:55:44.100Z | Downloaded hostname v0.3.1 |
| 308 | 2026-08-08T02:55:44.100Z | Downloaded foreign-types v0.3.2 |
| 309 | 2026-08-08T02:55:44.104Z | Downloaded hubpack_derive v0.1.1 |
| 310 | 2026-08-08T02:55:44.104Z | Downloaded block-buffer v0.12.0 |
| 311 | 2026-08-08T02:55:44.104Z | Downloaded constant_time_eq v0.3.1 |
| 312 | 2026-08-08T02:55:44.107Z | Downloaded hash32 v0.3.1 |
| 313 | 2026-08-08T02:55:44.107Z | Downloaded defmt v0.3.100 |
| 314 | 2026-08-08T02:55:44.112Z | Downloaded errno v0.3.14 |
| 315 | 2026-08-08T02:55:44.115Z | Downloaded crossbeam-deque v0.8.6 |
| 316 | 2026-08-08T02:55:44.115Z | Downloaded globset v0.4.16 |
| 317 | 2026-08-08T02:55:44.115Z | Downloaded dunce v1.0.5 |
| 318 | 2026-08-08T02:55:44.118Z | Downloaded csv-core v0.1.12 |
| 319 | 2026-08-08T02:55:44.120Z | Downloaded gethostname v0.5.0 |
| 320 | 2026-08-08T02:55:44.120Z | Downloaded console v0.15.11 |
| 321 | 2026-08-08T02:55:44.123Z | Downloaded byteorder v1.5.0 |
| 322 | 2026-08-08T02:55:44.128Z | Downloaded async-stream v0.3.6 |
| 323 | 2026-08-08T02:55:44.131Z | Downloaded hubpack v0.1.2 |
| 324 | 2026-08-08T02:55:44.131Z | Downloaded hyper-tls v0.6.0 |
| 325 | 2026-08-08T02:55:44.131Z | Downloaded ident_case v1.0.1 |
| 326 | 2026-08-08T02:55:44.134Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-08-08T02:55:44.134Z | Downloaded dyn-clone v1.0.20 |
| 328 | 2026-08-08T02:55:44.137Z | Downloaded indent_write v2.2.0 |
| 329 | 2026-08-08T02:55:44.137Z | Downloaded foreign-types v0.5.0 |
| 330 | 2026-08-08T02:55:44.141Z | Downloaded defmt-parser v1.0.0 |
| 331 | 2026-08-08T02:55:44.141Z | Downloaded http-body v1.0.1 |
| 332 | 2026-08-08T02:55:44.150Z | Downloaded foldhash v0.2.0 |
| 333 | 2026-08-08T02:55:44.153Z | Downloaded internet-checksum v0.2.1 |
| 334 | 2026-08-08T02:55:44.153Z | Downloaded is_terminal_polyfill v1.70.1 |
| 335 | 2026-08-08T02:55:44.153Z | Downloaded is-terminal v0.4.16 |
| 336 | 2026-08-08T02:55:44.153Z | Downloaded hostname v0.4.2 |
| 337 | 2026-08-08T02:55:44.153Z | Downloaded bitflags v1.3.2 |
| 338 | 2026-08-08T02:55:44.153Z | Downloaded arrayvec v0.7.6 |
| 339 | 2026-08-08T02:55:44.156Z | Downloaded idna_adapter v1.2.1 |
| 340 | 2026-08-08T02:55:44.162Z | Downloaded foreign-types-shared v0.1.1 |
| 341 | 2026-08-08T02:55:44.162Z | Downloaded chacha20 v0.9.1 |
| 342 | 2026-08-08T02:55:44.166Z | Downloaded group v0.13.0 |
| 343 | 2026-08-08T02:55:44.166Z | Downloaded fs_extra v1.3.0 |
| 344 | 2026-08-08T02:55:44.166Z | Downloaded ff v0.13.1 |
| 345 | 2026-08-08T02:55:44.171Z | Downloaded find-msvc-tools v0.1.9 |
| 346 | 2026-08-08T02:55:44.171Z | Downloaded itoa v1.0.15 |
| 347 | 2026-08-08T02:55:44.171Z | Downloaded base64ct v1.8.0 |
| 348 | 2026-08-08T02:55:44.175Z | Downloaded deranged v0.5.3 |
| 349 | 2026-08-08T02:55:44.176Z | Downloaded bcs v0.1.6 |
| 350 | 2026-08-08T02:55:44.179Z | Downloaded lazy_static v1.5.0 |
| 351 | 2026-08-08T02:55:44.180Z | Downloaded is_ci v1.2.0 |
| 352 | 2026-08-08T02:55:44.183Z | Downloaded cipher v0.4.4 |
| 353 | 2026-08-08T02:55:44.183Z | Downloaded cexpr v0.6.0 |
| 354 | 2026-08-08T02:55:44.183Z | Downloaded kstat-rs v0.2.4 |
| 355 | 2026-08-08T02:55:44.187Z | Downloaded autocfg v1.5.0 |
| 356 | 2026-08-08T02:55:44.187Z | Downloaded futures-channel v0.3.32 |
| 357 | 2026-08-08T02:55:44.191Z | Downloaded http-body-util v0.1.3 |
| 358 | 2026-08-08T02:55:44.195Z | Downloaded glob v0.3.3 |
| 359 | 2026-08-08T02:55:44.196Z | Downloaded camino v1.2.3 |
| 360 | 2026-08-08T02:55:44.196Z | Downloaded humantime v2.3.0 |
| 361 | 2026-08-08T02:55:44.201Z | Downloaded futures-executor v0.3.32 |
| 362 | 2026-08-08T02:55:44.201Z | Downloaded erased-serde v0.3.31 |
| 363 | 2026-08-08T02:55:44.205Z | Downloaded linked-hash-map v0.5.6 |
| 364 | 2026-08-08T02:55:44.205Z | Downloaded match_cfg v0.1.0 |
| 365 | 2026-08-08T02:55:44.205Z | Downloaded libscf-sys v1.2.0 |
| 366 | 2026-08-08T02:55:44.205Z | Downloaded highway v1.3.0 |
| 367 | 2026-08-08T02:55:44.209Z | Downloaded lru-slab v0.1.2 |
| 368 | 2026-08-08T02:55:44.209Z | Downloaded hmac v0.12.1 |
| 369 | 2026-08-08T02:55:44.215Z | Downloaded memoffset v0.9.1 |
| 370 | 2026-08-08T02:55:44.215Z | Downloaded lru-cache v0.1.2 |
| 371 | 2026-08-08T02:55:44.215Z | Downloaded foldhash v0.1.5 |
| 372 | 2026-08-08T02:55:44.217Z | Downloaded bit-vec v0.8.0 |
| 373 | 2026-08-08T02:55:44.217Z | Downloaded memmap v0.7.0 |
| 374 | 2026-08-08T02:55:44.218Z | Downloaded macaddr v1.0.1 |
| 375 | 2026-08-08T02:55:44.221Z | Downloaded const_format_proc_macros v0.2.34 |
| 376 | 2026-08-08T02:55:44.224Z | Downloaded bytecount v0.6.9 |
| 377 | 2026-08-08T02:55:44.225Z | Downloaded compression-codecs v0.4.32 |
| 378 | 2026-08-08T02:55:44.227Z | Downloaded num_enum_derive v0.5.11 |
| 379 | 2026-08-08T02:55:44.227Z | Downloaded num-derive v0.4.2 |
| 380 | 2026-08-08T02:55:44.230Z | Downloaded newtype-uuid-macros v0.1.0 |
| 381 | 2026-08-08T02:55:44.233Z | Downloaded num v0.4.3 |
| 382 | 2026-08-08T02:55:44.233Z | Downloaded newline-converter v0.3.0 |
| 383 | 2026-08-08T02:55:44.235Z | Downloaded crc32fast v1.5.0 |
| 384 | 2026-08-08T02:55:44.254Z | Downloaded num-iter v0.1.45 |
| 385 | 2026-08-08T02:55:44.254Z | Downloaded num_threads v0.1.7 |
| 386 | 2026-08-08T02:55:44.254Z | Downloaded ingot-types v0.1.2 |
| 387 | 2026-08-08T02:55:44.254Z | Downloaded num-conv v0.2.1 |
| 388 | 2026-08-08T02:55:44.254Z | Downloaded getrandom v0.2.16 |
| 389 | 2026-08-08T02:55:44.254Z | Downloaded crossbeam-utils v0.8.21 |
| 390 | 2026-08-08T02:55:44.254Z | Downloaded ingot v0.1.1 |
| 391 | 2026-08-08T02:55:44.254Z | Downloaded clang-sys v1.8.1 |
| 392 | 2026-08-08T02:55:44.258Z | Downloaded darling v0.21.3 |
| 393 | 2026-08-08T02:55:44.258Z | Downloaded jobserver v0.1.34 |
| 394 | 2026-08-08T02:55:44.258Z | Downloaded httparse v1.10.1 |
| 395 | 2026-08-08T02:55:44.262Z | Downloaded openssl-probe v0.1.6 |
| 396 | 2026-08-08T02:55:44.262Z | Downloaded keccak v0.1.6 |
| 397 | 2026-08-08T02:55:44.262Z | Downloaded libsw v3.5.0 |
| 398 | 2026-08-08T02:55:44.265Z | Downloaded olpc-cjson v0.1.4 |
| 399 | 2026-08-08T02:55:44.265Z | Downloaded crossbeam-epoch v0.9.18 |
| 400 | 2026-08-08T02:55:44.268Z | Downloaded opaque-debug v0.3.1 |
| 401 | 2026-08-08T02:55:44.268Z | Downloaded cookie v0.18.1 |
| 402 | 2026-08-08T02:55:44.271Z | Downloaded fixedbitset v0.5.7 |
| 403 | 2026-08-08T02:55:44.276Z | Downloaded bitflags v2.11.1 |
| 404 | 2026-08-08T02:55:44.279Z | Downloaded ipnetwork v0.21.1 |
| 405 | 2026-08-08T02:55:44.279Z | Downloaded omicron-workspace-hack v0.1.0 |
| 406 | 2026-08-08T02:55:44.279Z | Downloaded ipnet v2.11.0 |
| 407 | 2026-08-08T02:55:44.279Z | Downloaded clap_derive v4.6.1 |
| 408 | 2026-08-08T02:55:44.282Z | Downloaded parse-display v0.10.0 |
| 409 | 2026-08-08T02:55:44.282Z | Downloaded openssl-macros v0.1.1 |
| 410 | 2026-08-08T02:55:44.285Z | Downloaded ciborium v0.2.2 |
| 411 | 2026-08-08T02:55:44.288Z | Downloaded percent-encoding v2.3.2 |
| 412 | 2026-08-08T02:55:44.288Z | Downloaded linear-map v1.2.0 |
| 413 | 2026-08-08T02:55:44.288Z | Downloaded libsw-core v0.3.2 |
| 414 | 2026-08-08T02:55:44.291Z | Downloaded managed v0.8.0 |
| 415 | 2026-08-08T02:55:44.294Z | Downloaded phf_shared v0.12.1 |
| 416 | 2026-08-08T02:55:44.294Z | Downloaded hybrid-array v0.4.12 |
| 417 | 2026-08-08T02:55:44.297Z | Downloaded filetime v0.2.26 |
| 418 | 2026-08-08T02:55:44.297Z | Downloaded critical-section v1.2.0 |
| 419 | 2026-08-08T02:55:44.300Z | Downloaded hyper-rustls v0.27.7 |
| 420 | 2026-08-08T02:55:44.300Z | Downloaded newtype_derive v0.1.6 |
| 421 | 2026-08-08T02:55:44.303Z | Downloaded iana-time-zone v0.1.64 |
| 422 | 2026-08-08T02:55:44.306Z | Downloaded mime v0.3.17 |
| 423 | 2026-08-08T02:55:44.306Z | Downloaded cargo_metadata v0.18.1 |
| 424 | 2026-08-08T02:55:44.310Z | Downloaded async-trait v0.1.89 |
| 425 | 2026-08-08T02:55:44.312Z | Downloaded instant v0.1.13 |
| 426 | 2026-08-08T02:55:44.312Z | Downloaded fs-err v3.1.2 |
| 427 | 2026-08-08T02:55:44.315Z | Downloaded inout v0.1.4 |
| 428 | 2026-08-08T02:55:44.315Z | Downloaded futures-sink v0.3.32 |
| 429 | 2026-08-08T02:55:44.319Z | Downloaded num_enum v0.7.5 |
| 430 | 2026-08-08T02:55:44.322Z | Downloaded multer v3.1.0 |
| 431 | 2026-08-08T02:55:44.322Z | Downloaded num-complex v0.4.6 |
| 432 | 2026-08-08T02:55:44.325Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 433 | 2026-08-08T02:55:44.325Z | Downloaded progenitor-client v0.11.1 |
| 434 | 2026-08-08T02:55:44.328Z | Downloaded proc-macro-crate v1.3.1 |
| 435 | 2026-08-08T02:55:44.328Z | Downloaded potential_utf v0.1.3 |
| 436 | 2026-08-08T02:55:44.331Z | Downloaded progenitor-client v0.10.0 |
| 437 | 2026-08-08T02:55:44.331Z | Downloaded num_enum v0.5.11 |
| 438 | 2026-08-08T02:55:44.333Z | Downloaded clap v4.6.1 |
| 439 | 2026-08-08T02:55:44.338Z | Downloaded git-stub-vcs v0.1.0 |
| 440 | 2026-08-08T02:55:44.341Z | Downloaded elliptic-curve v0.13.8 |
| 441 | 2026-08-08T02:55:44.344Z | Downloaded blake2 v0.10.6 |
| 442 | 2026-08-08T02:55:44.347Z | Downloaded cancel-safe-futures v0.1.5 |
| 443 | 2026-08-08T02:55:44.351Z | Downloaded progenitor-macro v0.10.0 |
| 444 | 2026-08-08T02:55:44.351Z | Downloaded darling_core v0.21.3 |
| 445 | 2026-08-08T02:55:44.357Z | Downloaded ingot-macros v0.1.1 |
| 446 | 2026-08-08T02:55:44.357Z | Downloaded progenitor-macro v0.11.1 |
| 447 | 2026-08-08T02:55:44.360Z | Downloaded daft-derive v0.1.5 |
| 448 | 2026-08-08T02:55:44.360Z | Downloaded quick-error v1.2.3 |
| 449 | 2026-08-08T02:55:44.360Z | Downloaded progenitor-client v0.14.0 |
| 450 | 2026-08-08T02:55:44.363Z | Downloaded proc-macro-error-attr v1.0.4 |
| 451 | 2026-08-08T02:55:44.363Z | Downloaded num_enum_derive v0.7.5 |
| 452 | 2026-08-08T02:55:44.367Z | Downloaded litemap v0.8.0 |
| 453 | 2026-08-08T02:55:44.368Z | Downloaded owo-colors v4.3.0 |
| 454 | 2026-08-08T02:55:44.372Z | Downloaded half v2.7.1 |
| 455 | 2026-08-08T02:55:44.372Z | Downloaded oxnet v0.1.6 |
| 456 | 2026-08-08T02:55:44.376Z | Downloaded libloading v0.8.9 |
| 457 | 2026-08-08T02:55:44.376Z | Downloaded num-rational v0.4.2 |
| 458 | 2026-08-08T02:55:44.376Z | Downloaded phf v0.12.1 |
| 459 | 2026-08-08T02:55:44.381Z | Downloaded pest_generator v2.8.2 |
| 460 | 2026-08-08T02:55:44.381Z | Downloaded pem v3.0.5 |
| 461 | 2026-08-08T02:55:44.385Z | Downloaded ref-cast-impl v1.0.25 |
| 462 | 2026-08-08T02:55:44.385Z | Downloaded paste v1.0.15 |
| 463 | 2026-08-08T02:55:44.385Z | Downloaded parse-display-derive v0.10.0 |
| 464 | 2026-08-08T02:55:44.385Z | Downloaded oxide-tokio-rt v0.1.2 |
| 465 | 2026-08-08T02:55:44.389Z | Downloaded rustc-hash v2.1.1 |
| 466 | 2026-08-08T02:55:44.389Z | Downloaded ref-cast v1.0.25 |
| 467 | 2026-08-08T02:55:44.394Z | Downloaded rustc_version v0.4.1 |
| 468 | 2026-08-08T02:55:44.394Z | Downloaded rustc_version v0.1.7 |
| 469 | 2026-08-08T02:55:44.394Z | Downloaded lock_api v0.4.14 |
| 470 | 2026-08-08T02:55:44.397Z | Downloaded rand_xorshift v0.4.0 |
| 471 | 2026-08-08T02:55:44.397Z | Downloaded num-integer v0.1.46 |
| 472 | 2026-08-08T02:55:44.397Z | Downloaded pkg-config v0.3.32 |
| 473 | 2026-08-08T02:55:44.402Z | Downloaded icu_properties v2.0.1 |
| 474 | 2026-08-08T02:55:44.402Z | Downloaded indexmap v1.9.3 |
| 475 | 2026-08-08T02:55:44.405Z | Downloaded newtype-uuid v1.3.2 |
| 476 | 2026-08-08T02:55:44.405Z | Downloaded memmap2 v0.9.8 |
| 477 | 2026-08-08T02:55:44.405Z | Downloaded plain v0.2.3 |
| 478 | 2026-08-08T02:55:44.409Z | Downloaded pin-project-internal v1.1.10 |
| 479 | 2026-08-08T02:55:44.410Z | Downloaded poly1305 v0.8.0 |
| 480 | 2026-08-08T02:55:44.412Z | Downloaded icu_provider v2.0.0 |
| 481 | 2026-08-08T02:55:44.412Z | Downloaded getrandom v0.3.3 |
| 482 | 2026-08-08T02:55:44.415Z | Downloaded same-file v1.0.6 |
| 483 | 2026-08-08T02:55:44.418Z | Downloaded base64 v0.22.1 |
| 484 | 2026-08-08T02:55:44.418Z | Downloaded getrandom v0.4.2 |
| 485 | 2026-08-08T02:55:44.421Z | Downloaded proc-macro-error2 v2.0.1 |
| 486 | 2026-08-08T02:55:44.424Z | Downloaded proc-macro-error v1.0.4 |
| 487 | 2026-08-08T02:55:44.430Z | Downloaded chacha20poly1305 v0.10.1 |
| 488 | 2026-08-08T02:55:44.430Z | Downloaded futures v0.3.32 |
| 489 | 2026-08-08T02:55:44.434Z | Downloaded progenitor v0.11.1 |
| 490 | 2026-08-08T02:55:44.434Z | Downloaded ppv-lite86 v0.2.21 |
| 491 | 2026-08-08T02:55:44.438Z | Downloaded bytes v1.12.0 |
| 492 | 2026-08-08T02:55:44.438Z | Downloaded cc v1.2.64 |
| 493 | 2026-08-08T02:55:44.442Z | Downloaded pretty-hex v0.4.1 |
| 494 | 2026-08-08T02:55:44.442Z | Downloaded rand_chacha v0.3.1 |
| 495 | 2026-08-08T02:55:44.442Z | Downloaded progenitor v0.10.0 |
| 496 | 2026-08-08T02:55:44.445Z | Downloaded omicron-zone-package v0.12.2 |
| 497 | 2026-08-08T02:55:44.445Z | Downloaded secrecy v0.10.3 |
| 498 | 2026-08-08T02:55:44.448Z | Downloaded powerfmt v0.2.0 |
| 499 | 2026-08-08T02:55:44.448Z | Downloaded native-tls v0.2.14 |
| 500 | 2026-08-08T02:55:44.448Z | Downloaded fnv v1.0.7 |
| 501 | 2026-08-08T02:55:44.452Z | Downloaded parking_lot_core v0.9.12 |
| 502 | 2026-08-08T02:55:44.452Z | Downloaded log v0.4.29 |
| 503 | 2026-08-08T02:55:44.456Z | Downloaded float-ord v0.3.2 |
| 504 | 2026-08-08T02:55:44.456Z | Downloaded equivalent v1.0.2 |
| 505 | 2026-08-08T02:55:44.462Z | Downloaded once_cell v1.21.3 |
| 506 | 2026-08-08T02:55:44.462Z | Downloaded parking_lot v0.12.5 |
| 507 | 2026-08-08T02:55:44.462Z | Downloaded progenitor-macro v0.14.0 |
| 508 | 2026-08-08T02:55:44.465Z | Downloaded rand_core v0.9.3 |
| 509 | 2026-08-08T02:55:44.465Z | Downloaded scopeguard v1.2.0 |
| 510 | 2026-08-08T02:55:44.465Z | Downloaded cargo-platform v0.1.9 |
| 511 | 2026-08-08T02:55:44.465Z | Downloaded semver v0.1.20 |
| 512 | 2026-08-08T02:55:44.468Z | Downloaded scroll_derive v0.13.1 |
| 513 | 2026-08-08T02:55:44.468Z | Downloaded scroll_derive v0.12.1 |
| 514 | 2026-08-08T02:55:44.468Z | Downloaded foreign-types-shared v0.3.1 |
| 515 | 2026-08-08T02:55:44.473Z | Downloaded heapless v0.8.0 |
| 516 | 2026-08-08T02:55:44.476Z | Downloaded serde_repr v0.1.20 |
| 517 | 2026-08-08T02:55:44.476Z | Downloaded serde_spanned v0.6.9 |
| 518 | 2026-08-08T02:55:44.476Z | Downloaded serde_plain v1.0.2 |
| 519 | 2026-08-08T02:55:44.476Z | Downloaded rand_chacha v0.9.0 |
| 520 | 2026-08-08T02:55:44.479Z | Downloaded form_urlencoded v1.2.2 |
| 521 | 2026-08-08T02:55:44.479Z | Downloaded debug-ignore v1.0.5 |
| 522 | 2026-08-08T02:55:44.482Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 523 | 2026-08-08T02:55:44.482Z | Downloaded pest_derive v2.8.2 |
| 524 | 2026-08-08T02:55:44.485Z | Downloaded pin-project-lite v0.2.16 |
| 525 | 2026-08-08T02:55:44.487Z | Downloaded futures-task v0.3.32 |
| 526 | 2026-08-08T02:55:44.487Z | Downloaded crc8 v0.1.1 |
| 527 | 2026-08-08T02:55:44.490Z | Downloaded compression-core v0.4.32 |
| 528 | 2026-08-08T02:55:44.490Z | Downloaded serde-big-array v0.5.1 |
| 529 | 2026-08-08T02:55:44.493Z | Downloaded serde_urlencoded v0.7.1 |
| 530 | 2026-08-08T02:55:44.493Z | Downloaded search_path v0.1.4 |
| 531 | 2026-08-08T02:55:44.495Z | Downloaded num-traits v0.2.19 |
| 532 | 2026-08-08T02:55:44.495Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-08-08T02:55:44.500Z | Downloaded sha1 v0.11.0 |
| 534 | 2026-08-08T02:55:44.500Z | Downloaded pest_meta v2.8.2 |
| 535 | 2026-08-08T02:55:44.503Z | Downloaded icu_normalizer_data v2.0.0 |
| 536 | 2026-08-08T02:55:44.503Z | Downloaded icu_locale_core v2.0.0 |
| 537 | 2026-08-08T02:55:44.506Z | Downloaded icu_normalizer v2.0.0 |
| 538 | 2026-08-08T02:55:44.508Z | Downloaded crypto-bigint v0.5.5 |
| 539 | 2026-08-08T02:55:44.512Z | Downloaded progenitor v0.14.0 |
| 540 | 2026-08-08T02:55:44.514Z | Downloaded const_format v0.2.34 |
| 541 | 2026-08-08T02:55:44.517Z | Downloaded rustls-pemfile v2.2.0 |
| 542 | 2026-08-08T02:55:44.520Z | Downloaded siphasher v1.0.1 |
| 543 | 2026-08-08T02:55:44.520Z | Downloaded resolv-conf v0.7.5 |
| 544 | 2026-08-08T02:55:44.524Z | Downloaded slog-bunyan v2.5.0 |
| 545 | 2026-08-08T02:55:44.524Z | Downloaded sigpipe v0.1.3 |
| 546 | 2026-08-08T02:55:44.524Z | Downloaded sha1 v0.10.6 |
| 547 | 2026-08-08T02:55:44.528Z | Downloaded signal-hook-tokio v0.4.0 |
| 548 | 2026-08-08T02:55:44.528Z | Downloaded cobs v0.3.0 |
| 549 | 2026-08-08T02:55:44.529Z | Downloaded cpufeatures v0.3.0 |
| 550 | 2026-08-08T02:55:44.533Z | Downloaded hickory-resolver v0.24.4 |
| 551 | 2026-08-08T02:55:44.533Z | Downloaded cfg_aliases v0.2.1 |
| 552 | 2026-08-08T02:55:44.535Z | Downloaded data-encoding v2.9.0 |
| 553 | 2026-08-08T02:55:44.535Z | Downloaded jiff-static v0.2.15 |
| 554 | 2026-08-08T02:55:44.535Z | Downloaded smawk v0.3.2 |
| 555 | 2026-08-08T02:55:44.539Z | Downloaded cpufeatures v0.2.17 |
| 556 | 2026-08-08T02:55:44.539Z | Downloaded digest v0.10.7 |
| 557 | 2026-08-08T02:55:44.542Z | Downloaded cfg-if v1.0.4 |
| 558 | 2026-08-08T02:55:44.542Z | Downloaded rusty-fork v0.3.0 |
| 559 | 2026-08-08T02:55:44.542Z | Downloaded rustversion v1.0.22 |
| 560 | 2026-08-08T02:55:44.544Z | Downloaded strsim v0.11.1 |
| 561 | 2026-08-08T02:55:44.544Z | Downloaded block-buffer v0.10.4 |
| 562 | 2026-08-08T02:55:44.547Z | Downloaded schemars_derive v0.8.22 |
| 563 | 2026-08-08T02:55:44.547Z | Downloaded papergrid v0.11.0 |
| 564 | 2026-08-08T02:55:44.550Z | Downloaded bit-set v0.8.0 |
| 565 | 2026-08-08T02:55:44.553Z | Downloaded anstyle-parse v1.0.0 |
| 566 | 2026-08-08T02:55:44.553Z | Downloaded defmt-macros v1.0.1 |
| 567 | 2026-08-08T02:55:44.555Z | Downloaded anstream v1.0.0 |
| 568 | 2026-08-08T02:55:44.558Z | Downloaded password-hash v0.5.0 |
| 569 | 2026-08-08T02:55:44.562Z | Downloaded serde_spanned v1.1.1 |
| 570 | 2026-08-08T02:55:44.564Z | Downloaded quote v1.0.45 |
| 571 | 2026-08-08T02:55:44.567Z | Downloaded scroll v0.13.0 |
| 572 | 2026-08-08T02:55:44.567Z | Downloaded strum v0.26.3 |
| 573 | 2026-08-08T02:55:44.570Z | Downloaded strum v0.28.0 |
| 574 | 2026-08-08T02:55:44.570Z | Downloaded structmeta-derive v0.3.0 |
| 575 | 2026-08-08T02:55:44.574Z | Downloaded stable_deref_trait v1.2.0 |
| 576 | 2026-08-08T02:55:44.574Z | Downloaded scroll v0.12.0 |
| 577 | 2026-08-08T02:55:44.574Z | Downloaded quinn-udp v0.5.14 |
| 578 | 2026-08-08T02:55:44.577Z | Downloaded hickory-resolver v0.25.2 |
| 579 | 2026-08-08T02:55:44.580Z | Downloaded rand_core v0.6.4 |
| 580 | 2026-08-08T02:55:44.583Z | Downloaded icu_collections v2.0.0 |
| 581 | 2026-08-08T02:55:44.586Z | Downloaded strum v0.27.2 |
| 582 | 2026-08-08T02:55:44.589Z | Downloaded miniz_oxide v0.8.9 |
| 583 | 2026-08-08T02:55:44.589Z | Downloaded sync_wrapper v1.0.2 |
| 584 | 2026-08-08T02:55:44.592Z | Downloaded swrite v0.1.0 |
| 585 | 2026-08-08T02:55:44.592Z | Downloaded supports-color v3.0.2 |
| 586 | 2026-08-08T02:55:44.594Z | Downloaded signal-hook-registry v1.4.6 |
| 587 | 2026-08-08T02:55:44.595Z | Downloaded pin-project v1.1.10 |
| 588 | 2026-08-08T02:55:44.600Z | Downloaded curl v0.4.50 |
| 589 | 2026-08-08T02:55:44.604Z | Downloaded shlex v1.3.0 |
| 590 | 2026-08-08T02:55:44.607Z | Downloaded async-compression v0.4.33 |
| 591 | 2026-08-08T02:55:44.609Z | Downloaded postcard v1.1.3 |
| 592 | 2026-08-08T02:55:44.609Z | Downloaded sha2 v0.10.9 |
| 593 | 2026-08-08T02:55:44.613Z | Downloaded serde_tokenstream v0.2.3 |
| 594 | 2026-08-08T02:55:44.613Z | Downloaded serde_derive_internals v0.29.1 |
| 595 | 2026-08-08T02:55:44.616Z | Downloaded terminal_size v0.4.3 |
| 596 | 2026-08-08T02:55:44.616Z | Downloaded take_mut v0.2.2 |
| 597 | 2026-08-08T02:55:44.616Z | Downloaded shlex v2.0.1 |
| 598 | 2026-08-08T02:55:44.619Z | Downloaded termtree v0.5.1 |
| 599 | 2026-08-08T02:55:44.619Z | Downloaded tabled_derive v0.7.0 |
| 600 | 2026-08-08T02:55:44.622Z | Downloaded tagptr v0.2.0 |
| 601 | 2026-08-08T02:55:44.627Z | Downloaded tabwriter v1.4.1 |
| 602 | 2026-08-08T02:55:44.627Z | Downloaded slog-dtrace v0.3.0 |
| 603 | 2026-08-08T02:55:44.630Z | Downloaded structmeta v0.3.0 |
| 604 | 2026-08-08T02:55:44.630Z | Downloaded snafu-derive v0.8.9 |
| 605 | 2026-08-08T02:55:44.634Z | Downloaded smf v0.2.3 |
| 606 | 2026-08-08T02:55:44.634Z | Downloaded slog-term v2.9.2 |
| 607 | 2026-08-08T02:55:44.638Z | Downloaded time-core v0.1.8 |
| 608 | 2026-08-08T02:55:44.642Z | Downloaded papergrid v0.18.0 |
| 609 | 2026-08-08T02:55:44.645Z | Downloaded progenitor-impl v0.10.0 |
| 610 | 2026-08-08T02:55:44.645Z | Downloaded testing_table v0.3.0 |
| 611 | 2026-08-08T02:55:44.645Z | Downloaded slog-async v2.8.0 |
| 612 | 2026-08-08T02:55:44.645Z | Downloaded ryu v1.0.20 |
| 613 | 2026-08-08T02:55:44.648Z | Downloaded proc-macro2 v1.0.106 |
| 614 | 2026-08-08T02:55:44.650Z | Downloaded hashbrown v0.12.3 |
| 615 | 2026-08-08T02:55:44.653Z | Downloaded dropshot-api-manager v0.7.2 |
| 616 | 2026-08-08T02:55:44.656Z | Downloaded serde_path_to_error v0.1.20 |
| 617 | 2026-08-08T02:55:44.659Z | Downloaded static_assertions v1.1.0 |
| 618 | 2026-08-08T02:55:44.659Z | Downloaded subtle v2.6.1 |
| 619 | 2026-08-08T02:55:44.663Z | Downloaded thread-id v5.0.0 |
| 620 | 2026-08-08T02:55:44.663Z | Downloaded thread-id v4.2.2 |
| 621 | 2026-08-08T02:55:44.666Z | Downloaded strum_macros v0.28.0 |
| 622 | 2026-08-08T02:55:44.666Z | Downloaded strum_macros v0.27.2 |
| 623 | 2026-08-08T02:55:44.666Z | Downloaded tinyvec_macros v0.1.1 |
| 624 | 2026-08-08T02:55:44.669Z | Downloaded semver v1.0.28 |
| 625 | 2026-08-08T02:55:44.671Z | Downloaded expectorate v1.2.0 |
| 626 | 2026-08-08T02:55:44.674Z | Downloaded serde_with_macros v3.14.1 |
| 627 | 2026-08-08T02:55:44.677Z | Downloaded strum_macros v0.26.4 |
| 628 | 2026-08-08T02:55:44.683Z | Downloaded indexmap v2.14.0 |
| 629 | 2026-08-08T02:55:44.686Z | Downloaded prettyplease v0.2.37 |
| 630 | 2026-08-08T02:55:44.688Z | Downloaded toml_write v0.1.2 |
| 631 | 2026-08-08T02:55:44.692Z | Downloaded synstructure v0.13.2 |
| 632 | 2026-08-08T02:55:44.696Z | Downloaded toml_datetime v0.6.11 |
| 633 | 2026-08-08T02:55:44.698Z | Downloaded crossbeam-channel v0.5.15 |
| 634 | 2026-08-08T02:55:44.702Z | Downloaded schemars v0.8.22 |
| 635 | 2026-08-08T02:55:44.710Z | Downloaded topological-sort v0.2.2 |
| 636 | 2026-08-08T02:55:44.713Z | Downloaded signal-hook v0.4.4 |
| 637 | 2026-08-08T02:55:44.716Z | Downloaded rustls-pki-types v1.12.0 |
| 638 | 2026-08-08T02:55:44.719Z | Downloaded slab v0.4.11 |
| 639 | 2026-08-08T02:55:44.722Z | Downloaded tower-service v0.3.3 |
| 640 | 2026-08-08T02:55:44.725Z | Downloaded http v1.4.2 |
| 641 | 2026-08-08T02:55:44.725Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 642 | 2026-08-08T02:55:44.725Z | Downloaded try-lock v0.2.5 |
| 643 | 2026-08-08T02:55:44.728Z | Downloaded tower-layer v0.3.3 |
| 644 | 2026-08-08T02:55:44.728Z | Downloaded slog-json v2.6.1 |
| 645 | 2026-08-08T02:55:44.728Z | Downloaded thiserror-impl v1.0.69 |
| 646 | 2026-08-08T02:55:44.731Z | Downloaded typify-macro v0.4.3 |
| 647 | 2026-08-08T02:55:44.731Z | Downloaded thiserror v1.0.69 |
| 648 | 2026-08-08T02:55:44.734Z | Downloaded typify-macro v0.6.2 |
| 649 | 2026-08-08T02:55:44.734Z | Downloaded clap_builder v4.6.0 |
| 650 | 2026-08-08T02:55:44.737Z | Downloaded aho-corasick v1.1.3 |
| 651 | 2026-08-08T02:55:44.740Z | Downloaded progenitor-impl v0.14.0 |
| 652 | 2026-08-08T02:55:44.743Z | Downloaded progenitor-impl v0.11.1 |
| 653 | 2026-08-08T02:55:44.746Z | Downloaded thiserror v2.0.18 |
| 654 | 2026-08-08T02:55:44.748Z | Downloaded thiserror-impl v2.0.18 |
| 655 | 2026-08-08T02:55:44.748Z | Downloaded thread_local v1.1.9 |
| 656 | 2026-08-08T02:55:44.751Z | Downloaded serde_yaml v0.9.34+deprecated |
| 657 | 2026-08-08T02:55:44.751Z | Downloaded thiserror-no-std v2.0.2 |
| 658 | 2026-08-08T02:55:44.754Z | Downloaded unarray v0.1.4 |
| 659 | 2026-08-08T02:55:44.754Z | Downloaded tokio-macros v2.7.0 |
| 660 | 2026-08-08T02:55:44.757Z | Downloaded tokio-dtrace v0.1.1 |
| 661 | 2026-08-08T02:55:44.757Z | Downloaded time-macros v0.2.27 |
| 662 | 2026-08-08T02:55:44.760Z | Downloaded untrusted v0.7.1 |
| 663 | 2026-08-08T02:55:44.760Z | Downloaded unicode-linebreak v0.1.5 |
| 664 | 2026-08-08T02:55:44.760Z | Downloaded spin v0.9.8 |
| 665 | 2026-08-08T02:55:44.763Z | Downloaded serde_derive v1.0.228 |
| 666 | 2026-08-08T02:55:44.767Z | Downloaded tokio-native-tls v0.3.1 |
| 667 | 2026-08-08T02:55:44.770Z | Downloaded tinystr v0.8.1 |
| 668 | 2026-08-08T02:55:44.770Z | Downloaded tokio-rustls v0.25.0 |
| 669 | 2026-08-08T02:55:44.775Z | Downloaded usdt v0.6.0 |
| 670 | 2026-08-08T02:55:44.778Z | Downloaded usdt v0.5.0 |
| 671 | 2026-08-08T02:55:44.781Z | Downloaded usdt-macro v0.5.0 |
| 672 | 2026-08-08T02:55:44.781Z | Downloaded usdt-attr-macro v0.6.0 |
| 673 | 2026-08-08T02:55:44.781Z | Downloaded usdt-attr-macro v0.5.0 |
| 674 | 2026-08-08T02:55:44.784Z | Downloaded tempfile v3.27.0 |
| 675 | 2026-08-08T02:55:44.784Z | Downloaded serde_core v1.0.228 |
| 676 | 2026-08-08T02:55:44.784Z | Downloaded untrusted v0.9.0 |
| 677 | 2026-08-08T02:55:44.789Z | Downloaded memchr v2.7.5 |
| 678 | 2026-08-08T02:55:44.793Z | Downloaded similar v2.7.0 |
| 679 | 2026-08-08T02:55:44.798Z | Downloaded mio v1.2.1 |
| 680 | 2026-08-08T02:55:44.801Z | Downloaded utf8parse v0.2.2 |
| 681 | 2026-08-08T02:55:44.804Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 682 | 2026-08-08T02:55:44.804Z | Downloaded wait-timeout v0.2.1 |
| 683 | 2026-08-08T02:55:44.804Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 684 | 2026-08-08T02:55:44.807Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 685 | 2026-08-08T02:55:44.807Z | Downloaded term v1.2.0 |
| 686 | 2026-08-08T02:55:44.810Z | Downloaded usdt-macro v0.6.0 |
| 687 | 2026-08-08T02:55:44.810Z | Downloaded want v0.3.1 |
| 688 | 2026-08-08T02:55:44.810Z | Downloaded qorb v0.4.1 |
| 689 | 2026-08-08T02:55:44.812Z | Downloaded socket2 v0.6.4 |
| 690 | 2026-08-08T02:55:44.815Z | Downloaded slog v2.8.2 |
| 691 | 2026-08-08T02:55:44.815Z | Downloaded socket2 v0.5.10 |
| 692 | 2026-08-08T02:55:44.822Z | Downloaded waitgroup v0.1.2 |
| 693 | 2026-08-08T02:55:44.824Z | Downloaded xattr v1.6.1 |
| 694 | 2026-08-08T02:55:44.827Z | Downloaded hashbrown v0.17.1 |
| 695 | 2026-08-08T02:55:44.831Z | Downloaded smallvec v1.15.1 |
| 696 | 2026-08-08T02:55:44.831Z | Downloaded hashbrown v0.15.5 |
| 697 | 2026-08-08T02:55:44.835Z | Downloaded rand v0.8.5 |
| 698 | 2026-08-08T02:55:44.838Z | Downloaded quinn v0.11.9 |
| 699 | 2026-08-08T02:55:44.841Z | Downloaded scuffle v0.1.0 |
| 700 | 2026-08-08T02:55:44.844Z | Downloaded openssl-sys v0.9.117 |
| 701 | 2026-08-08T02:55:44.848Z | Downloaded unicode-xid v0.2.6 |
| 702 | 2026-08-08T02:55:44.850Z | Downloaded yoke-derive v0.8.0 |
| 703 | 2026-08-08T02:55:44.853Z | Downloaded zerofrom-derive v0.1.6 |
| 704 | 2026-08-08T02:55:44.853Z | Downloaded hyper-util v0.1.20 |
| 705 | 2026-08-08T02:55:44.856Z | Downloaded tokio-rustls v0.26.4 |
| 706 | 2026-08-08T02:55:44.859Z | Downloaded usdt-impl v0.5.0 |
| 707 | 2026-08-08T02:55:44.862Z | Downloaded toml v0.8.23 |
| 708 | 2026-08-08T02:55:44.865Z | Downloaded universal-hash v0.5.1 |
| 709 | 2026-08-08T02:55:44.868Z | Downloaded zerofrom v0.1.6 |
| 710 | 2026-08-08T02:55:44.868Z | Downloaded zone_cfg_derive v0.3.1 |
| 711 | 2026-08-08T02:55:44.868Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 712 | 2026-08-08T02:55:44.871Z | Downloaded minimal-lexical v0.2.1 |
| 713 | 2026-08-08T02:55:44.876Z | Downloaded zone v0.3.1 |
| 714 | 2026-08-08T02:55:44.885Z | Downloaded test-strategy v0.4.3 |
| 715 | 2026-08-08T02:55:44.887Z | Downloaded version_check v0.9.5 |
| 716 | 2026-08-08T02:55:44.904Z | Downloaded walkdir v2.5.0 |
| 717 | 2026-08-08T02:55:44.909Z | Downloaded utf8_iter v1.0.4 |
| 718 | 2026-08-08T02:55:44.909Z | Downloaded tracing-attributes v0.1.30 |
| 719 | 2026-08-08T02:55:44.909Z | Downloaded whoami v1.6.1 |
| 720 | 2026-08-08T02:55:44.909Z | Downloaded textwrap v0.16.2 |
| 721 | 2026-08-08T02:55:44.915Z | Downloaded writeable v0.6.1 |
| 722 | 2026-08-08T02:55:44.915Z | Downloaded snafu v0.8.9 |
| 723 | 2026-08-08T02:55:44.918Z | Downloaded ucd-trie v0.1.7 |
| 724 | 2026-08-08T02:55:44.920Z | Downloaded serde v1.0.228 |
| 725 | 2026-08-08T02:55:44.920Z | Downloaded rand v0.9.3 |
| 726 | 2026-08-08T02:55:44.923Z | Downloaded rayon-core v1.13.0 |
| 727 | 2026-08-08T02:55:44.926Z | Downloaded schemars v0.9.0 |
| 728 | 2026-08-08T02:55:44.932Z | Downloaded yoke v0.8.0 |
| 729 | 2026-08-08T02:55:44.934Z | Downloaded tinyvec v1.10.0 |
| 730 | 2026-08-08T02:55:44.934Z | Downloaded zmij v1.0.17 |
| 731 | 2026-08-08T02:55:44.937Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 732 | 2026-08-08T02:55:44.940Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 733 | 2026-08-08T02:55:44.943Z | Downloaded zerovec-derive v0.11.1 |
| 734 | 2026-08-08T02:55:44.943Z | Downloaded nom v7.1.3 |
| 735 | 2026-08-08T02:55:44.945Z | Downloaded zeroize_derive v1.4.3 |
| 736 | 2026-08-08T02:55:44.945Z | Downloaded zeroize v1.8.1 |
| 737 | 2026-08-08T02:55:44.948Z | Downloaded tokio-stream v0.1.17 |
| 738 | 2026-08-08T02:55:44.948Z | Downloaded usdt-impl v0.6.0 |
| 739 | 2026-08-08T02:55:44.951Z | Downloaded toml v0.7.8 |
| 740 | 2026-08-08T02:55:44.954Z | Downloaded hashbrown v0.16.1 |
| 741 | 2026-08-08T02:55:44.957Z | Downloaded vergen v8.3.2 |
| 742 | 2026-08-08T02:55:44.957Z | Downloaded rustls-webpki v0.103.6 |
| 743 | 2026-08-08T02:55:44.968Z | Downloaded itertools v0.12.1 |
| 744 | 2026-08-08T02:55:44.968Z | Downloaded vsss-rs v3.3.4 |
| 745 | 2026-08-08T02:55:44.968Z | Downloaded iri-string v0.7.8 |
| 746 | 2026-08-08T02:55:44.973Z | Downloaded schemars v1.2.0 |
| 747 | 2026-08-08T02:55:44.985Z | Downloaded steno v0.4.1 |
| 748 | 2026-08-08T02:55:44.988Z | Downloaded unicode-ident v1.0.24 |
| 749 | 2026-08-08T02:55:44.991Z | Downloaded zerocopy-derive v0.7.35 |
| 750 | 2026-08-08T02:55:44.994Z | Downloaded hyper v1.10.1 |
| 751 | 2026-08-08T02:55:44.998Z | Downloaded idna v1.1.0 |
| 752 | 2026-08-08T02:55:45.001Z | Downloaded iddqd v0.3.18 |
| 753 | 2026-08-08T02:55:45.005Z | Downloaded itertools v0.14.0 |
| 754 | 2026-08-08T02:55:45.008Z | Downloaded unsafe-libyaml v0.2.11 |
| 755 | 2026-08-08T02:55:45.011Z | Downloaded icu_properties_data v2.0.1 |
| 756 | 2026-08-08T02:55:45.014Z | Downloaded typify v0.6.2 |
| 757 | 2026-08-08T02:55:45.020Z | Downloaded tracing-core v0.1.34 |
| 758 | 2026-08-08T02:55:45.025Z | Downloaded tar v0.4.45 |
| 759 | 2026-08-08T02:55:45.025Z | Downloaded h2 v0.4.14 |
| 760 | 2026-08-08T02:55:45.028Z | Downloaded uuid v1.23.3 |
| 761 | 2026-08-08T02:55:45.028Z | Downloaded futures-util v0.3.32 |
| 762 | 2026-08-08T02:55:45.032Z | Downloaded typify v0.4.3 |
| 763 | 2026-08-08T02:55:45.047Z | Downloaded toml_edit v0.19.15 |
| 764 | 2026-08-08T02:55:45.056Z | Downloaded libm v0.2.15 |
| 765 | 2026-08-08T02:55:45.064Z | Downloaded goblin v0.8.2 |
| 766 | 2026-08-08T02:55:45.082Z | Downloaded hkdf v0.12.4 |
| 767 | 2026-08-08T02:55:45.085Z | Downloaded tracing v0.1.41 |
| 768 | 2026-08-08T02:55:45.094Z | Downloaded pest v2.8.2 |
| 769 | 2026-08-08T02:55:45.099Z | Downloaded tower v0.5.2 |
| 770 | 2026-08-08T02:55:45.104Z | Downloaded iddqd v0.4.5 |
| 771 | 2026-08-08T02:55:45.111Z | Downloaded url v2.5.7 |
| 772 | 2026-08-08T02:55:45.114Z | Downloaded zerotrie v0.2.2 |
| 773 | 2026-08-08T02:55:45.119Z | Downloaded zerocopy-derive v0.8.27 |
| 774 | 2026-08-08T02:55:45.123Z | Downloaded itertools v0.15.0 |
| 775 | 2026-08-08T02:55:45.127Z | Downloaded toml_edit v0.22.27 |
| 776 | 2026-08-08T02:55:45.148Z | Downloaded reqwest v0.12.23 |
| 777 | 2026-08-08T02:55:45.152Z | Downloaded regex v1.12.4 |
| 778 | 2026-08-08T02:55:45.155Z | Downloaded git2 v0.19.0 |
| 779 | 2026-08-08T02:55:45.160Z | Downloaded blake3 v1.8.2 |
| 780 | 2026-08-08T02:55:45.165Z | Downloaded serde_json v1.0.150 |
| 781 | 2026-08-08T02:55:45.168Z | Downloaded tokio-util v0.7.16 |
| 782 | 2026-08-08T02:55:45.173Z | Downloaded dropshot v0.16.7 |
| 783 | 2026-08-08T02:55:45.185Z | Downloaded typed-path v0.9.3 |
| 784 | 2026-08-08T02:55:45.194Z | Downloaded unicode-segmentation v1.12.0 |
| 785 | 2026-08-08T02:55:45.196Z | Downloaded reqwest v0.13.2 |
| 786 | 2026-08-08T02:55:45.199Z | Downloaded goblin v0.10.1 |
| 787 | 2026-08-08T02:55:45.203Z | Downloaded aws-lc-rs v1.16.2 |
| 788 | 2026-08-08T02:55:45.211Z | Downloaded tough v0.20.0 |
| 789 | 2026-08-08T02:55:45.219Z | Downloaded typenum v1.20.1 |
| 790 | 2026-08-08T02:55:45.223Z | Downloaded unicode-normalization v0.1.24 |
| 791 | 2026-08-08T02:55:45.253Z | Downloaded proptest v1.8.0 |
| 792 | 2026-08-08T02:55:45.261Z | Downloaded serde_with v3.14.1 |
| 793 | 2026-08-08T02:55:45.268Z | Downloaded portable-atomic v1.11.1 |
| 794 | 2026-08-08T02:55:45.272Z | Downloaded chrono v0.4.45 |
| 795 | 2026-08-08T02:55:45.275Z | Downloaded rustls-webpki v0.102.8 |
| 796 | 2026-08-08T02:55:45.286Z | Downloaded zerovec v0.11.4 |
| 797 | 2026-08-08T02:55:45.291Z | Downloaded rayon v1.11.0 |
| 798 | 2026-08-08T02:55:45.296Z | Downloaded moka v0.12.11 |
| 799 | 2026-08-08T02:55:45.301Z | Downloaded bindgen v0.72.1 |
| 800 | 2026-08-08T02:55:45.304Z | Downloaded zerocopy v0.7.35 |
| 801 | 2026-08-08T02:55:45.314Z | Downloaded tower-http v0.6.8 |
| 802 | 2026-08-08T02:55:45.319Z | Downloaded winnow v0.5.40 |
| 803 | 2026-08-08T02:55:45.332Z | Downloaded tabled v0.15.0 |
| 804 | 2026-08-08T02:55:45.340Z | Downloaded bstr v1.12.0 |
| 805 | 2026-08-08T02:55:45.345Z | Downloaded winnow v1.0.3 |
| 806 | 2026-08-08T02:55:45.350Z | Downloaded winnow v0.7.14 |
| 807 | 2026-08-08T02:55:45.355Z | Downloaded quinn-proto v0.11.14 |
| 808 | 2026-08-08T02:55:45.360Z | Downloaded curve25519-dalek v4.1.3 |
| 809 | 2026-08-08T02:55:45.387Z | Downloaded syn v1.0.109 |
| 810 | 2026-08-08T02:55:45.395Z | Downloaded time v0.3.47 |
| 811 | 2026-08-08T02:55:45.413Z | Downloaded dropshot v0.17.1 |
| 812 | 2026-08-08T02:55:45.424Z | Downloaded vcpkg v0.2.15 |
| 813 | 2026-08-08T02:55:45.447Z | Downloaded tabled v0.21.0 |
| 814 | 2026-08-08T02:55:45.457Z | Downloaded openssl v0.10.81 |
| 815 | 2026-08-08T02:55:45.463Z | Downloaded nix v0.31.3 |
| 816 | 2026-08-08T02:55:45.468Z | Downloaded rustls v0.22.4 |
| 817 | 2026-08-08T02:55:45.479Z | Downloaded unicode-width v0.1.14 |
| 818 | 2026-08-08T02:55:45.481Z | Downloaded hickory-proto v0.24.4 |
| 819 | 2026-08-08T02:55:45.488Z | Downloaded webpki-roots v1.0.2 |
| 820 | 2026-08-08T02:55:45.495Z | Downloaded zerocopy v0.8.27 |
| 821 | 2026-08-08T02:55:45.503Z | Downloaded unicode-width v0.2.1 |
| 822 | 2026-08-08T02:55:45.506Z | Downloaded syn v2.0.118 |
| 823 | 2026-08-08T02:55:45.513Z | Downloaded regress v0.11.1 |
| 824 | 2026-08-08T02:55:45.519Z | Downloaded smoltcp v0.11.0 |
| 825 | 2026-08-08T02:55:45.522Z | Downloaded regress v0.10.5 |
| 826 | 2026-08-08T02:55:45.527Z | Downloaded nix v0.30.1 |
| 827 | 2026-08-08T02:55:45.533Z | Downloaded openapiv3 v2.2.0 |
| 828 | 2026-08-08T02:55:45.539Z | Downloaded regex-syntax v0.8.11 |
| 829 | 2026-08-08T02:55:45.543Z | Downloaded hickory-proto v0.25.2 |
| 830 | 2026-08-08T02:55:45.553Z | Downloaded rustls v0.23.40 |
| 831 | 2026-08-08T02:55:45.561Z | Downloaded rustix v0.38.44 |
| 832 | 2026-08-08T02:55:45.579Z | Downloaded rustix v1.1.4 |
| 833 | 2026-08-08T02:55:45.611Z | Downloaded typify-impl v0.6.2 |
| 834 | 2026-08-08T02:55:45.619Z | Downloaded typify-impl v0.4.3 |
| 835 | 2026-08-08T02:55:45.682Z | Downloaded petgraph v0.6.5 |
| 836 | 2026-08-08T02:55:45.709Z | Downloaded petgraph v0.8.2 |
| 837 | 2026-08-08T02:55:45.723Z | Downloaded regex-automata v0.4.13 |
| 838 | 2026-08-08T02:55:45.731Z | Downloaded libc v0.2.186 |
| 839 | 2026-08-08T02:55:45.752Z | Downloaded jiff v0.2.15 |
| 840 | 2026-08-08T02:55:45.775Z | Downloaded chrono-tz v0.10.4 |
| 841 | 2026-08-08T02:55:45.797Z | Downloaded csv v1.4.0 |
| 842 | 2026-08-08T02:55:45.808Z | Downloaded libz-sys v1.1.22 |
| 843 | 2026-08-08T02:55:45.838Z | Downloaded sha3 v0.10.8 |
| 844 | 2026-08-08T02:55:45.846Z | Downloaded encoding_rs v0.8.35 |
| 845 | 2026-08-08T02:55:45.861Z | Downloaded tokio v1.52.3 |
| 846 | 2026-08-08T02:55:45.885Z | Downloaded ring v0.17.14 |
| 847 | 2026-08-08T02:55:46.052Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 848 | 2026-08-08T02:55:46.084Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 849 | 2026-08-08T02:55:46.674Z | Downloaded aws-lc-sys v0.39.1 |
| 850 | 2026-08-08T02:55:46.999Z | Compiling proc-macro2 v1.0.106 |
| 851 | 2026-08-08T02:55:46.999Z | Compiling quote v1.0.45 |
| 852 | 2026-08-08T02:55:46.999Z | Compiling unicode-ident v1.0.24 |
| 853 | 2026-08-08T02:55:47.003Z | Compiling serde_core v1.0.228 |
| 854 | 2026-08-08T02:55:47.003Z | Compiling serde v1.0.228 |
| 855 | 2026-08-08T02:55:47.003Z | Compiling libc v0.2.186 |
| 856 | 2026-08-08T02:55:47.003Z | Checking cfg-if v1.0.4 |
| 857 | 2026-08-08T02:55:47.250Z | Compiling zmij v1.0.17 |
| 858 | 2026-08-08T02:55:47.323Z | Compiling autocfg v1.5.0 |
| 859 | 2026-08-08T02:55:47.612Z | Compiling memchr v2.7.5 |
| 860 | 2026-08-08T02:55:47.623Z | Compiling libm v0.2.15 |
| 861 | 2026-08-08T02:55:47.959Z | Compiling getrandom v0.4.2 |
| 862 | 2026-08-08T02:55:48.019Z | Checking smallvec v1.15.1 |
| 863 | 2026-08-08T02:55:48.062Z | Compiling thiserror v2.0.18 |
| 864 | 2026-08-08T02:55:48.163Z | Checking itoa v1.0.15 |
| 865 | 2026-08-08T02:55:48.175Z | Compiling version_check v0.9.5 |
| 866 | 2026-08-08T02:55:48.192Z | Compiling jobserver v0.1.34 |
| 867 | 2026-08-08T02:55:48.235Z | Compiling find-msvc-tools v0.1.9 |
| 868 | 2026-08-08T02:55:48.438Z | Compiling shlex v2.0.1 |
| 869 | 2026-08-08T02:55:48.452Z | Compiling icu_properties_data v2.0.1 |
| 870 | 2026-08-08T02:55:48.464Z | Compiling syn v2.0.118 |
| 871 | 2026-08-08T02:55:48.506Z | Compiling icu_normalizer_data v2.0.0 |
| 872 | 2026-08-08T02:55:48.595Z | Compiling cc v1.2.64 |
| 873 | 2026-08-08T02:55:48.615Z | Compiling parking_lot_core v0.9.12 |
| 874 | 2026-08-08T02:55:48.659Z | Checking stable_deref_trait v1.2.0 |
| 875 | 2026-08-08T02:55:48.688Z | Compiling serde_json v1.0.150 |
| 876 | 2026-08-08T02:55:48.934Z | Checking writeable v0.6.1 |
| 877 | 2026-08-08T02:55:48.946Z | Compiling heck v0.5.0 |
| 878 | 2026-08-08T02:55:48.995Z | Checking litemap v0.8.0 |
| 879 | 2026-08-08T02:55:49.106Z | Compiling num-traits v0.2.19 |
| 880 | 2026-08-08T02:55:49.143Z | Checking percent-encoding v2.3.2 |
| 881 | 2026-08-08T02:55:49.285Z | Checking form_urlencoded v1.2.2 |
| 882 | 2026-08-08T02:55:49.423Z | Checking utf8_iter v1.0.4 |
| 883 | 2026-08-08T02:55:49.537Z | Compiling zerocopy v0.8.27 |
| 884 | 2026-08-08T02:55:49.554Z | Checking pin-project-lite v0.2.16 |
| 885 | 2026-08-08T02:55:49.564Z | Checking iana-time-zone v0.1.64 |
| 886 | 2026-08-08T02:55:49.641Z | Compiling log v0.4.29 |
| 887 | 2026-08-08T02:55:49.665Z | Compiling rustversion v1.0.22 |
| 888 | 2026-08-08T02:55:49.709Z | Compiling equivalent v1.0.2 |
| 889 | 2026-08-08T02:55:49.799Z | Compiling semver v1.0.28 |
| 890 | 2026-08-08T02:55:49.812Z | Checking socket2 v0.6.4 |
| 891 | 2026-08-08T02:55:49.848Z | Checking uuid v1.23.3 |
| 892 | 2026-08-08T02:55:50.047Z | Checking scopeguard v1.2.0 |
| 893 | 2026-08-08T02:55:50.158Z | Checking lock_api v0.4.14 |
| 894 | 2026-08-08T02:55:50.183Z | Checking signal-hook-registry v1.4.6 |
| 895 | 2026-08-08T02:55:50.350Z | Checking getrandom v0.2.16 |
| 896 | 2026-08-08T02:55:50.354Z | Checking mio v1.2.1 |
| 897 | 2026-08-08T02:55:50.374Z | Compiling schemars v0.8.22 |
| 898 | 2026-08-08T02:55:50.379Z | Checking dyn-clone v1.0.20 |
| 899 | 2026-08-08T02:55:50.398Z | Checking parking_lot v0.12.5 |
| 900 | 2026-08-08T02:55:50.451Z | Checking bitflags v2.11.1 |
| 901 | 2026-08-08T02:55:50.605Z | Compiling portable-atomic v1.11.1 |
| 902 | 2026-08-08T02:55:50.648Z | Checking futures-core v0.3.32 |
| 903 | 2026-08-08T02:55:50.662Z | Checking critical-section v1.2.0 |
| 904 | 2026-08-08T02:55:50.724Z | Compiling ring v0.17.14 |
| 905 | 2026-08-08T02:55:50.775Z | Compiling hashbrown v0.17.1 |
| 906 | 2026-08-08T02:55:50.909Z | Compiling thiserror v1.0.69 |
| 907 | 2026-08-08T02:55:50.921Z | Compiling httparse v1.10.1 |
| 908 | 2026-08-08T02:55:51.209Z | Compiling regex-syntax v0.8.11 |
| 909 | 2026-08-08T02:55:51.320Z | Compiling indexmap v2.14.0 |
| 910 | 2026-08-08T02:55:51.339Z | Compiling synstructure v0.13.2 |
| 911 | 2026-08-08T02:55:51.407Z | Compiling serde_derive_internals v0.29.1 |
| 912 | 2026-08-08T02:55:51.596Z | Checking once_cell v1.21.3 |
| 913 | 2026-08-08T02:55:51.777Z | Checking futures-sink v0.3.32 |
| 914 | 2026-08-08T02:55:51.883Z | Checking slab v0.4.11 |
| 915 | 2026-08-08T02:55:52.050Z | Compiling rustix v1.1.4 |
| 916 | 2026-08-08T02:55:52.103Z | Compiling aho-corasick v1.1.3 |
| 917 | 2026-08-08T02:55:52.155Z | Checking subtle v2.6.1 |
| 918 | 2026-08-08T02:55:52.255Z | Compiling ucd-trie v0.1.7 |
| 919 | 2026-08-08T02:55:52.311Z | Checking futures-channel v0.3.32 |
| 920 | 2026-08-08T02:55:52.486Z | Compiling anyhow v1.0.102 |
| 921 | 2026-08-08T02:55:52.503Z | Checking rand_core v0.6.4 |
| 922 | 2026-08-08T02:55:52.628Z | Compiling serde_derive v1.0.228 |
| 923 | 2026-08-08T02:55:52.643Z | Compiling zerofrom-derive v0.1.6 |
| 924 | 2026-08-08T02:55:52.646Z | Compiling yoke-derive v0.8.0 |
| 925 | 2026-08-08T02:55:52.671Z | Compiling zerovec-derive v0.11.1 |
| 926 | 2026-08-08T02:55:52.806Z | Compiling displaydoc v0.2.5 |
| 927 | 2026-08-08T02:55:53.334Z | Compiling thiserror-impl v2.0.18 |
| 928 | 2026-08-08T02:55:53.566Z | Compiling schemars_derive v0.8.22 |
| 929 | 2026-08-08T02:55:53.569Z | Compiling tokio-macros v2.7.0 |
| 930 | 2026-08-08T02:55:53.688Z | Compiling zerocopy-derive v0.8.27 |
| 931 | 2026-08-08T02:55:53.760Z | Compiling futures-macro v0.3.32 |
| 932 | 2026-08-08T02:55:53.853Z | Checking zerofrom v0.1.6 |
| 933 | 2026-08-08T02:55:53.978Z | Checking yoke v0.8.0 |
| 934 | 2026-08-08T02:55:54.156Z | Checking zerovec v0.11.4 |
| 935 | 2026-08-08T02:55:54.293Z | Checking zerotrie v0.2.2 |
| 936 | 2026-08-08T02:55:54.535Z | Compiling zeroize_derive v1.4.3 |
| 937 | 2026-08-08T02:55:54.652Z | Compiling thiserror-impl v1.0.69 |
| 938 | 2026-08-08T02:55:54.667Z | Compiling regex-automata v0.4.13 |
| 939 | 2026-08-08T02:55:54.744Z | Compiling pest v2.8.2 |
| 940 | 2026-08-08T02:55:54.854Z | Checking tinystr v0.8.1 |
| 941 | 2026-08-08T02:55:54.882Z | Checking potential_utf v0.1.3 |
| 942 | 2026-08-08T02:55:55.035Z | Checking icu_collections v2.0.0 |
| 943 | 2026-08-08T02:55:55.093Z | Checking icu_locale_core v2.0.0 |
| 944 | 2026-08-08T02:55:55.227Z | Checking zeroize v1.8.1 |
| 945 | 2026-08-08T02:55:55.563Z | Checking icu_provider v2.0.0 |
| 946 | 2026-08-08T02:55:55.731Z | Checking bytes v1.12.0 |
| 947 | 2026-08-08T02:55:55.817Z | Checking icu_normalizer v2.0.0 |
| 948 | 2026-08-08T02:55:55.829Z | Checking icu_properties v2.0.1 |
| 949 | 2026-08-08T02:55:55.846Z | Checking chrono v0.4.45 |
| 950 | 2026-08-08T02:55:56.032Z | Compiling serde_tokenstream v0.2.3 |
| 951 | 2026-08-08T02:55:56.180Z | Checking tokio v1.52.3 |
| 952 | 2026-08-08T02:55:56.312Z | Compiling pest_meta v2.8.2 |
| 953 | 2026-08-08T02:55:56.569Z | Compiling regex v1.12.4 |
| 954 | 2026-08-08T02:55:56.657Z | Checking idna_adapter v1.2.1 |
| 955 | 2026-08-08T02:55:56.748Z | Checking futures-io v0.3.32 |
| 956 | 2026-08-08T02:55:56.783Z | Checking idna v1.1.0 |
| 957 | 2026-08-08T02:55:56.867Z | Checking futures-task v0.3.32 |
| 958 | 2026-08-08T02:55:56.907Z | Checking typenum v1.20.1 |
| 959 | 2026-08-08T02:55:56.969Z | Compiling pest_generator v2.8.2 |
| 960 | 2026-08-08T02:55:57.007Z | Checking futures-util v0.3.32 |
| 961 | 2026-08-08T02:55:57.024Z | Checking url v2.5.7 |
| 962 | 2026-08-08T02:55:57.411Z | Compiling getrandom v0.3.3 |
| 963 | 2026-08-08T02:55:57.595Z | Compiling tracing-attributes v0.1.30 |
| 964 | 2026-08-08T02:55:57.630Z | Compiling pest_derive v2.8.2 |
| 965 | 2026-08-08T02:55:57.678Z | Checking tracing-core v0.1.34 |
| 966 | 2026-08-08T02:55:57.756Z | Compiling allocator-api2 v0.2.21 |
| 967 | 2026-08-08T02:55:57.975Z | Compiling pkg-config v0.3.32 |
| 968 | 2026-08-08T02:55:58.072Z | Compiling foldhash v0.2.0 |
| 969 | 2026-08-08T02:55:58.086Z | Checking fnv v1.0.7 |
| 970 | 2026-08-08T02:55:58.179Z | Checking http v1.4.2 |
| 971 | 2026-08-08T02:55:58.246Z | Compiling hashbrown v0.16.1 |
| 972 | 2026-08-08T02:55:58.371Z | Compiling generic-array v0.14.7 |
| 973 | 2026-08-08T02:55:58.425Z | Compiling vcpkg v0.2.15 |
| 974 | 2026-08-08T02:55:58.726Z | Compiling time-core v0.1.8 |
| 975 | 2026-08-08T02:55:58.804Z | Checking tracing v0.1.41 |
| 976 | 2026-08-08T02:55:58.817Z | Compiling num-conv v0.2.1 |
| 977 | 2026-08-08T02:55:58.820Z | Compiling byteorder v1.5.0 |
| 978 | 2026-08-08T02:55:58.968Z | Compiling time-macros v0.2.27 |
| 979 | 2026-08-08T02:55:58.993Z | Checking errno v0.3.14 |
| 980 | 2026-08-08T02:55:59.050Z | Checking base64 v0.22.1 |
| 981 | 2026-08-08T02:55:59.114Z | Checking ipnet v2.11.0 |
| 982 | 2026-08-08T02:55:59.282Z | Compiling scroll_derive v0.13.1 |
| 983 | 2026-08-08T02:55:59.337Z | Compiling camino v1.2.3 |
| 984 | 2026-08-08T02:55:59.365Z | Checking tokio-util v0.7.16 |
| 985 | 2026-08-08T02:55:59.503Z | Checking crypto-common v0.1.6 |
| 986 | 2026-08-08T02:55:59.636Z | Checking http-body v1.0.1 |
| 987 | 2026-08-08T02:55:59.711Z | Compiling crossbeam-utils v0.8.21 |
| 988 | 2026-08-08T02:55:59.770Z | Checking atomic-waker v1.1.2 |
| 989 | 2026-08-08T02:55:59.854Z | Checking ppv-lite86 v0.2.21 |
| 990 | 2026-08-08T02:56:00.012Z | Compiling slog v2.8.2 |
| 991 | 2026-08-08T02:56:00.060Z | Checking tower-service v0.3.3 |
| 992 | 2026-08-08T02:56:00.150Z | Checking try-lock v0.2.5 |
| 993 | 2026-08-08T02:56:00.160Z | Checking tower-layer v0.3.3 |
| 994 | 2026-08-08T02:56:00.194Z | Compiling paste v1.0.15 |
| 995 | 2026-08-08T02:56:00.250Z | Checking want v0.3.1 |
| 996 | 2026-08-08T02:56:00.266Z | Checking h2 v0.4.14 |
| 997 | 2026-08-08T02:56:00.304Z | Checking ipnetwork v0.21.1 |
| 998 | 2026-08-08T02:56:00.374Z | Checking erased-serde v0.3.31 |
| 999 | 2026-08-08T02:56:00.407Z | Checking rustls-pki-types v1.12.0 |
| 1000 | 2026-08-08T02:56:00.454Z | Checking ryu v1.0.20 |
| 1001 | 2026-08-08T02:56:00.515Z | Checking httpdate v1.0.3 |
| 1002 | 2026-08-08T02:56:00.530Z | Checking pretty-hex v0.4.1 |
| 1003 | 2026-08-08T02:56:00.591Z | Compiling async-trait v0.1.89 |
| 1004 | 2026-08-08T02:56:00.647Z | Checking socket2 v0.5.10 |
| 1005 | 2026-08-08T02:56:00.685Z | Checking untrusted v0.9.0 |
| 1006 | 2026-08-08T02:56:00.826Z | Compiling scroll v0.13.0 |
| 1007 | 2026-08-08T02:56:00.888Z | Checking plain v0.2.3 |
| 1008 | 2026-08-08T02:56:00.994Z | Compiling usdt-impl v0.6.0 |
| 1009 | 2026-08-08T02:56:01.072Z | Checking http-body-util v0.1.3 |
| 1010 | 2026-08-08T02:56:01.113Z | Compiling openssl-sys v0.9.117 |
| 1011 | 2026-08-08T02:56:01.183Z | Compiling goblin v0.10.1 |
| 1012 | 2026-08-08T02:56:01.276Z | Compiling cmake v0.1.54 |
| 1013 | 2026-08-08T02:56:01.356Z | Compiling slog-async v2.8.0 |
| 1014 | 2026-08-08T02:56:01.430Z | Compiling dunce v1.0.5 |
| 1015 | 2026-08-08T02:56:01.532Z | Compiling strsim v0.11.1 |
| 1016 | 2026-08-08T02:56:01.642Z | Compiling fs_extra v1.3.0 |
| 1017 | 2026-08-08T02:56:01.767Z | Checking rand_core v0.9.3 |
| 1018 | 2026-08-08T02:56:01.828Z | Checking serde_urlencoded v0.7.1 |
| 1019 | 2026-08-08T02:56:01.842Z | Checking oxnet v0.1.6 |
| 1020 | 2026-08-08T02:56:01.856Z | Checking block-buffer v0.10.4 |
| 1021 | 2026-08-08T02:56:01.895Z | Compiling aws-lc-sys v0.39.1 |
| 1022 | 2026-08-08T02:56:01.933Z | Compiling regress v0.10.5 |
| 1023 | 2026-08-08T02:56:01.993Z | Compiling dtrace-parser v0.3.0 |
| 1024 | 2026-08-08T02:56:02.029Z | Compiling openapiv3 v2.2.0 |
| 1025 | 2026-08-08T02:56:02.097Z | Compiling thread-id v5.0.0 |
| 1026 | 2026-08-08T02:56:02.198Z | Checking hyper v1.10.1 |
| 1027 | 2026-08-08T02:56:02.601Z | Checking digest v0.10.7 |
| 1028 | 2026-08-08T02:56:02.797Z | Compiling omicron-workspace-hack v0.1.0 |
| 1029 | 2026-08-08T02:56:02.820Z | Compiling ident_case v1.0.1 |
| 1030 | 2026-08-08T02:56:02.947Z | Compiling darling_core v0.21.3 |
| 1031 | 2026-08-08T02:56:03.028Z | Checking rand_chacha v0.9.0 |
| 1032 | 2026-08-08T02:56:03.097Z | Checking hyper-util v0.1.20 |
| 1033 | 2026-08-08T02:56:03.214Z | Compiling daft-derive v0.1.5 |
| 1034 | 2026-08-08T02:56:03.482Z | Compiling typify-impl v0.4.3 |
| 1035 | 2026-08-08T02:56:03.696Z | Compiling aws-lc-rs v1.16.2 |
| 1036 | 2026-08-08T02:56:03.927Z | Compiling dof v0.4.0 |
| 1037 | 2026-08-08T02:56:04.005Z | Checking powerfmt v0.2.0 |
| 1038 | 2026-08-08T02:56:04.159Z | Checking deranged v0.5.3 |
| 1039 | 2026-08-08T02:56:04.664Z | Checking rand v0.9.3 |
| 1040 | 2026-08-08T02:56:04.684Z | Compiling syn v1.0.109 |
| 1041 | 2026-08-08T02:56:04.960Z | Compiling usdt-attr-macro v0.6.0 |
| 1042 | 2026-08-08T02:56:05.015Z | Compiling usdt-macro v0.6.0 |
| 1043 | 2026-08-08T02:56:05.018Z | Compiling darling_macro v0.21.3 |
| 1044 | 2026-08-08T02:56:05.137Z | Compiling unsafe-libyaml v0.2.11 |
| 1045 | 2026-08-08T02:56:05.190Z | Checking num_threads v0.1.7 |
| 1046 | 2026-08-08T02:56:05.280Z | Checking time v0.3.47 |
| 1047 | 2026-08-08T02:56:05.571Z | Compiling darling v0.21.3 |
| 1048 | 2026-08-08T02:56:05.659Z | Compiling serde_yaml v0.9.34+deprecated |
| 1049 | 2026-08-08T02:56:05.804Z | Checking sync_wrapper v1.0.2 |
| 1050 | 2026-08-08T02:56:05.829Z | Checking encoding_rs v0.8.35 |
| 1051 | 2026-08-08T02:56:05.907Z | Checking cpufeatures v0.2.17 |
| 1052 | 2026-08-08T02:56:05.982Z | Checking untrusted v0.7.1 |
| 1053 | 2026-08-08T02:56:06.098Z | Checking mime v0.3.17 |
| 1054 | 2026-08-08T02:56:06.274Z | Checking tower v0.5.2 |
| 1055 | 2026-08-08T02:56:06.540Z | Checking crossbeam-channel v0.5.15 |
| 1056 | 2026-08-08T02:56:06.652Z | Checking futures-executor v0.3.32 |
| 1057 | 2026-08-08T02:56:06.758Z | Compiling structmeta-derive v0.3.0 |
| 1058 | 2026-08-08T02:56:06.799Z | Compiling multer v3.1.0 |
| 1059 | 2026-08-08T02:56:06.817Z | Checking iri-string v0.7.8 |
| 1060 | 2026-08-08T02:56:06.862Z | Compiling rustls v0.23.40 |
| 1061 | 2026-08-08T02:56:06.897Z | Compiling rustls v0.22.4 |
| 1062 | 2026-08-08T02:56:06.910Z | Compiling typify-macro v0.4.3 |
| 1063 | 2026-08-08T02:56:07.064Z | Checking futures v0.3.32 |
| 1064 | 2026-08-08T02:56:07.124Z | Compiling async-stream-impl v0.3.6 |
| 1065 | 2026-08-08T02:56:07.142Z | Checking thread_local v1.1.9 |
| 1066 | 2026-08-08T02:56:07.299Z | Compiling openssl v0.10.81 |
| 1067 | 2026-08-08T02:56:07.314Z | Checking foreign-types-shared v0.1.1 |
| 1068 | 2026-08-08T02:56:07.399Z | Checking hex v0.4.3 |
| 1069 | 2026-08-08T02:56:07.568Z | Checking fastrand v2.3.0 |
| 1070 | 2026-08-08T02:56:07.633Z | Checking foreign-types v0.3.2 |
| 1071 | 2026-08-08T02:56:07.743Z | Checking tempfile v3.27.0 |
| 1072 | 2026-08-08T02:56:07.776Z | Compiling structmeta v0.3.0 |
| 1073 | 2026-08-08T02:56:07.825Z | Checking tower-http v0.6.8 |
| 1074 | 2026-08-08T02:56:07.828Z | Compiling strum_macros v0.26.4 |
| 1075 | 2026-08-08T02:56:07.929Z | Compiling openssl-macros v0.1.1 |
| 1076 | 2026-08-08T02:56:07.941Z | Checking is-terminal v0.4.16 |
| 1077 | 2026-08-08T02:56:07.965Z | Checking memmap2 v0.9.8 |
| 1078 | 2026-08-08T02:56:08.091Z | Checking unicode-width v0.2.1 |
| 1079 | 2026-08-08T02:56:08.122Z | Checking term v1.2.0 |
| 1080 | 2026-08-08T02:56:08.231Z | Compiling native-tls v0.2.14 |
| 1081 | 2026-08-08T02:56:08.341Z | Checking match_cfg v0.1.0 |
| 1082 | 2026-08-08T02:56:08.354Z | Checking openssl-probe v0.1.6 |
| 1083 | 2026-08-08T02:56:08.369Z | Checking take_mut v0.2.2 |
| 1084 | 2026-08-08T02:56:08.404Z | Compiling typify v0.4.3 |
| 1085 | 2026-08-08T02:56:08.455Z | Checking hostname v0.3.1 |
| 1086 | 2026-08-08T02:56:08.509Z | Checking slog-term v2.9.2 |
| 1087 | 2026-08-08T02:56:08.632Z | Checking slog-json v2.6.1 |
| 1088 | 2026-08-08T02:56:08.759Z | Compiling newtype-uuid-macros v0.1.0 |
| 1089 | 2026-08-08T02:56:08.785Z | Compiling ref-cast v1.0.25 |
| 1090 | 2026-08-08T02:56:08.810Z | Checking slog-bunyan v2.5.0 |
| 1091 | 2026-08-08T02:56:09.147Z | Compiling ref-cast-impl v1.0.25 |
| 1092 | 2026-08-08T02:56:09.159Z | Compiling dropshot v0.16.7 |
| 1093 | 2026-08-08T02:56:09.469Z | Compiling derive-ex v0.1.8 |
| 1094 | 2026-08-08T02:56:09.494Z | Checking webpki-roots v1.0.2 |
| 1095 | 2026-08-08T02:56:09.521Z | Compiling dropshot_endpoint v0.16.7 |
| 1096 | 2026-08-08T02:56:09.609Z | Compiling strum_macros v0.27.2 |
| 1097 | 2026-08-08T02:56:09.727Z | Checking winnow v0.7.14 |
| 1098 | 2026-08-08T02:56:10.809Z | Checking tokio-native-tls v0.3.1 |
| 1099 | 2026-08-08T02:56:10.969Z | Checking either v1.15.0 |
| 1100 | 2026-08-08T02:56:11.074Z | Compiling test-strategy v0.4.3 |
| 1101 | 2026-08-08T02:56:11.160Z | Checking hyper-tls v0.6.0 |
| 1102 | 2026-08-08T02:56:11.163Z | Compiling progenitor-impl v0.11.1 |
| 1103 | 2026-08-08T02:56:11.198Z | Checking newtype-uuid v1.3.2 |
| 1104 | 2026-08-08T02:56:11.328Z | Checking winnow v1.0.3 |
| 1105 | 2026-08-08T02:56:11.374Z | Checking daft v0.1.5 |
| 1106 | 2026-08-08T02:56:11.454Z | Compiling serde_with_macros v3.14.1 |
| 1107 | 2026-08-08T02:56:11.560Z | Checking usdt v0.6.0 |
| 1108 | 2026-08-08T02:56:11.592Z | Checking serde_spanned v1.1.1 |
| 1109 | 2026-08-08T02:56:11.618Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1110 | 2026-08-08T02:56:11.685Z | Checking debug-ignore v1.0.5 |
| 1111 | 2026-08-08T02:56:11.729Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1112 | 2026-08-08T02:56:11.903Z | Checking spin v0.9.8 |
| 1113 | 2026-08-08T02:56:11.943Z | Compiling parse-display-derive v0.10.0 |
| 1114 | 2026-08-08T02:56:11.973Z | Checking async-stream v0.3.6 |
| 1115 | 2026-08-08T02:56:12.174Z | Checking rustls-webpki v0.102.8 |
| 1116 | 2026-08-08T02:56:12.231Z | Checking rustls-pemfile v2.2.0 |
| 1117 | 2026-08-08T02:56:12.373Z | Checking waitgroup v0.1.2 |
| 1118 | 2026-08-08T02:56:12.418Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1119 | 2026-08-08T02:56:12.479Z | Checking serde_path_to_error v0.1.20 |
| 1120 | 2026-08-08T02:56:12.525Z | Checking hostname v0.4.2 |
| 1121 | 2026-08-08T02:56:12.743Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1122 | 2026-08-08T02:56:12.864Z | Checking strum v0.26.3 |
| 1123 | 2026-08-08T02:56:12.975Z | Checking rand_chacha v0.3.1 |
| 1124 | 2026-08-08T02:56:13.055Z | Compiling toml_datetime v0.6.11 |
| 1125 | 2026-08-08T02:56:13.167Z | Checking macaddr v1.0.1 |
| 1126 | 2026-08-08T02:56:13.241Z | Compiling progenitor-macro v0.11.1 |
| 1127 | 2026-08-08T02:56:13.295Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1128 | 2026-08-08T02:56:13.345Z | Checking wait-timeout v0.2.1 |
| 1129 | 2026-08-08T02:56:13.442Z | Checking bit-vec v0.8.0 |
| 1130 | 2026-08-08T02:56:13.460Z | Checking quick-error v1.2.3 |
| 1131 | 2026-08-08T02:56:13.473Z | Checking lazy_static v1.5.0 |
| 1132 | 2026-08-08T02:56:13.561Z | Checking rusty-fork v0.3.0 |
| 1133 | 2026-08-08T02:56:13.592Z | Checking toml v0.9.12+spec-1.1.0 |
| 1134 | 2026-08-08T02:56:13.630Z | Checking bit-set v0.8.0 |
| 1135 | 2026-08-08T02:56:13.726Z | Checking rand v0.8.5 |
| 1136 | 2026-08-08T02:56:13.777Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1137 | 2026-08-08T02:56:13.797Z | Checking tabwriter v1.4.1 |
| 1138 | 2026-08-08T02:56:13.960Z | Checking tokio-rustls v0.25.0 |
| 1139 | 2026-08-08T02:56:14.150Z | Checking sha1 v0.10.6 |
| 1140 | 2026-08-08T02:56:14.155Z | Checking rand_xorshift v0.4.0 |
| 1141 | 2026-08-08T02:56:14.222Z | Compiling clap_derive v4.6.1 |
| 1142 | 2026-08-08T02:56:14.277Z | Checking utf8parse v0.2.2 |
| 1143 | 2026-08-08T02:56:14.309Z | Checking colored v3.1.1 |
| 1144 | 2026-08-08T02:56:14.380Z | Checking unarray v0.1.4 |
| 1145 | 2026-08-08T02:56:14.407Z | Checking anstyle-parse v1.0.0 |
| 1146 | 2026-08-08T02:56:14.485Z | Checking proptest v1.8.0 |
| 1147 | 2026-08-08T02:56:14.499Z | Checking strum v0.27.2 |
| 1148 | 2026-08-08T02:56:14.618Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1149 | 2026-08-08T02:56:14.651Z | Checking terminal_size v0.4.3 |
| 1150 | 2026-08-08T02:56:15.076Z | Checking anstyle-query v1.1.4 |
| 1151 | 2026-08-08T02:56:15.168Z | Checking anstyle v1.0.14 |
| 1152 | 2026-08-08T02:56:15.183Z | Checking colorchoice v1.0.4 |
| 1153 | 2026-08-08T02:56:15.281Z | Checking is_terminal_polyfill v1.70.1 |
| 1154 | 2026-08-08T02:56:15.375Z | Checking anstream v1.0.0 |
| 1155 | 2026-08-08T02:56:15.783Z | Checking clap_lex v1.1.0 |
| 1156 | 2026-08-08T02:56:16.110Z | Checking clap_builder v4.6.0 |
| 1157 | 2026-08-08T02:56:16.160Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1158 | 2026-08-08T02:56:16.678Z | Checking serde_with v3.14.1 |
| 1159 | 2026-08-08T02:56:16.726Z | Compiling itertools v0.14.0 |
| 1160 | 2026-08-08T02:56:17.339Z | Checking clap v4.6.1 |
| 1161 | 2026-08-08T02:56:17.367Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1162 | 2026-08-08T02:56:17.419Z | Checking instant v0.1.13 |
| 1163 | 2026-08-08T02:56:17.433Z | Checking rustc-hash v2.1.1 |
| 1164 | 2026-08-08T02:56:17.626Z | Checking iddqd v0.3.18 |
| 1165 | 2026-08-08T02:56:17.734Z | Checking backoff v0.4.0 |
| 1166 | 2026-08-08T02:56:17.907Z | Checking parse-display v0.10.0 |
| 1167 | 2026-08-08T02:56:17.925Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1168 | 2026-08-08T02:56:18.032Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1169 | 2026-08-08T02:56:19.725Z | Compiling num-derive v0.4.2 |
| 1170 | 2026-08-08T02:56:20.115Z | Compiling rustls-webpki v0.103.6 |
| 1171 | 2026-08-08T02:56:20.682Z | Compiling prettyplease v0.2.37 |
| 1172 | 2026-08-08T02:56:21.382Z | Compiling cfg_aliases v0.2.1 |
| 1173 | 2026-08-08T02:56:22.456Z | Compiling memoffset v0.9.1 |
| 1174 | 2026-08-08T02:56:22.793Z | Checking serde_spanned v0.6.9 |
| 1175 | 2026-08-08T02:56:23.518Z | Compiling tokio-rustls v0.26.4 |
| 1176 | 2026-08-08T02:56:24.095Z | Compiling hyper-rustls v0.27.7 |
| 1177 | 2026-08-08T02:56:24.357Z | Compiling reqwest v0.12.23 |
| 1178 | 2026-08-08T02:56:25.338Z | Checking crossbeam-epoch v0.9.18 |
| 1179 | 2026-08-08T02:56:25.512Z | Compiling progenitor-client v0.11.1 |
| 1180 | 2026-08-08T02:56:25.760Z | Compiling winnow v0.5.40 |
| 1181 | 2026-08-08T02:56:27.088Z | Compiling toml_edit v0.19.15 |
| 1182 | 2026-08-08T02:56:27.101Z | Compiling progenitor v0.11.1 |
| 1183 | 2026-08-08T02:56:27.704Z | Compiling num-integer v0.1.46 |
| 1184 | 2026-08-08T02:56:28.184Z | Compiling proc-macro-crate v1.3.1 |
| 1185 | 2026-08-08T02:56:28.217Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1186 | 2026-08-08T02:56:28.241Z | Compiling progenitor-client v0.10.0 |
| 1187 | 2026-08-08T02:56:29.418Z | Compiling hubpack_derive v0.1.1 |
| 1188 | 2026-08-08T02:56:29.655Z | Checking toml_write v0.1.2 |
| 1189 | 2026-08-08T02:56:29.773Z | Compiling rayon-core v1.13.0 |
| 1190 | 2026-08-08T02:56:29.818Z | Checking toml_edit v0.22.27 |
| 1191 | 2026-08-08T02:56:29.917Z | Checking hubpack v0.1.2 |
| 1192 | 2026-08-08T02:56:30.032Z | Checking num-rational v0.4.2 |
| 1193 | 2026-08-08T02:56:30.104Z | Checking num-iter v0.1.45 |
| 1194 | 2026-08-08T02:56:30.308Z | Compiling zerocopy-derive v0.7.35 |
| 1195 | 2026-08-08T02:56:30.400Z | Compiling num-complex v0.4.6 |
| 1196 | 2026-08-08T02:56:30.777Z | Checking static_assertions v1.1.0 |
| 1197 | 2026-08-08T02:56:30.851Z | Checking num v0.4.3 |
| 1198 | 2026-08-08T02:56:30.938Z | Checking toml v0.8.23 |
| 1199 | 2026-08-08T02:56:31.064Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1200 | 2026-08-08T02:56:31.145Z | Checking crossbeam-deque v0.8.6 |
| 1201 | 2026-08-08T02:56:31.251Z | Compiling float-ord v0.3.2 |
| 1202 | 2026-08-08T02:56:31.325Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1203 | 2026-08-08T02:56:31.476Z | Compiling proc-macro-error-attr v1.0.4 |
| 1204 | 2026-08-08T02:56:31.590Z | Compiling heck v0.4.1 |
| 1205 | 2026-08-08T02:56:31.710Z | Compiling heapless v0.8.0 |
| 1206 | 2026-08-08T02:56:31.729Z | Checking bytecount v0.6.9 |
| 1207 | 2026-08-08T02:56:31.819Z | Checking libscf-sys v1.2.0 |
| 1208 | 2026-08-08T02:56:31.832Z | Compiling ingot-macros v0.1.1 |
| 1209 | 2026-08-08T02:56:31.950Z | Checking hash32 v0.3.1 |
| 1210 | 2026-08-08T02:56:32.076Z | Compiling proc-macro-error v1.0.4 |
| 1211 | 2026-08-08T02:56:32.174Z | Compiling smoltcp v0.11.0 |
| 1212 | 2026-08-08T02:56:32.287Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1213 | 2026-08-08T02:56:32.859Z | Compiling zerocopy v0.7.35 |
| 1214 | 2026-08-08T02:56:32.973Z | Compiling num_enum_derive v0.7.5 |
| 1215 | 2026-08-08T02:56:33.087Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1216 | 2026-08-08T02:56:33.233Z | Checking cobs v0.3.0 |
| 1217 | 2026-08-08T02:56:33.381Z | Compiling scroll_derive v0.12.1 |
| 1218 | 2026-08-08T02:56:33.412Z | Compiling foreign-types-macros v0.2.3 |
| 1219 | 2026-08-08T02:56:33.461Z | Compiling usdt-impl v0.5.0 |
| 1220 | 2026-08-08T02:56:33.647Z | Checking bitflags v1.3.2 |
| 1221 | 2026-08-08T02:56:33.717Z | Compiling crucible-workspace-hack v0.1.0 |
| 1222 | 2026-08-08T02:56:33.732Z | Checking foreign-types-shared v0.3.1 |
| 1223 | 2026-08-08T02:56:33.819Z | Checking managed v0.8.0 |
| 1224 | 2026-08-08T02:56:34.007Z | Checking num_enum v0.7.5 |
| 1225 | 2026-08-08T02:56:34.037Z | Checking foreign-types v0.5.0 |
| 1226 | 2026-08-08T02:56:34.057Z | Checking postcard v1.1.3 |
| 1227 | 2026-08-08T02:56:34.069Z | Checking scroll v0.12.0 |
| 1228 | 2026-08-08T02:56:34.113Z | Compiling dof v0.3.0 |
| 1229 | 2026-08-08T02:56:34.337Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1230 | 2026-08-08T02:56:34.397Z | Compiling dtrace-parser v0.2.0 |
| 1231 | 2026-08-08T02:56:34.453Z | Checking ingot-types v0.1.2 |
| 1232 | 2026-08-08T02:56:34.466Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1233 | 2026-08-08T02:56:34.508Z | Checking camino-tempfile v1.4.1 |
| 1234 | 2026-08-08T02:56:34.536Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1235 | 2026-08-08T02:56:34.665Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1236 | 2026-08-08T02:56:34.743Z | Checking cstr-argument v0.1.2 |
| 1237 | 2026-08-08T02:56:34.788Z | Checking ingot v0.1.1 |
| 1238 | 2026-08-08T02:56:34.866Z | Compiling thread-id v4.2.2 |
| 1239 | 2026-08-08T02:56:34.896Z | Compiling minimal-lexical v0.2.1 |
| 1240 | 2026-08-08T02:56:34.943Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1241 | 2026-08-08T02:56:35.074Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1242 | 2026-08-08T02:56:35.110Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1243 | 2026-08-08T02:56:35.176Z | Compiling nom v7.1.3 |
| 1244 | 2026-08-08T02:56:35.245Z | Checking goblin v0.8.2 |
| 1245 | 2026-08-08T02:56:35.259Z | Checking rayon v1.11.0 |
| 1246 | 2026-08-08T02:56:35.535Z | Compiling num_enum_derive v0.5.11 |
| 1247 | 2026-08-08T02:56:35.825Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1248 | 2026-08-08T02:56:36.140Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1249 | 2026-08-08T02:56:36.339Z | Compiling rustc_version v0.4.1 |
| 1250 | 2026-08-08T02:56:36.542Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1251 | 2026-08-08T02:56:36.614Z | Compiling convert_case v0.4.0 |
| 1252 | 2026-08-08T02:56:36.708Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1253 | 2026-08-08T02:56:36.730Z | Compiling rustix v0.38.44 |
| 1254 | 2026-08-08T02:56:36.761Z | Checking tinyvec_macros v0.1.1 |
| 1255 | 2026-08-08T02:56:36.833Z | Checking tinyvec v1.10.0 |
| 1256 | 2026-08-08T02:56:36.920Z | Compiling derive_more v0.99.20 |
| 1257 | 2026-08-08T02:56:37.147Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1258 | 2026-08-08T02:56:37.211Z | Checking num_enum v0.5.11 |
| 1259 | 2026-08-08T02:56:37.236Z | Compiling nix v0.31.3 |
| 1260 | 2026-08-08T02:56:37.291Z | Compiling nix v0.30.1 |
| 1261 | 2026-08-08T02:56:37.499Z | Compiling libz-sys v1.1.22 |
| 1262 | 2026-08-08T02:56:37.573Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1263 | 2026-08-08T02:56:37.682Z | Compiling crc32fast v1.5.0 |
| 1264 | 2026-08-08T02:56:37.970Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1265 | 2026-08-08T02:56:37.995Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1266 | 2026-08-08T02:56:38.141Z | Compiling usdt-attr-macro v0.5.0 |
| 1267 | 2026-08-08T02:56:38.335Z | Compiling usdt-macro v0.5.0 |
| 1268 | 2026-08-08T02:56:38.624Z | Compiling zone_cfg_derive v0.3.1 |
| 1269 | 2026-08-08T02:56:38.702Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1270 | 2026-08-08T02:56:38.857Z | Checking papergrid v0.18.0 |
| 1271 | 2026-08-08T02:56:38.860Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1272 | 2026-08-08T02:56:39.005Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1273 | 2026-08-08T02:56:39.149Z | Checking itertools v0.12.1 |
| 1274 | 2026-08-08T02:56:39.178Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1275 | 2026-08-08T02:56:39.294Z | Checking sigpipe v0.1.3 |
| 1276 | 2026-08-08T02:56:39.379Z | Checking memmap v0.7.0 |
| 1277 | 2026-08-08T02:56:39.414Z | Checking jiff v0.2.15 |
| 1278 | 2026-08-08T02:56:39.467Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1279 | 2026-08-08T02:56:39.515Z | Checking adler2 v2.0.1 |
| 1280 | 2026-08-08T02:56:39.624Z | Checking glob v0.3.3 |
| 1281 | 2026-08-08T02:56:39.627Z | Checking tabled v0.21.0 |
| 1282 | 2026-08-08T02:56:39.627Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1283 | 2026-08-08T02:56:39.704Z | Checking miniz_oxide v0.8.9 |
| 1284 | 2026-08-08T02:56:39.804Z | Checking usdt v0.5.0 |
| 1285 | 2026-08-08T02:56:39.879Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-08-08T02:56:40.022Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-08-08T02:56:40.121Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1288 | 2026-08-08T02:56:40.170Z | Checking zone v0.3.1 |
| 1289 | 2026-08-08T02:56:40.519Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1290 | 2026-08-08T02:56:40.556Z | Checking itertools v0.15.0 |
| 1291 | 2026-08-08T02:56:40.738Z | Checking smf v0.2.3 |
| 1292 | 2026-08-08T02:56:40.879Z | Checking secrecy v0.10.3 |
| 1293 | 2026-08-08T02:56:40.966Z | Checking bstr v1.12.0 |
| 1294 | 2026-08-08T02:56:41.000Z | Checking whoami v1.6.1 |
| 1295 | 2026-08-08T02:56:41.174Z | Checking flate2 v1.1.2 |
| 1296 | 2026-08-08T02:56:41.302Z | Compiling curve25519-dalek v4.1.3 |
| 1297 | 2026-08-08T02:56:41.330Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1298 | 2026-08-08T02:56:41.366Z | Compiling clang-sys v1.8.1 |
| 1299 | 2026-08-08T02:56:41.460Z | Checking hmac v0.12.1 |
| 1300 | 2026-08-08T02:56:41.581Z | Checking inout v0.1.4 |
| 1301 | 2026-08-08T02:56:41.597Z | Checking hybrid-array v0.4.12 |
| 1302 | 2026-08-08T02:56:41.718Z | Checking ff v0.13.1 |
| 1303 | 2026-08-08T02:56:41.731Z | Compiling enum-as-inner v0.6.1 |
| 1304 | 2026-08-08T02:56:41.846Z | Checking data-encoding v2.9.0 |
| 1305 | 2026-08-08T02:56:41.920Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1306 | 2026-08-08T02:56:42.054Z | Compiling semver v0.1.20 |
| 1307 | 2026-08-08T02:56:42.081Z | Checking group v0.13.0 |
| 1308 | 2026-08-08T02:56:42.138Z | Checking cipher v0.4.4 |
| 1309 | 2026-08-08T02:56:42.192Z | Checking hkdf v0.12.4 |
| 1310 | 2026-08-08T02:56:42.280Z | Compiling rustc_version v0.1.7 |
| 1311 | 2026-08-08T02:56:42.330Z | Checking atomicwrites v0.4.4 |
| 1312 | 2026-08-08T02:56:42.343Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1313 | 2026-08-08T02:56:42.386Z | Checking universal-hash v0.5.1 |
| 1314 | 2026-08-08T02:56:42.389Z | Checking crypto-bigint v0.5.5 |
| 1315 | 2026-08-08T02:56:42.457Z | Compiling regress v0.11.1 |
| 1316 | 2026-08-08T02:56:42.479Z | Checking half v2.7.1 |
| 1317 | 2026-08-08T02:56:42.510Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1318 | 2026-08-08T02:56:42.701Z | Checking base16ct v0.2.0 |
| 1319 | 2026-08-08T02:56:42.726Z | Checking base64ct v1.8.0 |
| 1320 | 2026-08-08T02:56:42.825Z | Checking indent_write v2.2.0 |
| 1321 | 2026-08-08T02:56:42.957Z | Checking ciborium-io v0.2.2 |
| 1322 | 2026-08-08T02:56:42.970Z | Checking opaque-debug v0.3.1 |
| 1323 | 2026-08-08T02:56:43.040Z | Checking poly1305 v0.8.0 |
| 1324 | 2026-08-08T02:56:43.053Z | Checking ciborium-ll v0.2.2 |
| 1325 | 2026-08-08T02:56:43.222Z | Checking password-hash v0.5.0 |
| 1326 | 2026-08-08T02:56:43.267Z | Compiling newtype_derive v0.1.6 |
| 1327 | 2026-08-08T02:56:43.403Z | Checking thiserror-no-std v2.0.2 |
| 1328 | 2026-08-08T02:56:43.416Z | Checking elliptic-curve v0.13.8 |
| 1329 | 2026-08-08T02:56:43.450Z | Checking chacha20 v0.9.1 |
| 1330 | 2026-08-08T02:56:43.491Z | Checking block-buffer v0.12.0 |
| 1331 | 2026-08-08T02:56:43.495Z | Checking crypto-common v0.2.2 |
| 1332 | 2026-08-08T02:56:43.586Z | Checking similar v2.7.0 |
| 1333 | 2026-08-08T02:56:43.631Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1334 | 2026-08-08T02:56:43.634Z | Checking blake2 v0.10.6 |
| 1335 | 2026-08-08T02:56:43.658Z | Checking aead v0.5.2 |
| 1336 | 2026-08-08T02:56:43.788Z | Compiling libloading v0.8.9 |
| 1337 | 2026-08-08T02:56:43.852Z | Checking const-oid v0.10.2 |
| 1338 | 2026-08-08T02:56:43.866Z | Compiling owo-colors v4.3.0 |
| 1339 | 2026-08-08T02:56:43.878Z | Checking compression-core v0.4.32 |
| 1340 | 2026-08-08T02:56:43.907Z | Checking linked-hash-map v0.5.6 |
| 1341 | 2026-08-08T02:56:43.981Z | Compiling typify-impl v0.6.2 |
| 1342 | 2026-08-08T02:56:44.000Z | Checking resolv-conf v0.7.5 |
| 1343 | 2026-08-08T02:56:44.013Z | Compiling bindgen v0.72.1 |
| 1344 | 2026-08-08T02:56:44.075Z | Checking keccak v0.1.6 |
| 1345 | 2026-08-08T02:56:44.121Z | Checking digest v0.11.3 |
| 1346 | 2026-08-08T02:56:44.181Z | Checking lru-cache v0.1.2 |
| 1347 | 2026-08-08T02:56:44.233Z | Checking sha3 v0.10.8 |
| 1348 | 2026-08-08T02:56:44.246Z | Checking compression-codecs v0.4.32 |
| 1349 | 2026-08-08T02:56:44.306Z | Checking vsss-rs v3.3.4 |
| 1350 | 2026-08-08T02:56:44.323Z | Checking argon2 v0.5.3 |
| 1351 | 2026-08-08T02:56:44.411Z | Checking chacha20poly1305 v0.10.1 |
| 1352 | 2026-08-08T02:56:44.475Z | Checking ciborium v0.2.2 |
| 1353 | 2026-08-08T02:56:44.541Z | Checking hickory-proto v0.24.4 |
| 1354 | 2026-08-08T02:56:44.625Z | Checking tokio-dtrace v0.1.1 |
| 1355 | 2026-08-08T02:56:44.802Z | Compiling cexpr v0.6.0 |
| 1356 | 2026-08-08T02:56:44.890Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1357 | 2026-08-08T02:56:45.247Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1358 | 2026-08-08T02:56:45.427Z | Checking serde-big-array v0.5.1 |
| 1359 | 2026-08-08T02:56:45.453Z | Compiling serde_repr v0.1.20 |
| 1360 | 2026-08-08T02:56:45.488Z | Compiling derive-where v1.6.0 |
| 1361 | 2026-08-08T02:56:45.568Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1362 | 2026-08-08T02:56:45.772Z | Compiling dropshot v0.17.1 |
| 1363 | 2026-08-08T02:56:46.011Z | Checking siphasher v1.0.1 |
| 1364 | 2026-08-08T02:56:46.024Z | Checking same-file v1.0.6 |
| 1365 | 2026-08-08T02:56:46.037Z | Compiling shlex v1.3.0 |
| 1366 | 2026-08-08T02:56:46.132Z | Checking unicode-segmentation v1.12.0 |
| 1367 | 2026-08-08T02:56:46.146Z | Checking cpufeatures v0.3.0 |
| 1368 | 2026-08-08T02:56:46.191Z | Checking phf_shared v0.12.1 |
| 1369 | 2026-08-08T02:56:46.220Z | Checking sha1 v0.11.0 |
| 1370 | 2026-08-08T02:56:46.335Z | Checking walkdir v2.5.0 |
| 1371 | 2026-08-08T02:56:46.405Z | Checking hickory-resolver v0.24.4 |
| 1372 | 2026-08-08T02:56:46.460Z | Checking newline-converter v0.3.0 |
| 1373 | 2026-08-08T02:56:46.504Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1374 | 2026-08-08T02:56:46.625Z | Checking toml v1.1.2+spec-1.1.0 |
| 1375 | 2026-08-08T02:56:46.753Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1376 | 2026-08-08T02:56:47.070Z | Checking oxide-tokio-rt v0.1.2 |
| 1377 | 2026-08-08T02:56:47.215Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1378 | 2026-08-08T02:56:47.272Z | Checking async-compression v0.4.33 |
| 1379 | 2026-08-08T02:56:47.413Z | Compiling progenitor-impl v0.10.0 |
| 1380 | 2026-08-08T02:56:47.488Z | Compiling typify-macro v0.6.2 |
| 1381 | 2026-08-08T02:56:47.512Z | Checking console v0.15.11 |
| 1382 | 2026-08-08T02:56:47.783Z | Checking tokio-stream v0.1.17 |
| 1383 | 2026-08-08T02:56:47.884Z | Compiling dropshot_endpoint v0.17.1 |
| 1384 | 2026-08-08T02:56:48.005Z | Compiling pin-project-internal v1.1.10 |
| 1385 | 2026-08-08T02:56:48.164Z | Compiling slog-dtrace v0.3.0 |
| 1386 | 2026-08-08T02:56:48.398Z | Checking csv-core v0.1.12 |
| 1387 | 2026-08-08T02:56:48.581Z | Checking smawk v0.3.2 |
| 1388 | 2026-08-08T02:56:48.698Z | Compiling unicode-xid v0.2.6 |
| 1389 | 2026-08-08T02:56:48.716Z | Compiling cancel-safe-futures v0.1.5 |
| 1390 | 2026-08-08T02:56:48.828Z | Checking foldhash v0.1.5 |
| 1391 | 2026-08-08T02:56:48.971Z | Compiling chrono-tz v0.10.4 |
| 1392 | 2026-08-08T02:56:48.984Z | Checking unicode-width v0.1.14 |
| 1393 | 2026-08-08T02:56:49.024Z | Checking swrite v0.1.0 |
| 1394 | 2026-08-08T02:56:49.080Z | Checking unicode-linebreak v0.1.5 |
| 1395 | 2026-08-08T02:56:49.120Z | Checking pin-project v1.1.10 |
| 1396 | 2026-08-08T02:56:49.209Z | Checking hashbrown v0.15.5 |
| 1397 | 2026-08-08T02:56:49.240Z | Compiling const_format_proc_macros v0.2.34 |
| 1398 | 2026-08-08T02:56:49.254Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1399 | 2026-08-08T02:56:49.300Z | Checking textwrap v0.16.2 |
| 1400 | 2026-08-08T02:56:49.453Z | Compiling progenitor-macro v0.10.0 |
| 1401 | 2026-08-08T02:56:49.511Z | Checking csv v1.4.0 |
| 1402 | 2026-08-08T02:56:49.577Z | Checking qorb v0.4.1 |
| 1403 | 2026-08-08T02:56:49.875Z | Checking expectorate v1.2.0 |
| 1404 | 2026-08-08T02:56:50.026Z | Checking phf v0.12.1 |
| 1405 | 2026-08-08T02:56:50.050Z | Checking unicode-normalization v0.1.24 |
| 1406 | 2026-08-08T02:56:50.176Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1407 | 2026-08-08T02:56:50.477Z | Compiling snafu-derive v0.8.9 |
| 1408 | 2026-08-08T02:56:50.842Z | Checking libsw-core v0.3.2 |
| 1409 | 2026-08-08T02:56:50.918Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1410 | 2026-08-08T02:56:50.993Z | Compiling async-recursion v1.1.1 |
| 1411 | 2026-08-08T02:56:51.348Z | Compiling cookie v0.18.1 |
| 1412 | 2026-08-08T02:56:51.549Z | Checking fixedbitset v0.4.2 |
| 1413 | 2026-08-08T02:56:51.585Z | Checking highway v1.3.0 |
| 1414 | 2026-08-08T02:56:51.666Z | Compiling moka v0.12.11 |
| 1415 | 2026-08-08T02:56:51.706Z | Checking fixedbitset v0.5.7 |
| 1416 | 2026-08-08T02:56:51.822Z | Checking petgraph v0.6.5 |
| 1417 | 2026-08-08T02:56:51.913Z | Checking petgraph v0.8.2 |
| 1418 | 2026-08-08T02:56:52.193Z | Checking snafu v0.8.9 |
| 1419 | 2026-08-08T02:56:52.435Z | Checking libsw v3.5.0 |
| 1420 | 2026-08-08T02:56:52.588Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1421 | 2026-08-08T02:56:52.772Z | Checking olpc-cjson v0.1.4 |
| 1422 | 2026-08-08T02:56:52.929Z | Checking const_format v0.2.34 |
| 1423 | 2026-08-08T02:56:53.058Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1424 | 2026-08-08T02:56:53.373Z | Checking papergrid v0.11.0 |
| 1425 | 2026-08-08T02:56:53.389Z | Compiling typify v0.6.2 |
| 1426 | 2026-08-08T02:56:53.449Z | Checking globset v0.4.16 |
| 1427 | 2026-08-08T02:56:53.452Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1428 | 2026-08-08T02:56:53.483Z | Checking gethostname v0.5.0 |
| 1429 | 2026-08-08T02:56:53.655Z | Checking progenitor v0.10.0 |
| 1430 | 2026-08-08T02:56:53.673Z | Compiling tabled_derive v0.7.0 |
| 1431 | 2026-08-08T02:56:53.688Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1432 | 2026-08-08T02:56:53.791Z | Checking reqwest v0.13.2 |
| 1433 | 2026-08-08T02:56:53.941Z | Checking bcs v0.1.6 |
| 1434 | 2026-08-08T02:56:53.969Z | Checking pem v3.0.5 |
| 1435 | 2026-08-08T02:56:54.012Z | Checking serde_plain v1.0.2 |
| 1436 | 2026-08-08T02:56:54.131Z | Checking typed-path v0.9.3 |
| 1437 | 2026-08-08T02:56:54.163Z | Compiling signal-hook v0.4.4 |
| 1438 | 2026-08-08T02:56:54.166Z | Checking tagptr v0.2.0 |
| 1439 | 2026-08-08T02:56:54.313Z | Checking humantime v2.3.0 |
| 1440 | 2026-08-08T02:56:54.338Z | Checking crc8 v0.1.1 |
| 1441 | 2026-08-08T02:56:54.382Z | Checking linear-map v1.2.0 |
| 1442 | 2026-08-08T02:56:54.435Z | Checking termtree v0.5.1 |
| 1443 | 2026-08-08T02:56:54.553Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-08-08T02:56:54.571Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-08-08T02:56:54.605Z | Checking tabled v0.15.0 |
| 1446 | 2026-08-08T02:56:54.881Z | Checking tough v0.20.0 |
| 1447 | 2026-08-08T02:56:55.187Z | Compiling progenitor-impl v0.14.0 |
| 1448 | 2026-08-08T02:56:55.748Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1449 | 2026-08-08T02:56:55.916Z | Checking steno v0.4.1 |
| 1450 | 2026-08-08T02:56:56.177Z | Checking hickory-proto v0.25.2 |
| 1451 | 2026-08-08T02:56:56.736Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1452 | 2026-08-08T02:56:56.864Z | Compiling cargo-platform v0.1.9 |
| 1453 | 2026-08-08T02:56:56.879Z | Compiling vergen v8.3.2 |
| 1454 | 2026-08-08T02:56:57.103Z | Compiling fs-err v3.1.2 |
| 1455 | 2026-08-08T02:56:57.145Z | Compiling cargo_metadata v0.18.1 |
| 1456 | 2026-08-08T02:56:57.288Z | Compiling progenitor-macro v0.14.0 |
| 1457 | 2026-08-08T02:56:57.440Z | Checking progenitor-client v0.14.0 |
| 1458 | 2026-08-08T02:56:57.535Z | Checking dropshot-api-manager-types v0.7.2 |
| 1459 | 2026-08-08T02:56:57.658Z | Checking sha2 v0.10.9 |
| 1460 | 2026-08-08T02:56:57.702Z | Compiling blake3 v1.8.2 |
| 1461 | 2026-08-08T02:56:57.747Z | Checking hickory-resolver v0.25.2 |
| 1462 | 2026-08-08T02:56:58.344Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1463 | 2026-08-08T02:56:58.370Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1464 | 2026-08-08T02:56:58.550Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-08-08T02:56:59.087Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-08-08T02:56:59.159Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-08-08T02:56:59.516Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1468 | 2026-08-08T02:56:59.659Z | Checking git-stub v1.0.0 |
| 1469 | 2026-08-08T02:56:59.818Z | Compiling strum_macros v0.28.0 |
| 1470 | 2026-08-08T02:56:59.957Z | Checking filetime v0.2.26 |
| 1471 | 2026-08-08T02:57:00.101Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1472 | 2026-08-08T02:57:00.248Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-08-08T02:57:00.291Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-08-08T02:57:00.324Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-08-08T02:57:00.553Z | Checking xattr v1.6.1 |
| 1476 | 2026-08-08T02:57:00.606Z | Checking arrayvec v0.7.6 |
| 1477 | 2026-08-08T02:57:00.685Z | Checking constant_time_eq v0.3.1 |
| 1478 | 2026-08-08T02:57:00.722Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-08-08T02:57:00.737Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1480 | 2026-08-08T02:57:00.780Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-08-08T02:57:00.793Z | Checking is_ci v1.2.0 |
| 1482 | 2026-08-08T02:57:00.895Z | Checking arrayref v0.3.9 |
| 1483 | 2026-08-08T02:57:00.971Z | Compiling curl v0.4.50 |
| 1484 | 2026-08-08T02:57:00.986Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1485 | 2026-08-08T02:57:01.226Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1486 | 2026-08-08T02:57:01.407Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1487 | 2026-08-08T02:57:01.432Z | Checking progenitor v0.14.0 |
| 1488 | 2026-08-08T02:57:01.500Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-08-08T02:57:01.558Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1490 | 2026-08-08T02:57:01.657Z | Checking strum v0.28.0 |
| 1491 | 2026-08-08T02:57:01.776Z | Checking supports-color v3.0.2 |
| 1492 | 2026-08-08T02:57:01.905Z | Checking tar v0.4.45 |
| 1493 | 2026-08-08T02:57:01.938Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1494 | 2026-08-08T02:57:02.027Z | Checking toml v0.7.8 |
| 1495 | 2026-08-08T02:57:02.085Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1496 | 2026-08-08T02:57:02.295Z | Checking git-stub-vcs v0.1.0 |
| 1497 | 2026-08-08T02:57:02.796Z | Checking drift v0.2.0 |
| 1498 | 2026-08-08T02:57:02.811Z | Checking kstat-rs v0.2.4 |
| 1499 | 2026-08-08T02:57:02.999Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1500 | 2026-08-08T02:57:03.102Z | Checking topological-sort v0.2.2 |
| 1501 | 2026-08-08T02:57:03.237Z | Checking omicron-zone-package v0.12.2 |
| 1502 | 2026-08-08T02:57:03.393Z | Checking dropshot-api-manager v0.7.2 |
| 1503 | 2026-08-08T02:57:03.656Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1504 | 2026-08-08T02:57:04.664Z | Checking signal-hook-tokio v0.4.0 |
| 1505 | 2026-08-08T02:57:04.797Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1506 | 2026-08-08T02:57:05.075Z | Checking scuffle v0.1.0 |
| 1507 | 2026-08-08T02:57:05.154Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1508 | 2026-08-08T02:57:05.362Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1509 | 2026-08-08T02:57:05.560Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1510 | 2026-08-08T02:57:05.856Z | Checking iddqd v0.4.5 |
| 1511 | 2026-08-08T02:57:06.149Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1512 | 2026-08-08T02:57:06.280Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1513 | 2026-08-08T02:57:06.347Z | Checking internet-checksum v0.2.1 |
| 1514 | 2026-08-08T02:57:06.432Z | Checking search_path v0.1.4 |
| 1515 | 2026-08-08T02:57:06.478Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1516 | 2026-08-08T02:57:06.519Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1517 | 2026-08-08T02:57:06.566Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1518 | 2026-08-08T02:57:07.172Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1519 | 2026-08-08T02:57:07.657Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-08-08T02:57:07.794Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1521 | 2026-08-08T02:57:08.063Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-08-08T02:57:09.015Z | Compiling git2 v0.19.0 |
| 1523 | 2026-08-08T02:57:09.672Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1524 | 2026-08-08T02:57:11.328Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1525 | 2026-08-08T02:57:19.047Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-08-08T02:57:20.343Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1527 | 2026-08-08T02:57:25.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1528 | 2026-08-08T02:57:25.649Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1529 | 2026-08-08T02:57:25.649Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1530 | 2026-08-08T02:57:26.146Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1531 | 2026-08-08T02:57:26.149Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1532 | 2026-08-08T02:57:26.223Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1533 | 2026-08-08T02:57:26.226Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1534 | 2026-08-08T02:57:33.319Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1535 | 2026-08-08T02:57:33.319Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1536 | 2026-08-08T02:57:35.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
| 1537 | 2026-08-08T02:57:36.010Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1538 | 2026-08-08T02:57:36.010Z | + cargo clippy --features softnpu -- --deny warnings |
| 1539 | 2026-08-08T02:57:36.324Z | Downloading crates ... |
| 1540 | 2026-08-08T02:57:36.459Z | Downloaded serde_arrays v0.1.0 |
| 1541 | 2026-08-08T02:57:36.465Z | Downloaded ascii v1.1.0 |
| 1542 | 2026-08-08T02:57:36.468Z | Downloaded funty v2.0.0 |
| 1543 | 2026-08-08T02:57:36.471Z | Downloaded libloading v0.7.4 |
| 1544 | 2026-08-08T02:57:36.474Z | Downloaded bitstruct v0.1.1 |
| 1545 | 2026-08-08T02:57:36.476Z | Downloaded wyz v0.5.1 |
| 1546 | 2026-08-08T02:57:36.476Z | Downloaded radium v0.7.0 |
| 1547 | 2026-08-08T02:57:36.476Z | Downloaded bitstruct_derive v0.1.0 |
| 1548 | 2026-08-08T02:57:36.476Z | Downloaded typeid v1.0.3 |
| 1549 | 2026-08-08T02:57:36.479Z | Downloaded tap v1.0.1 |
| 1550 | 2026-08-08T02:57:36.479Z | Downloaded erased-serde v0.4.8 |
| 1551 | 2026-08-08T02:57:36.487Z | Downloaded num-bigint v0.4.6 |
| 1552 | 2026-08-08T02:57:36.497Z | Downloaded bitvec v1.0.1 |
| 1553 | 2026-08-08T02:57:36.625Z | Checking num-integer v0.1.46 |
| 1554 | 2026-08-08T02:57:36.705Z | Checking num-complex v0.4.6 |
| 1555 | 2026-08-08T02:57:36.716Z | Compiling radium v0.7.0 |
| 1556 | 2026-08-08T02:57:36.722Z | Checking tap v1.0.1 |
| 1557 | 2026-08-08T02:57:36.727Z | Checking funty v2.0.0 |
| 1558 | 2026-08-08T02:57:36.733Z | Compiling typeid v1.0.3 |
| 1559 | 2026-08-08T02:57:36.736Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1560 | 2026-08-08T02:57:36.746Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1561 | 2026-08-08T02:57:36.806Z | Checking wyz v0.5.1 |
| 1562 | 2026-08-08T02:57:36.905Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1563 | 2026-08-08T02:57:36.914Z | Checking num-bigint v0.4.6 |
| 1564 | 2026-08-08T02:57:36.939Z | Checking num-iter v0.1.45 |
| 1565 | 2026-08-08T02:57:36.991Z | Compiling erased-serde v0.4.8 |
| 1566 | 2026-08-08T02:57:37.009Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-08-08T02:57:37.030Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-08-08T02:57:37.046Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1569 | 2026-08-08T02:57:37.117Z | Compiling bitstruct_derive v0.1.0 |
| 1570 | 2026-08-08T02:57:37.125Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-08-08T02:57:37.140Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1572 | 2026-08-08T02:57:37.153Z | Checking bitvec v1.0.1 |
| 1573 | 2026-08-08T02:57:37.162Z | Checking ascii v1.1.0 |
| 1574 | 2026-08-08T02:57:37.173Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1575 | 2026-08-08T02:57:37.222Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-08-08T02:57:37.331Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-08-08T02:57:37.339Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1578 | 2026-08-08T02:57:37.349Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1579 | 2026-08-08T02:57:37.352Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-08-08T02:57:37.644Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1581 | 2026-08-08T02:57:37.647Z | Checking serde_arrays v0.1.0 |
| 1582 | 2026-08-08T02:57:37.737Z | Checking num-rational v0.4.2 |
| 1583 | 2026-08-08T02:57:37.752Z | Checking libloading v0.7.4 |
| 1584 | 2026-08-08T02:57:37.774Z | Checking bitstruct v0.1.1 |
| 1585 | 2026-08-08T02:57:37.794Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1586 | 2026-08-08T02:57:38.003Z | Checking num v0.4.3 |
| 1587 | 2026-08-08T02:57:38.071Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1588 | 2026-08-08T02:57:38.606Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1589 | 2026-08-08T02:57:38.896Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1590 | 2026-08-08T02:57:38.896Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1591 | 2026-08-08T02:57:39.086Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1592 | 2026-08-08T02:57:39.298Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-08-08T02:57:39.298Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-08-08T02:57:39.758Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1595 | 2026-08-08T02:57:39.983Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1596 | 2026-08-08T02:57:39.986Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1597 | 2026-08-08T02:57:39.986Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1598 | 2026-08-08T02:57:39.986Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1599 | 2026-08-08T02:57:40.373Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1600 | 2026-08-08T02:57:40.802Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1601 | 2026-08-08T02:57:41.668Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1602 | 2026-08-08T02:57:43.862Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1603 | 2026-08-08T02:57:44.209Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1604 | 2026-08-08T02:57:45.093Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1605 | 2026-08-08T02:57:45.879Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1606 | 2026-08-08T02:57:45.997Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1607 | 2026-08-08T02:57:52.583Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-08-08T02:57:53.855Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1609 | 2026-08-08T02:57:54.390Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1610 | 2026-08-08T02:57:58.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.77s |
| 1611 | 2026-08-08T02:57:58.981Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1612 | 2026-08-08T02:57:58.981Z | + cargo clippy --features chaos -- --deny warnings |
| 1613 | 2026-08-08T02:57:59.469Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1614 | 2026-08-08T02:57:59.473Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1615 | 2026-08-08T02:57:59.473Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1616 | 2026-08-08T02:58:06.716Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1617 | 2026-08-08T02:58:06.719Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1618 | 2026-08-08T02:58:09.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.16s |
| 1619 | 2026-08-08T02:58:09.336Z | + banner fmt |
| 1620 | 2026-08-08T02:58:09.339Z | |
| 1621 | 2026-08-08T02:58:09.339Z | ###### # # ##### |
| 1622 | 2026-08-08T02:58:09.339Z | # ## ## # |
| 1623 | 2026-08-08T02:58:09.339Z | ##### # ## # # |
| 1624 | 2026-08-08T02:58:09.339Z | # # # # |
| 1625 | 2026-08-08T02:58:09.339Z | # # # # |
| 1626 | 2026-08-08T02:58:09.339Z | # # # # |
| 1627 | 2026-08-08T02:58:09.339Z | |
| 1628 | 2026-08-08T02:58:09.339Z | + cargo fmt -- --check |
| 1629 | 2026-08-08T02:58:09.787Z | + banner test |
| 1630 | 2026-08-08T02:58:09.791Z | |
| 1631 | 2026-08-08T02:58:09.791Z | ##### ###### #### ##### |
| 1632 | 2026-08-08T02:58:09.791Z | # # # # |
| 1633 | 2026-08-08T02:58:09.791Z | # ##### #### # |
| 1634 | 2026-08-08T02:58:09.791Z | # # # # |
| 1635 | 2026-08-08T02:58:09.791Z | # # # # # |
| 1636 | 2026-08-08T02:58:09.791Z | # ###### #### # |
| 1637 | 2026-08-08T02:58:09.791Z | |
| 1638 | 2026-08-08T02:58:09.791Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1639 | 2026-08-08T02:58:09.791Z | + RUST_BACKTRACE=full |
| 1640 | 2026-08-08T02:58:09.791Z | + cargo test --features tofino_stub --no-fail-fast |
| 1641 | 2026-08-08T02:58:10.655Z | Compiling unicode-ident v1.0.24 |
| 1642 | 2026-08-08T02:58:10.655Z | Compiling cfg-if v1.0.4 |
| 1643 | 2026-08-08T02:58:10.658Z | Compiling memchr v2.7.5 |
| 1644 | 2026-08-08T02:58:10.760Z | Compiling serde_core v1.0.228 |
| 1645 | 2026-08-08T02:58:10.778Z | Compiling itoa v1.0.15 |
| 1646 | 2026-08-08T02:58:10.781Z | Compiling libc v0.2.186 |
| 1647 | 2026-08-08T02:58:10.813Z | Compiling zmij v1.0.17 |
| 1648 | 2026-08-08T02:58:10.817Z | Compiling libm v0.2.15 |
| 1649 | 2026-08-08T02:58:10.877Z | Compiling proc-macro2 v1.0.106 |
| 1650 | 2026-08-08T02:58:11.063Z | Compiling equivalent v1.0.2 |
| 1651 | 2026-08-08T02:58:11.153Z | Compiling smallvec v1.15.1 |
| 1652 | 2026-08-08T02:58:11.275Z | Compiling quote v1.0.45 |
| 1653 | 2026-08-08T02:58:11.339Z | Compiling log v0.4.29 |
| 1654 | 2026-08-08T02:58:11.359Z | Compiling heck v0.5.0 |
| 1655 | 2026-08-08T02:58:11.430Z | Compiling iana-time-zone v0.1.64 |
| 1656 | 2026-08-08T02:58:11.522Z | Compiling syn v2.0.118 |
| 1657 | 2026-08-08T02:58:11.597Z | Compiling dyn-clone v1.0.20 |
| 1658 | 2026-08-08T02:58:11.622Z | Compiling hashbrown v0.17.1 |
| 1659 | 2026-08-08T02:58:11.640Z | Compiling stable_deref_trait v1.2.0 |
| 1660 | 2026-08-08T02:58:11.652Z | Compiling pin-project-lite v0.2.16 |
| 1661 | 2026-08-08T02:58:11.722Z | Compiling percent-encoding v2.3.2 |
| 1662 | 2026-08-08T02:58:11.743Z | Compiling litemap v0.8.0 |
| 1663 | 2026-08-08T02:58:11.755Z | Compiling writeable v0.6.1 |
| 1664 | 2026-08-08T02:58:11.919Z | Compiling fnv v1.0.7 |
| 1665 | 2026-08-08T02:58:11.938Z | Compiling icu_normalizer_data v2.0.0 |
| 1666 | 2026-08-08T02:58:11.960Z | Compiling icu_properties_data v2.0.1 |
| 1667 | 2026-08-08T02:58:12.016Z | Compiling regex-syntax v0.8.11 |
| 1668 | 2026-08-08T02:58:12.020Z | Compiling form_urlencoded v1.2.2 |
| 1669 | 2026-08-08T02:58:12.058Z | Compiling utf8_iter v1.0.4 |
| 1670 | 2026-08-08T02:58:12.096Z | Compiling scopeguard v1.2.0 |
| 1671 | 2026-08-08T02:58:12.183Z | Compiling lock_api v0.4.14 |
| 1672 | 2026-08-08T02:58:12.206Z | Compiling num-traits v0.2.19 |
| 1673 | 2026-08-08T02:58:12.219Z | Compiling getrandom v0.4.2 |
| 1674 | 2026-08-08T02:58:12.365Z | Compiling aho-corasick v1.1.3 |
| 1675 | 2026-08-08T02:58:12.408Z | Compiling ucd-trie v0.1.7 |
| 1676 | 2026-08-08T02:58:12.581Z | Compiling semver v1.0.28 |
| 1677 | 2026-08-08T02:58:12.699Z | Compiling serde_json v1.0.150 |
| 1678 | 2026-08-08T02:58:12.711Z | Compiling indexmap v2.14.0 |
| 1679 | 2026-08-08T02:58:12.813Z | Compiling byteorder v1.5.0 |
| 1680 | 2026-08-08T02:58:12.884Z | Compiling futures-core v0.3.32 |
| 1681 | 2026-08-08T02:58:12.930Z | Compiling uuid v1.23.3 |
| 1682 | 2026-08-08T02:58:13.034Z | Compiling allocator-api2 v0.2.21 |
| 1683 | 2026-08-08T02:58:13.338Z | Compiling time-core v0.1.8 |
| 1684 | 2026-08-08T02:58:13.356Z | Compiling foldhash v0.2.0 |
| 1685 | 2026-08-08T02:58:13.368Z | Compiling num-conv v0.2.1 |
| 1686 | 2026-08-08T02:58:13.490Z | Compiling regex-automata v0.4.13 |
| 1687 | 2026-08-08T02:58:13.521Z | Compiling time-macros v0.2.27 |
| 1688 | 2026-08-08T02:58:13.581Z | Compiling hashbrown v0.16.1 |
| 1689 | 2026-08-08T02:58:13.618Z | Compiling ryu v1.0.20 |
| 1690 | 2026-08-08T02:58:13.799Z | Compiling futures-sink v0.3.32 |
| 1691 | 2026-08-08T02:58:13.909Z | Compiling pretty-hex v0.4.1 |
| 1692 | 2026-08-08T02:58:14.057Z | Compiling slab v0.4.11 |
| 1693 | 2026-08-08T02:58:14.174Z | Compiling plain v0.2.3 |
| 1694 | 2026-08-08T02:58:14.235Z | Compiling strsim v0.11.1 |
| 1695 | 2026-08-08T02:58:14.294Z | Compiling synstructure v0.13.2 |
| 1696 | 2026-08-08T02:58:14.324Z | Compiling serde_derive_internals v0.29.1 |
| 1697 | 2026-08-08T02:58:14.524Z | Compiling futures-channel v0.3.32 |
| 1698 | 2026-08-08T02:58:14.655Z | Compiling futures-io v0.3.32 |
| 1699 | 2026-08-08T02:58:14.683Z | Compiling futures-task v0.3.32 |
| 1700 | 2026-08-08T02:58:14.748Z | Compiling socket2 v0.6.4 |
| 1701 | 2026-08-08T02:58:14.799Z | Compiling parking_lot_core v0.9.12 |
| 1702 | 2026-08-08T02:58:14.815Z | Compiling signal-hook-registry v1.4.6 |
| 1703 | 2026-08-08T02:58:14.852Z | Compiling thread-id v5.0.0 |
| 1704 | 2026-08-08T02:58:14.958Z | Compiling mio v1.2.1 |
| 1705 | 2026-08-08T02:58:15.069Z | Compiling parking_lot v0.12.5 |
| 1706 | 2026-08-08T02:58:15.220Z | Compiling regex v1.12.4 |
| 1707 | 2026-08-08T02:58:15.232Z | Compiling regress v0.10.5 |
| 1708 | 2026-08-08T02:58:15.244Z | Compiling darling_core v0.21.3 |
| 1709 | 2026-08-08T02:58:15.256Z | Compiling bitflags v2.11.1 |
| 1710 | 2026-08-08T02:58:15.486Z | Compiling base64 v0.22.1 |
| 1711 | 2026-08-08T02:58:15.489Z | Compiling getrandom v0.2.16 |
| 1712 | 2026-08-08T02:58:15.570Z | Compiling serde_derive v1.0.228 |
| 1713 | 2026-08-08T02:58:15.685Z | Compiling zerofrom-derive v0.1.6 |
| 1714 | 2026-08-08T02:58:15.698Z | Compiling yoke-derive v0.8.0 |
| 1715 | 2026-08-08T02:58:15.785Z | Compiling zerovec-derive v0.11.1 |
| 1716 | 2026-08-08T02:58:15.833Z | Compiling displaydoc v0.2.5 |
| 1717 | 2026-08-08T02:58:16.101Z | Compiling thiserror-impl v2.0.18 |
| 1718 | 2026-08-08T02:58:16.601Z | Compiling schemars_derive v0.8.22 |
| 1719 | 2026-08-08T02:58:16.757Z | Compiling tokio-macros v2.7.0 |
| 1720 | 2026-08-08T02:58:16.890Z | Compiling zerocopy-derive v0.8.27 |
| 1721 | 2026-08-08T02:58:16.917Z | Compiling zeroize_derive v1.4.3 |
| 1722 | 2026-08-08T02:58:17.369Z | Compiling thiserror v2.0.18 |
| 1723 | 2026-08-08T02:58:17.382Z | Compiling futures-macro v0.3.32 |
| 1724 | 2026-08-08T02:58:17.479Z | Compiling zerofrom v0.1.6 |
| 1725 | 2026-08-08T02:58:17.516Z | Compiling thiserror-impl v1.0.69 |
| 1726 | 2026-08-08T02:58:17.607Z | Compiling yoke v0.8.0 |
| 1727 | 2026-08-08T02:58:17.620Z | Compiling tracing-attributes v0.1.30 |
| 1728 | 2026-08-08T02:58:17.803Z | Compiling zerovec v0.11.4 |
| 1729 | 2026-08-08T02:58:17.848Z | Compiling zerotrie v0.2.2 |
| 1730 | 2026-08-08T02:58:18.145Z | Compiling zerocopy v0.8.27 |
| 1731 | 2026-08-08T02:58:18.162Z | Compiling pest v2.8.2 |
| 1732 | 2026-08-08T02:58:18.234Z | Compiling scroll_derive v0.13.1 |
| 1733 | 2026-08-08T02:58:18.272Z | Compiling serde v1.0.228 |
| 1734 | 2026-08-08T02:58:18.725Z | Compiling bytes v1.12.0 |
| 1735 | 2026-08-08T02:58:18.799Z | Compiling serde_tokenstream v0.2.3 |
| 1736 | 2026-08-08T02:58:18.875Z | Compiling tinystr v0.8.1 |
| 1737 | 2026-08-08T02:58:19.081Z | Compiling icu_locale_core v2.0.0 |
| 1738 | 2026-08-08T02:58:19.093Z | Compiling potential_utf v0.1.3 |
| 1739 | 2026-08-08T02:58:19.106Z | Compiling chrono v0.4.45 |
| 1740 | 2026-08-08T02:58:19.184Z | Compiling http v1.4.2 |
| 1741 | 2026-08-08T02:58:19.261Z | Compiling icu_collections v2.0.0 |
| 1742 | 2026-08-08T02:58:19.369Z | Compiling pest_meta v2.8.2 |
| 1743 | 2026-08-08T02:58:19.472Z | Compiling async-trait v0.1.89 |
| 1744 | 2026-08-08T02:58:19.643Z | Compiling icu_provider v2.0.0 |
| 1745 | 2026-08-08T02:58:19.777Z | Compiling scroll v0.13.0 |
| 1746 | 2026-08-08T02:58:19.940Z | Compiling icu_normalizer v2.0.0 |
| 1747 | 2026-08-08T02:58:20.040Z | Compiling icu_properties v2.0.1 |
| 1748 | 2026-08-08T02:58:20.074Z | Compiling pest_generator v2.8.2 |
| 1749 | 2026-08-08T02:58:20.235Z | Compiling schemars v0.8.22 |
| 1750 | 2026-08-08T02:58:20.504Z | Compiling goblin v0.10.1 |
| 1751 | 2026-08-08T02:58:20.612Z | Compiling thiserror v1.0.69 |
| 1752 | 2026-08-08T02:58:20.678Z | Compiling tokio v1.52.3 |
| 1753 | 2026-08-08T02:58:20.719Z | Compiling openapiv3 v2.2.0 |
| 1754 | 2026-08-08T02:58:20.732Z | Compiling daft-derive v0.1.5 |
| 1755 | 2026-08-08T02:58:20.757Z | Compiling pest_derive v2.8.2 |
| 1756 | 2026-08-08T02:58:21.247Z | Compiling idna_adapter v1.2.1 |
| 1757 | 2026-08-08T02:58:21.331Z | Compiling dtrace-parser v0.3.0 |
| 1758 | 2026-08-08T02:58:21.378Z | Compiling idna v1.1.0 |
| 1759 | 2026-08-08T02:58:21.406Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-08-08T02:58:21.496Z | Compiling darling_macro v0.21.3 |
| 1761 | 2026-08-08T02:58:21.677Z | Compiling url v2.5.7 |
| 1762 | 2026-08-08T02:58:22.095Z | Compiling darling v0.21.3 |
| 1763 | 2026-08-08T02:58:22.183Z | Compiling http-body v1.0.1 |
| 1764 | 2026-08-08T02:58:22.230Z | Compiling ppv-lite86 v0.2.21 |
| 1765 | 2026-08-08T02:58:22.340Z | Compiling serde_yaml v0.9.34+deprecated |
| 1766 | 2026-08-08T02:58:22.361Z | Compiling erased-serde v0.3.31 |
| 1767 | 2026-08-08T02:58:22.555Z | Compiling openssl-macros v0.1.1 |
| 1768 | 2026-08-08T02:58:22.575Z | Compiling atomic-waker v1.1.2 |
| 1769 | 2026-08-08T02:58:22.706Z | Compiling ipnet v2.11.0 |
| 1770 | 2026-08-08T02:58:23.238Z | Compiling dof v0.4.0 |
| 1771 | 2026-08-08T02:58:23.600Z | Compiling httparse v1.10.1 |
| 1772 | 2026-08-08T02:58:23.629Z | Compiling untrusted v0.9.0 |
| 1773 | 2026-08-08T02:58:23.690Z | Compiling usdt-impl v0.6.0 |
| 1774 | 2026-08-08T02:58:23.759Z | Compiling tower-service v0.3.3 |
| 1775 | 2026-08-08T02:58:23.863Z | Compiling tower-layer v0.3.3 |
| 1776 | 2026-08-08T02:58:23.911Z | Compiling anyhow v1.0.102 |
| 1777 | 2026-08-08T02:58:24.032Z | Compiling try-lock v0.2.5 |
| 1778 | 2026-08-08T02:58:24.110Z | Compiling syn v1.0.109 |
| 1779 | 2026-08-08T02:58:24.148Z | Compiling want v0.3.1 |
| 1780 | 2026-08-08T02:58:24.317Z | Compiling zeroize v1.8.1 |
| 1781 | 2026-08-08T02:58:24.330Z | Compiling httpdate v1.0.3 |
| 1782 | 2026-08-08T02:58:24.414Z | Compiling portable-atomic v1.11.1 |
| 1783 | 2026-08-08T02:58:24.826Z | Compiling structmeta-derive v0.3.0 |
| 1784 | 2026-08-08T02:58:24.942Z | Compiling async-stream-impl v0.3.6 |
| 1785 | 2026-08-08T02:58:25.119Z | Compiling critical-section v1.2.0 |
| 1786 | 2026-08-08T02:58:25.292Z | Compiling usdt-macro v0.6.0 |
| 1787 | 2026-08-08T02:58:25.445Z | Compiling usdt-attr-macro v0.6.0 |
| 1788 | 2026-08-08T02:58:25.665Z | Compiling once_cell v1.21.3 |
| 1789 | 2026-08-08T02:58:25.942Z | Compiling newtype-uuid-macros v0.1.0 |
| 1790 | 2026-08-08T02:58:25.969Z | Compiling structmeta v0.3.0 |
| 1791 | 2026-08-08T02:58:26.183Z | Compiling strum_macros v0.26.4 |
| 1792 | 2026-08-08T02:58:26.457Z | Compiling powerfmt v0.2.0 |
| 1793 | 2026-08-08T02:58:26.645Z | Compiling deranged v0.5.3 |
| 1794 | 2026-08-08T02:58:26.767Z | Compiling num_threads v0.1.7 |
| 1795 | 2026-08-08T02:58:27.520Z | Compiling http-body-util v0.1.3 |
| 1796 | 2026-08-08T02:58:27.533Z | Compiling omicron-workspace-hack v0.1.0 |
| 1797 | 2026-08-08T02:58:27.635Z | Compiling typify-macro v0.4.3 |
| 1798 | 2026-08-08T02:58:27.654Z | Compiling dropshot_endpoint v0.16.7 |
| 1799 | 2026-08-08T02:58:27.754Z | Compiling serde_urlencoded v0.7.1 |
| 1800 | 2026-08-08T02:58:27.777Z | Compiling ref-cast-impl v1.0.25 |
| 1801 | 2026-08-08T02:58:27.945Z | Compiling derive-ex v0.1.8 |
| 1802 | 2026-08-08T02:58:27.971Z | Compiling strum_macros v0.27.2 |
| 1803 | 2026-08-08T02:58:27.983Z | Compiling sync_wrapper v1.0.2 |
| 1804 | 2026-08-08T02:58:28.092Z | Compiling serde_with_macros v3.14.1 |
| 1805 | 2026-08-08T02:58:28.107Z | Compiling subtle v2.6.1 |
| 1806 | 2026-08-08T02:58:28.387Z | Compiling thread_local v1.1.9 |
| 1807 | 2026-08-08T02:58:28.591Z | Compiling iri-string v0.7.8 |
| 1808 | 2026-08-08T02:58:28.655Z | Compiling futures-util v0.3.32 |
| 1809 | 2026-08-08T02:58:29.114Z | Compiling match_cfg v0.1.0 |
| 1810 | 2026-08-08T02:58:29.242Z | Compiling rand_core v0.6.4 |
| 1811 | 2026-08-08T02:58:29.412Z | Compiling typenum v1.20.1 |
| 1812 | 2026-08-08T02:58:29.478Z | Compiling take_mut v0.2.2 |
| 1813 | 2026-08-08T02:58:29.524Z | Compiling test-strategy v0.4.3 |
| 1814 | 2026-08-08T02:58:29.592Z | Compiling term v1.2.0 |
| 1815 | 2026-08-08T02:58:29.694Z | Compiling typify v0.4.3 |
| 1816 | 2026-08-08T02:58:29.792Z | Compiling progenitor-impl v0.11.1 |
| 1817 | 2026-08-08T02:58:30.290Z | Compiling parse-display-derive v0.10.0 |
| 1818 | 2026-08-08T02:58:30.294Z | Compiling tracing-core v0.1.34 |
| 1819 | 2026-08-08T02:58:30.315Z | Compiling toml_datetime v0.6.11 |
| 1820 | 2026-08-08T02:58:30.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1821 | 2026-08-08T02:58:30.598Z | Compiling camino v1.2.3 |
| 1822 | 2026-08-08T02:58:30.887Z | Compiling tracing v0.1.41 |
| 1823 | 2026-08-08T02:58:31.007Z | Compiling clap_derive v4.6.1 |
| 1824 | 2026-08-08T02:58:31.030Z | Compiling encoding_rs v0.8.35 |
| 1825 | 2026-08-08T02:58:31.123Z | Compiling cpufeatures v0.2.17 |
| 1826 | 2026-08-08T02:58:31.202Z | Compiling fastrand v2.3.0 |
| 1827 | 2026-08-08T02:58:31.225Z | Compiling mime v0.3.17 |
| 1828 | 2026-08-08T02:58:31.478Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1829 | 2026-08-08T02:58:31.891Z | Compiling unicode-width v0.2.1 |
| 1830 | 2026-08-08T02:58:32.363Z | Compiling errno v0.3.14 |
| 1831 | 2026-08-08T02:58:32.440Z | Compiling hex v0.4.3 |
| 1832 | 2026-08-08T02:58:32.520Z | Compiling generic-array v0.14.7 |
| 1833 | 2026-08-08T02:58:32.708Z | Compiling ipnetwork v0.21.1 |
| 1834 | 2026-08-08T02:58:32.747Z | Compiling crossbeam-utils v0.8.21 |
| 1835 | 2026-08-08T02:58:32.765Z | Compiling tokio-util v0.7.16 |
| 1836 | 2026-08-08T02:58:33.029Z | Compiling slog v2.8.2 |
| 1837 | 2026-08-08T02:58:33.285Z | Compiling rustix v1.1.4 |
| 1838 | 2026-08-08T02:58:33.376Z | Compiling progenitor-macro v0.11.1 |
| 1839 | 2026-08-08T02:58:33.437Z | Compiling getrandom v0.3.3 |
| 1840 | 2026-08-08T02:58:33.484Z | Compiling winnow v0.7.14 |
| 1841 | 2026-08-08T02:58:33.520Z | Compiling h2 v0.4.14 |
| 1842 | 2026-08-08T02:58:33.536Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-08-08T02:58:33.616Z | Compiling rand_core v0.9.3 |
| 1844 | 2026-08-08T02:58:33.670Z | Compiling oxnet v0.1.6 |
| 1845 | 2026-08-08T02:58:33.840Z | Compiling itertools v0.14.0 |
| 1846 | 2026-08-08T02:58:34.486Z | Compiling winnow v1.0.3 |
| 1847 | 2026-08-08T02:58:34.681Z | Compiling num-derive v0.4.2 |
| 1848 | 2026-08-08T02:58:34.846Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1849 | 2026-08-08T02:58:34.952Z | Compiling serde_spanned v1.1.1 |
| 1850 | 2026-08-08T02:58:35.101Z | Compiling socket2 v0.5.10 |
| 1851 | 2026-08-08T02:58:35.128Z | Compiling debug-ignore v1.0.5 |
| 1852 | 2026-08-08T02:58:35.243Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1853 | 2026-08-08T02:58:35.560Z | Compiling spin v0.9.8 |
| 1854 | 2026-08-08T02:58:35.609Z | Compiling rand_chacha v0.9.0 |
| 1855 | 2026-08-08T02:58:35.684Z | Compiling hyper v1.10.1 |
| 1856 | 2026-08-08T02:58:35.708Z | Compiling rustls-pki-types v1.12.0 |
| 1857 | 2026-08-08T02:58:35.812Z | Compiling quick-error v1.2.3 |
| 1858 | 2026-08-08T02:58:35.929Z | Compiling rand v0.9.3 |
| 1859 | 2026-08-08T02:58:36.106Z | Compiling tabwriter v1.4.1 |
| 1860 | 2026-08-08T02:58:36.214Z | Compiling async-stream v0.3.6 |
| 1861 | 2026-08-08T02:58:36.361Z | Compiling waitgroup v0.1.2 |
| 1862 | 2026-08-08T02:58:36.393Z | Compiling serde_path_to_error v0.1.20 |
| 1863 | 2026-08-08T02:58:36.461Z | Compiling colored v3.1.1 |
| 1864 | 2026-08-08T02:58:36.502Z | Compiling bit-vec v0.8.0 |
| 1865 | 2026-08-08T02:58:36.540Z | Compiling lazy_static v1.5.0 |
| 1866 | 2026-08-08T02:58:36.648Z | Compiling strum v0.26.3 |
| 1867 | 2026-08-08T02:58:36.740Z | Compiling bit-set v0.8.0 |
| 1868 | 2026-08-08T02:58:36.753Z | Compiling time v0.3.47 |
| 1869 | 2026-08-08T02:58:36.757Z | Compiling ring v0.17.14 |
| 1870 | 2026-08-08T02:58:36.778Z | Compiling hyper-util v0.1.20 |
| 1871 | 2026-08-08T02:58:36.911Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1872 | 2026-08-08T02:58:37.223Z | Compiling anstyle v1.0.14 |
| 1873 | 2026-08-08T02:58:37.451Z | Compiling unarray v0.1.4 |
| 1874 | 2026-08-08T02:58:37.570Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1875 | 2026-08-08T02:58:37.584Z | Compiling crossbeam-channel v0.5.15 |
| 1876 | 2026-08-08T02:58:38.064Z | Compiling macaddr v1.0.1 |
| 1877 | 2026-08-08T02:58:38.302Z | Compiling utf8parse v0.2.2 |
| 1878 | 2026-08-08T02:58:38.361Z | Compiling block-buffer v0.10.4 |
| 1879 | 2026-08-08T02:58:38.373Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1880 | 2026-08-08T02:58:38.421Z | Compiling anstyle-parse v1.0.0 |
| 1881 | 2026-08-08T02:58:38.456Z | Compiling ref-cast v1.0.25 |
| 1882 | 2026-08-08T02:58:38.469Z | Compiling is_terminal_polyfill v1.70.1 |
| 1883 | 2026-08-08T02:58:38.502Z | Compiling colorchoice v1.0.4 |
| 1884 | 2026-08-08T02:58:38.515Z | Compiling anstyle-query v1.1.4 |
| 1885 | 2026-08-08T02:58:38.550Z | Compiling digest v0.10.7 |
| 1886 | 2026-08-08T02:58:38.563Z | Compiling strum v0.27.2 |
| 1887 | 2026-08-08T02:58:38.563Z | Compiling is-terminal v0.4.16 |
| 1888 | 2026-08-08T02:58:38.608Z | Compiling anstream v1.0.0 |
| 1889 | 2026-08-08T02:58:38.620Z | Compiling clap_lex v1.1.0 |
| 1890 | 2026-08-08T02:58:38.621Z | Compiling slog-json v2.6.1 |
| 1891 | 2026-08-08T02:58:38.665Z | Compiling slog-term v2.9.2 |
| 1892 | 2026-08-08T02:58:38.684Z | Compiling slog-async v2.8.0 |
| 1893 | 2026-08-08T02:58:38.791Z | Compiling hostname v0.3.1 |
| 1894 | 2026-08-08T02:58:38.931Z | Compiling slog-bunyan v2.5.0 |
| 1895 | 2026-08-08T02:58:38.943Z | Compiling tower v0.5.2 |
| 1896 | 2026-08-08T02:58:38.991Z | Compiling futures-executor v0.3.32 |
| 1897 | 2026-08-08T02:58:39.077Z | Compiling instant v0.1.13 |
| 1898 | 2026-08-08T02:58:39.269Z | Compiling futures v0.3.32 |
| 1899 | 2026-08-08T02:58:39.281Z | Compiling aws-lc-sys v0.39.1 |
| 1900 | 2026-08-08T02:58:39.362Z | Compiling tower-http v0.6.8 |
| 1901 | 2026-08-08T02:58:39.397Z | Compiling untrusted v0.7.1 |
| 1902 | 2026-08-08T02:58:39.419Z | Compiling openssl-sys v0.9.117 |
| 1903 | 2026-08-08T02:58:39.825Z | Compiling aws-lc-rs v1.16.2 |
| 1904 | 2026-08-08T02:58:39.869Z | Compiling memmap2 v0.9.8 |
| 1905 | 2026-08-08T02:58:40.554Z | Compiling foreign-types-shared v0.1.1 |
| 1906 | 2026-08-08T02:58:40.951Z | Compiling rustls-webpki v0.103.6 |
| 1907 | 2026-08-08T02:58:41.063Z | Compiling foreign-types v0.3.2 |
| 1908 | 2026-08-08T02:58:41.426Z | Compiling tempfile v3.27.0 |
| 1909 | 2026-08-08T02:58:41.514Z | Compiling rustls v0.23.40 |
| 1910 | 2026-08-08T02:58:41.869Z | Compiling openssl-probe v0.1.6 |
| 1911 | 2026-08-08T02:58:42.109Z | Compiling openssl v0.10.81 |
| 1912 | 2026-08-08T02:58:42.439Z | Compiling either v1.15.0 |
| 1913 | 2026-08-08T02:58:42.655Z | Compiling usdt v0.6.0 |
| 1914 | 2026-08-08T02:58:42.950Z | Compiling webpki-roots v1.0.2 |
| 1915 | 2026-08-08T02:58:43.308Z | Compiling newtype-uuid v1.3.2 |
| 1916 | 2026-08-08T02:58:43.663Z | Compiling daft v0.1.5 |
| 1917 | 2026-08-08T02:58:44.459Z | Compiling native-tls v0.2.14 |
| 1918 | 2026-08-08T02:58:44.522Z | Compiling tokio-rustls v0.26.4 |
| 1919 | 2026-08-08T02:58:44.784Z | Compiling tokio-native-tls v0.3.1 |
| 1920 | 2026-08-08T02:58:44.801Z | Compiling hyper-rustls v0.27.7 |
| 1921 | 2026-08-08T02:58:45.009Z | Compiling hyper-tls v0.6.0 |
| 1922 | 2026-08-08T02:58:45.196Z | Compiling reqwest v0.12.23 |
| 1923 | 2026-08-08T02:58:46.175Z | Compiling rustls-webpki v0.102.8 |
| 1924 | 2026-08-08T02:58:46.248Z | Compiling rustls-pemfile v2.2.0 |
| 1925 | 2026-08-08T02:58:46.454Z | Compiling multer v3.1.0 |
| 1926 | 2026-08-08T02:58:46.982Z | Compiling hostname v0.4.2 |
| 1927 | 2026-08-08T02:58:47.077Z | Compiling rustls v0.22.4 |
| 1928 | 2026-08-08T02:58:47.135Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1929 | 2026-08-08T02:58:47.718Z | Compiling terminal_size v0.4.3 |
| 1930 | 2026-08-08T02:58:47.884Z | Compiling rand_chacha v0.3.1 |
| 1931 | 2026-08-08T02:58:47.987Z | Compiling wait-timeout v0.2.1 |
| 1932 | 2026-08-08T02:58:48.745Z | Compiling rusty-fork v0.3.0 |
| 1933 | 2026-08-08T02:58:48.842Z | Compiling rand v0.8.5 |
| 1934 | 2026-08-08T02:58:48.924Z | Compiling tokio-rustls v0.25.0 |
| 1935 | 2026-08-08T02:58:49.846Z | Compiling sha1 v0.10.6 |
| 1936 | 2026-08-08T02:58:49.875Z | Compiling rand_xorshift v0.4.0 |
| 1937 | 2026-08-08T02:58:50.525Z | Compiling hubpack_derive v0.1.1 |
| 1938 | 2026-08-08T02:58:51.324Z | Compiling dropshot v0.16.7 |
| 1939 | 2026-08-08T02:58:51.336Z | Compiling proptest v1.8.0 |
| 1940 | 2026-08-08T02:58:51.359Z | Compiling clap_builder v4.6.0 |
| 1941 | 2026-08-08T02:58:52.748Z | Compiling serde_spanned v0.6.9 |
| 1942 | 2026-08-08T02:58:53.088Z | Compiling clap v4.6.1 |
| 1943 | 2026-08-08T02:58:53.329Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1944 | 2026-08-08T02:58:53.516Z | Compiling prettyplease v0.2.37 |
| 1945 | 2026-08-08T02:58:54.940Z | Compiling progenitor-client v0.10.0 |
| 1946 | 2026-08-08T02:58:54.997Z | Compiling progenitor-client v0.11.1 |
| 1947 | 2026-08-08T02:58:55.213Z | Compiling serde_with v3.14.1 |
| 1948 | 2026-08-08T02:58:56.068Z | Compiling progenitor v0.11.1 |
| 1949 | 2026-08-08T02:58:56.843Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1950 | 2026-08-08T02:58:56.897Z | Compiling rustc-hash v2.1.1 |
| 1951 | 2026-08-08T02:58:57.026Z | Compiling iddqd v0.3.18 |
| 1952 | 2026-08-08T02:58:57.190Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1953 | 2026-08-08T02:58:58.186Z | Compiling backoff v0.4.0 |
| 1954 | 2026-08-08T02:58:58.342Z | Compiling parse-display v0.10.0 |
| 1955 | 2026-08-08T02:58:58.355Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1956 | 2026-08-08T02:58:58.393Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1957 | 2026-08-08T02:58:58.514Z | Compiling toml_write v0.1.2 |
| 1958 | 2026-08-08T02:58:58.586Z | Compiling winnow v0.5.40 |
| 1959 | 2026-08-08T02:58:58.684Z | Compiling toml_edit v0.22.27 |
| 1960 | 2026-08-08T02:59:00.297Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1961 | 2026-08-08T02:59:00.370Z | Compiling num-integer v0.1.46 |
| 1962 | 2026-08-08T02:59:00.708Z | Compiling float-ord v0.3.2 |
| 1963 | 2026-08-08T02:59:01.578Z | Compiling toml v0.8.23 |
| 1964 | 2026-08-08T02:59:04.879Z | Compiling num-iter v0.1.45 |
| 1965 | 2026-08-08T02:59:04.945Z | Compiling num-rational v0.4.2 |
| 1966 | 2026-08-08T02:59:05.200Z | Compiling num-complex v0.4.6 |
| 1967 | 2026-08-08T02:59:05.593Z | Compiling num v0.4.3 |
| 1968 | 2026-08-08T02:59:06.181Z | Compiling toml_edit v0.19.15 |
| 1969 | 2026-08-08T02:59:07.747Z | Compiling proc-macro-crate v1.3.1 |
| 1970 | 2026-08-08T02:59:09.462Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-08-08T02:59:09.903Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1972 | 2026-08-08T02:59:10.386Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1973 | 2026-08-08T02:59:10.890Z | Compiling memoffset v0.9.1 |
| 1974 | 2026-08-08T02:59:10.953Z | Compiling zerocopy-derive v0.7.35 |
| 1975 | 2026-08-08T02:59:11.840Z | Compiling libscf-sys v1.2.0 |
| 1976 | 2026-08-08T02:59:11.992Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-08-08T02:59:12.016Z | Compiling ingot-macros v0.1.1 |
| 1978 | 2026-08-08T02:59:13.576Z | Compiling scroll_derive v0.12.1 |
| 1979 | 2026-08-08T02:59:13.676Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1980 | 2026-08-08T02:59:14.601Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1981 | 2026-08-08T02:59:16.728Z | Compiling zerocopy v0.7.35 |
| 1982 | 2026-08-08T02:59:17.021Z | Compiling num_enum_derive v0.7.5 |
| 1983 | 2026-08-08T02:59:17.263Z | Compiling hubpack v0.1.2 |
| 1984 | 2026-08-08T02:59:17.302Z | Compiling foreign-types-macros v0.2.3 |
| 1985 | 2026-08-08T02:59:17.497Z | Compiling static_assertions v1.1.0 |
| 1986 | 2026-08-08T02:59:18.138Z | Compiling glob v0.3.3 |
| 1987 | 2026-08-08T02:59:18.230Z | Compiling proc-macro-error-attr v1.0.4 |
| 1988 | 2026-08-08T02:59:18.436Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1989 | 2026-08-08T02:59:18.545Z | Compiling dtrace-parser v0.2.0 |
| 1990 | 2026-08-08T02:59:18.671Z | Compiling bytecount v0.6.9 |
| 1991 | 2026-08-08T02:59:18.922Z | Compiling proc-macro-error v1.0.4 |
| 1992 | 2026-08-08T02:59:18.960Z | Compiling dof v0.3.0 |
| 1993 | 2026-08-08T02:59:19.516Z | Compiling num_enum_derive v0.5.11 |
| 1994 | 2026-08-08T02:59:20.614Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1995 | 2026-08-08T02:59:21.173Z | Compiling thread-id v4.2.2 |
| 1996 | 2026-08-08T02:59:21.265Z | Compiling usdt-impl v0.5.0 |
| 1997 | 2026-08-08T02:59:22.034Z | Compiling derive_more v0.99.20 |
| 1998 | 2026-08-08T02:59:22.097Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1999 | 2026-08-08T02:59:22.117Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2000 | 2026-08-08T02:59:23.152Z | Compiling minimal-lexical v0.2.1 |
| 2001 | 2026-08-08T02:59:23.196Z | Compiling usdt-attr-macro v0.5.0 |
| 2002 | 2026-08-08T02:59:23.420Z | Compiling nom v7.1.3 |
| 2003 | 2026-08-08T02:59:23.631Z | Compiling usdt-macro v0.5.0 |
| 2004 | 2026-08-08T02:59:23.695Z | Compiling zone_cfg_derive v0.3.1 |
| 2005 | 2026-08-08T02:59:24.043Z | Compiling papergrid v0.18.0 |
| 2006 | 2026-08-08T02:59:24.315Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2007 | 2026-08-08T02:59:24.401Z | Compiling rustc_version v0.4.1 |
| 2008 | 2026-08-08T02:59:24.428Z | Compiling nix v0.31.3 |
| 2009 | 2026-08-08T02:59:24.691Z | Compiling itertools v0.15.0 |
| 2010 | 2026-08-08T02:59:24.731Z | Compiling crossbeam-epoch v0.9.18 |
| 2011 | 2026-08-08T02:59:24.750Z | Compiling dropshot_endpoint v0.17.1 |
| 2012 | 2026-08-08T02:59:25.217Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2013 | 2026-08-08T02:59:25.295Z | Compiling tabled v0.21.0 |
| 2014 | 2026-08-08T02:59:25.387Z | Compiling adler2 v2.0.1 |
| 2015 | 2026-08-08T02:59:25.538Z | Compiling miniz_oxide v0.8.9 |
| 2016 | 2026-08-08T02:59:25.673Z | Compiling crc32fast v1.5.0 |
| 2017 | 2026-08-08T02:59:25.972Z | Compiling enum-as-inner v0.6.1 |
| 2018 | 2026-08-08T02:59:26.177Z | Compiling regress v0.11.1 |
| 2019 | 2026-08-08T02:59:26.189Z | Compiling flate2 v1.1.2 |
| 2020 | 2026-08-08T02:59:26.241Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-08-08T02:59:26.499Z | Compiling hybrid-array v0.4.12 |
| 2022 | 2026-08-08T02:59:26.583Z | Compiling crossbeam-deque v0.8.6 |
| 2023 | 2026-08-08T02:59:26.621Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2024 | 2026-08-08T02:59:26.624Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2025 | 2026-08-08T02:59:26.783Z | Compiling rayon-core v1.13.0 |
| 2026 | 2026-08-08T02:59:26.864Z | Compiling clang-sys v1.8.1 |
| 2027 | 2026-08-08T02:59:26.982Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2028 | 2026-08-08T02:59:27.266Z | Compiling block-buffer v0.12.0 |
| 2029 | 2026-08-08T02:59:27.356Z | Compiling crypto-common v0.2.2 |
| 2030 | 2026-08-08T02:59:27.439Z | Compiling compression-core v0.4.32 |
| 2031 | 2026-08-08T02:59:27.550Z | Compiling const-oid v0.10.2 |
| 2032 | 2026-08-08T02:59:27.614Z | Compiling compression-codecs v0.4.32 |
| 2033 | 2026-08-08T02:59:27.760Z | Compiling typify-impl v0.6.2 |
| 2034 | 2026-08-08T02:59:27.793Z | Compiling scroll v0.12.0 |
| 2035 | 2026-08-08T02:59:28.071Z | Compiling digest v0.11.3 |
| 2036 | 2026-08-08T02:59:28.231Z | Compiling hash32 v0.3.1 |
| 2037 | 2026-08-08T02:59:28.250Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2038 | 2026-08-08T02:59:28.287Z | Compiling cpufeatures v0.3.0 |
| 2039 | 2026-08-08T02:59:28.390Z | Compiling sha1 v0.11.0 |
| 2040 | 2026-08-08T02:59:28.393Z | Compiling heapless v0.8.0 |
| 2041 | 2026-08-08T02:59:28.451Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2042 | 2026-08-08T02:59:28.467Z | Compiling goblin v0.8.2 |
| 2043 | 2026-08-08T02:59:28.571Z | Compiling async-compression v0.4.33 |
| 2044 | 2026-08-08T02:59:28.656Z | Compiling ingot-types v0.1.2 |
| 2045 | 2026-08-08T02:59:28.893Z | Compiling cobs v0.3.0 |
| 2046 | 2026-08-08T02:59:28.998Z | Compiling libloading v0.8.9 |
| 2047 | 2026-08-08T02:59:29.053Z | Compiling bitflags v1.3.2 |
| 2048 | 2026-08-08T02:59:29.100Z | Compiling foreign-types-shared v0.3.1 |
| 2049 | 2026-08-08T02:59:29.136Z | Compiling managed v0.8.0 |
| 2050 | 2026-08-08T02:59:29.201Z | Compiling foreign-types v0.5.0 |
| 2051 | 2026-08-08T02:59:29.292Z | Compiling dropshot v0.17.1 |
| 2052 | 2026-08-08T02:59:29.364Z | Compiling smoltcp v0.11.0 |
| 2053 | 2026-08-08T02:59:30.024Z | Compiling bindgen v0.72.1 |
| 2054 | 2026-08-08T02:59:30.044Z | Compiling postcard v1.1.3 |
| 2055 | 2026-08-08T02:59:30.252Z | Compiling ingot v0.1.1 |
| 2056 | 2026-08-08T02:59:31.334Z | Compiling cexpr v0.6.0 |
| 2057 | 2026-08-08T02:59:31.741Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2058 | 2026-08-08T02:59:31.847Z | Compiling num_enum v0.7.5 |
| 2059 | 2026-08-08T02:59:31.920Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2060 | 2026-08-08T02:59:32.199Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2061 | 2026-08-08T02:59:32.213Z | Compiling camino-tempfile v1.4.1 |
| 2062 | 2026-08-08T02:59:32.371Z | Compiling derive-where v1.6.0 |
| 2063 | 2026-08-08T02:59:32.397Z | Compiling serde_repr v0.1.20 |
| 2064 | 2026-08-08T02:59:32.463Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2065 | 2026-08-08T02:59:32.602Z | Compiling cstr-argument v0.1.2 |
| 2066 | 2026-08-08T02:59:32.765Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2026-08-08T02:59:32.803Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2068 | 2026-08-08T02:59:33.728Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2069 | 2026-08-08T02:59:33.924Z | Compiling rayon v1.11.0 |
| 2070 | 2026-08-08T02:59:33.986Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2071 | 2026-08-08T02:59:34.103Z | Compiling typify-macro v0.6.2 |
| 2072 | 2026-08-08T02:59:34.115Z | Compiling crucible-workspace-hack v0.1.0 |
| 2073 | 2026-08-08T02:59:34.814Z | Compiling memmap v0.7.0 |
| 2074 | 2026-08-08T02:59:34.933Z | Compiling tinyvec_macros v0.1.1 |
| 2075 | 2026-08-08T02:59:35.042Z | Compiling tinyvec v1.10.0 |
| 2076 | 2026-08-08T02:59:35.086Z | Compiling usdt v0.5.0 |
| 2077 | 2026-08-08T02:59:35.376Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2078 | 2026-08-08T02:59:35.892Z | Compiling num_enum v0.5.11 |
| 2079 | 2026-08-08T02:59:36.257Z | Compiling typify v0.6.2 |
| 2080 | 2026-08-08T02:59:36.332Z | Compiling pin-project-internal v1.1.10 |
| 2081 | 2026-08-08T02:59:37.060Z | Compiling progenitor-impl v0.14.0 |
| 2082 | 2026-08-08T02:59:37.454Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2083 | 2026-08-08T02:59:37.464Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2084 | 2026-08-08T02:59:37.519Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2085 | 2026-08-08T02:59:37.561Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2086 | 2026-08-08T02:59:37.871Z | Compiling rustix v0.38.44 |
| 2087 | 2026-08-08T02:59:38.215Z | Compiling itertools v0.12.1 |
| 2088 | 2026-08-08T02:59:38.352Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2089 | 2026-08-08T02:59:38.374Z | Compiling progenitor-impl v0.10.0 |
| 2090 | 2026-08-08T02:59:38.685Z | Compiling sigpipe v0.1.3 |
| 2091 | 2026-08-08T02:59:38.746Z | Compiling jiff v0.2.15 |
| 2092 | 2026-08-08T02:59:38.778Z | Compiling const_format_proc_macros v0.2.34 |
| 2093 | 2026-08-08T02:59:39.272Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2094 | 2026-08-08T02:59:39.457Z | Compiling zone v0.3.1 |
| 2095 | 2026-08-08T02:59:39.530Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-08-08T02:59:40.639Z | Compiling progenitor-macro v0.14.0 |
| 2097 | 2026-08-08T02:59:41.021Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-08-08T02:59:41.282Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-08-08T02:59:41.313Z | Compiling nix v0.30.1 |
| 2100 | 2026-08-08T02:59:41.701Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2101 | 2026-08-08T02:59:41.909Z | Compiling progenitor-macro v0.10.0 |
| 2102 | 2026-08-08T02:59:41.991Z | Compiling snafu-derive v0.8.9 |
| 2103 | 2026-08-08T02:59:42.437Z | Compiling secrecy v0.10.3 |
| 2104 | 2026-08-08T02:59:42.529Z | Compiling smf v0.2.3 |
| 2105 | 2026-08-08T02:59:42.617Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-08-08T02:59:42.726Z | Compiling bstr v1.12.0 |
| 2107 | 2026-08-08T02:59:43.321Z | Compiling whoami v1.6.1 |
| 2108 | 2026-08-08T02:59:43.641Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2109 | 2026-08-08T02:59:44.349Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2110 | 2026-08-08T02:59:45.195Z | Compiling hmac v0.12.1 |
| 2111 | 2026-08-08T02:59:45.516Z | Compiling inout v0.1.4 |
| 2112 | 2026-08-08T02:59:45.529Z | Compiling ff v0.13.1 |
| 2113 | 2026-08-08T02:59:45.682Z | Compiling crc8 v0.1.1 |
| 2114 | 2026-08-08T02:59:45.806Z | Compiling data-encoding v2.9.0 |
| 2115 | 2026-08-08T02:59:45.956Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-08-08T02:59:45.982Z | Compiling group v0.13.0 |
| 2117 | 2026-08-08T02:59:46.215Z | Compiling cipher v0.4.4 |
| 2118 | 2026-08-08T02:59:46.688Z | Compiling hkdf v0.12.4 |
| 2119 | 2026-08-08T02:59:46.850Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2120 | 2026-08-08T02:59:47.109Z | Compiling atomicwrites v0.4.4 |
| 2121 | 2026-08-08T02:59:47.168Z | Compiling tokio-dtrace v0.1.1 |
| 2122 | 2026-08-08T02:59:47.455Z | Compiling tabled_derive v0.7.0 |
| 2123 | 2026-08-08T02:59:48.065Z | Compiling reqwest v0.13.2 |
| 2124 | 2026-08-08T02:59:48.179Z | Compiling universal-hash v0.5.1 |
| 2125 | 2026-08-08T02:59:48.192Z | Compiling crypto-bigint v0.5.5 |
| 2126 | 2026-08-08T02:59:48.322Z | Compiling half v2.7.1 |
| 2127 | 2026-08-08T02:59:48.412Z | Compiling ciborium-io v0.2.2 |
| 2128 | 2026-08-08T02:59:48.517Z | Compiling base64ct v1.8.0 |
| 2129 | 2026-08-08T02:59:48.623Z | Compiling indent_write v2.2.0 |
| 2130 | 2026-08-08T02:59:48.772Z | Compiling base16ct v0.2.0 |
| 2131 | 2026-08-08T02:59:48.833Z | Compiling opaque-debug v0.3.1 |
| 2132 | 2026-08-08T02:59:48.915Z | Compiling poly1305 v0.8.0 |
| 2133 | 2026-08-08T02:59:48.946Z | Compiling password-hash v0.5.0 |
| 2134 | 2026-08-08T02:59:49.202Z | Compiling progenitor-client v0.14.0 |
| 2135 | 2026-08-08T02:59:49.288Z | Compiling elliptic-curve v0.13.8 |
| 2136 | 2026-08-08T02:59:49.340Z | Compiling ciborium-ll v0.2.2 |
| 2137 | 2026-08-08T02:59:49.814Z | Compiling oxide-tokio-rt v0.1.2 |
| 2138 | 2026-08-08T02:59:50.162Z | Compiling chacha20 v0.9.1 |
| 2139 | 2026-08-08T02:59:50.321Z | Compiling similar v2.7.0 |
| 2140 | 2026-08-08T02:59:50.396Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2141 | 2026-08-08T02:59:50.530Z | Compiling thiserror-no-std v2.0.2 |
| 2142 | 2026-08-08T02:59:51.807Z | Compiling blake2 v0.10.6 |
| 2143 | 2026-08-08T02:59:52.162Z | Compiling aead v0.5.2 |
| 2144 | 2026-08-08T02:59:52.190Z | Compiling strum_macros v0.28.0 |
| 2145 | 2026-08-08T02:59:52.491Z | Compiling keccak v0.1.6 |
| 2146 | 2026-08-08T02:59:52.596Z | Compiling linked-hash-map v0.5.6 |
| 2147 | 2026-08-08T02:59:52.649Z | Compiling resolv-conf v0.7.5 |
| 2148 | 2026-08-08T02:59:52.782Z | Compiling lru-cache v0.1.2 |
| 2149 | 2026-08-08T02:59:52.914Z | Compiling sha3 v0.10.8 |
| 2150 | 2026-08-08T02:59:53.181Z | Compiling chacha20poly1305 v0.10.1 |
| 2151 | 2026-08-08T02:59:53.224Z | Compiling argon2 v0.5.3 |
| 2152 | 2026-08-08T02:59:53.254Z | Compiling vsss-rs v3.3.4 |
| 2153 | 2026-08-08T02:59:53.321Z | Compiling progenitor v0.14.0 |
| 2154 | 2026-08-08T02:59:53.460Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2155 | 2026-08-08T02:59:53.485Z | Compiling ciborium v0.2.2 |
| 2156 | 2026-08-08T02:59:53.698Z | Compiling hickory-proto v0.24.4 |
| 2157 | 2026-08-08T02:59:54.048Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2158 | 2026-08-08T02:59:54.070Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2159 | 2026-08-08T02:59:54.534Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2160 | 2026-08-08T02:59:54.550Z | Compiling serde-big-array v0.5.1 |
| 2161 | 2026-08-08T02:59:54.637Z | Compiling same-file v1.0.6 |
| 2162 | 2026-08-08T02:59:54.698Z | Compiling siphasher v1.0.1 |
| 2163 | 2026-08-08T02:59:54.852Z | Compiling unicode-segmentation v1.12.0 |
| 2164 | 2026-08-08T02:59:54.864Z | Compiling phf_shared v0.12.1 |
| 2165 | 2026-08-08T02:59:55.085Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2166 | 2026-08-08T02:59:55.198Z | Compiling newline-converter v0.3.0 |
| 2167 | 2026-08-08T02:59:55.246Z | Compiling walkdir v2.5.0 |
| 2168 | 2026-08-08T02:59:55.324Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2169 | 2026-08-08T02:59:55.496Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2170 | 2026-08-08T02:59:55.598Z | Compiling hickory-resolver v0.24.4 |
| 2171 | 2026-08-08T02:59:56.258Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-08-08T02:59:57.170Z | Compiling newtype_derive v0.1.6 |
| 2173 | 2026-08-08T02:59:57.259Z | Compiling owo-colors v4.3.0 |
| 2174 | 2026-08-08T02:59:57.342Z | Compiling tokio-stream v0.1.17 |
| 2175 | 2026-08-08T02:59:57.745Z | Compiling console v0.15.11 |
| 2176 | 2026-08-08T02:59:57.820Z | Compiling csv-core v0.1.12 |
| 2177 | 2026-08-08T02:59:57.964Z | Compiling unicode-width v0.1.14 |
| 2178 | 2026-08-08T02:59:58.173Z | Compiling swrite v0.1.0 |
| 2179 | 2026-08-08T02:59:58.249Z | Compiling unicode-linebreak v0.1.5 |
| 2180 | 2026-08-08T02:59:58.273Z | Compiling smawk v0.3.2 |
| 2181 | 2026-08-08T02:59:58.388Z | Compiling humantime v2.3.0 |
| 2182 | 2026-08-08T02:59:58.400Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-08-08T02:59:58.412Z | Compiling termtree v0.5.1 |
| 2184 | 2026-08-08T02:59:58.518Z | Compiling textwrap v0.16.2 |
| 2185 | 2026-08-08T02:59:58.538Z | Compiling hashbrown v0.15.5 |
| 2186 | 2026-08-08T02:59:58.576Z | Compiling expectorate v1.2.0 |
| 2187 | 2026-08-08T02:59:58.671Z | Compiling csv v1.4.0 |
| 2188 | 2026-08-08T02:59:58.740Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-08-08T02:59:58.769Z | Compiling qorb v0.4.1 |
| 2190 | 2026-08-08T02:59:59.116Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-08-08T03:00:00.387Z | Compiling phf v0.12.1 |
| 2192 | 2026-08-08T03:00:00.554Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2193 | 2026-08-08T03:00:01.036Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2194 | 2026-08-08T03:00:01.067Z | Compiling pin-project v1.1.10 |
| 2195 | 2026-08-08T03:00:01.180Z | Compiling unicode-normalization v0.1.24 |
| 2196 | 2026-08-08T03:00:01.222Z | Compiling libz-sys v1.1.22 |
| 2197 | 2026-08-08T03:00:01.672Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-08-08T03:00:02.439Z | Compiling libsw-core v0.3.2 |
| 2199 | 2026-08-08T03:00:02.958Z | Compiling highway v1.3.0 |
| 2200 | 2026-08-08T03:00:03.107Z | Compiling fixedbitset v0.4.2 |
| 2201 | 2026-08-08T03:00:03.356Z | Compiling fixedbitset v0.5.7 |
| 2202 | 2026-08-08T03:00:03.486Z | Compiling petgraph v0.6.5 |
| 2203 | 2026-08-08T03:00:03.720Z | Compiling petgraph v0.8.2 |
| 2204 | 2026-08-08T03:00:04.211Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-08-08T03:00:05.076Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-08-08T03:00:05.294Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-08-08T03:00:06.092Z | Compiling libsw v3.5.0 |
| 2208 | 2026-08-08T03:00:06.313Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-08-08T03:00:06.877Z | Compiling olpc-cjson v0.1.4 |
| 2210 | 2026-08-08T03:00:06.928Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2211 | 2026-08-08T03:00:07.207Z | Compiling snafu v0.8.9 |
| 2212 | 2026-08-08T03:00:07.628Z | Compiling chrono-tz v0.10.4 |
| 2213 | 2026-08-08T03:00:08.260Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-08-08T03:00:08.476Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-08-08T03:00:08.716Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-08-08T03:00:08.934Z | Compiling papergrid v0.11.0 |
| 2217 | 2026-08-08T03:00:09.097Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-08-08T03:00:09.112Z | Compiling strum v0.28.0 |
| 2219 | 2026-08-08T03:00:09.251Z | Compiling globset v0.4.16 |
| 2220 | 2026-08-08T03:00:09.380Z | Compiling const_format v0.2.34 |
| 2221 | 2026-08-08T03:00:09.392Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2026-08-08T03:00:09.714Z | Compiling cancel-safe-futures v0.1.5 |
| 2223 | 2026-08-08T03:00:09.729Z | Compiling gethostname v0.5.0 |
| 2224 | 2026-08-08T03:00:10.107Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2225 | 2026-08-08T03:00:10.740Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-08-08T03:00:11.018Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2227 | 2026-08-08T03:00:11.091Z | Compiling bcs v0.1.6 |
| 2228 | 2026-08-08T03:00:11.362Z | Compiling cargo-platform v0.1.9 |
| 2229 | 2026-08-08T03:00:11.386Z | Compiling serde_plain v1.0.2 |
| 2230 | 2026-08-08T03:00:11.412Z | Compiling pem v3.0.5 |
| 2231 | 2026-08-08T03:00:11.575Z | Compiling typed-path v0.9.3 |
| 2232 | 2026-08-08T03:00:11.805Z | Compiling linear-map v1.2.0 |
| 2233 | 2026-08-08T03:00:11.841Z | Compiling tagptr v0.2.0 |
| 2234 | 2026-08-08T03:00:12.004Z | Compiling moka v0.12.11 |
| 2235 | 2026-08-08T03:00:12.343Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2236 | 2026-08-08T03:00:12.784Z | Compiling tough v0.20.0 |
| 2237 | 2026-08-08T03:00:14.012Z | Compiling cargo_metadata v0.18.1 |
| 2238 | 2026-08-08T03:00:14.066Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-08-08T03:00:15.380Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-08-08T03:00:15.662Z | Compiling tabled v0.15.0 |
| 2241 | 2026-08-08T03:00:15.744Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-08-08T03:00:15.939Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-08-08T03:00:16.355Z | Compiling git2 v0.19.0 |
| 2244 | 2026-08-08T03:00:18.404Z | Compiling steno v0.4.1 |
| 2245 | 2026-08-08T03:00:19.120Z | Compiling hickory-proto v0.25.2 |
| 2246 | 2026-08-08T03:00:19.253Z | Compiling cookie v0.18.1 |
| 2247 | 2026-08-08T03:00:21.299Z | Compiling hickory-resolver v0.25.2 |
| 2248 | 2026-08-08T03:00:22.100Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-08-08T03:00:24.912Z | Compiling vergen v8.3.2 |
| 2250 | 2026-08-08T03:00:25.976Z | Compiling signal-hook v0.4.4 |
| 2251 | 2026-08-08T03:00:26.590Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2252 | 2026-08-08T03:00:26.645Z | Compiling predicates-core v1.0.9 |
| 2253 | 2026-08-08T03:00:26.856Z | Compiling mockall_derive v0.14.0 |
| 2254 | 2026-08-08T03:00:27.270Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2255 | 2026-08-08T03:00:27.338Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-08-08T03:00:27.493Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2257 | 2026-08-08T03:00:27.668Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2258 | 2026-08-08T03:00:27.858Z | Compiling sha2 v0.10.9 |
| 2259 | 2026-08-08T03:00:28.567Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2260 | 2026-08-08T03:00:29.381Z | Compiling diff v0.1.13 |
| 2261 | 2026-08-08T03:00:29.553Z | Compiling yansi v1.0.1 |
| 2262 | 2026-08-08T03:00:29.658Z | Compiling mockall v0.14.0 |
| 2263 | 2026-08-08T03:00:29.886Z | Compiling pretty_assertions v1.4.1 |
| 2264 | 2026-08-08T03:00:29.933Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2265 | 2026-08-08T03:00:31.136Z | Compiling fs-err v3.1.2 |
| 2266 | 2026-08-08T03:00:31.182Z | Compiling predicates-tree v1.0.12 |
| 2267 | 2026-08-08T03:00:31.449Z | Compiling predicates v3.1.3 |
| 2268 | 2026-08-08T03:00:31.970Z | Compiling git-stub v1.0.0 |
| 2269 | 2026-08-08T03:00:32.268Z | Compiling filetime v0.2.26 |
| 2270 | 2026-08-08T03:00:32.280Z | Compiling arrayvec v0.7.6 |
| 2271 | 2026-08-08T03:00:32.472Z | Compiling arrayref v0.3.9 |
| 2272 | 2026-08-08T03:00:32.496Z | Compiling downcast v0.11.0 |
| 2273 | 2026-08-08T03:00:32.558Z | Compiling is_ci v1.2.0 |
| 2274 | 2026-08-08T03:00:32.658Z | Compiling constant_time_eq v0.3.1 |
| 2275 | 2026-08-08T03:00:32.718Z | Compiling fragile v2.0.1 |
| 2276 | 2026-08-08T03:00:32.787Z | Compiling xattr v1.6.1 |
| 2277 | 2026-08-08T03:00:32.978Z | Compiling tar v0.4.45 |
| 2278 | 2026-08-08T03:00:33.037Z | Compiling blake3 v1.8.2 |
| 2279 | 2026-08-08T03:00:33.135Z | Compiling supports-color v3.0.2 |
| 2280 | 2026-08-08T03:00:33.329Z | Compiling toml v0.7.8 |
| 2281 | 2026-08-08T03:00:33.633Z | Compiling git-stub-vcs v0.1.0 |
| 2282 | 2026-08-08T03:00:34.020Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2283 | 2026-08-08T03:00:34.180Z | Compiling signal-hook-tokio v0.4.0 |
| 2284 | 2026-08-08T03:00:34.480Z | Compiling scuffle v0.1.0 |
| 2285 | 2026-08-08T03:00:35.446Z | Compiling drift v0.2.0 |
| 2286 | 2026-08-08T03:00:36.123Z | Compiling kstat-rs v0.2.4 |
| 2287 | 2026-08-08T03:00:36.156Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2288 | 2026-08-08T03:00:36.450Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2289 | 2026-08-08T03:00:36.484Z | Compiling hex-literal v1.1.0 |
| 2290 | 2026-08-08T03:00:36.612Z | Compiling topological-sort v0.2.2 |
| 2291 | 2026-08-08T03:00:36.710Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2292 | 2026-08-08T03:00:36.773Z | Compiling omicron-zone-package v0.12.2 |
| 2293 | 2026-08-08T03:00:37.363Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2294 | 2026-08-08T03:00:38.729Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2295 | 2026-08-08T03:00:38.772Z | Compiling dropshot-api-manager v0.7.2 |
| 2296 | 2026-08-08T03:00:39.664Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2297 | 2026-08-08T03:00:39.768Z | Compiling curl v0.4.50 |
| 2298 | 2026-08-08T03:00:40.083Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2299 | 2026-08-08T03:00:40.141Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2300 | 2026-08-08T03:00:40.396Z | Compiling iddqd v0.4.5 |
| 2301 | 2026-08-08T03:00:40.718Z | Compiling internet-checksum v0.2.1 |
| 2302 | 2026-08-08T03:00:40.876Z | Compiling search_path v0.1.4 |
| 2303 | 2026-08-08T03:00:41.227Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2304 | 2026-08-08T03:00:41.304Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2305 | 2026-08-08T03:00:44.552Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2306 | 2026-08-08T03:00:45.882Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2307 | 2026-08-08T03:01:30.348Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
| 2308 | 2026-08-08T03:01:30.476Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 2309 | 2026-08-08T03:01:30.479Z | |
| 2310 | 2026-08-08T03:01:30.479Z | running 5 tests |
| 2311 | 2026-08-08T03:01:30.481Z | test fuse::tests::chip_revision_a0 ... ok |
| 2312 | 2026-08-08T03:01:30.482Z | test fuse::tests::chip_revision_b1 ... ok |
| 2313 | 2026-08-08T03:01:30.482Z | test fuse::tests::chip_revision_b0 ... ok |
| 2314 | 2026-08-08T03:01:30.482Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2315 | 2026-08-08T03:01:30.482Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2316 | 2026-08-08T03:01:30.482Z | |
| 2317 | 2026-08-08T03:01:30.482Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2318 | 2026-08-08T03:01:30.482Z | |
| 2319 | 2026-08-08T03:01:30.482Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2320 | 2026-08-08T03:01:30.485Z | |
| 2321 | 2026-08-08T03:01:30.485Z | running 0 tests |
| 2322 | 2026-08-08T03:01:30.485Z | |
| 2323 | 2026-08-08T03:01:30.485Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-08-08T03:01:30.485Z | |
| 2325 | 2026-08-08T03:01:30.485Z | Running unittests src/lib.rs (target/debug/deps/asic-383fcf9cca2eddde) |
| 2326 | 2026-08-08T03:01:30.487Z | |
| 2327 | 2026-08-08T03:01:30.488Z | running 0 tests |
| 2328 | 2026-08-08T03:01:30.488Z | |
| 2329 | 2026-08-08T03:01:30.488Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-08-08T03:01:30.488Z | |
| 2331 | 2026-08-08T03:01:30.488Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2332 | 2026-08-08T03:01:30.488Z | |
| 2333 | 2026-08-08T03:01:30.488Z | running 10 tests |
| 2334 | 2026-08-08T03:01:30.491Z | test network::tests::test_equal ... ok |
| 2335 | 2026-08-08T03:01:30.491Z | test nat::tests::test_vni ... ok |
| 2336 | 2026-08-08T03:01:30.491Z | test network::tests::test_eui64 ... ok |
| 2337 | 2026-08-08T03:01:30.491Z | test network::tests::test_into ... ok |
| 2338 | 2026-08-08T03:01:30.491Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2339 | 2026-08-08T03:01:30.491Z | test network::tests::test_not_equal ... ok |
| 2340 | 2026-08-08T03:01:30.491Z | test network::tests::test_parse ... ok |
| 2341 | 2026-08-08T03:01:30.491Z | test network::tests::test_to_string ... ok |
| 2342 | 2026-08-08T03:01:30.491Z | test test_purge ... ok |
| 2343 | 2026-08-08T03:01:30.494Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2344 | 2026-08-08T03:01:30.494Z | |
| 2345 | 2026-08-08T03:01:30.494Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2346 | 2026-08-08T03:01:30.494Z | |
| 2347 | 2026-08-08T03:01:30.494Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 2348 | 2026-08-08T03:01:30.498Z | |
| 2349 | 2026-08-08T03:01:30.499Z | running 1 test |
| 2350 | 2026-08-08T03:01:30.502Z | ------- |
| 2351 | 2026-08-08T03:01:30.502Z | Generating OpenAPI documents from API definitions ... |
| 2352 | 2026-08-08T03:01:30.638Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2353 | 2026-08-08T03:01:30.707Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2354 | 2026-08-08T03:01:31.729Z | ------- |
| 2355 | 2026-08-08T03:01:31.729Z | Checking 12 OpenAPI documents... |
| 2356 | 2026-08-08T03:01:31.729Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-08-08T03:01:31.729Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-08-08T03:01:31.729Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-08-08T03:01:31.729Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-08-08T03:01:31.733Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-08-08T03:01:31.733Z | Fresh dpd "latest" symlink |
| 2369 | 2026-08-08T03:01:31.733Z | ------- |
| 2370 | 2026-08-08T03:01:31.733Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2371 | 2026-08-08T03:01:31.794Z | test test::test_apis_up_to_date ... ok |
| 2372 | 2026-08-08T03:01:31.794Z | |
| 2373 | 2026-08-08T03:01:31.794Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 2374 | 2026-08-08T03:01:31.794Z | |
| 2375 | 2026-08-08T03:01:31.852Z | Running unittests src/main.rs (target/debug/deps/dpd-69956902c61aa667) |
| 2376 | 2026-08-08T03:01:31.858Z | |
| 2377 | 2026-08-08T03:01:31.858Z | running 34 tests |
| 2378 | 2026-08-08T03:01:31.861Z | test freemap::test_ordering ... ok |
| 2379 | 2026-08-08T03:01:31.861Z | test config::tests::test_updates ... ok |
| 2380 | 2026-08-08T03:01:31.861Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2381 | 2026-08-08T03:01:31.861Z | test freemap::test_split ... ok |
| 2382 | 2026-08-08T03:01:31.861Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2383 | 2026-08-08T03:01:31.861Z | test macaddrs::tests::test_mac_offset ... ok |
| 2384 | 2026-08-08T03:01:31.865Z | Aug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test |
| 2385 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG initted freemap. size: 128, unit: freemap_test |
| 2386 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test |
| 2387 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test |
| 2388 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975Aug 08 03:01:30.975 DEBGDEBG initted freemap. size: 128created new freemap, unit, :unit :freemap_test |
| 2389 | 2026-08-08T03:01:31.866Z | freemap_test |
| 2390 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG reset freemap, Aug 08 03:01:30.975unit :DEBG freemap_testinitted freemap. size: 128 |
| 2391 | 2026-08-08T03:01:31.866Z | , unit: freemap_test |
| 2392 | 2026-08-08T03:01:31.866Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2393 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test |
| 2394 | 2026-08-08T03:01:31.866Z | test freemap::test_free ... ok |
| 2395 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG created new freemap, unit: freemap_test |
| 2396 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG initted freemap. size: 128, unit: freemap_test |
| 2397 | 2026-08-08T03:01:31.866Z | test freemap::test_basic ... ok |
| 2398 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.975 DEBG reset freemap, unit: freemap_test |
| 2399 | 2026-08-08T03:01:31.866Z | test freemap::test_reclaim ... ok |
| 2400 | 2026-08-08T03:01:31.866Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2401 | 2026-08-08T03:01:31.866Z | test freemap::test_exhaustion ... ok |
| 2402 | 2026-08-08T03:01:31.866Z | test nat::test_mapping ... ok |
| 2403 | 2026-08-08T03:01:31.866Z | test port_map::tests::test_backplane_group ... ok |
| 2404 | 2026-08-08T03:01:31.866Z | test port_map::tests::test_port_map ... ok |
| 2405 | 2026-08-08T03:01:31.866Z | test port_map::tests::dump_map ... ok |
| 2406 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG created new freemap, unit: freemap_test |
| 2407 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG initted freemap. size: 8, unit: freemap_test |
| 2408 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG reset freemap, unit: freemap_test |
| 2409 | 2026-08-08T03:01:31.866Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2410 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG created new freemap, unit: freemap_test |
| 2411 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG initted freemap. size: 128, unit: freemap_test |
| 2412 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG reset freemap, unit: freemap_test |
| 2413 | 2026-08-08T03:01:31.866Z | test freemap::test_span ... ok |
| 2414 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2415 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2416 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2417 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2418 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2419 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2420 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2421 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 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 } }] |
| 2422 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2423 | 2026-08-08T03:01:31.866Z | Aug 08 03:01:30.976 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 } }] |
| 2424 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2425 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2426 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2427 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2428 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2429 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2430 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2431 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2432 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2433 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2434 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2435 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2436 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2437 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.976 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 } }] |
| 2438 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2439 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2440 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2441 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2442 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2443 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2444 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2445 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2446 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2447 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2448 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2449 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2450 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2451 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2452 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2453 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2454 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2455 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2456 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2457 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2458 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2459 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2460 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2461 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 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 } }] |
| 2462 | 2026-08-08T03:01:31.867Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2463 | 2026-08-08T03:01:31.868Z | Aug 08 03:01:30.977 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 } }] |
| 2464 | 2026-08-08T03:01:31.868Z | Aug 08 03:01:30.977 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2465 | 2026-08-08T03:01:31.868Z | Aug 08 03:01:30.977 DEBG Aug 08 03:01:30.976replacing 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 } }] |
| 2466 | 2026-08-08T03:01:31.868Z | DEBG created new freemapAug 08 03:01:30.977, unitINFO: adding route 3fff:beef:16::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2467 | 2026-08-08T03:01:31.868Z | |
| 2468 | 2026-08-08T03:01:31.868Z | Aug 08 03:01:30.977 DEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977 |
| 2469 | 2026-08-08T03:01:31.868Z | DEBG Aug 08 03:01:30.977created new freemapAug 08 03:01:30.977 , DEBG unit INFO: adding route 3fff:beef:17::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2470 | 2026-08-08T03:01:31.868Z | created new freemap |
| 2471 | 2026-08-08T03:01:31.868Z | , unit:Aug 08 03:01:30.977 Aug 08 03:01:30.977 freemap_route_ipv6DEBG |
| 2472 | 2026-08-08T03:01:31.868Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2473 | 2026-08-08T03:01:31.868Z | created new freemapAug 08 03:01:30.977, unitAug 08 03:01:30.977: DEBG INFO freemap_route_ipv6initted freemap. size: 64 |
| 2474 | 2026-08-08T03:01:31.868Z | , adding route 3fff:beef:18::/64 -> 2001:db8::55:ffunit |
| 2475 | 2026-08-08T03:01:31.868Z | : Aug 08 03:01:30.977freemap_route_ipv4 |
| 2476 | 2026-08-08T03:01:31.868Z | DEBG Aug 08 03:01:30.977initted freemap. size: 64 , DEBGunitAug 08 03:01:30.977: 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 } }]freemap_route_ipv4 |
| 2477 | 2026-08-08T03:01:31.868Z | |
| 2478 | 2026-08-08T03:01:31.868Z | reset freemap, unitAug 08 03:01:30.977: Aug 08 03:01:30.977DEBG reset freemapfreemap_route_ipv4, |
| 2479 | 2026-08-08T03:01:31.868Z | unitINFO: freemap_route_ipv4adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 |
| 2480 | 2026-08-08T03:01:31.868Z | DEBG |
| 2481 | 2026-08-08T03:01:31.868Z | initted freemap. size: 64Aug 08 03:01:30.977, DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit |
| 2482 | 2026-08-08T03:01:31.868Z | :Aug 08 03:01:30.977 freemap_route_ipv6 |
| 2483 | 2026-08-08T03:01:31.868Z | DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977Aug 08 03:01:30.977 |
| 2484 | 2026-08-08T03:01:31.872Z | DEBGDEBG reset freemapreset freemap, , Aug 08 03:01:30.977unitunit:: freemap_route_ipv6 freemap_route_ipv6 |
| 2485 | 2026-08-08T03:01:31.872Z | |
| 2486 | 2026-08-08T03:01:31.872Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 |
| 2487 | 2026-08-08T03:01:31.872Z | Aug 08 03:01:30.977 INFOINFO Aug 08 03:01:30.977adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2488 | 2026-08-08T03:01:31.872Z | |
| 2489 | 2026-08-08T03:01:31.872Z | DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2490 | 2026-08-08T03:01:31.872Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGAug 08 03:01:30.977 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 } }] |
| 2491 | 2026-08-08T03:01:31.872Z | 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 } }] |
| 2492 | 2026-08-08T03:01:31.873Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2493 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFOINFO Aug 08 03:01:30.977adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2494 | 2026-08-08T03:01:31.873Z | |
| 2495 | 2026-08-08T03:01:31.873Z | DEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977 |
| 2496 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:01:30.977 |
| 2497 | 2026-08-08T03:01:31.873Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 2498 | 2026-08-08T03:01:31.873Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2499 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 INFOAug 08 03:01:30.977 Aug 08 03:01:30.977 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 2500 | 2026-08-08T03:01:31.873Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG |
| 2501 | 2026-08-08T03:01:31.873Z | 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 } }] |
| 2502 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.977 |
| 2503 | 2026-08-08T03:01:31.873Z | |
| 2504 | 2026-08-08T03:01:31.873Z | INFO Aug 08 03:01:30.977adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 INFOAug 08 03:01:30.977 DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2505 | 2026-08-08T03:01:31.873Z | |
| 2506 | 2026-08-08T03:01:31.873Z | created new freemap INFO, adding route 3fff:dead::/64 -> 2001:db8::55:4unit |
| 2507 | 2026-08-08T03:01:31.873Z | :Aug 08 03:01:30.977 freemap_route_ipv4 |
| 2508 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977DEBG Aug 08 03:01:30.977DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 2509 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 DEBG |
| 2510 | 2026-08-08T03:01:31.873Z | DEBG Aug 08 03:01:30.977created new freemap , INFO unit:adding route 3fff:beef:2::/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 } }] |
| 2511 | 2026-08-08T03:01:31.873Z | |
| 2512 | 2026-08-08T03:01:31.873Z | freemap_route_ipv6Aug 08 03:01:30.977 |
| 2513 | 2026-08-08T03:01:31.873Z | INFOAug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBG INFO DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2514 | 2026-08-08T03:01:31.873Z | |
| 2515 | 2026-08-08T03:01:31.873Z | initted freemap. size: 64, unit: freemap_route_ipv4Aug 08 03:01:30.977 |
| 2516 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977DEBG INFOreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.977 |
| 2517 | 2026-08-08T03:01:31.873Z | DEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreset freemap |
| 2518 | 2026-08-08T03:01:31.873Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2519 | 2026-08-08T03:01:31.873Z | , unitAug 08 03:01:30.977 Aug 08 03:01:30.977: INFODEBG freemap_route_ipv4 |
| 2520 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2521 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2522 | 2026-08-08T03:01:31.873Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 |
| 2523 | 2026-08-08T03:01:31.873Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2524 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 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 } }] |
| 2525 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 2526 | 2026-08-08T03:01:31.873Z | |
| 2527 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 INFOAug 08 03:01:30.977 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffDEBG |
| 2528 | 2026-08-08T03:01:31.873Z | 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 } }] |
| 2529 | 2026-08-08T03:01:31.873Z | Aug 08 03:01:30.977 DEBG Aug 08 03:01:30.977replacing 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 } }] |
| 2530 | 2026-08-08T03:01:31.873Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2531 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2532 | 2026-08-08T03:01:31.874Z | 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 } }] |
| 2533 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2534 | 2026-08-08T03:01:31.874Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2535 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2536 | 2026-08-08T03:01:31.874Z | 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 } }] |
| 2537 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 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::/64 -> 2001:db8::55:ff |
| 2538 | 2026-08-08T03:01:31.874Z | |
| 2539 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:beef:22::/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 } }] |
| 2540 | 2026-08-08T03:01:31.874Z | |
| 2541 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 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:1::/64 -> 2001:db8::55:ff |
| 2542 | 2026-08-08T03:01:31.874Z | |
| 2543 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 2544 | 2026-08-08T03:01:31.874Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2545 | 2026-08-08T03:01:31.874Z | |
| 2546 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2547 | 2026-08-08T03:01:31.874Z | |
| 2548 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 Aug 08 03:01:30.977INFO DEBG 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 } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2549 | 2026-08-08T03:01:31.874Z | |
| 2550 | 2026-08-08T03:01:31.874Z | |
| 2551 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 INFO DEBG INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2552 | 2026-08-08T03:01:31.874Z | |
| 2553 | 2026-08-08T03:01:31.874Z | 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 } }] |
| 2554 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBGAug 08 03:01:30.977 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 } }] |
| 2555 | 2026-08-08T03:01:31.874Z | 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 } }] |
| 2556 | 2026-08-08T03:01:31.874Z | INFO Aug 08 03:01:30.977adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2557 | 2026-08-08T03:01:31.874Z | INFOAug 08 03:01:30.977 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFO |
| 2558 | 2026-08-08T03:01:31.874Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2559 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGDEBG 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 } }] |
| 2560 | 2026-08-08T03:01:31.874Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2561 | 2026-08-08T03:01:31.874Z | |
| 2562 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 INFO Aug 08 03:01:30.977adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Aug 08 03:01:30.977INFO |
| 2563 | 2026-08-08T03:01:31.874Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 2564 | 2026-08-08T03:01:31.874Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2565 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBG Aug 08 03:01:30.977 DEBG 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 } }] |
| 2566 | 2026-08-08T03:01:31.874Z | 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: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 } }] |
| 2567 | 2026-08-08T03:01:31.874Z | |
| 2568 | 2026-08-08T03:01:31.874Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFOAug 08 03:01:30.977INFO INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2569 | 2026-08-08T03:01:31.874Z | |
| 2570 | 2026-08-08T03:01:31.875Z | |
| 2571 | 2026-08-08T03:01:31.875Z | Aug 08 03:01:30.977Aug 08 03:01:30.977Aug 08 03:01:30.977 DEBGDEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2572 | 2026-08-08T03:01:31.875Z | |
| 2573 | 2026-08-08T03:01:31.875Z | 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 } }] |
| 2574 | 2026-08-08T03:01:31.875Z | test api_server::tests::test_build_info ... ok |
| 2575 | 2026-08-08T03:01:31.875Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff Aug 08 03:01:30.977 |
| 2576 | 2026-08-08T03:01:31.875Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 2577 | 2026-08-08T03:01:31.875Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2578 | 2026-08-08T03:01:31.875Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBGAug 08 03:01:30.977 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 |
| 2579 | 2026-08-08T03:01:31.875Z | 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 } }] |
| 2580 | 2026-08-08T03:01:31.875Z | 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 08 03:01:30.977 |
| 2581 | 2026-08-08T03:01:31.875Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2582 | 2026-08-08T03:01:31.875Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFO INFOAug 08 03:01:30.977 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2583 | 2026-08-08T03:01:31.875Z | 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 } }] |
| 2584 | 2026-08-08T03:01:31.879Z | |
| 2585 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBG INFO DEBGadding 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 } }] |
| 2586 | 2026-08-08T03:01:31.879Z | |
| 2587 | 2026-08-08T03:01:31.879Z | 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 } }] |
| 2588 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977INFOAug 08 03:01:30.977 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 2589 | 2026-08-08T03:01:31.879Z | replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2590 | 2026-08-08T03:01:31.879Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2591 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFO DEBGAug 08 03:01:30.977adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2592 | 2026-08-08T03:01:31.879Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 } }] |
| 2593 | 2026-08-08T03:01:31.879Z | |
| 2594 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977 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 } }] |
| 2595 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977Aug 08 03:01:30.977 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ffAug 08 03:01:30.977 |
| 2596 | 2026-08-08T03:01:31.879Z | |
| 2597 | 2026-08-08T03:01:31.879Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2598 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.977 Aug 08 03:01:30.977DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2599 | 2026-08-08T03:01:31.879Z | 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 } }] |
| 2600 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.977INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 2601 | 2026-08-08T03:01:31.879Z | 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 } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2602 | 2026-08-08T03:01:31.879Z | |
| 2603 | 2026-08-08T03:01:31.879Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 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 } }]INFO |
| 2604 | 2026-08-08T03:01:31.879Z | 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:2c::/64 -> 2001:db8::55:ff |
| 2605 | 2026-08-08T03:01:31.880Z | |
| 2606 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOAug 08 03:01:30.978 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGINFO 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:c::/64 -> 2001:db8::55:ff |
| 2607 | 2026-08-08T03:01:31.880Z | |
| 2608 | 2026-08-08T03:01:31.880Z | |
| 2609 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOAug 08 03:01:30.978DEBG 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 } }] adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2610 | 2026-08-08T03:01:31.880Z | |
| 2611 | 2026-08-08T03:01:31.880Z | |
| 2612 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG INFO INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2613 | 2026-08-08T03:01:31.880Z | |
| 2614 | 2026-08-08T03:01:31.880Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2615 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBGAug 08 03:01:30.978 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 } }] |
| 2616 | 2026-08-08T03:01:31.880Z | INFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2617 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 |
| 2618 | 2026-08-08T03:01:31.880Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2619 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO Aug 08 03:01:30.978 DEBGDEBG adding route 3fff:beef:e::/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 } }] |
| 2620 | 2026-08-08T03:01:31.880Z | |
| 2621 | 2026-08-08T03:01:31.880Z | 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 } }] |
| 2622 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFODEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2623 | 2026-08-08T03:01:31.880Z | 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 } }] |
| 2624 | 2026-08-08T03:01:31.880Z | |
| 2625 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2626 | 2026-08-08T03:01:31.880Z | |
| 2627 | 2026-08-08T03:01:31.880Z | 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 } }] |
| 2628 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 DEBG Aug 08 03:01:30.978Aug 08 03:01:30.978 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 2629 | 2026-08-08T03:01:31.880Z | INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2630 | 2026-08-08T03:01:31.880Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2631 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO DEBGAug 08 03:01:30.978 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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 |
| 2632 | 2026-08-08T03:01:31.880Z | |
| 2633 | 2026-08-08T03:01:31.880Z | 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 } }] |
| 2634 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2635 | 2026-08-08T03:01:31.880Z | |
| 2636 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2637 | 2026-08-08T03:01:31.880Z | |
| 2638 | 2026-08-08T03:01:31.880Z | |
| 2639 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 2640 | 2026-08-08T03:01:31.880Z | 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 |
| 2641 | 2026-08-08T03:01:31.880Z | 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 08 03:01:30.978 |
| 2642 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978DEBG 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 |
| 2643 | 2026-08-08T03:01:31.880Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2644 | 2026-08-08T03:01:31.880Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:01:30.978 |
| 2645 | 2026-08-08T03:01:31.881Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:30.978 |
| 2646 | 2026-08-08T03:01:31.881Z | |
| 2647 | 2026-08-08T03:01:31.881Z | DEBG Aug 08 03:01:30.978replacing 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 } }] |
| 2648 | 2026-08-08T03:01:31.881Z | INFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG |
| 2649 | 2026-08-08T03:01:31.881Z | INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2650 | 2026-08-08T03:01:31.881Z | |
| 2651 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978 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 08 03:01:30.978 |
| 2652 | 2026-08-08T03:01:31.881Z | INFO Aug 08 03:01:30.978 DEBG adding route 3fff:beef:33::/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 } }]DEBG |
| 2653 | 2026-08-08T03:01:31.881Z | |
| 2654 | 2026-08-08T03:01:31.881Z | created new freemapAug 08 03:01:30.978, Aug 08 03:01:30.978unit INFO: INFOfreemap_route_ipv4 |
| 2655 | 2026-08-08T03:01:31.881Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2656 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 |
| 2657 | 2026-08-08T03:01:31.881Z | DEBG Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 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 } }]DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2658 | 2026-08-08T03:01:31.881Z | created new freemap |
| 2659 | 2026-08-08T03:01:31.881Z | , unitreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: freemap_route_ipv6 |
| 2660 | 2026-08-08T03:01:31.881Z | |
| 2661 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 INFOAug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.978 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2662 | 2026-08-08T03:01:31.881Z | INFO INFODEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2663 | 2026-08-08T03:01:31.881Z | initted freemap. size: 64Aug 08 03:01:30.978, DEBGunit : Aug 08 03:01:30.978freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2664 | 2026-08-08T03:01:31.881Z | 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 } }] |
| 2665 | 2026-08-08T03:01:31.881Z | 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 } }] |
| 2666 | 2026-08-08T03:01:31.881Z | |
| 2667 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 DEBGDEBGAug 08 03:01:30.978 reset freemapINFO , 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 } }]unitAug 08 03:01:30.978adding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 2668 | 2026-08-08T03:01:31.881Z | |
| 2669 | 2026-08-08T03:01:31.881Z | INFOfreemap_route_ipv4 |
| 2670 | 2026-08-08T03:01:31.881Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 08 03:01:30.978Aug 08 03:01:30.978 DEBG |
| 2671 | 2026-08-08T03:01:31.881Z | INFO Aug 08 03:01:30.978 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 2672 | 2026-08-08T03:01:31.881Z | |
| 2673 | 2026-08-08T03:01:31.881Z | initted freemap. size: 64, unit:Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978 DEBG INFOfreemap_route_ipv6 |
| 2674 | 2026-08-08T03:01:31.881Z | 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 |
| 2675 | 2026-08-08T03:01:31.881Z | adding route 3fff:beef:18::/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 } }] |
| 2676 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 |
| 2677 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 DEBGINFOAug 08 03:01:30.978 Aug 08 03:01:30.978 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGINFO |
| 2678 | 2026-08-08T03:01:31.881Z | 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 |
| 2679 | 2026-08-08T03:01:31.881Z | , unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 2680 | 2026-08-08T03:01:31.881Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978freemap_route_ipv6 |
| 2681 | 2026-08-08T03:01:31.881Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2682 | 2026-08-08T03:01:31.881Z | DEBGAug 08 03:01:30.978 DEBGAug 08 03:01:30.978replacing 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 08 03:01:30.978 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 } }] |
| 2683 | 2026-08-08T03:01:31.882Z | |
| 2684 | 2026-08-08T03:01:31.885Z | 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 } }] |
| 2685 | 2026-08-08T03:01:31.885Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:01:30.978 |
| 2686 | 2026-08-08T03:01:31.885Z | INFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:01:30.978 INFODEBG INFO |
| 2687 | 2026-08-08T03:01:31.886Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1a::/64 -> 2001:db8::55:ff |
| 2688 | 2026-08-08T03:01:31.886Z | |
| 2689 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2690 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBGAug 08 03:01:30.978 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 } }] |
| 2691 | 2026-08-08T03:01:31.886Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2692 | 2026-08-08T03:01:31.886Z | |
| 2693 | 2026-08-08T03:01:31.886Z | 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 } }] |
| 2694 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2695 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2696 | 2026-08-08T03:01:31.886Z | |
| 2697 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978 Aug 08 03:01:30.978 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 } }] |
| 2698 | 2026-08-08T03:01:31.886Z | 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: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 } }] |
| 2699 | 2026-08-08T03:01:31.886Z | |
| 2700 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2701 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 2702 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2703 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978 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 08 03:01:30.978DEBG |
| 2704 | 2026-08-08T03:01:31.886Z | 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 } }] |
| 2705 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978DEBG Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:1d::/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 } }] |
| 2706 | 2026-08-08T03:01:31.886Z | |
| 2707 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2708 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG DEBG 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 } }] |
| 2709 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:3a::/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 } }] |
| 2710 | 2026-08-08T03:01:31.886Z | |
| 2711 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 INFOAug 08 03:01:30.978Aug 08 03:01:30.978 DEBG INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2712 | 2026-08-08T03:01:31.886Z | 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:1c::/64 -> 2001:db8::55:ff |
| 2713 | 2026-08-08T03:01:31.886Z | |
| 2714 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978Aug 08 03:01:30.978 INFODEBG 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 } }] |
| 2715 | 2026-08-08T03:01:31.886Z | 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:3b::/64 -> 2001:db8::55:ff |
| 2716 | 2026-08-08T03:01:31.886Z | |
| 2717 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff DEBG |
| 2718 | 2026-08-08T03:01:31.886Z | INFO adding route 3fff:beef:1d::/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 } }] |
| 2719 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978 |
| 2720 | 2026-08-08T03:01:31.886Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2721 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978 DEBGINFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2722 | 2026-08-08T03:01:31.886Z | 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:3c::/64 -> 2001:db8::55:ff |
| 2723 | 2026-08-08T03:01:31.886Z | |
| 2724 | 2026-08-08T03:01:31.886Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 Aug 08 03:01:30.978DEBG INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2725 | 2026-08-08T03:01:31.886Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2726 | 2026-08-08T03:01:31.887Z | |
| 2727 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFOAug 08 03:01:30.978 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 2728 | 2026-08-08T03:01:31.887Z | INFO 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 } }] |
| 2729 | 2026-08-08T03:01:31.887Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffAug 08 03:01:30.978 |
| 2730 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978DEBG 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 } }] |
| 2731 | 2026-08-08T03:01:31.887Z | INFOAug 08 03:01:30.978 Aug 08 03:01:30.978adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2732 | 2026-08-08T03:01:31.887Z | INFO DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2733 | 2026-08-08T03:01:31.887Z | 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 } }] |
| 2734 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978Aug 08 03:01:30.978DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2735 | 2026-08-08T03:01:31.887Z | 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 } }] |
| 2736 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978 Aug 08 03:01:30.978INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2737 | 2026-08-08T03:01:31.887Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2738 | 2026-08-08T03:01:31.887Z | INFO Aug 08 03:01:30.978Aug 08 03:01:30.978adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBGDEBG |
| 2739 | 2026-08-08T03:01:31.887Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2740 | 2026-08-08T03:01:31.887Z | |
| 2741 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFO DEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2742 | 2026-08-08T03:01:31.887Z | |
| 2743 | 2026-08-08T03:01:31.887Z | 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 } }] |
| 2744 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2745 | 2026-08-08T03:01:31.887Z | |
| 2746 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2747 | 2026-08-08T03:01:31.887Z | |
| 2748 | 2026-08-08T03:01:31.887Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 2749 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 DEBGAug 08 03:01:30.978DEBG 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: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 } }] |
| 2750 | 2026-08-08T03:01:31.887Z | |
| 2751 | 2026-08-08T03:01:31.887Z | 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 } }] |
| 2752 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.978Aug 08 03:01:30.978 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2753 | 2026-08-08T03:01:31.887Z | |
| 2754 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.979Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGDEBG 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 } }] |
| 2755 | 2026-08-08T03:01:31.887Z | failed to allocate space for the new target listreplacing 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 08 03:01:30.979 |
| 2756 | 2026-08-08T03:01:31.887Z | |
| 2757 | 2026-08-08T03:01:31.887Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2758 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.979 INFOAug 08 03:01:30.979 Aug 08 03:01:30.979DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 2759 | 2026-08-08T03:01:31.887Z | |
| 2760 | 2026-08-08T03:01:31.887Z | 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 } }] |
| 2761 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 Aug 08 03:01:30.979 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:28::/64 -> 2001:db8::55:ff |
| 2762 | 2026-08-08T03:01:31.887Z | |
| 2763 | 2026-08-08T03:01:31.887Z | DEBG failed to allocate space for the new target list |
| 2764 | 2026-08-08T03:01:31.887Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 2765 | 2026-08-08T03:01:31.888Z | |
| 2766 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2767 | 2026-08-08T03:01:31.888Z | |
| 2768 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2769 | 2026-08-08T03:01:31.888Z | |
| 2770 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2771 | 2026-08-08T03:01:31.888Z | |
| 2772 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2773 | 2026-08-08T03:01:31.888Z | |
| 2774 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2775 | 2026-08-08T03:01:31.888Z | |
| 2776 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2777 | 2026-08-08T03:01:31.888Z | |
| 2778 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 2779 | 2026-08-08T03:01:31.888Z | |
| 2780 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2781 | 2026-08-08T03:01:31.888Z | |
| 2782 | 2026-08-08T03:01:31.888Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 2783 | 2026-08-08T03:01:31.888Z | |
| 2784 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 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 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2785 | 2026-08-08T03:01:31.892Z | |
| 2786 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2787 | 2026-08-08T03:01:31.892Z | |
| 2788 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:2b::/64 -> 2001:db8::55:ff |
| 2789 | 2026-08-08T03:01:31.892Z | |
| 2790 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2f::/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 } }] |
| 2791 | 2026-08-08T03:01:31.892Z | |
| 2792 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2793 | 2026-08-08T03:01:31.892Z | |
| 2794 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2795 | 2026-08-08T03:01:31.892Z | |
| 2796 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2797 | 2026-08-08T03:01:31.892Z | |
| 2798 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 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 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2799 | 2026-08-08T03:01:31.892Z | |
| 2800 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2801 | 2026-08-08T03:01:31.892Z | |
| 2802 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO 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:32::/64 -> 2001:db8::55:ff |
| 2803 | 2026-08-08T03:01:31.892Z | |
| 2804 | 2026-08-08T03:01:31.892Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:2f::/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 } }] |
| 2805 | 2026-08-08T03:01:31.893Z | |
| 2806 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2807 | 2026-08-08T03:01:31.893Z | |
| 2808 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2809 | 2026-08-08T03:01:31.893Z | |
| 2810 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2811 | 2026-08-08T03:01:31.893Z | |
| 2812 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2813 | 2026-08-08T03:01:31.893Z | |
| 2814 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2815 | 2026-08-08T03:01:31.893Z | |
| 2816 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2817 | 2026-08-08T03:01:31.893Z | |
| 2818 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFODEBG adding route 3fff:beef:36::/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 } }] |
| 2819 | 2026-08-08T03:01:31.893Z | |
| 2820 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2821 | 2026-08-08T03:01:31.893Z | |
| 2822 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2823 | 2026-08-08T03:01:31.893Z | |
| 2824 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2825 | 2026-08-08T03:01:31.893Z | |
| 2826 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979 DEBG Aug 08 03:01:30.979Aug 08 03:01:30.979created new freemap , INFODEBGunit :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 } }] |
| 2827 | 2026-08-08T03:01:31.893Z | freemap_route_ipv4 |
| 2828 | 2026-08-08T03:01:31.893Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2829 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 INFOAug 08 03:01:30.979DEBG DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2830 | 2026-08-08T03:01:31.893Z | 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 } }] |
| 2831 | 2026-08-08T03:01:31.893Z | created new freemap, unit:Aug 08 03:01:30.979 freemap_route_ipv6Aug 08 03:01:30.979INFO |
| 2832 | 2026-08-08T03:01:31.893Z | DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2833 | 2026-08-08T03:01:31.893Z | 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-08T03:01:31.893Z | Aug 08 03:01:30.979 DEBGAug 08 03:01:30.979 Aug 08 03:01:30.979initted freemap. size: 64 INFO, DEBGunit adding route 3fff:beef:36::/64 -> 2001:db8::55:ff: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 } }] |
| 2835 | 2026-08-08T03:01:31.893Z | |
| 2836 | 2026-08-08T03:01:31.893Z | freemap_route_ipv4 |
| 2837 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979 DEBG Aug 08 03:01:30.979replacing 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 08 03:01:30.979 |
| 2838 | 2026-08-08T03:01:31.893Z | DEBGINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreset freemap |
| 2839 | 2026-08-08T03:01:31.893Z | , Aug 08 03:01:30.979unit :Aug 08 03:01:30.979INFO freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 2840 | 2026-08-08T03:01:31.893Z | |
| 2841 | 2026-08-08T03:01:31.893Z | test route::tests::grow_succeeds ... ok |
| 2842 | 2026-08-08T03:01:31.893Z | 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 } }] |
| 2843 | 2026-08-08T03:01:31.893Z | Aug 08 03:01:30.979 Aug 08 03:01:30.979DEBG Aug 08 03:01:30.979DEBG initted freemap. size: 64INFOreplacing 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 } }] |
| 2844 | 2026-08-08T03:01:31.894Z | , unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 2845 | 2026-08-08T03:01:31.894Z | freemap_route_ipv6Aug 08 03:01:30.979 |
| 2846 | 2026-08-08T03:01:31.894Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2847 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 DEBG reset freemapAug 08 03:01:30.979, Aug 08 03:01:30.979unit :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 } }]DEBGfreemap_route_ipv6 |
| 2848 | 2026-08-08T03:01:31.894Z | |
| 2849 | 2026-08-08T03:01:31.894Z | 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 } }] |
| 2850 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFOAug 08 03:01:30.979 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 2851 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2852 | 2026-08-08T03:01:31.894Z | INFOAug 08 03:01:30.979 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 2853 | 2026-08-08T03:01:31.894Z | 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 08 03:01:30.979 |
| 2854 | 2026-08-08T03:01:31.894Z | 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 08 03:01:30.979 |
| 2855 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979DEBG failed to allocate space for the new target listDEBG |
| 2856 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979Aug 08 03:01:30.979 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 } }] |
| 2857 | 2026-08-08T03:01:31.894Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2858 | 2026-08-08T03:01:31.894Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2859 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2860 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2861 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2862 | 2026-08-08T03:01:31.894Z | 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 08 03:01:30.979 DEBG |
| 2863 | 2026-08-08T03:01:31.894Z | 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 } }] |
| 2864 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2865 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2866 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO Aug 08 03:01:30.979adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2867 | 2026-08-08T03:01:31.894Z | DEBG failed to allocate space for the new target list |
| 2868 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 DEBG Aug 08 03:01:30.979replacing 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 } }] |
| 2869 | 2026-08-08T03:01:31.894Z | 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 } }] |
| 2870 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2871 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2872 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2873 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2874 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2875 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2876 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2877 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2878 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2879 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2880 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2881 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2882 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2883 | 2026-08-08T03:01:31.894Z | Aug 08 03:01:30.979 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 } }] |
| 2884 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2885 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 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 } }] |
| 2886 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2887 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 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 } }] |
| 2888 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2889 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 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 } }] |
| 2890 | 2026-08-08T03:01:31.898Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2891 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2892 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2893 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2894 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2895 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2896 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2897 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2898 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2899 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2900 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2901 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2902 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2903 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2904 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2905 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2906 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2907 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2908 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2909 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2910 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2911 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2912 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2913 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2914 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2915 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2916 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2917 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2918 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2919 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2920 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2921 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 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 } }] |
| 2922 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2923 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.979 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2924 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2925 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 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 } }] |
| 2926 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2927 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 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 } }] |
| 2928 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2929 | 2026-08-08T03:01:31.899Z | Aug 08 03:01:30.980 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 } }] |
| 2930 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2931 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 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 } }] |
| 2932 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2933 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2934 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2935 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 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 } }] |
| 2936 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2937 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 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 } }] |
| 2938 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2939 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 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 } }] |
| 2940 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2941 | 2026-08-08T03:01:31.900Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2942 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 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 } }] |
| 2943 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 INFOAug 08 03:01:30.980 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 2944 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980 created new freemapDEBG Aug 08 03:01:30.980created new freemap , , DEBGunit unitreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 2945 | 2026-08-08T03:01:31.900Z | :freemap_route_ipv4 |
| 2946 | 2026-08-08T03:01:31.900Z | freemap_route_ipv4Aug 08 03:01:30.980 |
| 2947 | 2026-08-08T03:01:31.900Z | INFO Aug 08 03:01:30.980adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2948 | 2026-08-08T03:01:31.900Z | DEBGAug 08 03:01:30.980 Aug 08 03:01:30.980created new freemap , DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit : |
| 2949 | 2026-08-08T03:01:31.900Z | freemap_route_ipv6created new freemap |
| 2950 | 2026-08-08T03:01:31.900Z | , unitAug 08 03:01:30.980: Aug 08 03:01:30.980INFO freemap_route_ipv6adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2951 | 2026-08-08T03:01:31.900Z | |
| 2952 | 2026-08-08T03:01:31.900Z | DEBG initted freemap. size: 64, unit:Aug 08 03:01:30.980Aug 08 03:01:30.980 DEBG DEBGinitted freemap. size: 64 , freemap_route_ipv4unitreplacing 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 } }]: |
| 2953 | 2026-08-08T03:01:31.900Z | |
| 2954 | 2026-08-08T03:01:31.900Z | freemap_route_ipv4 |
| 2955 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980Aug 08 03:01:30.980 Aug 08 03:01:30.980 INFODEBGDEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff reset freemapreset freemap |
| 2956 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.980Aug 08 03:01:30.980 DEBGAug 08 03:01:30.980 DEBG created new freemapcreated new freemap, DEBG, unit :Aug 08 03:01:30.985created new freemap, unitDEBG: unitreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 2957 | 2026-08-08T03:01:31.900Z | freemap_route_ipv4freemap_route_ipv4Aug 08 03:01:30.985 |
| 2958 | 2026-08-08T03:01:31.900Z | |
| 2959 | 2026-08-08T03:01:31.900Z | INFO freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2960 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.985 DEBG created new freemap |
| 2961 | 2026-08-08T03:01:31.900Z | Aug 08 03:01:30.985, unit :DEBG freemap_route_ipv6Aug 08 03:01:30.985 |
| 2962 | 2026-08-08T03:01:31.900Z | created new freemapDEBG, unitreplacing 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 08 03:01:30.985: DEBGfreemap_route_ipv6 |
| 2963 | 2026-08-08T03:01:31.900Z | initted freemap. size: 64 |
| 2964 | 2026-08-08T03:01:31.900Z | , unit: Aug 08 03:01:30.985freemap_route_ipv4 Aug 08 03:01:30.985 |
| 2965 | 2026-08-08T03:01:31.900Z | DEBGINFO initted freemap. size: 64 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffunitAug 08 03:01:30.985: |
| 2966 | 2026-08-08T03:01:31.900Z | DEBGAug 08 03:01:30.985freemap_route_ipv4 DEBG |
| 2967 | 2026-08-08T03:01:31.900Z | reset freemapcreated new freemapAug 08 03:01:30.985, , Aug 08 03:01:30.985unit :DEBG unit DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4: |
| 2968 | 2026-08-08T03:01:31.900Z | freemap_route_ipv6reset freemap |
| 2969 | 2026-08-08T03:01:31.901Z | , unit |
| 2970 | 2026-08-08T03:01:31.901Z | :Aug 08 03:01:30.985 Aug 08 03:01:30.985 DEBG freemap_route_ipv4 DEBG |
| 2971 | 2026-08-08T03:01:31.901Z | initted freemap. size: 64Aug 08 03:01:30.985initted freemap. size: 64 , Aug 08 03:01:30.985INFOunit , DEBG:unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:freemap_route_ipv4 initted freemap. size: 64 |
| 2972 | 2026-08-08T03:01:31.901Z | freemap_route_ipv6 |
| 2973 | 2026-08-08T03:01:31.901Z | |
| 2974 | 2026-08-08T03:01:31.901Z | , unitAug 08 03:01:30.985Aug 08 03:01:30.985 DEBGDEBG reset freemapreplacing 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 } }]:, unitfreemap_route_ipv6: |
| 2975 | 2026-08-08T03:01:31.901Z | freemap_route_ipv4Aug 08 03:01:30.985 |
| 2976 | 2026-08-08T03:01:31.901Z | |
| 2977 | 2026-08-08T03:01:31.901Z | Aug 08 03:01:30.985DEBG reset freemapDEBG, unitreset freemapAug 08 03:01:30.985, :Aug 08 03:01:30.985 freemap_route_ipv6unitDEBG:INFO |
| 2978 | 2026-08-08T03:01:31.901Z | freemap_route_ipv6 |
| 2979 | 2026-08-08T03:01:31.901Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2980 | 2026-08-08T03:01:31.901Z | initted freemap. size: 64Aug 08 03:01:30.985, unitAug 08 03:01:30.985INFOAug 08 03:01:30.985 adding route 172.16.0.0/32 -> 10.0.0.1: |
| 2981 | 2026-08-08T03:01:31.901Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 2982 | 2026-08-08T03:01:31.901Z | |
| 2983 | 2026-08-08T03:01:31.901Z | 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 08 03:01:30.985 |
| 2984 | 2026-08-08T03:01:31.905Z | DEBGAug 08 03:01:30.985Aug 08 03:01:30.985 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 } }]DEBGDEBG reset freemap |
| 2985 | 2026-08-08T03:01:31.905Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:30.980 |
| 2986 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985 Aug 08 03:01:30.985DEBG , created new freemapunitAug 08 03:01:30.985, :INFO INFOunit adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2987 | 2026-08-08T03:01:31.905Z | : INFO |
| 2988 | 2026-08-08T03:01:31.905Z | freemap_route_ipv4 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2989 | 2026-08-08T03:01:31.905Z | |
| 2990 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985freemap_route_ipv6 |
| 2991 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985Aug 08 03:01:30.985 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.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 } }]DEBGAug 08 03:01:30.985 |
| 2992 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985replacing 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 } }] |
| 2993 | 2026-08-08T03:01:31.905Z | |
| 2994 | 2026-08-08T03:01:31.905Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2995 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985 Aug 08 03:01:30.985created new freemapINFO, Aug 08 03:01:30.985adding route 3fff:dead::/64 -> 2001:db8::55:3INFOunit |
| 2996 | 2026-08-08T03:01:31.905Z | : DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ff Aug 08 03:01:30.985replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2997 | 2026-08-08T03:01:31.905Z | INFO |
| 2998 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2999 | 2026-08-08T03:01:31.905Z | |
| 3000 | 2026-08-08T03:01:31.905Z | 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 08 03:01:30.985 |
| 3001 | 2026-08-08T03:01:31.905Z | Aug 08 03:01:30.985Aug 08 03:01:30.985 DEBGAug 08 03:01:30.985 DEBGINFOAug 08 03:01:30.985 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 } }] DEBGinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:2, 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 } }]INFOunit |
| 3002 | 2026-08-08T03:01:31.905Z | |
| 3003 | 2026-08-08T03:01:31.905Z | adding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 3004 | 2026-08-08T03:01:31.905Z | |
| 3005 | 2026-08-08T03:01:31.906Z | freemap_route_ipv4Aug 08 03:01:30.985 |
| 3006 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 Aug 08 03:01:30.985DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3007 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3008 | 2026-08-08T03:01:31.906Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:01:30.985 reset freemap |
| 3009 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985DEBGAug 08 03:01:30.985, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unit |
| 3010 | 2026-08-08T03:01:31.906Z | :DEBG Aug 08 03:01:30.985replacing 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 } }]freemap_route_ipv4 |
| 3011 | 2026-08-08T03:01:31.906Z | |
| 3012 | 2026-08-08T03:01:31.906Z | INFO INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:30.985 |
| 3013 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985INFO adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 3014 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 initted freemap. size: 64DEBG, unit |
| 3015 | 2026-08-08T03:01:31.906Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] freemap_route_ipv6 |
| 3016 | 2026-08-08T03:01:31.906Z | |
| 3017 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 Aug 08 03:01:30.985DEBGAug 08 03:01:30.985Aug 08 03:01:30.985 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 } }]DEBG |
| 3018 | 2026-08-08T03:01:31.906Z | INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 3019 | 2026-08-08T03:01:31.906Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:01:30.985 |
| 3020 | 2026-08-08T03:01:31.906Z | :INFO freemap_route_ipv6adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3021 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 |
| 3022 | 2026-08-08T03:01:31.906Z | DEBG Aug 08 03:01:30.985replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.985 |
| 3023 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 INFODEBG INFOAug 08 03:01:30.985 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 3024 | 2026-08-08T03:01:31.906Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3025 | 2026-08-08T03:01:31.906Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3026 | 2026-08-08T03:01:31.906Z | |
| 3027 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.985 Aug 08 03:01:30.985Aug 08 03:01:30.985INFO WARNadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3028 | 2026-08-08T03:01:31.906Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 3029 | 2026-08-08T03:01:31.906Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3030 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBGDEBG Aug 08 03:01:30.986replacing 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 } }] |
| 3031 | 2026-08-08T03:01:31.906Z | ERRO 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 08 03:01:30.986Aug 08 03:01:30.986rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3032 | 2026-08-08T03:01:31.906Z | |
| 3033 | 2026-08-08T03:01:31.906Z | INFO INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3034 | 2026-08-08T03:01:31.906Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:01:30.986Aug 08 03:01:30.986 |
| 3035 | 2026-08-08T03:01:31.906Z | ERRO shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 08 03:01:30.986INFO |
| 3036 | 2026-08-08T03:01:31.906Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG Aug 08 03:01:30.986 |
| 3037 | 2026-08-08T03:01:31.906Z | 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 } }] |
| 3038 | 2026-08-08T03:01:31.906Z | 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 } }] |
| 3039 | 2026-08-08T03:01:31.906Z | Aug 08 03:01:30.986 INFO , adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:01:30.986 |
| 3040 | 2026-08-08T03:01:31.906Z | unit:Aug 08 03:01:30.986 Aug 08 03:01:30.986 freemap_route_ipv4DEBG INFO |
| 3041 | 2026-08-08T03:01:31.906Z | test route::tests::identity_replace_is_noop ... ok |
| 3042 | 2026-08-08T03:01:31.906Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3043 | 2026-08-08T03:01:31.906Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3044 | 2026-08-08T03:01:31.907Z | 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.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 } }] |
| 3045 | 2026-08-08T03:01:31.907Z | |
| 3046 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.986Aug 08 03:01:30.986 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3047 | 2026-08-08T03:01:31.907Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.986 |
| 3048 | 2026-08-08T03:01:31.907Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 08 03:01:30.986Aug 08 03:01:30.986 Aug 08 03:01:30.986 |
| 3049 | 2026-08-08T03:01:31.907Z | DEBG DEBG initted freemap. size: 64INFO 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:dead::/64 -> 2001:db8::55:4, Aug 08 03:01:30.986 |
| 3050 | 2026-08-08T03:01:31.907Z | |
| 3051 | 2026-08-08T03:01:31.907Z | unit: freemap_route_ipv6 |
| 3052 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBGINFODEBG Aug 08 03:01:30.986replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.6/32 -> 10.0.0.255 |
| 3053 | 2026-08-08T03:01:31.907Z | DEBG |
| 3054 | 2026-08-08T03:01:31.907Z | reset freemap, replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3055 | 2026-08-08T03:01:31.907Z | :Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBG Aug 08 03:01:30.986Aug 08 03:01:30.986 DEBGDEBGreplacing 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 } }] |
| 3056 | 2026-08-08T03:01:31.907Z | created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4Aug 08 03:01:30.992freemap_route_ipv4 |
| 3057 | 2026-08-08T03:01:31.907Z | |
| 3058 | 2026-08-08T03:01:31.907Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:01:30.992 |
| 3059 | 2026-08-08T03:01:31.907Z | DEBG freemap_route_ipv6 |
| 3060 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992 created new freemap DEBGAug 08 03:01:30.992 , 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 } }]unitAug 08 03:01:30.992 |
| 3061 | 2026-08-08T03:01:31.907Z | INFO: freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3062 | 2026-08-08T03:01:31.907Z | |
| 3063 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3064 | 2026-08-08T03:01:31.907Z | created new freemapAug 08 03:01:30.992Aug 08 03:01:30.992, unitDEBG:Aug 08 03:01:30.992 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGDEBG |
| 3065 | 2026-08-08T03:01:31.907Z | freemap_route_ipv6 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 } }]initted freemap. size: 64 |
| 3066 | 2026-08-08T03:01:31.907Z | , |
| 3067 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992unit INFO: Aug 08 03:01:30.992Aug 08 03:01:30.992adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3068 | 2026-08-08T03:01:31.907Z | DEBGINFOfreemap_route_ipv4 |
| 3069 | 2026-08-08T03:01:31.907Z | adding route 172.17.0.9/32 -> 10.0.0.255Aug 08 03:01:30.992 |
| 3070 | 2026-08-08T03:01:31.907Z | initted freemap. size: 64DEBG , 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 } }]unitAug 08 03:01:30.992:Aug 08 03:01:30.992 DEBGDEBG |
| 3071 | 2026-08-08T03:01:31.907Z | freemap_route_ipv4 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3072 | 2026-08-08T03:01:31.907Z | |
| 3073 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992reset freemap Aug 08 03:01:30.992, unitDEBG: INFO Aug 08 03:01:30.992reset freemap freemap_route_ipv4 |
| 3074 | 2026-08-08T03:01:31.907Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255 , |
| 3075 | 2026-08-08T03:01:31.907Z | unitadding route 172.17.0.10/32 -> 10.0.0.255: |
| 3076 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992 freemap_route_ipv4DEBG Aug 08 03:01:30.992initted freemap. size: 64 |
| 3077 | 2026-08-08T03:01:31.907Z | , unit:DEBG Aug 08 03:01:30.992freemap_route_ipv6 |
| 3078 | 2026-08-08T03:01:31.907Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3079 | 2026-08-08T03:01:31.907Z | Aug 08 03:01:30.992replacing 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 08 03:01:30.992Aug 08 03:01:30.992 |
| 3080 | 2026-08-08T03:01:31.907Z | DEBG DEBGINFO initted freemap. size: 64Aug 08 03:01:30.992, reset freemap , adding route 172.17.0.2/32 -> 10.0.0.255unit |
| 3081 | 2026-08-08T03:01:31.907Z | INFO unit:adding route 172.17.0.11/32 -> 10.0.0.255: |
| 3082 | 2026-08-08T03:01:31.907Z | freemap_route_ipv6freemap_route_ipv6Aug 08 03:01:30.992 |
| 3083 | 2026-08-08T03:01:31.908Z | |
| 3084 | 2026-08-08T03:01:31.912Z | DEBGAug 08 03:01:30.992 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 } }]Aug 08 03:01:30.992Aug 08 03:01:30.992 |
| 3085 | 2026-08-08T03:01:31.912Z | 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 } }] |
| 3086 | 2026-08-08T03:01:31.912Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3087 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992 reset freemapINFO, Aug 08 03:01:30.992unitAug 08 03:01:30.992adding route 172.17.0.12/32 -> 10.0.0.255: INFODEBGfreemap_route_ipv6 |
| 3088 | 2026-08-08T03:01:31.912Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3089 | 2026-08-08T03:01:31.912Z | |
| 3090 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 3091 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992 Aug 08 03:01:30.992replacing 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 } }] |
| 3092 | 2026-08-08T03:01:31.912Z | INFO Aug 08 03:01:30.992adding route 172.16.0.0/32 -> 10.0.0.2 INFO DEBG |
| 3093 | 2026-08-08T03:01:31.912Z | 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 08 03:01:30.992 |
| 3094 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.13/32 -> 10.0.0.255DEBGAug 08 03:01:30.992 |
| 3095 | 2026-08-08T03:01:31.912Z | |
| 3096 | 2026-08-08T03:01:31.912Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3097 | 2026-08-08T03:01:31.912Z | adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:01:30.992 |
| 3098 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992DEBG 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 } }] |
| 3099 | 2026-08-08T03:01:31.912Z | INFOAug 08 03:01:30.992 DEBGAug 08 03:01:30.992adding route 172.16.0.0/32 -> 10.0.0.3 Aug 08 03:01:30.992replacing 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 } }] |
| 3100 | 2026-08-08T03:01:31.912Z | INFO |
| 3101 | 2026-08-08T03:01:31.912Z | adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 3102 | 2026-08-08T03:01:31.912Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:01:30.992 |
| 3103 | 2026-08-08T03:01:31.912Z | INFOAug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.5/32 -> 10.0.0.255DEBGDEBG |
| 3104 | 2026-08-08T03:01:31.912Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:30.992 |
| 3105 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992 |
| 3106 | 2026-08-08T03:01:31.912Z | 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 |
| 3107 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:01:30.992INFO |
| 3108 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992 INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3109 | 2026-08-08T03:01:31.912Z | |
| 3110 | 2026-08-08T03:01:31.912Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:01:30.992Aug 08 03:01:30.992 |
| 3111 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992DEBG DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 08 03:01:30.992 |
| 3112 | 2026-08-08T03:01:31.912Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3113 | 2026-08-08T03:01:31.912Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3114 | 2026-08-08T03:01:31.912Z | |
| 3115 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992Aug 08 03:01:30.992Aug 08 03:01:30.992 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 08 03:01:30.992 |
| 3116 | 2026-08-08T03:01:31.912Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3117 | 2026-08-08T03:01:31.912Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 3118 | 2026-08-08T03:01:31.912Z | Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3119 | 2026-08-08T03:01:31.912Z | DEBGAug 08 03:01:30.992 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 } }]DEBGAug 08 03:01:30.992 |
| 3120 | 2026-08-08T03:01:31.912Z | DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3121 | 2026-08-08T03:01:31.913Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3122 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3123 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 Aug 08 03:01:30.992Aug 08 03:01:30.992 INFOINFODEBG adding route 172.17.0.8/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 } }] |
| 3124 | 2026-08-08T03:01:31.913Z | |
| 3125 | 2026-08-08T03:01:31.913Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3126 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 , Aug 08 03:01:30.992unit :INFO DEBGadding route 172.17.0.18/32 -> 10.0.0.255 Aug 08 03:01:30.992freemap_route_ipv4 |
| 3127 | 2026-08-08T03:01:31.913Z | 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 } }] |
| 3128 | 2026-08-08T03:01:31.913Z | |
| 3129 | 2026-08-08T03:01:31.913Z | DEBG Aug 08 03:01:30.992replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.992 |
| 3130 | 2026-08-08T03:01:31.913Z | DEBG INFO Aug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 3131 | 2026-08-08T03:01:31.913Z | 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 08 03:01:30.992DEBG |
| 3132 | 2026-08-08T03:01:31.913Z | replacing targets for 3fff:dead::/64 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 } }] adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 3133 | 2026-08-08T03:01:31.913Z | initted freemap. size: 64 |
| 3134 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 , unitAug 08 03:01:30.992INFOAug 08 03:01:30.992 DEBG :adding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3135 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 |
| 3136 | 2026-08-08T03:01:31.913Z | |
| 3137 | 2026-08-08T03:01:31.913Z | WARN DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:01:30.992Aug 08 03:01:30.992 INFO |
| 3138 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 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 } }] DEBGadding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 3139 | 2026-08-08T03:01:31.913Z | reset freemap , unitreplacing 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 08 03:01:30.992 |
| 3140 | 2026-08-08T03:01:31.913Z | |
| 3141 | 2026-08-08T03:01:31.913Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3142 | 2026-08-08T03:01:31.913Z | :DEBG freemap_route_ipv6replacing 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 } }] |
| 3143 | 2026-08-08T03:01:31.913Z | |
| 3144 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 Aug 08 03:01:30.992INFO Aug 08 03:01:30.992Aug 08 03:01:30.992 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3145 | 2026-08-08T03:01:31.913Z | INFO INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:01:30.992 |
| 3146 | 2026-08-08T03:01:31.913Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3147 | 2026-08-08T03:01:31.913Z | DEBG |
| 3148 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992replacing 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 08 03:01:30.992 DEBGDEBG |
| 3149 | 2026-08-08T03:01:31.913Z | 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 08 03:01:30.992replacing 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 } }] |
| 3150 | 2026-08-08T03:01:31.913Z | DEBGAug 08 03:01:30.992 |
| 3151 | 2026-08-08T03:01:31.913Z | 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 } }]INFOAug 08 03:01:30.992 |
| 3152 | 2026-08-08T03:01:31.913Z | adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 3153 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:01:30.992 |
| 3154 | 2026-08-08T03:01:31.913Z | INFO Aug 08 03:01:30.992adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3155 | 2026-08-08T03:01:31.913Z | 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 } }]Aug 08 03:01:30.992 |
| 3156 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:01:30.992 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 |
| 3157 | 2026-08-08T03:01:31.913Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3158 | 2026-08-08T03:01:31.913Z | Aug 08 03:01:30.992 |
| 3159 | 2026-08-08T03:01:31.913Z | |
| 3160 | 2026-08-08T03:01:31.913Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Aug 08 03:01:30.992 |
| 3161 | 2026-08-08T03:01:31.914Z | Aug 08 03:01:30.992 DEBGAug 08 03:01:30.992DEBG Aug 08 03:01:30.992INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3162 | 2026-08-08T03:01:31.914Z | |
| 3163 | 2026-08-08T03:01:31.914Z | 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: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 } }] |
| 3164 | 2026-08-08T03:01:31.914Z | Aug 08 03:01:30.993Aug 08 03:01:30.993Aug 08 03:01:30.998 DEBGINFO DEBG created new freemapadding route 172.17.0.14/32 -> 10.0.0.255, |
| 3165 | 2026-08-08T03:01:31.914Z | created new freemapunit, :unit : freemap_route_ipv4 |
| 3166 | 2026-08-08T03:01:31.914Z | freemap_route_ipv4 |
| 3167 | 2026-08-08T03:01:31.914Z | Aug 08 03:01:30.998 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 08 03:01:30.992 |
| 3168 | 2026-08-08T03:01:31.914Z | Aug 08 03:01:30.998 DEBG Aug 08 03:01:30.998Aug 08 03:01:30.998 created new freemapINFODEBG, unitAug 08 03:01:30.998: adding route 172.17.0.23/32 -> 10.0.0.255freemap_route_ipv6DEBG |
| 3169 | 2026-08-08T03:01:31.914Z | |
| 3170 | 2026-08-08T03:01:31.914Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3171 | 2026-08-08T03:01:31.914Z | created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 08 03:01:30.998, |
| 3172 | 2026-08-08T03:01:31.914Z | DEBG unitAug 08 03:01:30.998initted freemap. size: 64 , Aug 08 03:01:30.998:Aug 08 03:01:30.998DEBGunit : freemap_route_ipv6DEBG |
| 3173 | 2026-08-08T03:01:31.914Z | 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 } }] |
| 3174 | 2026-08-08T03:01:31.914Z | freemap_route_ipv4Aug 08 03:01:30.998INFO |
| 3175 | 2026-08-08T03:01:31.914Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBGreplacing 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 08 03:01:30.998 |
| 3176 | 2026-08-08T03:01:31.914Z | initted freemap. size: 64DEBG Aug 08 03:01:30.998reset freemapAug 08 03:01:30.998, , unit unitINFO: adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv4:DEBG |
| 3177 | 2026-08-08T03:01:31.914Z | |
| 3178 | 2026-08-08T03:01:31.914Z | |
| 3179 | 2026-08-08T03:01:31.914Z | freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }] |
| 3180 | 2026-08-08T03:01:31.914Z | |
| 3181 | 2026-08-08T03:01:31.914Z | Aug 08 03:01:30.998Aug 08 03:01:30.998 Aug 08 03:01:30.998DEBG INFOAug 08 03:01:30.998replacing 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 |
| 3182 | 2026-08-08T03:01:31.914Z | INFOinitted freemap. size: 64 adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:01:30.998, Aug 08 03:01:30.998DEBG unitINFO |
| 3183 | 2026-08-08T03:01:31.914Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3184 | 2026-08-08T03:01:31.918Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3185 | 2026-08-08T03:01:31.918Z | :reset freemapAug 08 03:01:30.998Aug 08 03:01:30.998 Aug 08 03:01:30.998freemap_route_ipv6DEBG, DEBG |
| 3186 | 2026-08-08T03:01:31.918Z | DEBG unit 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 } }] |
| 3187 | 2026-08-08T03:01:31.918Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 08 03:01:30.998 |
| 3188 | 2026-08-08T03:01:31.918Z | |
| 3189 | 2026-08-08T03:01:31.918Z | :DEBGAug 08 03:01:30.998 Aug 08 03:01:30.998reset freemap , Aug 08 03:01:30.998unitfreemap_route_ipv4:INFO freemap_route_ipv6 |
| 3190 | 2026-08-08T03:01:31.918Z | INFO |
| 3191 | 2026-08-08T03:01:31.918Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3192 | 2026-08-08T03:01:31.919Z | INFO Aug 08 03:01:30.998Aug 08 03:01:30.998 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 3193 | 2026-08-08T03:01:31.919Z | |
| 3194 | 2026-08-08T03:01:31.919Z | DEBGINFOAug 08 03:01:30.998Aug 08 03:01:30.998 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGinitted freemap. size: 64, |
| 3195 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.998replacing 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 } }]unit DEBG: |
| 3196 | 2026-08-08T03:01:31.919Z | DEBGAug 08 03:01:30.998replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 3197 | 2026-08-08T03:01:31.919Z | |
| 3198 | 2026-08-08T03:01:31.919Z | freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:30.998 |
| 3199 | 2026-08-08T03:01:31.919Z | |
| 3200 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.998INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255Aug 08 03:01:30.998Aug 08 03:01:30.998 |
| 3201 | 2026-08-08T03:01:31.919Z | adding route 172.17.0.18/32 -> 10.0.0.255 INFOAug 08 03:01:30.998 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3202 | 2026-08-08T03:01:31.919Z | |
| 3203 | 2026-08-08T03:01:31.919Z | DEBG Aug 08 03:01:30.998 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3204 | 2026-08-08T03:01:31.919Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:30.998 Aug 08 03:01:30.998DEBG |
| 3205 | 2026-08-08T03:01:31.919Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3206 | 2026-08-08T03:01:31.919Z | 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 } }] |
| 3207 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999 Aug 08 03:01:30.999DEBG INFOreset freemapDEBG Aug 08 03:01:30.999adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3208 | 2026-08-08T03:01:31.919Z | , unitDEBG: 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 08 03:01:30.999 |
| 3209 | 2026-08-08T03:01:31.919Z | freemap_route_ipv6 |
| 3210 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3211 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999 DEBG INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3212 | 2026-08-08T03:01:31.919Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 3213 | 2026-08-08T03:01:31.919Z | |
| 3214 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999Aug 08 03:01:30.999Aug 08 03:01:30.999Aug 08 03:01:30.999 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255DEBGINFO |
| 3215 | 2026-08-08T03:01:31.919Z | |
| 3216 | 2026-08-08T03:01:31.919Z | 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 } }] |
| 3217 | 2026-08-08T03:01:31.919Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3218 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 Aug 08 03:01:30.999 DEBGINFO Aug 08 03:01:30.999 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffINFODEBG |
| 3219 | 2026-08-08T03:01:31.919Z | adding route 172.17.0.20/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 } }] |
| 3220 | 2026-08-08T03:01:31.919Z | |
| 3221 | 2026-08-08T03:01:31.919Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:01:30.999 |
| 3222 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 INFODEBG DEBG adding route 172.17.0.30/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 } }] |
| 3223 | 2026-08-08T03:01:31.919Z | |
| 3224 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999 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 } }] |
| 3225 | 2026-08-08T03:01:31.919Z | INFOAug 08 03:01:30.999Aug 08 03:01:30.999 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3226 | 2026-08-08T03:01:31.919Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3227 | 2026-08-08T03:01:31.919Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 INFODEBGAug 08 03:01:30.999 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3228 | 2026-08-08T03:01:31.919Z | 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 |
| 3229 | 2026-08-08T03:01:31.919Z | 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 } }] |
| 3230 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:30.999DEBG |
| 3231 | 2026-08-08T03:01:31.920Z | 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 } }] |
| 3232 | 2026-08-08T03:01:31.920Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3233 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 INFOAug 08 03:01:30.999 adding route 172.17.0.22/32 -> 10.0.0.255Aug 08 03:01:30.999 |
| 3234 | 2026-08-08T03:01:31.920Z | INFODEBGAug 08 03:01:30.999 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 08 03:01:30.999 |
| 3235 | 2026-08-08T03:01:31.920Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 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 } }] |
| 3236 | 2026-08-08T03:01:31.920Z | |
| 3237 | 2026-08-08T03:01:31.920Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 08 03:01:30.999 |
| 3238 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 INFO DEBGINFO adding route 172.17.0.32/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 } }] |
| 3239 | 2026-08-08T03:01:31.920Z | |
| 3240 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3241 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 DEBGAug 08 03:01:30.999INFO DEBGAug 08 03:01:30.999 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 3242 | 2026-08-08T03:01:31.920Z | 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 } }] |
| 3243 | 2026-08-08T03:01:31.920Z | |
| 3244 | 2026-08-08T03:01:31.920Z | 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 } }] |
| 3245 | 2026-08-08T03:01:31.920Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 3246 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 3247 | 2026-08-08T03:01:31.920Z | |
| 3248 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 |
| 3249 | 2026-08-08T03:01:31.920Z | INFOAug 08 03:01:30.999Aug 08 03:01:30.999 adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3250 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 DEBGDEBG INFOAug 08 03:01:30.999 adding route 172.17.0.24/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:4, vlan_id: None } }] |
| 3251 | 2026-08-08T03:01:31.920Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 08 03:01:30.999 |
| 3252 | 2026-08-08T03:01:31.920Z | replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3253 | 2026-08-08T03:01:31.920Z | test route::tests::same_size_non_subset_replace ... ok |
| 3254 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 |
| 3255 | 2026-08-08T03:01:31.920Z | 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 } }] |
| 3256 | 2026-08-08T03:01:31.920Z | DEBGAug 08 03:01:30.999Aug 08 03:01:30.999 DEBGAug 08 03:01:30.999replacing 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 08 03:01:30.999WARN |
| 3257 | 2026-08-08T03:01:31.920Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3258 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 |
| 3259 | 2026-08-08T03:01:31.920Z | INFO INFOadding route 3fff:beef:8::/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 08 03:01:30.999 |
| 3260 | 2026-08-08T03:01:31.920Z | |
| 3261 | 2026-08-08T03:01:31.920Z | DEBG adding route 172.17.0.25/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 } }] |
| 3262 | 2026-08-08T03:01:31.920Z | |
| 3263 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999Aug 08 03:01:30.999 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 } }]Aug 08 03:01:30.999adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3264 | 2026-08-08T03:01:31.920Z | INFO |
| 3265 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 3266 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3267 | 2026-08-08T03:01:31.920Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffAug 08 03:01:30.999 |
| 3268 | 2026-08-08T03:01:31.920Z | Aug 08 03:01:30.999 DEBGDEBG Aug 08 03:01:30.999replacing 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 08 03:01:30.999 |
| 3269 | 2026-08-08T03:01:31.921Z | DEBG INFO Aug 08 03:01:30.999adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3270 | 2026-08-08T03:01:31.921Z | 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 adding route 172.17.0.36/32 -> 10.0.0.255Aug 08 03:01:30.999Aug 08 03:01:30.999 |
| 3271 | 2026-08-08T03:01:31.921Z | DEBGDEBG created new freemapcreated new freemap, , Aug 08 03:01:31.005unitunit: :freemap_route_ipv4 DEBG |
| 3272 | 2026-08-08T03:01:31.921Z | freemap_route_ipv4replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3273 | 2026-08-08T03:01:31.921Z | |
| 3274 | 2026-08-08T03:01:31.921Z | |
| 3275 | 2026-08-08T03:01:31.921Z | Aug 08 03:01:31.005DEBG DEBGAug 08 03:01:31.005 Aug 08 03:01:31.005 created new freemapINFO, Aug 08 03:01:31.005 unitDEBG:replacing targets for 3fff:dead::/64 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 } }] freemap_route_ipv6INFO |
| 3276 | 2026-08-08T03:01:31.921Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3277 | 2026-08-08T03:01:31.921Z | |
| 3278 | 2026-08-08T03:01:31.921Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3279 | 2026-08-08T03:01:31.921Z | Aug 08 03:01:31.005 DEBG created new freemapreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.005, Aug 08 03:01:31.005 |
| 3280 | 2026-08-08T03:01:31.921Z | unit:DEBG Aug 08 03:01:31.005freemap_route_ipv6 Aug 08 03:01:31.005DEBG |
| 3281 | 2026-08-08T03:01:31.921Z | 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 |
| 3282 | 2026-08-08T03:01:31.921Z | initted freemap. size: 64WARN adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff, |
| 3283 | 2026-08-08T03:01:31.921Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unit: |
| 3284 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 freemap_route_ipv4 |
| 3285 | 2026-08-08T03:01:31.925Z | INFODEBGAug 08 03:01:31.005 DEBGadding route 172.17.0.38/32 -> 10.0.0.255Aug 08 03:01:31.005 |
| 3286 | 2026-08-08T03:01:31.925Z | 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 } }] |
| 3287 | 2026-08-08T03:01:31.925Z | DEBGinitted freemap. size: 64Aug 08 03:01:31.005 , reset 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 } }]:Aug 08 03:01:31.005 |
| 3288 | 2026-08-08T03:01:31.925Z | unit: INFOAug 08 03:01:31.005freemap_route_ipv4 |
| 3289 | 2026-08-08T03:01:31.925Z | INFOfreemap_route_ipv4 |
| 3290 | 2026-08-08T03:01:31.925Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3291 | 2026-08-08T03:01:31.925Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3292 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005 Aug 08 03:01:31.005DEBG DEBGAug 08 03:01:31.005 DEBGreset freemap Aug 08 03:01:31.005replacing 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 } }], |
| 3293 | 2026-08-08T03:01:31.925Z | unitreplacing 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 |
| 3294 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005 freemap_route_ipv4initted freemap. size: 64 |
| 3295 | 2026-08-08T03:01:31.925Z | , unitINFO: Aug 08 03:01:31.005adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3296 | 2026-08-08T03:01:31.925Z | freemap_route_ipv6 |
| 3297 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005DEBG Aug 08 03:01:31.005DEBG Aug 08 03:01:31.005 failed to allocate space for the new target listDEBGDEBG |
| 3298 | 2026-08-08T03:01:31.925Z | 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 } }]initted freemap. size: 64 |
| 3299 | 2026-08-08T03:01:31.925Z | reset freemap, , unitunit:: Aug 08 03:01:31.005Aug 08 03:01:31.005freemap_route_ipv6 freemap_route_ipv6DEBGINFO |
| 3300 | 2026-08-08T03:01:31.925Z | adding route 172.17.0.41/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 } }] |
| 3301 | 2026-08-08T03:01:31.925Z | |
| 3302 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005 |
| 3303 | 2026-08-08T03:01:31.925Z | DEBG reset freemapAug 08 03:01:31.005, Aug 08 03:01:31.005unit: DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3304 | 2026-08-08T03:01:31.925Z | |
| 3305 | 2026-08-08T03:01:31.925Z | freemap_route_ipv6 |
| 3306 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 INFODEBG 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.1, vlan_id: None } }] |
| 3307 | 2026-08-08T03:01:31.925Z | |
| 3308 | 2026-08-08T03:01:31.925Z | Aug 08 03:01:30.980Aug 08 03:01:31.005Aug 08 03:01:31.005 DEBGINFOAug 08 03:01:31.005 DEBGINFOcreated new freemap replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3309 | 2026-08-08T03:01:31.925Z | |
| 3310 | 2026-08-08T03:01:31.925Z | |
| 3311 | 2026-08-08T03:01:31.925Z | , unit:Aug 08 03:01:31.005Aug 08 03:01:31.005 INFOfreemap_route_ipv4 Aug 08 03:01:31.005DEBG |
| 3312 | 2026-08-08T03:01:31.925Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 3313 | 2026-08-08T03:01:31.926Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3314 | 2026-08-08T03:01:31.926Z | |
| 3315 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 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 } }] |
| 3316 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 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.3, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3317 | 2026-08-08T03:01:31.926Z | |
| 3318 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 INFO Aug 08 03:01:31.005adding route 172.17.0.44/32 -> 10.0.0.255 Aug 08 03:01:31.005 |
| 3319 | 2026-08-08T03:01:31.926Z | DEBGDEBG 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 } }], |
| 3320 | 2026-08-08T03:01:31.926Z | unit:Aug 08 03:01:31.005 DEBG freemap_route_ipv6replacing 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 } }] |
| 3321 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 INFO |
| 3322 | 2026-08-08T03:01:31.926Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:31.005 |
| 3323 | 2026-08-08T03:01:31.926Z | DEBGAug 08 03:01:31.005 initted freemap. size: 64INFO, adding route 172.17.0.45/32 -> 10.0.0.255unit |
| 3324 | 2026-08-08T03:01:31.926Z | :Aug 08 03:01:31.005 DEBGfreemap_route_ipv4 |
| 3325 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 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 } }] |
| 3326 | 2026-08-08T03:01:31.926Z | 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 08 03:01:31.005 |
| 3327 | 2026-08-08T03:01:31.926Z | DEBGAug 08 03:01:31.005 reset freemapINFO, Aug 08 03:01:31.005unit : adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3328 | 2026-08-08T03:01:31.926Z | freemap_route_ipv4 |
| 3329 | 2026-08-08T03:01:31.926Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3330 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 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 } }] |
| 3331 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 |
| 3332 | 2026-08-08T03:01:31.926Z | DEBGDEBG initted freemap. size: 64replacing 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 08 03:01:31.005unit |
| 3333 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005: DEBG INFOfreemap_route_ipv6Aug 08 03:01:31.005 |
| 3334 | 2026-08-08T03:01:31.926Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 3335 | 2026-08-08T03:01:31.926Z | adding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Aug 08 03:01:31.005 |
| 3336 | 2026-08-08T03:01:31.926Z | |
| 3337 | 2026-08-08T03:01:31.926Z | DEBGAug 08 03:01:31.005 Aug 08 03:01:31.005reset freemapDEBG, 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 } }]unitDEBG: |
| 3338 | 2026-08-08T03:01:31.926Z | 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 } }] |
| 3339 | 2026-08-08T03:01:31.926Z | freemap_route_ipv6 |
| 3340 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 INFOAug 08 03:01:31.005 Aug 08 03:01:31.005 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff INFOINFO |
| 3341 | 2026-08-08T03:01:31.926Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3342 | 2026-08-08T03:01:31.926Z | |
| 3343 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 DEBGAug 08 03:01:31.005Aug 08 03:01:31.005 DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3344 | 2026-08-08T03:01:31.926Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }] |
| 3345 | 2026-08-08T03:01:31.926Z | |
| 3346 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 Aug 08 03:01:31.005INFO adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 3347 | 2026-08-08T03:01:31.926Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3348 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 Aug 08 03:01:31.005adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFODEBGAug 08 03:01:31.005 |
| 3349 | 2026-08-08T03:01:31.926Z | adding route 172.16.0.0/32 -> 10.0.0.2 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 } }] |
| 3350 | 2026-08-08T03:01:31.926Z | |
| 3351 | 2026-08-08T03:01:31.926Z | 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 08 03:01:31.005 |
| 3352 | 2026-08-08T03:01:31.926Z | Aug 08 03:01:31.005 DEBGDEBG Aug 08 03:01:31.005 Aug 08 03:01:31.005replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3353 | 2026-08-08T03:01:31.927Z | adding 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3354 | 2026-08-08T03:01:31.927Z | INFO |
| 3355 | 2026-08-08T03:01:31.927Z | adding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:01:31.005 |
| 3356 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005 DEBGINFO Aug 08 03:01:31.005 replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3357 | 2026-08-08T03:01:31.927Z | |
| 3358 | 2026-08-08T03:01:31.927Z | DEBG Aug 08 03:01:31.005replacing 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 } }] |
| 3359 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005INFO INFOAug 08 03:01:31.005 Aug 08 03:01:31.005DEBG adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3360 | 2026-08-08T03:01:31.927Z | 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 } }] |
| 3361 | 2026-08-08T03:01:31.927Z | |
| 3362 | 2026-08-08T03:01:31.927Z | INFO Aug 08 03:01:31.005adding route 172.17.0.51/32 -> 10.0.0.255 Aug 08 03:01:31.005 |
| 3363 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005 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 } }] Aug 08 03:01:31.005replacing 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 } }] |
| 3364 | 2026-08-08T03:01:31.927Z | |
| 3365 | 2026-08-08T03:01:31.927Z | INFODEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3366 | 2026-08-08T03:01:31.927Z | |
| 3367 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 Aug 08 03:01:31.005Aug 08 03:01:31.005 INFOINFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3368 | 2026-08-08T03:01:31.927Z | adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3369 | 2026-08-08T03:01:31.927Z | |
| 3370 | 2026-08-08T03:01:31.927Z | 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 08 03:01:31.005 |
| 3371 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005 DEBGDEBGAug 08 03:01:31.005 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.005DEBG |
| 3372 | 2026-08-08T03:01:31.927Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3373 | 2026-08-08T03:01:31.927Z | |
| 3374 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] Aug 08 03:01:31.005adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3375 | 2026-08-08T03:01:31.927Z | |
| 3376 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 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 } }] |
| 3377 | 2026-08-08T03:01:31.927Z | |
| 3378 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.005Aug 08 03:01:31.005 DEBG Aug 08 03:01:31.005 INFO Aug 08 03:01:31.005replacing 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 |
| 3379 | 2026-08-08T03:01:31.927Z | INFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3380 | 2026-08-08T03:01:31.927Z | Aug 08 03:01:31.006Aug 08 03:01:31.005 INFO Aug 08 03:01:31.011adding route 172.17.0.31/32 -> 10.0.0.255 DEBG |
| 3381 | 2026-08-08T03:01:31.927Z | 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 |
| 3382 | 2026-08-08T03:01:31.927Z | created new freemapAug 08 03:01:31.011 , unitAug 08 03:01:31.011 :INFO freemap_route_ipv4adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3383 | 2026-08-08T03:01:31.927Z | |
| 3384 | 2026-08-08T03:01:31.931Z | DEBGAug 08 03:01:31.006 DEBG Aug 08 03:01:31.011created new freemap , Aug 08 03:01:31.011unitreplacing 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 } }]: |
| 3385 | 2026-08-08T03:01:31.931Z | DEBGfreemap_route_ipv4DEBG |
| 3386 | 2026-08-08T03:01:31.931Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemap |
| 3387 | 2026-08-08T03:01:31.931Z | Aug 08 03:01:31.011, unitINFO:Aug 08 03:01:31.011 Aug 08 03:01:31.011adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3388 | 2026-08-08T03:01:31.931Z | INFOfreemap_route_ipv6 DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff created new freemap |
| 3389 | 2026-08-08T03:01:31.931Z | , |
| 3390 | 2026-08-08T03:01:31.931Z | Aug 08 03:01:31.011 unitDEBG:Aug 08 03:01:31.011 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 } }] |
| 3391 | 2026-08-08T03:01:31.931Z | freemap_route_ipv6DEBG |
| 3392 | 2026-08-08T03:01:31.931Z | 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 08 03:01:31.011Aug 08 03:01:31.011 DEBGINFO adding route 172.17.0.33/32 -> 10.0.0.255initted freemap. size: 64 |
| 3393 | 2026-08-08T03:01:31.931Z | , unitAug 08 03:01:31.011 |
| 3394 | 2026-08-08T03:01:31.932Z | : DEBGadding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:01:31.011 initted freemap. size: 64DEBG |
| 3395 | 2026-08-08T03:01:31.932Z | , replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3396 | 2026-08-08T03:01:31.932Z | unit |
| 3397 | 2026-08-08T03:01:31.932Z | Aug 08 03:01:31.011: Aug 08 03:01:31.011freemap_route_ipv4 INFO |
| 3398 | 2026-08-08T03:01:31.932Z | INFOAug 08 03:01:31.011 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3399 | 2026-08-08T03:01:31.932Z | DEBG Aug 08 03:01:31.011adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:01:31.011 Aug 08 03:01:31.011 |
| 3400 | 2026-08-08T03:01:31.932Z | DEBGreset freemap reset freemap, , unitunitDEBG::Aug 08 03:01:31.011 freemap_route_ipv4DEBG |
| 3401 | 2026-08-08T03:01:31.932Z | 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 } }]DEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3402 | 2026-08-08T03:01:31.932Z | |
| 3403 | 2026-08-08T03:01:31.932Z | |
| 3404 | 2026-08-08T03:01:31.932Z | 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 08 03:01:31.011 |
| 3405 | 2026-08-08T03:01:31.932Z | Aug 08 03:01:31.011Aug 08 03:01:31.011Aug 08 03:01:31.011 INFO INFOAug 08 03:01:31.011 DEBGDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3406 | 2026-08-08T03:01:31.932Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3407 | 2026-08-08T03:01:31.932Z | initted freemap. size: 64INFO initted freemap. size: 64, , unitAug 08 03:01:31.011: Aug 08 03:01:31.011DEBG freemap_route_ipv6 unitreplacing 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.1/32 -> 10.0.0.255 |
| 3408 | 2026-08-08T03:01:31.932Z | |
| 3409 | 2026-08-08T03:01:31.932Z | : freemap_route_ipv6 |
| 3410 | 2026-08-08T03:01:31.932Z | |
| 3411 | 2026-08-08T03:01:31.932Z | DEBGAug 08 03:01:31.011 Aug 08 03:01:31.011Aug 08 03:01:31.011 Aug 08 03:01:31.011 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 } }]INFODEBG |
| 3412 | 2026-08-08T03:01:31.932Z | DEBG reset freemap DEBG, adding route 172.17.0.36/32 -> 10.0.0.255unit |
| 3413 | 2026-08-08T03:01:31.932Z | reset freemap , 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 } }] |
| 3414 | 2026-08-08T03:01:31.932Z | :Aug 08 03:01:31.011 freemap_route_ipv6Aug 08 03:01:31.011: |
| 3415 | 2026-08-08T03:01:31.932Z | INFODEBGAug 08 03:01:31.011 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 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3416 | 2026-08-08T03:01:31.932Z | freemap_route_ipv6 |
| 3417 | 2026-08-08T03:01:31.932Z | |
| 3418 | 2026-08-08T03:01:31.932Z | INFOAug 08 03:01:31.012 Aug 08 03:01:31.012adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3419 | 2026-08-08T03:01:31.932Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBGAug 08 03:01:31.012 |
| 3420 | 2026-08-08T03:01:31.932Z | INFOAug 08 03:01:31.012 Aug 08 03:01:31.012replacing 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 08 03:01:31.012adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3421 | 2026-08-08T03:01:31.932Z | DEBG |
| 3422 | 2026-08-08T03:01:31.932Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3423 | 2026-08-08T03:01:31.932Z | |
| 3424 | 2026-08-08T03:01:31.932Z | 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 08 03:01:31.012 |
| 3425 | 2026-08-08T03:01:31.932Z | Aug 08 03:01:31.012Aug 08 03:01:31.012 Aug 08 03:01:31.012INFO INFODEBGDEBG adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3426 | 2026-08-08T03:01:31.932Z | |
| 3427 | 2026-08-08T03:01:31.932Z | Aug 08 03:01:31.012 INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffAug 08 03:01:31.012replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:01:31.012 |
| 3428 | 2026-08-08T03:01:31.932Z | |
| 3429 | 2026-08-08T03:01:31.932Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBGAug 08 03:01:31.012 |
| 3430 | 2026-08-08T03:01:31.932Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3431 | 2026-08-08T03:01:31.932Z | INFO |
| 3432 | 2026-08-08T03:01:31.932Z | Aug 08 03:01:31.012 DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 08 03:01:31.012 |
| 3433 | 2026-08-08T03:01:31.933Z | |
| 3434 | 2026-08-08T03:01:31.933Z | DEBGAug 08 03:01:31.012 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 } }]INFOAug 08 03:01:31.012 Aug 08 03:01:31.012adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3435 | 2026-08-08T03:01:31.933Z | |
| 3436 | 2026-08-08T03:01:31.933Z | DEBGAug 08 03:01:31.012INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3437 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 |
| 3438 | 2026-08-08T03:01:31.933Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3439 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012DEBGAug 08 03:01:31.012 Aug 08 03:01:31.012replacing 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 |
| 3440 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 adding route 172.17.0.4/32 -> 10.0.0.255 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:01:31.012 |
| 3441 | 2026-08-08T03:01:31.933Z | adding route 172.16.0.0/32 -> 10.0.0.3 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 } }] |
| 3442 | 2026-08-08T03:01:31.933Z | INFO |
| 3443 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 |
| 3444 | 2026-08-08T03:01:31.933Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3445 | 2026-08-08T03:01:31.933Z | |
| 3446 | 2026-08-08T03:01:31.933Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3447 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 INFOAug 08 03:01:31.012 Aug 08 03:01:31.012INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:01:31.012DEBG |
| 3448 | 2026-08-08T03:01:31.933Z | 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 |
| 3449 | 2026-08-08T03:01:31.933Z | |
| 3450 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 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 08 03:01:31.012Aug 08 03:01:31.012replacing 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 } }] |
| 3451 | 2026-08-08T03:01:31.933Z | DEBG |
| 3452 | 2026-08-08T03:01:31.933Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.012Aug 08 03:01:31.012 |
| 3453 | 2026-08-08T03:01:31.933Z | INFOINFO DEBGAug 08 03:01:31.012adding route 172.17.0.41/32 -> 10.0.0.255 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 } }] |
| 3454 | 2026-08-08T03:01:31.933Z | DEBG |
| 3455 | 2026-08-08T03:01:31.933Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 08 03:01:31.012adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3456 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 DEBG |
| 3457 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012replacing 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 } }] |
| 3458 | 2026-08-08T03:01:31.933Z | INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:01:31.012 Aug 08 03:01:31.012 |
| 3459 | 2026-08-08T03:01:31.933Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3460 | 2026-08-08T03:01:31.933Z | |
| 3461 | 2026-08-08T03:01:31.933Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 08 03:01:31.012 |
| 3462 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012Aug 08 03:01:31.012 DEBG Aug 08 03:01:31.012replacing 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 |
| 3463 | 2026-08-08T03:01:31.933Z | 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 } }]DEBG |
| 3464 | 2026-08-08T03:01:31.933Z | 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 08 03:01:31.012replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:01:31.012 |
| 3465 | 2026-08-08T03:01:31.933Z | |
| 3466 | 2026-08-08T03:01:31.933Z | INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3467 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3468 | 2026-08-08T03:01:31.933Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3469 | 2026-08-08T03:01:31.933Z | Aug 08 03:01:31.012 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.012 |
| 3470 | 2026-08-08T03:01:31.933Z | DEBGAug 08 03:01:31.012 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 } }] |
| 3471 | 2026-08-08T03:01:31.933Z | DEBG Aug 08 03:01:31.012replacing 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 } }] |
| 3472 | 2026-08-08T03:01:31.933Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 3473 | 2026-08-08T03:01:31.934Z | Aug 08 03:01:31.012 INFOAug 08 03:01:31.012Aug 08 03:01:31.012 adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 3474 | 2026-08-08T03:01:31.934Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 3475 | 2026-08-08T03:01:31.934Z | 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 } }] |
| 3476 | 2026-08-08T03:01:31.934Z | Aug 08 03:01:31.012 DEBG Aug 08 03:01:31.012replacing 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 } }] |
| 3477 | 2026-08-08T03:01:31.934Z | 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 } }] |
| 3478 | 2026-08-08T03:01:31.934Z | Aug 08 03:01:31.012 |
| 3479 | 2026-08-08T03:01:31.934Z | Aug 08 03:01:31.012INFO adding route 172.17.0.8/32 -> 10.0.0.255 INFO |
| 3480 | 2026-08-08T03:01:31.934Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 08 03:01:31.012Aug 08 03:01:31.012 |
| 3481 | 2026-08-08T03:01:31.934Z | Aug 08 03:01:31.012INFO Aug 08 03:01:31.012adding route 172.17.0.54/32 -> 10.0.0.255 DEBGINFO |
| 3482 | 2026-08-08T03:01:31.934Z | adding route 172.17.0.45/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 } }] |
| 3483 | 2026-08-08T03:01:31.934Z | |
| 3484 | 2026-08-08T03:01:31.938Z | 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 } }] |
| 3485 | 2026-08-08T03:01:31.938Z | Aug 08 03:01:31.012Aug 08 03:01:31.012 DEBGAug 08 03:01:31.012 INFO Aug 08 03:01:31.012 DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3486 | 2026-08-08T03:01:31.938Z | |
| 3487 | 2026-08-08T03:01:31.938Z | |
| 3488 | 2026-08-08T03:01:31.938Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:01:31.012 |
| 3489 | 2026-08-08T03:01:31.938Z | Aug 08 03:01:31.012 Aug 08 03:01:31.018DEBG DEBGcreated new freemap , INFOunit :adding route 172.17.0.46/32 -> 10.0.0.255 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3490 | 2026-08-08T03:01:31.938Z | |
| 3491 | 2026-08-08T03:01:31.938Z | |
| 3492 | 2026-08-08T03:01:31.938Z | Aug 08 03:01:31.006 Aug 08 03:01:31.018DEBG DEBGcreated new freemap , 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 } }] |
| 3493 | 2026-08-08T03:01:31.938Z | Aug 08 03:01:31.012unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 3494 | 2026-08-08T03:01:31.938Z | |
| 3495 | 2026-08-08T03:01:31.938Z | Aug 08 03:01:31.018 INFOAug 08 03:01:31.018 adding route 172.17.0.47/32 -> 10.0.0.255DEBGAug 08 03:01:31.018 |
| 3496 | 2026-08-08T03:01:31.938Z | INFOcreated new freemap , adding route 172.17.0.10/32 -> 10.0.0.255unitAug 08 03:01:31.018:Aug 08 03:01:31.018 |
| 3497 | 2026-08-08T03:01:31.938Z | DEBG created new freemapDEBGfreemap_route_ipv6 , replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3498 | 2026-08-08T03:01:31.938Z | : |
| 3499 | 2026-08-08T03:01:31.938Z | freemap_route_ipv6Aug 08 03:01:31.018 |
| 3500 | 2026-08-08T03:01:31.938Z | DEBGAug 08 03:01:31.018 Aug 08 03:01:31.018 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 } }] |
| 3501 | 2026-08-08T03:01:31.938Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 3502 | 2026-08-08T03:01:31.938Z | initted freemap. size: 64, unitAug 08 03:01:31.018: Aug 08 03:01:31.018 freemap_route_ipv4DEBG |
| 3503 | 2026-08-08T03:01:31.938Z | DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:01:31.018 |
| 3504 | 2026-08-08T03:01:31.938Z | INFO initted freemap. size: 64Aug 08 03:01:31.018, Aug 08 03:01:31.018 unitINFO:DEBG adding route 172.17.0.49/32 -> 10.0.0.255reset freemap |
| 3505 | 2026-08-08T03:01:31.938Z | adding route 172.17.0.11/32 -> 10.0.0.255, unit |
| 3506 | 2026-08-08T03:01:31.938Z | : Aug 08 03:01:31.018freemap_route_ipv4freemap_route_ipv4 |
| 3507 | 2026-08-08T03:01:31.938Z | |
| 3508 | 2026-08-08T03:01:31.938Z | DEBGAug 08 03:01:31.018 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 } }]DEBGAug 08 03:01:31.018 |
| 3509 | 2026-08-08T03:01:31.939Z | 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 |
| 3510 | 2026-08-08T03:01:31.939Z | initted freemap. size: 64Aug 08 03:01:31.018, unit :INFO Aug 08 03:01:31.018freemap_route_ipv6 |
| 3511 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 3512 | 2026-08-08T03:01:31.939Z | INFO Aug 08 03:01:31.018adding route 172.17.0.12/32 -> 10.0.0.255 Aug 08 03:01:31.018 |
| 3513 | 2026-08-08T03:01:31.939Z | DEBGreset freemap reset freemapDEBG, , unit :unitreplacing 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 08 03:01:31.018 freemap_route_ipv6 |
| 3514 | 2026-08-08T03:01:31.939Z | freemap_route_ipv4 |
| 3515 | 2026-08-08T03:01:31.939Z | DEBG |
| 3516 | 2026-08-08T03:01:31.939Z | 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 08 03:01:31.018Aug 08 03:01:31.018 |
| 3517 | 2026-08-08T03:01:31.939Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3518 | 2026-08-08T03:01:31.939Z | |
| 3519 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 Aug 08 03:01:31.018 DEBGINFO initted freemap. size: 64Aug 08 03:01:31.018 Aug 08 03:01:31.018, DEBG adding route 172.17.0.13/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3520 | 2026-08-08T03:01:31.939Z | |
| 3521 | 2026-08-08T03:01:31.939Z | 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 } }]: |
| 3522 | 2026-08-08T03:01:31.939Z | freemap_route_ipv6Aug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018 |
| 3523 | 2026-08-08T03:01:31.939Z | DEBG 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 08 03:01:31.018 |
| 3524 | 2026-08-08T03:01:31.939Z | INFOINFOAug 08 03:01:31.018 adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3525 | 2026-08-08T03:01:31.939Z | |
| 3526 | 2026-08-08T03:01:31.939Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3527 | 2026-08-08T03:01:31.939Z | DEBG Aug 08 03:01:31.018reset freemap Aug 08 03:01:31.018 DEBG, INFOunitAug 08 03:01:31.018Aug 08 03:01:31.018 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3528 | 2026-08-08T03:01:31.939Z | |
| 3529 | 2026-08-08T03:01:31.939Z | : DEBGfreemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3530 | 2026-08-08T03:01:31.939Z | |
| 3531 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 |
| 3532 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018INFO Aug 08 03:01:31.018adding route 172.17.0.53/32 -> 10.0.0.255Aug 08 03:01:31.018 DEBG |
| 3533 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3534 | 2026-08-08T03:01:31.939Z | adding route 172.16.0.0/32 -> 10.0.0.3INFOreplacing 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 08 03:01:31.018 |
| 3535 | 2026-08-08T03:01:31.939Z | |
| 3536 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 DEBGDEBGAug 08 03:01:31.018 DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3537 | 2026-08-08T03:01:31.939Z | 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 } }] |
| 3538 | 2026-08-08T03:01:31.939Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.018Aug 08 03:01:31.018 |
| 3539 | 2026-08-08T03:01:31.939Z | |
| 3540 | 2026-08-08T03:01:31.939Z | INFOINFO Aug 08 03:01:31.018 Aug 08 03:01:31.018INFOAug 08 03:01:31.018 adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3541 | 2026-08-08T03:01:31.939Z | 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 |
| 3542 | 2026-08-08T03:01:31.939Z | test route::tests::add_target_fails_full ... ok |
| 3543 | 2026-08-08T03:01:31.939Z | adding route 172.17.0.54/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3544 | 2026-08-08T03:01:31.939Z | |
| 3545 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 INFO |
| 3546 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBGAug 08 03:01:31.018 |
| 3547 | 2026-08-08T03:01:31.939Z | Aug 08 03:01:31.018 Aug 08 03:01:31.018 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGDEBG |
| 3548 | 2026-08-08T03:01:31.939Z | DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3549 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018replacing 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 |
| 3550 | 2026-08-08T03:01:31.940Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:01:31.018Aug 08 03:01:31.018replacing 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 } }] |
| 3551 | 2026-08-08T03:01:31.940Z | INFO DEBGAug 08 03:01:31.018 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 3552 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 |
| 3553 | 2026-08-08T03:01:31.940Z | |
| 3554 | 2026-08-08T03:01:31.940Z | INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:01:31.018 |
| 3555 | 2026-08-08T03:01:31.940Z | |
| 3556 | 2026-08-08T03:01:31.940Z | DEBG Aug 08 03:01:31.018 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 } }]INFOAug 08 03:01:31.018 |
| 3557 | 2026-08-08T03:01:31.940Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 3558 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018DEBG Aug 08 03:01:31.018 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 } }] replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3559 | 2026-08-08T03:01:31.940Z | |
| 3560 | 2026-08-08T03:01:31.940Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3561 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 Aug 08 03:01:31.018Aug 08 03:01:31.018INFO INFODEBGAug 08 03:01:31.018adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3562 | 2026-08-08T03:01:31.940Z | DEBG adding route 172.17.0.1/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 } }]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 } }] |
| 3563 | 2026-08-08T03:01:31.940Z | |
| 3564 | 2026-08-08T03:01:31.940Z | |
| 3565 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018 INFOINFODEBG adding route 172.17.0.57/32 -> 10.0.0.255adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3566 | 2026-08-08T03:01:31.940Z | |
| 3567 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 |
| 3568 | 2026-08-08T03:01:31.940Z | DEBGAug 08 03:01:31.018Aug 08 03:01:31.018 Aug 08 03:01:31.018DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3569 | 2026-08-08T03:01:31.940Z | 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 |
| 3570 | 2026-08-08T03:01:31.940Z | adding route 172.17.0.18/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 } }] |
| 3571 | 2026-08-08T03:01:31.940Z | |
| 3572 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018Aug 08 03:01:31.018 INFOINFO Aug 08 03:01:31.018adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3573 | 2026-08-08T03:01:31.940Z | |
| 3574 | 2026-08-08T03:01:31.940Z | 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 08 03:01:31.018 |
| 3575 | 2026-08-08T03:01:31.940Z | DEBG Aug 08 03:01:31.018Aug 08 03:01:31.018replacing 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 |
| 3576 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 3577 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3578 | 2026-08-08T03:01:31.940Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 08 03:01:31.018 INFO |
| 3579 | 2026-08-08T03:01:31.940Z | |
| 3580 | 2026-08-08T03:01:31.940Z | adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:01:31.018 |
| 3581 | 2026-08-08T03:01:31.940Z | DEBG Aug 08 03:01:31.018replacing 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 08 03:01:31.018 |
| 3582 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 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 } }]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 } }] |
| 3583 | 2026-08-08T03:01:31.940Z | Aug 08 03:01:31.018 INFO |
| 3584 | 2026-08-08T03:01:31.944Z | Aug 08 03:01:31.018replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3585 | 2026-08-08T03:01:31.944Z | |
| 3586 | 2026-08-08T03:01:31.944Z | INFO Aug 08 03:01:31.018adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:01:31.018 |
| 3587 | 2026-08-08T03:01:31.944Z | Aug 08 03:01:31.018 INFODEBGINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3588 | 2026-08-08T03:01:31.944Z | |
| 3589 | 2026-08-08T03:01:31.945Z | 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 } }] |
| 3590 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.018 DEBGAug 08 03:01:31.018 Aug 08 03:01:31.018 Aug 08 03:01:31.018DEBGreplacing 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 } }] |
| 3591 | 2026-08-08T03:01:31.945Z | DEBGINFOreplacing 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 } }] |
| 3592 | 2026-08-08T03:01:31.945Z | adding route 172.17.0.4/32 -> 10.0.0.255replacing 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 } }] |
| 3593 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.018 |
| 3594 | 2026-08-08T03:01:31.945Z | INFO Aug 08 03:01:31.018adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3595 | 2026-08-08T03:01:31.945Z | INFO Aug 08 03:01:31.018adding route 172.17.0.61/32 -> 10.0.0.255 Aug 08 03:01:31.018Aug 08 03:01:31.018DEBG |
| 3596 | 2026-08-08T03:01:31.945Z | 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 |
| 3597 | 2026-08-08T03:01:31.945Z | DEBGAug 08 03:01:31.018 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 3598 | 2026-08-08T03:01:31.945Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Aug 08 03:01:31.018 |
| 3599 | 2026-08-08T03:01:31.945Z | 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 } }] |
| 3600 | 2026-08-08T03:01:31.945Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:01:31.018 |
| 3601 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.018Aug 08 03:01:31.018 DEBGINFOINFO Aug 08 03:01:31.018replacing 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 } }] |
| 3602 | 2026-08-08T03:01:31.945Z | adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 3603 | 2026-08-08T03:01:31.945Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.018adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3604 | 2026-08-08T03:01:31.945Z | |
| 3605 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.018 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff 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 } }] |
| 3606 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.018 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3607 | 2026-08-08T03:01:31.945Z | |
| 3608 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024 Aug 08 03:01:31.024INFO DEBGadding route 172.17.0.63/32 -> 10.0.0.255 |
| 3609 | 2026-08-08T03:01:31.945Z | 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 } }] |
| 3610 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing 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 } }] |
| 3611 | 2026-08-08T03:01:31.945Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:01:31.024 |
| 3612 | 2026-08-08T03:01:31.945Z | DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.024 |
| 3613 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024DEBG 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 } }] |
| 3614 | 2026-08-08T03:01:31.945Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:01:31.024 |
| 3615 | 2026-08-08T03:01:31.945Z | DEBGAug 08 03:01:31.024 INFO Aug 08 03:01:31.024adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3616 | 2026-08-08T03:01:31.945Z | DEBG failed to allocate space for the new target listreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3617 | 2026-08-08T03:01:31.945Z | |
| 3618 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024Aug 08 03:01:31.024Aug 08 03:01:31.024 INFODEBGDEBG 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.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3619 | 2026-08-08T03:01:31.945Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3620 | 2026-08-08T03:01:31.945Z | |
| 3621 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024 DEBG Aug 08 03:01:31.024failed to allocate space for the new target list |
| 3622 | 2026-08-08T03:01:31.945Z | 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 08 03:01:31.024 |
| 3623 | 2026-08-08T03:01:31.945Z | INFOAug 08 03:01:31.012 Aug 08 03:01:31.024 adding route 172.17.0.9/32 -> 10.0.0.255INFOINFO |
| 3624 | 2026-08-08T03:01:31.945Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3625 | 2026-08-08T03:01:31.945Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3626 | 2026-08-08T03:01:31.945Z | Aug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3627 | 2026-08-08T03:01:31.945Z | 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 } }] |
| 3628 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.024Aug 08 03:01:31.024 DEBGAug 08 03:01:31.024 INFO 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 |
| 3629 | 2026-08-08T03:01:31.946Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255 |
| 3630 | 2026-08-08T03:01:31.946Z | |
| 3631 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.024 INFOAug 08 03:01:31.024 Aug 08 03:01:31.024adding route 172.17.0.56/32 -> 10.0.0.255 DEBGDEBG |
| 3632 | 2026-08-08T03:01:31.946Z | 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 } }] |
| 3633 | 2026-08-08T03:01:31.946Z | 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 } }] |
| 3634 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.024Aug 08 03:01:31.024Aug 08 03:01:31.024 INFODEBG INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3635 | 2026-08-08T03:01:31.946Z | 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 } }] |
| 3636 | 2026-08-08T03:01:31.946Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3637 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.024 DEBG Aug 08 03:01:31.024replacing 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 08 03:01:31.024 |
| 3638 | 2026-08-08T03:01:31.946Z | INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 3639 | 2026-08-08T03:01:31.946Z | 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 08 03:01:31.024 |
| 3640 | 2026-08-08T03:01:31.946Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 08 03:01:31.024 |
| 3641 | 2026-08-08T03:01:31.946Z | test route::tests::delete_targets_full ... ok |
| 3642 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.024 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 } }] INFO Aug 08 03:01:31.025 |
| 3643 | 2026-08-08T03:01:31.946Z | adding route 172.17.0.12/32 -> 10.0.0.255 DEBG |
| 3644 | 2026-08-08T03:01:31.946Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.025 |
| 3645 | 2026-08-08T03:01:31.946Z | INFO Aug 08 03:01:31.025 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 3646 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.025 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 08 03:01:31.025 |
| 3647 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.025DEBGINFO 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3648 | 2026-08-08T03:01:31.946Z | 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 } }] |
| 3649 | 2026-08-08T03:01:31.946Z | |
| 3650 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.025Aug 08 03:01:31.025 Aug 08 03:01:31.025INFO Aug 08 03:01:31.025adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3651 | 2026-08-08T03:01:31.946Z | INFO INFODEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3652 | 2026-08-08T03:01:31.946Z | 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.13/32 -> 10.0.0.255Aug 08 03:01:31.025 |
| 3653 | 2026-08-08T03:01:31.946Z | |
| 3654 | 2026-08-08T03:01:31.946Z | DEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:01:31.025 |
| 3655 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.025DEBGAug 08 03:01:31.025 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.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3656 | 2026-08-08T03:01:31.946Z | |
| 3657 | 2026-08-08T03:01:31.946Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:01:31.025 |
| 3658 | 2026-08-08T03:01:31.946Z | INFOAug 08 03:01:31.025 Aug 08 03:01:31.025 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOINFO |
| 3659 | 2026-08-08T03:01:31.946Z | adding route 172.17.0.14/32 -> 10.0.0.255 Aug 08 03:01:31.025 |
| 3660 | 2026-08-08T03:01:31.946Z | DEBGadding route 172.17.0.60/32 -> 10.0.0.255 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 } }] |
| 3661 | 2026-08-08T03:01:31.946Z | |
| 3662 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.025 Aug 08 03:01:31.025DEBG Aug 08 03:01:31.025Aug 08 03:01:31.025DEBG 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 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 3663 | 2026-08-08T03:01:31.946Z | |
| 3664 | 2026-08-08T03:01:31.946Z | Aug 08 03:01:31.031replacing 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 } }] |
| 3665 | 2026-08-08T03:01:31.946Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:01:31.031 |
| 3666 | 2026-08-08T03:01:31.946Z | INFOAug 08 03:01:31.031 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:01:31.031DEBG |
| 3667 | 2026-08-08T03:01:31.946Z | failed to allocate space for the new target listDEBG |
| 3668 | 2026-08-08T03:01:31.947Z | 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 08 03:01:31.031 |
| 3669 | 2026-08-08T03:01:31.947Z | DEBG Aug 08 03:01:31.031replacing 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 08 03:01:31.031DEBG replacing targets for 172.16.0.0/32 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 } }] |
| 3670 | 2026-08-08T03:01:31.947Z | INFO |
| 3671 | 2026-08-08T03:01:31.947Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3672 | 2026-08-08T03:01:31.947Z | INFO Aug 08 03:01:31.031adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3673 | 2026-08-08T03:01:31.947Z | INFOAug 08 03:01:31.031 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3674 | 2026-08-08T03:01:31.947Z | DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.031 |
| 3675 | 2026-08-08T03:01:31.947Z | Aug 08 03:01:31.031 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 } }] |
| 3676 | 2026-08-08T03:01:31.947Z | 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 08 03:01:31.031 |
| 3677 | 2026-08-08T03:01:31.947Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 08 03:01:31.031 |
| 3678 | 2026-08-08T03:01:31.947Z | Aug 08 03:01:31.031 INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3679 | 2026-08-08T03:01:31.947Z | |
| 3680 | 2026-08-08T03:01:31.947Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3681 | 2026-08-08T03:01:31.947Z | DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3682 | 2026-08-08T03:01:31.947Z | 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 } }] |
| 3683 | 2026-08-08T03:01:31.947Z | Aug 08 03:01:31.031Aug 08 03:01:31.031Aug 08 03:01:31.031 INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3684 | 2026-08-08T03:01:31.951Z | |
| 3685 | 2026-08-08T03:01:31.951Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3686 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBG 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 } }] 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 } }] |
| 3687 | 2026-08-08T03:01:31.951Z | |
| 3688 | 2026-08-08T03:01:31.951Z | 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 } }] |
| 3689 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 Aug 08 03:01:31.031INFO Aug 08 03:01:31.031adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3690 | 2026-08-08T03:01:31.951Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 3691 | 2026-08-08T03:01:31.951Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3692 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBG Aug 08 03:01:31.031 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 } }] |
| 3693 | 2026-08-08T03:01:31.951Z | 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 } }] |
| 3694 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3695 | 2026-08-08T03:01:31.951Z | 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 } }] |
| 3696 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 INFODEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3697 | 2026-08-08T03:01:31.951Z | |
| 3698 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 INFO Aug 08 03:01:31.031adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:01:31.031 |
| 3699 | 2026-08-08T03:01:31.951Z | 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 172.17.0.30/32 -> 10.0.0.255 |
| 3700 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 |
| 3701 | 2026-08-08T03:01:31.951Z | DEBG Aug 08 03:01:31.031replacing 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 } }] |
| 3702 | 2026-08-08T03:01:31.951Z | INFOAug 08 03:01:31.031 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGAug 08 03:01:31.031 |
| 3703 | 2026-08-08T03:01:31.951Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3704 | 2026-08-08T03:01:31.951Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3705 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 DEBGAug 08 03:01:31.031 Aug 08 03:01:31.031replacing 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 } }] |
| 3706 | 2026-08-08T03:01:31.951Z | 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.31/32 -> 10.0.0.255 |
| 3707 | 2026-08-08T03:01:31.951Z | Aug 08 03:01:31.031 |
| 3708 | 2026-08-08T03:01:31.952Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3709 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3710 | 2026-08-08T03:01:31.952Z | |
| 3711 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031 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 } }]Aug 08 03:01:31.031Aug 08 03:01:31.031 |
| 3712 | 2026-08-08T03:01:31.952Z | DEBGINFO adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.031 |
| 3713 | 2026-08-08T03:01:31.952Z | |
| 3714 | 2026-08-08T03:01:31.952Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3715 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 INFODEBGAug 08 03:01:31.031 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3716 | 2026-08-08T03:01:31.952Z | |
| 3717 | 2026-08-08T03:01:31.952Z | 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 } }] |
| 3718 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031Aug 08 03:01:31.031Aug 08 03:01:31.031 DEBGINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 3719 | 2026-08-08T03:01:31.952Z | |
| 3720 | 2026-08-08T03:01:31.952Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3721 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 DEBGAug 08 03:01:31.031INFO 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 172.17.0.24/32 -> 10.0.0.255 |
| 3722 | 2026-08-08T03:01:31.952Z | |
| 3723 | 2026-08-08T03:01:31.952Z | 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 } }] |
| 3724 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031 Aug 08 03:01:31.031DEBGAug 08 03:01:31.031 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 } }]INFO |
| 3725 | 2026-08-08T03:01:31.952Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3726 | 2026-08-08T03:01:31.952Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3727 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031 INFOAug 08 03:01:31.031Aug 08 03:01:31.031 DEBGDEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3728 | 2026-08-08T03:01:31.952Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3729 | 2026-08-08T03:01:31.952Z | |
| 3730 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031 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 } }] |
| 3731 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.031Aug 08 03:01:31.031 INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Aug 08 03:01:31.031 |
| 3732 | 2026-08-08T03:01:31.952Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3733 | 2026-08-08T03:01:31.952Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3734 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.032 DEBGAug 08 03:01:31.032 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 08 03:01:31.032DEBG |
| 3735 | 2026-08-08T03:01:31.952Z | 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 } }] |
| 3736 | 2026-08-08T03:01:31.952Z | 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 } }] |
| 3737 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3738 | 2026-08-08T03:01:31.952Z | |
| 3739 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.032 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffAug 08 03:01:31.032 |
| 3740 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.032DEBG 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.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 08 03:01:31.032 |
| 3741 | 2026-08-08T03:01:31.952Z | test route::tests::delete_target_fragmented ... ok |
| 3742 | 2026-08-08T03:01:31.952Z | |
| 3743 | 2026-08-08T03:01:31.952Z | 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 } }] |
| 3744 | 2026-08-08T03:01:31.952Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 INFOAug 08 03:01:31.032 INFOadding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3745 | 2026-08-08T03:01:31.952Z | DEBG |
| 3746 | 2026-08-08T03:01:31.952Z | failed to allocate space for the new target list |
| 3747 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGAug 08 03:01:31.032 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 } }] |
| 3748 | 2026-08-08T03:01:31.953Z | 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 |
| 3749 | 2026-08-08T03:01:31.953Z | replacing targets for 3fff:dead::/64 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 } }] |
| 3750 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 3751 | 2026-08-08T03:01:31.953Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3752 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 DEBGAug 08 03:01:31.032 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 |
| 3753 | 2026-08-08T03:01:31.953Z | 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 } }] |
| 3754 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 3755 | 2026-08-08T03:01:31.953Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3756 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 DEBGAug 08 03:01:31.032 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 |
| 3757 | 2026-08-08T03:01:31.953Z | 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 } }] |
| 3758 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 INFOAug 08 03:01:31.032 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3759 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 INFODEBG adding route 172.17.0.31/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 } }] |
| 3760 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 |
| 3761 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 DEBG 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 } }] |
| 3762 | 2026-08-08T03:01:31.953Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3763 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 Aug 08 03:01:31.032INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 3764 | 2026-08-08T03:01:31.953Z | 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 } }] |
| 3765 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3766 | 2026-08-08T03:01:31.953Z | |
| 3767 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3768 | 2026-08-08T03:01:31.953Z | |
| 3769 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3770 | 2026-08-08T03:01:31.953Z | |
| 3771 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3772 | 2026-08-08T03:01:31.953Z | |
| 3773 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3774 | 2026-08-08T03:01:31.953Z | |
| 3775 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 INFODEBG adding route 172.17.0.35/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 } }] |
| 3776 | 2026-08-08T03:01:31.953Z | |
| 3777 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3778 | 2026-08-08T03:01:31.953Z | |
| 3779 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032Aug 08 03:01:31.032 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3780 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.032 DEBGAug 08 03:01:31.038 created new freemapDEBG, unitreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 3781 | 2026-08-08T03:01:31.953Z | freemap_route_ipv4 |
| 3782 | 2026-08-08T03:01:31.953Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3783 | 2026-08-08T03:01:31.953Z | created new freemapAug 08 03:01:31.038, unitDEBG: replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3784 | 2026-08-08T03:01:31.957Z | |
| 3785 | 2026-08-08T03:01:31.957Z | Aug 08 03:01:31.038 |
| 3786 | 2026-08-08T03:01:31.957Z | INFOAug 08 03:01:31.038 adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3787 | 2026-08-08T03:01:31.957Z | DEBG Aug 08 03:01:31.038initted freemap. size: 64 , Aug 08 03:01:31.038unit INFO:DEBG freemap_route_ipv4replacing 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 } }] |
| 3788 | 2026-08-08T03:01:31.958Z | |
| 3789 | 2026-08-08T03:01:31.958Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3790 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGINFO reset freemapadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3791 | 2026-08-08T03:01:31.958Z | , DEBGunit: 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 08 03:01:31.038freemap_route_ipv4 |
| 3792 | 2026-08-08T03:01:31.958Z | |
| 3793 | 2026-08-08T03:01:31.958Z | DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038 |
| 3794 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255Aug 08 03:01:31.038 |
| 3795 | 2026-08-08T03:01:31.958Z | initted freemap. size: 64 , INFOunit :adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3796 | 2026-08-08T03:01:31.958Z | freemap_route_ipv6 |
| 3797 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038 DEBGAug 08 03:01:31.038 Aug 08 03:01:31.038 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 |
| 3798 | 2026-08-08T03:01:31.958Z | 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 } }]reset freemap |
| 3799 | 2026-08-08T03:01:31.958Z | , unit: freemap_route_ipv6Aug 08 03:01:31.038Aug 08 03:01:31.038 |
| 3800 | 2026-08-08T03:01:31.958Z | INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255Aug 08 03:01:31.038 |
| 3801 | 2026-08-08T03:01:31.958Z | |
| 3802 | 2026-08-08T03:01:31.958Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3803 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3804 | 2026-08-08T03:01:31.958Z | |
| 3805 | 2026-08-08T03:01:31.958Z | 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 } }] |
| 3806 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038 Aug 08 03:01:31.038INFO Aug 08 03:01:31.038INFO adding route 172.17.0.42/32 -> 10.0.0.255 INFO |
| 3807 | 2026-08-08T03:01:31.958Z | adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3808 | 2026-08-08T03:01:31.958Z | |
| 3809 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBG DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]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 } }] |
| 3810 | 2026-08-08T03:01:31.958Z | |
| 3811 | 2026-08-08T03:01:31.958Z | |
| 3812 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFOINFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3813 | 2026-08-08T03:01:31.958Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3814 | 2026-08-08T03:01:31.958Z | |
| 3815 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 DEBGDEBGDEBG 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.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 } }] |
| 3816 | 2026-08-08T03:01:31.958Z | 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 } }] |
| 3817 | 2026-08-08T03:01:31.958Z | |
| 3818 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038INFO INFO INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 3819 | 2026-08-08T03:01:31.958Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3820 | 2026-08-08T03:01:31.958Z | |
| 3821 | 2026-08-08T03:01:31.958Z | Aug 08 03:01:31.038 DEBGAug 08 03:01:31.038 Aug 08 03:01:31.038 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 |
| 3822 | 2026-08-08T03:01:31.958Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]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 08 03:01:31.038 |
| 3823 | 2026-08-08T03:01:31.958Z | |
| 3824 | 2026-08-08T03:01:31.959Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3825 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038 INFOAug 08 03:01:31.038 Aug 08 03:01:31.038INFO adding route 172.17.0.45/32 -> 10.0.0.255DEBG |
| 3826 | 2026-08-08T03:01:31.959Z | adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3827 | 2026-08-08T03:01:31.959Z | |
| 3828 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 INFODEBG DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 3829 | 2026-08-08T03:01:31.959Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3830 | 2026-08-08T03:01:31.959Z | |
| 3831 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038 INFODEBGINFO 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.1/32 -> 10.0.0.255 |
| 3832 | 2026-08-08T03:01:31.959Z | |
| 3833 | 2026-08-08T03:01:31.959Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3834 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBGINFO 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.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3835 | 2026-08-08T03:01:31.959Z | |
| 3836 | 2026-08-08T03:01:31.959Z | |
| 3837 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038INFO adding route 172.17.0.2/32 -> 10.0.0.255DEBGINFO 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 } }] |
| 3838 | 2026-08-08T03:01:31.959Z | |
| 3839 | 2026-08-08T03:01:31.959Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3840 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFODEBGAug 08 03:01:31.038 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3841 | 2026-08-08T03:01:31.959Z | test route::tests::delete_target_full ... ok |
| 3842 | 2026-08-08T03:01:31.959Z | |
| 3843 | 2026-08-08T03:01:31.959Z | 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 } }] |
| 3844 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGAug 08 03:01:31.038INFO INFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3845 | 2026-08-08T03:01:31.959Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3846 | 2026-08-08T03:01:31.959Z | |
| 3847 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 INFO DEBG DEBG adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3848 | 2026-08-08T03:01:31.959Z | 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.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 } }] |
| 3849 | 2026-08-08T03:01:31.959Z | |
| 3850 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBG INFO 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 } }] |
| 3851 | 2026-08-08T03:01:31.959Z | adding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3852 | 2026-08-08T03:01:31.959Z | |
| 3853 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038 Aug 08 03:01:31.038INFOAug 08 03:01:31.038 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3854 | 2026-08-08T03:01:31.959Z | DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3855 | 2026-08-08T03:01:31.959Z | 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 08 03:01:31.038 |
| 3856 | 2026-08-08T03:01:31.959Z | DEBG Aug 08 03:01:31.038replacing 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 08 03:01:31.038 |
| 3857 | 2026-08-08T03:01:31.959Z | INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3858 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038 |
| 3859 | 2026-08-08T03:01:31.959Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:01:31.038 |
| 3860 | 2026-08-08T03:01:31.959Z | test route::tests::delete_targets_fragmented ... ok |
| 3861 | 2026-08-08T03:01:31.959Z | Aug 08 03:01:31.038DEBG DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038 |
| 3862 | 2026-08-08T03:01:31.959Z | |
| 3863 | 2026-08-08T03:01:31.959Z | 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 } }] |
| 3864 | 2026-08-08T03:01:31.960Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s |
| 3865 | 2026-08-08T03:01:31.960Z | DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:01:31.038 |
| 3866 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038 INFOINFO Aug 08 03:01:31.038adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.6/32 -> 10.0.0.255INFO |
| 3867 | 2026-08-08T03:01:31.960Z | |
| 3868 | 2026-08-08T03:01:31.960Z | |
| 3869 | 2026-08-08T03:01:31.960Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3870 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBG 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.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 } }] |
| 3871 | 2026-08-08T03:01:31.960Z | 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 } }] |
| 3872 | 2026-08-08T03:01:31.960Z | |
| 3873 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFOAug 08 03:01:31.038 adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3874 | 2026-08-08T03:01:31.960Z | INFO |
| 3875 | 2026-08-08T03:01:31.960Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3876 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038 Aug 08 03:01:31.038DEBGAug 08 03:01:31.038 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 } }]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 } }] |
| 3877 | 2026-08-08T03:01:31.960Z | |
| 3878 | 2026-08-08T03:01:31.960Z | 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 } }] |
| 3879 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGINFO INFO failed to allocate space for the new target listadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3880 | 2026-08-08T03:01:31.960Z | |
| 3881 | 2026-08-08T03:01:31.960Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3882 | 2026-08-08T03:01:31.960Z | Aug 08 03:01:31.038Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG 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 } }] |
| 3883 | 2026-08-08T03:01:31.960Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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.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 } }] |
| 3884 | 2026-08-08T03:01:31.964Z | |
| 3885 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3886 | 2026-08-08T03:01:31.964Z | |
| 3887 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3888 | 2026-08-08T03:01:31.964Z | |
| 3889 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3890 | 2026-08-08T03:01:31.964Z | |
| 3891 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3892 | 2026-08-08T03:01:31.964Z | |
| 3893 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3894 | 2026-08-08T03:01:31.964Z | |
| 3895 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3896 | 2026-08-08T03:01:31.964Z | |
| 3897 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3898 | 2026-08-08T03:01:31.964Z | |
| 3899 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.038Aug 08 03:01:31.038 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 } }] |
| 3900 | 2026-08-08T03:01:31.964Z | 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 08 03:01:31.044 |
| 3901 | 2026-08-08T03:01:31.964Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3902 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.044 INFOAug 08 03:01:31.044 adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 3903 | 2026-08-08T03:01:31.964Z | 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 } }] |
| 3904 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.044 DEBGAug 08 03:01:31.044 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 |
| 3905 | 2026-08-08T03:01:31.964Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3906 | 2026-08-08T03:01:31.964Z | Aug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3907 | 2026-08-08T03:01:31.964Z | 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 } }] |
| 3908 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3909 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3910 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 DEBGAug 08 03:01:31.044 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 |
| 3911 | 2026-08-08T03:01:31.965Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3912 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 3913 | 2026-08-08T03:01:31.965Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3914 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 Aug 08 03:01:31.044DEBG 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 } }] |
| 3915 | 2026-08-08T03:01:31.965Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3916 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 Aug 08 03:01:31.044INFO DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 3917 | 2026-08-08T03:01:31.965Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3918 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 Aug 08 03:01:31.044DEBG INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3919 | 2026-08-08T03:01:31.965Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3920 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding route 172.17.0.62/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 } }] |
| 3921 | 2026-08-08T03:01:31.965Z | |
| 3922 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3923 | 2026-08-08T03:01:31.965Z | |
| 3924 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044Aug 08 03:01:31.044 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 } }]failed to allocate space for the new target list |
| 3925 | 2026-08-08T03:01:31.965Z | |
| 3926 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044Aug 08 03:01:31.044 INFODEBG adding 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.1, vlan_id: None } }] |
| 3927 | 2026-08-08T03:01:31.965Z | |
| 3928 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3929 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3930 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3931 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3932 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3933 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3934 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3935 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3936 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3937 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3938 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3939 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3940 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3941 | 2026-08-08T03:01:31.965Z | |
| 3942 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3943 | 2026-08-08T03:01:31.965Z | running 0 tests |
| 3944 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3945 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3946 | 2026-08-08T03:01:31.965Z | Aug 08 03:01:31.044 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 } }] |
| 3947 | 2026-08-08T03:01:31.966Z | |
| 3948 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3949 | 2026-08-08T03:01:31.966Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3950 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3951 | 2026-08-08T03:01:31.966Z | |
| 3952 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3953 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3954 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3955 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3956 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3957 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3958 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3959 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3960 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3961 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3962 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3963 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3964 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3965 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 DEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3966 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3967 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3968 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3969 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3970 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3971 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3972 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3973 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3974 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3975 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.044 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 } }] |
| 3976 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3977 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 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 } }] |
| 3978 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3979 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 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 } }] |
| 3980 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3981 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 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 } }] |
| 3982 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3983 | 2026-08-08T03:01:31.966Z | Aug 08 03:01:31.045 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 } }] |
| 3984 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3985 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3986 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3987 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3988 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3989 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3990 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3991 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3992 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3993 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3994 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3995 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3996 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3997 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 3998 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3999 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 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 } }] |
| 4000 | 2026-08-08T03:01:31.970Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4001 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4002 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4003 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4004 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4005 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4006 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4007 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4008 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4009 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4010 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4011 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4012 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4013 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4014 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 DEBG failed to allocate space for the new target list |
| 4015 | 2026-08-08T03:01:31.971Z | Aug 08 03:01:31.045 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 } }] |
| 4016 | 2026-08-08T03:01:31.971Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-9a5ae64985c3e580) |
| 4017 | 2026-08-08T03:01:31.971Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 4018 | 2026-08-08T03:01:31.971Z | |
| 4019 | 2026-08-08T03:01:31.971Z | running 0 tests |
| 4020 | 2026-08-08T03:01:31.971Z | |
| 4021 | 2026-08-08T03:01:31.971Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-08-08T03:01:31.971Z | |
| 4023 | 2026-08-08T03:01:31.971Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-a0641429f08c43c9) |
| 4024 | 2026-08-08T03:01:31.971Z | |
| 4025 | 2026-08-08T03:01:31.971Z | running 6 tests |
| 4026 | 2026-08-08T03:01:31.971Z | test tests::test_full_lot_id_neither_present ... ok |
| 4027 | 2026-08-08T03:01:31.971Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4028 | 2026-08-08T03:01:31.971Z | test tests::test_port_id_cmp ... ok |
| 4029 | 2026-08-08T03:01:31.971Z | test tests::test_full_lot_id_both_present ... ok |
| 4030 | 2026-08-08T03:01:31.971Z | test tests::test_full_lot_id_lot_only ... ok |
| 4031 | 2026-08-08T03:01:31.971Z | test tests::test_parse_client_port_id ... ok |
| 4032 | 2026-08-08T03:01:31.971Z | |
| 4033 | 2026-08-08T03:01:31.971Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4034 | 2026-08-08T03:01:31.971Z | |
| 4035 | 2026-08-08T03:01:31.971Z | Running tests/test_all.rs (target/debug/deps/test_all-a549e29c96051256) |
| 4036 | 2026-08-08T03:01:31.971Z | |
| 4037 | 2026-08-08T03:01:31.971Z | running 0 tests |
| 4038 | 2026-08-08T03:01:31.971Z | |
| 4039 | 2026-08-08T03:01:31.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-08-08T03:01:31.972Z | |
| 4041 | 2026-08-08T03:01:31.972Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 4042 | 2026-08-08T03:01:31.972Z | |
| 4043 | 2026-08-08T03:01:31.972Z | running 0 tests |
| 4044 | 2026-08-08T03:01:31.972Z | |
| 4045 | 2026-08-08T03:01:31.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-08-08T03:01:31.972Z | |
| 4047 | 2026-08-08T03:01:31.972Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 4048 | 2026-08-08T03:01:31.972Z | |
| 4049 | 2026-08-08T03:01:31.972Z | running 0 tests |
| 4050 | 2026-08-08T03:01:31.972Z | |
| 4051 | 2026-08-08T03:01:31.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-08-08T03:01:31.972Z | |
| 4053 | 2026-08-08T03:01:31.972Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4054 | 2026-08-08T03:01:31.972Z | |
| 4055 | 2026-08-08T03:01:31.972Z | running 12 tests |
| 4056 | 2026-08-08T03:01:31.972Z | test icmp::test_v6_checksum ... ok |
| 4057 | 2026-08-08T03:01:31.972Z | test lldp::test_lldp_parse ... ok |
| 4058 | 2026-08-08T03:01:31.972Z | test icmp::test_v4_checksum ... ok |
| 4059 | 2026-08-08T03:01:31.972Z | test pbuf::test_byte ... ok |
| 4060 | 2026-08-08T03:01:31.972Z | test ipv6::test_ipv6_parse ... ok |
| 4061 | 2026-08-08T03:01:31.972Z | test pbuf::test_nibble ... ok |
| 4062 | 2026-08-08T03:01:31.972Z | test pbuf::test_overflow ... ok |
| 4063 | 2026-08-08T03:01:31.972Z | test pbuf::test_short ... ok |
| 4064 | 2026-08-08T03:01:31.972Z | test pbuf::test_twelve ... ok |
| 4065 | 2026-08-08T03:01:31.972Z | test pbuf::test_word ... ok |
| 4066 | 2026-08-08T03:01:31.972Z | test tcp::test_checksum_syn_nodata ... ok |
| 4067 | 2026-08-08T03:01:31.972Z | test tcp::test_checksum_ack_data ... ok |
| 4068 | 2026-08-08T03:01:31.972Z | |
| 4069 | 2026-08-08T03:01:31.972Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4070 | 2026-08-08T03:01:31.972Z | |
| 4071 | 2026-08-08T03:01:31.972Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4072 | 2026-08-08T03:01:31.972Z | |
| 4073 | 2026-08-08T03:01:31.972Z | running 0 tests |
| 4074 | 2026-08-08T03:01:31.972Z | |
| 4075 | 2026-08-08T03:01:31.972Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4076 | 2026-08-08T03:01:31.972Z | |
| 4077 | 2026-08-08T03:01:31.972Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 4078 | 2026-08-08T03:01:31.973Z | |
| 4079 | 2026-08-08T03:01:31.973Z | running 5 tests |
| 4080 | 2026-08-08T03:01:31.973Z | test switchport::test::test_compute_lanes ... ok |
| 4081 | 2026-08-08T03:01:31.973Z | test switchport::test::port_id_ordering ... ok |
| 4082 | 2026-08-08T03:01:31.973Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 4083 | 2026-08-08T03:01:31.973Z | Lane 1 Rx Loss-of-lock: Yes YesLane 2 Lane 3Yes |
| 4084 | 2026-08-08T03:01:31.976Z | Yes State: Activated |
| 4085 | 2026-08-08T03:01:31.976Z | Rx Loss-of-signal: YesActivated YesActivated YesActivated |
| 4086 | 2026-08-08T03:01:31.976Z | Yes |
| 4087 | 2026-08-08T03:01:31.976Z | Rx Output Enabled: false Rx CDR Enabled: Yes false Yes false Yesfalse |
| 4088 | 2026-08-08T03:01:31.976Z | Yes |
| 4089 | 2026-08-08T03:01:31.976Z | Rx Output Status: valid Tx Enabled: Yesvalid Yesvalid Yesvalid |
| 4090 | 2026-08-08T03:01:31.976Z | Rx Loss-of-lock: trueYes |
| 4091 | 2026-08-08T03:01:31.976Z | true Tx Loss-of-lock: No true Notrue |
| 4092 | 2026-08-08T03:01:31.976Z | Rx Loss-of-signal: falseNo Nofalse |
| 4093 | 2026-08-08T03:01:31.976Z | false Tx Loss-of-signal: No false |
| 4094 | 2026-08-08T03:01:31.976Z | NoRx Auto-squelch Disable: true trueNo No |
| 4095 | 2026-08-08T03:01:31.976Z | true Tx CDR Enabled: No trueNo |
| 4096 | 2026-08-08T03:01:31.976Z | No Tx Output Enabled: true No |
| 4097 | 2026-08-08T03:01:31.976Z | true Tx Adaptive EQ Fault: No trueNo trueNo |
| 4098 | 2026-08-08T03:01:31.976Z | No |
| 4099 | 2026-08-08T03:01:31.976Z | Tx Output Status: invalid Tx Fault: Yesinvalid Yes invalid Yesinvalid |
| 4100 | 2026-08-08T03:01:31.976Z | Yes |
| 4101 | 2026-08-08T03:01:31.976Z | Tx Loss-of-lock: false false false false |
| 4102 | 2026-08-08T03:01:31.976Z | Tx Loss-of-signal: true true true true |
| 4103 | 2026-08-08T03:01:31.977Z | Tx Auto-squelch Disable: false false false false |
| 4104 | 2026-08-08T03:01:31.977Z | Tx Adaptive EQ Fail: true true true true |
| 4105 | 2026-08-08T03:01:31.977Z | Tx Failure: false false false false |
| 4106 | 2026-08-08T03:01:31.977Z | Tx Force Squelch: true true true true |
| 4107 | 2026-08-08T03:01:31.977Z | Tx Input Polarity: normal normal normal normal |
| 4108 | 2026-08-08T03:01:31.977Z | test switchport::test::test_print_sff_datapath ... ok |
| 4109 | 2026-08-08T03:01:31.977Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4110 | 2026-08-08T03:01:31.977Z | test link::test_filter ... ok |
| 4111 | 2026-08-08T03:01:31.977Z | |
| 4112 | 2026-08-08T03:01:31.977Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4113 | 2026-08-08T03:01:31.977Z | |
| 4114 | 2026-08-08T03:01:31.977Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 4115 | 2026-08-08T03:01:31.977Z | |
| 4116 | 2026-08-08T03:01:31.977Z | running 1 test |
| 4117 | 2026-08-08T03:01:31.977Z | test test_p4_counter_list ... ignored |
| 4118 | 2026-08-08T03:01:31.977Z | |
| 4119 | 2026-08-08T03:01:31.977Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4120 | 2026-08-08T03:01:31.977Z | |
| 4121 | 2026-08-08T03:01:31.977Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 4122 | 2026-08-08T03:01:31.977Z | |
| 4123 | 2026-08-08T03:01:31.977Z | running 5 tests |
| 4124 | 2026-08-08T03:01:31.977Z | test test_an ... ignored |
| 4125 | 2026-08-08T03:01:31.977Z | test test_enable ... ignored |
| 4126 | 2026-08-08T03:01:31.977Z | test test_ip_addresses ... ignored |
| 4127 | 2026-08-08T03:01:31.977Z | test test_kr ... ignored |
| 4128 | 2026-08-08T03:01:31.977Z | test test_mac ... ignored |
| 4129 | 2026-08-08T03:01:31.977Z | |
| 4130 | 2026-08-08T03:01:31.977Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4131 | 2026-08-08T03:01:31.977Z | |
| 4132 | 2026-08-08T03:01:31.977Z | Running unittests src/main.rs (target/debug/deps/tfportd-c2bdb70bfbc0b426) |
| 4133 | 2026-08-08T03:01:31.977Z | |
| 4134 | 2026-08-08T03:01:31.977Z | running 3 tests |
| 4135 | 2026-08-08T03:01:31.977Z | test linklocal::test_parse_ipadm ... ok |
| 4136 | 2026-08-08T03:01:31.977Z | test tfport::test_parse_tfport ... ok |
| 4137 | 2026-08-08T03:01:31.977Z | test config::tests::test_updates ... ok |
| 4138 | 2026-08-08T03:01:31.977Z | |
| 4139 | 2026-08-08T03:01:31.977Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4140 | 2026-08-08T03:01:31.977Z | |
| 4141 | 2026-08-08T03:01:31.977Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4142 | 2026-08-08T03:01:31.978Z | |
| 4143 | 2026-08-08T03:01:31.978Z | running 0 tests |
| 4144 | 2026-08-08T03:01:31.978Z | |
| 4145 | 2026-08-08T03:01:31.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-08-08T03:01:31.978Z | |
| 4147 | 2026-08-08T03:01:31.978Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 4148 | 2026-08-08T03:01:31.978Z | |
| 4149 | 2026-08-08T03:01:31.978Z | running 0 tests |
| 4150 | 2026-08-08T03:01:31.978Z | |
| 4151 | 2026-08-08T03:01:31.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-08-08T03:01:31.978Z | |
| 4153 | 2026-08-08T03:01:31.978Z | Doc-tests aal |
| 4154 | 2026-08-08T03:01:32.103Z | |
| 4155 | 2026-08-08T03:01:32.103Z | running 0 tests |
| 4156 | 2026-08-08T03:01:32.103Z | |
| 4157 | 2026-08-08T03:01:32.103Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-08-08T03:01:32.103Z | |
| 4159 | 2026-08-08T03:01:32.118Z | Doc-tests aal_macros |
| 4160 | 2026-08-08T03:01:32.186Z | |
| 4161 | 2026-08-08T03:01:32.186Z | running 0 tests |
| 4162 | 2026-08-08T03:01:32.186Z | |
| 4163 | 2026-08-08T03:01:32.186Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-08-08T03:01:32.186Z | |
| 4165 | 2026-08-08T03:01:32.197Z | Doc-tests common |
| 4166 | 2026-08-08T03:01:32.429Z | |
| 4167 | 2026-08-08T03:01:32.430Z | running 0 tests |
| 4168 | 2026-08-08T03:01:32.430Z | |
| 4169 | 2026-08-08T03:01:32.430Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-08-08T03:01:32.430Z | |
| 4171 | 2026-08-08T03:01:32.449Z | Doc-tests dpd_api |
| 4172 | 2026-08-08T03:01:33.185Z | |
| 4173 | 2026-08-08T03:01:33.185Z | running 2 tests |
| 4174 | 2026-08-08T03:01:33.185Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4175 | 2026-08-08T03:01:33.185Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4176 | 2026-08-08T03:01:33.185Z | |
| 4177 | 2026-08-08T03:01:33.185Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4178 | 2026-08-08T03:01:33.186Z | |
| 4179 | 2026-08-08T03:01:33.215Z | Doc-tests dpd_client |
| 4180 | 2026-08-08T03:01:34.489Z | |
| 4181 | 2026-08-08T03:01:34.489Z | running 0 tests |
| 4182 | 2026-08-08T03:01:34.489Z | |
| 4183 | 2026-08-08T03:01:34.489Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-08-08T03:01:34.490Z | |
| 4185 | 2026-08-08T03:01:34.532Z | Doc-tests dpd_types |
| 4186 | 2026-08-08T03:01:34.743Z | |
| 4187 | 2026-08-08T03:01:34.743Z | running 0 tests |
| 4188 | 2026-08-08T03:01:34.743Z | |
| 4189 | 2026-08-08T03:01:34.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-08-08T03:01:34.743Z | |
| 4191 | 2026-08-08T03:01:34.768Z | Doc-tests dpd_types_versions |
| 4192 | 2026-08-08T03:01:35.972Z | |
| 4193 | 2026-08-08T03:01:35.972Z | running 1 test |
| 4194 | 2026-08-08T03:01:35.972Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4195 | 2026-08-08T03:01:35.972Z | |
| 4196 | 2026-08-08T03:01:35.972Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4197 | 2026-08-08T03:01:35.973Z | |
| 4198 | 2026-08-08T03:01:36.014Z | Doc-tests packet |
| 4199 | 2026-08-08T03:01:36.127Z | |
| 4200 | 2026-08-08T03:01:36.127Z | running 0 tests |
| 4201 | 2026-08-08T03:01:36.127Z | |
| 4202 | 2026-08-08T03:01:36.127Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-08-08T03:01:36.127Z | |
| 4204 | 2026-08-08T03:01:36.142Z | Doc-tests pcap |
| 4205 | 2026-08-08T03:01:36.194Z | |
| 4206 | 2026-08-08T03:01:36.194Z | running 0 tests |
| 4207 | 2026-08-08T03:01:36.194Z | |
| 4208 | 2026-08-08T03:01:36.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-08-08T03:01:36.194Z | |
| 4210 | 2026-08-08T03:01:36.262Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4211 | 2026-08-08T03:01:36.262Z | + RUST_BACKTRACE=full |
| 4212 | 2026-08-08T03:01:36.262Z | + cargo test --features tofino_asic --no-fail-fast |
| 4213 | 2026-08-08T03:01:36.876Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4214 | 2026-08-08T03:01:36.956Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4215 | 2026-08-08T03:01:36.962Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4216 | 2026-08-08T03:01:36.969Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4217 | 2026-08-08T03:01:45.514Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4218 | 2026-08-08T03:01:46.217Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4219 | 2026-08-08T03:02:26.458Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.18s |
| 4220 | 2026-08-08T03:02:26.579Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 4221 | 2026-08-08T03:02:26.583Z | |
| 4222 | 2026-08-08T03:02:26.583Z | running 5 tests |
| 4223 | 2026-08-08T03:02:26.583Z | test fuse::tests::chip_revision_b0 ... ok |
| 4224 | 2026-08-08T03:02:26.583Z | test fuse::tests::chip_revision_b1 ... ok |
| 4225 | 2026-08-08T03:02:26.583Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4226 | 2026-08-08T03:02:26.583Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4227 | 2026-08-08T03:02:26.583Z | test fuse::tests::chip_revision_a0 ... ok |
| 4228 | 2026-08-08T03:02:26.583Z | |
| 4229 | 2026-08-08T03:02:26.583Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4230 | 2026-08-08T03:02:26.583Z | |
| 4231 | 2026-08-08T03:02:26.586Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4232 | 2026-08-08T03:02:26.587Z | |
| 4233 | 2026-08-08T03:02:26.587Z | running 0 tests |
| 4234 | 2026-08-08T03:02:26.587Z | |
| 4235 | 2026-08-08T03:02:26.587Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-08-08T03:02:26.587Z | |
| 4237 | 2026-08-08T03:02:26.587Z | Running unittests src/lib.rs (target/debug/deps/asic-7fbe7810b219c0c1) |
| 4238 | 2026-08-08T03:02:26.691Z | |
| 4239 | 2026-08-08T03:02:26.691Z | running 8 tests |
| 4240 | 2026-08-08T03:02:26.694Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4241 | 2026-08-08T03:02:26.694Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4242 | 2026-08-08T03:02:26.694Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4243 | 2026-08-08T03:02:26.694Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4244 | 2026-08-08T03:02:26.694Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4245 | 2026-08-08T03:02:26.694Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4246 | 2026-08-08T03:02:26.701Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4247 | 2026-08-08T03:02:27.192Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4248 | 2026-08-08T03:02:27.192Z | |
| 4249 | 2026-08-08T03:02:27.192Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4250 | 2026-08-08T03:02:27.193Z | |
| 4251 | 2026-08-08T03:02:27.202Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4252 | 2026-08-08T03:02:27.206Z | |
| 4253 | 2026-08-08T03:02:27.206Z | running 10 tests |
| 4254 | 2026-08-08T03:02:27.206Z | test network::tests::test_eui64 ... ok |
| 4255 | 2026-08-08T03:02:27.206Z | test nat::tests::test_vni ... ok |
| 4256 | 2026-08-08T03:02:27.206Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4257 | 2026-08-08T03:02:27.206Z | test network::tests::test_equal ... ok |
| 4258 | 2026-08-08T03:02:27.206Z | test network::tests::test_into ... ok |
| 4259 | 2026-08-08T03:02:27.206Z | test network::tests::test_not_equal ... ok |
| 4260 | 2026-08-08T03:02:27.206Z | test network::tests::test_parse ... ok |
| 4261 | 2026-08-08T03:02:27.206Z | test network::tests::test_to_string ... ok |
| 4262 | 2026-08-08T03:02:27.206Z | test test_purge ... ok |
| 4263 | 2026-08-08T03:02:27.209Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4264 | 2026-08-08T03:02:27.209Z | |
| 4265 | 2026-08-08T03:02:27.209Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4266 | 2026-08-08T03:02:27.209Z | |
| 4267 | 2026-08-08T03:02:27.210Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 4268 | 2026-08-08T03:02:27.213Z | |
| 4269 | 2026-08-08T03:02:27.213Z | running 1 test |
| 4270 | 2026-08-08T03:02:27.216Z | ------- |
| 4271 | 2026-08-08T03:02:27.216Z | Generating OpenAPI documents from API definitions ... |
| 4272 | 2026-08-08T03:02:27.355Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4273 | 2026-08-08T03:02:27.423Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4274 | 2026-08-08T03:02:28.408Z | ------- |
| 4275 | 2026-08-08T03:02:28.408Z | Checking 12 OpenAPI documents... |
| 4276 | 2026-08-08T03:02:28.409Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-08-08T03:02:28.409Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-08-08T03:02:28.409Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-08-08T03:02:28.412Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-08-08T03:02:28.412Z | Fresh dpd "latest" symlink |
| 4289 | 2026-08-08T03:02:28.412Z | ------- |
| 4290 | 2026-08-08T03:02:28.412Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4291 | 2026-08-08T03:02:28.467Z | test test::test_apis_up_to_date ... ok |
| 4292 | 2026-08-08T03:02:28.467Z | |
| 4293 | 2026-08-08T03:02:28.470Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.25s |
| 4294 | 2026-08-08T03:02:28.470Z | |
| 4295 | 2026-08-08T03:02:28.524Z | Running unittests src/main.rs (target/debug/deps/dpd-a748305040c3fc1b) |
| 4296 | 2026-08-08T03:02:28.588Z | |
| 4297 | 2026-08-08T03:02:28.588Z | running 66 tests |
| 4298 | 2026-08-08T03:02:28.591Z | test freemap::test_ordering ... ok |
| 4299 | 2026-08-08T03:02:28.591Z | test config::tests::test_updates ... ok |
| 4300 | 2026-08-08T03:02:28.591Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4301 | 2026-08-08T03:02:28.591Z | test freemap::test_split ... ok |
| 4302 | 2026-08-08T03:02:28.595Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4303 | 2026-08-08T03:02:28.596Z | test macaddrs::tests::test_mac_offset ... ok |
| 4304 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.705 DEBG Aug 08 03:02:27.705 DEBG created new freemapcreated new freemap, unit: Aug 08 03:02:27.705freemap_test DEBG created new freemap, |
| 4305 | 2026-08-08T03:02:28.596Z | unit: freemap_test, |
| 4306 | 2026-08-08T03:02:28.596Z | unit: freemap_test |
| 4307 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.705 DEBG initted freemap. size: 128, unitAug 08 03:02:27.705:Aug 08 03:02:27.705 freemap_testDEBG |
| 4308 | 2026-08-08T03:02:28.596Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4309 | 2026-08-08T03:02:28.596Z | DEBGinitted freemap. size: 128 , initted freemap. size: 128unitAug 08 03:02:27.705, :unit :freemap_test |
| 4310 | 2026-08-08T03:02:28.596Z | DEBGfreemap_test |
| 4311 | 2026-08-08T03:02:28.596Z | reset freemap, unit:Aug 08 03:02:27.705 Aug 08 03:02:27.705 freemap_test DEBG |
| 4312 | 2026-08-08T03:02:28.596Z | DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 4313 | 2026-08-08T03:02:28.596Z | freemap_test |
| 4314 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.705 DEBG created new freemap, unit: freemap_test |
| 4315 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.705 DEBG initted freemap. size: 8, unit: freemap_test |
| 4316 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.705 DEBG reset freemap, unit: freemap_test |
| 4317 | 2026-08-08T03:02:28.596Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4318 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.706 DEBG created new freemap, unit: freemap_test |
| 4319 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.706 DEBG initted freemap. size: 128, unit: freemap_test |
| 4320 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.706 DEBG reset freemap, unit: freemap_test |
| 4321 | 2026-08-08T03:02:28.596Z | test freemap::test_basic ... ok |
| 4322 | 2026-08-08T03:02:28.596Z | test freemap::test_exhaustion ... ok |
| 4323 | 2026-08-08T03:02:28.596Z | test freemap::test_free ... ok |
| 4324 | 2026-08-08T03:02:28.596Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4325 | 2026-08-08T03:02:28.596Z | test freemap::test_reclaim ... ok |
| 4326 | 2026-08-08T03:02:28.596Z | test nat::test_mapping ... ok |
| 4327 | 2026-08-08T03:02:28.596Z | test port_map::tests::test_backplane_group ... ok |
| 4328 | 2026-08-08T03:02:28.596Z | test port_map::tests::test_port_map ... ok |
| 4329 | 2026-08-08T03:02:28.596Z | test port_map::tests::dump_map ... ok |
| 4330 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.706 DEBG created new freemap, unit: freemap_test |
| 4331 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.706 DEBG initted freemap. size: 128, unit: freemap_test |
| 4332 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.707 DEBG reset freemap, unit: freemap_test |
| 4333 | 2026-08-08T03:02:28.596Z | test freemap::test_span ... ok |
| 4334 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.707 DEBG Aug 08 03:02:27.707created new freemap , DEBGunit :created new freemap freemap_route_ipv4, |
| 4335 | 2026-08-08T03:02:28.596Z | unit: freemap_route_ipv4Aug 08 03:02:27.707 |
| 4336 | 2026-08-08T03:02:28.596Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 4337 | 2026-08-08T03:02:28.596Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG initted freemap. size: 64created new freemap, Aug 08 03:02:27.707, unitunit :DEBG freemap_route_ipv4: |
| 4338 | 2026-08-08T03:02:28.596Z | created new freemapfreemap_route_ipv6 |
| 4339 | 2026-08-08T03:02:28.596Z | , Aug 08 03:02:27.707unit :DEBG Aug 08 03:02:27.707freemap_route_ipv4 |
| 4340 | 2026-08-08T03:02:28.597Z | DEBGreset freemap initted freemap. size: 64, , unitunit:: Aug 08 03:02:27.707 freemap_route_ipv4freemap_route_ipv4 |
| 4341 | 2026-08-08T03:02:28.597Z | |
| 4342 | 2026-08-08T03:02:28.597Z | DEBG created new freemap, Aug 08 03:02:27.707Aug 08 03:02:27.707unit : DEBGDEBG initted freemap. size: 64reset freemap, , freemap_route_ipv6unit |
| 4343 | 2026-08-08T03:02:28.597Z | : unitfreemap_route_ipv6: |
| 4344 | 2026-08-08T03:02:28.597Z | freemap_route_ipv4Aug 08 03:02:27.707 |
| 4345 | 2026-08-08T03:02:28.597Z | DEBGAug 08 03:02:27.707 initted freemap. size: 64Aug 08 03:02:27.707DEBG , DEBGunitreset freemap , :initted freemap. size: 64unit :freemap_route_ipv4 |
| 4346 | 2026-08-08T03:02:28.597Z | freemap_route_ipv6, |
| 4347 | 2026-08-08T03:02:28.597Z | unit: freemap_route_ipv6Aug 08 03:02:27.707 |
| 4348 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707DEBG INFOreset freemap , adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:02:27.707 |
| 4349 | 2026-08-08T03:02:28.597Z | DEBGunit :reset freemap , freemap_route_ipv4unit |
| 4350 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707: DEBGfreemap_route_ipv6 |
| 4351 | 2026-08-08T03:02:28.597Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.707 |
| 4352 | 2026-08-08T03:02:28.597Z | DEBGAug 08 03:02:27.707 initted freemap. size: 64Aug 08 03:02:27.707, INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 4353 | 2026-08-08T03:02:28.597Z | :adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4354 | 2026-08-08T03:02:28.597Z | freemap_route_ipv6 |
| 4355 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 08 03:02:27.707 |
| 4356 | 2026-08-08T03:02:28.597Z | DEBG reset freemap, Aug 08 03:02:27.707unit :INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4357 | 2026-08-08T03:02:28.597Z | |
| 4358 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4359 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4360 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4361 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4362 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4363 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4364 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4365 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4366 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4367 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4368 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4369 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 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 } }] |
| 4370 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 INFO Aug 08 03:02:27.707adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4371 | 2026-08-08T03:02:28.597Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:02:27.707 |
| 4372 | 2026-08-08T03:02:28.597Z | 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 } }] |
| 4373 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 Aug 08 03:02:27.707INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4374 | 2026-08-08T03:02:28.597Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4375 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707 Aug 08 03:02:27.707DEBG 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 } }] |
| 4376 | 2026-08-08T03:02:28.597Z | 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 } }] |
| 4377 | 2026-08-08T03:02:28.597Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4378 | 2026-08-08T03:02:28.597Z | |
| 4379 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4380 | 2026-08-08T03:02:28.598Z | |
| 4381 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4382 | 2026-08-08T03:02:28.598Z | |
| 4383 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4384 | 2026-08-08T03:02:28.598Z | |
| 4385 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4386 | 2026-08-08T03:02:28.598Z | |
| 4387 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 DEBGDEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4388 | 2026-08-08T03:02:28.598Z | |
| 4389 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4390 | 2026-08-08T03:02:28.598Z | |
| 4391 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }] |
| 4392 | 2026-08-08T03:02:28.598Z | |
| 4393 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4394 | 2026-08-08T03:02:28.598Z | |
| 4395 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }] |
| 4396 | 2026-08-08T03:02:28.598Z | |
| 4397 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4398 | 2026-08-08T03:02:28.598Z | |
| 4399 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }] |
| 4400 | 2026-08-08T03:02:28.598Z | |
| 4401 | 2026-08-08T03:02:28.598Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4402 | 2026-08-08T03:02:28.602Z | |
| 4403 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 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: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 } }] |
| 4404 | 2026-08-08T03:02:28.602Z | |
| 4405 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4406 | 2026-08-08T03:02:28.602Z | |
| 4407 | 2026-08-08T03:02:28.602Z | test api_server::tests::test_build_info ... ok |
| 4408 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 DEBGAug 08 03:02:27.707 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 } }] |
| 4409 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4410 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 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 } }]DEBG |
| 4411 | 2026-08-08T03:02:28.602Z | 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 08 03:02:27.707 |
| 4412 | 2026-08-08T03:02:28.602Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4413 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 Aug 08 03:02:27.707DEBG 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 } }] |
| 4414 | 2026-08-08T03:02:28.602Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4415 | 2026-08-08T03:02:28.602Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4416 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707Aug 08 03:02:27.707 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4417 | 2026-08-08T03:02:28.602Z | |
| 4418 | 2026-08-08T03:02:28.602Z | 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 } }] |
| 4419 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 Aug 08 03:02:27.707DEBG INFOAug 08 03:02:27.707replacing 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 } }] |
| 4420 | 2026-08-08T03:02:28.602Z | INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4421 | 2026-08-08T03:02:28.602Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4422 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 Aug 08 03:02:27.707Aug 08 03:02:27.707 Aug 08 03:02:27.707DEBG INFODEBG 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 |
| 4423 | 2026-08-08T03:02:28.602Z | created new freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }], |
| 4424 | 2026-08-08T03:02:28.602Z | unitAug 08 03:02:27.707 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4425 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 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 } }] |
| 4426 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4427 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 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 } }] |
| 4428 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4429 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 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 } }] |
| 4430 | 2026-08-08T03:02:28.602Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4431 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4432 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4433 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4434 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4435 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4436 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4437 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4438 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4439 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4440 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4441 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4442 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4443 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4444 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4445 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 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 } }] |
| 4446 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.707 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4447 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 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 } }] |
| 4448 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffAug 08 03:02:27.708 |
| 4449 | 2026-08-08T03:02:28.603Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4450 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 DEBG Aug 08 03:02:27.708replacing 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 } }] |
| 4451 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4452 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708DEBG 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 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 } }] |
| 4453 | 2026-08-08T03:02:28.603Z | |
| 4454 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO: adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4455 | 2026-08-08T03:02:28.603Z | |
| 4456 | 2026-08-08T03:02:28.603Z | |
| 4457 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4458 | 2026-08-08T03:02:28.603Z | |
| 4459 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 |
| 4460 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBGINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4461 | 2026-08-08T03:02:28.603Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffcreated new freemap |
| 4462 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708, unitAug 08 03:02:27.708DEBG : 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 freemap_route_ipv6 |
| 4463 | 2026-08-08T03:02:28.603Z | 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 } }] |
| 4464 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708 |
| 4465 | 2026-08-08T03:02:28.603Z | 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 } }] |
| 4466 | 2026-08-08T03:02:28.603Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBG INFOAug 08 03:02:27.708initted freemap. size: 64 , INFOunit adding route 3fff:beef:20::/64 -> 2001:db8::55:ff: |
| 4467 | 2026-08-08T03:02:28.603Z | INFOfreemap_route_ipv4 |
| 4468 | 2026-08-08T03:02:28.603Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffAug 08 03:02:27.708 |
| 4469 | 2026-08-08T03:02:28.603Z | DEBG |
| 4470 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708 DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.708 |
| 4471 | 2026-08-08T03:02:28.604Z | reset freemap , DEBGunit :Aug 08 03:02:27.708 Aug 08 03:02:27.708replacing 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 } }] |
| 4472 | 2026-08-08T03:02:28.604Z | INFOfreemap_route_ipv4 |
| 4473 | 2026-08-08T03:02:28.604Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4474 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708DEBG Aug 08 03:02:27.708 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4475 | 2026-08-08T03:02:28.604Z | DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Aug 08 03:02:27.708replacing 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 } }] |
| 4476 | 2026-08-08T03:02:28.604Z | |
| 4477 | 2026-08-08T03:02:28.604Z | DEBG initted freemap. size: 64, Aug 08 03:02:27.708unit Aug 08 03:02:27.708Aug 08 03:02:27.708: INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4478 | 2026-08-08T03:02:28.604Z | |
| 4479 | 2026-08-08T03:02:28.604Z | |
| 4480 | 2026-08-08T03:02:28.604Z | 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 08 03:02:27.708 |
| 4481 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBG Aug 08 03:02:27.708DEBG reset freemap , 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 } }]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 } }]unit |
| 4482 | 2026-08-08T03:02:28.604Z | : |
| 4483 | 2026-08-08T03:02:28.604Z | freemap_route_ipv6 |
| 4484 | 2026-08-08T03:02:28.604Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:02:27.708 |
| 4485 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO Aug 08 03:02:27.708adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 4486 | 2026-08-08T03:02:28.604Z | DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4487 | 2026-08-08T03:02:28.604Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.708 |
| 4488 | 2026-08-08T03:02:28.604Z | DEBG |
| 4489 | 2026-08-08T03:02:28.604Z | 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 08 03:02:27.708 |
| 4490 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708DEBG Aug 08 03:02:27.708INFO Aug 08 03:02:27.708replacing 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 } }] INFODEBG |
| 4491 | 2026-08-08T03:02:28.604Z | 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 } }] |
| 4492 | 2026-08-08T03:02:28.604Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4493 | 2026-08-08T03:02:28.604Z | |
| 4494 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO Aug 08 03:02:27.708adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4495 | 2026-08-08T03:02:28.604Z | |
| 4496 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4497 | 2026-08-08T03:02:28.604Z | |
| 4498 | 2026-08-08T03:02:28.604Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGINFOAug 08 03:02:27.708 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 } }]INFOAug 08 03:02:27.708 |
| 4499 | 2026-08-08T03:02:28.604Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4500 | 2026-08-08T03:02:28.604Z | |
| 4501 | 2026-08-08T03:02:28.604Z | DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.708 |
| 4502 | 2026-08-08T03:02:28.608Z | Aug 08 03:02:27.708INFO Aug 08 03:02:27.708DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4503 | 2026-08-08T03:02:28.608Z | Aug 08 03:02:27.708DEBG 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: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 |
| 4504 | 2026-08-08T03:02:28.609Z | |
| 4505 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708adding route 3fff:beef:6::/64 -> 2001:db8::55:ff DEBG Aug 08 03:02:27.708replacing 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 } }] |
| 4506 | 2026-08-08T03:02:28.609Z | |
| 4507 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708INFO INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4508 | 2026-08-08T03:02:28.609Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffAug 08 03:02:27.708 |
| 4509 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:02:27.708 |
| 4510 | 2026-08-08T03:02:28.609Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.708 |
| 4511 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 |
| 4512 | 2026-08-08T03:02:28.609Z | DEBG DEBG Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBG created new 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 } }] |
| 4513 | 2026-08-08T03:02:28.609Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], unit: freemap_route_ipv4 |
| 4514 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 |
| 4515 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBG created new freemap , unit INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4516 | 2026-08-08T03:02:28.609Z | : freemap_route_ipv6INFO |
| 4517 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 INFODEBG 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 } }] |
| 4518 | 2026-08-08T03:02:28.609Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:02:27.708Aug 08 03:02:27.708 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 4519 | 2026-08-08T03:02:28.609Z | initted freemap. size: 64, unitadding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 4520 | 2026-08-08T03:02:28.609Z | freemap_route_ipv4 |
| 4521 | 2026-08-08T03:02:28.609Z | |
| 4522 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 DEBG reset freemap, INFOunit: freemap_route_ipv4 |
| 4523 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 Aug 08 03:02:27.708DEBG DEBG Aug 08 03:02:27.708initted freemap. size: 64 , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit |
| 4524 | 2026-08-08T03:02:28.609Z | :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 08 03:02:27.708freemap_route_ipv6 |
| 4525 | 2026-08-08T03:02:28.609Z | 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 } }] |
| 4526 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 DEBG |
| 4527 | 2026-08-08T03:02:28.609Z | reset freemap, unit: freemap_route_ipv6 |
| 4528 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFODEBGAug 08 03:02:27.708 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4529 | 2026-08-08T03:02:28.609Z | |
| 4530 | 2026-08-08T03:02:28.609Z | 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 } }] |
| 4531 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 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 } }] |
| 4532 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 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 } }] |
| 4533 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4534 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708DEBG 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 } }] |
| 4535 | 2026-08-08T03:02:28.609Z | 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 } }] |
| 4536 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708Aug 08 03:02:27.708replacing 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 |
| 4537 | 2026-08-08T03:02:28.609Z | INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4538 | 2026-08-08T03:02:28.609Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4539 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708 Aug 08 03:02:27.708DEBG 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 } }] |
| 4540 | 2026-08-08T03:02:28.609Z | 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 } }] |
| 4541 | 2026-08-08T03:02:28.609Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4542 | 2026-08-08T03:02:28.610Z | |
| 4543 | 2026-08-08T03:02:28.610Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4544 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 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 } }] |
| 4545 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4546 | 2026-08-08T03:02:28.610Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4547 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 DEBGAug 08 03:02:27.708DEBG 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 } }]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 } }] |
| 4548 | 2026-08-08T03:02:28.610Z | |
| 4549 | 2026-08-08T03:02:28.610Z | 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 } }] |
| 4550 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4551 | 2026-08-08T03:02:28.610Z | |
| 4552 | 2026-08-08T03:02:28.610Z | |
| 4553 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.708 |
| 4554 | 2026-08-08T03:02:28.610Z | |
| 4555 | 2026-08-08T03:02:28.610Z | 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 08 03:02:27.708 |
| 4556 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 4557 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4558 | 2026-08-08T03:02:28.610Z | INFOAug 08 03:02:27.708 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 4559 | 2026-08-08T03:02:28.610Z | 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 08 03:02:27.708 |
| 4560 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708DEBG 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 } }]Aug 08 03:02:27.708 |
| 4561 | 2026-08-08T03:02:28.610Z | 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 } }] |
| 4562 | 2026-08-08T03:02:28.610Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4563 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 INFOAug 08 03:02:27.708 Aug 08 03:02:27.708adding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBGINFO |
| 4564 | 2026-08-08T03:02:28.610Z | adding route 3fff:beef:1a::/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 } }] |
| 4565 | 2026-08-08T03:02:28.610Z | |
| 4566 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBGINFO 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:5::/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 } }] |
| 4567 | 2026-08-08T03:02:28.610Z | |
| 4568 | 2026-08-08T03:02:28.610Z | |
| 4569 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 Aug 08 03:02:27.708 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4570 | 2026-08-08T03:02:28.610Z | 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 } }] |
| 4571 | 2026-08-08T03:02:28.610Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4572 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 Aug 08 03:02:27.708DEBG Aug 08 03:02:27.708replacing 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 |
| 4573 | 2026-08-08T03:02:28.610Z | DEBG adding route 3fff:beef:6::/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 } }] |
| 4574 | 2026-08-08T03:02:28.610Z | |
| 4575 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 INFO Aug 08 03:02:27.708Aug 08 03:02:27.708 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 4576 | 2026-08-08T03:02:28.610Z | 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:1c::/64 -> 2001:db8::55:ff |
| 4577 | 2026-08-08T03:02:28.610Z | |
| 4578 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 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 08 03:02:27.708Aug 08 03:02:27.708 |
| 4579 | 2026-08-08T03:02:28.610Z | INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4580 | 2026-08-08T03:02:28.610Z | |
| 4581 | 2026-08-08T03:02:28.610Z | Aug 08 03:02:27.708 INFOAug 08 03:02:27.708 Aug 08 03:02:27.708adding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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:1d::/64 -> 2001:db8::55:ff |
| 4582 | 2026-08-08T03:02:28.611Z | |
| 4583 | 2026-08-08T03:02:28.611Z | |
| 4584 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGDEBGINFO 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:8::/64 -> 2001:db8::55:ff |
| 4585 | 2026-08-08T03:02:28.611Z | 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 } }] |
| 4586 | 2026-08-08T03:02:28.611Z | |
| 4587 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.708Aug 08 03:02:27.708Aug 08 03:02:27.708 INFOINFODEBG 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:1e::/64 -> 2001:db8::55:ff |
| 4588 | 2026-08-08T03:02:28.611Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4589 | 2026-08-08T03:02:28.611Z | |
| 4590 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.708Aug 08 03:02:27.708 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4591 | 2026-08-08T03:02:28.611Z | |
| 4592 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4593 | 2026-08-08T03:02:28.611Z | |
| 4594 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.708 DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.709 |
| 4595 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.709 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }] |
| 4596 | 2026-08-08T03:02:28.611Z | |
| 4597 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.709 INFO Aug 08 03:02:27.709Aug 08 03:02:27.709 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff INFODEBG |
| 4598 | 2026-08-08T03:02:28.611Z | adding route 3fff:beef:13::/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 } }] |
| 4599 | 2026-08-08T03:02:28.611Z | |
| 4600 | 2026-08-08T03:02:28.611Z | Aug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBG 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 } }]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:b::/64 -> 2001:db8::55:ff |
| 4601 | 2026-08-08T03:02:28.611Z | |
| 4602 | 2026-08-08T03:02:28.615Z | |
| 4603 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 INFOINFO DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 3fff:beef:14::/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 } }] |
| 4604 | 2026-08-08T03:02:28.615Z | |
| 4605 | 2026-08-08T03:02:28.615Z | |
| 4606 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGAug 08 03:02:27.709INFO 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:c::/64 -> 2001:db8::55:ffDEBG |
| 4607 | 2026-08-08T03:02:28.615Z | |
| 4608 | 2026-08-08T03:02:28.615Z | 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 } }] |
| 4609 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4610 | 2026-08-08T03:02:28.615Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4611 | 2026-08-08T03:02:28.615Z | 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 } }] |
| 4612 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.709replacing 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 } }] |
| 4613 | 2026-08-08T03:02:28.615Z | |
| 4614 | 2026-08-08T03:02:28.615Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4615 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 INFOINFOAug 08 03:02:27.709 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 4616 | 2026-08-08T03:02:28.615Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4617 | 2026-08-08T03:02:28.615Z | |
| 4618 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709 DEBG Aug 08 03:02:27.709replacing 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 08 03:02:27.709 |
| 4619 | 2026-08-08T03:02:28.615Z | INFODEBG adding route 3fff:beef:e::/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 } }] |
| 4620 | 2026-08-08T03:02:28.615Z | |
| 4621 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4622 | 2026-08-08T03:02:28.615Z | |
| 4623 | 2026-08-08T03:02:28.615Z | 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 } }] |
| 4624 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBG DEBGINFOreplacing 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 } }] |
| 4625 | 2026-08-08T03:02:28.615Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4626 | 2026-08-08T03:02:28.615Z | |
| 4627 | 2026-08-08T03:02:28.615Z | Aug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFOINFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4628 | 2026-08-08T03:02:28.615Z | |
| 4629 | 2026-08-08T03:02:28.615Z | 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 } }] |
| 4630 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBGDEBG 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 } }]INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4631 | 2026-08-08T03:02:28.616Z | |
| 4632 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4633 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4634 | 2026-08-08T03:02:28.616Z | |
| 4635 | 2026-08-08T03:02:28.616Z | DEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4636 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBGDEBG 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 } }] |
| 4637 | 2026-08-08T03:02:28.616Z | 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:11::/64 -> 2001:db8::55:ff |
| 4638 | 2026-08-08T03:02:28.616Z | |
| 4639 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709 INFOAug 08 03:02:27.709Aug 08 03:02:27.709 INFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4640 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:26::/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 } }] |
| 4641 | 2026-08-08T03:02:28.616Z | |
| 4642 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBG 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 } }] |
| 4643 | 2026-08-08T03:02:28.616Z | 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 } }] |
| 4644 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4645 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4646 | 2026-08-08T03:02:28.616Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4647 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4648 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFODEBG 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 } }] |
| 4649 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:13::/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 } }] |
| 4650 | 2026-08-08T03:02:28.616Z | |
| 4651 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 INFOINFO DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4652 | 2026-08-08T03:02:28.616Z | |
| 4653 | 2026-08-08T03:02:28.616Z | 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 } }] |
| 4654 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709 DEBG INFODEBGreplacing 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 } }] |
| 4655 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4656 | 2026-08-08T03:02:28.616Z | |
| 4657 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4658 | 2026-08-08T03:02:28.616Z | 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:1d::/64 -> 2001:db8::55:ff |
| 4659 | 2026-08-08T03:02:28.616Z | |
| 4660 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709 Aug 08 03:02:27.709DEBGAug 08 03:02:27.709 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 } }]DEBGINFO |
| 4661 | 2026-08-08T03:02:28.616Z | adding route 3fff:beef:15::/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 } }] |
| 4662 | 2026-08-08T03:02:28.616Z | |
| 4663 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4664 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBG 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 } }]replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4665 | 2026-08-08T03:02:28.616Z | |
| 4666 | 2026-08-08T03:02:28.616Z | |
| 4667 | 2026-08-08T03:02:28.616Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4668 | 2026-08-08T03:02:28.616Z | INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4669 | 2026-08-08T03:02:28.616Z | |
| 4670 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709 DEBG Aug 08 03:02:27.709Aug 08 03:02:27.709 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 } }]DEBG |
| 4671 | 2026-08-08T03:02:28.617Z | adding route 3fff:beef:1f::/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 } }] |
| 4672 | 2026-08-08T03:02:28.617Z | |
| 4673 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4674 | 2026-08-08T03:02:28.617Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4675 | 2026-08-08T03:02:28.617Z | DEBGAug 08 03:02:27.709 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 |
| 4676 | 2026-08-08T03:02:28.617Z | 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 08 03:02:27.709 |
| 4677 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709DEBG 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 } }] |
| 4678 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4679 | 2026-08-08T03:02:28.617Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4680 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGINFO Aug 08 03:02:27.709adding route 3fff:beef:18::/64 -> 2001:db8::55:ff Aug 08 03:02:27.709DEBGreplacing 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-08T03:02:28.617Z | 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 |
| 4682 | 2026-08-08T03:02:28.617Z | created new freemap |
| 4683 | 2026-08-08T03:02:28.617Z | , unit:Aug 08 03:02:27.709 Aug 08 03:02:27.709INFOAug 08 03:02:27.709 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4684 | 2026-08-08T03:02:28.617Z | |
| 4685 | 2026-08-08T03:02:28.617Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4686 | 2026-08-08T03:02:28.617Z | |
| 4687 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709 Aug 08 03:02:27.709Aug 08 03:02:27.709INFO Aug 08 03:02:27.709DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ff 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 |
| 4688 | 2026-08-08T03:02:28.617Z | DEBGreplacing 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 } }] |
| 4689 | 2026-08-08T03:02:28.617Z | |
| 4690 | 2026-08-08T03:02:28.617Z | created new freemapAug 08 03:02:27.709, INFOAug 08 03:02:27.709 unit adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff:INFO |
| 4691 | 2026-08-08T03:02:28.617Z | freemap_route_ipv6 |
| 4692 | 2026-08-08T03:02:28.617Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4693 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGDEBGDEBG 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: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 } }] |
| 4694 | 2026-08-08T03:02:28.617Z | |
| 4695 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709initted freemap. size: 64, unitDEBG: Aug 08 03:02:27.709freemap_route_ipv4replacing 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 08 03:02:27.709 |
| 4696 | 2026-08-08T03:02:28.617Z | INFOINFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4697 | 2026-08-08T03:02:28.617Z | |
| 4698 | 2026-08-08T03:02:28.617Z | |
| 4699 | 2026-08-08T03:02:28.617Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709Aug 08 03:02:27.709 INFO DEBG DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4700 | 2026-08-08T03:02:28.617Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4701 | 2026-08-08T03:02:28.617Z | DEBG |
| 4702 | 2026-08-08T03:02:28.621Z | reset freemap, unitAug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFO : INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 4703 | 2026-08-08T03:02:28.621Z | 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 } }] |
| 4704 | 2026-08-08T03:02:28.621Z | freemap_route_ipv4Aug 08 03:02:27.709 |
| 4705 | 2026-08-08T03:02:28.621Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4706 | 2026-08-08T03:02:28.621Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.709 |
| 4707 | 2026-08-08T03:02:28.621Z | Aug 08 03:02:27.709 DEBGINFO Aug 08 03:02:27.709adding 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 } }] |
| 4708 | 2026-08-08T03:02:28.622Z | INFO |
| 4709 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709 DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4710 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709DEBG initted freemap. size: 64INFOreplacing 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 } }], |
| 4711 | 2026-08-08T03:02:28.622Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffunit |
| 4712 | 2026-08-08T03:02:28.622Z | :Aug 08 03:02:27.709 DEBG Aug 08 03:02:27.709Aug 08 03:02:27.709replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 4713 | 2026-08-08T03:02:28.622Z | INFODEBG |
| 4714 | 2026-08-08T03:02:28.622Z | 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 } }] |
| 4715 | 2026-08-08T03:02:28.622Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4716 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709 DEBG Aug 08 03:02:27.709INFOAug 08 03:02:27.709 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 4717 | 2026-08-08T03:02:28.622Z | 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 } }]reset freemap |
| 4718 | 2026-08-08T03:02:28.622Z | INFO, Aug 08 03:02:27.709adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffunit : |
| 4719 | 2026-08-08T03:02:28.622Z | DEBG Aug 08 03:02:27.709freemap_route_ipv6 |
| 4720 | 2026-08-08T03:02:28.622Z | INFO Aug 08 03:02:27.709adding route 3fff:beef:26::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4721 | 2026-08-08T03:02:28.622Z | DEBG |
| 4722 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709replacing 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 } }] |
| 4723 | 2026-08-08T03:02:28.622Z | INFOAug 08 03:02:27.709Aug 08 03:02:27.709 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4724 | 2026-08-08T03:02:28.622Z | DEBG INFO 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 08 03:02:27.709adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4725 | 2026-08-08T03:02:28.622Z | INFOAug 08 03:02:27.709 |
| 4726 | 2026-08-08T03:02:28.622Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGAug 08 03:02:27.709 |
| 4727 | 2026-08-08T03:02:28.622Z | 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 08 03:02:27.709 |
| 4728 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709 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 } }] |
| 4729 | 2026-08-08T03:02:28.622Z | INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4730 | 2026-08-08T03:02:28.622Z | 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 08 03:02:27.709DEBGAug 08 03:02:27.709 INFODEBG |
| 4731 | 2026-08-08T03:02:28.622Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4732 | 2026-08-08T03:02:28.622Z | 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 } }] |
| 4733 | 2026-08-08T03:02:28.622Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.709 |
| 4734 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709DEBG Aug 08 03:02:27.709replacing 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 } }] |
| 4735 | 2026-08-08T03:02:28.622Z | INFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4736 | 2026-08-08T03:02:28.622Z | |
| 4737 | 2026-08-08T03:02:28.622Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4738 | 2026-08-08T03:02:28.622Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4739 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4740 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709replacing 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 08 03:02:27.709 |
| 4741 | 2026-08-08T03:02:28.622Z | INFO INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4742 | 2026-08-08T03:02:28.622Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4743 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709INFO Aug 08 03:02:27.709DEBG DEBGreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4744 | 2026-08-08T03:02:28.622Z | |
| 4745 | 2026-08-08T03:02:28.622Z | 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 } }] |
| 4746 | 2026-08-08T03:02:28.622Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 Aug 08 03:02:27.709INFODEBG 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 } }] adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4747 | 2026-08-08T03:02:28.622Z | |
| 4748 | 2026-08-08T03:02:28.623Z | |
| 4749 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGINFOAug 08 03:02:27.709 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 |
| 4750 | 2026-08-08T03:02:28.623Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4751 | 2026-08-08T03:02:28.623Z | 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 } }] |
| 4752 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.709 |
| 4753 | 2026-08-08T03:02:28.623Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4754 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4755 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709replacing 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 } }] |
| 4756 | 2026-08-08T03:02:28.623Z | test route::tests::grow_succeeds ... ok |
| 4757 | 2026-08-08T03:02:28.623Z | DEBGAug 08 03:02:27.709 Aug 08 03:02:27.709INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4758 | 2026-08-08T03:02:28.623Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4759 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709Aug 08 03:02:27.709 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4760 | 2026-08-08T03:02:28.623Z | |
| 4761 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4762 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.709 INFO Aug 08 03:02:27.709adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4763 | 2026-08-08T03:02:28.623Z | DEBG Aug 08 03:02:27.709 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 } }] |
| 4764 | 2026-08-08T03:02:28.623Z | 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 } }] |
| 4765 | 2026-08-08T03:02:28.623Z | 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 08 03:02:27.709Aug 08 03:02:27.709 |
| 4766 | 2026-08-08T03:02:28.623Z | INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4767 | 2026-08-08T03:02:28.623Z | |
| 4768 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710 INFO Aug 08 03:02:27.710adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Aug 08 03:02:27.710 |
| 4769 | 2026-08-08T03:02:28.623Z | 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: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 } }] |
| 4770 | 2026-08-08T03:02:28.623Z | |
| 4771 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.710 |
| 4772 | 2026-08-08T03:02:28.623Z | INFOAug 08 03:02:27.710 Aug 08 03:02:27.710INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4773 | 2026-08-08T03:02:28.623Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4774 | 2026-08-08T03:02:28.623Z | |
| 4775 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710 DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710 |
| 4776 | 2026-08-08T03:02:28.623Z | DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 08 03:02:27.710 |
| 4777 | 2026-08-08T03:02:28.623Z | |
| 4778 | 2026-08-08T03:02:28.623Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4779 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4780 | 2026-08-08T03:02:28.623Z | |
| 4781 | 2026-08-08T03:02:28.623Z | 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 } }] |
| 4782 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 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: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 08 03:02:27.710 |
| 4783 | 2026-08-08T03:02:28.623Z | |
| 4784 | 2026-08-08T03:02:28.623Z | DEBG failed to allocate space for the new target list |
| 4785 | 2026-08-08T03:02:28.623Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4786 | 2026-08-08T03:02:28.623Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG |
| 4787 | 2026-08-08T03:02:28.624Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4788 | 2026-08-08T03:02:28.624Z | Aug 08 03:02:27.710 DEBGAug 08 03:02:27.708 Aug 08 03:02:27.710 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 } }] DEBGDEBG |
| 4789 | 2026-08-08T03:02:28.624Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4790 | 2026-08-08T03:02:28.624Z | |
| 4791 | 2026-08-08T03:02:28.624Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4792 | 2026-08-08T03:02:28.624Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4793 | 2026-08-08T03:02:28.624Z | |
| 4794 | 2026-08-08T03:02:28.624Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710DEBG DEBG DEBGreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4795 | 2026-08-08T03:02:28.624Z | |
| 4796 | 2026-08-08T03:02:28.624Z | 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 } }] |
| 4797 | 2026-08-08T03:02:28.624Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4798 | 2026-08-08T03:02:28.624Z | |
| 4799 | 2026-08-08T03:02:28.624Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4800 | 2026-08-08T03:02:28.624Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 DEBGDEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4801 | 2026-08-08T03:02:28.624Z | |
| 4802 | 2026-08-08T03:02:28.653Z | 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 } }] |
| 4803 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO Aug 08 03:02:27.710 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4804 | 2026-08-08T03:02:28.654Z | |
| 4805 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4806 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710 DEBG DEBGDEBGreplacing 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 } }] |
| 4807 | 2026-08-08T03:02:28.654Z | 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:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4808 | 2026-08-08T03:02:28.654Z | |
| 4809 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710 Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 4810 | 2026-08-08T03:02:28.654Z | |
| 4811 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4812 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 DEBG DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4813 | 2026-08-08T03:02:28.654Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.710 |
| 4814 | 2026-08-08T03:02:28.654Z | DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710 |
| 4815 | 2026-08-08T03:02:28.654Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 4816 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4817 | 2026-08-08T03:02:28.654Z | INFOAug 08 03:02:27.710 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 4818 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710replacing 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 } }] |
| 4819 | 2026-08-08T03:02:28.654Z | DEBG Aug 08 03:02:27.710replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4820 | 2026-08-08T03:02:28.654Z | DEBGAug 08 03:02:27.710 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4821 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4822 | 2026-08-08T03:02:28.654Z | INFOAug 08 03:02:27.710 Aug 08 03:02:27.710 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGINFO |
| 4823 | 2026-08-08T03:02:28.654Z | 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 } }] |
| 4824 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4825 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710INFO DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4826 | 2026-08-08T03:02:28.654Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4827 | 2026-08-08T03:02:28.654Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4828 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFOINFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4829 | 2026-08-08T03:02:28.654Z | 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 } }] |
| 4830 | 2026-08-08T03:02:28.654Z | |
| 4831 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4832 | 2026-08-08T03:02:28.654Z | 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 } }] |
| 4833 | 2026-08-08T03:02:28.654Z | |
| 4834 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG adding route 3fff:beef:2e::/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 } }]INFO |
| 4835 | 2026-08-08T03:02:28.654Z | |
| 4836 | 2026-08-08T03:02:28.654Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4837 | 2026-08-08T03:02:28.654Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4838 | 2026-08-08T03:02:28.654Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4839 | 2026-08-08T03:02:28.655Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4840 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 Aug 08 03:02:27.710DEBG 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 } }] |
| 4841 | 2026-08-08T03:02:28.655Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4842 | 2026-08-08T03:02:28.655Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4843 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710DEBG INFO replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4844 | 2026-08-08T03:02:28.655Z | |
| 4845 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 DEBG Aug 08 03:02:27.710replacing 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 } }] |
| 4846 | 2026-08-08T03:02:28.655Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ffAug 08 03:02:27.710 |
| 4847 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 DEBGINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4848 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 |
| 4849 | 2026-08-08T03:02:28.655Z | DEBG Aug 08 03:02:27.710replacing 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 08 03:02:27.710 DEBGINFO |
| 4850 | 2026-08-08T03:02:28.655Z | adding route 3fff:beef:35::/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 } }] |
| 4851 | 2026-08-08T03:02:28.655Z | |
| 4852 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 Aug 08 03:02:27.710INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4853 | 2026-08-08T03:02:28.655Z | DEBG |
| 4854 | 2026-08-08T03:02:28.655Z | 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 } }] |
| 4855 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710Aug 08 03:02:27.710 DEBGDEBG Aug 08 03:02:27.710 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 |
| 4856 | 2026-08-08T03:02:28.655Z | 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:36::/64 -> 2001:db8::55:ff |
| 4857 | 2026-08-08T03:02:28.655Z | |
| 4858 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 INFOAug 08 03:02:27.710Aug 08 03:02:27.710 INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:3c::/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 } }] |
| 4859 | 2026-08-08T03:02:28.655Z | |
| 4860 | 2026-08-08T03:02:28.655Z | |
| 4861 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 INFODEBGDEBG 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: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:37::/64 -> 2001:db8::55:ff |
| 4862 | 2026-08-08T03:02:28.655Z | |
| 4863 | 2026-08-08T03:02:28.655Z | |
| 4864 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710Aug 08 03:02:27.710Aug 08 03:02:27.710 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4865 | 2026-08-08T03:02:28.655Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 4866 | 2026-08-08T03:02:28.655Z | |
| 4867 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 INFOAug 08 03:02:27.710Aug 08 03:02:27.710 DEBGDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4868 | 2026-08-08T03:02:28.655Z | |
| 4869 | 2026-08-08T03:02:28.655Z | 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 } }] |
| 4870 | 2026-08-08T03:02:28.655Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4871 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.710 DEBGAug 08 03:02:27.710 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 } }] |
| 4872 | 2026-08-08T03:02:28.655Z | Aug 08 03:02:27.711 Aug 08 03:02:27.710 DEBGDEBG created new freemapAug 08 03:02:27.714, created new freemapunitINFO: freemap_route_ipv4 |
| 4873 | 2026-08-08T03:02:28.655Z | , Aug 08 03:02:27.710unit :adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.710DEBG freemap_route_ipv4DEBGAug 08 03:02:27.714 created new freemap |
| 4874 | 2026-08-08T03:02:28.655Z | created new freemap , |
| 4875 | 2026-08-08T03:02:28.655Z | unitDEBG, : unit freemap_route_ipv4:Aug 08 03:02:27.714 |
| 4876 | 2026-08-08T03:02:28.655Z | DEBGfreemap_route_ipv4created new freemap |
| 4877 | 2026-08-08T03:02:28.655Z | 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 } }], |
| 4878 | 2026-08-08T03:02:28.656Z | unitAug 08 03:02:27.714: Aug 08 03:02:27.714 Aug 08 03:02:27.714freemap_route_ipv6DEBG |
| 4879 | 2026-08-08T03:02:28.656Z | DEBGAug 08 03:02:27.714 created new freemap , DEBGINFOcreated new freemapunit : adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffcreated new freemap |
| 4880 | 2026-08-08T03:02:28.656Z | , freemap_route_ipv6, unitunit |
| 4881 | 2026-08-08T03:02:28.656Z | :: Aug 08 03:02:27.714freemap_route_ipv6 Aug 08 03:02:27.714Aug 08 03:02:27.714DEBG DEBG |
| 4882 | 2026-08-08T03:02:28.656Z | 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 } }] |
| 4883 | 2026-08-08T03:02:28.656Z | initted freemap. size: 64freemap_route_ipv6, |
| 4884 | 2026-08-08T03:02:28.656Z | unit: freemap_route_ipv4DEBG |
| 4885 | 2026-08-08T03:02:28.656Z | Aug 08 03:02:27.714Aug 08 03:02:27.714 Aug 08 03:02:27.714 INFO DEBGDEBG initted freemap. size: 64 , initted freemap. size: 64unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 4886 | 2026-08-08T03:02:28.656Z | initted freemap. size: 64, freemap_route_ipv4, |
| 4887 | 2026-08-08T03:02:28.656Z | unit: unitfreemap_route_ipv4Aug 08 03:02:27.714 |
| 4888 | 2026-08-08T03:02:28.656Z | DEBGAug 08 03:02:27.714 Aug 08 03:02:27.714reset freemap : , DEBGunit :DEBG Aug 08 03:02:27.714freemap_route_ipv4reset freemap DEBG, |
| 4889 | 2026-08-08T03:02:28.656Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit reset freemap |
| 4890 | 2026-08-08T03:02:28.656Z | freemap_route_ipv4, |
| 4891 | 2026-08-08T03:02:28.656Z | Aug 08 03:02:27.714: unitfreemap_route_ipv4: |
| 4892 | 2026-08-08T03:02:28.656Z | DEBGfreemap_route_ipv4 |
| 4893 | 2026-08-08T03:02:28.656Z | initted freemap. size: 64Aug 08 03:02:27.714Aug 08 03:02:27.714 , Aug 08 03:02:27.714INFO unit :DEBG Aug 08 03:02:27.714 freemap_route_ipv6DEBG |
| 4894 | 2026-08-08T03:02:28.656Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 4895 | 2026-08-08T03:02:28.656Z | DEBG, initted freemap. size: 64Aug 08 03:02:27.714 unitDEBG, :reset freemapAug 08 03:02:27.714, unitfreemap_route_ipv6:unit |
| 4896 | 2026-08-08T03:02:28.656Z | DEBGreset freemap :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 4897 | 2026-08-08T03:02:28.656Z | , |
| 4898 | 2026-08-08T03:02:28.656Z | Aug 08 03:02:27.714unit: freemap_route_ipv6 |
| 4899 | 2026-08-08T03:02:28.656Z | Aug 08 03:02:27.714 DEBGfreemap_route_ipv4 Aug 08 03:02:27.714reset freemap, |
| 4900 | 2026-08-08T03:02:28.656Z | unit INFOINFOAug 08 03:02:27.714 :adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4901 | 2026-08-08T03:02:28.656Z | freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4902 | 2026-08-08T03:02:28.661Z | |
| 4903 | 2026-08-08T03:02:28.661Z | Aug 08 03:02:27.715 DEBGDEBG reset freemap , Aug 08 03:02:27.715unit Aug 08 03:02:27.715INFOreplacing 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: |
| 4904 | 2026-08-08T03:02:28.661Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 freemap_route_ipv6 |
| 4905 | 2026-08-08T03:02:28.661Z | |
| 4906 | 2026-08-08T03:02:28.661Z | 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 08 03:02:27.715 |
| 4907 | 2026-08-08T03:02:28.661Z | Aug 08 03:02:27.715INFOAug 08 03:02:27.715 Aug 08 03:02:27.715INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.1 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4908 | 2026-08-08T03:02:28.661Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.715 |
| 4909 | 2026-08-08T03:02:28.661Z | |
| 4910 | 2026-08-08T03:02:28.661Z | INFOinitted freemap. size: 64 adding route 3fff:dead::/64 -> 2001:db8::55:1, Aug 08 03:02:27.715 |
| 4911 | 2026-08-08T03:02:28.661Z | Aug 08 03:02:27.715unitAug 08 03:02:27.715: DEBGAug 08 03:02:27.715freemap_route_ipv6 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 } }]DEBG |
| 4912 | 2026-08-08T03:02:28.661Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4913 | 2026-08-08T03:02:28.661Z | Aug 08 03:02:27.715replacing 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 } }] |
| 4914 | 2026-08-08T03:02:28.661Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4915 | 2026-08-08T03:02:28.662Z | |
| 4916 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715 DEBGINFO Aug 08 03:02:27.715 Aug 08 03:02:27.715adding route 3fff:beef:3f::/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 } }] |
| 4917 | 2026-08-08T03:02:28.662Z | |
| 4918 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715 DEBG Aug 08 03:02:27.715INFOINFO DEBGreset freemap , Aug 08 03:02:27.715replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 4919 | 2026-08-08T03:02:28.662Z | adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4920 | 2026-08-08T03:02:28.662Z | INFO |
| 4921 | 2026-08-08T03:02:28.662Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4922 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715: Aug 08 03:02:27.715DEBGAug 08 03:02:27.715 DEBG failed to allocate space for the new target list |
| 4923 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715 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 } }]DEBG |
| 4924 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]freemap_route_ipv6 |
| 4925 | 2026-08-08T03:02:28.662Z | 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 } }] |
| 4926 | 2026-08-08T03:02:28.662Z | |
| 4927 | 2026-08-08T03:02:28.662Z | DEBGAug 08 03:02:27.715Aug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 4928 | 2026-08-08T03:02:28.662Z | INFO Aug 08 03:02:27.715adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.715adding route 172.17.0.0/32 -> 10.0.0.255 |
| 4929 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715 DEBG |
| 4930 | 2026-08-08T03:02:28.662Z | failed to allocate space for the new target listAug 08 03:02:27.715 |
| 4931 | 2026-08-08T03:02:28.662Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:02:27.715 |
| 4932 | 2026-08-08T03:02:28.662Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4933 | 2026-08-08T03:02:28.662Z | DEBG |
| 4934 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715Aug 08 03:02:27.715replacing 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 } }] |
| 4935 | 2026-08-08T03:02:28.662Z | DEBGDEBG Aug 08 03:02:27.715replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4936 | 2026-08-08T03:02:28.662Z | |
| 4937 | 2026-08-08T03:02:28.662Z | Aug 08 03:02:27.715DEBG Aug 08 03:02:27.715INFOAug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4938 | 2026-08-08T03:02:28.662Z | INFOadding route 172.17.0.1/32 -> 10.0.0.255 |
| 4939 | 2026-08-08T03:02:28.662Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4940 | 2026-08-08T03:02:28.662Z | WARN Aug 08 03:02:27.715Aug 08 03:02:27.715shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4941 | 2026-08-08T03:02:28.662Z | DEBG Aug 08 03:02:27.715replacing 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 } }] |
| 4942 | 2026-08-08T03:02:28.662Z | DEBGINFO Aug 08 03:02:27.715replacing 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 08 03:02:27.715 |
| 4943 | 2026-08-08T03:02:28.662Z | ERRO INFO rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4944 | 2026-08-08T03:02:28.662Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:02:27.715 |
| 4945 | 2026-08-08T03:02:28.662Z | |
| 4946 | 2026-08-08T03:02:28.662Z | INFO Aug 08 03:02:27.715Aug 08 03:02:27.715adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4947 | 2026-08-08T03:02:28.662Z | 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 } }] INFO |
| 4948 | 2026-08-08T03:02:28.662Z | ERROAug 08 03:02:27.715 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffshrink-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 |
| 4949 | 2026-08-08T03:02:28.662Z | DEBGAug 08 03:02:27.715 Aug 08 03:02:27.715 |
| 4950 | 2026-08-08T03:02:28.662Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4951 | 2026-08-08T03:02:28.662Z | DEBG 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 } }] |
| 4952 | 2026-08-08T03:02:28.662Z | adding route 172.17.0.3/32 -> 10.0.0.255Aug 08 03:02:27.715 |
| 4953 | 2026-08-08T03:02:28.662Z | INFOAug 08 03:02:27.715 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 4954 | 2026-08-08T03:02:28.663Z | 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 } }] |
| 4955 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.715 Aug 08 03:02:27.715Aug 08 03:02:27.715 Aug 08 03:02:27.715INFO DEBGINFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4956 | 2026-08-08T03:02:28.663Z | 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 } }] |
| 4957 | 2026-08-08T03:02:28.663Z | |
| 4958 | 2026-08-08T03:02:28.663Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4959 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.715 DEBGAug 08 03:02:27.715 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 08 03:02:27.715INFO |
| 4960 | 2026-08-08T03:02:28.663Z | adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 4961 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.715Aug 08 03:02:27.710adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4962 | 2026-08-08T03:02:28.663Z | DEBG Aug 08 03:02:27.715created new freemapAug 08 03:02:27.715 , Aug 08 03:02:27.715 unitDEBGDEBG: 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.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4963 | 2026-08-08T03:02:28.663Z | |
| 4964 | 2026-08-08T03:02:28.663Z | |
| 4965 | 2026-08-08T03:02:28.663Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 08 03:02:27.715 |
| 4966 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.715Aug 08 03:02:27.715 INFODEBGAug 08 03:02:27.715 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255replacing 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 } }] |
| 4967 | 2026-08-08T03:02:28.663Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4968 | 2026-08-08T03:02:28.663Z | |
| 4969 | 2026-08-08T03:02:28.663Z | |
| 4970 | 2026-08-08T03:02:28.663Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4971 | 2026-08-08T03:02:28.663Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4972 | 2026-08-08T03:02:28.663Z | test route::tests::identity_replace_is_noop ... ok |
| 4973 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.715Aug 08 03:02:27.715 DEBGINFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.715 DEBG Aug 08 03:02:27.716Aug 08 03:02:27.716replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4974 | 2026-08-08T03:02:28.663Z | DEBG DEBG created new freemapcreated new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4975 | 2026-08-08T03:02:28.663Z | , unitfreemap_route_ipv4, Aug 08 03:02:27.721:unit |
| 4976 | 2026-08-08T03:02:28.663Z | : freemap_route_ipv4INFO |
| 4977 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.721freemap_route_ipv4adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:02:27.721 |
| 4978 | 2026-08-08T03:02:28.663Z | |
| 4979 | 2026-08-08T03:02:28.663Z | DEBG Aug 08 03:02:27.721DEBG Aug 08 03:02:27.721 DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap , DEBG |
| 4980 | 2026-08-08T03:02:28.663Z | 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 } }]created new freemap: |
| 4981 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.721freemap_route_ipv6 |
| 4982 | 2026-08-08T03:02:28.663Z | DEBG, Aug 08 03:02:27.721created new freemapunit, Aug 08 03:02:27.721 unitINFO :INFO Aug 08 03:02:27.721 freemap_route_ipv6: |
| 4983 | 2026-08-08T03:02:28.663Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4984 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.721 |
| 4985 | 2026-08-08T03:02:28.663Z | DEBG freemap_route_ipv6Aug 08 03:02:27.721 |
| 4986 | 2026-08-08T03:02:28.663Z | DEBG DEBGAug 08 03:02:27.721initted freemap. size: 64initted freemap. size: 64 , Aug 08 03:02:27.721DEBG unit, 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 } }]: |
| 4987 | 2026-08-08T03:02:28.663Z | : 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 } }] freemap_route_ipv4DEBG |
| 4988 | 2026-08-08T03:02:28.663Z | Aug 08 03:02:27.721 freemap_route_ipv4initted freemap. size: 64 |
| 4989 | 2026-08-08T03:02:28.663Z | , |
| 4990 | 2026-08-08T03:02:28.663Z | INFOunit: adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:02:27.721 |
| 4991 | 2026-08-08T03:02:28.663Z | freemap_route_ipv4 DEBGAug 08 03:02:27.721 |
| 4992 | 2026-08-08T03:02:28.664Z | Aug 08 03:02:27.721Aug 08 03:02:27.721 reset freemap , DEBGunit :INFO freemap_route_ipv4DEBG |
| 4993 | 2026-08-08T03:02:28.664Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff reset freemap |
| 4994 | 2026-08-08T03:02:28.664Z | , Aug 08 03:02:27.721unit :DEBG Aug 08 03:02:27.721freemap_route_ipv4 |
| 4995 | 2026-08-08T03:02:28.664Z | 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 } }] initted freemap. size: 64 |
| 4996 | 2026-08-08T03:02:28.664Z | reset freemap, , unitAug 08 03:02:27.721: unit Aug 08 03:02:27.721freemap_route_ipv6:DEBG |
| 4997 | 2026-08-08T03:02:28.664Z | freemap_route_ipv4 |
| 4998 | 2026-08-08T03:02:28.664Z | DEBG initted freemap. size: 64Aug 08 03:02:27.721, unitreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: Aug 08 03:02:27.721 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4999 | 2026-08-08T03:02:28.664Z | freemap_route_ipv6 |
| 5000 | 2026-08-08T03:02:28.664Z | |
| 5001 | 2026-08-08T03:02:28.664Z | Aug 08 03:02:27.721 DEBG DEBG Aug 08 03:02:27.721initted freemap. size: 64reset freemap Aug 08 03:02:27.721, DEBG Aug 08 03:02:27.721 , unitreset freemapINFODEBG: , replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit |
| 5002 | 2026-08-08T03:02:28.668Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff freemap_route_ipv6unit |
| 5003 | 2026-08-08T03:02:28.668Z | |
| 5004 | 2026-08-08T03:02:28.668Z | :: Aug 08 03:02:27.721freemap_route_ipv6 freemap_route_ipv6INFO |
| 5005 | 2026-08-08T03:02:28.668Z | |
| 5006 | 2026-08-08T03:02:28.668Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 08 03:02:27.721 |
| 5007 | 2026-08-08T03:02:28.668Z | Aug 08 03:02:27.721 DEBGDEBGAug 08 03:02:27.721 Aug 08 03:02:27.721 INFOAug 08 03:02:27.721INFO 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5008 | 2026-08-08T03:02:28.668Z | |
| 5009 | 2026-08-08T03:02:28.668Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5010 | 2026-08-08T03:02:28.668Z | |
| 5011 | 2026-08-08T03:02:28.668Z | reset freemap, Aug 08 03:02:27.721Aug 08 03:02:27.721 DEBGINFO Aug 08 03:02:27.721Aug 08 03:02:27.721 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:8::/64 -> 2001:db8::55:ff |
| 5012 | 2026-08-08T03:02:28.668Z | |
| 5013 | 2026-08-08T03:02:28.668Z | INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff 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 } }]Aug 08 03:02:27.721 |
| 5014 | 2026-08-08T03:02:28.668Z | : |
| 5015 | 2026-08-08T03:02:28.668Z | INFO freemap_route_ipv6Aug 08 03:02:27.721 |
| 5016 | 2026-08-08T03:02:28.668Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:02:27.721 DEBG |
| 5017 | 2026-08-08T03:02:28.668Z | Aug 08 03:02:27.721Aug 08 03:02:27.721replacing 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 08 03:02:27.721INFO INFODEBG |
| 5018 | 2026-08-08T03:02:28.668Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5019 | 2026-08-08T03:02:28.668Z | |
| 5020 | 2026-08-08T03:02:28.668Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5021 | 2026-08-08T03:02:28.668Z | Aug 08 03:02:27.721Aug 08 03:02:27.721 Aug 08 03:02:27.721DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.721INFO |
| 5022 | 2026-08-08T03:02:28.668Z | failed to allocate space for the new target list |
| 5023 | 2026-08-08T03:02:28.668Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 5024 | 2026-08-08T03:02:28.668Z | INFO |
| 5025 | 2026-08-08T03:02:28.668Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:02:27.721 |
| 5026 | 2026-08-08T03:02:28.668Z | Aug 08 03:02:27.721Aug 08 03:02:27.721 Aug 08 03:02:27.721DEBG INFO DEBGDEBGAug 08 03:02:27.721 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5027 | 2026-08-08T03:02:28.669Z | DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:dead::/64 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 } }] |
| 5028 | 2026-08-08T03:02:28.669Z | |
| 5029 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721 DEBG |
| 5030 | 2026-08-08T03:02:28.669Z | |
| 5031 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5032 | 2026-08-08T03:02:28.669Z | INFOAug 08 03:02:27.721 Aug 08 03:02:27.721adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFOINFO |
| 5033 | 2026-08-08T03:02:28.669Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:02:27.721 |
| 5034 | 2026-08-08T03:02:28.669Z | |
| 5035 | 2026-08-08T03:02:28.669Z | INFO Aug 08 03:02:27.721adding route 3fff:dead::/64 -> 2001:db8::55:4 Aug 08 03:02:27.721 |
| 5036 | 2026-08-08T03:02:28.669Z | DEBG Aug 08 03:02:27.721 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 } }]DEBGDEBG |
| 5037 | 2026-08-08T03:02:28.669Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.721replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5038 | 2026-08-08T03:02:28.669Z | |
| 5039 | 2026-08-08T03:02:28.669Z | 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 08 03:02:27.721 |
| 5040 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721Aug 08 03:02:27.721INFO DEBG Aug 08 03:02:27.721INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 5041 | 2026-08-08T03:02:28.669Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5042 | 2026-08-08T03:02:28.669Z | replacing targets for 3fff:dead::/64 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 } }] |
| 5043 | 2026-08-08T03:02:28.669Z | |
| 5044 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721Aug 08 03:02:27.721Aug 08 03:02:27.721 DEBGDEBG WARN replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 5045 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721 |
| 5046 | 2026-08-08T03:02:28.669Z | WARN |
| 5047 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5048 | 2026-08-08T03:02:28.669Z | INFO Aug 08 03:02:27.721adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5049 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.711Aug 08 03:02:27.721 DEBGDEBG created new freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5050 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.715, INFO unitDEBG: created new freemapadding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 5051 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721 |
| 5052 | 2026-08-08T03:02:28.669Z | , unitDEBG: replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5053 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.721freemap_route_ipv4 Aug 08 03:02:27.721 |
| 5054 | 2026-08-08T03:02:28.669Z | 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 } }]Aug 08 03:02:27.721created new freemap |
| 5055 | 2026-08-08T03:02:28.669Z | DEBG, unitcreated new freemap:, Aug 08 03:02:27.722unit : INFOfreemap_route_ipv6 |
| 5056 | 2026-08-08T03:02:28.669Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5057 | 2026-08-08T03:02:28.669Z | |
| 5058 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.722Aug 08 03:02:27.722 Aug 08 03:02:27.722DEBGDEBG |
| 5059 | 2026-08-08T03:02:28.669Z | DEBGinitted freemap. size: 64 initted freemap. size: 64, , 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 } }]unitunit:Aug 08 03:02:27.722 |
| 5060 | 2026-08-08T03:02:28.669Z | INFOfreemap_route_ipv4 :adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5061 | 2026-08-08T03:02:28.669Z | |
| 5062 | 2026-08-08T03:02:28.669Z | freemap_route_ipv4 |
| 5063 | 2026-08-08T03:02:28.669Z | Aug 08 03:02:27.722 Aug 08 03:02:27.722Aug 08 03:02:27.722Aug 08 03:02:27.722INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 5064 | 2026-08-08T03:02:28.669Z | DEBG DEBGreset freemap 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 } }], reset freemap |
| 5065 | 2026-08-08T03:02:28.669Z | unit, :unit :freemap_route_ipv4Aug 08 03:02:27.722 |
| 5066 | 2026-08-08T03:02:28.670Z | freemap_route_ipv4DEBGAug 08 03:02:27.722 |
| 5067 | 2026-08-08T03:02:28.670Z | 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 } }] |
| 5068 | 2026-08-08T03:02:28.670Z | INFO Aug 08 03:02:27.722adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5069 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.722DEBG Aug 08 03:02:27.722initted freemap. size: 64DEBG , unitinitted freemap. size: 64Aug 08 03:02:27.722, INFO:DEBGunit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 5070 | 2026-08-08T03:02:28.670Z | freemap_route_ipv6 |
| 5071 | 2026-08-08T03:02:28.670Z | |
| 5072 | 2026-08-08T03:02:28.670Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 5073 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.722 Aug 08 03:02:27.722INFOAug 08 03:02:27.722 DEBGadding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5074 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.722 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 } }] |
| 5075 | 2026-08-08T03:02:28.670Z | reset freemapDEBG , Aug 08 03:02:27.722unit :Aug 08 03:02:27.722DEBGreset freemap freemap_route_ipv6 , 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 } }] |
| 5076 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.722 Aug 08 03:02:27.722Aug 08 03:02:27.727 DEBGINFO created new freemapDEBGadding route 172.16.0.0/32 -> 10.0.0.1, |
| 5077 | 2026-08-08T03:02:28.670Z | unit :created new freemap , Aug 08 03:02:27.722freemap_route_ipv4Aug 08 03:02:27.727 |
| 5078 | 2026-08-08T03:02:28.670Z | unit :DEBG freemap_route_ipv4created new freemap |
| 5079 | 2026-08-08T03:02:28.670Z | , unit: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 08 03:02:27.727 |
| 5080 | 2026-08-08T03:02:28.670Z | DEBGAug 08 03:02:27.727 freemap_route_ipv4Aug 08 03:02:27.727created new freemap , DEBG |
| 5081 | 2026-08-08T03:02:28.670Z | INFOcreated new freemap unit, :unitadding route 172.17.0.0/32 -> 10.0.0.255 : |
| 5082 | 2026-08-08T03:02:28.670Z | freemap_route_ipv6freemap_route_ipv6 |
| 5083 | 2026-08-08T03:02:28.670Z | |
| 5084 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.727Aug 08 03:02:27.727 DEBG created new freemapDEBG, Aug 08 03:02:27.727Aug 08 03:02:27.727 unit 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 } }]:DEBGDEBG freemap_route_ipv6initted freemap. size: 64 |
| 5085 | 2026-08-08T03:02:28.670Z | , initted freemap. size: 64unit: |
| 5086 | 2026-08-08T03:02:28.670Z | , unit:Aug 08 03:02:27.728 freemap_route_ipv4freemap_route_ipv4 Aug 08 03:02:27.728 |
| 5087 | 2026-08-08T03:02:28.670Z | INFODEBG |
| 5088 | 2026-08-08T03:02:28.670Z | initted freemap. size: 64Aug 08 03:02:27.728, unitDEBG:adding route 172.17.0.1/32 -> 10.0.0.255 Aug 08 03:02:27.728 |
| 5089 | 2026-08-08T03:02:28.670Z | reset freemapDEBGfreemap_route_ipv4, |
| 5090 | 2026-08-08T03:02:28.670Z | reset freemapunit, : Aug 08 03:02:27.728unit Aug 08 03:02:27.728DEBGfreemap_route_ipv4 |
| 5091 | 2026-08-08T03:02:28.670Z | reset freemap:, unit :DEBG freemap_route_ipv4replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.728 |
| 5092 | 2026-08-08T03:02:28.670Z | |
| 5093 | 2026-08-08T03:02:28.670Z | freemap_route_ipv4DEBG |
| 5094 | 2026-08-08T03:02:28.670Z | initted freemap. size: 64Aug 08 03:02:27.728, unitDEBGAug 08 03:02:27.728: DEBG freemap_route_ipv6initted freemap. size: 64 |
| 5095 | 2026-08-08T03:02:28.670Z | initted freemap. size: 64, Aug 08 03:02:27.728, unit :INFO unitAug 08 03:02:27.728adding route 172.17.0.2/32 -> 10.0.0.255 freemap_route_ipv6DEBG |
| 5096 | 2026-08-08T03:02:28.670Z | : reset freemap |
| 5097 | 2026-08-08T03:02:28.670Z | , freemap_route_ipv6Aug 08 03:02:27.728 |
| 5098 | 2026-08-08T03:02:28.670Z | unit :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 } }]freemap_route_ipv6 |
| 5099 | 2026-08-08T03:02:28.670Z | |
| 5100 | 2026-08-08T03:02:28.670Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 DEBG DEBGreset freemapAug 08 03:02:27.728 , reset freemapunitAug 08 03:02:27.728 :, INFO INFOfreemap_route_ipv6 |
| 5101 | 2026-08-08T03:02:28.670Z | unit :adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5102 | 2026-08-08T03:02:28.674Z | freemap_route_ipv6 |
| 5103 | 2026-08-08T03:02:28.674Z | Aug 08 03:02:27.728 |
| 5104 | 2026-08-08T03:02:28.674Z | INFOAug 08 03:02:27.728 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5105 | 2026-08-08T03:02:28.674Z | Aug 08 03:02:27.728 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 08 03:02:27.728 |
| 5106 | 2026-08-08T03:02:28.675Z | 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 } }]unitAug 08 03:02:27.728 |
| 5107 | 2026-08-08T03:02:28.675Z | :Aug 08 03:02:27.728 DEBGfreemap_route_ipv6 |
| 5108 | 2026-08-08T03:02:28.675Z | 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 |
| 5109 | 2026-08-08T03:02:28.675Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:02:27.728 |
| 5110 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:02:27.728 |
| 5111 | 2026-08-08T03:02:28.675Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5112 | 2026-08-08T03:02:28.675Z | INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5113 | 2026-08-08T03:02:28.675Z | adding route 172.16.0.0/32 -> 10.0.0.1Aug 08 03:02:27.728 |
| 5114 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 Aug 08 03:02:27.728 DEBGDEBGDEBG 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 } }] |
| 5115 | 2026-08-08T03:02:28.675Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 5116 | 2026-08-08T03:02:28.675Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:02:27.728Aug 08 03:02:27.728 INFO |
| 5117 | 2026-08-08T03:02:28.675Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5118 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728 INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5119 | 2026-08-08T03:02:28.675Z | |
| 5120 | 2026-08-08T03:02:28.675Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:02:27.728 |
| 5121 | 2026-08-08T03:02:28.675Z | INFOAug 08 03:02:27.728 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5122 | 2026-08-08T03:02:28.675Z | adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:02:27.728 |
| 5123 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728 Aug 08 03:02:27.728 DEBGDEBG Aug 08 03:02:27.728 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5124 | 2026-08-08T03:02:28.675Z | |
| 5125 | 2026-08-08T03:02:28.675Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:02:27.728Aug 08 03:02:27.728 |
| 5126 | 2026-08-08T03:02:28.675Z | 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 |
| 5127 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5128 | 2026-08-08T03:02:28.675Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.728 |
| 5129 | 2026-08-08T03:02:28.675Z | INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:02:27.728 Aug 08 03:02:27.728Aug 08 03:02:27.728 |
| 5130 | 2026-08-08T03:02:28.675Z | DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5131 | 2026-08-08T03:02:28.675Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5132 | 2026-08-08T03:02:28.675Z | |
| 5133 | 2026-08-08T03:02:28.675Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.728Aug 08 03:02:27.728 Aug 08 03:02:27.728 |
| 5134 | 2026-08-08T03:02:28.675Z | INFODEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:02:27.728replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5135 | 2026-08-08T03:02:28.675Z | |
| 5136 | 2026-08-08T03:02:28.675Z | |
| 5137 | 2026-08-08T03:02:28.675Z | INFOAug 08 03:02:27.728Aug 08 03:02:27.728Aug 08 03:02:27.728 INFOadding route 172.16.0.0/32 -> 10.0.0.3 DEBG |
| 5138 | 2026-08-08T03:02:28.675Z | adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 5139 | 2026-08-08T03:02:28.675Z | 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 } }] |
| 5140 | 2026-08-08T03:02:28.675Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5141 | 2026-08-08T03:02:28.675Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 08 03:02:27.728 |
| 5142 | 2026-08-08T03:02:28.675Z | 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 |
| 5143 | 2026-08-08T03:02:28.675Z | adding route 172.17.0.1/32 -> 10.0.0.255Aug 08 03:02:27.728 |
| 5144 | 2026-08-08T03:02:28.676Z | INFO Aug 08 03:02:27.728adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5145 | 2026-08-08T03:02:28.676Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5146 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 Aug 08 03:02:27.728DEBG 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 08 03:02:27.722 |
| 5147 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5148 | 2026-08-08T03:02:28.676Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5149 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 created new freemapINFOAug 08 03:02:27.728, INFOadding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:02:27.728 |
| 5150 | 2026-08-08T03:02:28.676Z | adding route 172.17.0.0/32 -> 10.0.0.255unitINFO |
| 5151 | 2026-08-08T03:02:28.676Z | adding route 172.17.0.9/32 -> 10.0.0.255: |
| 5152 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 DEBGfreemap_route_ipv4 Aug 08 03:02:27.728DEBGreplacing 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 } }] |
| 5153 | 2026-08-08T03:02:28.676Z | DEBG |
| 5154 | 2026-08-08T03:02:28.676Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5155 | 2026-08-08T03:02:28.676Z | |
| 5156 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 INFOAug 08 03:02:27.728 Aug 08 03:02:27.728adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5157 | 2026-08-08T03:02:28.676Z | INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:02:27.728 |
| 5158 | 2026-08-08T03:02:28.676Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 5159 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 created new freemapDEBG, Aug 08 03:02:27.728replacing 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 } }] |
| 5160 | 2026-08-08T03:02:28.676Z | 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 } }]unit |
| 5161 | 2026-08-08T03:02:28.676Z | 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 } }] |
| 5162 | 2026-08-08T03:02:28.676Z | : freemap_route_ipv6Aug 08 03:02:27.728 |
| 5163 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728INFO adding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:02:27.728 |
| 5164 | 2026-08-08T03:02:28.676Z | INFOAug 08 03:02:27.728 INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5165 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728DEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 5166 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728initted freemap. size: 64 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 } }], |
| 5167 | 2026-08-08T03:02:28.676Z | unitDEBG :replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4Aug 08 03:02:27.728 |
| 5168 | 2026-08-08T03:02:28.676Z | |
| 5169 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:02:27.728Aug 08 03:02:27.728 |
| 5170 | 2026-08-08T03:02:28.676Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5171 | 2026-08-08T03:02:28.676Z | DEBGAug 08 03:02:27.728adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5172 | 2026-08-08T03:02:28.676Z | 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 } }]reset freemap |
| 5173 | 2026-08-08T03:02:28.676Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5174 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728, Aug 08 03:02:27.728INFOunit :DEBGAug 08 03:02:27.728 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5175 | 2026-08-08T03:02:28.676Z | 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 } }]freemap_route_ipv4INFO |
| 5176 | 2026-08-08T03:02:28.676Z | |
| 5177 | 2026-08-08T03:02:28.676Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5178 | 2026-08-08T03:02:28.676Z | Aug 08 03:02:27.728 Aug 08 03:02:27.728INFO Aug 08 03:02:27.728DEBG Aug 08 03:02:27.728adding route 172.17.0.13/32 -> 10.0.0.255DEBGinitted freemap. size: 64 |
| 5179 | 2026-08-08T03:02:28.676Z | , replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5180 | 2026-08-08T03:02:28.676Z | unitAug 08 03:02:27.728 :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 08 03:02:27.728freemap_route_ipv6 |
| 5181 | 2026-08-08T03:02:28.676Z | 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 } }] |
| 5182 | 2026-08-08T03:02:28.676Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5183 | 2026-08-08T03:02:28.677Z | |
| 5184 | 2026-08-08T03:02:28.677Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5185 | 2026-08-08T03:02:28.677Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5186 | 2026-08-08T03:02:28.677Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5187 | 2026-08-08T03:02:28.677Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5188 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5189 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5190 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5191 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5192 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5193 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5194 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5195 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5196 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5197 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5198 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5199 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5200 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5201 | 2026-08-08T03:02:28.677Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5202 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5203 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5204 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5205 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5206 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5207 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5208 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5209 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5210 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5211 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5212 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5213 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5214 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5215 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5216 | 2026-08-08T03:02:28.681Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5217 | 2026-08-08T03:02:28.681Z | Aug 08 03:02:27.728Aug 08 03:02:27.728 DEBGAug 08 03:02:27.728 INFOreset freemap , DEBGunitadding route 172.17.0.4/32 -> 10.0.0.255Aug 08 03:02:27.728: Aug 08 03:02:27.728freemap_route_ipv6 |
| 5218 | 2026-08-08T03:02:28.682Z | DEBG created new freemap, 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 } }]unitINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:02:27.734 |
| 5219 | 2026-08-08T03:02:28.682Z | : |
| 5220 | 2026-08-08T03:02:28.682Z | INFO |
| 5221 | 2026-08-08T03:02:28.682Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5222 | 2026-08-08T03:02:28.682Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5223 | 2026-08-08T03:02:28.682Z | freemap_route_ipv4 |
| 5224 | 2026-08-08T03:02:28.682Z | Aug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734Aug 08 03:02:27.734DEBG INFO 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 } }]Aug 08 03:02:27.734 |
| 5225 | 2026-08-08T03:02:28.682Z | adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5226 | 2026-08-08T03:02:28.682Z | |
| 5227 | 2026-08-08T03:02:28.682Z | DEBGAug 08 03:02:27.734 Aug 08 03:02:27.734created new freemap DEBGINFOAug 08 03:02:27.734Aug 08 03:02:27.734 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5228 | 2026-08-08T03:02:28.682Z | INFO, DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unitadding route 172.17.0.8/32 -> 10.0.0.255Aug 08 03:02:27.734:adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 5229 | 2026-08-08T03:02:28.682Z | 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 } }] |
| 5230 | 2026-08-08T03:02:28.682Z | DEBG |
| 5231 | 2026-08-08T03:02:28.682Z | freemap_route_ipv6 |
| 5232 | 2026-08-08T03:02:28.682Z | Aug 08 03:02:27.734 |
| 5233 | 2026-08-08T03:02:28.682Z | Aug 08 03:02:27.734replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:02:27.734 |
| 5234 | 2026-08-08T03:02:28.682Z | |
| 5235 | 2026-08-08T03:02:28.682Z | DEBGDEBGAug 08 03:02:27.734 DEBG Aug 08 03:02:27.734initted freemap. size: 64Aug 08 03:02:27.734, unitINFO: Aug 08 03:02:27.734adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv4replacing 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 } }] |
| 5236 | 2026-08-08T03:02:28.682Z | |
| 5237 | 2026-08-08T03:02:28.682Z | |
| 5238 | 2026-08-08T03:02:28.682Z | DEBGINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 5239 | 2026-08-08T03:02:28.682Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 5240 | 2026-08-08T03:02:28.682Z | |
| 5241 | 2026-08-08T03:02:28.682Z | |
| 5242 | 2026-08-08T03:02:28.682Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 reset freemap |
| 5243 | 2026-08-08T03:02:28.682Z | , unit:Aug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734freemap_route_ipv4 Aug 08 03:02:27.734 INFO |
| 5244 | 2026-08-08T03:02:28.682Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5245 | 2026-08-08T03:02:28.682Z | |
| 5246 | 2026-08-08T03:02:28.682Z | Aug 08 03:02:27.734Aug 08 03:02:27.734 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 } }] |
| 5247 | 2026-08-08T03:02:28.682Z | Aug 08 03:02:27.734 DEBG INFO DEBGinitted freemap. size: 64Aug 08 03:02:27.734Aug 08 03:02:27.734 , unitINFOreplacing 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 } }]: |
| 5248 | 2026-08-08T03:02:28.682Z | DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5249 | 2026-08-08T03:02:28.682Z | |
| 5250 | 2026-08-08T03:02:28.682Z | DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff Aug 08 03:02:27.734 |
| 5251 | 2026-08-08T03:02:28.682Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255Aug 08 03:02:27.734 |
| 5252 | 2026-08-08T03:02:28.682Z | INFO |
| 5253 | 2026-08-08T03:02:28.682Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5254 | 2026-08-08T03:02:28.682Z | DEBGAug 08 03:02:27.734 reset freemap, unitDEBG:Aug 08 03:02:27.734 freemap_route_ipv6Aug 08 03:02:27.734 DEBG |
| 5255 | 2026-08-08T03:02:28.682Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 5256 | 2026-08-08T03:02:28.682Z | 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 08 03:02:27.734 |
| 5257 | 2026-08-08T03:02:28.683Z | 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 08 03:02:27.734 Aug 08 03:02:27.734 |
| 5258 | 2026-08-08T03:02:28.683Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5259 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734Aug 08 03:02:27.734WARN |
| 5260 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 5261 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 5262 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734DEBG 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 } }] |
| 5263 | 2026-08-08T03:02:28.683Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }] |
| 5264 | 2026-08-08T03:02:28.683Z | |
| 5265 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734INFO DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Aug 08 03:02:27.734replacing 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 } }] |
| 5266 | 2026-08-08T03:02:28.683Z | |
| 5267 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734Aug 08 03:02:27.734 INFO Aug 08 03:02:27.734INFO INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 Aug 08 03:02:27.734 |
| 5268 | 2026-08-08T03:02:28.683Z | |
| 5269 | 2026-08-08T03:02:28.683Z | adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5270 | 2026-08-08T03:02:28.683Z | |
| 5271 | 2026-08-08T03:02:28.683Z | 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 08 03:02:27.734 |
| 5272 | 2026-08-08T03:02:28.683Z | DEBGAug 08 03:02:27.734Aug 08 03:02:27.734 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 } }]DEBG |
| 5273 | 2026-08-08T03:02:28.683Z | 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 08 03:02:27.734 |
| 5274 | 2026-08-08T03:02:28.683Z | 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 } }]INFOAug 08 03:02:27.734 |
| 5275 | 2026-08-08T03:02:28.683Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 08 03:02:27.734 |
| 5276 | 2026-08-08T03:02:28.683Z | DEBGAug 08 03:02:27.734Aug 08 03:02:27.734 INFOINFO INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 5277 | 2026-08-08T03:02:28.683Z | adding route 172.17.0.18/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 } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5278 | 2026-08-08T03:02:28.683Z | |
| 5279 | 2026-08-08T03:02:28.683Z | |
| 5280 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734 DEBGAug 08 03:02:27.734 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.734 |
| 5281 | 2026-08-08T03:02:28.683Z | DEBG DEBGAug 08 03:02:27.734 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.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 } }] |
| 5282 | 2026-08-08T03:02:28.683Z | |
| 5283 | 2026-08-08T03:02:28.683Z | DEBGAug 08 03:02:27.734 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 } }]INFOAug 08 03:02:27.734 adding route 172.16.0.0/32 -> 10.0.0.4INFOAug 08 03:02:27.734 |
| 5284 | 2026-08-08T03:02:28.683Z | |
| 5285 | 2026-08-08T03:02:28.683Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 5286 | 2026-08-08T03:02:28.683Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:02:27.734Aug 08 03:02:27.734 Aug 08 03:02:27.734INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5287 | 2026-08-08T03:02:28.683Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.734 |
| 5288 | 2026-08-08T03:02:28.683Z | adding route 172.17.0.19/32 -> 10.0.0.255 Aug 08 03:02:27.734DEBG |
| 5289 | 2026-08-08T03:02:28.683Z | 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 } }] |
| 5290 | 2026-08-08T03:02:28.683Z | |
| 5291 | 2026-08-08T03:02:28.683Z | DEBGAug 08 03:02:27.734 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 |
| 5292 | 2026-08-08T03:02:28.683Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5293 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734Aug 08 03:02:27.734Aug 08 03:02:27.734 INFOINFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5294 | 2026-08-08T03:02:28.683Z | 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 08 03:02:27.734 |
| 5295 | 2026-08-08T03:02:28.683Z | Aug 08 03:02:27.734adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5296 | 2026-08-08T03:02:28.684Z | DEBG Aug 08 03:02:27.734DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:02:27.734 |
| 5297 | 2026-08-08T03:02:28.684Z | DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5298 | 2026-08-08T03:02:28.684Z | adding route 172.17.0.20/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 } }] |
| 5299 | 2026-08-08T03:02:28.684Z | Aug 08 03:02:27.734 |
| 5300 | 2026-08-08T03:02:28.684Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:02:27.734 |
| 5301 | 2026-08-08T03:02:28.684Z | Aug 08 03:02:27.734 INFODEBG Aug 08 03:02:27.734Aug 08 03:02:27.734 adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 5302 | 2026-08-08T03:02:28.687Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5303 | 2026-08-08T03:02:28.688Z | 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 } }] |
| 5304 | 2026-08-08T03:02:28.688Z | DEBG Aug 08 03:02:27.734Aug 08 03:02:27.734replacing 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 } }] |
| 5305 | 2026-08-08T03:02:28.688Z | DEBGDEBG Aug 08 03:02:27.734replacing 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.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 |
| 5306 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 |
| 5307 | 2026-08-08T03:02:28.688Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5308 | 2026-08-08T03:02:28.688Z | |
| 5309 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 INFO adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:02:27.734 Aug 08 03:02:27.734DEBG DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5310 | 2026-08-08T03:02:28.688Z | 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 } }] |
| 5311 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 |
| 5312 | 2026-08-08T03:02:28.688Z | INFOAug 08 03:02:27.734 adding route 172.17.0.13/32 -> 10.0.0.255INFOAug 08 03:02:27.734 |
| 5313 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 5314 | 2026-08-08T03:02:28.688Z | adding route 172.17.0.22/32 -> 10.0.0.255 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 } }] |
| 5315 | 2026-08-08T03:02:28.688Z | |
| 5316 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 DEBGAug 08 03:02:27.734 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 08 03:02:27.734DEBG |
| 5317 | 2026-08-08T03:02:28.688Z | 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 08 03:02:27.734Aug 08 03:02:27.734 |
| 5318 | 2026-08-08T03:02:28.688Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5319 | 2026-08-08T03:02:28.688Z | |
| 5320 | 2026-08-08T03:02:28.688Z | |
| 5321 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 INFO Aug 08 03:02:27.734adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5322 | 2026-08-08T03:02:28.688Z | 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 } }] |
| 5323 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734Aug 08 03:02:27.734 INFOAug 08 03:02:27.734 DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO adding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:02:27.735 |
| 5324 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.734 DEBG DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5325 | 2026-08-08T03:02:28.688Z | created new freemap, unit: Aug 08 03:02:27.766replacing 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 } }] |
| 5326 | 2026-08-08T03:02:28.688Z | freemap_route_ipv4 |
| 5327 | 2026-08-08T03:02:28.688Z | INFOAug 08 03:02:27.728 |
| 5328 | 2026-08-08T03:02:28.688Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffAug 08 03:02:27.766Aug 08 03:02:27.766 |
| 5329 | 2026-08-08T03:02:28.688Z | DEBG DEBGreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5330 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.766created new freemapAug 08 03:02:27.766DEBGAug 08 03:02:27.766 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 } }] |
| 5331 | 2026-08-08T03:02:28.688Z | DEBG created new freemapreplacing 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 } }] |
| 5332 | 2026-08-08T03:02:28.688Z | , Aug 08 03:02:27.766Aug 08 03:02:27.766, unit Aug 08 03:02:27.766unit ::INFOINFO INFO adding route 172.17.0.22/32 -> 10.0.0.255INFO |
| 5333 | 2026-08-08T03:02:28.688Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255freemap_route_ipv6 |
| 5334 | 2026-08-08T03:02:28.688Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5335 | 2026-08-08T03:02:28.688Z | |
| 5336 | 2026-08-08T03:02:28.688Z | Aug 08 03:02:27.766 DEBG |
| 5337 | 2026-08-08T03:02:28.688Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766 |
| 5338 | 2026-08-08T03:02:28.688Z | DEBG initted freemap. size: 64, Aug 08 03:02:27.766unit :Aug 08 03:02:27.766freemap_route_ipv4 Aug 08 03:02:27.766freemap_route_ipv4 |
| 5339 | 2026-08-08T03:02:28.688Z | |
| 5340 | 2026-08-08T03:02:28.688Z | 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 08 03:02:27.766Aug 08 03:02:27.766DEBG |
| 5341 | 2026-08-08T03:02:28.688Z | 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 } }]INFO |
| 5342 | 2026-08-08T03:02:28.689Z | reset freemapDEBGadding route 172.17.0.23/32 -> 10.0.0.255, unit |
| 5343 | 2026-08-08T03:02:28.689Z | :Aug 08 03:02:27.766 freemap_route_ipv4replacing 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 } }] |
| 5344 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766 |
| 5345 | 2026-08-08T03:02:28.689Z | DEBGAug 08 03:02:27.766 Aug 08 03:02:27.766 DEBGcreated new freemapAug 08 03:02:27.766, unitDEBGreplacing 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 08 03:02:27.766INFO initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255: |
| 5346 | 2026-08-08T03:02:28.689Z | |
| 5347 | 2026-08-08T03:02:28.689Z | , unitINFO: freemap_route_ipv6 |
| 5348 | 2026-08-08T03:02:28.689Z | INFO Aug 08 03:02:27.766adding route 3fff:beef:1e::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5349 | 2026-08-08T03:02:28.689Z | |
| 5350 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766DEBG INFO Aug 08 03:02:27.766Aug 08 03:02:27.766 |
| 5351 | 2026-08-08T03:02:28.689Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766 |
| 5352 | 2026-08-08T03:02:28.689Z | DEBGDEBG Aug 08 03:02:27.766 adding route 172.17.0.24/32 -> 10.0.0.255reset freemap |
| 5353 | 2026-08-08T03:02:28.689Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG , initted freemap. size: 64 |
| 5354 | 2026-08-08T03:02:28.689Z | DEBGunit, Aug 08 03:02:27.766unit Aug 08 03:02:27.766:INFO DEBG:freemap_route_ipv4 freemap_route_ipv6 Aug 08 03:02:27.766 |
| 5355 | 2026-08-08T03:02:28.689Z | |
| 5356 | 2026-08-08T03:02:28.689Z | adding route 172.17.0.26/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 5357 | 2026-08-08T03:02:28.689Z | |
| 5358 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766 Aug 08 03:02:27.766adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5359 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766DEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 5360 | 2026-08-08T03:02:28.689Z | 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 08 03:02:27.766 |
| 5361 | 2026-08-08T03:02:28.689Z | 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 } }]reset freemapDEBGAug 08 03:02:27.766 , |
| 5362 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766replacing 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 } }]unitDEBG |
| 5363 | 2026-08-08T03:02:28.689Z | INFO adding route 172.17.0.25/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 } }] |
| 5364 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766 |
| 5365 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766 INFO: INFOAug 08 03:02:27.766 Aug 08 03:02:27.766adding route 3fff:beef:20::/64 -> 2001:db8::55:ff Aug 08 03:02:27.766 |
| 5366 | 2026-08-08T03:02:28.689Z | INFO freemap_route_ipv4 INFO Aug 08 03:02:27.766 |
| 5367 | 2026-08-08T03:02:28.689Z | adding route 172.17.0.27/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 5368 | 2026-08-08T03:02:28.689Z | DEBG |
| 5369 | 2026-08-08T03:02:28.689Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5370 | 2026-08-08T03:02:28.689Z | |
| 5371 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766adding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:02:27.766Aug 08 03:02:27.766 Aug 08 03:02:27.766DEBG |
| 5372 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766DEBG INFO 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 } }] , |
| 5373 | 2026-08-08T03:02:28.689Z | INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit |
| 5374 | 2026-08-08T03:02:28.689Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.766 |
| 5375 | 2026-08-08T03:02:28.689Z | adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 5376 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766 adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBGAug 08 03:02:27.766 |
| 5377 | 2026-08-08T03:02:28.689Z | Aug 08 03:02:27.766replacing 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 } }] |
| 5378 | 2026-08-08T03:02:28.689Z | DEBG: Aug 08 03:02:27.766replacing 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 08 03:02:27.766 DEBG |
| 5379 | 2026-08-08T03:02:28.689Z | 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 } }]DEBGINFOAug 08 03:02:27.766 |
| 5380 | 2026-08-08T03:02:28.689Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5381 | 2026-08-08T03:02:28.690Z | freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 08 03:02:27.766 |
| 5382 | 2026-08-08T03:02:28.690Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5383 | 2026-08-08T03:02:28.690Z | |
| 5384 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.766Aug 08 03:02:27.774 INFODEBG adding route 172.17.0.18/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 } }] |
| 5385 | 2026-08-08T03:02:28.690Z | |
| 5386 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.766Aug 08 03:02:27.774 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:02:27.774Aug 08 03:02:27.774 |
| 5387 | 2026-08-08T03:02:28.690Z | DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5388 | 2026-08-08T03:02:28.690Z | |
| 5389 | 2026-08-08T03:02:28.690Z | |
| 5390 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.774 DEBGAug 08 03:02:27.774 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5391 | 2026-08-08T03:02:28.690Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:02:27.774 |
| 5392 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.774DEBG 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 } }] |
| 5393 | 2026-08-08T03:02:28.690Z | 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 08 03:02:27.774 |
| 5394 | 2026-08-08T03:02:28.690Z | 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 } }]Aug 08 03:02:27.774Aug 08 03:02:27.774 |
| 5395 | 2026-08-08T03:02:28.690Z | INFO Aug 08 03:02:27.774 adding route 172.17.0.27/32 -> 10.0.0.255INFODEBG |
| 5396 | 2026-08-08T03:02:28.690Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5397 | 2026-08-08T03:02:28.690Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5398 | 2026-08-08T03:02:28.690Z | |
| 5399 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.774 DEBGAug 08 03:02:27.774 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5400 | 2026-08-08T03:02:28.690Z | 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 } }] |
| 5401 | 2026-08-08T03:02:28.690Z | Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFOAug 08 03:02:27.774 Aug 08 03:02:27.774 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5402 | 2026-08-08T03:02:28.694Z | 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:25::/64 -> 2001:db8::55:ff |
| 5403 | 2026-08-08T03:02:28.694Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5404 | 2026-08-08T03:02:28.694Z | |
| 5405 | 2026-08-08T03:02:28.694Z | Aug 08 03:02:27.774 DEBG Aug 08 03:02:27.774replacing 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 } }] |
| 5406 | 2026-08-08T03:02:28.694Z | 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 } }] |
| 5407 | 2026-08-08T03:02:28.694Z | Aug 08 03:02:27.774 Aug 08 03:02:27.774Aug 08 03:02:27.774INFO Aug 08 03:02:27.774INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5408 | 2026-08-08T03:02:28.694Z | INFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:02:27.774 |
| 5409 | 2026-08-08T03:02:28.694Z | |
| 5410 | 2026-08-08T03:02:28.694Z | DEBG |
| 5411 | 2026-08-08T03:02:28.694Z | 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 08 03:02:27.774 Aug 08 03:02:27.774INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5412 | 2026-08-08T03:02:28.694Z | |
| 5413 | 2026-08-08T03:02:28.694Z | 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 08 03:02:27.774 |
| 5414 | 2026-08-08T03:02:28.694Z | DEBGAug 08 03:02:27.774 Aug 08 03:02:27.774 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 |
| 5415 | 2026-08-08T03:02:28.694Z | Aug 08 03:02:27.774adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5416 | 2026-08-08T03:02:28.694Z | INFOAug 08 03:02:27.774replacing 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:27::/64 -> 2001:db8::55:ff |
| 5417 | 2026-08-08T03:02:28.694Z | |
| 5418 | 2026-08-08T03:02:28.695Z | INFOAug 08 03:02:27.774 adding route 172.17.0.22/32 -> 10.0.0.255DEBGAug 08 03:02:27.774 |
| 5419 | 2026-08-08T03:02:28.695Z | DEBGAug 08 03:02:27.774 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5420 | 2026-08-08T03:02:28.695Z | |
| 5421 | 2026-08-08T03:02:28.695Z | INFO Aug 08 03:02:27.774Aug 08 03:02:27.774 INFODEBG adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5422 | 2026-08-08T03:02:28.695Z | |
| 5423 | 2026-08-08T03:02:28.695Z | |
| 5424 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774 INFO Aug 08 03:02:27.774adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:02:27.774 |
| 5425 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.774 |
| 5426 | 2026-08-08T03:02:28.695Z | INFO 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.23/32 -> 10.0.0.255 Aug 08 03:02:27.774 |
| 5427 | 2026-08-08T03:02:28.695Z | DEBG |
| 5428 | 2026-08-08T03:02:28.695Z | 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 } }] |
| 5429 | 2026-08-08T03:02:28.695Z | INFO Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.31/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 } }] |
| 5430 | 2026-08-08T03:02:28.695Z | |
| 5431 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774 |
| 5432 | 2026-08-08T03:02:28.695Z | DEBGINFO Aug 08 03:02:27.774replacing 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 } }] |
| 5433 | 2026-08-08T03:02:28.695Z | DEBG Aug 08 03:02:27.774adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing 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 08 03:02:27.774 |
| 5434 | 2026-08-08T03:02:28.695Z | |
| 5435 | 2026-08-08T03:02:28.695Z | INFODEBG Aug 08 03:02:27.774Aug 08 03:02:27.774adding route 172.17.0.24/32 -> 10.0.0.255 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 08 03:02:27.774 |
| 5436 | 2026-08-08T03:02:28.695Z | |
| 5437 | 2026-08-08T03:02:28.695Z | INFOINFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 |
| 5438 | 2026-08-08T03:02:28.695Z | adding route 172.17.0.29/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:02:27.774 |
| 5439 | 2026-08-08T03:02:28.695Z | INFO Aug 08 03:02:27.774adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5440 | 2026-08-08T03:02:28.695Z | |
| 5441 | 2026-08-08T03:02:28.695Z | DEBGAug 08 03:02:27.774Aug 08 03:02:27.774 Aug 08 03:02:27.774DEBGDEBG 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 08 03:02:27.774 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 } }] |
| 5442 | 2026-08-08T03:02:28.695Z | INFODEBG |
| 5443 | 2026-08-08T03:02:28.695Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5444 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774 |
| 5445 | 2026-08-08T03:02:28.695Z | INFO |
| 5446 | 2026-08-08T03:02:28.695Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5447 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774Aug 08 03:02:27.774Aug 08 03:02:27.774 INFODEBGAug 08 03:02:27.774 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5448 | 2026-08-08T03:02:28.695Z | adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5449 | 2026-08-08T03:02:28.695Z | 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 08 03:02:27.774 |
| 5450 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774adding route 172.17.0.25/32 -> 10.0.0.255 DEBG |
| 5451 | 2026-08-08T03:02:28.695Z | INFOAug 08 03:02:27.774 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.11/32 -> 10.0.0.255 |
| 5452 | 2026-08-08T03:02:28.695Z | |
| 5453 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774INFO 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 } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5454 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBG |
| 5455 | 2026-08-08T03:02:28.695Z | Aug 08 03:02:27.774replacing 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 } }]INFOAug 08 03:02:27.774 |
| 5456 | 2026-08-08T03:02:28.696Z | adding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 5457 | 2026-08-08T03:02:28.696Z | adding route 172.17.0.31/32 -> 10.0.0.255Aug 08 03:02:27.774 |
| 5458 | 2026-08-08T03:02:28.696Z | INFO DEBGAug 08 03:02:27.774 Aug 08 03:02:27.774adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOAug 08 03:02:27.774 |
| 5459 | 2026-08-08T03:02:28.696Z | |
| 5460 | 2026-08-08T03:02:28.696Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5461 | 2026-08-08T03:02:28.696Z | 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 } }]Aug 08 03:02:27.774 |
| 5462 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774replacing 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 |
| 5463 | 2026-08-08T03:02:28.696Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff Aug 08 03:02:27.774replacing 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 08 03:02:27.774 |
| 5464 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774 |
| 5465 | 2026-08-08T03:02:28.696Z | INFOINFO Aug 08 03:02:27.774adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.35/32 -> 10.0.0.255DEBGDEBG |
| 5466 | 2026-08-08T03:02:28.696Z | |
| 5467 | 2026-08-08T03:02:28.696Z | 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 } }] |
| 5468 | 2026-08-08T03:02:28.696Z | 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 08 03:02:27.774Aug 08 03:02:27.774 |
| 5469 | 2026-08-08T03:02:28.696Z | DEBGAug 08 03:02:27.774 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 08 03:02:27.774 adding route 172.17.0.13/32 -> 10.0.0.255 DEBGINFO |
| 5470 | 2026-08-08T03:02:28.696Z | |
| 5471 | 2026-08-08T03:02:28.696Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5472 | 2026-08-08T03:02:28.696Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 5473 | 2026-08-08T03:02:28.696Z | 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 08 03:02:27.774 |
| 5474 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774 INFOAug 08 03:02:27.774DEBGAug 08 03:02:27.774 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 } }] |
| 5475 | 2026-08-08T03:02:28.696Z | DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Aug 08 03:02:27.774adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5476 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774 |
| 5477 | 2026-08-08T03:02:28.696Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:02:27.774INFO |
| 5478 | 2026-08-08T03:02:28.696Z | adding route 172.17.0.27/32 -> 10.0.0.255 adding route 172.17.0.33/32 -> 10.0.0.255Aug 08 03:02:27.774DEBG |
| 5479 | 2026-08-08T03:02:28.696Z | 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 } }] |
| 5480 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGAug 08 03:02:27.774 |
| 5481 | 2026-08-08T03:02:28.696Z | 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 08 03:02:27.774 DEBGAug 08 03:02:27.774 |
| 5482 | 2026-08-08T03:02:28.696Z | INFODEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5483 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774replacing 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.37/32 -> 10.0.0.255 |
| 5484 | 2026-08-08T03:02:28.696Z | |
| 5485 | 2026-08-08T03:02:28.696Z | INFO |
| 5486 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5487 | 2026-08-08T03:02:28.696Z | INFO Aug 08 03:02:27.774adding route 172.17.0.34/32 -> 10.0.0.255Aug 08 03:02:27.774Aug 08 03:02:27.774 |
| 5488 | 2026-08-08T03:02:28.696Z | INFODEBGDEBG Aug 08 03:02:27.774replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5489 | 2026-08-08T03:02:28.696Z | |
| 5490 | 2026-08-08T03:02:28.696Z | DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.774 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 5491 | 2026-08-08T03:02:28.696Z | |
| 5492 | 2026-08-08T03:02:28.696Z | Aug 08 03:02:27.774replacing 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 } }] INFOAug 08 03:02:27.774 |
| 5493 | 2026-08-08T03:02:28.696Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 5494 | 2026-08-08T03:02:28.696Z | 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 08 03:02:27.774 |
| 5495 | 2026-08-08T03:02:28.696Z | INFOAug 08 03:02:27.774Aug 08 03:02:27.774Aug 08 03:02:27.774 DEBGINFOINFO adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5496 | 2026-08-08T03:02:28.697Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:02:27.774 INFO adding route 172.17.0.28/32 -> 10.0.0.255Aug 08 03:02:27.774 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 5497 | 2026-08-08T03:02:28.697Z | |
| 5498 | 2026-08-08T03:02:28.697Z | created new freemap, unit |
| 5499 | 2026-08-08T03:02:28.697Z | Aug 08 03:02:27.780: freemap_route_ipv4DEBG |
| 5500 | 2026-08-08T03:02:28.697Z | 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 08 03:02:27.780Aug 08 03:02:27.780 |
| 5501 | 2026-08-08T03:02:28.697Z | DEBG Aug 08 03:02:27.780replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGAug 08 03:02:27.780 |
| 5502 | 2026-08-08T03:02:28.701Z | INFOcreated new freemapAug 08 03:02:27.780 , adding route 3fff:beef:31::/64 -> 2001:db8::55:ff unitDEBG:Aug 08 03:02:27.780 |
| 5503 | 2026-08-08T03:02:28.701Z | freemap_route_ipv6 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 } }] |
| 5504 | 2026-08-08T03:02:28.701Z | INFO |
| 5505 | 2026-08-08T03:02:28.701Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5506 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.780Aug 08 03:02:27.780 DEBG initted freemap. size: 64, unit: Aug 08 03:02:27.780 DEBG freemap_route_ipv4INFO Aug 08 03:02:27.780adding route 172.17.0.36/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 } }] |
| 5507 | 2026-08-08T03:02:28.701Z | |
| 5508 | 2026-08-08T03:02:28.701Z | |
| 5509 | 2026-08-08T03:02:28.701Z | 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 } }] |
| 5510 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.780 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 } }] |
| 5511 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.780Aug 08 03:02:27.780 Aug 08 03:02:27.780INFO Aug 08 03:02:27.780INFO INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5512 | 2026-08-08T03:02:28.701Z | reset freemap |
| 5513 | 2026-08-08T03:02:28.701Z | , unitadding route 172.17.0.37/32 -> 10.0.0.255: |
| 5514 | 2026-08-08T03:02:28.701Z | freemap_route_ipv4 |
| 5515 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.780Aug 08 03:02:27.780 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5516 | 2026-08-08T03:02:28.701Z | 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 08 03:02:27.780 |
| 5517 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.780 DEBGDEBGAug 08 03:02:27.780DEBGAug 08 03:02:27.780 initted freemap. size: 64 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO, unit |
| 5518 | 2026-08-08T03:02:28.701Z | adding route 172.17.0.38/32 -> 10.0.0.255:adding route 172.17.0.31/32 -> 10.0.0.255 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5519 | 2026-08-08T03:02:28.701Z | freemap_route_ipv6 |
| 5520 | 2026-08-08T03:02:28.701Z | |
| 5521 | 2026-08-08T03:02:28.701Z | |
| 5522 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 INFO DEBG Aug 08 03:02:27.781 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 } }] INFOreset freemap DEBG, replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255unit |
| 5523 | 2026-08-08T03:02:28.701Z | |
| 5524 | 2026-08-08T03:02:28.701Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5525 | 2026-08-08T03:02:28.701Z | |
| 5526 | 2026-08-08T03:02:28.701Z | : Aug 08 03:02:27.781Aug 08 03:02:27.781freemap_route_ipv6 |
| 5527 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.781INFO DEBG adding route 172.17.0.39/32 -> 10.0.0.255DEBGAug 08 03:02:27.781 Aug 08 03:02:27.781replacing 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 } }] |
| 5528 | 2026-08-08T03:02:28.701Z | INFOINFO |
| 5529 | 2026-08-08T03:02:28.701Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5530 | 2026-08-08T03:02:28.701Z | 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 } }] |
| 5531 | 2026-08-08T03:02:28.701Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5532 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 DEBG DEBG |
| 5533 | 2026-08-08T03:02:28.701Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOINFO |
| 5534 | 2026-08-08T03:02:28.701Z | adding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5535 | 2026-08-08T03:02:28.701Z | Aug 08 03:02:27.781 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 } }] |
| 5536 | 2026-08-08T03:02:28.702Z | INFOAug 08 03:02:27.781Aug 08 03:02:27.781 Aug 08 03:02:27.781adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5537 | 2026-08-08T03:02:28.702Z | DEBGINFO |
| 5538 | 2026-08-08T03:02:28.702Z | 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 } }] |
| 5539 | 2026-08-08T03:02:28.702Z | DEBGAug 08 03:02:27.781adding route 172.17.0.39/32 -> 10.0.0.255Aug 08 03:02:27.781Aug 08 03:02:27.781 |
| 5540 | 2026-08-08T03:02:28.702Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5541 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG |
| 5542 | 2026-08-08T03:02:28.702Z | adding route 172.17.0.40/32 -> 10.0.0.255 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781 |
| 5543 | 2026-08-08T03:02:28.702Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:02:27.781 |
| 5544 | 2026-08-08T03:02:28.702Z | DEBG Aug 08 03:02:27.781replacing 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 } }] |
| 5545 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781Aug 08 03:02:27.781DEBG |
| 5546 | 2026-08-08T03:02:28.702Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 08 03:02:27.781 |
| 5547 | 2026-08-08T03:02:28.702Z | INFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781 |
| 5548 | 2026-08-08T03:02:28.702Z | INFO |
| 5549 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781 adding route 172.17.0.40/32 -> 10.0.0.255 Aug 08 03:02:27.781 |
| 5550 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5551 | 2026-08-08T03:02:28.702Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO INFOAug 08 03:02:27.781 |
| 5552 | 2026-08-08T03:02:28.702Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5553 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781INFODEBGadding route 172.17.0.19/32 -> 10.0.0.255 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5554 | 2026-08-08T03:02:28.702Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5555 | 2026-08-08T03:02:28.702Z | INFO |
| 5556 | 2026-08-08T03:02:28.702Z | adding route 172.16.0.0/32 -> 10.0.0.4Aug 08 03:02:27.781 |
| 5557 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781 INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 08 03:02:27.781Aug 08 03:02:27.781 |
| 5558 | 2026-08-08T03:02:28.702Z | DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781 |
| 5559 | 2026-08-08T03:02:28.702Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5560 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781DEBGDEBGAug 08 03:02:27.781 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 } }]INFODEBG Aug 08 03:02:27.781 |
| 5561 | 2026-08-08T03:02:28.702Z | 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 } }] adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5562 | 2026-08-08T03:02:28.702Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5563 | 2026-08-08T03:02:28.702Z | 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 } }] |
| 5564 | 2026-08-08T03:02:28.702Z | test route::tests::same_size_non_subset_replace ... ok |
| 5565 | 2026-08-08T03:02:28.702Z | |
| 5566 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5567 | 2026-08-08T03:02:28.702Z | |
| 5568 | 2026-08-08T03:02:28.702Z | Aug 08 03:02:27.781 DEBGAug 08 03:02:27.781Aug 08 03:02:27.781 INFODEBG Aug 08 03:02:27.781replacing 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.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 } }] |
| 5569 | 2026-08-08T03:02:28.703Z | |
| 5570 | 2026-08-08T03:02:28.703Z | DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5571 | 2026-08-08T03:02:28.703Z | |
| 5572 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5573 | 2026-08-08T03:02:28.703Z | |
| 5574 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 Aug 08 03:02:27.781 Aug 08 03:02:27.781DEBGAug 08 03:02:27.781 DEBGDEBGINFO 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.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 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5575 | 2026-08-08T03:02:28.703Z | |
| 5576 | 2026-08-08T03:02:28.703Z | |
| 5577 | 2026-08-08T03:02:28.703Z | 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 } }] |
| 5578 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781Aug 08 03:02:27.781 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5579 | 2026-08-08T03:02:28.703Z | |
| 5580 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781Aug 08 03:02:27.781 DEBGAug 08 03:02:27.781 INFOreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5581 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 |
| 5582 | 2026-08-08T03:02:28.703Z | DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781 |
| 5583 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 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 } }]DEBGINFO |
| 5584 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5585 | 2026-08-08T03:02:28.703Z | 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 08 03:02:27.781 |
| 5586 | 2026-08-08T03:02:28.703Z | INFOadding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:02:27.781 Aug 08 03:02:27.781 adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5587 | 2026-08-08T03:02:28.703Z | DEBG |
| 5588 | 2026-08-08T03:02:28.703Z | 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 08 03:02:27.781INFO Aug 08 03:02:27.781 DEBGadding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 5589 | 2026-08-08T03:02:28.703Z | |
| 5590 | 2026-08-08T03:02:28.703Z | 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.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 } }] |
| 5591 | 2026-08-08T03:02:28.703Z | |
| 5592 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 Aug 08 03:02:27.781DEBG Aug 08 03:02:27.781INFO 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 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 5593 | 2026-08-08T03:02:28.703Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 08 03:02:27.781 |
| 5594 | 2026-08-08T03:02:28.703Z | |
| 5595 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5596 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781replacing 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 08 03:02:27.781 |
| 5597 | 2026-08-08T03:02:28.703Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:02:27.781 |
| 5598 | 2026-08-08T03:02:28.703Z | 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 } }] |
| 5599 | 2026-08-08T03:02:28.703Z | 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 } }] |
| 5600 | 2026-08-08T03:02:28.703Z | Aug 08 03:02:27.781 Aug 08 03:02:27.781Aug 08 03:02:27.781 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 } }]INFO |
| 5601 | 2026-08-08T03:02:28.703Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5602 | 2026-08-08T03:02:28.707Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5603 | 2026-08-08T03:02:28.707Z | Aug 08 03:02:27.781Aug 08 03:02:27.781Aug 08 03:02:27.781 INFO INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 5604 | 2026-08-08T03:02:28.707Z | replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5605 | 2026-08-08T03:02:28.707Z | |
| 5606 | 2026-08-08T03:02:28.707Z | Aug 08 03:02:27.781 DEBGAug 08 03:02:27.781 Aug 08 03:02:27.781replacing 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 |
| 5607 | 2026-08-08T03:02:28.707Z | 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 } }]adding route 172.17.0.48/32 -> 10.0.0.255Aug 08 03:02:27.781 |
| 5608 | 2026-08-08T03:02:28.707Z | INFO Aug 08 03:02:27.781 |
| 5609 | 2026-08-08T03:02:28.707Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 5610 | 2026-08-08T03:02:28.707Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.781 |
| 5611 | 2026-08-08T03:02:28.707Z | DEBGAug 08 03:02:27.781Aug 08 03:02:27.781 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5612 | 2026-08-08T03:02:28.707Z | Aug 08 03:02:27.781Aug 08 03:02:27.787 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 } }] |
| 5613 | 2026-08-08T03:02:28.707Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO DEBGDEBG reset freemapfailed to allocate space for the new target list, adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5614 | 2026-08-08T03:02:28.708Z | unit |
| 5615 | 2026-08-08T03:02:28.708Z | : Aug 08 03:02:27.787 DEBGfreemap_route_ipv6 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5616 | 2026-08-08T03:02:28.708Z | |
| 5617 | 2026-08-08T03:02:28.708Z | |
| 5618 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 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.16.0.0/32 -> 10.0.0.1 |
| 5619 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787 |
| 5620 | 2026-08-08T03:02:28.708Z | INFO Aug 08 03:02:27.787 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5621 | 2026-08-08T03:02:28.708Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5622 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 DEBG Aug 08 03:02:27.781DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:02:27.787 |
| 5623 | 2026-08-08T03:02:28.708Z | DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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.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 } }] |
| 5624 | 2026-08-08T03:02:28.708Z | |
| 5625 | 2026-08-08T03:02:28.708Z | |
| 5626 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5627 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 INFOINFO Aug 08 03:02:27.787adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 Aug 08 03:02:27.787INFO |
| 5628 | 2026-08-08T03:02:28.708Z | |
| 5629 | 2026-08-08T03:02:28.708Z | DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Aug 08 03:02:27.787replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5630 | 2026-08-08T03:02:28.708Z | |
| 5631 | 2026-08-08T03:02:28.708Z | DEBGAug 08 03:02:27.787 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 } }] |
| 5632 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787replacing 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 } }] |
| 5633 | 2026-08-08T03:02:28.708Z | DEBGAug 08 03:02:27.787 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 08 03:02:27.787 |
| 5634 | 2026-08-08T03:02:28.708Z | INFO DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 5635 | 2026-08-08T03:02:28.708Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.787 |
| 5636 | 2026-08-08T03:02:28.708Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5637 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787replacing 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 08 03:02:27.787 |
| 5638 | 2026-08-08T03:02:28.708Z | DEBGDEBGINFO 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.42/32 -> 10.0.0.255replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5639 | 2026-08-08T03:02:28.708Z | |
| 5640 | 2026-08-08T03:02:28.708Z | |
| 5641 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787 INFOAug 08 03:02:27.787Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO adding route 172.17.0.49/32 -> 10.0.0.255 DEBG |
| 5642 | 2026-08-08T03:02:28.708Z | INFO 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.22/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5643 | 2026-08-08T03:02:28.708Z | |
| 5644 | 2026-08-08T03:02:28.708Z | |
| 5645 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787Aug 08 03:02:27.787Aug 08 03:02:27.787Aug 08 03:02:27.787 DEBG DEBGreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5646 | 2026-08-08T03:02:28.708Z | |
| 5647 | 2026-08-08T03:02:28.708Z | |
| 5648 | 2026-08-08T03:02:28.708Z | 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 08 03:02:27.787 |
| 5649 | 2026-08-08T03:02:28.708Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO adding route 172.17.0.23/32 -> 10.0.0.255DEBGAug 08 03:02:27.787 |
| 5650 | 2026-08-08T03:02:28.708Z | 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 } }] |
| 5651 | 2026-08-08T03:02:28.708Z | INFOINFO Aug 08 03:02:27.787 DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 5652 | 2026-08-08T03:02:28.708Z | 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.53/32 -> 10.0.0.255 |
| 5653 | 2026-08-08T03:02:28.709Z | |
| 5654 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5655 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 INFOAug 08 03:02:27.787Aug 08 03:02:27.787 DEBG 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 } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5656 | 2026-08-08T03:02:28.709Z | 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 } }] |
| 5657 | 2026-08-08T03:02:28.709Z | DEBG |
| 5658 | 2026-08-08T03:02:28.709Z | 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 08 03:02:27.787Aug 08 03:02:27.787 |
| 5659 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5660 | 2026-08-08T03:02:28.709Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5661 | 2026-08-08T03:02:28.709Z | |
| 5662 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 INFO Aug 08 03:02:27.787adding route 172.17.0.25/32 -> 10.0.0.255Aug 08 03:02:27.787 |
| 5663 | 2026-08-08T03:02:28.709Z | DEBGAug 08 03:02:27.787 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 } }] DEBG |
| 5664 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 adding route 172.17.0.51/32 -> 10.0.0.255 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 } }] |
| 5665 | 2026-08-08T03:02:28.709Z | test route::tests::add_target_fails_full ... ok |
| 5666 | 2026-08-08T03:02:28.709Z | |
| 5667 | 2026-08-08T03:02:28.709Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.787 |
| 5668 | 2026-08-08T03:02:28.709Z | INFO Aug 08 03:02:27.787adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.787Aug 08 03:02:27.787 INFO INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5669 | 2026-08-08T03:02:28.709Z | |
| 5670 | 2026-08-08T03:02:28.709Z | test route::tests::delete_targets_fragmented ... ok |
| 5671 | 2026-08-08T03:02:28.709Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5672 | 2026-08-08T03:02:28.709Z | 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 08 03:02:27.787 |
| 5673 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 DEBG DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 |
| 5674 | 2026-08-08T03:02:28.709Z | |
| 5675 | 2026-08-08T03:02:28.709Z | 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 08 03:02:27.787 |
| 5676 | 2026-08-08T03:02:28.709Z | INFO Aug 08 03:02:27.787Aug 08 03:02:27.787 adding route 172.17.0.52/32 -> 10.0.0.255INFO Aug 08 03:02:27.787adding route 172.17.0.56/32 -> 10.0.0.255 INFO |
| 5677 | 2026-08-08T03:02:28.709Z | |
| 5678 | 2026-08-08T03:02:28.709Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5679 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787adding route 172.17.0.47/32 -> 10.0.0.255 Aug 08 03:02:27.787DEBG |
| 5680 | 2026-08-08T03:02:28.709Z | 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 } }]DEBGAug 08 03:02:27.787 Aug 08 03:02:27.787replacing 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 } }] |
| 5681 | 2026-08-08T03:02:28.709Z | 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 } }] |
| 5682 | 2026-08-08T03:02:28.709Z | |
| 5683 | 2026-08-08T03:02:28.709Z | 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 } }] |
| 5684 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787Aug 08 03:02:27.787 INFOAug 08 03:02:27.787INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5685 | 2026-08-08T03:02:28.709Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5686 | 2026-08-08T03:02:28.709Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5687 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO Aug 08 03:02:27.787Aug 08 03:02:27.787 adding route 172.17.0.53/32 -> 10.0.0.255DEBG DEBG |
| 5688 | 2026-08-08T03:02:28.709Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5689 | 2026-08-08T03:02:28.709Z | 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 } }] |
| 5690 | 2026-08-08T03:02:28.709Z | 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 } }] |
| 5691 | 2026-08-08T03:02:28.709Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787INFO Aug 08 03:02:27.787 adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 5692 | 2026-08-08T03:02:28.709Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.787DEBG |
| 5693 | 2026-08-08T03:02:28.710Z | Aug 08 03:02:27.787INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.787 |
| 5694 | 2026-08-08T03:02:28.710Z | 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 } }] |
| 5695 | 2026-08-08T03:02:28.710Z | 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 } }] |
| 5696 | 2026-08-08T03:02:28.710Z | |
| 5697 | 2026-08-08T03:02:28.710Z | Aug 08 03:02:27.787 Aug 08 03:02:27.787INFOAug 08 03:02:27.787Aug 08 03:02:27.787 DEBG INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 5698 | 2026-08-08T03:02:28.710Z | adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5699 | 2026-08-08T03:02:28.710Z | |
| 5700 | 2026-08-08T03:02:28.710Z | |
| 5701 | 2026-08-08T03:02:28.710Z | Aug 08 03:02:27.787 INFOAug 08 03:02:27.787 Aug 08 03:02:27.787Aug 08 03:02:27.787adding route 172.17.0.30/32 -> 10.0.0.255 DEBGDEBG |
| 5702 | 2026-08-08T03:02:28.714Z | replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5703 | 2026-08-08T03:02:28.714Z | 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 } }] |
| 5704 | 2026-08-08T03:02:28.714Z | 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 08 03:02:27.787 |
| 5705 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787DEBGAug 08 03:02:27.787 INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5706 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5707 | 2026-08-08T03:02:28.714Z | INFOINFO Aug 08 03:02:27.787 adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.787INFO |
| 5708 | 2026-08-08T03:02:28.714Z | adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 5709 | 2026-08-08T03:02:28.714Z | adding route 172.17.0.31/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 } }] |
| 5710 | 2026-08-08T03:02:28.714Z | |
| 5711 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787 DEBG Aug 08 03:02:27.787replacing 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 08 03:02:27.787 Aug 08 03:02:27.787 |
| 5712 | 2026-08-08T03:02:28.714Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255DEBG |
| 5713 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787 INFODEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/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 } }] |
| 5714 | 2026-08-08T03:02:28.714Z | |
| 5715 | 2026-08-08T03:02:28.714Z | |
| 5716 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787 DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.787 |
| 5717 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787 INFOINFOAug 08 03:02:27.787 adding route 172.17.0.32/32 -> 10.0.0.255Aug 08 03:02:27.787 |
| 5718 | 2026-08-08T03:02:28.714Z | adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 5719 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.787 adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 5720 | 2026-08-08T03:02:28.714Z | 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 |
| 5721 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.788Aug 08 03:02:27.788 DEBGAug 08 03:02:27.788 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.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 } }] |
| 5722 | 2026-08-08T03:02:28.714Z | DEBGINFO |
| 5723 | 2026-08-08T03:02:28.714Z | adding route 172.17.0.33/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 } }] |
| 5724 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.788 |
| 5725 | 2026-08-08T03:02:28.714Z | INFO Aug 08 03:02:27.788adding route 172.17.0.63/32 -> 10.0.0.255Aug 08 03:02:27.788 |
| 5726 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.788DEBG INFOINFOAug 08 03:02:27.788 DEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5727 | 2026-08-08T03:02:28.714Z | replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5728 | 2026-08-08T03:02:28.714Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5729 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.788Aug 08 03:02:27.788Aug 08 03:02:27.794 DEBGDEBG created new freemapreplacing 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 } }] , |
| 5730 | 2026-08-08T03:02:28.714Z | unit: freemap_route_ipv4 |
| 5731 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.794DEBG INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5732 | 2026-08-08T03:02:28.714Z | Aug 08 03:02:27.794 DEBGAug 08 03:02:27.794 created new freemapDEBG, unitreplacing 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 } }]: |
| 5733 | 2026-08-08T03:02:28.714Z | freemap_route_ipv6 |
| 5734 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 DEBGfailed to allocate space for the new target list |
| 5735 | 2026-08-08T03:02:28.715Z | initted freemap. size: 64, Aug 08 03:02:27.794unit :INFO freemap_route_ipv4adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5736 | 2026-08-08T03:02:28.715Z | |
| 5737 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 DEBGAug 08 03:02:27.794 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5738 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5739 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 DEBG reset freemapAug 08 03:02:27.794, unitINFO:Aug 08 03:02:27.794 freemap_route_ipv4DEBG |
| 5740 | 2026-08-08T03:02:28.715Z | failed to allocate space for the new target list |
| 5741 | 2026-08-08T03:02:28.715Z | adding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:02:27.794 |
| 5742 | 2026-08-08T03:02:28.715Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 5743 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794Aug 08 03:02:27.794 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 } }]reset freemap |
| 5744 | 2026-08-08T03:02:28.715Z | , unit: freemap_route_ipv6Aug 08 03:02:27.794 |
| 5745 | 2026-08-08T03:02:28.715Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:02:27.788 |
| 5746 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 INFOINFO Aug 08 03:02:27.794adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5747 | 2026-08-08T03:02:28.715Z | DEBG |
| 5748 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5749 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 Aug 08 03:02:27.794INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 5750 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794replacing 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 } }] |
| 5751 | 2026-08-08T03:02:28.715Z | DEBG Aug 08 03:02:27.794replacing 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 } }] |
| 5752 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5753 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794Aug 08 03:02:27.794 Aug 08 03:02:27.794INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.35/32 -> 10.0.0.255INFO |
| 5754 | 2026-08-08T03:02:28.715Z | |
| 5755 | 2026-08-08T03:02:28.715Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5756 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 Aug 08 03:02:27.794DEBG 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 } }] |
| 5757 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5758 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 DEBGAug 08 03:02:27.794 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 08 03:02:27.794 |
| 5759 | 2026-08-08T03:02:28.715Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5760 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5761 | 2026-08-08T03:02:28.715Z | INFO Aug 08 03:02:27.794adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5762 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5763 | 2026-08-08T03:02:28.715Z | test route::tests::delete_target_full ... ok |
| 5764 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 DEBG Aug 08 03:02:27.794Aug 08 03:02:27.794 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5765 | 2026-08-08T03:02:28.715Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5766 | 2026-08-08T03:02:28.715Z | |
| 5767 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 INFOAug 08 03:02:27.794 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 5768 | 2026-08-08T03:02:28.715Z | test route::tests::delete_target_fragmented ... ok |
| 5769 | 2026-08-08T03:02:28.715Z | failed to allocate space for the new target list |
| 5770 | 2026-08-08T03:02:28.715Z | Aug 08 03:02:27.794 Aug 08 03:02:27.794DEBG Aug 08 03:02:27.794replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 5771 | 2026-08-08T03:02:28.715Z | 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 } }] |
| 5772 | 2026-08-08T03:02:28.715Z | replacing targets for 172.16.0.0/32 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 } }] |
| 5773 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5774 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 INFOAug 08 03:02:27.794 adding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 5775 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5776 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5777 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.794 |
| 5778 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5779 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 INFO adding route 172.17.0.40/32 -> 10.0.0.255Aug 08 03:02:27.794 |
| 5780 | 2026-08-08T03:02:28.716Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5781 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794Aug 08 03:02:27.794 DEBGDEBG 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.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 } }] |
| 5782 | 2026-08-08T03:02:28.716Z | |
| 5783 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 Aug 08 03:02:27.794INFO INFOadding route 172.17.0.2/32 -> 10.0.0.255 |
| 5784 | 2026-08-08T03:02:28.716Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5785 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 |
| 5786 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 DEBG 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 } }] |
| 5787 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5788 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.794 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 } }] |
| 5789 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5790 | 2026-08-08T03:02:28.716Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.794 |
| 5791 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.3/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 } }] |
| 5792 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800 |
| 5793 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5794 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.43/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5795 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5796 | 2026-08-08T03:02:28.716Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5797 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800DEBG INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5798 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5799 | 2026-08-08T03:02:28.716Z | 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 } }] |
| 5800 | 2026-08-08T03:02:28.716Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFOAug 08 03:02:27.800 DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5801 | 2026-08-08T03:02:28.716Z | INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5802 | 2026-08-08T03:02:28.720Z | |
| 5803 | 2026-08-08T03:02:28.720Z | Aug 08 03:02:27.800 DEBG Aug 08 03:02:27.800Aug 08 03:02:27.800 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5804 | 2026-08-08T03:02:28.720Z | DEBG adding route 172.17.0.5/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 } }] |
| 5805 | 2026-08-08T03:02:28.720Z | |
| 5806 | 2026-08-08T03:02:28.720Z | Aug 08 03:02:27.800 INFOAug 08 03:02:27.800Aug 08 03:02:27.800 adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG |
| 5807 | 2026-08-08T03:02:28.720Z | adding route 172.17.0.61/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 } }] |
| 5808 | 2026-08-08T03:02:28.720Z | |
| 5809 | 2026-08-08T03:02:28.720Z | Aug 08 03:02:27.800 DEBG Aug 08 03:02:27.800replacing 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 } }] |
| 5810 | 2026-08-08T03:02:28.720Z | INFOAug 08 03:02:27.800 adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 5811 | 2026-08-08T03:02:28.720Z | Aug 08 03:02:27.800 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5812 | 2026-08-08T03:02:28.721Z | adding route 172.17.0.46/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5813 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800DEBG 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 |
| 5814 | 2026-08-08T03:02:28.721Z | adding route 172.17.0.62/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5815 | 2026-08-08T03:02:28.721Z | DEBGAug 08 03:02:27.800 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 } }]INFOAug 08 03:02:27.800 |
| 5816 | 2026-08-08T03:02:28.721Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5817 | 2026-08-08T03:02:28.721Z | 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 } }] |
| 5818 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 DEBGINFOAug 08 03:02:27.800 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 } }]DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 5819 | 2026-08-08T03:02:28.721Z | |
| 5820 | 2026-08-08T03:02:28.721Z | failed to allocate space for the new target list |
| 5821 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800Aug 08 03:02:27.800 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 } }] |
| 5822 | 2026-08-08T03:02:28.721Z | INFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5823 | 2026-08-08T03:02:28.721Z | |
| 5824 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.48/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 } }] |
| 5825 | 2026-08-08T03:02:28.721Z | |
| 5826 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFODEBG adding route 172.17.0.9/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 } }] |
| 5827 | 2026-08-08T03:02:28.721Z | |
| 5828 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5829 | 2026-08-08T03:02:28.721Z | |
| 5830 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 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 } }] |
| 5831 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5832 | 2026-08-08T03:02:28.721Z | |
| 5833 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5834 | 2026-08-08T03:02:28.721Z | |
| 5835 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5836 | 2026-08-08T03:02:28.721Z | |
| 5837 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5838 | 2026-08-08T03:02:28.721Z | |
| 5839 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5840 | 2026-08-08T03:02:28.721Z | |
| 5841 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800Aug 08 03:02:27.800 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5842 | 2026-08-08T03:02:28.721Z | |
| 5843 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5844 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5845 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 Aug 08 03:02:27.800 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 } }] |
| 5846 | 2026-08-08T03:02:28.721Z | 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 } }] |
| 5847 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.54/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5848 | 2026-08-08T03:02:28.721Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5849 | 2026-08-08T03:02:28.721Z | Aug 08 03:02:27.800 DEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.800 |
| 5850 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5851 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5852 | 2026-08-08T03:02:28.722Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5853 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 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 08 03:02:27.800 |
| 5854 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5855 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5856 | 2026-08-08T03:02:28.722Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5857 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 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 08 03:02:27.800 |
| 5858 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5859 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5860 | 2026-08-08T03:02:28.722Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5861 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 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 08 03:02:27.800 |
| 5862 | 2026-08-08T03:02:28.722Z | test route::tests::delete_targets_full ... ok |
| 5863 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5864 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5865 | 2026-08-08T03:02:28.722Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5866 | 2026-08-08T03:02:28.722Z | |
| 5867 | 2026-08-08T03:02:28.722Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s |
| 5868 | 2026-08-08T03:02:28.722Z | |
| 5869 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:02:27.800 |
| 5870 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5871 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:02:27.800 |
| 5872 | 2026-08-08T03:02:28.722Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5873 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 DEBG Aug 08 03:02:27.800replacing 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 } }] |
| 5874 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5875 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.800 INFOAug 08 03:02:27.800 adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 5876 | 2026-08-08T03:02:28.722Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5877 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 Aug 08 03:02:27.801DEBG 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 } }] |
| 5878 | 2026-08-08T03:02:28.722Z | 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 } }] |
| 5879 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801Aug 08 03:02:27.801 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.21/32 -> 10.0.0.255 |
| 5880 | 2026-08-08T03:02:28.722Z | |
| 5881 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801Aug 08 03:02:27.801 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5882 | 2026-08-08T03:02:28.722Z | |
| 5883 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5884 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 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 } }] |
| 5885 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5886 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5887 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5888 | 2026-08-08T03:02:28.722Z | Aug 08 03:02:27.801 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5889 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5890 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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 } }] |
| 5891 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5892 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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 } }] |
| 5893 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5894 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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 } }] |
| 5895 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5896 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5898 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5900 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 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 } }] |
| 5901 | 2026-08-08T03:02:28.723Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5902 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.801 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 } }] |
| 5903 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5904 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.801 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 } }] |
| 5905 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.801 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5906 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.801 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 } }] |
| 5907 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5908 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5909 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5910 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5911 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5912 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5913 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5914 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5915 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5916 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5917 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5918 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5919 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5920 | 2026-08-08T03:02:28.727Z | Aug 08 03:02:27.807 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 } }] |
| 5921 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5922 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5923 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5924 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5925 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5926 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5927 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5928 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5929 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5930 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5931 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5932 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5933 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5934 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5935 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5936 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5937 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5938 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5939 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5940 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5941 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5942 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5943 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5944 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5945 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5946 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5947 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5948 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 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 } }] |
| 5949 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5950 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5951 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5952 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5953 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5954 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5955 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5956 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5957 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5958 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5960 | 2026-08-08T03:02:28.728Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5961 | 2026-08-08T03:02:28.729Z | Aug 08 03:02:27.807 DEBG failed to allocate space for the new target list |
| 5962 | 2026-08-08T03:02:28.729Z | Aug 08 03:02:27.807 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5963 | 2026-08-08T03:02:28.729Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-87e1c72674414b03) |
| 5964 | 2026-08-08T03:02:28.729Z | |
| 5965 | 2026-08-08T03:02:28.729Z | running 0 tests |
| 5966 | 2026-08-08T03:02:28.729Z | |
| 5967 | 2026-08-08T03:02:28.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5968 | 2026-08-08T03:02:28.729Z | |
| 5969 | 2026-08-08T03:02:28.729Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 5970 | 2026-08-08T03:02:28.729Z | |
| 5971 | 2026-08-08T03:02:28.729Z | running 0 tests |
| 5972 | 2026-08-08T03:02:28.729Z | |
| 5973 | 2026-08-08T03:02:28.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-08-08T03:02:28.729Z | |
| 5975 | 2026-08-08T03:02:28.729Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e93a99ac5e645656) |
| 5976 | 2026-08-08T03:02:28.729Z | |
| 5977 | 2026-08-08T03:02:28.729Z | running 6 tests |
| 5978 | 2026-08-08T03:02:28.729Z | test tests::test_full_lot_id_neither_present ... ok |
| 5979 | 2026-08-08T03:02:28.729Z | test tests::test_full_lot_id_lot_only ... ok |
| 5980 | 2026-08-08T03:02:28.729Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5981 | 2026-08-08T03:02:28.729Z | test tests::test_full_lot_id_both_present ... ok |
| 5982 | 2026-08-08T03:02:28.729Z | test tests::test_parse_client_port_id ... ok |
| 5983 | 2026-08-08T03:02:28.729Z | test tests::test_port_id_cmp ... ok |
| 5984 | 2026-08-08T03:02:28.729Z | |
| 5985 | 2026-08-08T03:02:28.729Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5986 | 2026-08-08T03:02:28.729Z | |
| 5987 | 2026-08-08T03:02:28.729Z | Running tests/test_all.rs (target/debug/deps/test_all-cd4e053c312dafad) |
| 5988 | 2026-08-08T03:02:28.729Z | |
| 5989 | 2026-08-08T03:02:28.729Z | running 0 tests |
| 5990 | 2026-08-08T03:02:28.729Z | |
| 5991 | 2026-08-08T03:02:28.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-08-08T03:02:28.729Z | |
| 5993 | 2026-08-08T03:02:28.729Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 5994 | 2026-08-08T03:02:28.729Z | |
| 5995 | 2026-08-08T03:02:28.729Z | running 0 tests |
| 5996 | 2026-08-08T03:02:28.729Z | |
| 5997 | 2026-08-08T03:02:28.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-08-08T03:02:28.729Z | |
| 5999 | 2026-08-08T03:02:28.729Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 6000 | 2026-08-08T03:02:28.729Z | |
| 6001 | 2026-08-08T03:02:28.730Z | running 0 tests |
| 6002 | 2026-08-08T03:02:28.733Z | |
| 6003 | 2026-08-08T03:02:28.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-08-08T03:02:28.733Z | |
| 6005 | 2026-08-08T03:02:28.733Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6006 | 2026-08-08T03:02:28.733Z | |
| 6007 | 2026-08-08T03:02:28.733Z | running 12 tests |
| 6008 | 2026-08-08T03:02:28.733Z | test icmp::test_v4_checksum ... ok |
| 6009 | 2026-08-08T03:02:28.733Z | test lldp::test_lldp_parse ... ok |
| 6010 | 2026-08-08T03:02:28.733Z | test ipv6::test_ipv6_parse ... ok |
| 6011 | 2026-08-08T03:02:28.733Z | test icmp::test_v6_checksum ... ok |
| 6012 | 2026-08-08T03:02:28.733Z | test pbuf::test_nibble ... ok |
| 6013 | 2026-08-08T03:02:28.733Z | test pbuf::test_byte ... ok |
| 6014 | 2026-08-08T03:02:28.733Z | test pbuf::test_overflow ... ok |
| 6015 | 2026-08-08T03:02:28.733Z | test pbuf::test_short ... ok |
| 6016 | 2026-08-08T03:02:28.733Z | test pbuf::test_twelve ... ok |
| 6017 | 2026-08-08T03:02:28.733Z | test pbuf::test_word ... ok |
| 6018 | 2026-08-08T03:02:28.733Z | test tcp::test_checksum_ack_data ... ok |
| 6019 | 2026-08-08T03:02:28.733Z | test tcp::test_checksum_syn_nodata ... ok |
| 6020 | 2026-08-08T03:02:28.733Z | |
| 6021 | 2026-08-08T03:02:28.734Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6022 | 2026-08-08T03:02:28.734Z | |
| 6023 | 2026-08-08T03:02:28.734Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6024 | 2026-08-08T03:02:28.734Z | |
| 6025 | 2026-08-08T03:02:28.734Z | running 0 tests |
| 6026 | 2026-08-08T03:02:28.734Z | |
| 6027 | 2026-08-08T03:02:28.734Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-08-08T03:02:28.734Z | |
| 6029 | 2026-08-08T03:02:28.734Z | Running unittests src/main.rs (target/debug/deps/swadm-fbdb6359d79fc046) |
| 6030 | 2026-08-08T03:02:28.734Z | |
| 6031 | 2026-08-08T03:02:28.734Z | running 5 tests |
| 6032 | 2026-08-08T03:02:28.734Z | test switchport::test::test_compute_lanes ... ok |
| 6033 | 2026-08-08T03:02:28.737Z | test switchport::test::port_id_ordering ... ok |
| 6034 | 2026-08-08T03:02:28.737Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 6035 | 2026-08-08T03:02:28.737Z | State: Activated Lane 1Activated Lane 2 Activated Lane 3Activated |
| 6036 | 2026-08-08T03:02:28.737Z | |
| 6037 | 2026-08-08T03:02:28.737Z | Rx Loss-of-lock: Yes Rx Output Enabled: false Yes false Yes falseYes |
| 6038 | 2026-08-08T03:02:28.737Z | false |
| 6039 | 2026-08-08T03:02:28.737Z | Rx Loss-of-signal: Yes Rx Output Status: valid Yes valid Yes validYes |
| 6040 | 2026-08-08T03:02:28.737Z | valid Rx CDR Enabled: Yes |
| 6041 | 2026-08-08T03:02:28.737Z | Yes Rx Loss-of-lock: true Yestrue Yes |
| 6042 | 2026-08-08T03:02:28.737Z | true Tx Enabled: Yestrue |
| 6043 | 2026-08-08T03:02:28.737Z | Yes Rx Loss-of-signal: false Yes falseYes |
| 6044 | 2026-08-08T03:02:28.738Z | false Tx Loss-of-lock: No false |
| 6045 | 2026-08-08T03:02:28.738Z | NoRx Auto-squelch Disable: true true Notrue Notrue |
| 6046 | 2026-08-08T03:02:28.738Z | |
| 6047 | 2026-08-08T03:02:28.738Z | Tx Loss-of-signal: No Tx Output Enabled: trueNo true Notrue true |
| 6048 | 2026-08-08T03:02:28.738Z | No |
| 6049 | 2026-08-08T03:02:28.738Z | Tx Output Status: invalid Tx CDR Enabled: No invalidNo invalidNo Noinvalid |
| 6050 | 2026-08-08T03:02:28.738Z | |
| 6051 | 2026-08-08T03:02:28.738Z | Tx Loss-of-lock: false Tx Adaptive EQ Fault: No Nofalse No falseNo |
| 6052 | 2026-08-08T03:02:28.738Z | false |
| 6053 | 2026-08-08T03:02:28.738Z | Tx Fault: Yes Tx Loss-of-signal: true Yestrue Yestrue Yestrue |
| 6054 | 2026-08-08T03:02:28.738Z | |
| 6055 | 2026-08-08T03:02:28.738Z | Tx Auto-squelch Disable: false false false false |
| 6056 | 2026-08-08T03:02:28.738Z | Tx Adaptive EQ Fail: true true true true |
| 6057 | 2026-08-08T03:02:28.738Z | Tx Failure: false false false false |
| 6058 | 2026-08-08T03:02:28.738Z | Tx Force Squelch: true true true true |
| 6059 | 2026-08-08T03:02:28.738Z | Tx Input Polarity: normal normal normal normal |
| 6060 | 2026-08-08T03:02:28.738Z | test switchport::test::test_print_sff_datapath ... ok |
| 6061 | 2026-08-08T03:02:28.738Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6062 | 2026-08-08T03:02:28.738Z | test link::test_filter ... ok |
| 6063 | 2026-08-08T03:02:28.738Z | |
| 6064 | 2026-08-08T03:02:28.738Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6065 | 2026-08-08T03:02:28.738Z | |
| 6066 | 2026-08-08T03:02:28.738Z | Running tests/counters.rs (target/debug/deps/counters-5ce120fa8d2b54bb) |
| 6067 | 2026-08-08T03:02:28.738Z | |
| 6068 | 2026-08-08T03:02:28.738Z | running 1 test |
| 6069 | 2026-08-08T03:02:28.738Z | test test_p4_counter_list ... ignored |
| 6070 | 2026-08-08T03:02:28.738Z | |
| 6071 | 2026-08-08T03:02:28.738Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6072 | 2026-08-08T03:02:28.738Z | |
| 6073 | 2026-08-08T03:02:28.738Z | Running tests/port-link.rs (target/debug/deps/port_link-388d3ec65a04516c) |
| 6074 | 2026-08-08T03:02:28.741Z | |
| 6075 | 2026-08-08T03:02:28.741Z | running 5 tests |
| 6076 | 2026-08-08T03:02:28.741Z | test test_an ... ignored |
| 6077 | 2026-08-08T03:02:28.741Z | test test_enable ... ignored |
| 6078 | 2026-08-08T03:02:28.741Z | test test_ip_addresses ... ignored |
| 6079 | 2026-08-08T03:02:28.741Z | test test_kr ... ignored |
| 6080 | 2026-08-08T03:02:28.741Z | test test_mac ... ignored |
| 6081 | 2026-08-08T03:02:28.741Z | |
| 6082 | 2026-08-08T03:02:28.742Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6083 | 2026-08-08T03:02:28.742Z | |
| 6084 | 2026-08-08T03:02:28.742Z | Running unittests src/main.rs (target/debug/deps/tfportd-b79f97b4380a5c75) |
| 6085 | 2026-08-08T03:02:28.742Z | |
| 6086 | 2026-08-08T03:02:28.742Z | running 3 tests |
| 6087 | 2026-08-08T03:02:28.742Z | test linklocal::test_parse_ipadm ... ok |
| 6088 | 2026-08-08T03:02:28.742Z | test tfport::test_parse_tfport ... ok |
| 6089 | 2026-08-08T03:02:28.742Z | test config::tests::test_updates ... ok |
| 6090 | 2026-08-08T03:02:28.742Z | |
| 6091 | 2026-08-08T03:02:28.742Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6092 | 2026-08-08T03:02:28.742Z | |
| 6093 | 2026-08-08T03:02:28.745Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6094 | 2026-08-08T03:02:28.745Z | |
| 6095 | 2026-08-08T03:02:28.745Z | running 0 tests |
| 6096 | 2026-08-08T03:02:28.745Z | |
| 6097 | 2026-08-08T03:02:28.745Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6098 | 2026-08-08T03:02:28.745Z | |
| 6099 | 2026-08-08T03:02:28.745Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 6100 | 2026-08-08T03:02:28.749Z | |
| 6101 | 2026-08-08T03:02:28.749Z | running 0 tests |
| 6102 | 2026-08-08T03:02:28.749Z | |
| 6103 | 2026-08-08T03:02:28.749Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6104 | 2026-08-08T03:02:28.749Z | |
| 6105 | 2026-08-08T03:02:28.750Z | Doc-tests aal |
| 6106 | 2026-08-08T03:02:28.869Z | |
| 6107 | 2026-08-08T03:02:28.869Z | running 0 tests |
| 6108 | 2026-08-08T03:02:28.869Z | |
| 6109 | 2026-08-08T03:02:28.872Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-08-08T03:02:28.872Z | |
| 6111 | 2026-08-08T03:02:28.885Z | Doc-tests aal_macros |
| 6112 | 2026-08-08T03:02:28.953Z | |
| 6113 | 2026-08-08T03:02:28.953Z | running 0 tests |
| 6114 | 2026-08-08T03:02:28.953Z | |
| 6115 | 2026-08-08T03:02:28.953Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-08-08T03:02:28.953Z | |
| 6117 | 2026-08-08T03:02:28.963Z | Doc-tests common |
| 6118 | 2026-08-08T03:02:29.207Z | |
| 6119 | 2026-08-08T03:02:29.207Z | running 0 tests |
| 6120 | 2026-08-08T03:02:29.207Z | |
| 6121 | 2026-08-08T03:02:29.207Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-08-08T03:02:29.207Z | |
| 6123 | 2026-08-08T03:02:29.227Z | Doc-tests dpd_api |
| 6124 | 2026-08-08T03:02:29.980Z | |
| 6125 | 2026-08-08T03:02:29.980Z | running 2 tests |
| 6126 | 2026-08-08T03:02:29.980Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6127 | 2026-08-08T03:02:29.980Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6128 | 2026-08-08T03:02:29.980Z | |
| 6129 | 2026-08-08T03:02:29.980Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6130 | 2026-08-08T03:02:29.981Z | |
| 6131 | 2026-08-08T03:02:30.012Z | Doc-tests dpd_client |
| 6132 | 2026-08-08T03:02:31.322Z | |
| 6133 | 2026-08-08T03:02:31.322Z | running 0 tests |
| 6134 | 2026-08-08T03:02:31.322Z | |
| 6135 | 2026-08-08T03:02:31.322Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-08-08T03:02:31.322Z | |
| 6137 | 2026-08-08T03:02:31.373Z | Doc-tests dpd_types |
| 6138 | 2026-08-08T03:02:31.589Z | |
| 6139 | 2026-08-08T03:02:31.589Z | running 0 tests |
| 6140 | 2026-08-08T03:02:31.589Z | |
| 6141 | 2026-08-08T03:02:31.589Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-08-08T03:02:31.589Z | |
| 6143 | 2026-08-08T03:02:31.614Z | Doc-tests dpd_types_versions |
| 6144 | 2026-08-08T03:02:32.825Z | |
| 6145 | 2026-08-08T03:02:32.825Z | running 1 test |
| 6146 | 2026-08-08T03:02:32.825Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6147 | 2026-08-08T03:02:32.825Z | |
| 6148 | 2026-08-08T03:02:32.825Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-08-08T03:02:32.825Z | |
| 6150 | 2026-08-08T03:02:32.871Z | Doc-tests packet |
| 6151 | 2026-08-08T03:02:32.989Z | |
| 6152 | 2026-08-08T03:02:32.989Z | running 0 tests |
| 6153 | 2026-08-08T03:02:32.989Z | |
| 6154 | 2026-08-08T03:02:32.989Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-08-08T03:02:32.989Z | |
| 6156 | 2026-08-08T03:02:33.004Z | Doc-tests pcap |
| 6157 | 2026-08-08T03:02:33.056Z | |
| 6158 | 2026-08-08T03:02:33.056Z | running 0 tests |
| 6159 | 2026-08-08T03:02:33.056Z | |
| 6160 | 2026-08-08T03:02:33.056Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-08-08T03:02:33.056Z | |
| 6162 | 2026-08-08T03:02:33.105Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6163 | 2026-08-08T03:02:33.105Z | + RUST_BACKTRACE=full |
| 6164 | 2026-08-08T03:02:33.105Z | + cargo test --features softnpu --no-fail-fast |
| 6165 | 2026-08-08T03:02:33.760Z | Compiling num-integer v0.1.46 |
| 6166 | 2026-08-08T03:02:33.846Z | Compiling num-complex v0.4.6 |
| 6167 | 2026-08-08T03:02:33.892Z | Compiling bitstruct_derive v0.1.0 |
| 6168 | 2026-08-08T03:02:33.895Z | Compiling tap v1.0.1 |
| 6169 | 2026-08-08T03:02:34.015Z | Compiling wyz v0.5.1 |
| 6170 | 2026-08-08T03:02:34.142Z | Compiling num-iter v0.1.45 |
| 6171 | 2026-08-08T03:02:34.176Z | Compiling num-rational v0.4.2 |
| 6172 | 2026-08-08T03:02:34.195Z | Compiling num-bigint v0.4.6 |
| 6173 | 2026-08-08T03:02:34.275Z | Compiling radium v0.7.0 |
| 6174 | 2026-08-08T03:02:34.288Z | Compiling funty v2.0.0 |
| 6175 | 2026-08-08T03:02:34.336Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6176 | 2026-08-08T03:02:34.386Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6177 | 2026-08-08T03:02:34.476Z | Compiling num v0.4.3 |
| 6178 | 2026-08-08T03:02:34.559Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6179 | 2026-08-08T03:02:34.583Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6180 | 2026-08-08T03:02:34.595Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6181 | 2026-08-08T03:02:34.687Z | Compiling bitvec v1.0.1 |
| 6182 | 2026-08-08T03:02:34.723Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-08-08T03:02:34.850Z | Compiling typeid v1.0.3 |
| 6184 | 2026-08-08T03:02:34.902Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6185 | 2026-08-08T03:02:34.953Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-08-08T03:02:34.968Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-08-08T03:02:35.023Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-08-08T03:02:35.425Z | Compiling ascii v1.1.0 |
| 6189 | 2026-08-08T03:02:35.703Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-08-08T03:02:35.810Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-08-08T03:02:35.883Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-08-08T03:02:35.909Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6193 | 2026-08-08T03:02:36.086Z | Compiling erased-serde v0.4.8 |
| 6194 | 2026-08-08T03:02:36.151Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6195 | 2026-08-08T03:02:36.233Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6196 | 2026-08-08T03:02:36.366Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6197 | 2026-08-08T03:02:36.577Z | Compiling bitstruct v0.1.1 |
| 6198 | 2026-08-08T03:02:36.901Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6199 | 2026-08-08T03:02:36.919Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-08-08T03:02:36.945Z | Compiling serde_arrays v0.1.0 |
| 6201 | 2026-08-08T03:02:36.984Z | Compiling libloading v0.7.4 |
| 6202 | 2026-08-08T03:02:37.218Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6203 | 2026-08-08T03:02:37.744Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-08-08T03:02:37.957Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6205 | 2026-08-08T03:02:37.996Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6206 | 2026-08-08T03:02:39.121Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6207 | 2026-08-08T03:02:39.912Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6208 | 2026-08-08T03:02:46.135Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-08-08T03:02:46.359Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6210 | 2026-08-08T03:02:46.359Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-08-08T03:02:46.485Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6212 | 2026-08-08T03:02:46.925Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6213 | 2026-08-08T03:02:47.016Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6214 | 2026-08-08T03:02:48.501Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6215 | 2026-08-08T03:02:49.511Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6216 | 2026-08-08T03:02:51.425Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6217 | 2026-08-08T03:02:51.965Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6218 | 2026-08-08T03:02:53.381Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6219 | 2026-08-08T03:02:55.589Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6220 | 2026-08-08T03:02:55.789Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6221 | 2026-08-08T03:02:56.442Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6222 | 2026-08-08T03:03:05.255Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6223 | 2026-08-08T03:03:06.673Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-08-08T03:03:12.070Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6225 | 2026-08-08T03:03:51.413Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s |
| 6226 | 2026-08-08T03:03:51.512Z | Running unittests src/lib.rs (target/debug/deps/aal-affad6fdfabd907a) |
| 6227 | 2026-08-08T03:03:51.550Z | |
| 6228 | 2026-08-08T03:03:51.550Z | running 5 tests |
| 6229 | 2026-08-08T03:03:51.550Z | test fuse::tests::chip_revision_a0 ... ok |
| 6230 | 2026-08-08T03:03:51.551Z | test fuse::tests::chip_revision_b0 ... ok |
| 6231 | 2026-08-08T03:03:51.551Z | test fuse::tests::chip_revision_b1 ... ok |
| 6232 | 2026-08-08T03:03:51.551Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6233 | 2026-08-08T03:03:51.551Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6234 | 2026-08-08T03:03:51.551Z | |
| 6235 | 2026-08-08T03:03:51.551Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6236 | 2026-08-08T03:03:51.551Z | |
| 6237 | 2026-08-08T03:03:51.551Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6238 | 2026-08-08T03:03:51.551Z | |
| 6239 | 2026-08-08T03:03:51.551Z | running 0 tests |
| 6240 | 2026-08-08T03:03:51.551Z | |
| 6241 | 2026-08-08T03:03:51.551Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-08-08T03:03:51.551Z | |
| 6243 | 2026-08-08T03:03:51.551Z | Running unittests src/lib.rs (target/debug/deps/asic-e67036ebfb68f0c4) |
| 6244 | 2026-08-08T03:03:51.551Z | |
| 6245 | 2026-08-08T03:03:51.551Z | running 0 tests |
| 6246 | 2026-08-08T03:03:51.551Z | |
| 6247 | 2026-08-08T03:03:51.551Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-08-08T03:03:51.551Z | |
| 6249 | 2026-08-08T03:03:51.551Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6250 | 2026-08-08T03:03:51.551Z | |
| 6251 | 2026-08-08T03:03:51.551Z | running 10 tests |
| 6252 | 2026-08-08T03:03:51.551Z | test nat::tests::test_vni ... ok |
| 6253 | 2026-08-08T03:03:51.551Z | test network::tests::test_equal ... ok |
| 6254 | 2026-08-08T03:03:51.551Z | test network::tests::test_eui64 ... ok |
| 6255 | 2026-08-08T03:03:51.551Z | test network::tests::test_not_equal ... ok |
| 6256 | 2026-08-08T03:03:51.552Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6257 | 2026-08-08T03:03:51.552Z | test network::tests::test_into ... ok |
| 6258 | 2026-08-08T03:03:51.552Z | test network::tests::test_to_string ... ok |
| 6259 | 2026-08-08T03:03:51.552Z | test network::tests::test_parse ... ok |
| 6260 | 2026-08-08T03:03:51.552Z | test test_purge ... ok |
| 6261 | 2026-08-08T03:03:51.552Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6262 | 2026-08-08T03:03:51.552Z | |
| 6263 | 2026-08-08T03:03:51.552Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6264 | 2026-08-08T03:03:51.552Z | |
| 6265 | 2026-08-08T03:03:51.552Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-0e5bd5cdf8c4ffbd) |
| 6266 | 2026-08-08T03:03:51.552Z | |
| 6267 | 2026-08-08T03:03:51.552Z | running 1 test |
| 6268 | 2026-08-08T03:03:51.552Z | ------- |
| 6269 | 2026-08-08T03:03:51.552Z | Generating OpenAPI documents from API definitions ... |
| 6270 | 2026-08-08T03:03:51.676Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6271 | 2026-08-08T03:03:51.757Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6272 | 2026-08-08T03:03:52.770Z | ------- |
| 6273 | 2026-08-08T03:03:52.770Z | Checking 12 OpenAPI documents... |
| 6274 | 2026-08-08T03:03:52.770Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-08-08T03:03:52.770Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-08-08T03:03:52.770Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-08-08T03:03:52.774Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-08-08T03:03:52.775Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-08-08T03:03:52.775Z | Fresh dpd "latest" symlink |
| 6287 | 2026-08-08T03:03:52.775Z | ------- |
| 6288 | 2026-08-08T03:03:52.775Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6289 | 2026-08-08T03:03:52.833Z | test test::test_apis_up_to_date ... ok |
| 6290 | 2026-08-08T03:03:52.833Z | |
| 6291 | 2026-08-08T03:03:52.834Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 6292 | 2026-08-08T03:03:52.834Z | |
| 6293 | 2026-08-08T03:03:52.889Z | Running unittests src/main.rs (target/debug/deps/dpd-95da137ea5c9df79) |
| 6294 | 2026-08-08T03:03:52.894Z | |
| 6295 | 2026-08-08T03:03:52.894Z | running 34 tests |
| 6296 | 2026-08-08T03:03:52.898Z | test freemap::test_ordering ... ok |
| 6297 | 2026-08-08T03:03:52.898Z | test config::tests::test_updates ... ok |
| 6298 | 2026-08-08T03:03:52.898Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6299 | 2026-08-08T03:03:52.898Z | test freemap::test_split ... ok |
| 6300 | 2026-08-08T03:03:52.903Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6301 | 2026-08-08T03:03:52.903Z | test macaddrs::tests::test_mac_offset ... ok |
| 6302 | 2026-08-08T03:03:52.903Z | Aug 08 03:03:52.011 DEBG created new freemap, unit: freemap_test |
| 6303 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.011 DEBG initted freemap. size: 128, unit: freemap_test |
| 6304 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.011 DEBGAug 08 03:03:52.011 reset freemapDEBG, unitcreated new freemap: freemap_test, |
| 6305 | 2026-08-08T03:03:52.904Z | unit: freemap_test |
| 6306 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.011 DEBG initted freemap. size: 128, unit: Aug 08 03:03:52.011freemap_test |
| 6307 | 2026-08-08T03:03:52.904Z | DEBG Aug 08 03:03:52.011created new freemapAug 08 03:03:52.011 , DEBGDEBGunit : reset freemap created new freemap, , freemap_testunitunit:: |
| 6308 | 2026-08-08T03:03:52.904Z | freemap_test freemap_test |
| 6309 | 2026-08-08T03:03:52.904Z | |
| 6310 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.011 Aug 08 03:03:52.011DEBG DEBGinitted freemap. size: 128 , initted freemap. size: 128unit, :unit :freemap_test |
| 6311 | 2026-08-08T03:03:52.904Z | freemap_test |
| 6312 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.011 Aug 08 03:03:52.011DEBG DEBGreset freemap , reset freemapunit, :unit :freemap_test |
| 6313 | 2026-08-08T03:03:52.904Z | freemap_test |
| 6314 | 2026-08-08T03:03:52.904Z | test freemap::test_exhaustion ... ok |
| 6315 | 2026-08-08T03:03:52.904Z | test freemap::test_free ... ok |
| 6316 | 2026-08-08T03:03:52.904Z | test freemap::test_reclaim ... ok |
| 6317 | 2026-08-08T03:03:52.904Z | test freemap::test_basic ... ok |
| 6318 | 2026-08-08T03:03:52.904Z | test nat::test_mapping ... ok |
| 6319 | 2026-08-08T03:03:52.904Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6320 | 2026-08-08T03:03:52.904Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6321 | 2026-08-08T03:03:52.904Z | test port_map::tests::test_backplane_group ... ok |
| 6322 | 2026-08-08T03:03:52.904Z | test port_map::tests::test_port_map ... ok |
| 6323 | 2026-08-08T03:03:52.904Z | test port_map::tests::dump_map ... ok |
| 6324 | 2026-08-08T03:03:52.904Z | Aug 08 03:03:52.012 DEBG created new freemap, unit: freemap_test |
| 6325 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG initted freemap. size: 8, unit: freemap_test |
| 6326 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG reset freemap, unit: freemap_test |
| 6327 | 2026-08-08T03:03:52.905Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6328 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG created new freemap, unit: freemap_test |
| 6329 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG initted freemap. size: 128, unit:Aug 08 03:03:52.012 freemap_testDEBG |
| 6330 | 2026-08-08T03:03:52.905Z | created new freemap, unitAug 08 03:03:52.012: DEBGfreemap_route_ipv4 reset freemap |
| 6331 | 2026-08-08T03:03:52.905Z | , unit:Aug 08 03:03:52.012 freemap_testDEBG |
| 6332 | 2026-08-08T03:03:52.905Z | created new freemap, unit: freemap_route_ipv6 |
| 6333 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6334 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6335 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6336 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6337 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6338 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 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 } }] |
| 6339 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6340 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 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 } }] |
| 6341 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6342 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 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 } }] |
| 6343 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6344 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 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 } }] |
| 6345 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6346 | 2026-08-08T03:03:52.905Z | test api_server::tests::test_build_info ... ok |
| 6347 | 2026-08-08T03:03:52.905Z | Aug 08 03:03:52.012 DEBG created new freemapAug 08 03:03:52.013 , DEBGunit :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 } }] |
| 6348 | 2026-08-08T03:03:52.905Z | freemap_route_ipv4 |
| 6349 | 2026-08-08T03:03:52.906Z | test freemap::test_span ... ok |
| 6350 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6351 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6352 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6353 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6354 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6355 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6356 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6357 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6358 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6359 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6360 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6361 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6362 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6363 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6364 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6365 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 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 } }] |
| 6366 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6367 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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 } }]created new freemap |
| 6368 | 2026-08-08T03:03:52.906Z | , unit: freemap_route_ipv6Aug 08 03:03:52.013 |
| 6369 | 2026-08-08T03:03:52.906Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6370 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013 DEBG initted freemap. size: 64, Aug 08 03:03:52.013unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 6371 | 2026-08-08T03:03:52.906Z | |
| 6372 | 2026-08-08T03:03:52.906Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff, |
| 6373 | 2026-08-08T03:03:52.907Z | unit: freemap_route_ipv4 |
| 6374 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013 DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013 |
| 6375 | 2026-08-08T03:03:52.907Z | DEBG initted freemap. size: 64Aug 08 03:03:52.013, unitINFO: adding route 3fff:beef:c::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6376 | 2026-08-08T03:03:52.907Z | |
| 6377 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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 } }]reset freemap |
| 6378 | 2026-08-08T03:03:52.907Z | , unit: Aug 08 03:03:52.013freemap_route_ipv6 |
| 6379 | 2026-08-08T03:03:52.907Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6380 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013 INFOAug 08 03:03:52.013 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6381 | 2026-08-08T03:03:52.907Z | 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 } }] |
| 6382 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013 DEBGAug 08 03:03:52.013 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 6383 | 2026-08-08T03:03:52.907Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6384 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6385 | 2026-08-08T03:03:52.907Z | |
| 6386 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6387 | 2026-08-08T03:03:52.907Z | |
| 6388 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6389 | 2026-08-08T03:03:52.907Z | |
| 6390 | 2026-08-08T03:03:52.907Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:10::/64 -> 2001:db8::55:ff |
| 6391 | 2026-08-08T03:03:52.908Z | |
| 6392 | 2026-08-08T03:03:52.908Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 6393 | 2026-08-08T03:03:52.908Z | |
| 6394 | 2026-08-08T03:03:52.908Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:11::/64 -> 2001:db8::55:ff |
| 6395 | 2026-08-08T03:03:52.908Z | |
| 6396 | 2026-08-08T03:03:52.908Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6397 | 2026-08-08T03:03:52.908Z | |
| 6398 | 2026-08-08T03:03:52.908Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 6399 | 2026-08-08T03:03:52.908Z | |
| 6400 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6401 | 2026-08-08T03:03:52.915Z | |
| 6402 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:13::/64 -> 2001:db8::55:ff |
| 6403 | 2026-08-08T03:03:52.915Z | |
| 6404 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6405 | 2026-08-08T03:03:52.915Z | |
| 6406 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:14::/64 -> 2001:db8::55:ff |
| 6407 | 2026-08-08T03:03:52.915Z | |
| 6408 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:6::/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 } }] |
| 6409 | 2026-08-08T03:03:52.915Z | |
| 6410 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:15::/64 -> 2001:db8::55:ff |
| 6411 | 2026-08-08T03:03:52.915Z | |
| 6412 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:7::/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 } }] |
| 6413 | 2026-08-08T03:03:52.915Z | |
| 6414 | 2026-08-08T03:03:52.915Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 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:16::/64 -> 2001:db8::55:ff |
| 6415 | 2026-08-08T03:03:52.915Z | |
| 6416 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6417 | 2026-08-08T03:03:52.916Z | |
| 6418 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:17::/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 } }] |
| 6419 | 2026-08-08T03:03:52.916Z | |
| 6420 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6421 | 2026-08-08T03:03:52.916Z | |
| 6422 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:18::/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 } }] |
| 6423 | 2026-08-08T03:03:52.916Z | |
| 6424 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6425 | 2026-08-08T03:03:52.916Z | |
| 6426 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:19::/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 } }] |
| 6427 | 2026-08-08T03:03:52.916Z | |
| 6428 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6429 | 2026-08-08T03:03:52.916Z | |
| 6430 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:1a::/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 } }] |
| 6431 | 2026-08-08T03:03:52.916Z | |
| 6432 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6433 | 2026-08-08T03:03:52.916Z | |
| 6434 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6435 | 2026-08-08T03:03:52.916Z | |
| 6436 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6437 | 2026-08-08T03:03:52.916Z | |
| 6438 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6439 | 2026-08-08T03:03:52.916Z | |
| 6440 | 2026-08-08T03:03:52.916Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6441 | 2026-08-08T03:03:52.917Z | |
| 6442 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6443 | 2026-08-08T03:03:52.917Z | |
| 6444 | 2026-08-08T03:03:52.917Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6445 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:f::/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 } }] |
| 6446 | 2026-08-08T03:03:52.917Z | |
| 6447 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6448 | 2026-08-08T03:03:52.917Z | |
| 6449 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:10::/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 } }] |
| 6450 | 2026-08-08T03:03:52.917Z | |
| 6451 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6452 | 2026-08-08T03:03:52.917Z | |
| 6453 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 6454 | 2026-08-08T03:03:52.917Z | |
| 6455 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6456 | 2026-08-08T03:03:52.917Z | |
| 6457 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 6458 | 2026-08-08T03:03:52.917Z | |
| 6459 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 INFODEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6460 | 2026-08-08T03:03:52.917Z | |
| 6461 | 2026-08-08T03:03:52.917Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBGINFO replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6462 | 2026-08-08T03:03:52.917Z | |
| 6463 | 2026-08-08T03:03:52.917Z | DEBGAug 08 03:03:52.013 created new freemapINFO Aug 08 03:03:52.013, adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 6464 | 2026-08-08T03:03:52.917Z | unitreplacing 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 } }]: |
| 6465 | 2026-08-08T03:03:52.917Z | freemap_route_ipv4Aug 08 03:03:52.013 |
| 6466 | 2026-08-08T03:03:52.918Z | DEBG Aug 08 03:03:52.013replacing 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 08 03:03:52.013 |
| 6467 | 2026-08-08T03:03:52.918Z | INFO DEBGAug 08 03:03:52.013 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBGcreated new freemap Aug 08 03:03:52.013created new freemap |
| 6468 | 2026-08-08T03:03:52.918Z | INFO, adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit, : |
| 6469 | 2026-08-08T03:03:52.918Z | Aug 08 03:03:52.013unitfreemap_route_ipv4 |
| 6470 | 2026-08-08T03:03:52.918Z | : Aug 08 03:03:52.013DEBGfreemap_route_ipv6 DEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013 |
| 6471 | 2026-08-08T03:03:52.918Z | 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 } }] |
| 6472 | 2026-08-08T03:03:52.918Z | |
| 6473 | 2026-08-08T03:03:52.918Z | DEBGAug 08 03:03:52.013 created new freemap, INFOunit :adding route 3fff:beef:15::/64 -> 2001:db8::55:ffAug 08 03:03:52.013Aug 08 03:03:52.013 |
| 6474 | 2026-08-08T03:03:52.918Z | freemap_route_ipv6INFO |
| 6475 | 2026-08-08T03:03:52.918Z | DEBG initted freemap. size: 64adding route 3fff:beef:24::/64 -> 2001:db8::55:ff, unitAug 08 03:03:52.013Aug 08 03:03:52.013 :DEBG DEBGfreemap_route_ipv4 |
| 6476 | 2026-08-08T03:03:52.918Z | |
| 6477 | 2026-08-08T03:03:52.918Z | initted freemap. size: 64replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 6478 | 2026-08-08T03:03:52.918Z | : freemap_route_ipv4Aug 08 03:03:52.013 |
| 6479 | 2026-08-08T03:03:52.918Z | Aug 08 03:03:52.013DEBGAug 08 03:03:52.013 reset freemap Aug 08 03:03:52.013, INFODEBGDEBG unit reset freemap:adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6480 | 2026-08-08T03:03:52.918Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4, |
| 6481 | 2026-08-08T03:03:52.918Z | unit: |
| 6482 | 2026-08-08T03:03:52.918Z | freemap_route_ipv4 |
| 6483 | 2026-08-08T03:03:52.918Z | Aug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013Aug 08 03:03:52.013 DEBG DEBGDEBG INFOinitted freemap. size: 64initted freemap. size: 64, unit, 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 } }]:unitadding route 3fff:beef:25::/64 -> 2001:db8::55:ff: |
| 6484 | 2026-08-08T03:03:52.918Z | freemap_route_ipv6 |
| 6485 | 2026-08-08T03:03:52.918Z | freemap_route_ipv6 |
| 6486 | 2026-08-08T03:03:52.919Z | |
| 6487 | 2026-08-08T03:03:52.919Z | Aug 08 03:03:52.013 INFO Aug 08 03:03:52.013Aug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG DEBGDEBG |
| 6488 | 2026-08-08T03:03:52.919Z | reset freemapreplacing 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 |
| 6489 | 2026-08-08T03:03:52.919Z | unitcreated new freemap :reset freemap, , unitunit :freemap_route_ipv6 :freemap_route_ipv4 Aug 08 03:03:52.013Aug 08 03:03:52.013 |
| 6490 | 2026-08-08T03:03:52.919Z | INFO freemap_route_ipv6 |
| 6491 | 2026-08-08T03:03:52.919Z | |
| 6492 | 2026-08-08T03:03:52.919Z | DEBGAug 08 03:03:52.013adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6493 | 2026-08-08T03:03:52.919Z | DEBGreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.013Aug 08 03:03:52.013 |
| 6494 | 2026-08-08T03:03:52.919Z | INFOINFOcreated new freemap Aug 08 03:03:52.013Aug 08 03:03:52.013 adding route 3fff:dead::/64 -> 2001:db8::55:1 , adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6495 | 2026-08-08T03:03:52.919Z | unit : |
| 6496 | 2026-08-08T03:03:52.919Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 6497 | 2026-08-08T03:03:52.919Z | |
| 6498 | 2026-08-08T03:03:52.919Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:03:52.013Aug 08 03:03:52.013 Aug 08 03:03:52.013 |
| 6499 | 2026-08-08T03:03:52.919Z | DEBGDEBG Aug 08 03:03:52.013replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }]DEBG INFOinitted freemap. size: 64 |
| 6500 | 2026-08-08T03:03:52.924Z | , |
| 6501 | 2026-08-08T03:03:52.924Z | unitadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:03:52.013:Aug 08 03:03:52.013 |
| 6502 | 2026-08-08T03:03:52.924Z | freemap_route_ipv4Aug 08 03:03:52.013 Aug 08 03:03:52.013 INFO |
| 6503 | 2026-08-08T03:03:52.924Z | INFO DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.013replacing 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:dead::/64 -> 2001:db8::55:2 |
| 6504 | 2026-08-08T03:03:52.924Z | 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 } }] |
| 6505 | 2026-08-08T03:03:52.924Z | |
| 6506 | 2026-08-08T03:03:52.924Z | |
| 6507 | 2026-08-08T03:03:52.924Z | DEBGAug 08 03:03:52.013 Aug 08 03:03:52.013INFOAug 08 03:03:52.013reset freemap , INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ffunit |
| 6508 | 2026-08-08T03:03:52.924Z | :Aug 08 03:03:52.013 DEBG freemap_route_ipv4DEBG |
| 6509 | 2026-08-08T03:03:52.924Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.014 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 } }] |
| 6510 | 2026-08-08T03:03:52.924Z | DEBG |
| 6511 | 2026-08-08T03:03:52.924Z | Aug 08 03:03:52.014 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffAug 08 03:03:52.014replacing 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 |
| 6512 | 2026-08-08T03:03:52.924Z | INFOinitted freemap. size: 64 , Aug 08 03:03:52.014 |
| 6513 | 2026-08-08T03:03:52.925Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffunitAug 08 03:03:52.014 |
| 6514 | 2026-08-08T03:03:52.925Z | : Aug 08 03:03:52.014INFOINFO freemap_route_ipv6 DEBG |
| 6515 | 2026-08-08T03:03:52.925Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6516 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014 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 |
| 6517 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.014 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 } }] |
| 6518 | 2026-08-08T03:03:52.925Z | DEBGAug 08 03:03:52.014 |
| 6519 | 2026-08-08T03:03:52.925Z | reset freemap, unit Aug 08 03:03:52.014DEBG: INFOfreemap_route_ipv6replacing 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 } }] |
| 6520 | 2026-08-08T03:03:52.925Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6521 | 2026-08-08T03:03:52.925Z | |
| 6522 | 2026-08-08T03:03:52.925Z | INFO Aug 08 03:03:52.014adding route 3fff:beef:1::/64 -> 2001:db8::55:ffAug 08 03:03:52.014 |
| 6523 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6524 | 2026-08-08T03:03:52.925Z | adding route 3fff:beef:2a::/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 } }] |
| 6525 | 2026-08-08T03:03:52.925Z | DEBG |
| 6526 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014 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 } }] |
| 6527 | 2026-08-08T03:03:52.925Z | DEBGAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014 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 } }]DEBG |
| 6528 | 2026-08-08T03:03:52.925Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6529 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014 |
| 6530 | 2026-08-08T03:03:52.925Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6531 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014 |
| 6532 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014 INFODEBG Aug 08 03:03:52.014Aug 08 03:03:52.014 INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6533 | 2026-08-08T03:03:52.925Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6534 | 2026-08-08T03:03:52.925Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6535 | 2026-08-08T03:03:52.925Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGAug 08 03:03:52.014 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6536 | 2026-08-08T03:03:52.925Z | |
| 6537 | 2026-08-08T03:03:52.926Z | DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6538 | 2026-08-08T03:03:52.926Z | |
| 6539 | 2026-08-08T03:03:52.926Z | Aug 08 03:03:52.014 INFOAug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014INFO INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6540 | 2026-08-08T03:03:52.926Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6541 | 2026-08-08T03:03:52.926Z | |
| 6542 | 2026-08-08T03:03:52.926Z | INFO Aug 08 03:03:52.014adding route 3fff:beef::/64 -> 2001:db8::55:ffAug 08 03:03:52.014Aug 08 03:03:52.014 DEBG |
| 6543 | 2026-08-08T03:03:52.926Z | DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6544 | 2026-08-08T03:03:52.926Z | |
| 6545 | 2026-08-08T03:03:52.926Z | Aug 08 03:03:52.014 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 |
| 6546 | 2026-08-08T03:03:52.926Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014 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 } }]INFOINFO Aug 08 03:03:52.014 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6547 | 2026-08-08T03:03:52.926Z | INFO |
| 6548 | 2026-08-08T03:03:52.926Z | |
| 6549 | 2026-08-08T03:03:52.926Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6550 | 2026-08-08T03:03:52.926Z | Aug 08 03:03:52.014 DEBG Aug 08 03:03:52.014replacing 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 08 03:03:52.014 |
| 6551 | 2026-08-08T03:03:52.926Z | Aug 08 03:03:52.014 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: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 } }] |
| 6552 | 2026-08-08T03:03:52.926Z | |
| 6553 | 2026-08-08T03:03:52.926Z | INFOAug 08 03:03:52.014 Aug 08 03:03:52.014 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff INFO |
| 6554 | 2026-08-08T03:03:52.926Z | INFO Aug 08 03:03:52.014 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6555 | 2026-08-08T03:03:52.927Z | INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6556 | 2026-08-08T03:03:52.927Z | |
| 6557 | 2026-08-08T03:03:52.927Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014DEBG Aug 08 03:03:52.014replacing 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 |
| 6558 | 2026-08-08T03:03:52.927Z | 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 } }]DEBGAug 08 03:03:52.014 |
| 6559 | 2026-08-08T03:03:52.927Z | 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 } }] |
| 6560 | 2026-08-08T03:03:52.927Z | DEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.014Aug 08 03:03:52.014Aug 08 03:03:52.014 |
| 6561 | 2026-08-08T03:03:52.927Z | INFOINFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6562 | 2026-08-08T03:03:52.927Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffAug 08 03:03:52.014adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6563 | 2026-08-08T03:03:52.927Z | |
| 6564 | 2026-08-08T03:03:52.927Z | INFO Aug 08 03:03:52.014Aug 08 03:03:52.014adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6565 | 2026-08-08T03:03:52.927Z | DEBGDEBG Aug 08 03:03:52.014replacing 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: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 } }] |
| 6566 | 2026-08-08T03:03:52.927Z | |
| 6567 | 2026-08-08T03:03:52.927Z | 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 } }] |
| 6568 | 2026-08-08T03:03:52.927Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014INFO Aug 08 03:03:52.014Aug 08 03:03:52.014DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6569 | 2026-08-08T03:03:52.927Z | 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 |
| 6570 | 2026-08-08T03:03:52.928Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.014 |
| 6571 | 2026-08-08T03:03:52.928Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffAug 08 03:03:52.014 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6572 | 2026-08-08T03:03:52.928Z | 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 } }] |
| 6573 | 2026-08-08T03:03:52.928Z | |
| 6574 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014INFOINFO Aug 08 03:03:52.014 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffINFODEBG |
| 6575 | 2026-08-08T03:03:52.928Z | 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:31::/64 -> 2001:db8::55:ff |
| 6576 | 2026-08-08T03:03:52.928Z | |
| 6577 | 2026-08-08T03:03:52.928Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6578 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Aug 08 03:03:52.014 |
| 6579 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014 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 } }] |
| 6580 | 2026-08-08T03:03:52.928Z | DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.014replacing 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 } }] |
| 6581 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014 |
| 6582 | 2026-08-08T03:03:52.928Z | INFODEBGAug 08 03:03:52.014 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 6583 | 2026-08-08T03:03:52.928Z | |
| 6584 | 2026-08-08T03:03:52.928Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6585 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014 INFOAug 08 03:03:52.014 Aug 08 03:03:52.014Aug 08 03:03:52.014 INFO 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 } }] |
| 6586 | 2026-08-08T03:03:52.928Z | 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:21::/64 -> 2001:db8::55:ff |
| 6587 | 2026-08-08T03:03:52.928Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6588 | 2026-08-08T03:03:52.928Z | |
| 6589 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014Aug 08 03:03:52.014INFOAug 08 03:03:52.014 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffDEBG |
| 6590 | 2026-08-08T03:03:52.928Z | 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6591 | 2026-08-08T03:03:52.928Z | Aug 08 03:03:52.014replacing 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 } }] |
| 6592 | 2026-08-08T03:03:52.928Z | |
| 6593 | 2026-08-08T03:03:52.928Z | 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 } }] |
| 6594 | 2026-08-08T03:03:52.929Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014DEBG Aug 08 03:03:52.014INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6595 | 2026-08-08T03:03:52.929Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffAug 08 03:03:52.014 |
| 6596 | 2026-08-08T03:03:52.929Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 6597 | 2026-08-08T03:03:52.929Z | Aug 08 03:03:52.014 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.014 |
| 6598 | 2026-08-08T03:03:52.929Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6599 | 2026-08-08T03:03:52.929Z | Aug 08 03:03:52.014 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 } }] |
| 6600 | 2026-08-08T03:03:52.933Z | Aug 08 03:03:52.014 Aug 08 03:03:52.014DEBG INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6601 | 2026-08-08T03:03:52.933Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6602 | 2026-08-08T03:03:52.933Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6603 | 2026-08-08T03:03:52.934Z | |
| 6604 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:36::/64 -> 2001:db8::55:ff |
| 6605 | 2026-08-08T03:03:52.934Z | |
| 6606 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6607 | 2026-08-08T03:03:52.934Z | |
| 6608 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG 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 } }] |
| 6609 | 2026-08-08T03:03:52.934Z | |
| 6610 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6611 | 2026-08-08T03:03:52.934Z | |
| 6612 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:38::/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 } }] |
| 6613 | 2026-08-08T03:03:52.934Z | |
| 6614 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6615 | 2026-08-08T03:03:52.934Z | |
| 6616 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6617 | 2026-08-08T03:03:52.934Z | |
| 6618 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6619 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014 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 } }] |
| 6620 | 2026-08-08T03:03:52.934Z | 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 } }] |
| 6621 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffAug 08 03:03:52.014 |
| 6622 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014 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 } }]INFO |
| 6623 | 2026-08-08T03:03:52.934Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6624 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:29::/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 } }] |
| 6625 | 2026-08-08T03:03:52.934Z | |
| 6626 | 2026-08-08T03:03:52.934Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6627 | 2026-08-08T03:03:52.935Z | |
| 6628 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFOAug 08 03:03:52.014DEBG adding route 3fff:beef:2a::/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 } }] |
| 6629 | 2026-08-08T03:03:52.935Z | DEBG |
| 6630 | 2026-08-08T03:03:52.935Z | 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 } }] |
| 6631 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014 INFOAug 08 03:03:52.014 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 6632 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014replacing 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 } }] |
| 6633 | 2026-08-08T03:03:52.935Z | INFO Aug 08 03:03:52.014adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6634 | 2026-08-08T03:03:52.935Z | DEBGAug 08 03:03:52.014 replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6635 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6636 | 2026-08-08T03:03:52.935Z | 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 } }] |
| 6637 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 Aug 08 03:03:52.014 DEBG INFODEBGfailed to allocate space for the new target list adding route 3fff:beef:8::/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 } }] |
| 6638 | 2026-08-08T03:03:52.935Z | |
| 6639 | 2026-08-08T03:03:52.935Z | |
| 6640 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGDEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]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 } }] |
| 6641 | 2026-08-08T03:03:52.935Z | |
| 6642 | 2026-08-08T03:03:52.935Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6643 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 6644 | 2026-08-08T03:03:52.935Z | |
| 6645 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 6646 | 2026-08-08T03:03:52.935Z | |
| 6647 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6648 | 2026-08-08T03:03:52.935Z | |
| 6649 | 2026-08-08T03:03:52.935Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:2e::/64 -> 2001:db8::55:ff |
| 6650 | 2026-08-08T03:03:52.935Z | |
| 6651 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6652 | 2026-08-08T03:03:52.936Z | |
| 6653 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:2f::/64 -> 2001:db8::55:ff |
| 6654 | 2026-08-08T03:03:52.936Z | |
| 6655 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6656 | 2026-08-08T03:03:52.936Z | |
| 6657 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6658 | 2026-08-08T03:03:52.936Z | |
| 6659 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6660 | 2026-08-08T03:03:52.936Z | |
| 6661 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6662 | 2026-08-08T03:03:52.936Z | |
| 6663 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6664 | 2026-08-08T03:03:52.936Z | |
| 6665 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6666 | 2026-08-08T03:03:52.936Z | |
| 6667 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:f::/64 -> 2001:db8::55:ff |
| 6668 | 2026-08-08T03:03:52.936Z | |
| 6669 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6670 | 2026-08-08T03:03:52.936Z | |
| 6671 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6672 | 2026-08-08T03:03:52.936Z | |
| 6673 | 2026-08-08T03:03:52.936Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:34::/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 } }] |
| 6674 | 2026-08-08T03:03:52.937Z | |
| 6675 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6676 | 2026-08-08T03:03:52.937Z | |
| 6677 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6678 | 2026-08-08T03:03:52.937Z | |
| 6679 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6680 | 2026-08-08T03:03:52.937Z | |
| 6681 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6682 | 2026-08-08T03:03:52.937Z | |
| 6683 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 6684 | 2026-08-08T03:03:52.937Z | |
| 6685 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:37::/64 -> 2001:db8::55:ff |
| 6686 | 2026-08-08T03:03:52.937Z | |
| 6687 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6688 | 2026-08-08T03:03:52.937Z | |
| 6689 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 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:38::/64 -> 2001:db8::55:ff |
| 6690 | 2026-08-08T03:03:52.937Z | |
| 6691 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.014Aug 08 03:03:52.014 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 6692 | 2026-08-08T03:03:52.937Z | |
| 6693 | 2026-08-08T03:03:52.937Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6694 | 2026-08-08T03:03:52.938Z | |
| 6695 | 2026-08-08T03:03:52.938Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 6696 | 2026-08-08T03:03:52.938Z | |
| 6697 | 2026-08-08T03:03:52.938Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6698 | 2026-08-08T03:03:52.938Z | |
| 6699 | 2026-08-08T03:03:52.938Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6700 | 2026-08-08T03:03:52.943Z | |
| 6701 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6702 | 2026-08-08T03:03:52.943Z | |
| 6703 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6704 | 2026-08-08T03:03:52.943Z | |
| 6705 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6706 | 2026-08-08T03:03:52.943Z | |
| 6707 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6708 | 2026-08-08T03:03:52.943Z | |
| 6709 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6710 | 2026-08-08T03:03:52.943Z | |
| 6711 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6712 | 2026-08-08T03:03:52.943Z | |
| 6713 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3e::/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 } }] |
| 6714 | 2026-08-08T03:03:52.943Z | |
| 6715 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6716 | 2026-08-08T03:03:52.943Z | |
| 6717 | 2026-08-08T03:03:52.943Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:3f::/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 } }] |
| 6718 | 2026-08-08T03:03:52.944Z | |
| 6719 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6720 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 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: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 } }] |
| 6721 | 2026-08-08T03:03:52.944Z | |
| 6722 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6723 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 6724 | 2026-08-08T03:03:52.944Z | |
| 6725 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6726 | 2026-08-08T03:03:52.944Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6727 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }] |
| 6728 | 2026-08-08T03:03:52.944Z | failed to allocate space for the new target list |
| 6729 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6730 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6731 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:20::/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 } }] |
| 6732 | 2026-08-08T03:03:52.944Z | |
| 6733 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 6734 | 2026-08-08T03:03:52.944Z | , Aug 08 03:03:52.015unitAug 08 03:03:52.015: freemap_route_ipv4INFOINFO |
| 6735 | 2026-08-08T03:03:52.944Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6736 | 2026-08-08T03:03:52.944Z | |
| 6737 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6738 | 2026-08-08T03:03:52.944Z | created new freemapDEBG , 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 } }]unitAug 08 03:03:52.015 |
| 6739 | 2026-08-08T03:03:52.944Z | :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6740 | 2026-08-08T03:03:52.944Z | |
| 6741 | 2026-08-08T03:03:52.944Z | Aug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO initted freemap. size: 64adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 6742 | 2026-08-08T03:03:52.945Z | , unitreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6743 | 2026-08-08T03:03:52.945Z | freemap_route_ipv4 |
| 6744 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 Aug 08 03:03:52.015 INFODEBGDEBG reset 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 } }]unitadding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 6745 | 2026-08-08T03:03:52.945Z | |
| 6746 | 2026-08-08T03:03:52.945Z | freemap_route_ipv4 |
| 6747 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }]INFO initted freemap. size: 64 |
| 6748 | 2026-08-08T03:03:52.945Z | , adding route 3fff:beef:e::/64 -> 2001:db8::55:ffunit |
| 6749 | 2026-08-08T03:03:52.945Z | : freemap_route_ipv6 |
| 6750 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBGAug 08 03:03:52.015 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:24::/64 -> 2001:db8::55:ff |
| 6751 | 2026-08-08T03:03:52.945Z | DEBG |
| 6752 | 2026-08-08T03:03:52.945Z | reset freemap, unit:Aug 08 03:03:52.015Aug 08 03:03:52.015 freemap_route_ipv6 |
| 6753 | 2026-08-08T03:03:52.945Z | 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:f::/64 -> 2001:db8::55:ff |
| 6754 | 2026-08-08T03:03:52.945Z | |
| 6755 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO Aug 08 03:03:52.015 INFODEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6756 | 2026-08-08T03:03:52.945Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6757 | 2026-08-08T03:03:52.945Z | |
| 6758 | 2026-08-08T03:03:52.945Z | test route::tests::grow_succeeds ... ok |
| 6759 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015 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 08 03:03:52.015Aug 08 03:03:52.015 |
| 6760 | 2026-08-08T03:03:52.945Z | 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 } }] |
| 6761 | 2026-08-08T03:03:52.945Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffAug 08 03:03:52.015 |
| 6762 | 2026-08-08T03:03:52.945Z | DEBGAug 08 03:03:52.015 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.015 |
| 6763 | 2026-08-08T03:03:52.945Z | DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6764 | 2026-08-08T03:03:52.945Z | |
| 6765 | 2026-08-08T03:03:52.945Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 6766 | 2026-08-08T03:03:52.945Z | |
| 6767 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 6768 | 2026-08-08T03:03:52.946Z | |
| 6769 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 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:12::/64 -> 2001:db8::55:ff |
| 6770 | 2026-08-08T03:03:52.946Z | |
| 6771 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6772 | 2026-08-08T03:03:52.946Z | |
| 6773 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6774 | 2026-08-08T03:03:52.946Z | |
| 6775 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6776 | 2026-08-08T03:03:52.946Z | |
| 6777 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBGAug 08 03:03:52.015 INFOcreated new freemapDEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 6778 | 2026-08-08T03:03:52.946Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6779 | 2026-08-08T03:03:52.946Z | : Aug 08 03:03:52.015freemap_route_ipv4Aug 08 03:03:52.015 |
| 6780 | 2026-08-08T03:03:52.946Z | 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:2a::/64 -> 2001:db8::55:ff |
| 6781 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO created new freemapadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 6782 | 2026-08-08T03:03:52.946Z | unit: Aug 08 03:03:52.015freemap_route_ipv6 |
| 6783 | 2026-08-08T03:03:52.946Z | 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 } }] |
| 6784 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO initted freemap. size: 64adding route 3fff:beef:16::/64 -> 2001:db8::55:ff, |
| 6785 | 2026-08-08T03:03:52.946Z | unit: freemap_route_ipv4 |
| 6786 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015 DEBGAug 08 03:03:52.015 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 |
| 6787 | 2026-08-08T03:03:52.946Z | reset freemap, unitAug 08 03:03:52.015: INFOfreemap_route_ipv4 |
| 6788 | 2026-08-08T03:03:52.946Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6789 | 2026-08-08T03:03:52.946Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG DEBGinitted freemap. size: 64 , replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 6790 | 2026-08-08T03:03:52.946Z | : freemap_route_ipv6 |
| 6791 | 2026-08-08T03:03:52.947Z | Aug 08 03:03:52.015 INFO Aug 08 03:03:52.015adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6792 | 2026-08-08T03:03:52.947Z | DEBG reset freemap, Aug 08 03:03:52.015unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 6793 | 2026-08-08T03:03:52.947Z | |
| 6794 | 2026-08-08T03:03:52.947Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6795 | 2026-08-08T03:03:52.947Z | |
| 6796 | 2026-08-08T03:03:52.947Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 6797 | 2026-08-08T03:03:52.947Z | |
| 6798 | 2026-08-08T03:03:52.947Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6799 | 2026-08-08T03:03:52.947Z | |
| 6800 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6801 | 2026-08-08T03:03:52.952Z | |
| 6802 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.3 |
| 6803 | 2026-08-08T03:03:52.952Z | |
| 6804 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6805 | 2026-08-08T03:03:52.952Z | |
| 6806 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 6807 | 2026-08-08T03:03:52.952Z | |
| 6808 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6809 | 2026-08-08T03:03:52.952Z | |
| 6810 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 6811 | 2026-08-08T03:03:52.952Z | |
| 6812 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }] |
| 6813 | 2026-08-08T03:03:52.952Z | 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 } }] |
| 6814 | 2026-08-08T03:03:52.952Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 6815 | 2026-08-08T03:03:52.953Z | |
| 6816 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }] |
| 6817 | 2026-08-08T03:03:52.953Z | 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 } }] |
| 6818 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 6819 | 2026-08-08T03:03:52.953Z | |
| 6820 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6821 | 2026-08-08T03:03:52.953Z | |
| 6822 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255 |
| 6823 | 2026-08-08T03:03:52.953Z | |
| 6824 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 6825 | 2026-08-08T03:03:52.953Z | |
| 6826 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6827 | 2026-08-08T03:03:52.953Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6828 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6829 | 2026-08-08T03:03:52.953Z | |
| 6830 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 6831 | 2026-08-08T03:03:52.953Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6832 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 6833 | 2026-08-08T03:03:52.953Z | |
| 6834 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 6835 | 2026-08-08T03:03:52.953Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6836 | 2026-08-08T03:03:52.953Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6837 | 2026-08-08T03:03:52.953Z | |
| 6838 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6839 | 2026-08-08T03:03:52.954Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6840 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6841 | 2026-08-08T03:03:52.954Z | |
| 6842 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 6843 | 2026-08-08T03:03:52.954Z | |
| 6844 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015DEBG 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 } }] |
| 6845 | 2026-08-08T03:03:52.954Z | 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 } }] |
| 6846 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255 |
| 6847 | 2026-08-08T03:03:52.954Z | |
| 6848 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6849 | 2026-08-08T03:03:52.954Z | |
| 6850 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015 Aug 08 03:03:52.015INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6851 | 2026-08-08T03:03:52.954Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 6852 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 6853 | 2026-08-08T03:03:52.954Z | |
| 6854 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 6855 | 2026-08-08T03:03:52.954Z | |
| 6856 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6857 | 2026-08-08T03:03:52.954Z | |
| 6858 | 2026-08-08T03:03:52.954Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 172.17.0.12/32 -> 10.0.0.255 |
| 6859 | 2026-08-08T03:03:52.955Z | |
| 6860 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6861 | 2026-08-08T03:03:52.955Z | |
| 6862 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.015Aug 08 03:03:52.015Aug 08 03:03:52.015 DEBGINFO created new freemapadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, |
| 6863 | 2026-08-08T03:03:52.955Z | unit: freemap_route_ipv4INFO |
| 6864 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.016adding route 172.17.0.13/32 -> 10.0.0.255 |
| 6865 | 2026-08-08T03:03:52.955Z | 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 08 03:03:52.016 |
| 6866 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.016DEBG DEBGcreated new freemapAug 08 03:03:52.016 , 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 } }] |
| 6867 | 2026-08-08T03:03:52.955Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6868 | 2026-08-08T03:03:52.955Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6869 | 2026-08-08T03:03:52.955Z | unitINFO: adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6870 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.016Aug 08 03:03:52.017 Aug 08 03:03:52.025DEBGAug 08 03:03:52.016 created new freemap , DEBGunitDEBGDEBG: created new freemapfreemap_route_ipv4, |
| 6871 | 2026-08-08T03:03:52.955Z | created new freemap, unitunit:: freemap_route_ipv4freemap_route_ipv4 |
| 6872 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.016 |
| 6873 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.025DEBG DEBGcreated new freemapAug 08 03:03:52.025 , Aug 08 03:03:52.025unit created new freemap , DEBGunit ::created new freemap , DEBGunitfreemap_route_ipv4freemap_route_ipv6: |
| 6874 | 2026-08-08T03:03:52.955Z | |
| 6875 | 2026-08-08T03:03:52.955Z | freemap_route_ipv6created new freemap |
| 6876 | 2026-08-08T03:03:52.955Z | , unitAug 08 03:03:52.025Aug 08 03:03:52.025: DEBGDEBG Aug 08 03:03:52.025 initted freemap. size: 64initted freemap. size: 64 , , unitunit::freemap_route_ipv6 DEBGfreemap_route_ipv4 |
| 6877 | 2026-08-08T03:03:52.955Z | |
| 6878 | 2026-08-08T03:03:52.955Z | created new freemapfreemap_route_ipv4, |
| 6879 | 2026-08-08T03:03:52.955Z | Aug 08 03:03:52.025unit DEBG:Aug 08 03:03:52.025 reset freemapDEBG initted freemap. size: 64, freemap_route_ipv6unit, :unit |
| 6880 | 2026-08-08T03:03:52.955Z | :freemap_route_ipv4 Aug 08 03:03:52.025freemap_route_ipv4 |
| 6881 | 2026-08-08T03:03:52.955Z | DEBGAug 08 03:03:52.025 reset freemapDEBG, |
| 6882 | 2026-08-08T03:03:52.955Z | unit initted freemap. size: 64:Aug 08 03:03:52.025 , freemap_route_ipv4 |
| 6883 | 2026-08-08T03:03:52.955Z | DEBG unitreset freemap:, Aug 08 03:03:52.025 Aug 08 03:03:52.025freemap_route_ipv4unit :DEBGDEBG |
| 6884 | 2026-08-08T03:03:52.956Z | initted freemap. size: 64initted freemap. size: 64, unit :, freemap_route_ipv4 Aug 08 03:03:52.025 |
| 6885 | 2026-08-08T03:03:52.956Z | freemap_route_ipv6DEBG unitreset freemap: |
| 6886 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025, unitfreemap_route_ipv6 |
| 6887 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025 :DEBGDEBG reset freemapAug 08 03:03:52.025, unitDEBG :reset freemap initted freemap. size: 64freemap_route_ipv6, |
| 6888 | 2026-08-08T03:03:52.956Z | , freemap_route_ipv4unit: |
| 6889 | 2026-08-08T03:03:52.956Z | unit Aug 08 03:03:52.025freemap_route_ipv6: |
| 6890 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025 freemap_route_ipv6DEBGINFO Aug 08 03:03:52.025 |
| 6891 | 2026-08-08T03:03:52.956Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6892 | 2026-08-08T03:03:52.956Z | DEBGinitted freemap. size: 64 Aug 08 03:03:52.025, unitreset freemap:, freemap_route_ipv6INFOunit :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6893 | 2026-08-08T03:03:52.956Z | |
| 6894 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025 freemap_route_ipv6DEBG |
| 6895 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025replacing 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 08 03:03:52.025 |
| 6896 | 2026-08-08T03:03:52.956Z | DEBG DEBG Aug 08 03:03:52.025reset 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 } }], |
| 6897 | 2026-08-08T03:03:52.956Z | unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 6898 | 2026-08-08T03:03:52.956Z | |
| 6899 | 2026-08-08T03:03:52.956Z | Aug 08 03:03:52.025 Aug 08 03:03:52.025Aug 08 03:03:52.025Aug 08 03:03:52.025 INFOINFO |
| 6900 | 2026-08-08T03:03:52.961Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6901 | 2026-08-08T03:03:52.961Z | Aug 08 03:03:52.025 |
| 6902 | 2026-08-08T03:03:52.961Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6903 | 2026-08-08T03:03:52.961Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6904 | 2026-08-08T03:03:52.961Z | DEBG Aug 08 03:03:52.025initted freemap. size: 64Aug 08 03:03:52.025Aug 08 03:03:52.025 , DEBGunit :DEBGINFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6905 | 2026-08-08T03:03:52.961Z | |
| 6906 | 2026-08-08T03:03:52.961Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 } }, 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 } }] |
| 6907 | 2026-08-08T03:03:52.961Z | Aug 08 03:03:52.025Aug 08 03:03:52.025 |
| 6908 | 2026-08-08T03:03:52.961Z | Aug 08 03:03:52.025DEBGDEBG reset freemapAug 08 03:03:52.025Aug 08 03:03:52.025 , 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 } }] unitDEBG:adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6909 | 2026-08-08T03:03:52.961Z | 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 } }] |
| 6910 | 2026-08-08T03:03:52.962Z | |
| 6911 | 2026-08-08T03:03:52.962Z | |
| 6912 | 2026-08-08T03:03:52.962Z | INFO Aug 08 03:03:52.025adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:03:52.025Aug 08 03:03:52.025 |
| 6913 | 2026-08-08T03:03:52.962Z | INFOAug 08 03:03:52.025DEBG INFODEBGAug 08 03:03:52.025adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6914 | 2026-08-08T03:03:52.962Z | adding route 3fff:dead::/64 -> 2001:db8::55:3initted 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 } }] |
| 6915 | 2026-08-08T03:03:52.962Z | |
| 6916 | 2026-08-08T03:03:52.962Z | , Aug 08 03:03:52.025unit :DEBGAug 08 03:03:52.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBGAug 08 03:03:52.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6917 | 2026-08-08T03:03:52.962Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv6 |
| 6918 | 2026-08-08T03:03:52.962Z | INFO |
| 6919 | 2026-08-08T03:03:52.962Z | |
| 6920 | 2026-08-08T03:03:52.962Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:03:52.025 |
| 6921 | 2026-08-08T03:03:52.962Z | Aug 08 03:03:52.025INFO Aug 08 03:03:52.025DEBG INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.025Aug 08 03:03:52.025 |
| 6922 | 2026-08-08T03:03:52.962Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:4reset freemap |
| 6923 | 2026-08-08T03:03:52.962Z | , adding route 3fff:dead::/64 -> 2001:db8::55:4Aug 08 03:03:52.025unit |
| 6924 | 2026-08-08T03:03:52.962Z | Aug 08 03:03:52.025:DEBG freemap_route_ipv6 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 } }] |
| 6925 | 2026-08-08T03:03:52.962Z | |
| 6926 | 2026-08-08T03:03:52.962Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6927 | 2026-08-08T03:03:52.963Z | DEBGAug 08 03:03:52.025Aug 08 03:03:52.025 Aug 08 03:03:52.025 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 08 03:03:52.025 DEBGINFO INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6928 | 2026-08-08T03:03:52.963Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6929 | 2026-08-08T03:03:52.963Z | |
| 6930 | 2026-08-08T03:03:52.963Z | |
| 6931 | 2026-08-08T03:03:52.963Z | |
| 6932 | 2026-08-08T03:03:52.963Z | Aug 08 03:03:52.025Aug 08 03:03:52.025Aug 08 03:03:52.025 Aug 08 03:03:52.025DEBG DEBGWARN Aug 08 03:03:52.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 } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6933 | 2026-08-08T03:03:52.963Z | INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6934 | 2026-08-08T03:03:52.963Z | |
| 6935 | 2026-08-08T03:03:52.963Z | DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff Aug 08 03:03:52.025 |
| 6936 | 2026-08-08T03:03:52.963Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.025 |
| 6937 | 2026-08-08T03:03:52.963Z | INFOAug 08 03:03:52.025 DEBGERRO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6938 | 2026-08-08T03:03:52.963Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.025 |
| 6939 | 2026-08-08T03:03:52.963Z | Aug 08 03:03:52.025DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6940 | 2026-08-08T03:03:52.963Z | |
| 6941 | 2026-08-08T03:03:52.963Z | 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 } }] |
| 6942 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025Aug 08 03:03:52.025 INFOWARNAug 08 03:03:52.025 shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:03:52.025 |
| 6943 | 2026-08-08T03:03:52.964Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffERRO |
| 6944 | 2026-08-08T03:03:52.964Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 6945 | 2026-08-08T03:03:52.964Z | 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 |
| 6946 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025 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 } }] |
| 6947 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025 Aug 08 03:03:52.025DEBG 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 } }] |
| 6948 | 2026-08-08T03:03:52.964Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 6949 | 2026-08-08T03:03:52.964Z | 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 08 03:03:52.025 |
| 6950 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025DEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:03:52.025adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6951 | 2026-08-08T03:03:52.964Z | INFO |
| 6952 | 2026-08-08T03:03:52.964Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 08 03:03:52.025 |
| 6953 | 2026-08-08T03:03:52.964Z | DEBGAug 08 03:03:52.025 replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6954 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025adding route 172.17.0.3/32 -> 10.0.0.255 |
| 6955 | 2026-08-08T03:03:52.964Z | DEBG Aug 08 03:03:52.025 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 |
| 6956 | 2026-08-08T03:03:52.964Z | Aug 08 03:03:52.025adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6957 | 2026-08-08T03:03:52.964Z | test route::tests::identity_replace_is_noop ... ok |
| 6958 | 2026-08-08T03:03:52.964Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 6959 | 2026-08-08T03:03:52.964Z | DEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.025 |
| 6960 | 2026-08-08T03:03:52.964Z | INFOAug 08 03:03:52.025 Aug 08 03:03:52.025adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffAug 08 03:03:52.016 |
| 6961 | 2026-08-08T03:03:52.964Z | DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 6962 | 2026-08-08T03:03:52.964Z | |
| 6963 | 2026-08-08T03:03:52.964Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:03:52.025Aug 08 03:03:52.025 |
| 6964 | 2026-08-08T03:03:52.964Z | DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6965 | 2026-08-08T03:03:52.964Z | 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 } }] |
| 6966 | 2026-08-08T03:03:52.965Z | Aug 08 03:03:52.025 Aug 08 03:03:52.025INFO INFOAug 08 03:03:52.025 adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:03:52.025INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6967 | 2026-08-08T03:03:52.965Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6968 | 2026-08-08T03:03:52.965Z | |
| 6969 | 2026-08-08T03:03:52.965Z | Aug 08 03:03:52.025 DEBGAug 08 03:03:52.025 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 08 03:03:52.025 Aug 08 03:03:52.026 DEBGAug 08 03:03:52.026DEBG DEBGcreated new freemap , unitcreated new freemapreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6970 | 2026-08-08T03:03:52.965Z | , freemap_route_ipv4unit |
| 6971 | 2026-08-08T03:03:52.965Z | : Aug 08 03:03:52.036 Aug 08 03:03:52.036freemap_route_ipv4 INFO |
| 6972 | 2026-08-08T03:03:52.965Z | DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffcreated new freemap |
| 6973 | 2026-08-08T03:03:52.965Z | , unitAug 08 03:03:52.036: DEBGfreemap_route_ipv6Aug 08 03:03:52.036 |
| 6974 | 2026-08-08T03:03:52.965Z | created new freemap , DEBGunit :Aug 08 03:03:52.036replacing 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 } }] |
| 6975 | 2026-08-08T03:03:52.965Z | DEBG freemap_route_ipv6initted freemap. size: 64 |
| 6976 | 2026-08-08T03:03:52.965Z | , unitAug 08 03:03:52.036: INFOfreemap_route_ipv4 |
| 6977 | 2026-08-08T03:03:52.965Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6978 | 2026-08-08T03:03:52.965Z | DEBG Aug 08 03:03:52.036Aug 08 03:03:52.036 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: 64DEBG |
| 6979 | 2026-08-08T03:03:52.965Z | , reset freemapAug 08 03:03:52.036, unit:DEBG unitDEBG:freemap_route_ipv4 |
| 6980 | 2026-08-08T03:03:52.965Z | freemap_route_ipv4 |
| 6981 | 2026-08-08T03:03:52.965Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.036Aug 08 03:03:52.036 |
| 6982 | 2026-08-08T03:03:52.965Z | Aug 08 03:03:52.036DEBG reset freemapreplacing 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 08 03:03:52.036, |
| 6983 | 2026-08-08T03:03:52.965Z | unit :INFO DEBGfreemap_route_ipv4 |
| 6984 | 2026-08-08T03:03:52.965Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffinitted freemap. size: 64INFO |
| 6985 | 2026-08-08T03:03:52.965Z | adding route 172.17.0.6/32 -> 10.0.0.255, unitAug 08 03:03:52.036 |
| 6986 | 2026-08-08T03:03:52.965Z | : Aug 08 03:03:52.036Aug 08 03:03:52.036 DEBG DEBGINFO initted freemap. size: 64freemap_route_ipv6, Aug 08 03:03:52.036adding route 172.17.0.15/32 -> 10.0.0.255unit |
| 6987 | 2026-08-08T03:03:52.965Z | : DEBG |
| 6988 | 2026-08-08T03:03:52.965Z | freemap_route_ipv6 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: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 } }] |
| 6989 | 2026-08-08T03:03:52.965Z | |
| 6990 | 2026-08-08T03:03:52.965Z | |
| 6991 | 2026-08-08T03:03:52.965Z | Aug 08 03:03:52.036 DEBG reset freemapAug 08 03:03:52.036 , Aug 08 03:03:52.036unit: DEBGDEBG Aug 08 03:03:52.036 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 08 03:03:52.036 |
| 6992 | 2026-08-08T03:03:52.966Z | reset freemap INFO INFO, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:03:52.036freemap_route_ipv6 |
| 6993 | 2026-08-08T03:03:52.966Z | unitINFO |
| 6994 | 2026-08-08T03:03:52.966Z | |
| 6995 | 2026-08-08T03:03:52.966Z | adding route 172.17.0.16/32 -> 10.0.0.255: |
| 6996 | 2026-08-08T03:03:52.966Z | freemap_route_ipv6 |
| 6997 | 2026-08-08T03:03:52.966Z | Aug 08 03:03:52.036Aug 08 03:03:52.036 INFOAug 08 03:03:52.036 Aug 08 03:03:52.036DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 6998 | 2026-08-08T03:03:52.966Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6999 | 2026-08-08T03:03:52.966Z | |
| 7000 | 2026-08-08T03:03:52.985Z | Aug 08 03:03:52.036 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 08 03:03:52.036Aug 08 03:03:52.036 |
| 7001 | 2026-08-08T03:03:52.986Z | 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 } }] DEBG |
| 7002 | 2026-08-08T03:03:52.986Z | 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 08 03:03:52.036 |
| 7003 | 2026-08-08T03:03:52.986Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:03:52.036Aug 08 03:03:52.036 INFO |
| 7004 | 2026-08-08T03:03:52.986Z | INFO INFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7005 | 2026-08-08T03:03:52.986Z | |
| 7006 | 2026-08-08T03:03:52.986Z | Aug 08 03:03:52.036 |
| 7007 | 2026-08-08T03:03:52.986Z | INFO Aug 08 03:03:52.036adding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:03:52.036 |
| 7008 | 2026-08-08T03:03:52.986Z | INFODEBGAug 08 03:03:52.036Aug 08 03:03:52.036 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.16.0.0/32 -> 10.0.0.2DEBG |
| 7009 | 2026-08-08T03:03:52.986Z | |
| 7010 | 2026-08-08T03:03:52.986Z | DEBGAug 08 03:03:52.036 Aug 08 03:03:52.036 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 08 03:03:52.036DEBGDEBG 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 } }] replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7011 | 2026-08-08T03:03:52.986Z | |
| 7012 | 2026-08-08T03:03:52.986Z | |
| 7013 | 2026-08-08T03:03:52.986Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7014 | 2026-08-08T03:03:52.986Z | |
| 7015 | 2026-08-08T03:03:52.986Z | Aug 08 03:03:52.036Aug 08 03:03:52.036Aug 08 03:03:52.036 DEBGINFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7016 | 2026-08-08T03:03:52.986Z | Aug 08 03:03:52.036 |
| 7017 | 2026-08-08T03:03:52.986Z | Aug 08 03:03:52.036INFO INFO INFOAug 08 03:03:52.036adding route 3fff:dead::/64 -> 2001:db8::55:3 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 7018 | 2026-08-08T03:03:52.986Z | |
| 7019 | 2026-08-08T03:03:52.986Z | adding route 172.17.0.18/32 -> 10.0.0.255Aug 08 03:03:52.036 |
| 7020 | 2026-08-08T03:03:52.986Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7021 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 |
| 7022 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 Aug 08 03:03:52.036DEBGDEBGAug 08 03:03:52.036Aug 08 03:03:52.036 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7023 | 2026-08-08T03:03:52.987Z | INFODEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7024 | 2026-08-08T03:03:52.987Z | |
| 7025 | 2026-08-08T03:03:52.987Z | |
| 7026 | 2026-08-08T03:03:52.987Z | 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 08 03:03:52.036Aug 08 03:03:52.036 Aug 08 03:03:52.036 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 7027 | 2026-08-08T03:03:52.987Z | |
| 7028 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7029 | 2026-08-08T03:03:52.987Z | adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7030 | 2026-08-08T03:03:52.987Z | |
| 7031 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 Aug 08 03:03:52.036INFO Aug 08 03:03:52.036adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Aug 08 03:03:52.036 |
| 7032 | 2026-08-08T03:03:52.987Z | DEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 |
| 7033 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 DEBG |
| 7034 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7035 | 2026-08-08T03:03:52.987Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7036 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036replacing 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 } }] |
| 7037 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036INFO adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:03:52.036 |
| 7038 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036INFO DEBGINFO Aug 08 03:03:52.036adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7039 | 2026-08-08T03:03:52.987Z | |
| 7040 | 2026-08-08T03:03:52.987Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7041 | 2026-08-08T03:03:52.987Z | DEBG Aug 08 03:03:52.036replacing 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 08 03:03:52.036 |
| 7042 | 2026-08-08T03:03:52.987Z | WARNAug 08 03:03:52.036DEBG shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 7043 | 2026-08-08T03:03:52.987Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7044 | 2026-08-08T03:03:52.987Z | |
| 7045 | 2026-08-08T03:03:52.987Z | Aug 08 03:03:52.036 Aug 08 03:03:52.036Aug 08 03:03:52.036 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 7046 | 2026-08-08T03:03:52.987Z | adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7047 | 2026-08-08T03:03:52.987Z | |
| 7048 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.036 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 } }]Aug 08 03:03:52.036 |
| 7049 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.036DEBG 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 } }]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 } }] |
| 7050 | 2026-08-08T03:03:52.988Z | |
| 7051 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.036 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7052 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.026Aug 08 03:03:52.036Aug 08 03:03:52.036 INFOINFO adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:03:52.036 |
| 7053 | 2026-08-08T03:03:52.988Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 7054 | 2026-08-08T03:03:52.988Z | created new freemapAug 08 03:03:52.037replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7055 | 2026-08-08T03:03:52.988Z | DEBG, unitreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.037: |
| 7056 | 2026-08-08T03:03:52.988Z | DEBG freemap_route_ipv4Aug 08 03:03:52.037replacing 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 } }] |
| 7057 | 2026-08-08T03:03:52.988Z | |
| 7058 | 2026-08-08T03:03:52.988Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.037 |
| 7059 | 2026-08-08T03:03:52.988Z | INFOAug 08 03:03:52.037 adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 7060 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7061 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7062 | 2026-08-08T03:03:52.988Z | DEBGAug 08 03:03:52.037 replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7063 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037Aug 08 03:03:52.037 DEBGINFO Aug 08 03:03:52.037replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7064 | 2026-08-08T03:03:52.988Z | INFO |
| 7065 | 2026-08-08T03:03:52.988Z | created new freemap , adding route 172.17.0.16/32 -> 10.0.0.255unit |
| 7066 | 2026-08-08T03:03:52.988Z | : Aug 08 03:03:52.037 freemap_route_ipv6INFO |
| 7067 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037 Aug 08 03:03:52.037adding route 172.17.0.24/32 -> 10.0.0.255DEBG |
| 7068 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037replacing 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 |
| 7069 | 2026-08-08T03:03:52.988Z | 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 |
| 7070 | 2026-08-08T03:03:52.988Z | initted freemap. size: 64Aug 08 03:03:52.037, unit: Aug 08 03:03:52.037DEBG Aug 08 03:03:52.037INFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7071 | 2026-08-08T03:03:52.988Z | |
| 7072 | 2026-08-08T03:03:52.988Z | freemap_route_ipv4 |
| 7073 | 2026-08-08T03:03:52.988Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7074 | 2026-08-08T03:03:52.988Z | Aug 08 03:03:52.037 DEBG created new freemap |
| 7075 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.037, DEBGunit Aug 08 03:03:52.045: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 } }] |
| 7076 | 2026-08-08T03:03:52.989Z | freemap_route_ipv4DEBG |
| 7077 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.045 Aug 08 03:03:52.045DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7078 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.045 |
| 7079 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.037DEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGAug 08 03:03:52.045 created new freemapcreated new freemapAug 08 03:03:52.045, , |
| 7080 | 2026-08-08T03:03:52.989Z | INFOunit : adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv4unit |
| 7081 | 2026-08-08T03:03:52.989Z | : |
| 7082 | 2026-08-08T03:03:52.989Z | INFO Aug 08 03:03:52.045freemap_route_ipv6 |
| 7083 | 2026-08-08T03:03:52.989Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7084 | 2026-08-08T03:03:52.989Z | 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 08 03:03:52.045Aug 08 03:03:52.045 |
| 7085 | 2026-08-08T03:03:52.989Z | DEBG DEBGAug 08 03:03:52.045 initted freemap. size: 64created new freemapDEBGAug 08 03:03:52.045, unit, :INFOAug 08 03:03:52.045 unitfreemap_route_ipv6 |
| 7086 | 2026-08-08T03:03:52.989Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 7087 | 2026-08-08T03:03:52.989Z | 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 08 03:03:52.045 freemap_route_ipv4DEBG |
| 7088 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.045 |
| 7089 | 2026-08-08T03:03:52.989Z | initted freemap. size: 64DEBG 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 } }], |
| 7090 | 2026-08-08T03:03:52.989Z | unitAug 08 03:03:52.045: DEBG reset freemapfreemap_route_ipv4, |
| 7091 | 2026-08-08T03:03:52.989Z | unit: Aug 08 03:03:52.045freemap_route_ipv4DEBG |
| 7092 | 2026-08-08T03:03:52.989Z | INFOAug 08 03:03:52.045Aug 08 03:03:52.045 DEBGAug 08 03:03:52.045adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7093 | 2026-08-08T03:03:52.989Z | INFOreset freemap DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff, |
| 7094 | 2026-08-08T03:03:52.989Z | unitAug 08 03:03:52.045 :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 } }] |
| 7095 | 2026-08-08T03:03:52.989Z | initted freemap. size: 64freemap_route_ipv4, |
| 7096 | 2026-08-08T03:03:52.989Z | DEBGunit :Aug 08 03:03:52.045replacing 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 } }] |
| 7097 | 2026-08-08T03:03:52.989Z | DEBGfreemap_route_ipv6 |
| 7098 | 2026-08-08T03:03:52.989Z | 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 } }] |
| 7099 | 2026-08-08T03:03:52.989Z | Aug 08 03:03:52.045Aug 08 03:03:52.045Aug 08 03:03:52.045 Aug 08 03:03:52.045 DEBG DEBGreset freemap initted freemap. size: 64, INFO, unitINFO: adding route 172.17.0.20/32 -> 10.0.0.255freemap_route_ipv6 |
| 7100 | 2026-08-08T03:03:52.995Z | unitAug 08 03:03:52.045:adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7101 | 2026-08-08T03:03:52.995Z | |
| 7102 | 2026-08-08T03:03:52.995Z | freemap_route_ipv6 |
| 7103 | 2026-08-08T03:03:52.995Z | Aug 08 03:03:52.045Aug 08 03:03:52.045DEBG INFOfailed to allocate space for the new target list DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7104 | 2026-08-08T03:03:52.995Z | Aug 08 03:03:52.045 |
| 7105 | 2026-08-08T03:03:52.995Z | 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 08 03:03:52.045 |
| 7106 | 2026-08-08T03:03:52.995Z | DEBGDEBG Aug 08 03:03:52.045Aug 08 03:03:52.045replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap , INFODEBG unitadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7107 | 2026-08-08T03:03:52.995Z | |
| 7108 | 2026-08-08T03:03:52.995Z | :Aug 08 03:03:52.045 Aug 08 03:03:52.045DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 7109 | 2026-08-08T03:03:52.995Z | |
| 7110 | 2026-08-08T03:03:52.995Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 08 03:03:52.045 |
| 7111 | 2026-08-08T03:03:52.995Z | 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 08 03:03:52.045 |
| 7112 | 2026-08-08T03:03:52.995Z | INFO Aug 08 03:03:52.045adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:03:52.045 |
| 7113 | 2026-08-08T03:03:52.995Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 7114 | 2026-08-08T03:03:52.995Z | adding route 172.17.0.22/32 -> 10.0.0.255Aug 08 03:03:52.046 |
| 7115 | 2026-08-08T03:03:52.995Z | INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff Aug 08 03:03:52.046Aug 08 03:03:52.046 |
| 7116 | 2026-08-08T03:03:52.995Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7117 | 2026-08-08T03:03:52.995Z | DEBG DEBGAug 08 03:03:52.046replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 7118 | 2026-08-08T03:03:52.995Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.046 |
| 7119 | 2026-08-08T03:03:52.995Z | 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 } }] |
| 7120 | 2026-08-08T03:03:52.995Z | INFO Aug 08 03:03:52.046adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.046 |
| 7121 | 2026-08-08T03:03:52.995Z | INFO INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7122 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046Aug 08 03:03:52.046adding route 3fff:dead::/64 -> 2001:db8::55:3 DEBG |
| 7123 | 2026-08-08T03:03:52.996Z | INFO Aug 08 03:03:52.046 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7124 | 2026-08-08T03:03:52.996Z | |
| 7125 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046DEBG 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 } }] |
| 7126 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7127 | 2026-08-08T03:03:52.996Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Aug 08 03:03:52.046 |
| 7128 | 2026-08-08T03:03:52.996Z | INFO Aug 08 03:03:52.046adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7129 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 7130 | 2026-08-08T03:03:52.996Z | 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 08 03:03:52.046 |
| 7131 | 2026-08-08T03:03:52.996Z | DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7132 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 DEBGINFO Aug 08 03:03:52.046adding route 3fff:beef:2f::/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 } }] |
| 7133 | 2026-08-08T03:03:52.996Z | INFO |
| 7134 | 2026-08-08T03:03:52.996Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7135 | 2026-08-08T03:03:52.996Z | |
| 7136 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046 DEBGAug 08 03:03:52.046 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGAug 08 03:03:52.046 Aug 08 03:03:52.046 |
| 7137 | 2026-08-08T03:03:52.996Z | 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 } }]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 } }] |
| 7138 | 2026-08-08T03:03:52.996Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7139 | 2026-08-08T03:03:52.996Z | |
| 7140 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 INFODEBG adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7141 | 2026-08-08T03:03:52.996Z | |
| 7142 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046 INFO Aug 08 03:03:52.046adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7143 | 2026-08-08T03:03:52.996Z | DEBGAug 08 03:03:52.046 replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7144 | 2026-08-08T03:03:52.996Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffAug 08 03:03:52.046 |
| 7145 | 2026-08-08T03:03:52.996Z | DEBGAug 08 03:03:52.046 replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7146 | 2026-08-08T03:03:52.996Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7147 | 2026-08-08T03:03:52.996Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046DEBG DEBG INFOreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 7148 | 2026-08-08T03:03:52.996Z | |
| 7149 | 2026-08-08T03:03:52.997Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7150 | 2026-08-08T03:03:52.997Z | Aug 08 03:03:52.046 INFOAug 08 03:03:52.046 adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 7151 | 2026-08-08T03:03:52.997Z | Aug 08 03:03:52.046 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 |
| 7152 | 2026-08-08T03:03:52.997Z | Aug 08 03:03:52.046adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 7153 | 2026-08-08T03:03:52.997Z | DEBG Aug 08 03:03:52.037replacing 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 08 03:03:52.046INFO Aug 08 03:03:52.046INFO |
| 7154 | 2026-08-08T03:03:52.997Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7155 | 2026-08-08T03:03:52.997Z | Aug 08 03:03:52.046replacing 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 } }] |
| 7156 | 2026-08-08T03:03:52.997Z | |
| 7157 | 2026-08-08T03:03:52.997Z | test route::tests::same_size_non_subset_replace ... ok |
| 7158 | 2026-08-08T03:03:52.997Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7159 | 2026-08-08T03:03:52.997Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7160 | 2026-08-08T03:03:52.997Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 INFODEBGAug 08 03:03:52.046 Aug 08 03:03:52.046replacing 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 } }] |
| 7161 | 2026-08-08T03:03:52.998Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 7162 | 2026-08-08T03:03:52.998Z | DEBGDEBG Aug 08 03:03:52.046Aug 08 03:03:52.046replacing 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 |
| 7163 | 2026-08-08T03:03:52.998Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 7164 | 2026-08-08T03:03:52.998Z | INFO |
| 7165 | 2026-08-08T03:03:52.998Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffAug 08 03:03:52.046 |
| 7166 | 2026-08-08T03:03:52.998Z | INFO Aug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 7167 | 2026-08-08T03:03:52.998Z | Aug 08 03:03:52.046 |
| 7168 | 2026-08-08T03:03:52.998Z | adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7169 | 2026-08-08T03:03:52.998Z | DEBG |
| 7170 | 2026-08-08T03:03:52.998Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 reset freemapAug 08 03:03:52.046DEBG , Aug 08 03:03:52.046unitreplacing 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 } }]: |
| 7171 | 2026-08-08T03:03:52.999Z | DEBGfreemap_route_ipv4DEBG |
| 7172 | 2026-08-08T03:03:52.999Z | 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 08 03:03:52.046 |
| 7173 | 2026-08-08T03:03:52.999Z | 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 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 7174 | 2026-08-08T03:03:52.999Z | |
| 7175 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.046INFO DEBGAug 08 03:03:52.046adding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOinitted freemap. size: 64 |
| 7176 | 2026-08-08T03:03:52.999Z | , unitadding route 172.17.0.27/32 -> 10.0.0.255: |
| 7177 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.046Aug 08 03:03:52.046 Aug 08 03:03:52.046 INFOfreemap_route_ipv6 |
| 7178 | 2026-08-08T03:03:52.999Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7179 | 2026-08-08T03:03:52.999Z | 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: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 } }] |
| 7180 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.046 |
| 7181 | 2026-08-08T03:03:52.999Z | DEBGAug 08 03:03:52.046 Aug 08 03:03:52.046 reset freemapDEBG, Aug 08 03:03:52.046unit : DEBGfreemap_route_ipv6 |
| 7182 | 2026-08-08T03:03:52.999Z | 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.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 } }] |
| 7183 | 2026-08-08T03:03:52.999Z | |
| 7184 | 2026-08-08T03:03:52.999Z | INFO Aug 08 03:03:52.046adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7185 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.046INFO Aug 08 03:03:52.046 INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7186 | 2026-08-08T03:03:52.999Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7187 | 2026-08-08T03:03:52.999Z | INFOAug 08 03:03:52.046 Aug 08 03:03:52.046INFOAug 08 03:03:52.046Aug 08 03:03:52.046 adding route 172.17.0.28/32 -> 10.0.0.255DEBGDEBG 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 } }] |
| 7188 | 2026-08-08T03:03:52.999Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7189 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.046 Aug 08 03:03:52.046DEBG DEBG created new freemapAug 08 03:03:52.055, unitDEBG: 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 } }]freemap_route_ipv4 |
| 7190 | 2026-08-08T03:03:52.999Z | |
| 7191 | 2026-08-08T03:03:52.999Z | |
| 7192 | 2026-08-08T03:03:52.999Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 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 |
| 7193 | 2026-08-08T03:03:52.999Z | DEBG adding route 172.17.0.33/32 -> 10.0.0.255created new freemap |
| 7194 | 2026-08-08T03:03:52.999Z | , unitAug 08 03:03:52.055 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:03:52.055: |
| 7195 | 2026-08-08T03:03:52.999Z | DEBGfreemap_route_ipv6 |
| 7196 | 2026-08-08T03:03:52.999Z | 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 08 03:03:52.055 |
| 7197 | 2026-08-08T03:03:53.000Z | DEBGAug 08 03:03:52.055 Aug 08 03:03:52.055replacing 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 } }] |
| 7198 | 2026-08-08T03:03:53.000Z | DEBG initted freemap. size: 64 DEBGAug 08 03:03:52.055 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 08 03:03:52.055INFO |
| 7199 | 2026-08-08T03:03:53.000Z | , unitINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255:Aug 08 03:03:52.055 |
| 7200 | 2026-08-08T03:03:53.049Z | freemap_route_ipv4INFO |
| 7201 | 2026-08-08T03:03:53.049Z | |
| 7202 | 2026-08-08T03:03:53.049Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 7203 | 2026-08-08T03:03:53.049Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 DEBGDEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 7204 | 2026-08-08T03:03:53.049Z | , Aug 08 03:03:52.055unit:created new freemap Aug 08 03:03:52.055, unit: DEBG DEBG Aug 08 03:03:52.055freemap_route_ipv4 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4replacing 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 } }] |
| 7205 | 2026-08-08T03:03:53.049Z | |
| 7206 | 2026-08-08T03:03:53.049Z | |
| 7207 | 2026-08-08T03:03:53.050Z | |
| 7208 | 2026-08-08T03:03:53.050Z | INFO Aug 08 03:03:52.055adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7209 | 2026-08-08T03:03:53.050Z | DEBGAug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBGAug 08 03:03:52.055 created new freemapinitted freemap. size: 64 , , unitINFO:Aug 08 03:03:52.055 unitadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 172.17.0.30/32 -> 10.0.0.255: freemap_route_ipv6freemap_route_ipv6 |
| 7210 | 2026-08-08T03:03:53.050Z | |
| 7211 | 2026-08-08T03:03:53.050Z | |
| 7212 | 2026-08-08T03:03:53.050Z | DEBG |
| 7213 | 2026-08-08T03:03:53.050Z | 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 08 03:03:52.055 |
| 7214 | 2026-08-08T03:03:53.050Z | DEBG Aug 08 03:03:52.055reset freemap , DEBG unitinitted freemap. size: 64Aug 08 03:03:52.055Aug 08 03:03:52.055, unit :Aug 08 03:03:52.055:DEBG DEBG freemap_route_ipv4 |
| 7215 | 2026-08-08T03:03:53.050Z | 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 } }]INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7216 | 2026-08-08T03:03:53.050Z | freemap_route_ipv6adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7217 | 2026-08-08T03:03:53.050Z | |
| 7218 | 2026-08-08T03:03:53.050Z | |
| 7219 | 2026-08-08T03:03:53.050Z | Aug 08 03:03:52.055 DEBGAug 08 03:03:52.055Aug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055INFO INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7220 | 2026-08-08T03:03:53.050Z | |
| 7221 | 2026-08-08T03:03:53.050Z | reset freemapadding route 172.17.0.31/32 -> 10.0.0.255 , INFO |
| 7222 | 2026-08-08T03:03:53.050Z | Aug 08 03:03:52.055unit :DEBG freemap_route_ipv4Aug 08 03:03:52.055 |
| 7223 | 2026-08-08T03:03:53.050Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7224 | 2026-08-08T03:03:53.050Z | |
| 7225 | 2026-08-08T03:03:53.050Z | adding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:03:52.055 |
| 7226 | 2026-08-08T03:03:53.050Z | DEBGAug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2initted freemap. size: 64 |
| 7227 | 2026-08-08T03:03:53.050Z | Aug 08 03:03:52.055, unitAug 08 03:03:52.055replacing 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 } }] : DEBGfreemap_route_ipv6DEBG |
| 7228 | 2026-08-08T03:03:53.050Z | Aug 08 03:03:52.055replacing 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 } }] |
| 7229 | 2026-08-08T03:03:53.050Z | |
| 7230 | 2026-08-08T03:03:53.050Z | DEBGAug 08 03:03:52.055 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.055 |
| 7231 | 2026-08-08T03:03:53.050Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7232 | 2026-08-08T03:03:53.050Z | |
| 7233 | 2026-08-08T03:03:53.050Z | reset freemapAug 08 03:03:52.055 DEBG, 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.3, vlan_id: None } }]Aug 08 03:03:52.055: Aug 08 03:03:52.055 |
| 7234 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055INFO freemap_route_ipv6DEBG |
| 7235 | 2026-08-08T03:03:53.051Z | INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7236 | 2026-08-08T03:03:53.051Z | |
| 7237 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055 INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7238 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055 adding route 172.16.0.0/32 -> 10.0.0.1INFOAug 08 03:03:52.055 |
| 7239 | 2026-08-08T03:03:53.051Z | DEBGAug 08 03:03:52.055 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 7240 | 2026-08-08T03:03:53.051Z | |
| 7241 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055 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 |
| 7242 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7243 | 2026-08-08T03:03:53.051Z | DEBGAug 08 03:03:52.055 replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOAug 08 03:03:52.055Aug 08 03:03:52.055 |
| 7244 | 2026-08-08T03:03:53.051Z | adding route 172.17.0.33/32 -> 10.0.0.255INFOINFO |
| 7245 | 2026-08-08T03:03:53.051Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7246 | 2026-08-08T03:03:53.051Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7247 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG adding route 172.17.0.40/32 -> 10.0.0.255replacing 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 } }] |
| 7248 | 2026-08-08T03:03:53.051Z | |
| 7249 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055DEBG INFODEBGAug 08 03:03:52.055 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:12::/64 -> 2001:db8::55:ff |
| 7250 | 2026-08-08T03:03:53.051Z | |
| 7251 | 2026-08-08T03:03:53.051Z | DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 08 03:03:52.055Aug 08 03:03:52.055 |
| 7252 | 2026-08-08T03:03:53.051Z | DEBG |
| 7253 | 2026-08-08T03:03:53.051Z | INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7254 | 2026-08-08T03:03:53.051Z | |
| 7255 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 INFOINFO Aug 08 03:03:52.055 Aug 08 03:03:52.055adding route 172.17.0.34/32 -> 10.0.0.255 INFOadding route 172.17.0.41/32 -> 10.0.0.255DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 7256 | 2026-08-08T03:03:53.051Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7257 | 2026-08-08T03:03:53.051Z | |
| 7258 | 2026-08-08T03:03:53.051Z | |
| 7259 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 DEBGDEBGAug 08 03:03:52.055 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 |
| 7260 | 2026-08-08T03:03:53.051Z | |
| 7261 | 2026-08-08T03:03:53.051Z | Aug 08 03:03:52.055 adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 7262 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 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 |
| 7263 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffAug 08 03:03:52.055 |
| 7264 | 2026-08-08T03:03:53.052Z | DEBGAug 08 03:03:52.055 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 7265 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 7266 | 2026-08-08T03:03:53.052Z | INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.055 |
| 7267 | 2026-08-08T03:03:53.052Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255 |
| 7268 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055replacing targets for 172.16.0.0/32 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 } }] |
| 7269 | 2026-08-08T03:03:53.052Z | DEBG Aug 08 03:03:52.055replacing 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 } }] |
| 7270 | 2026-08-08T03:03:53.052Z | 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 } }] |
| 7271 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 Aug 08 03:03:52.055 INFOINFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7272 | 2026-08-08T03:03:53.052Z | |
| 7273 | 2026-08-08T03:03:53.052Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7274 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 DEBG Aug 08 03:03:52.055replacing 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 } }] |
| 7275 | 2026-08-08T03:03:53.052Z | DEBGAug 08 03:03:52.055 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 |
| 7276 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7277 | 2026-08-08T03:03:53.052Z | adding route 172.17.0.44/32 -> 10.0.0.255Aug 08 03:03:52.055 |
| 7278 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055Aug 08 03:03:52.055 INFODEBG INFOadding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7279 | 2026-08-08T03:03:53.052Z | |
| 7280 | 2026-08-08T03:03:53.052Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 7281 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.046Aug 08 03:03:52.055 Aug 08 03:03:52.055 DEBGINFO DEBG created new freemap , adding route 172.17.0.45/32 -> 10.0.0.255unit |
| 7282 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055: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 } }] |
| 7283 | 2026-08-08T03:03:53.052Z | freemap_route_ipv4DEBG Aug 08 03:03:52.055 |
| 7284 | 2026-08-08T03:03:53.052Z | 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 |
| 7285 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055 replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7286 | 2026-08-08T03:03:53.052Z | adding route 172.17.0.38/32 -> 10.0.0.255Aug 08 03:03:52.055 |
| 7287 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055DEBGAug 08 03:03:52.055 created new freemapINFO, unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff: |
| 7288 | 2026-08-08T03:03:53.052Z | Aug 08 03:03:52.055freemap_route_ipv6 |
| 7289 | 2026-08-08T03:03:53.053Z | INFO Aug 08 03:03:52.055adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7290 | 2026-08-08T03:03:53.053Z | DEBGAug 08 03:03:52.055 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7291 | 2026-08-08T03:03:53.053Z | 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 } }] |
| 7292 | 2026-08-08T03:03:53.053Z | initted freemap. size: 64, unitAug 08 03:03:52.055: Aug 08 03:03:52.055freemap_route_ipv4 INFOINFO |
| 7293 | 2026-08-08T03:03:53.053Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7294 | 2026-08-08T03:03:53.053Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:03:52.055 |
| 7295 | 2026-08-08T03:03:53.053Z | |
| 7296 | 2026-08-08T03:03:53.053Z | Aug 08 03:03:52.055 DEBGDEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 7297 | 2026-08-08T03:03:53.053Z | Aug 08 03:03:52.055, Aug 08 03:03:52.055 unit INFO: Aug 08 03:03:52.055INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7298 | 2026-08-08T03:03:53.053Z | DEBG |
| 7299 | 2026-08-08T03:03:53.053Z | freemap_route_ipv4Aug 08 03:03:52.055 |
| 7300 | 2026-08-08T03:03:53.059Z | Aug 08 03:03:52.055INFO 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 08 03:03:52.055Aug 08 03:03:52.055adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7301 | 2026-08-08T03:03:53.059Z | DEBG DEBG |
| 7302 | 2026-08-08T03:03:53.059Z | 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 } }] |
| 7303 | 2026-08-08T03:03:53.059Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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, unitAug 08 03:03:52.056 : DEBGfreemap_route_ipv6 |
| 7304 | 2026-08-08T03:03:53.059Z | created new freemapAug 08 03:03:52.055, unitDEBGAug 08 03:03:52.064: Aug 08 03:03:52.064 DEBGINFO reset freemap , 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 } }] |
| 7305 | 2026-08-08T03:03:53.059Z | unitfreemap_route_ipv4 : |
| 7306 | 2026-08-08T03:03:53.059Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 7307 | 2026-08-08T03:03:53.059Z | |
| 7308 | 2026-08-08T03:03:53.059Z | Aug 08 03:03:52.064 INFO adding route 172.17.0.47/32 -> 10.0.0.255Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064 |
| 7309 | 2026-08-08T03:03:53.059Z | DEBG created new freemap , DEBGunitAug 08 03:03:52.064: INFO 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 08 03:03:52.064 INFOfreemap_route_ipv6adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7310 | 2026-08-08T03:03:53.059Z | |
| 7311 | 2026-08-08T03:03:53.059Z | |
| 7312 | 2026-08-08T03:03:53.059Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7313 | 2026-08-08T03:03:53.059Z | 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 08 03:03:52.064Aug 08 03:03:52.064 |
| 7314 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064Aug 08 03:03:52.064INFO DEBGDEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7315 | 2026-08-08T03:03:53.060Z | initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:03:52.064 |
| 7316 | 2026-08-08T03:03:53.060Z | , unit 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 } }]: |
| 7317 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064 freemap_route_ipv4Aug 08 03:03:52.064adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7318 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064DEBG |
| 7319 | 2026-08-08T03:03:53.060Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2INFOreplacing 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 } }] |
| 7320 | 2026-08-08T03:03:53.060Z | |
| 7321 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7322 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064DEBGAug 08 03:03:52.064Aug 08 03:03:52.064 DEBG INFODEBGreset 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 } }] |
| 7323 | 2026-08-08T03:03:53.060Z | , Aug 08 03:03:52.064unit: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 } }] |
| 7324 | 2026-08-08T03:03:53.060Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.064 DEBG INFO |
| 7325 | 2026-08-08T03:03:53.060Z | 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 172.17.0.0/32 -> 10.0.0.255Aug 08 03:03:52.064 |
| 7326 | 2026-08-08T03:03:53.060Z | freemap_route_ipv4 |
| 7327 | 2026-08-08T03:03:53.060Z | |
| 7328 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064INFOAug 08 03:03:52.064 Aug 08 03:03:52.064Aug 08 03:03:52.064 DEBG adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 7329 | 2026-08-08T03:03:53.060Z | INFOinitted freemap. size: 64 , adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunitreplacing 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 } }] |
| 7330 | 2026-08-08T03:03:53.060Z | 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 } }] |
| 7331 | 2026-08-08T03:03:53.060Z | |
| 7332 | 2026-08-08T03:03:53.060Z | freemap_route_ipv6Aug 08 03:03:52.064 |
| 7333 | 2026-08-08T03:03:53.060Z | Aug 08 03:03:52.064Aug 08 03:03:52.064 Aug 08 03:03:52.064DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7334 | 2026-08-08T03:03:53.060Z | INFOAug 08 03:03:52.064 adding route 172.17.0.1/32 -> 10.0.0.255 DEBG |
| 7335 | 2026-08-08T03:03:53.060Z | 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 } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7336 | 2026-08-08T03:03:53.060Z | reset freemapAug 08 03:03:52.064 |
| 7337 | 2026-08-08T03:03:53.060Z | , Aug 08 03:03:52.064Aug 08 03:03:52.064unit :Aug 08 03:03:52.064INFO INFODEBGfreemap_route_ipv6 |
| 7338 | 2026-08-08T03:03:53.060Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7339 | 2026-08-08T03:03:53.060Z | DEBG |
| 7340 | 2026-08-08T03:03:53.060Z | adding route 172.17.0.50/32 -> 10.0.0.255 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 08 03:03:52.064Aug 08 03:03:52.064 |
| 7341 | 2026-08-08T03:03:53.061Z | |
| 7342 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064INFO DEBGINFO adding route 172.17.0.2/32 -> 10.0.0.255Aug 08 03:03:52.064 |
| 7343 | 2026-08-08T03:03:53.061Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:03:52.064 DEBGINFOreplacing 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 } }] |
| 7344 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064 |
| 7345 | 2026-08-08T03:03:53.061Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffAug 08 03:03:52.064 |
| 7346 | 2026-08-08T03:03:53.061Z | |
| 7347 | 2026-08-08T03:03:53.061Z | |
| 7348 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064 INFO Aug 08 03:03:52.064adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 7349 | 2026-08-08T03:03:53.061Z | 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 08 03:03:52.064Aug 08 03:03:52.064 |
| 7350 | 2026-08-08T03:03:53.061Z | 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 08 03:03:52.064 |
| 7351 | 2026-08-08T03:03:53.061Z | INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7352 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7353 | 2026-08-08T03:03:53.061Z | |
| 7354 | 2026-08-08T03:03:53.061Z | INFO Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064adding route 3fff:dead::/64 -> 2001:db8::55:2 Aug 08 03:03:52.064INFO INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7355 | 2026-08-08T03:03:53.061Z | |
| 7356 | 2026-08-08T03:03:53.061Z | DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7357 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064replacing 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 08 03:03:52.064 DEBGAug 08 03:03:52.064 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.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 } }] |
| 7358 | 2026-08-08T03:03:53.061Z | 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 } }] |
| 7359 | 2026-08-08T03:03:53.061Z | |
| 7360 | 2026-08-08T03:03:53.061Z | |
| 7361 | 2026-08-08T03:03:53.061Z | DEBGAug 08 03:03:52.064 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 08 03:03:52.064 |
| 7362 | 2026-08-08T03:03:53.061Z | INFOAug 08 03:03:52.064 Aug 08 03:03:52.064INFO INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Aug 08 03:03:52.064 |
| 7363 | 2026-08-08T03:03:53.061Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 failed to allocate space for the new target listadding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 7364 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064 |
| 7365 | 2026-08-08T03:03:53.061Z | |
| 7366 | 2026-08-08T03:03:53.061Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7367 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064 |
| 7368 | 2026-08-08T03:03:53.061Z | Aug 08 03:03:52.064DEBG 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 08 03:03:52.064Aug 08 03:03:52.064 |
| 7369 | 2026-08-08T03:03:53.062Z | DEBG DEBG INFOAug 08 03:03:52.064 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOAug 08 03:03:52.064 |
| 7370 | 2026-08-08T03:03:53.062Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7371 | 2026-08-08T03:03:53.062Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7372 | 2026-08-08T03:03:53.062Z | |
| 7373 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064DEBG 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 } }]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 08 03:03:52.064 |
| 7374 | 2026-08-08T03:03:53.062Z | |
| 7375 | 2026-08-08T03:03:53.062Z | DEBGAug 08 03:03:52.064 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7376 | 2026-08-08T03:03:53.062Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7377 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064 Aug 08 03:03:52.064INFO INFOAug 08 03:03:52.064 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255Aug 08 03:03:52.064 |
| 7378 | 2026-08-08T03:03:53.062Z | |
| 7379 | 2026-08-08T03:03:53.062Z | INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:03:52.064replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7380 | 2026-08-08T03:03:53.062Z | |
| 7381 | 2026-08-08T03:03:53.062Z | DEBGAug 08 03:03:52.064 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 } }] |
| 7382 | 2026-08-08T03:03:53.062Z | DEBG Aug 08 03:03:52.064Aug 08 03:03:52.064 Aug 08 03:03:52.064DEBGreplacing 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 } }] |
| 7383 | 2026-08-08T03:03:53.062Z | 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 |
| 7384 | 2026-08-08T03:03:53.062Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBGAug 08 03:03:52.064 |
| 7385 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064INFOreplacing targets for 3fff:dead::/64 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 } }] |
| 7386 | 2026-08-08T03:03:53.062Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7387 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064 |
| 7388 | 2026-08-08T03:03:53.062Z | DEBGAug 08 03:03:52.064 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 |
| 7389 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064 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 |
| 7390 | 2026-08-08T03:03:53.062Z | 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 08 03:03:52.064 |
| 7391 | 2026-08-08T03:03:53.062Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:03:52.064 |
| 7392 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7393 | 2026-08-08T03:03:53.062Z | adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:03:52.064 |
| 7394 | 2026-08-08T03:03:53.062Z | DEBG Aug 08 03:03:52.064replacing 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 } }] |
| 7395 | 2026-08-08T03:03:53.062Z | Aug 08 03:03:52.064DEBG DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7396 | 2026-08-08T03:03:53.063Z | Aug 08 03:03:52.064 |
| 7397 | 2026-08-08T03:03:53.063Z | INFO Aug 08 03:03:52.064adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7398 | 2026-08-08T03:03:53.063Z | Aug 08 03:03:52.064INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 Aug 08 03:03:52.064 |
| 7399 | 2026-08-08T03:03:53.063Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7400 | 2026-08-08T03:03:53.068Z | DEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7401 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.064 INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7402 | 2026-08-08T03:03:53.068Z | 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 } }] |
| 7403 | 2026-08-08T03:03:53.068Z | 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 } }] |
| 7404 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.064 DEBGAug 08 03:03:52.064 Aug 08 03:03:52.064replacing 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 |
| 7405 | 2026-08-08T03:03:53.068Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7406 | 2026-08-08T03:03:53.068Z | |
| 7407 | 2026-08-08T03:03:53.068Z | |
| 7408 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.064 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7409 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.064Aug 08 03:03:52.064Aug 08 03:03:52.055 Aug 08 03:03:52.064DEBGINFO Aug 08 03:03:52.064DEBG 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 } }] DEBGDEBG |
| 7410 | 2026-08-08T03:03:53.068Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7411 | 2026-08-08T03:03:53.068Z | 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 } }] |
| 7412 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.065Aug 08 03:03:52.073 DEBG |
| 7413 | 2026-08-08T03:03:53.068Z | INFOAug 08 03:03:52.065 adding route 172.17.0.41/32 -> 10.0.0.255DEBGcreated new freemap |
| 7414 | 2026-08-08T03:03:53.068Z | , created new freemapunit, :unit :Aug 08 03:03:52.073Aug 08 03:03:52.073 freemap_route_ipv4INFO |
| 7415 | 2026-08-08T03:03:53.068Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:fffreemap_route_ipv4DEBG |
| 7416 | 2026-08-08T03:03:53.068Z | |
| 7417 | 2026-08-08T03:03:53.068Z | Aug 08 03:03:52.073replacing 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 } }] |
| 7418 | 2026-08-08T03:03:53.068Z | DEBGAug 08 03:03:52.073Aug 08 03:03:52.073 created new freemapDEBG 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 } }], |
| 7419 | 2026-08-08T03:03:53.069Z | DEBGunitAug 08 03:03:52.073 :created new freemap INFOfreemap_route_ipv6, unitadding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:03:52.073 |
| 7420 | 2026-08-08T03:03:53.069Z | |
| 7421 | 2026-08-08T03:03:53.069Z | :INFO freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7422 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073 |
| 7423 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 7424 | 2026-08-08T03:03:53.069Z | , unitAug 08 03:03:52.073Aug 08 03:03:52.073: DEBGfreemap_route_ipv4 |
| 7425 | 2026-08-08T03:03:53.069Z | 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 |
| 7426 | 2026-08-08T03:03:53.069Z | initted freemap. size: 64Aug 08 03:03:52.073Aug 08 03:03:52.073 , DEBGINFOunit reset freemap:, unitAug 08 03:03:52.073freemap_route_ipv4 :INFO freemap_route_ipv4adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7427 | 2026-08-08T03:03:53.069Z | |
| 7428 | 2026-08-08T03:03:53.069Z | |
| 7429 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073Aug 08 03:03:52.073Aug 08 03:03:52.073 DEBGDEBGDEBGadding route 172.17.0.43/32 -> 10.0.0.255 initted freemap. size: 64 |
| 7430 | 2026-08-08T03:03:53.069Z | 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 } }], |
| 7431 | 2026-08-08T03:03:53.069Z | unitreset freemap:, Aug 08 03:03:52.073Aug 08 03:03:52.073 freemap_route_ipv6DEBG |
| 7432 | 2026-08-08T03:03:53.069Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7433 | 2026-08-08T03:03:53.069Z | unit: freemap_route_ipv4adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7434 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073 |
| 7435 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073DEBG Aug 08 03:03:52.073INFO Aug 08 03:03:52.073reset freemap adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7436 | 2026-08-08T03:03:53.069Z | , unitDEBG: 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 } }]freemap_route_ipv6 |
| 7437 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073initted freemap. size: 64 |
| 7438 | 2026-08-08T03:03:53.069Z | 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 } }]unit |
| 7439 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073Aug 08 03:03:52.073: freemap_route_ipv6INFO |
| 7440 | 2026-08-08T03:03:53.069Z | INFO Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 7441 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073 |
| 7442 | 2026-08-08T03:03:53.069Z | DEBG adding route 172.17.0.45/32 -> 10.0.0.255reset freemap |
| 7443 | 2026-08-08T03:03:53.069Z | , Aug 08 03:03:52.073unitAug 08 03:03:52.073 :DEBG DEBGfreemap_route_ipv6 |
| 7444 | 2026-08-08T03:03:53.069Z | 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.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 } }] |
| 7445 | 2026-08-08T03:03:53.069Z | |
| 7446 | 2026-08-08T03:03:53.069Z | Aug 08 03:03:52.073Aug 08 03:03:52.073 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7447 | 2026-08-08T03:03:53.070Z | |
| 7448 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073Aug 08 03:03:52.073 INFO |
| 7449 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073INFOAug 08 03:03:52.073 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7450 | 2026-08-08T03:03:53.070Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 7451 | 2026-08-08T03:03:53.070Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 7452 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073 adding route 172.17.0.46/32 -> 10.0.0.255INFOAug 08 03:03:52.073 |
| 7453 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073Aug 08 03:03:52.073DEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 7454 | 2026-08-08T03:03:53.070Z | |
| 7455 | 2026-08-08T03:03:53.070Z | 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 |
| 7456 | 2026-08-08T03:03:53.070Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:03:52.073 |
| 7457 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073 INFODEBGAug 08 03:03:52.073 Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 7458 | 2026-08-08T03:03:53.070Z | 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 08 03:03:52.073DEBG |
| 7459 | 2026-08-08T03:03:53.070Z | |
| 7460 | 2026-08-08T03:03:53.070Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7461 | 2026-08-08T03:03:53.070Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7462 | 2026-08-08T03:03:53.070Z | |
| 7463 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073 INFOAug 08 03:03:52.073 Aug 08 03:03:52.073adding route 172.17.0.12/32 -> 10.0.0.255Aug 08 03:03:52.073DEBG |
| 7464 | 2026-08-08T03:03:53.070Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7465 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 7466 | 2026-08-08T03:03:53.070Z | INFO replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.073 |
| 7467 | 2026-08-08T03:03:53.070Z | adding route 172.17.0.47/32 -> 10.0.0.255INFO |
| 7468 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073Aug 08 03:03:52.073adding route 172.16.0.0/32 -> 10.0.0.3 INFOINFO |
| 7469 | 2026-08-08T03:03:53.070Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7470 | 2026-08-08T03:03:53.070Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 08 03:03:52.073DEBG 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 } }] |
| 7471 | 2026-08-08T03:03:53.070Z | |
| 7472 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073 DEBGAug 08 03:03:52.073DEBG 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 08 03:03:52.073DEBG |
| 7473 | 2026-08-08T03:03:53.070Z | Aug 08 03:03:52.073DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7474 | 2026-08-08T03:03:53.070Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 7475 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.073INFO |
| 7476 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7477 | 2026-08-08T03:03:53.071Z | INFO INFOAug 08 03:03:52.083 adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7478 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083 DEBGINFO |
| 7479 | 2026-08-08T03:03:53.071Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7480 | 2026-08-08T03:03:53.071Z | 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 } }] |
| 7481 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 INFODEBG adding route 172.17.0.14/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 } }]Aug 08 03:03:52.083 |
| 7482 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083 |
| 7483 | 2026-08-08T03:03:53.071Z | DEBG Aug 08 03:03:52.083replacing 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 08 03:03:52.083 |
| 7484 | 2026-08-08T03:03:53.071Z | DEBGINFO DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7485 | 2026-08-08T03:03:53.071Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 08 03:03:52.083 |
| 7486 | 2026-08-08T03:03:53.071Z | 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 08 03:03:52.083 |
| 7487 | 2026-08-08T03:03:53.071Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 |
| 7488 | 2026-08-08T03:03:53.071Z | INFOINFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 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 } }] |
| 7489 | 2026-08-08T03:03:53.071Z | |
| 7490 | 2026-08-08T03:03:53.071Z | adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 7491 | 2026-08-08T03:03:53.071Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:03:52.083Aug 08 03:03:52.083 |
| 7492 | 2026-08-08T03:03:53.071Z | INFOAug 08 03:03:52.083DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7493 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 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 } }] DEBGAug 08 03:03:52.083DEBGDEBG |
| 7494 | 2026-08-08T03:03:53.071Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7495 | 2026-08-08T03:03:53.071Z | |
| 7496 | 2026-08-08T03:03:53.071Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Aug 08 03:03:52.083 |
| 7497 | 2026-08-08T03:03:53.071Z | 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 } }] |
| 7498 | 2026-08-08T03:03:53.071Z | INFOAug 08 03:03:52.083 adding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:03:52.083DEBG |
| 7499 | 2026-08-08T03:03:53.071Z | Aug 08 03:03:52.083 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:03:52.083Aug 08 03:03:52.083replacing targets for 3fff:dead::/64 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 } }] |
| 7500 | 2026-08-08T03:03:53.077Z | DEBG |
| 7501 | 2026-08-08T03:03:53.078Z | 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 } }] |
| 7502 | 2026-08-08T03:03:53.078Z | replacing targets for 172.16.0.0/32 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 } }]INFO |
| 7503 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFOWARN |
| 7504 | 2026-08-08T03:03:53.078Z | DEBGshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7505 | 2026-08-08T03:03:53.078Z | adding route 172.17.0.51/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 } }] |
| 7506 | 2026-08-08T03:03:53.078Z | |
| 7507 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7508 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7509 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 INFO Aug 08 03:03:52.083adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7510 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:03:52.083replacing 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 } }] |
| 7511 | 2026-08-08T03:03:53.078Z | |
| 7512 | 2026-08-08T03:03:53.078Z | DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:03:52.083 |
| 7513 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255Aug 08 03:03:52.083 |
| 7514 | 2026-08-08T03:03:53.078Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7515 | 2026-08-08T03:03:53.078Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7516 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 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 } }] |
| 7517 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 DEBGAug 08 03:03:52.083 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 08 03:03:52.083INFO |
| 7518 | 2026-08-08T03:03:53.078Z | DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 7519 | 2026-08-08T03:03:53.078Z | 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 } }] |
| 7520 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 7521 | 2026-08-08T03:03:53.078Z | |
| 7522 | 2026-08-08T03:03:53.078Z | 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 } }] |
| 7523 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7524 | 2026-08-08T03:03:53.078Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7525 | 2026-08-08T03:03:53.078Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7526 | 2026-08-08T03:03:53.079Z | |
| 7527 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7528 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 INFO INFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.17.0.55/32 -> 10.0.0.255 |
| 7529 | 2026-08-08T03:03:53.079Z | |
| 7530 | 2026-08-08T03:03:53.079Z | 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 } }] |
| 7531 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 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 } }] |
| 7532 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083DEBG 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 } }] |
| 7533 | 2026-08-08T03:03:53.079Z | adding route 172.17.0.21/32 -> 10.0.0.255Aug 08 03:03:52.083 |
| 7534 | 2026-08-08T03:03:53.079Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:03:52.083 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 } }] |
| 7535 | 2026-08-08T03:03:53.079Z | |
| 7536 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO Aug 08 03:03:52.064DEBG INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7537 | 2026-08-08T03:03:53.079Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7538 | 2026-08-08T03:03:53.079Z | |
| 7539 | 2026-08-08T03:03:53.079Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:03:52.083 Aug 08 03:03:52.083INFO |
| 7540 | 2026-08-08T03:03:53.079Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7541 | 2026-08-08T03:03:53.079Z | 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 } }] |
| 7542 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083 DEBG Aug 08 03:03:52.083Aug 08 03:03:52.083 DEBGINFOAug 08 03:03:52.083replacing 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 } }] |
| 7543 | 2026-08-08T03:03:53.079Z | 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 } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7544 | 2026-08-08T03:03:53.079Z | Aug 08 03:03:52.083 |
| 7545 | 2026-08-08T03:03:53.079Z | 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 } }] |
| 7546 | 2026-08-08T03:03:53.079Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:03:52.083 |
| 7547 | 2026-08-08T03:03:53.079Z | DEBGAug 08 03:03:52.083 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 08 03:03:52.083 |
| 7548 | 2026-08-08T03:03:53.079Z | INFODEBG Aug 08 03:03:52.083replacing 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.59/32 -> 10.0.0.255 Aug 08 03:03:52.083 |
| 7549 | 2026-08-08T03:03:53.079Z | INFO |
| 7550 | 2026-08-08T03:03:53.079Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:03:52.083Aug 08 03:03:52.083 |
| 7551 | 2026-08-08T03:03:53.079Z | |
| 7552 | 2026-08-08T03:03:53.080Z | INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7553 | 2026-08-08T03:03:53.080Z | |
| 7554 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083Aug 08 03:03:52.083Aug 08 03:03:52.083 DEBGINFO 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 172.17.0.60/32 -> 10.0.0.255DEBG |
| 7555 | 2026-08-08T03:03:53.080Z | |
| 7556 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083 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 |
| 7557 | 2026-08-08T03:03:53.080Z | 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 08 03:03:52.083 |
| 7558 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083 INFODEBG Aug 08 03:03:52.083Aug 08 03:03:52.083adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOINFO 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 } }] |
| 7559 | 2026-08-08T03:03:53.080Z | |
| 7560 | 2026-08-08T03:03:53.080Z | adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7561 | 2026-08-08T03:03:53.080Z | |
| 7562 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 INFOAug 08 03:03:52.083 DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 7563 | 2026-08-08T03:03:53.080Z | 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 } }]DEBGAug 08 03:03:52.083 |
| 7564 | 2026-08-08T03:03:53.080Z | 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 |
| 7565 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.083 DEBG |
| 7566 | 2026-08-08T03:03:53.080Z | test route::tests::add_target_fails_full ... ok |
| 7567 | 2026-08-08T03:03:53.080Z | INFO Aug 08 03:03:52.083 replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:03:52.083adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7568 | 2026-08-08T03:03:53.080Z | INFO |
| 7569 | 2026-08-08T03:03:53.080Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7570 | 2026-08-08T03:03:53.080Z | |
| 7571 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083Aug 08 03:03:52.083 INFODEBG Aug 08 03:03:52.083adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7572 | 2026-08-08T03:03:53.080Z | 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 08 03:03:52.083 |
| 7573 | 2026-08-08T03:03:53.080Z | 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 } }] |
| 7574 | 2026-08-08T03:03:53.080Z | test route::tests::delete_target_fragmented ... ok |
| 7575 | 2026-08-08T03:03:53.080Z | DEBGAug 08 03:03:52.083Aug 08 03:03:52.083 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7576 | 2026-08-08T03:03:53.080Z | Aug 08 03:03:52.083INFOreplacing 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 } }] |
| 7577 | 2026-08-08T03:03:53.080Z | INFOAug 08 03:03:52.083adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7578 | 2026-08-08T03:03:53.080Z | DEBG failed to allocate space for the new target list |
| 7579 | 2026-08-08T03:03:53.080Z | adding route 172.17.0.27/32 -> 10.0.0.255Aug 08 03:03:52.083 |
| 7580 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.63/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 } }] |
| 7581 | 2026-08-08T03:03:53.081Z | |
| 7582 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.083Aug 08 03:03:52.107 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7583 | 2026-08-08T03:03:53.081Z | |
| 7584 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 DEBGAug 08 03:03:52.107 DEBGreplacing 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 } }] |
| 7585 | 2026-08-08T03:03:53.081Z | 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 } }] |
| 7586 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 DEBGAug 08 03:03:52.107 Aug 08 03:03:52.107failed to allocate space for the new target list DEBGINFO failed to allocate space for the new target list |
| 7587 | 2026-08-08T03:03:53.081Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7588 | 2026-08-08T03:03:53.081Z | |
| 7589 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 DEBGAug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.17.0.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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7590 | 2026-08-08T03:03:53.081Z | |
| 7591 | 2026-08-08T03:03:53.081Z | |
| 7592 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 DEBG failed to allocate space for the new target listAug 08 03:03:52.107 |
| 7593 | 2026-08-08T03:03:53.081Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7594 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107 DEBGAug 08 03:03:52.107 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 |
| 7595 | 2026-08-08T03:03:53.081Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7596 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7597 | 2026-08-08T03:03:53.081Z | |
| 7598 | 2026-08-08T03:03:53.081Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7599 | 2026-08-08T03:03:53.081Z | |
| 7600 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.32/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 } }] |
| 7601 | 2026-08-08T03:03:53.087Z | |
| 7602 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7603 | 2026-08-08T03:03:53.087Z | |
| 7604 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7605 | 2026-08-08T03:03:53.087Z | |
| 7606 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7607 | 2026-08-08T03:03:53.087Z | |
| 7608 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7609 | 2026-08-08T03:03:53.087Z | |
| 7610 | 2026-08-08T03:03:53.087Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGINFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7611 | 2026-08-08T03:03:53.088Z | |
| 7612 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 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 } }] |
| 7613 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 INFO adding route 172.17.0.35/32 -> 10.0.0.255Aug 08 03:03:52.107 |
| 7614 | 2026-08-08T03:03:53.088Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7615 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7616 | 2026-08-08T03:03:53.088Z | 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 } }] |
| 7617 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7618 | 2026-08-08T03:03:53.088Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7619 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7620 | 2026-08-08T03:03:53.088Z | 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 } }] |
| 7621 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7622 | 2026-08-08T03:03:53.088Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7623 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7624 | 2026-08-08T03:03:53.088Z | 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 } }] |
| 7625 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7626 | 2026-08-08T03:03:53.088Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7627 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7628 | 2026-08-08T03:03:53.088Z | 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 } }] |
| 7629 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7630 | 2026-08-08T03:03:53.088Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7631 | 2026-08-08T03:03:53.088Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7632 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7633 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7634 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7635 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7636 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7637 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 7638 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7639 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7640 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7641 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.12/32 -> 10.0.0.255 |
| 7642 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7643 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7644 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7645 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7646 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7647 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7648 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7649 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 7650 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7651 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7652 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7653 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 |
| 7654 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7655 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7656 | 2026-08-08T03:03:53.089Z | 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 } }] |
| 7657 | 2026-08-08T03:03:53.089Z | test route::tests::delete_target_full ... ok |
| 7658 | 2026-08-08T03:03:53.089Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7659 | 2026-08-08T03:03:53.089Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7660 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7661 | 2026-08-08T03:03:53.090Z | 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 } }] |
| 7662 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255 |
| 7663 | 2026-08-08T03:03:53.090Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7664 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7665 | 2026-08-08T03:03:53.090Z | 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 } }] |
| 7666 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7667 | 2026-08-08T03:03:53.090Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7668 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7669 | 2026-08-08T03:03:53.090Z | 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 } }] |
| 7670 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 7671 | 2026-08-08T03:03:53.090Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7672 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG DEBGreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7673 | 2026-08-08T03:03:53.090Z | 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 } }] |
| 7674 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7675 | 2026-08-08T03:03:53.090Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7676 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107DEBG 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 } }] |
| 7677 | 2026-08-08T03:03:53.090Z | 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 } }] |
| 7678 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107 Aug 08 03:03:52.107INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 7679 | 2026-08-08T03:03:53.090Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7680 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 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 } }]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 } }] |
| 7681 | 2026-08-08T03:03:53.090Z | |
| 7682 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7683 | 2026-08-08T03:03:53.090Z | |
| 7684 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7685 | 2026-08-08T03:03:53.090Z | |
| 7686 | 2026-08-08T03:03:53.090Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7687 | 2026-08-08T03:03:53.090Z | |
| 7688 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7689 | 2026-08-08T03:03:53.091Z | |
| 7690 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107Aug 08 03:03:52.107 INFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7691 | 2026-08-08T03:03:53.091Z | |
| 7692 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7693 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7694 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107 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 } }] |
| 7695 | 2026-08-08T03:03:53.091Z | Aug 08 03:03:52.107 Aug 08 03:03:52.132DEBG INFOcreated new freemap , adding route 172.17.0.26/32 -> 10.0.0.255unit |
| 7696 | 2026-08-08T03:03:53.091Z | : Aug 08 03:03:52.107Aug 08 03:03:52.132 freemap_route_ipv4DEBG |
| 7697 | 2026-08-08T03:03:53.091Z | 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 } }] |
| 7698 | 2026-08-08T03:03:53.091Z | DEBG Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7699 | 2026-08-08T03:03:53.091Z | |
| 7700 | 2026-08-08T03:03:53.120Z | created new freemap, Aug 08 03:03:52.132unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7701 | 2026-08-08T03:03:53.120Z | Aug 08 03:03:52.132 |
| 7702 | 2026-08-08T03:03:53.120Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255Aug 08 03:03:52.132 |
| 7703 | 2026-08-08T03:03:53.120Z | INFOAug 08 03:03:52.132 adding route 172.17.0.28/32 -> 10.0.0.255Aug 08 03:03:52.132 |
| 7704 | 2026-08-08T03:03:53.120Z | 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 } }]initted freemap. size: 64 |
| 7705 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132, unitDEBGAug 08 03:03:52.132 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: |
| 7706 | 2026-08-08T03:03:53.121Z | adding route 172.17.0.56/32 -> 10.0.0.255freemap_route_ipv4 |
| 7707 | 2026-08-08T03:03:53.121Z | |
| 7708 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132 INFO Aug 08 03:03:52.132adding route 172.17.0.29/32 -> 10.0.0.255Aug 08 03:03:52.132 |
| 7709 | 2026-08-08T03:03:53.121Z | 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 } }]reset freemap |
| 7710 | 2026-08-08T03:03:53.121Z | , unit: freemap_route_ipv4 |
| 7711 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGINFO Aug 08 03:03:52.132 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 7712 | 2026-08-08T03:03:53.121Z | |
| 7713 | 2026-08-08T03:03:53.121Z | initted freemap. size: 64, unit: Aug 08 03:03:52.132Aug 08 03:03:52.132 freemap_route_ipv6DEBGINFO |
| 7714 | 2026-08-08T03:03:53.121Z | 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.30/32 -> 10.0.0.255 |
| 7715 | 2026-08-08T03:03:53.121Z | |
| 7716 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132 DEBG Aug 08 03:03:52.132Aug 08 03:03:52.132 reset freemapDEBGINFO , replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7717 | 2026-08-08T03:03:53.121Z | adding route 172.17.0.58/32 -> 10.0.0.255: |
| 7718 | 2026-08-08T03:03:53.121Z | freemap_route_ipv6 |
| 7719 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7720 | 2026-08-08T03:03:53.121Z | |
| 7721 | 2026-08-08T03:03:53.121Z | 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 } }] |
| 7722 | 2026-08-08T03:03:53.121Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGAug 08 03:03:52.132 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 7723 | 2026-08-08T03:03:53.121Z | |
| 7724 | 2026-08-08T03:03:53.122Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7725 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132Aug 08 03:03:52.132Aug 08 03:03:52.132 INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 7726 | 2026-08-08T03:03:53.122Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7727 | 2026-08-08T03:03:53.122Z | |
| 7728 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132 DEBGAug 08 03:03:52.132Aug 08 03:03:52.132 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG |
| 7729 | 2026-08-08T03:03:53.122Z | adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7730 | 2026-08-08T03:03:53.122Z | |
| 7731 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132INFO Aug 08 03:03:52.132 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 7732 | 2026-08-08T03:03:53.122Z | 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7733 | 2026-08-08T03:03:53.122Z | |
| 7734 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132 DEBG Aug 08 03:03:52.132Aug 08 03:03:52.132replacing 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 } }] |
| 7735 | 2026-08-08T03:03:53.122Z | DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7736 | 2026-08-08T03:03:53.122Z | |
| 7737 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132 INFOAug 08 03:03:52.132Aug 08 03:03:52.132 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7738 | 2026-08-08T03:03:53.122Z | |
| 7739 | 2026-08-08T03:03:53.122Z | 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 } }] |
| 7740 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBGAug 08 03:03:52.132 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 |
| 7741 | 2026-08-08T03:03:53.122Z | adding route 172.17.0.62/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 } }] |
| 7742 | 2026-08-08T03:03:53.122Z | |
| 7743 | 2026-08-08T03:03:53.122Z | Aug 08 03:03:52.132 INFOAug 08 03:03:52.132 Aug 08 03:03:52.132 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 7744 | 2026-08-08T03:03:53.122Z | DEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7745 | 2026-08-08T03:03:53.122Z | |
| 7746 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.132 |
| 7747 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 DEBG 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 } }] |
| 7748 | 2026-08-08T03:03:53.123Z | failed to allocate space for the new target listAug 08 03:03:52.132 |
| 7749 | 2026-08-08T03:03:53.123Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255Aug 08 03:03:52.132 |
| 7750 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132INFO adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 7751 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7752 | 2026-08-08T03:03:53.123Z | DEBG Aug 08 03:03:52.132replacing 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 } }] |
| 7753 | 2026-08-08T03:03:53.123Z | 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 } }] |
| 7754 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 INFO Aug 08 03:03:52.132adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7755 | 2026-08-08T03:03:53.123Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7756 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 DEBGAug 08 03:03:52.132 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7757 | 2026-08-08T03:03:53.123Z | test route::tests::delete_targets_full ... ok |
| 7758 | 2026-08-08T03:03:53.123Z | test route::tests::delete_targets_fragmented ... ok |
| 7759 | 2026-08-08T03:03:53.123Z | |
| 7760 | 2026-08-08T03:03:53.123Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
| 7761 | 2026-08-08T03:03:53.123Z | |
| 7762 | 2026-08-08T03:03:53.123Z | 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 } }] |
| 7763 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 INFOAug 08 03:03:52.132 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7764 | 2026-08-08T03:03:53.123Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7765 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 DEBGAug 08 03:03:52.132 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 |
| 7766 | 2026-08-08T03:03:53.123Z | 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 } }] |
| 7767 | 2026-08-08T03:03:53.123Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 7768 | 2026-08-08T03:03:53.123Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7769 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7770 | 2026-08-08T03:03:53.124Z | 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 } }] |
| 7771 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7772 | 2026-08-08T03:03:53.124Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7773 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132DEBG 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 } }] |
| 7774 | 2026-08-08T03:03:53.124Z | 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 } }] |
| 7775 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7776 | 2026-08-08T03:03:53.124Z | |
| 7777 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 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 } }] |
| 7778 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 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 } }] |
| 7779 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132 Aug 08 03:03:52.132INFO INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7780 | 2026-08-08T03:03:53.124Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7781 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7782 | 2026-08-08T03:03:53.124Z | |
| 7783 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7784 | 2026-08-08T03:03:53.124Z | |
| 7785 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7786 | 2026-08-08T03:03:53.124Z | |
| 7787 | 2026-08-08T03:03:53.124Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7788 | 2026-08-08T03:03:53.125Z | |
| 7789 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7790 | 2026-08-08T03:03:53.125Z | |
| 7791 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7792 | 2026-08-08T03:03:53.125Z | |
| 7793 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7794 | 2026-08-08T03:03:53.125Z | |
| 7795 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7796 | 2026-08-08T03:03:53.125Z | |
| 7797 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7798 | 2026-08-08T03:03:53.125Z | |
| 7799 | 2026-08-08T03:03:53.125Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7800 | 2026-08-08T03:03:53.139Z | |
| 7801 | 2026-08-08T03:03:53.139Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7802 | 2026-08-08T03:03:53.139Z | |
| 7803 | 2026-08-08T03:03:53.139Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7804 | 2026-08-08T03:03:53.139Z | |
| 7805 | 2026-08-08T03:03:53.139Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 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.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 } }] |
| 7806 | 2026-08-08T03:03:53.140Z | |
| 7807 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7808 | 2026-08-08T03:03:53.140Z | |
| 7809 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7810 | 2026-08-08T03:03:53.140Z | |
| 7811 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7812 | 2026-08-08T03:03:53.140Z | |
| 7813 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.132Aug 08 03:03:52.132 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7814 | 2026-08-08T03:03:53.140Z | |
| 7815 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7816 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:03:52.171 |
| 7817 | 2026-08-08T03:03:53.140Z | 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 } }] |
| 7818 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:03:52.171 |
| 7819 | 2026-08-08T03:03:53.140Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7820 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.17/32 -> 10.0.0.255Aug 08 03:03:52.171 |
| 7821 | 2026-08-08T03:03:53.140Z | 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 } }] |
| 7822 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.53/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 } }] |
| 7823 | 2026-08-08T03:03:53.140Z | |
| 7824 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7825 | 2026-08-08T03:03:53.140Z | |
| 7826 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.54/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 } }] |
| 7827 | 2026-08-08T03:03:53.140Z | |
| 7828 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7829 | 2026-08-08T03:03:53.140Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7830 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.55/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 } }] |
| 7831 | 2026-08-08T03:03:53.140Z | |
| 7832 | 2026-08-08T03:03:53.140Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7833 | 2026-08-08T03:03:53.141Z | |
| 7834 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.56/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 } }] |
| 7835 | 2026-08-08T03:03:53.141Z | |
| 7836 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7837 | 2026-08-08T03:03:53.141Z | |
| 7838 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.57/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 } }] |
| 7839 | 2026-08-08T03:03:53.141Z | |
| 7840 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7841 | 2026-08-08T03:03:53.141Z | |
| 7842 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 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.58/32 -> 10.0.0.255 |
| 7843 | 2026-08-08T03:03:53.141Z | |
| 7844 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7845 | 2026-08-08T03:03:53.141Z | |
| 7846 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 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.59/32 -> 10.0.0.255 |
| 7847 | 2026-08-08T03:03:53.141Z | |
| 7848 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.24/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 } }] |
| 7849 | 2026-08-08T03:03:53.141Z | |
| 7850 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7851 | 2026-08-08T03:03:53.141Z | |
| 7852 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.25/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 } }] |
| 7853 | 2026-08-08T03:03:53.141Z | |
| 7854 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 7855 | 2026-08-08T03:03:53.141Z | |
| 7856 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171Aug 08 03:03:52.171 INFODEBG adding route 172.17.0.26/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 } }] |
| 7857 | 2026-08-08T03:03:53.141Z | |
| 7858 | 2026-08-08T03:03:53.141Z | running 0 tests |
| 7859 | 2026-08-08T03:03:53.141Z | |
| 7860 | 2026-08-08T03:03:53.141Z | Aug 08 03:03:52.171 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7861 | 2026-08-08T03:03:53.142Z | |
| 7862 | 2026-08-08T03:03:53.142Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7863 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7864 | 2026-08-08T03:03:53.142Z | |
| 7865 | 2026-08-08T03:03:53.142Z | |
| 7866 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 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 } }] |
| 7867 | 2026-08-08T03:03:53.142Z | running 0 tests |
| 7868 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7869 | 2026-08-08T03:03:53.142Z | |
| 7870 | 2026-08-08T03:03:53.142Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7871 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 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 } }] |
| 7872 | 2026-08-08T03:03:53.142Z | |
| 7873 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7874 | 2026-08-08T03:03:53.142Z | |
| 7875 | 2026-08-08T03:03:53.142Z | running 6 tests |
| 7876 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 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 } }] |
| 7877 | 2026-08-08T03:03:53.142Z | test tests::test_parse_client_port_id ... ok |
| 7878 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7879 | 2026-08-08T03:03:53.142Z | test tests::test_port_id_cmp ... ok |
| 7880 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 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 } }] |
| 7881 | 2026-08-08T03:03:53.142Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7882 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7883 | 2026-08-08T03:03:53.142Z | test tests::test_full_lot_id_neither_present ... ok |
| 7884 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 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 } }] |
| 7885 | 2026-08-08T03:03:53.142Z | test tests::test_full_lot_id_both_present ... ok |
| 7886 | 2026-08-08T03:03:53.142Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7887 | 2026-08-08T03:03:53.142Z | test tests::test_full_lot_id_lot_only ... ok |
| 7888 | 2026-08-08T03:03:53.142Z | |
| 7889 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 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 } }] |
| 7890 | 2026-08-08T03:03:53.143Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7891 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7892 | 2026-08-08T03:03:53.143Z | |
| 7893 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 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 } }] |
| 7894 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7895 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 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 } }] |
| 7896 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7897 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 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 } }] |
| 7898 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7899 | 2026-08-08T03:03:53.143Z | Aug 08 03:03:52.171 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 } }] |
| 7900 | 2026-08-08T03:03:53.154Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7901 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7902 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7903 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7904 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7905 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7906 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7907 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7908 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7909 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7910 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7911 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7912 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7913 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7914 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7915 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7916 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7917 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7918 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7919 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7920 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7921 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7922 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7923 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7924 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7925 | 2026-08-08T03:03:53.155Z | Aug 08 03:03:52.171 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 } }] |
| 7926 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7927 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7928 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7929 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7930 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7931 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7932 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7933 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7934 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7935 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7936 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7937 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7938 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7939 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7940 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7941 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7942 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7943 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7944 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7945 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7946 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7947 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7948 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 DEBG failed to allocate space for the new target list |
| 7949 | 2026-08-08T03:03:53.156Z | Aug 08 03:03:52.171 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 } }] |
| 7950 | 2026-08-08T03:03:53.156Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-696ee5442bd93402) |
| 7951 | 2026-08-08T03:03:53.156Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-cd1b9f4a0bf3bd95) |
| 7952 | 2026-08-08T03:03:53.156Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-01ad159aa705243b) |
| 7953 | 2026-08-08T03:03:53.157Z | Running tests/test_all.rs (target/debug/deps/test_all-5d9fbf4ac0a87495) |
| 7954 | 2026-08-08T03:03:53.157Z | |
| 7955 | 2026-08-08T03:03:53.157Z | running 0 tests |
| 7956 | 2026-08-08T03:03:53.157Z | |
| 7957 | 2026-08-08T03:03:53.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7958 | 2026-08-08T03:03:53.157Z | |
| 7959 | 2026-08-08T03:03:53.157Z | |
| 7960 | 2026-08-08T03:03:53.157Z | running 0 tests |
| 7961 | 2026-08-08T03:03:53.157Z | |
| 7962 | 2026-08-08T03:03:53.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7963 | 2026-08-08T03:03:53.157Z | |
| 7964 | 2026-08-08T03:03:53.157Z | |
| 7965 | 2026-08-08T03:03:53.157Z | running 0 tests |
| 7966 | 2026-08-08T03:03:53.157Z | |
| 7967 | 2026-08-08T03:03:53.157Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7968 | 2026-08-08T03:03:53.157Z | |
| 7969 | 2026-08-08T03:03:53.157Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-3e6bfbc8380dbf99) |
| 7970 | 2026-08-08T03:03:53.157Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9daf43cdfa0ac479) |
| 7971 | 2026-08-08T03:03:53.157Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7972 | 2026-08-08T03:03:53.157Z | |
| 7973 | 2026-08-08T03:03:53.157Z | running 12 tests |
| 7974 | 2026-08-08T03:03:53.157Z | test icmp::test_v6_checksum ... ok |
| 7975 | 2026-08-08T03:03:53.157Z | test icmp::test_v4_checksum ... ok |
| 7976 | 2026-08-08T03:03:53.157Z | test lldp::test_lldp_parse ... ok |
| 7977 | 2026-08-08T03:03:53.157Z | test ipv6::test_ipv6_parse ... ok |
| 7978 | 2026-08-08T03:03:53.157Z | test pbuf::test_byte ... ok |
| 7979 | 2026-08-08T03:03:53.157Z | test pbuf::test_nibble ... ok |
| 7980 | 2026-08-08T03:03:53.157Z | test pbuf::test_overflow ... ok |
| 7981 | 2026-08-08T03:03:53.158Z | test pbuf::test_twelve ... ok |
| 7982 | 2026-08-08T03:03:53.158Z | test pbuf::test_word ... ok |
| 7983 | 2026-08-08T03:03:53.158Z | test pbuf::test_short ... ok |
| 7984 | 2026-08-08T03:03:53.158Z | test tcp::test_checksum_syn_nodata ... ok |
| 7985 | 2026-08-08T03:03:53.158Z | test tcp::test_checksum_ack_data ... ok |
| 7986 | 2026-08-08T03:03:53.158Z | |
| 7987 | 2026-08-08T03:03:53.158Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7988 | 2026-08-08T03:03:53.158Z | |
| 7989 | 2026-08-08T03:03:53.158Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7990 | 2026-08-08T03:03:53.158Z | |
| 7991 | 2026-08-08T03:03:53.158Z | running 0 tests |
| 7992 | 2026-08-08T03:03:53.158Z | |
| 7993 | 2026-08-08T03:03:53.158Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-08-08T03:03:53.158Z | |
| 7995 | 2026-08-08T03:03:53.158Z | Running unittests src/main.rs (target/debug/deps/swadm-c74741c7ac57aafc) |
| 7996 | 2026-08-08T03:03:53.158Z | |
| 7997 | 2026-08-08T03:03:53.158Z | running 5 tests |
| 7998 | 2026-08-08T03:03:53.158Z | test switchport::test::test_compute_lanes ... ok |
| 7999 | 2026-08-08T03:03:53.158Z | test switchport::test::port_id_ordering ... ok |
| 8000 | 2026-08-08T03:03:53.163Z | test link::test_filter ... ok |
| 8001 | 2026-08-08T03:03:53.163Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8002 | 2026-08-08T03:03:53.163Z | Rx Loss-of-lock: Yes Lane 0 Yes YesLane 1 Yes |
| 8003 | 2026-08-08T03:03:53.163Z | Lane 2 Rx Loss-of-signal: Yes Lane 3Yes |
| 8004 | 2026-08-08T03:03:53.163Z | Yes Yes |
| 8005 | 2026-08-08T03:03:53.163Z | State: Activated Rx CDR Enabled: YesActivated YesActivated ActivatedYes |
| 8006 | 2026-08-08T03:03:53.163Z | Yes |
| 8007 | 2026-08-08T03:03:53.163Z | Rx Output Enabled: false Tx Enabled: Yes false Yes falseYes falseYes |
| 8008 | 2026-08-08T03:03:53.163Z | |
| 8009 | 2026-08-08T03:03:53.164Z | Rx Output Status: valid Tx Loss-of-lock: No Novalid Novalid Novalid |
| 8010 | 2026-08-08T03:03:53.164Z | |
| 8011 | 2026-08-08T03:03:53.164Z | Rx Loss-of-lock: true Tx Loss-of-signal: No true No true trueNo |
| 8012 | 2026-08-08T03:03:53.164Z | No Rx Loss-of-signal: false |
| 8013 | 2026-08-08T03:03:53.164Z | Tx CDR Enabled: No falseNo falseNo Nofalse |
| 8014 | 2026-08-08T03:03:53.164Z | |
| 8015 | 2026-08-08T03:03:53.164Z | Rx Auto-squelch Disable: true Tx Adaptive EQ Fault: No trueNo Notrue Notrue |
| 8016 | 2026-08-08T03:03:53.164Z | |
| 8017 | 2026-08-08T03:03:53.164Z | Tx Fault: Yes Tx Output Enabled: true Yes true Yes trueYes |
| 8018 | 2026-08-08T03:03:53.164Z | true |
| 8019 | 2026-08-08T03:03:53.164Z | Tx Output Status: invalid invalid invalid invalid |
| 8020 | 2026-08-08T03:03:53.164Z | Tx Loss-of-lock: false false false false |
| 8021 | 2026-08-08T03:03:53.164Z | Tx Loss-of-signal: true true true true |
| 8022 | 2026-08-08T03:03:53.164Z | Tx Auto-squelch Disable: false false false false |
| 8023 | 2026-08-08T03:03:53.164Z | Tx Adaptive EQ Fail: true true true true |
| 8024 | 2026-08-08T03:03:53.164Z | Tx Failure: false false false false |
| 8025 | 2026-08-08T03:03:53.164Z | Tx Force Squelch: true true true true |
| 8026 | 2026-08-08T03:03:53.164Z | Tx Input Polarity: normal normal normal normal |
| 8027 | 2026-08-08T03:03:53.165Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8028 | 2026-08-08T03:03:53.165Z | test switchport::test::test_print_sff_datapath ... ok |
| 8029 | 2026-08-08T03:03:53.165Z | |
| 8030 | 2026-08-08T03:03:53.165Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8031 | 2026-08-08T03:03:53.165Z | |
| 8032 | 2026-08-08T03:03:53.165Z | Running tests/counters.rs (target/debug/deps/counters-4982a5354f1e9ae7) |
| 8033 | 2026-08-08T03:03:53.165Z | |
| 8034 | 2026-08-08T03:03:53.165Z | running 1 test |
| 8035 | 2026-08-08T03:03:53.165Z | test test_p4_counter_list ... ignored |
| 8036 | 2026-08-08T03:03:53.165Z | |
| 8037 | 2026-08-08T03:03:53.165Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8038 | 2026-08-08T03:03:53.165Z | |
| 8039 | 2026-08-08T03:03:53.165Z | Running tests/port-link.rs (target/debug/deps/port_link-13c02bc02f8aab43) |
| 8040 | 2026-08-08T03:03:53.165Z | |
| 8041 | 2026-08-08T03:03:53.165Z | running 5 tests |
| 8042 | 2026-08-08T03:03:53.165Z | test test_an ... ignored |
| 8043 | 2026-08-08T03:03:53.165Z | test test_enable ... ignored |
| 8044 | 2026-08-08T03:03:53.165Z | test test_ip_addresses ... ignored |
| 8045 | 2026-08-08T03:03:53.165Z | test test_kr ... ignored |
| 8046 | 2026-08-08T03:03:53.165Z | test test_mac ... ignored |
| 8047 | 2026-08-08T03:03:53.165Z | |
| 8048 | 2026-08-08T03:03:53.165Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8049 | 2026-08-08T03:03:53.165Z | |
| 8050 | 2026-08-08T03:03:53.165Z | Running unittests src/main.rs (target/debug/deps/tfportd-1ae81b2a3d099b28) |
| 8051 | 2026-08-08T03:03:53.165Z | |
| 8052 | 2026-08-08T03:03:53.165Z | running 3 tests |
| 8053 | 2026-08-08T03:03:53.165Z | test linklocal::test_parse_ipadm ... ok |
| 8054 | 2026-08-08T03:03:53.166Z | test tfport::test_parse_tfport ... ok |
| 8055 | 2026-08-08T03:03:53.166Z | test config::tests::test_updates ... ok |
| 8056 | 2026-08-08T03:03:53.166Z | |
| 8057 | 2026-08-08T03:03:53.166Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8058 | 2026-08-08T03:03:53.166Z | |
| 8059 | 2026-08-08T03:03:53.166Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8060 | 2026-08-08T03:03:53.166Z | |
| 8061 | 2026-08-08T03:03:53.166Z | running 0 tests |
| 8062 | 2026-08-08T03:03:53.166Z | |
| 8063 | 2026-08-08T03:03:53.166Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8064 | 2026-08-08T03:03:53.166Z | |
| 8065 | 2026-08-08T03:03:53.166Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 8066 | 2026-08-08T03:03:53.167Z | |
| 8067 | 2026-08-08T03:03:53.167Z | running 0 tests |
| 8068 | 2026-08-08T03:03:53.167Z | |
| 8069 | 2026-08-08T03:03:53.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8070 | 2026-08-08T03:03:53.167Z | |
| 8071 | 2026-08-08T03:03:53.167Z | Doc-tests aal |
| 8072 | 2026-08-08T03:03:53.268Z | |
| 8073 | 2026-08-08T03:03:53.268Z | running 0 tests |
| 8074 | 2026-08-08T03:03:53.268Z | |
| 8075 | 2026-08-08T03:03:53.271Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-08-08T03:03:53.271Z | |
| 8077 | 2026-08-08T03:03:53.284Z | Doc-tests aal_macros |
| 8078 | 2026-08-08T03:03:53.355Z | |
| 8079 | 2026-08-08T03:03:53.355Z | running 0 tests |
| 8080 | 2026-08-08T03:03:53.356Z | |
| 8081 | 2026-08-08T03:03:53.356Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-08-08T03:03:53.356Z | |
| 8083 | 2026-08-08T03:03:53.367Z | Doc-tests common |
| 8084 | 2026-08-08T03:03:53.622Z | |
| 8085 | 2026-08-08T03:03:53.623Z | running 0 tests |
| 8086 | 2026-08-08T03:03:53.623Z | |
| 8087 | 2026-08-08T03:03:53.623Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-08-08T03:03:53.623Z | |
| 8089 | 2026-08-08T03:03:53.641Z | Doc-tests dpd_api |
| 8090 | 2026-08-08T03:03:54.405Z | |
| 8091 | 2026-08-08T03:03:54.405Z | running 2 tests |
| 8092 | 2026-08-08T03:03:54.405Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8093 | 2026-08-08T03:03:54.406Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8094 | 2026-08-08T03:03:54.406Z | |
| 8095 | 2026-08-08T03:03:54.406Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-08-08T03:03:54.406Z | |
| 8097 | 2026-08-08T03:03:54.445Z | Doc-tests dpd_client |
| 8098 | 2026-08-08T03:03:55.748Z | |
| 8099 | 2026-08-08T03:03:55.748Z | running 0 tests |
| 8100 | 2026-08-08T03:03:55.748Z | |
| 8101 | 2026-08-08T03:03:55.748Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-08-08T03:03:55.748Z | |
| 8103 | 2026-08-08T03:03:55.795Z | Doc-tests dpd_types |
| 8104 | 2026-08-08T03:03:56.012Z | |
| 8105 | 2026-08-08T03:03:56.013Z | running 0 tests |
| 8106 | 2026-08-08T03:03:56.013Z | |
| 8107 | 2026-08-08T03:03:56.013Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-08-08T03:03:56.013Z | |
| 8109 | 2026-08-08T03:03:56.039Z | Doc-tests dpd_types_versions |
| 8110 | 2026-08-08T03:03:57.264Z | |
| 8111 | 2026-08-08T03:03:57.264Z | running 1 test |
| 8112 | 2026-08-08T03:03:57.264Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8113 | 2026-08-08T03:03:57.264Z | |
| 8114 | 2026-08-08T03:03:57.265Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8115 | 2026-08-08T03:03:57.265Z | |
| 8116 | 2026-08-08T03:03:57.309Z | Doc-tests packet |
| 8117 | 2026-08-08T03:03:57.425Z | |
| 8118 | 2026-08-08T03:03:57.425Z | running 0 tests |
| 8119 | 2026-08-08T03:03:57.425Z | |
| 8120 | 2026-08-08T03:03:57.425Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-08-08T03:03:57.425Z | |
| 8122 | 2026-08-08T03:03:57.441Z | Doc-tests pcap |
| 8123 | 2026-08-08T03:03:57.494Z | |
| 8124 | 2026-08-08T03:03:57.494Z | running 0 tests |
| 8125 | 2026-08-08T03:03:57.494Z | |
| 8126 | 2026-08-08T03:03:57.494Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-08-08T03:03:57.494Z | |
| 8128 | 2026-08-08T03:03:57.546Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8129 | 2026-08-08T03:03:57.546Z | + RUST_BACKTRACE=full |
| 8130 | 2026-08-08T03:03:57.547Z | + cargo test --features chaos --no-fail-fast |
| 8131 | 2026-08-08T03:03:58.153Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8132 | 2026-08-08T03:03:58.234Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8133 | 2026-08-08T03:03:58.243Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8134 | 2026-08-08T03:04:06.629Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8135 | 2026-08-08T03:04:06.771Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8136 | 2026-08-08T03:04:41.806Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.24s |
| 8137 | 2026-08-08T03:04:41.923Z | Running unittests src/lib.rs (target/debug/deps/aal-f93b8a9232ea0d0e) |
| 8138 | 2026-08-08T03:04:41.928Z | |
| 8139 | 2026-08-08T03:04:41.928Z | running 5 tests |
| 8140 | 2026-08-08T03:04:41.932Z | test fuse::tests::chip_revision_a0 ... ok |
| 8141 | 2026-08-08T03:04:41.932Z | test fuse::tests::chip_revision_b0 ... ok |
| 8142 | 2026-08-08T03:04:41.932Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8143 | 2026-08-08T03:04:41.932Z | test fuse::tests::chip_revision_b1 ... ok |
| 8144 | 2026-08-08T03:04:41.932Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8145 | 2026-08-08T03:04:41.932Z | |
| 8146 | 2026-08-08T03:04:41.932Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8147 | 2026-08-08T03:04:41.932Z | |
| 8148 | 2026-08-08T03:04:41.932Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8149 | 2026-08-08T03:04:41.936Z | |
| 8150 | 2026-08-08T03:04:41.936Z | running 0 tests |
| 8151 | 2026-08-08T03:04:41.936Z | |
| 8152 | 2026-08-08T03:04:41.936Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-08-08T03:04:41.936Z | |
| 8154 | 2026-08-08T03:04:41.936Z | Running unittests src/lib.rs (target/debug/deps/asic-a23d923fc57e1b37) |
| 8155 | 2026-08-08T03:04:41.939Z | |
| 8156 | 2026-08-08T03:04:41.939Z | running 0 tests |
| 8157 | 2026-08-08T03:04:41.939Z | |
| 8158 | 2026-08-08T03:04:41.942Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-08-08T03:04:41.942Z | |
| 8160 | 2026-08-08T03:04:41.942Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8161 | 2026-08-08T03:04:41.946Z | |
| 8162 | 2026-08-08T03:04:41.946Z | running 10 tests |
| 8163 | 2026-08-08T03:04:41.949Z | test nat::tests::test_vni ... ok |
| 8164 | 2026-08-08T03:04:41.949Z | test network::tests::test_equal ... ok |
| 8165 | 2026-08-08T03:04:41.949Z | test network::tests::test_eui64 ... ok |
| 8166 | 2026-08-08T03:04:41.949Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8167 | 2026-08-08T03:04:41.949Z | test network::tests::test_into ... ok |
| 8168 | 2026-08-08T03:04:41.949Z | test network::tests::test_not_equal ... ok |
| 8169 | 2026-08-08T03:04:41.949Z | test network::tests::test_to_string ... ok |
| 8170 | 2026-08-08T03:04:41.949Z | test network::tests::test_parse ... ok |
| 8171 | 2026-08-08T03:04:41.949Z | test test_purge ... ok |
| 8172 | 2026-08-08T03:04:41.952Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8173 | 2026-08-08T03:04:41.953Z | |
| 8174 | 2026-08-08T03:04:41.953Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8175 | 2026-08-08T03:04:41.953Z | |
| 8176 | 2026-08-08T03:04:41.956Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-c9cb5d353b5f69ef) |
| 8177 | 2026-08-08T03:04:41.978Z | |
| 8178 | 2026-08-08T03:04:41.978Z | running 1 test |
| 8179 | 2026-08-08T03:04:41.982Z | ------- |
| 8180 | 2026-08-08T03:04:41.985Z | Generating OpenAPI documents from API definitions ... |
| 8181 | 2026-08-08T03:04:42.142Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8182 | 2026-08-08T03:04:42.211Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8183 | 2026-08-08T03:04:43.230Z | ------- |
| 8184 | 2026-08-08T03:04:43.230Z | Checking 12 OpenAPI documents... |
| 8185 | 2026-08-08T03:04:43.230Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8186 | 2026-08-08T03:04:43.230Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8187 | 2026-08-08T03:04:43.233Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8188 | 2026-08-08T03:04:43.233Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-08-08T03:04:43.233Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-08-08T03:04:43.234Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-08-08T03:04:43.234Z | Fresh dpd "latest" symlink |
| 8198 | 2026-08-08T03:04:43.234Z | ------- |
| 8199 | 2026-08-08T03:04:43.234Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8200 | 2026-08-08T03:04:43.295Z | test test::test_apis_up_to_date ... ok |
| 8201 | 2026-08-08T03:04:43.295Z | |
| 8202 | 2026-08-08T03:04:43.295Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.32s |
| 8203 | 2026-08-08T03:04:43.295Z | |
| 8204 | 2026-08-08T03:04:43.356Z | Running unittests src/main.rs (target/debug/deps/dpd-6d6720b10860fcd3) |
| 8205 | 2026-08-08T03:04:43.362Z | |
| 8206 | 2026-08-08T03:04:43.362Z | running 34 tests |
| 8207 | 2026-08-08T03:04:43.365Z | test freemap::test_ordering ... ok |
| 8208 | 2026-08-08T03:04:43.365Z | test config::tests::test_updates ... ok |
| 8209 | 2026-08-08T03:04:43.366Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8210 | 2026-08-08T03:04:43.366Z | test freemap::test_split ... ok |
| 8211 | 2026-08-08T03:04:43.366Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8212 | 2026-08-08T03:04:43.366Z | test macaddrs::tests::test_mac_offset ... ok |
| 8213 | 2026-08-08T03:04:43.370Z | Aug 08 03:04:42.478 DEBG Aug 08 03:04:42.478created new freemap DEBG , created new freemapunit:, Aug 08 03:04:42.478freemap_test unitDEBG: |
| 8214 | 2026-08-08T03:04:43.370Z | created new freemapfreemap_test, Aug 08 03:04:42.478 |
| 8215 | 2026-08-08T03:04:43.370Z | unit :DEBG freemap_testcreated new freemap |
| 8216 | 2026-08-08T03:04:43.370Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8217 | 2026-08-08T03:04:43.370Z | , Aug 08 03:04:42.478unit :Aug 08 03:04:42.478 DEBGfreemap_test Aug 08 03:04:42.478 |
| 8218 | 2026-08-08T03:04:43.370Z | initted freemap. size: 128 , DEBG DEBGAug 08 03:04:42.478unit :DEBGinitted freemap. size: 128 , initted freemap. size: 128 , freemap_testinitted freemap. size: 128 |
| 8219 | 2026-08-08T03:04:43.370Z | unitunit:, : unitfreemap_test: |
| 8220 | 2026-08-08T03:04:43.370Z | Aug 08 03:04:42.478 freemap_test DEBG reset freemap |
| 8221 | 2026-08-08T03:04:43.370Z | , freemap_testAug 08 03:04:42.478 |
| 8222 | 2026-08-08T03:04:43.370Z | DEBGunit reset freemap:, unitfreemap_testAug 08 03:04:42.478: |
| 8223 | 2026-08-08T03:04:43.370Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8224 | 2026-08-08T03:04:43.370Z | DEBG Aug 08 03:04:42.478reset freemap , DEBGunit :reset freemapfreemap_test, unit |
| 8225 | 2026-08-08T03:04:43.370Z | :freemap_test |
| 8226 | 2026-08-08T03:04:43.370Z | freemap_test |
| 8227 | 2026-08-08T03:04:43.370Z | test freemap::test_basic ... ok |
| 8228 | 2026-08-08T03:04:43.370Z | test freemap::test_free ... ok |
| 8229 | 2026-08-08T03:04:43.370Z | test freemap::test_reclaim ... ok |
| 8230 | 2026-08-08T03:04:43.370Z | test freemap::test_exhaustion ... ok |
| 8231 | 2026-08-08T03:04:43.370Z | test nat::test_mapping ... ok |
| 8232 | 2026-08-08T03:04:43.371Z | test port_map::tests::test_backplane_group ... ok |
| 8233 | 2026-08-08T03:04:43.371Z | test port_map::tests::test_port_map ... ok |
| 8234 | 2026-08-08T03:04:43.371Z | test port_map::tests::dump_map ... ok |
| 8235 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.479 DEBG created new freemap, unit: freemap_test |
| 8236 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.479 DEBG initted freemap. size: 8, unit: freemap_test |
| 8237 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.479 DEBG reset freemap, unit: freemap_test |
| 8238 | 2026-08-08T03:04:43.371Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8239 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.479 DEBG created new freemap, unit: freemap_test |
| 8240 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.479 DEBG initted freemap. size: 128, unit: freemap_test |
| 8241 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG reset freemap, unit: freemap_test |
| 8242 | 2026-08-08T03:04:43.371Z | test api_server::tests::test_build_info ... ok |
| 8243 | 2026-08-08T03:04:43.371Z | test freemap::test_span ... ok |
| 8244 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8245 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8246 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8247 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8248 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8249 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8250 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8251 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8252 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8253 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8254 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8255 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8256 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8257 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8258 | 2026-08-08T03:04:43.371Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8259 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8260 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8261 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8262 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8263 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8264 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8265 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8266 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8267 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8268 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8269 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8270 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8271 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8272 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8273 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8274 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8275 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480 DEBGcreated new freemap replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8276 | 2026-08-08T03:04:43.372Z | unit:Aug 08 03:04:42.480 freemap_route_ipv4INFO |
| 8277 | 2026-08-08T03:04:43.372Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8278 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBG Aug 08 03:04:42.480replacing 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 } }] |
| 8279 | 2026-08-08T03:04:43.372Z | DEBG created new freemap, unitAug 08 03:04:42.480: INFOfreemap_route_ipv6 |
| 8280 | 2026-08-08T03:04:43.372Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8281 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 8282 | 2026-08-08T03:04:43.372Z | unit: freemap_route_ipv4Aug 08 03:04:42.480 |
| 8283 | 2026-08-08T03:04:43.372Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8284 | 2026-08-08T03:04:43.372Z | Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480 reset freemapDEBG, unitreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 8285 | 2026-08-08T03:04:43.372Z | freemap_route_ipv4 |
| 8286 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8287 | 2026-08-08T03:04:43.373Z | initted freemap. size: 64, unit: Aug 08 03:04:42.480freemap_route_ipv6 |
| 8288 | 2026-08-08T03:04:43.373Z | 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 } }] |
| 8289 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480 DEBG reset freemapAug 08 03:04:42.480, unitINFO: adding route 3fff:beef:10::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8290 | 2026-08-08T03:04:43.373Z | |
| 8291 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480DEBGAug 08 03:04:42.480 created new freemapDEBG, unitINFO: 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 } }] |
| 8292 | 2026-08-08T03:04:43.373Z | adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 8293 | 2026-08-08T03:04:43.373Z | |
| 8294 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480Aug 08 03:04:42.480Aug 08 03:04:42.480 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 8295 | 2026-08-08T03:04:43.373Z | 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 } }], |
| 8296 | 2026-08-08T03:04:43.373Z | unit:Aug 08 03:04:42.480 freemap_route_ipv6Aug 08 03:04:42.480 |
| 8297 | 2026-08-08T03:04:43.373Z | 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 } }] |
| 8298 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8299 | 2026-08-08T03:04:43.373Z | DEBGAug 08 03:04:42.480 initted freemap. size: 64 , INFOunit :adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Aug 08 03:04:42.480freemap_route_ipv4 |
| 8300 | 2026-08-08T03:04:43.373Z | |
| 8301 | 2026-08-08T03:04:43.373Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Aug 08 03:04:42.480 |
| 8302 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480DEBG 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 } }]DEBGAug 08 03:04:42.480 |
| 8303 | 2026-08-08T03:04:43.373Z | reset freemapINFO, Aug 08 03:04:42.480adding route 3fff:dead::/64 -> 2001:db8::55:3unit |
| 8304 | 2026-08-08T03:04:43.373Z | :INFO freemap_route_ipv4adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8305 | 2026-08-08T03:04:43.373Z | |
| 8306 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGDEBG |
| 8307 | 2026-08-08T03:04:43.373Z | initted freemap. size: 64 , 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 } }]unit |
| 8308 | 2026-08-08T03:04:43.373Z | : freemap_route_ipv6Aug 08 03:04:42.480 |
| 8309 | 2026-08-08T03:04:43.373Z | Aug 08 03:04:42.480INFO Aug 08 03:04:42.480INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8310 | 2026-08-08T03:04:43.373Z | DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreset freemap |
| 8311 | 2026-08-08T03:04:43.373Z | , Aug 08 03:04:42.480unit :DEBGAug 08 03:04:42.480 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8312 | 2026-08-08T03:04:43.373Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8313 | 2026-08-08T03:04:43.378Z | |
| 8314 | 2026-08-08T03:04:43.378Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480 INFO INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8315 | 2026-08-08T03:04:43.378Z | |
| 8316 | 2026-08-08T03:04:43.378Z | |
| 8317 | 2026-08-08T03:04:43.378Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480DEBG 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 } }]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 } }] |
| 8318 | 2026-08-08T03:04:43.378Z | |
| 8319 | 2026-08-08T03:04:43.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:1, vlan_id: None } }] |
| 8320 | 2026-08-08T03:04:43.378Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480INFOINFO INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8321 | 2026-08-08T03:04:43.378Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8322 | 2026-08-08T03:04:43.378Z | |
| 8323 | 2026-08-08T03:04:43.378Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480DEBG Aug 08 03:04:42.480 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 } }] DEBG |
| 8324 | 2026-08-08T03:04:43.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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8325 | 2026-08-08T03:04:43.378Z | |
| 8326 | 2026-08-08T03:04:43.378Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8327 | 2026-08-08T03:04:43.378Z | Aug 08 03:04:42.480Aug 08 03:04:42.480Aug 08 03:04:42.480 INFO INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 8328 | 2026-08-08T03:04:43.379Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8329 | 2026-08-08T03:04:43.379Z | |
| 8330 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.480DEBG |
| 8331 | 2026-08-08T03:04:43.379Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8332 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 |
| 8333 | 2026-08-08T03:04:43.379Z | INFOAug 08 03:04:42.480 Aug 08 03:04:42.480INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 8334 | 2026-08-08T03:04:43.379Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8335 | 2026-08-08T03:04:43.379Z | |
| 8336 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480 DEBG DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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: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 } }] |
| 8337 | 2026-08-08T03:04:43.379Z | |
| 8338 | 2026-08-08T03:04:43.379Z | |
| 8339 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 DEBGAug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480 INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8340 | 2026-08-08T03:04:43.379Z | created new freemapINFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff, |
| 8341 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff: |
| 8342 | 2026-08-08T03:04:43.379Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.480 |
| 8343 | 2026-08-08T03:04:43.379Z | |
| 8344 | 2026-08-08T03:04:43.379Z | 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 } }] |
| 8345 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480DEBG INFO Aug 08 03:04:42.480 DEBGreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8346 | 2026-08-08T03:04:43.379Z | |
| 8347 | 2026-08-08T03:04:43.379Z | created new freemapINFO, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ff: |
| 8348 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 freemap_route_ipv6INFO |
| 8349 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8350 | 2026-08-08T03:04:43.379Z | 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 } }] |
| 8351 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBGDEBGDEBG INFOinitted freemap. size: 64 , 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 } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8352 | 2026-08-08T03:04:43.379Z | |
| 8353 | 2026-08-08T03:04:43.379Z | freemap_route_ipv4 |
| 8354 | 2026-08-08T03:04:43.379Z | |
| 8355 | 2026-08-08T03:04:43.379Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480Aug 08 03:04:42.480DEBG INFOAug 08 03:04:42.480replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8356 | 2026-08-08T03:04:43.380Z | INFOreset freemap adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff, |
| 8357 | 2026-08-08T03:04:43.380Z | |
| 8358 | 2026-08-08T03:04:43.380Z | unitAug 08 03:04:42.480: Aug 08 03:04:42.480Aug 08 03:04:42.480 freemap_route_ipv4DEBGINFO |
| 8359 | 2026-08-08T03:04:43.380Z | adding route 3fff:beef:5::/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 } }] |
| 8360 | 2026-08-08T03:04:43.380Z | DEBG |
| 8361 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480replacing 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 } }] |
| 8362 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480DEBGAug 08 03:04:42.480 initted freemap. size: 64DEBG , INFO unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff:replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8363 | 2026-08-08T03:04:43.380Z | |
| 8364 | 2026-08-08T03:04:43.380Z | freemap_route_ipv6 |
| 8365 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480 Aug 08 03:04:42.480INFO Aug 08 03:04:42.480Aug 08 03:04:42.480adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8366 | 2026-08-08T03:04:43.380Z | DEBGINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8367 | 2026-08-08T03:04:43.380Z | DEBGAug 08 03:04:42.480 reset freemapDEBG, |
| 8368 | 2026-08-08T03:04:43.380Z | unit: 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 } }]freemap_route_ipv6Aug 08 03:04:42.480Aug 08 03:04:42.480 DEBG |
| 8369 | 2026-08-08T03:04:43.380Z | INFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8370 | 2026-08-08T03:04:43.380Z | |
| 8371 | 2026-08-08T03:04:43.380Z | |
| 8372 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480 INFOAug 08 03:04:42.480 Aug 08 03:04:42.480 Aug 08 03:04:42.480INFO INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff DEBG |
| 8373 | 2026-08-08T03:04:43.380Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8374 | 2026-08-08T03:04:43.380Z | |
| 8375 | 2026-08-08T03:04:43.380Z | |
| 8376 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480 DEBG Aug 08 03:04:42.480Aug 08 03:04:42.480 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 } }]DEBGAug 08 03:04:42.480DEBG |
| 8377 | 2026-08-08T03:04:43.380Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8378 | 2026-08-08T03:04:43.380Z | 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 08 03:04:42.480 |
| 8379 | 2026-08-08T03:04:43.380Z | |
| 8380 | 2026-08-08T03:04:43.380Z | INFOAug 08 03:04:42.480 adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 8381 | 2026-08-08T03:04:43.380Z | Aug 08 03:04:42.480Aug 08 03:04:42.480 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8382 | 2026-08-08T03:04:43.380Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8383 | 2026-08-08T03:04:43.380Z | 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 } }] |
| 8384 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 08 03:04:42.481 |
| 8385 | 2026-08-08T03:04:43.381Z | |
| 8386 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481 INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8387 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481replacing 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 08 03:04:42.481 |
| 8388 | 2026-08-08T03:04:43.381Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 8389 | 2026-08-08T03:04:43.381Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8390 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFO DEBG adding route 3fff:beef:a::/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 } }]Aug 08 03:04:42.481DEBG |
| 8391 | 2026-08-08T03:04:43.381Z | 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 } }] |
| 8392 | 2026-08-08T03:04:43.381Z | |
| 8393 | 2026-08-08T03:04:43.381Z | DEBGAug 08 03:04:42.481 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 08 03:04:42.481 |
| 8394 | 2026-08-08T03:04:43.381Z | INFOAug 08 03:04:42.481 adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8395 | 2026-08-08T03:04:43.381Z | INFODEBGAug 08 03:04:42.481 INFOadding route 3fff:beef:a::/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 } }] |
| 8396 | 2026-08-08T03:04:43.381Z | |
| 8397 | 2026-08-08T03:04:43.381Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8398 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBG Aug 08 03:04:42.481DEBG 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 } }]INFO |
| 8399 | 2026-08-08T03:04:43.381Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] replacing targets for 3fff:beef: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:b::/64 -> 2001:db8::55:ff |
| 8400 | 2026-08-08T03:04:43.381Z | |
| 8401 | 2026-08-08T03:04:43.381Z | |
| 8402 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481 Aug 08 03:04:42.481 INFO INFOadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8403 | 2026-08-08T03:04:43.381Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 8404 | 2026-08-08T03:04:43.381Z | 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 } }] |
| 8405 | 2026-08-08T03:04:43.381Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8406 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481 DEBGAug 08 03:04:42.481DEBG 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 |
| 8407 | 2026-08-08T03:04:43.381Z | 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 } }] |
| 8408 | 2026-08-08T03:04:43.381Z | Aug 08 03:04:42.481adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8409 | 2026-08-08T03:04:43.381Z | DEBGAug 08 03:04:42.481 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 08 03:04:42.481INFO INFO |
| 8410 | 2026-08-08T03:04:43.381Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8411 | 2026-08-08T03:04:43.381Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8412 | 2026-08-08T03:04:43.382Z | DEBG Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBG DEBG INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:22::/64 -> 2001:db8::55:ff |
| 8413 | 2026-08-08T03:04:43.386Z | |
| 8414 | 2026-08-08T03:04:43.386Z | |
| 8415 | 2026-08-08T03:04:43.386Z | 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 } }] |
| 8416 | 2026-08-08T03:04:43.386Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFODEBGAug 08 03:04:42.481 INFOreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8417 | 2026-08-08T03:04:43.386Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8418 | 2026-08-08T03:04:43.386Z | |
| 8419 | 2026-08-08T03:04:43.386Z | |
| 8420 | 2026-08-08T03:04:43.386Z | DEBG Aug 08 03:04:42.481created new freemapAug 08 03:04:42.481 Aug 08 03:04:42.481Aug 08 03:04:42.481DEBG , 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 INFO |
| 8421 | 2026-08-08T03:04:43.386Z | 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 |
| 8422 | 2026-08-08T03:04:43.386Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 8423 | 2026-08-08T03:04:43.386Z | Aug 08 03:04:42.481 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 } }]:Aug 08 03:04:42.481 |
| 8424 | 2026-08-08T03:04:43.386Z | freemap_route_ipv4 DEBG |
| 8425 | 2026-08-08T03:04:43.386Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffAug 08 03:04:42.481replacing 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 } }] |
| 8426 | 2026-08-08T03:04:43.386Z | |
| 8427 | 2026-08-08T03:04:43.386Z | Aug 08 03:04:42.481 INFOAug 08 03:04:42.481 Aug 08 03:04:42.481adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8428 | 2026-08-08T03:04:43.386Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 8429 | 2026-08-08T03:04:43.386Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 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 08 03:04:42.481 |
| 8430 | 2026-08-08T03:04:43.386Z | DEBGadding route 3fff:beef:24::/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 |
| 8431 | 2026-08-08T03:04:43.386Z | 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 } }] created new freemap |
| 8432 | 2026-08-08T03:04:43.386Z | , |
| 8433 | 2026-08-08T03:04:43.386Z | unitAug 08 03:04:42.481: Aug 08 03:04:42.481INFO Aug 08 03:04:42.481 freemap_route_ipv6 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8434 | 2026-08-08T03:04:43.387Z | |
| 8435 | 2026-08-08T03:04:43.387Z | INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8436 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 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 } }] |
| 8437 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffinitted freemap. size: 64Aug 08 03:04:42.481, |
| 8438 | 2026-08-08T03:04:43.387Z | unitDEBG: 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 08 03:04:42.481 DEBG |
| 8439 | 2026-08-08T03:04:43.387Z | 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 } }] |
| 8440 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481freemap_route_ipv4 |
| 8441 | 2026-08-08T03:04:43.387Z | INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8442 | 2026-08-08T03:04:43.387Z | |
| 8443 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 DEBG Aug 08 03:04:42.481reset freemap , Aug 08 03:04:42.481DEBG 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 } }]DEBG: |
| 8444 | 2026-08-08T03:04:43.387Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 8445 | 2026-08-08T03:04:43.387Z | |
| 8446 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 INFO Aug 08 03:04:42.481adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8447 | 2026-08-08T03:04:43.387Z | INFOAug 08 03:04:42.481 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 8448 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 initted freemap. size: 64DEBG, unitreplacing 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 } }]: |
| 8449 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481freemap_route_ipv6 |
| 8450 | 2026-08-08T03:04:43.387Z | DEBG Aug 08 03:04:42.481replacing 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 } }] |
| 8451 | 2026-08-08T03:04:43.387Z | INFOAug 08 03:04:42.481 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 8452 | 2026-08-08T03:04:43.387Z | reset freemapAug 08 03:04:42.481, unitAug 08 03:04:42.481: INFODEBGfreemap_route_ipv6 |
| 8453 | 2026-08-08T03:04:43.387Z | 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:13::/64 -> 2001:db8::55:ff |
| 8454 | 2026-08-08T03:04:43.387Z | |
| 8455 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.481Aug 08 03:04:42.481 |
| 8456 | 2026-08-08T03:04:43.387Z | DEBGINFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.481 |
| 8457 | 2026-08-08T03:04:43.387Z | |
| 8458 | 2026-08-08T03:04:43.387Z | 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 } }] |
| 8459 | 2026-08-08T03:04:43.387Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG Aug 08 03:04:42.481adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8460 | 2026-08-08T03:04:43.387Z | 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 } }] |
| 8461 | 2026-08-08T03:04:43.387Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8462 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:29::/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 } }] |
| 8463 | 2026-08-08T03:04:43.388Z | |
| 8464 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 8465 | 2026-08-08T03:04:43.388Z | 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 |
| 8466 | 2026-08-08T03:04:43.388Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8467 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBGAug 08 03:04:42.481 adding route 3fff:beef:2a::/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 } }]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 } }] |
| 8468 | 2026-08-08T03:04:43.388Z | |
| 8469 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8470 | 2026-08-08T03:04:43.388Z | 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 } }] |
| 8471 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481 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 } }] |
| 8472 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8473 | 2026-08-08T03:04:43.388Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8474 | 2026-08-08T03:04:43.388Z | |
| 8475 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481DEBG 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 } }] |
| 8476 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481replacing 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 } }] |
| 8477 | 2026-08-08T03:04:43.388Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8478 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8479 | 2026-08-08T03:04:43.388Z | INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8480 | 2026-08-08T03:04:43.388Z | |
| 8481 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481DEBGINFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8482 | 2026-08-08T03:04:43.388Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8483 | 2026-08-08T03:04:43.388Z | |
| 8484 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481 INFO Aug 08 03:04:42.481adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8485 | 2026-08-08T03:04:43.388Z | DEBGAug 08 03:04:42.481 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 } }]INFOAug 08 03:04:42.481 |
| 8486 | 2026-08-08T03:04:43.388Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 8487 | 2026-08-08T03:04:43.388Z | 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 } }] |
| 8488 | 2026-08-08T03:04:43.388Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFO DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8489 | 2026-08-08T03:04:43.388Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8490 | 2026-08-08T03:04:43.389Z | |
| 8491 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGAug 08 03:04:42.481 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 |
| 8492 | 2026-08-08T03:04:43.389Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8493 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:1b::/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 } }] |
| 8494 | 2026-08-08T03:04:43.389Z | |
| 8495 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481DEBG Aug 08 03:04:42.481replacing 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 } }] DEBGINFO |
| 8496 | 2026-08-08T03:04:43.389Z | 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:2f::/64 -> 2001:db8::55:ff |
| 8497 | 2026-08-08T03:04:43.389Z | |
| 8498 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481 INFOAug 08 03:04:42.481 Aug 08 03:04:42.481adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8499 | 2026-08-08T03:04:43.389Z | INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8500 | 2026-08-08T03:04:43.389Z | |
| 8501 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG INFOreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8502 | 2026-08-08T03:04:43.389Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8503 | 2026-08-08T03:04:43.389Z | |
| 8504 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO INFO replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8505 | 2026-08-08T03:04:43.389Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8506 | 2026-08-08T03:04:43.389Z | |
| 8507 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8508 | 2026-08-08T03:04:43.389Z | 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 |
| 8509 | 2026-08-08T03:04:43.389Z | 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 } }] |
| 8510 | 2026-08-08T03:04:43.389Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8511 | 2026-08-08T03:04:43.389Z | 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 |
| 8512 | 2026-08-08T03:04:43.389Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8513 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481DEBG Aug 08 03:04:42.481 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 } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8514 | 2026-08-08T03:04:43.394Z | DEBG |
| 8515 | 2026-08-08T03:04:43.394Z | 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 } }] |
| 8516 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGAug 08 03:04:42.481 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 } }]INFO |
| 8517 | 2026-08-08T03:04:43.394Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8518 | 2026-08-08T03:04:43.394Z | |
| 8519 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO 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 } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8520 | 2026-08-08T03:04:43.394Z | |
| 8521 | 2026-08-08T03:04:43.394Z | 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 } }] |
| 8522 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 Aug 08 03:04:42.481INFO INFODEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8523 | 2026-08-08T03:04:43.394Z | 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 } }] |
| 8524 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8525 | 2026-08-08T03:04:43.394Z | 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 } }] |
| 8526 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481 Aug 08 03:04:42.481 INFOAug 08 03:04:42.481 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 8527 | 2026-08-08T03:04:43.394Z | 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 } }] |
| 8528 | 2026-08-08T03:04:43.394Z | INFOAug 08 03:04:42.481Aug 08 03:04:42.481 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGINFO |
| 8529 | 2026-08-08T03:04:43.394Z | 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:d::/64 -> 2001:db8::55:ff |
| 8530 | 2026-08-08T03:04:43.394Z | |
| 8531 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481 DEBG Aug 08 03:04:42.481Aug 08 03:04:42.481replacing 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 } }] |
| 8532 | 2026-08-08T03:04:43.394Z | DEBG INFOreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8533 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8534 | 2026-08-08T03:04:43.394Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8535 | 2026-08-08T03:04:43.394Z | Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8536 | 2026-08-08T03:04:43.395Z | 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 08 03:04:42.481 |
| 8537 | 2026-08-08T03:04:43.395Z | 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 08 03:04:42.481 |
| 8538 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8539 | 2026-08-08T03:04:43.395Z | 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 08 03:04:42.481 |
| 8540 | 2026-08-08T03:04:43.395Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:04:42.481 |
| 8541 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481 DEBGINFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8542 | 2026-08-08T03:04:43.395Z | |
| 8543 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481 DEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.481 |
| 8544 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8545 | 2026-08-08T03:04:43.395Z | |
| 8546 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGINFO INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8547 | 2026-08-08T03:04:43.395Z | |
| 8548 | 2026-08-08T03:04:43.395Z | |
| 8549 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481Aug 08 03:04:42.481Aug 08 03:04:42.481 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8550 | 2026-08-08T03:04:43.395Z | |
| 8551 | 2026-08-08T03:04:43.395Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8552 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.481Aug 08 03:04:42.481 INFOINFO Aug 08 03:04:42.481adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8553 | 2026-08-08T03:04:43.395Z | DEBG |
| 8554 | 2026-08-08T03:04:43.395Z | 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 } }] |
| 8555 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGAug 08 03:04:42.482 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 } }] 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 } }] |
| 8556 | 2026-08-08T03:04:43.395Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8557 | 2026-08-08T03:04:43.395Z | |
| 8558 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:26::/64 -> 2001:db8::55:ffAug 08 03:04:42.482 |
| 8559 | 2026-08-08T03:04:43.395Z | DEBGINFO 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:12::/64 -> 2001:db8::55:ff |
| 8560 | 2026-08-08T03:04:43.395Z | |
| 8561 | 2026-08-08T03:04:43.395Z | Aug 08 03:04:42.482 DEBG Aug 08 03:04:42.482replacing 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 08 03:04:42.482 |
| 8562 | 2026-08-08T03:04:43.395Z | INFODEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8563 | 2026-08-08T03:04:43.396Z | |
| 8564 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:04:42.482Aug 08 03:04:42.482 |
| 8565 | 2026-08-08T03:04:43.396Z | DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8566 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8567 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGINFO 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 } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8568 | 2026-08-08T03:04:43.396Z | |
| 8569 | 2026-08-08T03:04:43.396Z | 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 } }] |
| 8570 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFOINFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8571 | 2026-08-08T03:04:43.396Z | |
| 8572 | 2026-08-08T03:04:43.396Z | 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 } }] |
| 8573 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBGAug 08 03:04:42.482 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 } }]INFOreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8574 | 2026-08-08T03:04:43.396Z | |
| 8575 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8576 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8577 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8578 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8579 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:3d::/64 -> 2001:db8::55:ff |
| 8580 | 2026-08-08T03:04:43.396Z | |
| 8581 | 2026-08-08T03:04:43.396Z | |
| 8582 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8583 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8584 | 2026-08-08T03:04:43.396Z | |
| 8585 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8586 | 2026-08-08T03:04:43.396Z | 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 } }] |
| 8587 | 2026-08-08T03:04:43.396Z | |
| 8588 | 2026-08-08T03:04:43.396Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFO replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8589 | 2026-08-08T03:04:43.396Z | INFO |
| 8590 | 2026-08-08T03:04:43.396Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8591 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffDEBG |
| 8592 | 2026-08-08T03:04:43.397Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8593 | 2026-08-08T03:04:43.397Z | |
| 8594 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGAug 08 03:04:42.482 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 } }] |
| 8595 | 2026-08-08T03:04:43.397Z | INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8596 | 2026-08-08T03:04:43.397Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffAug 08 03:04:42.482 |
| 8597 | 2026-08-08T03:04:43.397Z | DEBG failed to allocate space for the new target list |
| 8598 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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 |
| 8599 | 2026-08-08T03:04:43.397Z | 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: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 08 03:04:42.482 |
| 8600 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFOINFO created new freemap adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 8601 | 2026-08-08T03:04:43.397Z | |
| 8602 | 2026-08-08T03:04:43.397Z | unit: freemap_route_ipv4 |
| 8603 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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 08 03:04:42.482 |
| 8604 | 2026-08-08T03:04:43.397Z | 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 } }] |
| 8605 | 2026-08-08T03:04:43.397Z | DEBG Aug 08 03:04:42.482 INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8606 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8607 | 2026-08-08T03:04:43.397Z | 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 } }] |
| 8608 | 2026-08-08T03:04:43.397Z | Aug 08 03:04:42.482 INFO Aug 08 03:04:42.482adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8609 | 2026-08-08T03:04:43.397Z | created new freemap |
| 8610 | 2026-08-08T03:04:43.397Z | DEBGAug 08 03:04:42.482, unitDEBG: 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 08 03:04:42.482freemap_route_ipv6 |
| 8611 | 2026-08-08T03:04:43.397Z | DEBG |
| 8612 | 2026-08-08T03:04:43.397Z | 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 } }]failed to allocate space for the new target list |
| 8613 | 2026-08-08T03:04:43.401Z | |
| 8614 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8615 | 2026-08-08T03:04:43.402Z | initted freemap. size: 64, unit: Aug 08 03:04:42.482freemap_route_ipv4 |
| 8616 | 2026-08-08T03:04:43.402Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8617 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 DEBG reset freemap, unit: freemap_route_ipv4Aug 08 03:04:42.482 |
| 8618 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 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 } }]initted freemap. size: 64 |
| 8619 | 2026-08-08T03:04:43.402Z | , unit: freemap_route_ipv6Aug 08 03:04:42.482 |
| 8620 | 2026-08-08T03:04:43.402Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8621 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482DEBG Aug 08 03:04:42.482DEBG DEBGreset freemap , unitreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8622 | 2026-08-08T03:04:43.402Z | : |
| 8623 | 2026-08-08T03:04:43.402Z | freemap_route_ipv6 |
| 8624 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8625 | 2026-08-08T03:04:43.402Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8626 | 2026-08-08T03:04:43.402Z | |
| 8627 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGAug 08 03:04:42.482 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 |
| 8628 | 2026-08-08T03:04:43.402Z | 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 } }]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 } }] |
| 8629 | 2026-08-08T03:04:43.402Z | |
| 8630 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 INFOAug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8631 | 2026-08-08T03:04:43.402Z | |
| 8632 | 2026-08-08T03:04:43.402Z | |
| 8633 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8634 | 2026-08-08T03:04:43.402Z | |
| 8635 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8636 | 2026-08-08T03:04:43.402Z | |
| 8637 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8638 | 2026-08-08T03:04:43.402Z | 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 } }] |
| 8639 | 2026-08-08T03:04:43.402Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8640 | 2026-08-08T03:04:43.402Z | |
| 8641 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8642 | 2026-08-08T03:04:43.403Z | |
| 8643 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8644 | 2026-08-08T03:04:43.403Z | |
| 8645 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 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: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 } }] |
| 8646 | 2026-08-08T03:04:43.403Z | |
| 8647 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8648 | 2026-08-08T03:04:43.403Z | |
| 8649 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482 DEBGAug 08 03:04:42.482 Aug 08 03:04:42.482 DEBGreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8650 | 2026-08-08T03:04:43.403Z | |
| 8651 | 2026-08-08T03:04:43.403Z | 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 } }] |
| 8652 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ffAug 08 03:04:42.482 |
| 8653 | 2026-08-08T03:04:43.403Z | |
| 8654 | 2026-08-08T03:04:43.403Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8655 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG Aug 08 03:04:42.482DEBG 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 } }] |
| 8656 | 2026-08-08T03:04:43.403Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8657 | 2026-08-08T03:04:43.403Z | |
| 8658 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8659 | 2026-08-08T03:04:43.403Z | |
| 8660 | 2026-08-08T03:04:43.403Z | |
| 8661 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGDEBG 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 } }]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 } }] |
| 8662 | 2026-08-08T03:04:43.403Z | |
| 8663 | 2026-08-08T03:04:43.403Z | 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 } }] |
| 8664 | 2026-08-08T03:04:43.403Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffAug 08 03:04:42.482 |
| 8665 | 2026-08-08T03:04:43.403Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Aug 08 03:04:42.482adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8666 | 2026-08-08T03:04:43.403Z | |
| 8667 | 2026-08-08T03:04:43.403Z | 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 } }] |
| 8668 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8669 | 2026-08-08T03:04:43.404Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8670 | 2026-08-08T03:04:43.404Z | test route::tests::grow_succeeds ... ok |
| 8671 | 2026-08-08T03:04:43.404Z | |
| 8672 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482 INFOAug 08 03:04:42.482 Aug 08 03:04:42.482 adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8673 | 2026-08-08T03:04:43.404Z | |
| 8674 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8675 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGAug 08 03:04:42.482 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 } }] |
| 8676 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 8677 | 2026-08-08T03:04:43.404Z | 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 } }] |
| 8678 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 8679 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8680 | 2026-08-08T03:04:43.404Z | |
| 8681 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBGDEBGINFO 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 } }] |
| 8682 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8683 | 2026-08-08T03:04:43.404Z | |
| 8684 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8685 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8686 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 8687 | 2026-08-08T03:04:43.404Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8688 | 2026-08-08T03:04:43.404Z | |
| 8689 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482 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 08 03:04:42.482 |
| 8690 | 2026-08-08T03:04:43.404Z | DEBGAug 08 03:04:42.482 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.482INFO |
| 8691 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 8692 | 2026-08-08T03:04:43.404Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8693 | 2026-08-08T03:04:43.404Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 INFODEBG DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8694 | 2026-08-08T03:04:43.404Z | |
| 8695 | 2026-08-08T03:04:43.404Z | 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 } }] |
| 8696 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 8697 | 2026-08-08T03:04:43.405Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8698 | 2026-08-08T03:04:43.405Z | 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 } }] |
| 8699 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG INFOAug 08 03:04:42.482replacing 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 } }] |
| 8700 | 2026-08-08T03:04:43.405Z | DEBG adding route 3fff:beef:1d::/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 } }] |
| 8701 | 2026-08-08T03:04:43.405Z | |
| 8702 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482 INFO Aug 08 03:04:42.482Aug 08 03:04:42.482adding route 3fff:beef:39::/64 -> 2001:db8::55:ff INFODEBG |
| 8703 | 2026-08-08T03:04:43.405Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8704 | 2026-08-08T03:04:43.405Z | 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 } }] |
| 8705 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBG 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 } }] |
| 8706 | 2026-08-08T03:04:43.405Z | INFOreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8707 | 2026-08-08T03:04:43.405Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8708 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFOINFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8709 | 2026-08-08T03:04:43.405Z | adding route 3fff:beef:3a::/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 } }] |
| 8710 | 2026-08-08T03:04:43.405Z | |
| 8711 | 2026-08-08T03:04:43.405Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482 DEBGINFO 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 } }] |
| 8712 | 2026-08-08T03:04:43.405Z | 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:1f::/64 -> 2001:db8::55:ff |
| 8713 | 2026-08-08T03:04:43.409Z | |
| 8714 | 2026-08-08T03:04:43.409Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG INFO 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:2e::/64 -> 2001:db8::55:ff |
| 8715 | 2026-08-08T03:04:43.410Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8716 | 2026-08-08T03:04:43.410Z | |
| 8717 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.482 Aug 08 03:04:42.482Aug 08 03:04:42.482DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8718 | 2026-08-08T03:04:43.410Z | 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:20::/64 -> 2001:db8::55:ff |
| 8719 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.482 |
| 8720 | 2026-08-08T03:04:43.410Z | INFOAug 08 03:04:42.482 Aug 08 03:04:42.482INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8721 | 2026-08-08T03:04:43.410Z | DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8722 | 2026-08-08T03:04:43.410Z | 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 08 03:04:42.482 |
| 8723 | 2026-08-08T03:04:43.410Z | DEBGAug 08 03:04:42.482 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 08 03:04:42.482DEBG |
| 8724 | 2026-08-08T03:04:43.410Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8725 | 2026-08-08T03:04:43.410Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8726 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 Aug 08 03:04:42.482DEBGINFO DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8727 | 2026-08-08T03:04:43.410Z | |
| 8728 | 2026-08-08T03:04:43.410Z | 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 } }] |
| 8729 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.482Aug 08 03:04:42.482Aug 08 03:04:42.482 DEBG DEBGINFOreplacing 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 } }] |
| 8730 | 2026-08-08T03:04:43.410Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:22::/64 -> 2001:db8::55:ff |
| 8731 | 2026-08-08T03:04:43.410Z | |
| 8732 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.482Aug 08 03:04:42.482 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 8733 | 2026-08-08T03:04:43.410Z | |
| 8734 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8735 | 2026-08-08T03:04:43.410Z | |
| 8736 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8737 | 2026-08-08T03:04:43.410Z | |
| 8738 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 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:24::/64 -> 2001:db8::55:ff |
| 8739 | 2026-08-08T03:04:43.410Z | |
| 8740 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:33::/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 } }] |
| 8741 | 2026-08-08T03:04:43.410Z | |
| 8742 | 2026-08-08T03:04:43.410Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8743 | 2026-08-08T03:04:43.411Z | |
| 8744 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8745 | 2026-08-08T03:04:43.411Z | |
| 8746 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8747 | 2026-08-08T03:04:43.411Z | |
| 8748 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:35::/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 } }] |
| 8749 | 2026-08-08T03:04:43.411Z | |
| 8750 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8751 | 2026-08-08T03:04:43.411Z | |
| 8752 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 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:36::/64 -> 2001:db8::55:ff |
| 8753 | 2026-08-08T03:04:43.411Z | |
| 8754 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:28::/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 } }] |
| 8755 | 2026-08-08T03:04:43.411Z | |
| 8756 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8757 | 2026-08-08T03:04:43.411Z | |
| 8758 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8759 | 2026-08-08T03:04:43.411Z | |
| 8760 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8761 | 2026-08-08T03:04:43.411Z | |
| 8762 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 8763 | 2026-08-08T03:04:43.411Z | |
| 8764 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8765 | 2026-08-08T03:04:43.411Z | |
| 8766 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8767 | 2026-08-08T03:04:43.411Z | |
| 8768 | 2026-08-08T03:04:43.411Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8769 | 2026-08-08T03:04:43.411Z | |
| 8770 | 2026-08-08T03:04:43.412Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8771 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8772 | 2026-08-08T03:04:43.412Z | |
| 8773 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8774 | 2026-08-08T03:04:43.412Z | |
| 8775 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 8776 | 2026-08-08T03:04:43.412Z | |
| 8777 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 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 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8778 | 2026-08-08T03:04:43.412Z | |
| 8779 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 INFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8780 | 2026-08-08T03:04:43.412Z | |
| 8781 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.483Aug 08 03:04:42.483 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 8782 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.490 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 } }] |
| 8783 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.484 Aug 08 03:04:42.483DEBGAug 08 03:04:42.483 DEBG created new freemap , DEBGunit : |
| 8784 | 2026-08-08T03:04:43.412Z | created new freemapfreemap_route_ipv4Aug 08 03:04:42.483, |
| 8785 | 2026-08-08T03:04:43.412Z | unitDEBG: created new freemapfreemap_route_ipv4, unit |
| 8786 | 2026-08-08T03:04:43.412Z | : Aug 08 03:04:42.490freemap_route_ipv4 DEBG |
| 8787 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.490created new freemap , INFOunit :adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff Aug 08 03:04:42.490 |
| 8788 | 2026-08-08T03:04:43.412Z | freemap_route_ipv6DEBG |
| 8789 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.490 Aug 08 03:04:42.490 created new freemapDEBGDEBG , Aug 08 03:04:42.490replacing 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 } }] |
| 8790 | 2026-08-08T03:04:43.412Z | unit :DEBGcreated new freemap , Aug 08 03:04:42.490unitinitted freemap. size: 64 , freemap_route_ipv6unit:: |
| 8791 | 2026-08-08T03:04:43.412Z | INFO freemap_route_ipv6 |
| 8792 | 2026-08-08T03:04:43.412Z | Aug 08 03:04:42.490freemap_route_ipv4 |
| 8793 | 2026-08-08T03:04:43.412Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8794 | 2026-08-08T03:04:43.412Z | initted freemap. size: 64Aug 08 03:04:42.490, Aug 08 03:04:42.490unitAug 08 03:04:42.490 :DEBG DEBG freemap_route_ipv4 |
| 8795 | 2026-08-08T03:04:43.412Z | 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 |
| 8796 | 2026-08-08T03:04:43.412Z | reset freemapinitted freemap. size: 64Aug 08 03:04:42.490, unitDEBG, Aug 08 03:04:42.490:reset freemap unit, freemap_route_ipv4:unitINFO |
| 8797 | 2026-08-08T03:04:43.413Z | :adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8798 | 2026-08-08T03:04:43.413Z | freemap_route_ipv4freemap_route_ipv4 |
| 8799 | 2026-08-08T03:04:43.413Z | |
| 8800 | 2026-08-08T03:04:43.413Z | Aug 08 03:04:42.490Aug 08 03:04:42.490 DEBGDEBG Aug 08 03:04:42.490replacing 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 08 03:04:42.490initted freemap. size: 64 |
| 8801 | 2026-08-08T03:04:43.413Z | DEBG DEBG, unitinitted freemap. size: 64:Aug 08 03:04:42.490 , freemap_route_ipv6unit |
| 8802 | 2026-08-08T03:04:43.413Z | : reset freemapfreemap_route_ipv6INFO |
| 8803 | 2026-08-08T03:04:43.413Z | Aug 08 03:04:42.490 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG, |
| 8804 | 2026-08-08T03:04:43.413Z | unitreset freemap:Aug 08 03:04:42.490, unit DEBGAug 08 03:04:42.490: DEBG freemap_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 } }] |
| 8805 | 2026-08-08T03:04:43.413Z | freemap_route_ipv6reset freemap |
| 8806 | 2026-08-08T03:04:43.413Z | |
| 8807 | 2026-08-08T03:04:43.413Z | , unit:Aug 08 03:04:42.490 Aug 08 03:04:42.490 DEBGfreemap_route_ipv6 Aug 08 03:04:42.490INFO |
| 8808 | 2026-08-08T03:04:43.413Z | INFOinitted freemap. size: 64 , adding route 172.16.0.0/32 -> 10.0.0.1unitadding route 3fff:beef:33::/64 -> 2001:db8::55:ff:Aug 08 03:04:42.490 |
| 8809 | 2026-08-08T03:04:43.413Z | |
| 8810 | 2026-08-08T03:04:43.413Z | freemap_route_ipv6INFO |
| 8811 | 2026-08-08T03:04:43.413Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.490 |
| 8812 | 2026-08-08T03:04:43.413Z | Aug 08 03:04:42.490DEBG 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 } }]DEBGAug 08 03:04:42.490 |
| 8813 | 2026-08-08T03:04:43.417Z | DEBG Aug 08 03:04:42.490replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8814 | 2026-08-08T03:04:43.417Z | |
| 8815 | 2026-08-08T03:04:43.417Z | Aug 08 03:04:42.490DEBG INFOAug 08 03:04:42.490 reset freemapadding route 3fff:beef:34::/64 -> 2001:db8::55:ffAug 08 03:04:42.490 |
| 8816 | 2026-08-08T03:04:43.417Z | INFOINFO, unitadding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.490 |
| 8817 | 2026-08-08T03:04:43.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:1: |
| 8818 | 2026-08-08T03:04:43.418Z | freemap_route_ipv6DEBGAug 08 03:04:42.490 Aug 08 03:04:42.490 |
| 8819 | 2026-08-08T03:04:43.418Z | DEBGDEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 08 03:04:42.490 |
| 8820 | 2026-08-08T03:04:43.418Z | |
| 8821 | 2026-08-08T03:04:43.418Z | |
| 8822 | 2026-08-08T03:04:43.418Z | INFOAug 08 03:04:42.490 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8823 | 2026-08-08T03:04:43.418Z | adding route 172.16.0.0/32 -> 10.0.0.3Aug 08 03:04:42.490 |
| 8824 | 2026-08-08T03:04:43.418Z | Aug 08 03:04:42.490 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8825 | 2026-08-08T03:04:43.418Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffAug 08 03:04:42.490 |
| 8826 | 2026-08-08T03:04:43.418Z | DEBGAug 08 03:04:42.490 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 08 03:04:42.490 Aug 08 03:04:42.490replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8827 | 2026-08-08T03:04:43.418Z | |
| 8828 | 2026-08-08T03:04:43.418Z | DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8829 | 2026-08-08T03:04:43.418Z | |
| 8830 | 2026-08-08T03:04:43.418Z | Aug 08 03:04:42.490 INFOAug 08 03:04:42.490 Aug 08 03:04:42.490 adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 8831 | 2026-08-08T03:04:43.418Z | INFO Aug 08 03:04:42.490 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8832 | 2026-08-08T03:04:43.418Z | |
| 8833 | 2026-08-08T03:04:43.418Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8834 | 2026-08-08T03:04:43.418Z | Aug 08 03:04:42.490Aug 08 03:04:42.490 created new freemapDEBGDEBGAug 08 03:04:42.490 , 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 08 03:04:42.490replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8835 | 2026-08-08T03:04:43.418Z | 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 } }] |
| 8836 | 2026-08-08T03:04:43.418Z | |
| 8837 | 2026-08-08T03:04:43.418Z | unitDEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.490Aug 08 03:04:42.490 |
| 8838 | 2026-08-08T03:04:43.418Z | INFOfreemap_route_ipv4 |
| 8839 | 2026-08-08T03:04:43.418Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffINFO |
| 8840 | 2026-08-08T03:04:43.418Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffAug 08 03:04:42.490Aug 08 03:04:42.490 |
| 8841 | 2026-08-08T03:04:43.418Z | INFOAug 08 03:04:42.490 Aug 08 03:04:42.490adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8842 | 2026-08-08T03:04:43.418Z | INFODEBGAug 08 03:04:42.490 created new freemapDEBG, Aug 08 03:04:42.490 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 } }] |
| 8843 | 2026-08-08T03:04:43.418Z | 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 } }]DEBGunit |
| 8844 | 2026-08-08T03:04:43.419Z | : adding route 3fff:dead::/64 -> 2001:db8::55:3freemap_route_ipv6 |
| 8845 | 2026-08-08T03:04:43.419Z | |
| 8846 | 2026-08-08T03:04:43.419Z | 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 08 03:04:42.490 |
| 8847 | 2026-08-08T03:04:43.419Z | INFOAug 08 03:04:42.490 Aug 08 03:04:42.490 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffDEBG |
| 8848 | 2026-08-08T03:04:43.419Z | INFOAug 08 03:04:42.490initted freemap. size: 64Aug 08 03:04:42.490, Aug 08 03:04:42.490DEBG unit adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8849 | 2026-08-08T03:04:43.419Z | : 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 } }]INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 8850 | 2026-08-08T03:04:43.419Z | |
| 8851 | 2026-08-08T03:04:43.419Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8852 | 2026-08-08T03:04:43.419Z | |
| 8853 | 2026-08-08T03:04:43.419Z | Aug 08 03:04:42.490 Aug 08 03:04:42.490Aug 08 03:04:42.490 Aug 08 03:04:42.490DEBGDEBG Aug 08 03:04:42.490INFOINFO reset freemap adding route 3fff:beef:2::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8854 | 2026-08-08T03:04:43.419Z | |
| 8855 | 2026-08-08T03:04:43.419Z | replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 8856 | 2026-08-08T03:04:43.419Z | adding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 8857 | 2026-08-08T03:04:43.419Z | Aug 08 03:04:42.490freemap_route_ipv4Aug 08 03:04:42.490Aug 08 03:04:42.490 INFO |
| 8858 | 2026-08-08T03:04:43.419Z | DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Aug 08 03:04:42.490 |
| 8859 | 2026-08-08T03:04:43.419Z | 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 } }] |
| 8860 | 2026-08-08T03:04:43.419Z | DEBGINFO Aug 08 03:04:42.490replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8861 | 2026-08-08T03:04:43.419Z | Aug 08 03:04:42.490 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:04:42.490 |
| 8862 | 2026-08-08T03:04:43.419Z | initted freemap. size: 64DEBG Aug 08 03:04:42.490INFO, unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :Aug 08 03:04:42.490 |
| 8863 | 2026-08-08T03:04:43.419Z | DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8864 | 2026-08-08T03:04:43.419Z | Aug 08 03:04:42.490 |
| 8865 | 2026-08-08T03:04:43.419Z | 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 } }] |
| 8866 | 2026-08-08T03:04:43.419Z | 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 } }] |
| 8867 | 2026-08-08T03:04:43.419Z | Aug 08 03:04:42.490 |
| 8868 | 2026-08-08T03:04:43.419Z | DEBG Aug 08 03:04:42.490 reset freemapAug 08 03:04:42.490, WARNunitAug 08 03:04:42.490 Aug 08 03:04:42.490shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO INFO |
| 8869 | 2026-08-08T03:04:43.419Z | :adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8870 | 2026-08-08T03:04:43.419Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8871 | 2026-08-08T03:04:43.420Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8872 | 2026-08-08T03:04:43.420Z | |
| 8873 | 2026-08-08T03:04:43.420Z | |
| 8874 | 2026-08-08T03:04:43.420Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8875 | 2026-08-08T03:04:43.420Z | Aug 08 03:04:42.490 Aug 08 03:04:42.490Aug 08 03:04:42.490 DEBGAug 08 03:04:42.490DEBG INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8876 | 2026-08-08T03:04:43.420Z | |
| 8877 | 2026-08-08T03:04:43.420Z | |
| 8878 | 2026-08-08T03:04:43.420Z | 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 } }] |
| 8879 | 2026-08-08T03:04:43.420Z | Aug 08 03:04:42.490 Aug 08 03:04:42.490INFO Aug 08 03:04:42.490INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 Aug 08 03:04:42.490adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 8880 | 2026-08-08T03:04:43.420Z | |
| 8881 | 2026-08-08T03:04:43.420Z | |
| 8882 | 2026-08-08T03:04:43.420Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8883 | 2026-08-08T03:04:43.420Z | Aug 08 03:04:42.490Aug 08 03:04:42.490 DEBGDEBG Aug 08 03:04:42.490Aug 08 03:04:42.490 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8884 | 2026-08-08T03:04:43.420Z | 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 } }] |
| 8885 | 2026-08-08T03:04:43.420Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.490 |
| 8886 | 2026-08-08T03:04:43.420Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:04:42.490 |
| 8887 | 2026-08-08T03:04:43.420Z | INFOINFO Aug 08 03:04:42.490 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8888 | 2026-08-08T03:04:43.420Z | |
| 8889 | 2026-08-08T03:04:43.420Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8890 | 2026-08-08T03:04:43.420Z | Aug 08 03:04:42.491Aug 08 03:04:42.490 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:04:42.498created new freemap |
| 8891 | 2026-08-08T03:04:43.420Z | , unit: Aug 08 03:04:42.498freemap_route_ipv4 DEBG |
| 8892 | 2026-08-08T03:04:43.420Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.498Aug 08 03:04:42.490replacing 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 } }] |
| 8893 | 2026-08-08T03:04:43.420Z | |
| 8894 | 2026-08-08T03:04:43.420Z | DEBGDEBG Aug 08 03:04:42.498created new freemap , Aug 08 03:04:42.498INFOunit : adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:04:42.498 |
| 8895 | 2026-08-08T03:04:43.420Z | DEBG DEBG created new freemapfreemap_route_ipv6replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], |
| 8896 | 2026-08-08T03:04:43.420Z | Aug 08 03:04:42.498 |
| 8897 | 2026-08-08T03:04:43.420Z | unit |
| 8898 | 2026-08-08T03:04:43.421Z | : freemap_route_ipv4 |
| 8899 | 2026-08-08T03:04:43.421Z | DEBGAug 08 03:04:42.498 Aug 08 03:04:42.498DEBGreplacing 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 08 03:04:42.498 INFO |
| 8900 | 2026-08-08T03:04:43.421Z | Aug 08 03:04:42.498initted freemap. size: 64DEBG created new freemap, adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO, unitunit |
| 8901 | 2026-08-08T03:04:43.421Z | :: freemap_route_ipv4 Aug 08 03:04:42.498 |
| 8902 | 2026-08-08T03:04:43.421Z | adding route 3fff:dead::/64 -> 2001:db8::55:4freemap_route_ipv6 |
| 8903 | 2026-08-08T03:04:43.421Z | |
| 8904 | 2026-08-08T03:04:43.421Z | INFO Aug 08 03:04:42.498Aug 08 03:04:42.498Aug 08 03:04:42.498 Aug 08 03:04:42.498 DEBGDEBGDEBG adding route 172.17.0.7/32 -> 10.0.0.255DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 8905 | 2026-08-08T03:04:43.421Z | |
| 8906 | 2026-08-08T03:04:43.421Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }], unit |
| 8907 | 2026-08-08T03:04:43.421Z | : initted freemap. size: 64freemap_route_ipv4, |
| 8908 | 2026-08-08T03:04:43.421Z | Aug 08 03:04:42.498unit Aug 08 03:04:42.498Aug 08 03:04:42.498:DEBGAug 08 03:04:42.498 INFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv4 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8909 | 2026-08-08T03:04:43.421Z | DEBG |
| 8910 | 2026-08-08T03:04:43.421Z | |
| 8911 | 2026-08-08T03:04:43.421Z | initted freemap. size: 64, unitreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:Aug 08 03:04:42.498Aug 08 03:04:42.498 |
| 8912 | 2026-08-08T03:04:43.421Z | freemap_route_ipv6 DEBG |
| 8913 | 2026-08-08T03:04:43.426Z | 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 08 03:04:42.498WARN INFOAug 08 03:04:42.498 adding route 172.17.0.8/32 -> 10.0.0.255shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8914 | 2026-08-08T03:04:43.426Z | |
| 8915 | 2026-08-08T03:04:43.426Z | Aug 08 03:04:42.498 |
| 8916 | 2026-08-08T03:04:43.426Z | DEBGDEBGAug 08 03:04:42.498 Aug 08 03:04:42.498 reset freemapAug 08 03:04:42.498, INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8917 | 2026-08-08T03:04:43.426Z | ERROreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8918 | 2026-08-08T03:04:43.426Z | : |
| 8919 | 2026-08-08T03:04:43.426Z | reset freemapfreemap_route_ipv6Aug 08 03:04:42.498 |
| 8920 | 2026-08-08T03:04:43.426Z | Aug 08 03:04:42.498DEBG, Aug 08 03:04:42.498replacing 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 08 03:04:42.498 |
| 8921 | 2026-08-08T03:04:43.426Z | ERRO unitINFO:INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 172.17.0.9/32 -> 10.0.0.255shrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itAug 08 03:04:42.498 |
| 8922 | 2026-08-08T03:04:43.427Z | |
| 8923 | 2026-08-08T03:04:43.427Z | freemap_route_ipv4INFO |
| 8924 | 2026-08-08T03:04:43.427Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8925 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 |
| 8926 | 2026-08-08T03:04:43.427Z | DEBGAug 08 03:04:42.498Aug 08 03:04:42.498 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 } }] |
| 8927 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498initted freemap. size: 64 DEBG, unit :replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8928 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 freemap_route_ipv6 |
| 8929 | 2026-08-08T03:04:43.427Z | |
| 8930 | 2026-08-08T03:04:43.427Z | INFO Aug 08 03:04:42.498 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 8931 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498Aug 08 03:04:42.498 DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO reset freemapadding route 172.17.0.10/32 -> 10.0.0.255 |
| 8932 | 2026-08-08T03:04:43.427Z | , |
| 8933 | 2026-08-08T03:04:43.427Z | unit: Aug 08 03:04:42.498freemap_route_ipv6 Aug 08 03:04:42.498 |
| 8934 | 2026-08-08T03:04:43.427Z | DEBGDEBG Aug 08 03:04:42.498replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8935 | 2026-08-08T03:04:43.427Z | DEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.498 |
| 8936 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 8937 | 2026-08-08T03:04:43.427Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8938 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 |
| 8939 | 2026-08-08T03:04:43.427Z | INFO Aug 08 03:04:42.498adding route 3fff:beef:c::/64 -> 2001:db8::55:ffAug 08 03:04:42.498 |
| 8940 | 2026-08-08T03:04:43.427Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8941 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 |
| 8942 | 2026-08-08T03:04:43.427Z | DEBG Aug 08 03:04:42.498replacing 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 08 03:04:42.498INFO |
| 8943 | 2026-08-08T03:04:43.427Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8944 | 2026-08-08T03:04:43.427Z | |
| 8945 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 Aug 08 03:04:42.498INFOAug 08 03:04:42.498 adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 8946 | 2026-08-08T03:04:43.427Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 8947 | 2026-08-08T03:04:43.427Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Aug 08 03:04:42.498 |
| 8948 | 2026-08-08T03:04:43.427Z | Aug 08 03:04:42.498 Aug 08 03:04:42.483DEBGAug 08 03:04:42.498DEBG 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8949 | 2026-08-08T03:04:43.427Z | |
| 8950 | 2026-08-08T03:04:43.428Z | 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 } }] |
| 8951 | 2026-08-08T03:04:43.428Z | created new freemap, Aug 08 03:04:42.498unit :Aug 08 03:04:42.498Aug 08 03:04:42.498 INFOfreemap_route_ipv4DEBG |
| 8952 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]INFO |
| 8953 | 2026-08-08T03:04:43.428Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8954 | 2026-08-08T03:04:43.428Z | adding route 172.17.0.12/32 -> 10.0.0.255INFOAug 08 03:04:42.498Aug 08 03:04:42.498 WARN |
| 8955 | 2026-08-08T03:04:43.428Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 8956 | 2026-08-08T03:04:43.428Z | |
| 8957 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498created new freemap , Aug 08 03:04:42.498unit DEBG DEBG:replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8958 | 2026-08-08T03:04:43.428Z | freemap_route_ipv6 |
| 8959 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBG |
| 8960 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498replacing 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 } }] |
| 8961 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255Aug 08 03:04:42.498 |
| 8962 | 2026-08-08T03:04:43.428Z | INFO initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.498 |
| 8963 | 2026-08-08T03:04:43.428Z | , INFOAug 08 03:04:42.498 unitAug 08 03:04:42.498adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG :DEBG |
| 8964 | 2026-08-08T03:04:43.428Z | 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 } }] |
| 8965 | 2026-08-08T03:04:43.428Z | 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 } }] |
| 8966 | 2026-08-08T03:04:43.428Z | freemap_route_ipv4 |
| 8967 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498 DEBG Aug 08 03:04:42.498Aug 08 03:04:42.498replacing 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 08 03:04:42.498 INFOAug 08 03:04:42.483 |
| 8968 | 2026-08-08T03:04:43.428Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 8969 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498DEBG reset freemap , adding route 172.17.0.0/32 -> 10.0.0.255created new freemapINFO |
| 8970 | 2026-08-08T03:04:43.428Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8971 | 2026-08-08T03:04:43.428Z | unit, :adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit |
| 8972 | 2026-08-08T03:04:43.428Z | : freemap_route_ipv4Aug 08 03:04:42.498freemap_route_ipv4 |
| 8973 | 2026-08-08T03:04:43.428Z | |
| 8974 | 2026-08-08T03:04:43.428Z | DEBGAug 08 03:04:42.498 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 08 03:04:42.498 |
| 8975 | 2026-08-08T03:04:43.428Z | Aug 08 03:04:42.498DEBG 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 } }]Aug 08 03:04:42.498 |
| 8976 | 2026-08-08T03:04:43.428Z | initted freemap. size: 64INFO adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Aug 08 03:04:42.498unit |
| 8977 | 2026-08-08T03:04:43.429Z | : Aug 08 03:04:42.498DEBG |
| 8978 | 2026-08-08T03:04:43.429Z | freemap_route_ipv6 |
| 8979 | 2026-08-08T03:04:43.429Z | INFOAug 08 03:04:42.498created new freemap , INFOadding route 172.17.0.1/32 -> 10.0.0.255 Aug 08 03:04:42.498unit |
| 8980 | 2026-08-08T03:04:43.429Z | : DEBGfreemap_route_ipv6adding route 3fff:beef:11::/64 -> 2001:db8::55:ffAug 08 03:04:42.498 |
| 8981 | 2026-08-08T03:04:43.429Z | Aug 08 03:04:42.498replacing 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 } }] |
| 8982 | 2026-08-08T03:04:43.429Z | DEBG |
| 8983 | 2026-08-08T03:04:43.429Z | reset freemapDEBGAug 08 03:04:42.498, DEBG unitinitted freemap. size: 64replacing 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 08 03:04:42.498unit: DEBGfreemap_route_ipv6freemap_route_ipv4 |
| 8984 | 2026-08-08T03:04:43.429Z | Aug 08 03:04:42.498 |
| 8985 | 2026-08-08T03:04:43.429Z | |
| 8986 | 2026-08-08T03:04:43.429Z | 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 } }] |
| 8987 | 2026-08-08T03:04:43.429Z | INFO Aug 08 03:04:42.498adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:04:42.498 |
| 8988 | 2026-08-08T03:04:43.429Z | INFO Aug 08 03:04:42.498adding route 3fff:dead::/64 -> 2001:db8::55:1 Aug 08 03:04:42.498Aug 08 03:04:42.498DEBG |
| 8989 | 2026-08-08T03:04:43.429Z | INFOreset freemap , DEBGINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ffAug 08 03:04:42.498 Aug 08 03:04:42.498unit :replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4DEBG |
| 8990 | 2026-08-08T03:04:43.429Z | |
| 8991 | 2026-08-08T03:04:43.429Z | DEBG |
| 8992 | 2026-08-08T03:04:43.429Z | adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8993 | 2026-08-08T03:04:43.429Z | |
| 8994 | 2026-08-08T03:04:43.429Z | 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 08 03:04:42.498 Aug 08 03:04:42.498Aug 08 03:04:42.498 DEBGAug 08 03:04:42.498INFO INFODEBG Aug 08 03:04:42.498replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8995 | 2026-08-08T03:04:43.429Z | Aug 08 03:04:42.499 Aug 08 03:04:42.499 adding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.506DEBG |
| 8996 | 2026-08-08T03:04:43.429Z | DEBG DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8997 | 2026-08-08T03:04:43.429Z | |
| 8998 | 2026-08-08T03:04:43.429Z | Aug 08 03:04:42.506created new freemapreplacing 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 } }], created new 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8999 | 2026-08-08T03:04:43.429Z | initted freemap. size: 64unit, :unit :freemap_route_ipv4 |
| 9000 | 2026-08-08T03:04:43.429Z | Aug 08 03:04:42.506freemap_route_ipv6 |
| 9001 | 2026-08-08T03:04:43.429Z | unitINFO: adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.506 |
| 9002 | 2026-08-08T03:04:43.429Z | freemap_route_ipv4Aug 08 03:04:42.506 |
| 9003 | 2026-08-08T03:04:43.429Z | DEBGAug 08 03:04:42.506 DEBGcreated new freemap , reset freemap unit, :unit Aug 08 03:04:42.506freemap_route_ipv6 :DEBG |
| 9004 | 2026-08-08T03:04:43.429Z | DEBG freemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9005 | 2026-08-08T03:04:43.430Z | |
| 9006 | 2026-08-08T03:04:43.430Z | Aug 08 03:04:42.506created new freemap , DEBGunit Aug 08 03:04:42.506: initted freemap. size: 64INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9007 | 2026-08-08T03:04:43.430Z | |
| 9008 | 2026-08-08T03:04:43.430Z | , unitAug 08 03:04:42.506Aug 08 03:04:42.506: Aug 08 03:04:42.506INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9009 | 2026-08-08T03:04:43.430Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]initted freemap. size: 64 |
| 9010 | 2026-08-08T03:04:43.430Z | , freemap_route_ipv4Aug 08 03:04:42.506 |
| 9011 | 2026-08-08T03:04:43.430Z | unit :Aug 08 03:04:42.506DEBG 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9012 | 2026-08-08T03:04:43.430Z | freemap_route_ipv4 |
| 9013 | 2026-08-08T03:04:43.434Z | |
| 9014 | 2026-08-08T03:04:43.434Z | Aug 08 03:04:42.506 DEBGAug 08 03:04:42.506Aug 08 03:04:42.506 DEBGINFO reset freemapadding route 172.17.0.0/32 -> 10.0.0.255, |
| 9015 | 2026-08-08T03:04:43.434Z | unitreset freemap:, freemap_route_ipv4unit |
| 9016 | 2026-08-08T03:04:43.434Z | : Aug 08 03:04:42.506freemap_route_ipv4 |
| 9017 | 2026-08-08T03:04:43.434Z | DEBG Aug 08 03:04:42.506replacing 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 } }] |
| 9018 | 2026-08-08T03:04:43.434Z | DEBG Aug 08 03:04:42.506initted freemap. size: 64 , DEBGunit :Aug 08 03:04:42.506initted freemap. size: 64 , freemap_route_ipv6unit :INFO |
| 9019 | 2026-08-08T03:04:43.434Z | adding route 172.17.0.1/32 -> 10.0.0.255freemap_route_ipv6 |
| 9020 | 2026-08-08T03:04:43.434Z | |
| 9021 | 2026-08-08T03:04:43.434Z | Aug 08 03:04:42.506 |
| 9022 | 2026-08-08T03:04:43.434Z | Aug 08 03:04:42.506 Aug 08 03:04:42.506Aug 08 03:04:42.506DEBG INFO DEBG adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBGreset freemapreset freemap |
| 9023 | 2026-08-08T03:04:43.435Z | , , unitunit:: Aug 08 03:04:42.506freemap_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 } }]DEBG freemap_route_ipv6replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9024 | 2026-08-08T03:04:43.435Z | |
| 9025 | 2026-08-08T03:04:43.435Z | |
| 9026 | 2026-08-08T03:04:43.435Z | |
| 9027 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG INFOfailed to allocate space for the new target listINFO |
| 9028 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506adding route 172.17.0.2/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 9029 | 2026-08-08T03:04:43.435Z | |
| 9030 | 2026-08-08T03:04:43.435Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Aug 08 03:04:42.506 |
| 9031 | 2026-08-08T03:04:43.435Z | DEBG Aug 08 03:04:42.506replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9032 | 2026-08-08T03:04:43.435Z | 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 } }] |
| 9033 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBGDEBG INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9034 | 2026-08-08T03:04:43.435Z | |
| 9035 | 2026-08-08T03:04:43.435Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9036 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9037 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506 Aug 08 03:04:42.506INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Aug 08 03:04:42.506 |
| 9038 | 2026-08-08T03:04:43.435Z | 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 } }] |
| 9039 | 2026-08-08T03:04:43.435Z | DEBGAug 08 03:04:42.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9040 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 9041 | 2026-08-08T03:04:43.435Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9042 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 DEBGDEBG Aug 08 03:04:42.506Aug 08 03:04:42.506 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 } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9043 | 2026-08-08T03:04:43.435Z | |
| 9044 | 2026-08-08T03:04:43.435Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 9045 | 2026-08-08T03:04:43.435Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.506 |
| 9046 | 2026-08-08T03:04:43.435Z | INFO Aug 08 03:04:42.506adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9047 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9048 | 2026-08-08T03:04:43.435Z | 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 08 03:04:42.506 |
| 9049 | 2026-08-08T03:04:43.435Z | DEBGAug 08 03:04:42.506 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 |
| 9050 | 2026-08-08T03:04:43.435Z | Aug 08 03:04:42.506adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9051 | 2026-08-08T03:04:43.436Z | INFO Aug 08 03:04:42.506 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 9052 | 2026-08-08T03:04:43.436Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9053 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG |
| 9054 | 2026-08-08T03:04:43.436Z | 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 } }]DEBG |
| 9055 | 2026-08-08T03:04:43.436Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 9056 | 2026-08-08T03:04:43.436Z | |
| 9057 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 Aug 08 03:04:42.506DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9058 | 2026-08-08T03:04:43.436Z | INFO Aug 08 03:04:42.506adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9059 | 2026-08-08T03:04:43.436Z | |
| 9060 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506 WARNINFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Aug 08 03:04:42.506Aug 08 03:04:42.506adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9061 | 2026-08-08T03:04:43.436Z | DEBG |
| 9062 | 2026-08-08T03:04:43.436Z | 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.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 } }] |
| 9063 | 2026-08-08T03:04:43.436Z | |
| 9064 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506 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 } }]Aug 08 03:04:42.506Aug 08 03:04:42.506 |
| 9065 | 2026-08-08T03:04:43.436Z | INFOINFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9066 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506 |
| 9067 | 2026-08-08T03:04:43.436Z | INFO Aug 08 03:04:42.506Aug 08 03:04:42.506adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9068 | 2026-08-08T03:04:43.436Z | DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9069 | 2026-08-08T03:04:43.436Z | 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 08 03:04:42.506 |
| 9070 | 2026-08-08T03:04:43.436Z | 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 08 03:04:42.506 |
| 9071 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255Aug 08 03:04:42.506 |
| 9072 | 2026-08-08T03:04:43.436Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 9073 | 2026-08-08T03:04:43.436Z | adding route 172.17.0.19/32 -> 10.0.0.255Aug 08 03:04:42.506 |
| 9074 | 2026-08-08T03:04:43.436Z | 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 08 03:04:42.506 |
| 9075 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506DEBG DEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9076 | 2026-08-08T03:04:43.436Z | Aug 08 03:04:42.506replacing 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 } }] |
| 9077 | 2026-08-08T03:04:43.436Z | INFO Aug 08 03:04:42.506adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9078 | 2026-08-08T03:04:43.437Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255Aug 08 03:04:42.506 |
| 9079 | 2026-08-08T03:04:43.437Z | INFOAug 08 03:04:42.506 adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:04:42.506DEBG |
| 9080 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9081 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506replacing 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 } }] |
| 9082 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9083 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506 Aug 08 03:04:42.506INFOAug 08 03:04:42.506 adding route 172.17.0.9/32 -> 10.0.0.255INFOINFO |
| 9084 | 2026-08-08T03:04:43.437Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9085 | 2026-08-08T03:04:43.437Z | |
| 9086 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506Aug 08 03:04:42.506 DEBGAug 08 03:04:42.506 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 } }]DEBG |
| 9087 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9088 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9089 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506 INFO Aug 08 03:04:42.506Aug 08 03:04:42.506 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 9090 | 2026-08-08T03:04:43.437Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9091 | 2026-08-08T03:04:43.437Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9092 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506 DEBG Aug 08 03:04:42.506Aug 08 03:04:42.506 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9093 | 2026-08-08T03:04:43.437Z | replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9094 | 2026-08-08T03:04:43.437Z | 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 08 03:04:42.506 |
| 9095 | 2026-08-08T03:04:43.437Z | INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:04:42.506 |
| 9096 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255Aug 08 03:04:42.506adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9097 | 2026-08-08T03:04:43.437Z | DEBG |
| 9098 | 2026-08-08T03:04:43.437Z | 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 08 03:04:42.506 |
| 9099 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.506 INFO Aug 08 03:04:42.506adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9100 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.507Aug 08 03:04:42.507Aug 08 03:04:42.506 Aug 08 03:04:42.513 DEBGDEBG DEBG created new freemapAug 08 03:04:42.506created new freemap , DEBGunit , : freemap_route_ipv4DEBG |
| 9101 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9102 | 2026-08-08T03:04:43.437Z | 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 } }] |
| 9103 | 2026-08-08T03:04:43.437Z | Aug 08 03:04:42.514 Aug 08 03:04:42.514DEBG INFOcreated new freemap , adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 9104 | 2026-08-08T03:04:43.437Z | : Aug 08 03:04:42.514freemap_route_ipv6 |
| 9105 | 2026-08-08T03:04:43.437Z | INFOcreated new freemapAug 08 03:04:42.514 , adding route 172.17.0.14/32 -> 10.0.0.255DEBG |
| 9106 | 2026-08-08T03:04:43.437Z | unit :Aug 08 03:04:42.514replacing 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 } }] |
| 9107 | 2026-08-08T03:04:43.438Z | freemap_route_ipv4 |
| 9108 | 2026-08-08T03:04:43.438Z | DEBGAug 08 03:04:42.514Aug 08 03:04:42.514 Aug 08 03:04:42.506 DEBGINFO initted freemap. size: 64INFOreplacing 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 08 03:04:42.514adding route 172.17.0.12/32 -> 10.0.0.255, adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit |
| 9109 | 2026-08-08T03:04:43.438Z | DEBG |
| 9110 | 2026-08-08T03:04:43.438Z | : created new freemap |
| 9111 | 2026-08-08T03:04:43.438Z | freemap_route_ipv4, |
| 9112 | 2026-08-08T03:04:43.438Z | unit: freemap_route_ipv6Aug 08 03:04:42.514Aug 08 03:04:42.514 |
| 9113 | 2026-08-08T03:04:43.442Z | Aug 08 03:04:42.514DEBGINFO Aug 08 03:04:42.514DEBGreset freemap Aug 08 03:04:42.514replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9114 | 2026-08-08T03:04:43.442Z | , DEBGDEBG unitinitted freemap. size: 64:, unit: replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 9115 | 2026-08-08T03:04:43.442Z | |
| 9116 | 2026-08-08T03:04:43.442Z | Aug 08 03:04:42.514freemap_route_ipv4 |
| 9117 | 2026-08-08T03:04:43.442Z | INFOadding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:04:42.514 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9118 | 2026-08-08T03:04:43.442Z | DEBG Aug 08 03:04:42.514reset freemap Aug 08 03:04:42.514, DEBG unit :initted freemap. size: 64 |
| 9119 | 2026-08-08T03:04:43.442Z | , INFOunit : freemap_route_ipv4adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9120 | 2026-08-08T03:04:43.442Z | |
| 9121 | 2026-08-08T03:04:43.442Z | freemap_route_ipv6 |
| 9122 | 2026-08-08T03:04:43.442Z | Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBGDEBGAug 08 03:04:42.514 DEBGinitted freemap. size: 64replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , 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 08 03:04:42.514unit |
| 9123 | 2026-08-08T03:04:43.442Z | : DEBG |
| 9124 | 2026-08-08T03:04:43.442Z | reset freemapfreemap_route_ipv6, Aug 08 03:04:42.514Aug 08 03:04:42.514unitAug 08 03:04:42.514 |
| 9125 | 2026-08-08T03:04:43.442Z | : INFOINFO Aug 08 03:04:42.514freemap_route_ipv6 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9126 | 2026-08-08T03:04:43.442Z | DEBG |
| 9127 | 2026-08-08T03:04:43.442Z | reset freemapadding route 172.17.0.14/32 -> 10.0.0.255, |
| 9128 | 2026-08-08T03:04:43.442Z | Aug 08 03:04:42.514 unit :INFO freemap_route_ipv6Aug 08 03:04:42.514 |
| 9129 | 2026-08-08T03:04:43.442Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9130 | 2026-08-08T03:04:43.443Z | Aug 08 03:04:42.514 DEBGAug 08 03:04:42.514 DEBGINFOreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.514 |
| 9131 | 2026-08-08T03:04:43.443Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9132 | 2026-08-08T03:04:43.443Z | 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 } }] |
| 9133 | 2026-08-08T03:04:43.443Z | |
| 9134 | 2026-08-08T03:04:43.443Z | DEBG Aug 08 03:04:42.514Aug 08 03:04:42.514replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9135 | 2026-08-08T03:04:43.443Z | Aug 08 03:04:42.514INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 9136 | 2026-08-08T03:04:43.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 } }] |
| 9137 | 2026-08-08T03:04:43.443Z | adding route 172.17.0.15/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9138 | 2026-08-08T03:04:43.443Z | Aug 08 03:04:42.514 INFOINFO Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBGINFO Aug 08 03:04:42.514 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9139 | 2026-08-08T03:04:43.443Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9140 | 2026-08-08T03:04:43.443Z | |
| 9141 | 2026-08-08T03:04:43.443Z | 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 08 03:04:42.514 |
| 9142 | 2026-08-08T03:04:43.443Z | adding route 172.17.0.16/32 -> 10.0.0.255DEBG Aug 08 03:04:42.514replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.514Aug 08 03:04:42.514 |
| 9143 | 2026-08-08T03:04:43.443Z | INFO 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 } }]INFO |
| 9144 | 2026-08-08T03:04:43.443Z | |
| 9145 | 2026-08-08T03:04:43.443Z | adding route 172.17.0.16/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9146 | 2026-08-08T03:04:43.443Z | INFO Aug 08 03:04:42.514adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9147 | 2026-08-08T03:04:43.443Z | |
| 9148 | 2026-08-08T03:04:43.443Z | INFOAug 08 03:04:42.514 adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9149 | 2026-08-08T03:04:43.443Z | DEBG Aug 08 03:04:42.514 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 } }]DEBG |
| 9150 | 2026-08-08T03:04:43.443Z | Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBG 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 } }]replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9151 | 2026-08-08T03:04:43.443Z | |
| 9152 | 2026-08-08T03:04:43.443Z | |
| 9153 | 2026-08-08T03:04:43.443Z | |
| 9154 | 2026-08-08T03:04:43.443Z | Aug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514 INFOINFOINFO Aug 08 03:04:42.514 adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 9155 | 2026-08-08T03:04:43.443Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255 |
| 9156 | 2026-08-08T03:04:43.443Z | created new freemapINFO |
| 9157 | 2026-08-08T03:04:43.444Z | , unitAug 08 03:04:42.514:adding route 172.17.0.1/32 -> 10.0.0.255 DEBGAug 08 03:04:42.514 |
| 9158 | 2026-08-08T03:04:43.444Z | freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9159 | 2026-08-08T03:04:43.444Z | |
| 9160 | 2026-08-08T03:04:43.444Z | DEBGAug 08 03:04:42.514Aug 08 03:04:42.514 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 } }]DEBGAug 08 03:04:42.514 DEBGreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9161 | 2026-08-08T03:04:43.444Z | DEBGAug 08 03:04:42.514 |
| 9162 | 2026-08-08T03:04:43.444Z | replacing targets for 3fff:dead::/64 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 } }] |
| 9163 | 2026-08-08T03:04:43.444Z | 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 } }] |
| 9164 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514created new freemapAug 08 03:04:42.514, Aug 08 03:04:42.514INFO INFOINFO unitadding route 172.17.0.18/32 -> 10.0.0.255adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 9165 | 2026-08-08T03:04:43.444Z | :adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9166 | 2026-08-08T03:04:43.444Z | |
| 9167 | 2026-08-08T03:04:43.444Z | freemap_route_ipv6Aug 08 03:04:42.514 |
| 9168 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514 Aug 08 03:04:42.514DEBG 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 } }] 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 } }]Aug 08 03:04:42.514 |
| 9169 | 2026-08-08T03:04:43.444Z | DEBG |
| 9170 | 2026-08-08T03:04:43.444Z | test route::tests::identity_replace_is_noop ... ok |
| 9171 | 2026-08-08T03:04:43.444Z | initted freemap. size: 64replacing 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 } }], |
| 9172 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514unit Aug 08 03:04:42.514: INFO freemap_route_ipv4INFO |
| 9173 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.17.0.3/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9174 | 2026-08-08T03:04:43.444Z | |
| 9175 | 2026-08-08T03:04:43.444Z | DEBG adding route 172.17.0.19/32 -> 10.0.0.255reset freemap |
| 9176 | 2026-08-08T03:04:43.444Z | , unitAug 08 03:04:42.514Aug 08 03:04:42.514: DEBG DEBGfreemap_route_ipv4 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9177 | 2026-08-08T03:04:43.444Z | test route::tests::same_size_non_subset_replace ... ok |
| 9178 | 2026-08-08T03:04:43.444Z | |
| 9179 | 2026-08-08T03:04:43.444Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9180 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514 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 |
| 9181 | 2026-08-08T03:04:43.444Z | Aug 08 03:04:42.514replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9182 | 2026-08-08T03:04:43.444Z | initted freemap. size: 64Aug 08 03:04:42.514Aug 08 03:04:42.514, unitINFOAug 08 03:04:42.514INFO : adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv6 |
| 9183 | 2026-08-08T03:04:43.444Z | |
| 9184 | 2026-08-08T03:04:43.445Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 9185 | 2026-08-08T03:04:43.445Z | adding route 172.17.0.20/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9186 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514 DEBGDEBG Aug 08 03:04:42.514reset freemap , unitAug 08 03:04:42.514replacing 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 } }] : |
| 9187 | 2026-08-08T03:04:43.445Z | DEBGfreemap_route_ipv6DEBG |
| 9188 | 2026-08-08T03:04:43.445Z | 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: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 } }] |
| 9189 | 2026-08-08T03:04:43.445Z | |
| 9190 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514 Aug 08 03:04:42.514 INFO adding route 172.17.0.5/32 -> 10.0.0.255Aug 08 03:04:42.514 |
| 9191 | 2026-08-08T03:04:43.445Z | INFOINFO Aug 08 03:04:42.514adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9192 | 2026-08-08T03:04:43.445Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9193 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514 |
| 9194 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514Aug 08 03:04:42.514Aug 08 03:04:42.514 DEBGDEBGDEBG replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9195 | 2026-08-08T03:04:43.445Z | 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 } }] |
| 9196 | 2026-08-08T03:04:43.445Z | |
| 9197 | 2026-08-08T03:04:43.445Z | 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 } }] |
| 9198 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514Aug 08 03:04:42.514 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9199 | 2026-08-08T03:04:43.445Z | |
| 9200 | 2026-08-08T03:04:43.445Z | unitAug 08 03:04:42.514Aug 08 03:04:42.514 Aug 08 03:04:42.514INFOAug 08 03:04:42.514 DEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9201 | 2026-08-08T03:04:43.445Z | :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 } }] |
| 9202 | 2026-08-08T03:04:43.445Z | DEBG freemap_route_ipv4adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9203 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514 DEBG |
| 9204 | 2026-08-08T03:04:43.445Z | 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 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 } }] |
| 9205 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514 |
| 9206 | 2026-08-08T03:04:43.445Z | Aug 08 03:04:42.514INFOAug 08 03:04:42.514Aug 08 03:04:42.514 DEBGAug 08 03:04:42.514 INFOINFOadding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 9207 | 2026-08-08T03:04:43.445Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9208 | 2026-08-08T03:04:43.445Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9209 | 2026-08-08T03:04:43.445Z | DEBGAug 08 03:04:42.514 Aug 08 03:04:42.514DEBG |
| 9210 | 2026-08-08T03:04:43.445Z | created new freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Aug 08 03:04:42.514, |
| 9211 | 2026-08-08T03:04:43.445Z | DEBGINFO replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Aug 08 03:04:42.514 |
| 9212 | 2026-08-08T03:04:43.446Z | Aug 08 03:04:42.514adding route 172.17.0.7/32 -> 10.0.0.255 DEBGINFO |
| 9213 | 2026-08-08T03:04:43.450Z | unit: freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.4 Aug 08 03:04:42.514replacing 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 08 03:04:42.514DEBG |
| 9214 | 2026-08-08T03:04:43.450Z | INFO |
| 9215 | 2026-08-08T03:04:43.450Z | adding route 3fff:beef:21::/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 } }] |
| 9216 | 2026-08-08T03:04:43.450Z | Aug 08 03:04:42.515 DEBG |
| 9217 | 2026-08-08T03:04:43.450Z | created new freemapAug 08 03:04:42.521, unitDEBG: Aug 08 03:04:42.521 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 9218 | 2026-08-08T03:04:43.450Z | DEBG |
| 9219 | 2026-08-08T03:04:43.450Z | initted freemap. size: 64Aug 08 03:04:42.521 Aug 08 03:04:42.521 DEBG, unitcreated new freemap:, unitfreemap_route_ipv4: |
| 9220 | 2026-08-08T03:04:43.450Z | freemap_route_ipv6 |
| 9221 | 2026-08-08T03:04:43.450Z | DEBG Aug 08 03:04:42.521Aug 08 03:04:42.521Aug 08 03:04:42.521replacing 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 08 03:04:42.514DEBG DEBG |
| 9222 | 2026-08-08T03:04:43.450Z | DEBGreset freemap replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 9223 | 2026-08-08T03:04:43.450Z | INFO:initted freemap. size: 64 freemap_route_ipv4, Aug 08 03:04:42.521 |
| 9224 | 2026-08-08T03:04:43.450Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:04:42.521 |
| 9225 | 2026-08-08T03:04:43.450Z | unitDEBGAug 08 03:04:42.521 : replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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_ipv4 |
| 9226 | 2026-08-08T03:04:43.450Z | Aug 08 03:04:42.521DEBG initted freemap. size: 64adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9227 | 2026-08-08T03:04:43.450Z | , DEBG |
| 9228 | 2026-08-08T03:04:43.450Z | unit: replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9229 | 2026-08-08T03:04:43.450Z | freemap_route_ipv6Aug 08 03:04:42.521 |
| 9230 | 2026-08-08T03:04:43.450Z | Aug 08 03:04:42.521 DEBGAug 08 03:04:42.521 DEBGAug 08 03:04:42.521 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9231 | 2026-08-08T03:04:43.450Z | reset freemap , unitreset freemapadding route 172.17.0.25/32 -> 10.0.0.255, : |
| 9232 | 2026-08-08T03:04:43.450Z | unitfreemap_route_ipv4: |
| 9233 | 2026-08-08T03:04:43.450Z | freemap_route_ipv6Aug 08 03:04:42.521 |
| 9234 | 2026-08-08T03:04:43.450Z | Aug 08 03:04:42.521DEBG 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 08 03:04:42.521Aug 08 03:04:42.521 INFO |
| 9235 | 2026-08-08T03:04:43.450Z | adding route 172.17.0.25/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 9236 | 2026-08-08T03:04:43.450Z | initted freemap. size: 64Aug 08 03:04:42.521, |
| 9237 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 unit |
| 9238 | 2026-08-08T03:04:43.451Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]: |
| 9239 | 2026-08-08T03:04:43.451Z | freemap_route_ipv6 |
| 9240 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522 DEBGAug 08 03:04:42.522 replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.522Aug 08 03:04:42.522DEBG |
| 9241 | 2026-08-08T03:04:43.451Z | INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 9242 | 2026-08-08T03:04:43.451Z | reset freemap |
| 9243 | 2026-08-08T03:04:43.451Z | , Aug 08 03:04:42.522 INFOunit :adding route 172.17.0.26/32 -> 10.0.0.255Aug 08 03:04:42.522Aug 08 03:04:42.522 |
| 9244 | 2026-08-08T03:04:43.451Z | DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9245 | 2026-08-08T03:04:43.451Z | INFO |
| 9246 | 2026-08-08T03:04:43.451Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9247 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522Aug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }] |
| 9248 | 2026-08-08T03:04:43.451Z | INFODEBG DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9249 | 2026-08-08T03:04:43.451Z | |
| 9250 | 2026-08-08T03:04:43.451Z | 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 } }] |
| 9251 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522 Aug 08 03:04:42.522INFO Aug 08 03:04:42.522DEBGadding route 172.17.0.28/32 -> 10.0.0.255 |
| 9252 | 2026-08-08T03:04:43.451Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9253 | 2026-08-08T03:04:43.451Z | INFO Aug 08 03:04:42.522adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9254 | 2026-08-08T03:04:43.451Z | 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 08 03:04:42.522 |
| 9255 | 2026-08-08T03:04:43.451Z | INFOAug 08 03:04:42.522 adding route 172.16.0.0/32 -> 10.0.0.2DEBGAug 08 03:04:42.522 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 |
| 9256 | 2026-08-08T03:04:43.451Z | |
| 9257 | 2026-08-08T03:04:43.451Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9258 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522 |
| 9259 | 2026-08-08T03:04:43.451Z | Aug 08 03:04:42.522INFO Aug 08 03:04:42.522adding route 172.17.0.28/32 -> 10.0.0.255 INFO |
| 9260 | 2026-08-08T03:04:43.451Z | DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff 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 } }]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 } }] |
| 9261 | 2026-08-08T03:04:43.451Z | |
| 9262 | 2026-08-08T03:04:43.451Z | |
| 9263 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522Aug 08 03:04:42.522 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 } }] |
| 9264 | 2026-08-08T03:04:43.452Z | INFOINFOAug 08 03:04:42.522 adding route 172.17.0.30/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 } }] |
| 9265 | 2026-08-08T03:04:43.452Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9266 | 2026-08-08T03:04:43.452Z | |
| 9267 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522Aug 08 03:04:42.522 INFODEBG 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.16.0.0/32 -> 10.0.0.3 |
| 9268 | 2026-08-08T03:04:43.452Z | INFO |
| 9269 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522adding route 172.17.0.29/32 -> 10.0.0.255 Aug 08 03:04:42.522INFOAug 08 03:04:42.522 |
| 9270 | 2026-08-08T03:04:43.452Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO DEBG |
| 9271 | 2026-08-08T03:04:43.452Z | adding route 172.17.0.31/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 } }]Aug 08 03:04:42.522 |
| 9272 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522 |
| 9273 | 2026-08-08T03:04:43.452Z | DEBG DEBGAug 08 03:04:42.522replacing 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 08 03:04:42.522 |
| 9274 | 2026-08-08T03:04:43.452Z | DEBGDEBGAug 08 03:04:42.522 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO |
| 9275 | 2026-08-08T03:04:43.452Z | |
| 9276 | 2026-08-08T03:04:43.452Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9277 | 2026-08-08T03:04:43.452Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.522Aug 08 03:04:42.522 INFO |
| 9278 | 2026-08-08T03:04:43.452Z | INFO Aug 08 03:04:42.522adding route 172.17.0.32/32 -> 10.0.0.255 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffAug 08 03:04:42.522 |
| 9279 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522 |
| 9280 | 2026-08-08T03:04:43.452Z | INFOINFODEBG Aug 08 03:04:42.522adding route 172.17.0.30/32 -> 10.0.0.255Aug 08 03:04:42.522 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 } }]DEBGadding route 172.16.0.0/32 -> 10.0.0.4 |
| 9281 | 2026-08-08T03:04:43.452Z | |
| 9282 | 2026-08-08T03:04:43.452Z | 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 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 } }] |
| 9283 | 2026-08-08T03:04:43.452Z | |
| 9284 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522 Aug 08 03:04:42.522 |
| 9285 | 2026-08-08T03:04:43.452Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255Aug 08 03:04:42.522DEBG INFOAug 08 03:04:42.522Aug 08 03:04:42.522 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 9286 | 2026-08-08T03:04:43.452Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 9287 | 2026-08-08T03:04:43.452Z | |
| 9288 | 2026-08-08T03:04:43.452Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }] |
| 9289 | 2026-08-08T03:04:43.452Z | 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 } }] |
| 9290 | 2026-08-08T03:04:43.452Z | Aug 08 03:04:42.522 Aug 08 03:04:42.522DEBGAug 08 03:04:42.522 Aug 08 03:04:42.522DEBGreplacing 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 08 03:04:42.522 |
| 9291 | 2026-08-08T03:04:43.452Z | 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 } }]DEBGINFO |
| 9292 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522DEBG replacing targets for 172.16.0.0/32 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 } }]INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9293 | 2026-08-08T03:04:43.453Z | adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9294 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522 |
| 9295 | 2026-08-08T03:04:43.453Z | |
| 9296 | 2026-08-08T03:04:43.453Z | INFO Aug 08 03:04:42.522adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9297 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522Aug 08 03:04:42.522DEBG INFODEBGAug 08 03:04:42.522replacing 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 } }] |
| 9298 | 2026-08-08T03:04:43.453Z | DEBG adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9299 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522 |
| 9300 | 2026-08-08T03:04:43.453Z | INFO |
| 9301 | 2026-08-08T03:04:43.453Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9302 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522 Aug 08 03:04:42.522INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffAug 08 03:04:42.522 |
| 9303 | 2026-08-08T03:04:43.453Z | 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 08 03:04:42.522 |
| 9304 | 2026-08-08T03:04:43.453Z | INFO DEBGAug 08 03:04:42.522adding route 172.17.0.32/32 -> 10.0.0.255 Aug 08 03:04:42.522replacing 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 } }] |
| 9305 | 2026-08-08T03:04:43.453Z | DEBG |
| 9306 | 2026-08-08T03:04:43.453Z | INFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9307 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522Aug 08 03:04:42.522 DEBG INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9308 | 2026-08-08T03:04:43.453Z | 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 08 03:04:42.522 |
| 9309 | 2026-08-08T03:04:43.453Z | INFOAug 08 03:04:42.522 DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 9310 | 2026-08-08T03:04:43.453Z | 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 } }] |
| 9311 | 2026-08-08T03:04:43.453Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9312 | 2026-08-08T03:04:43.453Z | Aug 08 03:04:42.522 INFOAug 08 03:04:42.522 adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 9313 | 2026-08-08T03:04:43.457Z | adding route 172.17.0.14/32 -> 10.0.0.255Aug 08 03:04:42.522 |
| 9314 | 2026-08-08T03:04:43.458Z | DEBG Aug 08 03:04:42.522replacing 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 } }] |
| 9315 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.522INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Aug 08 03:04:42.522DEBG |
| 9316 | 2026-08-08T03:04:43.458Z | INFO 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 |
| 9317 | 2026-08-08T03:04:43.458Z | 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 } }] |
| 9318 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.522 |
| 9319 | 2026-08-08T03:04:43.458Z | DEBGAug 08 03:04:42.522 Aug 08 03:04:42.522replacing 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 } }] |
| 9320 | 2026-08-08T03:04:43.458Z | INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9321 | 2026-08-08T03:04:43.458Z | 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 08 03:04:42.522 |
| 9322 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.522 DEBGAug 08 03:04:42.522 Aug 08 03:04:42.529 created new freemapINFO , INFOunit adding route 172.17.0.18/32 -> 10.0.0.255:adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9323 | 2026-08-08T03:04:43.458Z | |
| 9324 | 2026-08-08T03:04:43.458Z | freemap_route_ipv4 |
| 9325 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.529 DEBG Aug 08 03:04:42.529replacing 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 } }] |
| 9326 | 2026-08-08T03:04:43.458Z | DEBG created new freemap, unitAug 08 03:04:42.529: DEBGfreemap_route_ipv6 |
| 9327 | 2026-08-08T03:04:43.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 } }] |
| 9328 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.529DEBG Aug 08 03:04:42.529INFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9329 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.529 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 9330 | 2026-08-08T03:04:43.458Z | adding route 172.17.0.19/32 -> 10.0.0.255initted freemap. size: 64 |
| 9331 | 2026-08-08T03:04:43.458Z | , unitAug 08 03:04:42.529: Aug 08 03:04:42.529Aug 08 03:04:42.529INFO DEBG freemap_route_ipv4DEBGadding route 172.17.0.37/32 -> 10.0.0.255 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9332 | 2026-08-08T03:04:43.458Z | |
| 9333 | 2026-08-08T03:04:43.458Z | |
| 9334 | 2026-08-08T03:04:43.458Z | |
| 9335 | 2026-08-08T03:04:43.458Z | Aug 08 03:04:42.529Aug 08 03:04:42.529 INFOAug 08 03:04:42.529 DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 9336 | 2026-08-08T03:04:43.458Z | INFOAug 08 03:04:42.522 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9337 | 2026-08-08T03:04:43.458Z | |
| 9338 | 2026-08-08T03:04:43.458Z | 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 08 03:04:42.529 |
| 9339 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529Aug 08 03:04:42.529Aug 08 03:04:42.529DEBG INFO replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9340 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529 |
| 9341 | 2026-08-08T03:04:43.459Z | INFODEBGDEBGAug 08 03:04:42.529 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9342 | 2026-08-08T03:04:43.459Z | INFO |
| 9343 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529reset freemap , DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 9344 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529replacing 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 } }] unitDEBG |
| 9345 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529: Aug 08 03:04:42.529INFO Aug 08 03:04:42.529freemap_route_ipv4 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9346 | 2026-08-08T03:04:43.459Z | |
| 9347 | 2026-08-08T03:04:43.459Z | |
| 9348 | 2026-08-08T03:04:43.459Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9349 | 2026-08-08T03:04:43.459Z | 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 } }] |
| 9350 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529 Aug 08 03:04:42.529DEBG Aug 08 03:04:42.529Aug 08 03:04:42.529Aug 08 03:04:42.529 INFODEBG INFOreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9351 | 2026-08-08T03:04:43.459Z | |
| 9352 | 2026-08-08T03:04:43.459Z | |
| 9353 | 2026-08-08T03:04:43.459Z | DEBGinitted freemap. size: 64 , Aug 08 03:04:42.529unitAug 08 03:04:42.529Aug 08 03:04:42.529 DEBG INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9354 | 2026-08-08T03:04:43.459Z | : 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.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 } }] |
| 9355 | 2026-08-08T03:04:43.459Z | |
| 9356 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529 freemap_route_ipv6adding route 172.17.0.19/32 -> 10.0.0.255INFOAug 08 03:04:42.529 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO |
| 9357 | 2026-08-08T03:04:43.459Z | |
| 9358 | 2026-08-08T03:04:43.459Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9359 | 2026-08-08T03:04:43.459Z | |
| 9360 | 2026-08-08T03:04:43.459Z | Aug 08 03:04:42.529 Aug 08 03:04:42.529INFO Aug 08 03:04:42.529DEBGAug 08 03:04:42.529Aug 08 03:04:42.529 adding route 172.17.0.40/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 } }] |
| 9361 | 2026-08-08T03:04:43.459Z | |
| 9362 | 2026-08-08T03:04:43.459Z | DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9363 | 2026-08-08T03:04:43.459Z | 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 08 03:04:42.530Aug 08 03:04:42.530 |
| 9364 | 2026-08-08T03:04:43.459Z | DEBG DEBGINFO Aug 08 03:04:42.530reset freemap Aug 08 03:04:42.530adding route 172.17.0.20/32 -> 10.0.0.255 INFOINFO |
| 9365 | 2026-08-08T03:04:43.459Z | , adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9366 | 2026-08-08T03:04:43.460Z | unit |
| 9367 | 2026-08-08T03:04:43.460Z | : 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 } }]freemap_route_ipv6 |
| 9368 | 2026-08-08T03:04:43.460Z | |
| 9369 | 2026-08-08T03:04:43.460Z | Aug 08 03:04:42.530 Aug 08 03:04:42.530Aug 08 03:04:42.530DEBGAug 08 03:04:42.530 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 } }] |
| 9370 | 2026-08-08T03:04:43.460Z | INFO DEBGAug 08 03:04:42.530replacing 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 } }] |
| 9371 | 2026-08-08T03:04:43.460Z | 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 08 03:04:42.530 |
| 9372 | 2026-08-08T03:04:43.460Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255Aug 08 03:04:42.530 |
| 9373 | 2026-08-08T03:04:43.460Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffAug 08 03:04:42.530 |
| 9374 | 2026-08-08T03:04:43.460Z | |
| 9375 | 2026-08-08T03:04:43.460Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Aug 08 03:04:42.530 |
| 9376 | 2026-08-08T03:04:43.460Z | INFO Aug 08 03:04:42.530Aug 08 03:04:42.530adding route 172.17.0.21/32 -> 10.0.0.255 DEBGAug 08 03:04:42.530 |
| 9377 | 2026-08-08T03:04:43.460Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9378 | 2026-08-08T03:04:43.460Z | DEBG Aug 08 03:04:42.530DEBG 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 } }]Aug 08 03:04:42.530replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFOreplacing targets for 172.17.0.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 } }] |
| 9379 | 2026-08-08T03:04:43.460Z | |
| 9380 | 2026-08-08T03:04:43.460Z | |
| 9381 | 2026-08-08T03:04:43.460Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9382 | 2026-08-08T03:04:43.460Z | |
| 9383 | 2026-08-08T03:04:43.460Z | Aug 08 03:04:42.530 Aug 08 03:04:42.530INFOAug 08 03:04:42.530 Aug 08 03:04:42.530adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9384 | 2026-08-08T03:04:43.460Z | DEBG Aug 08 03:04:42.530replacing 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 08 03:04:42.530 INFO |
| 9385 | 2026-08-08T03:04:43.460Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9386 | 2026-08-08T03:04:43.460Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 DEBG |
| 9387 | 2026-08-08T03:04:43.460Z | Aug 08 03:04:42.530 Aug 08 03:04:42.530replacing 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 } }] |
| 9388 | 2026-08-08T03:04:43.460Z | DEBGAug 08 03:04:42.530 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 |
| 9389 | 2026-08-08T03:04:43.460Z | INFOAug 08 03:04:42.530 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 9390 | 2026-08-08T03:04:43.460Z | 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 } }] |
| 9391 | 2026-08-08T03:04:43.460Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9392 | 2026-08-08T03:04:43.460Z | |
| 9393 | 2026-08-08T03:04:43.460Z | Aug 08 03:04:42.530 Aug 08 03:04:42.530DEBGAug 08 03:04:42.530 Aug 08 03:04:42.530replacing 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 } }] |
| 9394 | 2026-08-08T03:04:43.460Z | INFO DEBGAug 08 03:04:42.530adding route 172.17.0.23/32 -> 10.0.0.255 Aug 08 03:04:42.530 INFO |
| 9395 | 2026-08-08T03:04:43.461Z | 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 |
| 9396 | 2026-08-08T03:04:43.461Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 9397 | 2026-08-08T03:04:43.461Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9398 | 2026-08-08T03:04:43.461Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.530 |
| 9399 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530Aug 08 03:04:42.530Aug 08 03:04:42.530INFO 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 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 } }] |
| 9400 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9401 | 2026-08-08T03:04:43.461Z | |
| 9402 | 2026-08-08T03:04:43.461Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3Aug 08 03:04:42.530 |
| 9403 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530INFO 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 08 03:04:42.530DEBG |
| 9404 | 2026-08-08T03:04:43.461Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9405 | 2026-08-08T03:04:43.461Z | 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 |
| 9406 | 2026-08-08T03:04:43.461Z | adding route 172.17.0.24/32 -> 10.0.0.255Aug 08 03:04:42.530 |
| 9407 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530DEBG Aug 08 03:04:42.530INFOreplacing 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 08 03:04:42.530 |
| 9408 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530 INFOadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9409 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 9410 | 2026-08-08T03:04:43.461Z | 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 08 03:04:42.530 |
| 9411 | 2026-08-08T03:04:43.461Z | Aug 08 03:04:42.530 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 9412 | 2026-08-08T03:04:43.461Z | 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 } }] DEBG |
| 9413 | 2026-08-08T03:04:43.465Z | 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 } }] |
| 9414 | 2026-08-08T03:04:43.465Z | Aug 08 03:04:42.530 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 |
| 9415 | 2026-08-08T03:04:43.465Z | Aug 08 03:04:42.530replacing 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 08 03:04:42.530INFO |
| 9416 | 2026-08-08T03:04:43.465Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9417 | 2026-08-08T03:04:43.465Z | INFOAug 08 03:04:42.530 adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 9418 | 2026-08-08T03:04:43.465Z | Aug 08 03:04:42.530 Aug 08 03:04:42.530INFOadding route 172.17.0.30/32 -> 10.0.0.255Aug 08 03:04:42.530 |
| 9419 | 2026-08-08T03:04:43.465Z | DEBGDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Aug 08 03:04:42.530replacing 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 } }] |
| 9420 | 2026-08-08T03:04:43.465Z | |
| 9421 | 2026-08-08T03:04:43.466Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9422 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.530Aug 08 03:04:42.530 Aug 08 03:04:42.530 DEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9423 | 2026-08-08T03:04:43.466Z | 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 } }] |
| 9424 | 2026-08-08T03:04:43.466Z | 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 } }] |
| 9425 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.530Aug 08 03:04:42.530adding route 172.17.0.46/32 -> 10.0.0.255 INFOINFO |
| 9426 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.530adding route 172.17.0.31/32 -> 10.0.0.255Aug 08 03:04:42.530 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9427 | 2026-08-08T03:04:43.466Z | INFO |
| 9428 | 2026-08-08T03:04:43.466Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 9429 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.530replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9430 | 2026-08-08T03:04:43.466Z | DEBGAug 08 03:04:42.530 DEBGAug 08 03:04:42.530 DEBGreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.530 |
| 9431 | 2026-08-08T03:04:43.466Z | 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 08 03:04:42.530replacing 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 } }] |
| 9432 | 2026-08-08T03:04:43.466Z | |
| 9433 | 2026-08-08T03:04:43.466Z | 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 Aug 08 03:04:42.530Aug 08 03:04:42.530 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 9434 | 2026-08-08T03:04:43.466Z | |
| 9435 | 2026-08-08T03:04:43.466Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9436 | 2026-08-08T03:04:43.466Z | |
| 9437 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.537 DEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.537Aug 08 03:04:42.537Aug 08 03:04:42.537 |
| 9438 | 2026-08-08T03:04:43.466Z | INFO DEBG INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9439 | 2026-08-08T03:04:43.466Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9440 | 2026-08-08T03:04:43.466Z | |
| 9441 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.537 INFO Aug 08 03:04:42.537adding route 172.17.0.33/32 -> 10.0.0.255Aug 08 03:04:42.537 |
| 9442 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.537INFO adding route 172.17.0.28/32 -> 10.0.0.255DEBG |
| 9443 | 2026-08-08T03:04:43.466Z | 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 } }] |
| 9444 | 2026-08-08T03:04:43.466Z | 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 08 03:04:42.537 |
| 9445 | 2026-08-08T03:04:43.466Z | Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537DEBG |
| 9446 | 2026-08-08T03:04:43.466Z | INFO INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Aug 08 03:04:42.537adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9447 | 2026-08-08T03:04:43.466Z | INFO |
| 9448 | 2026-08-08T03:04:43.467Z | adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9449 | 2026-08-08T03:04:43.467Z | |
| 9450 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537Aug 08 03:04:42.537 Aug 08 03:04:42.537INFO Aug 08 03:04:42.537DEBG DEBGadding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9451 | 2026-08-08T03:04:43.467Z | |
| 9452 | 2026-08-08T03:04:43.467Z | |
| 9453 | 2026-08-08T03:04:43.467Z | DEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537INFO INFOAug 08 03:04:42.537adding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 9454 | 2026-08-08T03:04:43.467Z | |
| 9455 | 2026-08-08T03:04:43.467Z | adding route 172.17.0.49/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9456 | 2026-08-08T03:04:43.467Z | |
| 9457 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537 DEBG Aug 08 03:04:42.537replacing 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 08 03:04:42.537 |
| 9458 | 2026-08-08T03:04:43.467Z | DEBG Aug 08 03:04:42.537Aug 08 03:04:42.537DEBG DEBGINFO 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 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 } }] |
| 9459 | 2026-08-08T03:04:43.467Z | |
| 9460 | 2026-08-08T03:04:43.467Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9461 | 2026-08-08T03:04:43.467Z | 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 } }] |
| 9462 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537Aug 08 03:04:42.537 INFOAug 08 03:04:42.537 adding route 172.17.0.35/32 -> 10.0.0.255INFOAug 08 03:04:42.537 |
| 9463 | 2026-08-08T03:04:43.467Z | INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ffAug 08 03:04:42.537 |
| 9464 | 2026-08-08T03:04:43.467Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9465 | 2026-08-08T03:04:43.467Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9466 | 2026-08-08T03:04:43.467Z | 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 08 03:04:42.537 |
| 9467 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537DEBG 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 08 03:04:42.537 |
| 9468 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537DEBG 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 } }]INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9469 | 2026-08-08T03:04:43.467Z | |
| 9470 | 2026-08-08T03:04:43.467Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9471 | 2026-08-08T03:04:43.467Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9472 | 2026-08-08T03:04:43.467Z | DEBG Aug 08 03:04:42.537replacing 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 } }] |
| 9473 | 2026-08-08T03:04:43.467Z | test route::tests::delete_targets_full ... ok |
| 9474 | 2026-08-08T03:04:43.467Z | Aug 08 03:04:42.537 INFOAug 08 03:04:42.537 INFOAug 08 03:04:42.537 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffAug 08 03:04:42.537DEBG INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9475 | 2026-08-08T03:04:43.467Z | |
| 9476 | 2026-08-08T03:04:43.468Z | |
| 9477 | 2026-08-08T03:04:43.468Z | |
| 9478 | 2026-08-08T03:04:43.468Z | |
| 9479 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537Aug 08 03:04:42.537 Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537DEBG Aug 08 03:04:42.537 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 } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9480 | 2026-08-08T03:04:43.468Z | |
| 9481 | 2026-08-08T03:04:43.468Z | |
| 9482 | 2026-08-08T03:04:43.468Z | 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 08 03:04:42.537 |
| 9483 | 2026-08-08T03:04:43.468Z | 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 08 03:04:42.537 |
| 9484 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537 INFODEBG 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 08 03:04:42.537 |
| 9485 | 2026-08-08T03:04:43.468Z | INFOINFO Aug 08 03:04:42.537adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9486 | 2026-08-08T03:04:43.468Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255Aug 08 03:04:42.537 |
| 9487 | 2026-08-08T03:04:43.468Z | INFOINFO |
| 9488 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9489 | 2026-08-08T03:04:43.468Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9490 | 2026-08-08T03:04:43.468Z | DEBG Aug 08 03:04:42.537 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 |
| 9491 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537replacing 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 08 03:04:42.537DEBG |
| 9492 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537 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 08 03:04:42.537 |
| 9493 | 2026-08-08T03:04:43.468Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9494 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.537 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 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 08 03:04:42.538 |
| 9495 | 2026-08-08T03:04:43.468Z | INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9496 | 2026-08-08T03:04:43.468Z | created new freemap, Aug 08 03:04:42.546unit :INFO freemap_route_ipv4 |
| 9497 | 2026-08-08T03:04:43.468Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9498 | 2026-08-08T03:04:43.468Z | |
| 9499 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.546 DEBGAug 08 03:04:42.537 created new freemapINFOAug 08 03:04:42.546 , unitadding route 172.17.0.38/32 -> 10.0.0.255: |
| 9500 | 2026-08-08T03:04:43.468Z | DEBGfreemap_route_ipv6 |
| 9501 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.546 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 } }] |
| 9502 | 2026-08-08T03:04:43.468Z | Aug 08 03:04:42.546INFO DEBGAug 08 03:04:42.546 Aug 08 03:04:42.546 adding route 172.17.0.53/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 } }]DEBGINFO |
| 9503 | 2026-08-08T03:04:43.468Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9504 | 2026-08-08T03:04:43.469Z | |
| 9505 | 2026-08-08T03:04:43.469Z | initted freemap. size: 64, Aug 08 03:04:42.546unit :INFO Aug 08 03:04:42.546 adding route 172.17.0.39/32 -> 10.0.0.255DEBGfreemap_route_ipv4 |
| 9506 | 2026-08-08T03:04:43.469Z | |
| 9507 | 2026-08-08T03:04:43.469Z | 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 08 03:04:42.546 |
| 9508 | 2026-08-08T03:04:43.469Z | DEBGAug 08 03:04:42.546Aug 08 03:04:42.546 Aug 08 03:04:42.546INFO DEBG DEBGadding route 172.17.0.36/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 } }] |
| 9509 | 2026-08-08T03:04:43.469Z | reset freemapreplacing 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 } }], |
| 9510 | 2026-08-08T03:04:43.469Z | |
| 9511 | 2026-08-08T03:04:43.469Z | unit:Aug 08 03:04:42.546Aug 08 03:04:42.546 DEBGAug 08 03:04:42.546freemap_route_ipv4 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 } }] |
| 9512 | 2026-08-08T03:04:43.469Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9513 | 2026-08-08T03:04:43.473Z | INFO |
| 9514 | 2026-08-08T03:04:43.473Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9515 | 2026-08-08T03:04:43.473Z | Aug 08 03:04:42.546 Aug 08 03:04:42.546DEBG INFOinitted freemap. size: 64 Aug 08 03:04:42.546adding route 172.17.0.37/32 -> 10.0.0.255Aug 08 03:04:42.546 |
| 9516 | 2026-08-08T03:04:43.474Z | DEBGDEBG, 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.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 08 03:04:42.546 |
| 9517 | 2026-08-08T03:04:43.474Z | unitDEBG |
| 9518 | 2026-08-08T03:04:43.474Z | : replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9519 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 |
| 9520 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9521 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 |
| 9522 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 DEBGAug 08 03:04:42.546INFOAug 08 03:04:42.546 DEBGadding route 172.17.0.38/32 -> 10.0.0.255DEBGreset freemap , |
| 9523 | 2026-08-08T03:04:43.474Z | 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 } }]: |
| 9524 | 2026-08-08T03:04:43.474Z | freemap_route_ipv6replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9525 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 |
| 9526 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546DEBG Aug 08 03:04:42.546replacing 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 } }] INFOINFO |
| 9527 | 2026-08-08T03:04:43.474Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9528 | 2026-08-08T03:04:43.474Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9529 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 Aug 08 03:04:42.546INFO Aug 08 03:04:42.546 Aug 08 03:04:42.546adding route 172.17.0.39/32 -> 10.0.0.255 INFO |
| 9530 | 2026-08-08T03:04:43.474Z | 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 } }]DEBG |
| 9531 | 2026-08-08T03:04:43.474Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 08 03:04:42.546 |
| 9532 | 2026-08-08T03:04:43.474Z | DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 9533 | 2026-08-08T03:04:43.474Z | 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 08 03:04:42.546 |
| 9534 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 9535 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 Aug 08 03:04:42.546adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9536 | 2026-08-08T03:04:43.474Z | DEBGINFOAug 08 03:04:42.546 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 } }] adding route 172.17.0.40/32 -> 10.0.0.255replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9537 | 2026-08-08T03:04:43.474Z | |
| 9538 | 2026-08-08T03:04:43.474Z | |
| 9539 | 2026-08-08T03:04:43.474Z | Aug 08 03:04:42.546 Aug 08 03:04:42.546Aug 08 03:04:42.546DEBG INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Aug 08 03:04:42.546replacing 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 } }] |
| 9540 | 2026-08-08T03:04:43.474Z | |
| 9541 | 2026-08-08T03:04:43.474Z | INFO |
| 9542 | 2026-08-08T03:04:43.475Z | adding route 172.17.0.57/32 -> 10.0.0.255Aug 08 03:04:42.546 |
| 9543 | 2026-08-08T03:04:43.475Z | DEBG Aug 08 03:04:42.546replacing 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 } }] |
| 9544 | 2026-08-08T03:04:43.475Z | INFOAug 08 03:04:42.546Aug 08 03:04:42.546 adding route 172.17.0.41/32 -> 10.0.0.255 INFO |
| 9545 | 2026-08-08T03:04:43.475Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.3Aug 08 03:04:42.546 |
| 9546 | 2026-08-08T03:04:43.475Z | 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 |
| 9547 | 2026-08-08T03:04:43.475Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9548 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546Aug 08 03:04:42.546 DEBGDEBGAug 08 03:04:42.546 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.546replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9549 | 2026-08-08T03:04:43.475Z | INFODEBG 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 } }] |
| 9550 | 2026-08-08T03:04:43.475Z | |
| 9551 | 2026-08-08T03:04:43.475Z | adding route 172.17.0.58/32 -> 10.0.0.255Aug 08 03:04:42.546 |
| 9552 | 2026-08-08T03:04:43.475Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Aug 08 03:04:42.546 |
| 9553 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546INFO INFOadding route 172.16.0.0/32 -> 10.0.0.4Aug 08 03:04:42.546 |
| 9554 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9555 | 2026-08-08T03:04:43.475Z | 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 } }]DEBGAug 08 03:04:42.546 |
| 9556 | 2026-08-08T03:04:43.475Z | DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.546 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 } }] |
| 9557 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546replacing 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 } }] |
| 9558 | 2026-08-08T03:04:43.475Z | |
| 9559 | 2026-08-08T03:04:43.475Z | INFO Aug 08 03:04:42.546adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9560 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546INFOAug 08 03:04:42.546 INFO adding route 172.17.0.59/32 -> 10.0.0.255DEBGAug 08 03:04:42.546 |
| 9561 | 2026-08-08T03:04:43.475Z | adding route 172.17.0.47/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.3, vlan_id: None } }] |
| 9562 | 2026-08-08T03:04:43.475Z | 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 } }] |
| 9563 | 2026-08-08T03:04:43.475Z | |
| 9564 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546Aug 08 03:04:42.546 Aug 08 03:04:42.546DEBG Aug 08 03:04:42.537DEBGreplacing 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 |
| 9565 | 2026-08-08T03:04:43.475Z | 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.44/32 -> 10.0.0.255DEBG |
| 9566 | 2026-08-08T03:04:43.475Z | |
| 9567 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.546 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.547Aug 08 03:04:42.547 |
| 9568 | 2026-08-08T03:04:43.475Z | DEBGINFOINFO 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 } }] |
| 9569 | 2026-08-08T03:04:43.475Z | Aug 08 03:04:42.547adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9570 | 2026-08-08T03:04:43.476Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 9571 | 2026-08-08T03:04:43.476Z | adding route 172.17.0.39/32 -> 10.0.0.255Aug 08 03:04:42.547 |
| 9572 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:04:42.547Aug 08 03:04:42.547replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9573 | 2026-08-08T03:04:43.476Z | |
| 9574 | 2026-08-08T03:04:43.476Z | DEBG replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.547DEBG Aug 08 03:04:42.547INFO |
| 9575 | 2026-08-08T03:04:43.476Z | test route::tests::add_target_fails_full ... ok |
| 9576 | 2026-08-08T03:04:43.476Z | DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9577 | 2026-08-08T03:04:43.476Z | 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.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 } }] |
| 9578 | 2026-08-08T03:04:43.476Z | |
| 9579 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547 Aug 08 03:04:42.547INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 |
| 9580 | 2026-08-08T03:04:43.476Z | 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 08 03:04:42.547 |
| 9581 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547Aug 08 03:04:42.547 INFODEBGDEBG adding route 172.17.0.46/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 } }] |
| 9582 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547failed to allocate space for the new target list |
| 9583 | 2026-08-08T03:04:43.476Z | |
| 9584 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547INFO DEBGAug 08 03:04:42.547adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9585 | 2026-08-08T03:04:43.476Z | 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 } }]INFOAug 08 03:04:42.547 |
| 9586 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547 adding route 172.17.0.41/32 -> 10.0.0.255DEBG |
| 9587 | 2026-08-08T03:04:43.476Z | replacing targets for 172.16.0.0/32 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 08 03:04:42.547 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 } }] |
| 9588 | 2026-08-08T03:04:43.476Z | |
| 9589 | 2026-08-08T03:04:43.476Z | INFO Aug 08 03:04:42.547adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9590 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547DEBG INFOreplacing 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 08 03:04:42.547 |
| 9591 | 2026-08-08T03:04:43.476Z | DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 9592 | 2026-08-08T03:04:43.476Z | 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 } }] |
| 9593 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547 INFO Aug 08 03:04:42.547adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9594 | 2026-08-08T03:04:43.476Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9595 | 2026-08-08T03:04:43.476Z | Aug 08 03:04:42.547Aug 08 03:04:42.547 DEBGDEBG Aug 08 03:04:42.547Aug 08 03:04:42.546 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.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 } }] |
| 9596 | 2026-08-08T03:04:43.476Z | |
| 9597 | 2026-08-08T03:04:43.476Z | DEBG DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 9598 | 2026-08-08T03:04:43.477Z | |
| 9599 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547Aug 08 03:04:42.547 INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9600 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547 |
| 9601 | 2026-08-08T03:04:43.477Z | INFO Aug 08 03:04:42.547 adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 9602 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547failed to allocate space for the new target list Aug 08 03:04:42.547DEBG |
| 9603 | 2026-08-08T03:04:43.477Z | 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 |
| 9604 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547 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 } }] |
| 9605 | 2026-08-08T03:04:43.477Z | DEBGAug 08 03:04:42.547 Aug 08 03:04:42.547replacing 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 } }] DEBGINFO |
| 9606 | 2026-08-08T03:04:43.477Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9607 | 2026-08-08T03:04:43.477Z | |
| 9608 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9609 | 2026-08-08T03:04:43.477Z | Aug 08 03:04:42.547 Aug 08 03:04:42.547DEBG Aug 08 03:04:42.547INFOreplacing 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 Aug 08 03:04:42.547replacing 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 } }] |
| 9610 | 2026-08-08T03:04:43.477Z | DEBG |
| 9611 | 2026-08-08T03:04:43.477Z | created new freemap, unit: Aug 08 03:04:42.554freemap_route_ipv4 |
| 9612 | 2026-08-08T03:04:43.477Z | INFOAug 08 03:04:42.554 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 9613 | 2026-08-08T03:04:43.481Z | adding route 172.17.0.45/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9614 | 2026-08-08T03:04:43.481Z | DEBG Aug 08 03:04:42.554 DEBGcreated new freemap, unit :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 } }] |
| 9615 | 2026-08-08T03:04:43.481Z | freemap_route_ipv6 |
| 9616 | 2026-08-08T03:04:43.481Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 DEBGINFOAug 08 03:04:42.554 adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 9617 | 2026-08-08T03:04:43.481Z | 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 } }]initted freemap. size: 64 |
| 9618 | 2026-08-08T03:04:43.482Z | , unitAug 08 03:04:42.554: DEBGfreemap_route_ipv4 |
| 9619 | 2026-08-08T03:04:43.482Z | 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 08 03:04:42.554 |
| 9620 | 2026-08-08T03:04:43.482Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9621 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBG Aug 08 03:04:42.554INFO reset freemap adding route 172.17.0.56/32 -> 10.0.0.255DEBG, |
| 9622 | 2026-08-08T03:04:43.482Z | unit: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 } }] |
| 9623 | 2026-08-08T03:04:43.482Z | freemap_route_ipv4Aug 08 03:04:42.554 |
| 9624 | 2026-08-08T03:04:43.482Z | DEBG Aug 08 03:04:42.554replacing 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 } }] |
| 9625 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9626 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554initted freemap. size: 64 , INFOunit :adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9627 | 2026-08-08T03:04:43.482Z | freemap_route_ipv6Aug 08 03:04:42.554 |
| 9628 | 2026-08-08T03:04:43.482Z | DEBG Aug 08 03:04:42.554replacing 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 |
| 9629 | 2026-08-08T03:04:43.482Z | 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 08 03:04:42.554 |
| 9630 | 2026-08-08T03:04:43.482Z | DEBG reset freemapAug 08 03:04:42.554Aug 08 03:04:42.554 , INFOunitINFO: adding route 172.17.0.58/32 -> 10.0.0.255freemap_route_ipv6 |
| 9631 | 2026-08-08T03:04:43.482Z | |
| 9632 | 2026-08-08T03:04:43.482Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9633 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBG Aug 08 03:04:42.554 DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9634 | 2026-08-08T03:04:43.482Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9635 | 2026-08-08T03:04:43.482Z | |
| 9636 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554 INFO adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9637 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554 INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9638 | 2026-08-08T03:04:43.482Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 9639 | 2026-08-08T03:04:43.482Z | 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 } }] |
| 9640 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 INFODEBG Aug 08 03:04:42.554adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9641 | 2026-08-08T03:04:43.482Z | 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 } }] |
| 9642 | 2026-08-08T03:04:43.482Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9643 | 2026-08-08T03:04:43.482Z | Aug 08 03:04:42.554 Aug 08 03:04:42.554Aug 08 03:04:42.554INFO DEBGadding route 172.17.0.50/32 -> 10.0.0.255 |
| 9644 | 2026-08-08T03:04:43.482Z | 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 } }] |
| 9645 | 2026-08-08T03:04:43.483Z | DEBG Aug 08 03:04:42.554replacing 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 } }] |
| 9646 | 2026-08-08T03:04:43.483Z | 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 08 03:04:42.554 |
| 9647 | 2026-08-08T03:04:43.483Z | INFOAug 08 03:04:42.554 adding route 172.17.0.61/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9648 | 2026-08-08T03:04:43.483Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9649 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9650 | 2026-08-08T03:04:43.483Z | DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.554 |
| 9651 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554adding route 172.17.0.50/32 -> 10.0.0.255Aug 08 03:04:42.554DEBG 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 } }]INFODEBG |
| 9652 | 2026-08-08T03:04:43.483Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9653 | 2026-08-08T03:04:43.483Z | |
| 9654 | 2026-08-08T03:04:43.483Z | 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 } }] |
| 9655 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554 Aug 08 03:04:42.554 DEBG 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 } }] |
| 9656 | 2026-08-08T03:04:43.483Z | 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.52/32 -> 10.0.0.255 |
| 9657 | 2026-08-08T03:04:43.483Z | INFO |
| 9658 | 2026-08-08T03:04:43.483Z | adding route 172.16.0.0/32 -> 10.0.0.2Aug 08 03:04:42.554 |
| 9659 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554INFO Aug 08 03:04:42.554adding route 172.17.0.63/32 -> 10.0.0.255INFO |
| 9660 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9661 | 2026-08-08T03:04:43.483Z | 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 } }] |
| 9662 | 2026-08-08T03:04:43.483Z | DEBG Aug 08 03:04:42.554Aug 08 03:04:42.554 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 } }]DEBGAug 08 03:04:42.554 |
| 9663 | 2026-08-08T03:04:43.483Z | DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9664 | 2026-08-08T03:04:43.483Z | replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9665 | 2026-08-08T03:04:43.483Z | |
| 9666 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554 Aug 08 03:04:42.554INFOAug 08 03:04:42.554Aug 08 03:04:42.554 INFO DEBGDEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9667 | 2026-08-08T03:04:43.483Z | failed to allocate space for the new target listreplacing 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 } }] |
| 9668 | 2026-08-08T03:04:43.483Z | |
| 9669 | 2026-08-08T03:04:43.483Z | adding route 172.17.0.0/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9670 | 2026-08-08T03:04:43.483Z | 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 } }] |
| 9671 | 2026-08-08T03:04:43.483Z | Aug 08 03:04:42.554Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 DEBG |
| 9672 | 2026-08-08T03:04:43.483Z | DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9673 | 2026-08-08T03:04:43.484Z | test route::tests::delete_target_fragmented ... ok |
| 9674 | 2026-08-08T03:04:43.484Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9675 | 2026-08-08T03:04:43.484Z | 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 08 03:04:42.554 |
| 9676 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554 DEBGAug 08 03:04:42.554 DEBGDEBG replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9677 | 2026-08-08T03:04:43.484Z | |
| 9678 | 2026-08-08T03:04:43.484Z | |
| 9679 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFOINFO adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9680 | 2026-08-08T03:04:43.484Z | |
| 9681 | 2026-08-08T03:04:43.484Z | |
| 9682 | 2026-08-08T03:04:43.484Z | test route::tests::delete_target_full ... ok |
| 9683 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBG DEBGreplacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9684 | 2026-08-08T03:04:43.484Z | test route::tests::delete_targets_fragmented ... ok |
| 9685 | 2026-08-08T03:04:43.484Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9686 | 2026-08-08T03:04:43.484Z | |
| 9687 | 2026-08-08T03:04:43.484Z | 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 } }] |
| 9688 | 2026-08-08T03:04:43.484Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 9689 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFOINFO adding route 172.17.0.56/32 -> 10.0.0.255INFOadding route 172.17.0.55/32 -> 10.0.0.255 |
| 9690 | 2026-08-08T03:04:43.484Z | |
| 9691 | 2026-08-08T03:04:43.484Z | |
| 9692 | 2026-08-08T03:04:43.484Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9693 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 DEBGDEBG Aug 08 03:04:42.554replacing 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 } }] |
| 9694 | 2026-08-08T03:04:43.484Z | 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 } }] |
| 9695 | 2026-08-08T03:04:43.484Z | 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 08 03:04:42.554 |
| 9696 | 2026-08-08T03:04:43.484Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9697 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554INFO INFOadding route 172.17.0.57/32 -> 10.0.0.255 Aug 08 03:04:42.554 |
| 9698 | 2026-08-08T03:04:43.484Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9699 | 2026-08-08T03:04:43.484Z | 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 } }] |
| 9700 | 2026-08-08T03:04:43.484Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554DEBGDEBG 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 } }]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 } }] |
| 9701 | 2026-08-08T03:04:43.485Z | |
| 9702 | 2026-08-08T03:04:43.485Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9703 | 2026-08-08T03:04:43.485Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 Aug 08 03:04:42.554INFO INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9704 | 2026-08-08T03:04:43.485Z | 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 } }] |
| 9705 | 2026-08-08T03:04:43.485Z | |
| 9706 | 2026-08-08T03:04:43.485Z | Aug 08 03:04:42.554Aug 08 03:04:42.554Aug 08 03:04:42.554 DEBGINFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9707 | 2026-08-08T03:04:43.485Z | |
| 9708 | 2026-08-08T03:04:43.485Z | |
| 9709 | 2026-08-08T03:04:43.485Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 DEBGAug 08 03:04:42.554INFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9710 | 2026-08-08T03:04:43.485Z | |
| 9711 | 2026-08-08T03:04:43.485Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9712 | 2026-08-08T03:04:43.485Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9713 | 2026-08-08T03:04:43.489Z | 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 } }] |
| 9714 | 2026-08-08T03:04:43.489Z | DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Aug 08 03:04:42.554 |
| 9715 | 2026-08-08T03:04:43.489Z | Aug 08 03:04:42.554 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9716 | 2026-08-08T03:04:43.489Z | adding route 172.17.0.6/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9717 | 2026-08-08T03:04:43.489Z | INFO Aug 08 03:04:42.554adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9718 | 2026-08-08T03:04:43.489Z | INFOAug 08 03:04:42.554 adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9719 | 2026-08-08T03:04:43.489Z | DEBGAug 08 03:04:42.554 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9720 | 2026-08-08T03:04:43.489Z | 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 08 03:04:42.554 |
| 9721 | 2026-08-08T03:04:43.489Z | DEBGAug 08 03:04:42.554 replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9722 | 2026-08-08T03:04:43.489Z | adding route 172.17.0.7/32 -> 10.0.0.255Aug 08 03:04:42.554 |
| 9723 | 2026-08-08T03:04:43.489Z | Aug 08 03:04:42.554DEBG INFOAug 08 03:04:42.554 adding route 172.17.0.61/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9724 | 2026-08-08T03:04:43.489Z | |
| 9725 | 2026-08-08T03:04:43.489Z | 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 } }] |
| 9726 | 2026-08-08T03:04:43.489Z | Aug 08 03:04:42.554Aug 08 03:04:42.554 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 } }]DEBG |
| 9727 | 2026-08-08T03:04:43.490Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 08 03:04:42.554 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9728 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 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 } }] |
| 9729 | 2026-08-08T03:04:43.490Z | |
| 9730 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9731 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 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 } }] |
| 9732 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.554Aug 08 03:04:42.562 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9733 | 2026-08-08T03:04:43.490Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9734 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 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 } }] |
| 9735 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 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 } }]Aug 08 03:04:42.562 |
| 9736 | 2026-08-08T03:04:43.490Z | DEBG failed to allocate space for the new target list |
| 9737 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.11/32 -> 10.0.0.255Aug 08 03:04:42.562 |
| 9738 | 2026-08-08T03:04:43.490Z | 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 } }] |
| 9739 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 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 } }] |
| 9740 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9741 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9742 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9743 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9744 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9745 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9746 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9747 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9748 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9749 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9750 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9751 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9752 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9753 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9754 | 2026-08-08T03:04:43.490Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9755 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9756 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9757 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9758 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9759 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9760 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9761 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9762 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9763 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9764 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9765 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9766 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9767 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9768 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9769 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9770 | 2026-08-08T03:04:43.491Z | |
| 9771 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9772 | 2026-08-08T03:04:43.491Z | running 0 tests |
| 9773 | 2026-08-08T03:04:43.491Z | |
| 9774 | 2026-08-08T03:04:43.491Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9775 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 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 } }] |
| 9776 | 2026-08-08T03:04:43.491Z | |
| 9777 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9778 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 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 } }] |
| 9779 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9780 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 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 } }] |
| 9781 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9782 | 2026-08-08T03:04:43.491Z | Aug 08 03:04:42.562 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 } }] |
| 9783 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9784 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9785 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9786 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9787 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9788 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9789 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9790 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9791 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9792 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9793 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9794 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9795 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9796 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9797 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9798 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9799 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9800 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9801 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9802 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9803 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9804 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9805 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9806 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9807 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9808 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 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 } }] |
| 9809 | 2026-08-08T03:04:43.492Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9810 | 2026-08-08T03:04:43.493Z | Aug 08 03:04:42.562 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 } }] |
| 9811 | 2026-08-08T03:04:43.493Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9812 | 2026-08-08T03:04:43.493Z | Aug 08 03:04:42.562 DEBG replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9813 | 2026-08-08T03:04:43.496Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9814 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9815 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9816 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9817 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9818 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9819 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9820 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9821 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9822 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9823 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9824 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9825 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9826 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9827 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9828 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9829 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9830 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9831 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9832 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9833 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9834 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9835 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9836 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9837 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9838 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 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 } }] |
| 9839 | 2026-08-08T03:04:43.497Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9840 | 2026-08-08T03:04:43.498Z | Aug 08 03:04:42.562 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 } }] |
| 9841 | 2026-08-08T03:04:43.498Z | Aug 08 03:04:42.562 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9842 | 2026-08-08T03:04:43.498Z | Aug 08 03:04:42.562 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 } }] |
| 9843 | 2026-08-08T03:04:43.498Z | Aug 08 03:04:42.562 DEBG failed to allocate space for the new target list |
| 9844 | 2026-08-08T03:04:43.498Z | Aug 08 03:04:42.562 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 } }] |
| 9845 | 2026-08-08T03:04:43.498Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-8a7b77a033db65a1) |
| 9846 | 2026-08-08T03:04:43.498Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-90b9fd5a5e74c024) |
| 9847 | 2026-08-08T03:04:43.498Z | |
| 9848 | 2026-08-08T03:04:43.498Z | running 0 tests |
| 9849 | 2026-08-08T03:04:43.498Z | |
| 9850 | 2026-08-08T03:04:43.498Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-08-08T03:04:43.498Z | |
| 9852 | 2026-08-08T03:04:43.498Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-750e40ee01b056d8) |
| 9853 | 2026-08-08T03:04:43.498Z | |
| 9854 | 2026-08-08T03:04:43.498Z | running 6 tests |
| 9855 | 2026-08-08T03:04:43.498Z | test tests::test_full_lot_id_neither_present ... ok |
| 9856 | 2026-08-08T03:04:43.498Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9857 | 2026-08-08T03:04:43.498Z | test tests::test_full_lot_id_both_present ... ok |
| 9858 | 2026-08-08T03:04:43.498Z | test tests::test_full_lot_id_lot_only ... ok |
| 9859 | 2026-08-08T03:04:43.498Z | test tests::test_port_id_cmp ... ok |
| 9860 | 2026-08-08T03:04:43.498Z | test tests::test_parse_client_port_id ... ok |
| 9861 | 2026-08-08T03:04:43.498Z | |
| 9862 | 2026-08-08T03:04:43.498Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9863 | 2026-08-08T03:04:43.498Z | |
| 9864 | 2026-08-08T03:04:43.498Z | Running tests/test_all.rs (target/debug/deps/test_all-8b8febcc4252f7ff) |
| 9865 | 2026-08-08T03:04:43.498Z | |
| 9866 | 2026-08-08T03:04:43.498Z | running 6 tests |
| 9867 | 2026-08-08T03:04:46.494Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9868 | 2026-08-08T03:04:46.496Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9869 | 2026-08-08T03:04:46.496Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9870 | 2026-08-08T03:04:46.502Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9871 | 2026-08-08T03:04:46.833Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9872 | 2026-08-08T03:04:47.760Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9873 | 2026-08-08T03:04:47.760Z | |
| 9874 | 2026-08-08T03:04:47.760Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.28s |
| 9875 | 2026-08-08T03:04:47.760Z | |
| 9876 | 2026-08-08T03:04:47.766Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-a54d7ba5e369ee21) |
| 9877 | 2026-08-08T03:04:47.772Z | |
| 9878 | 2026-08-08T03:04:47.772Z | running 0 tests |
| 9879 | 2026-08-08T03:04:47.772Z | |
| 9880 | 2026-08-08T03:04:47.774Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9881 | 2026-08-08T03:04:47.774Z | |
| 9882 | 2026-08-08T03:04:47.774Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-efef4fd835228c62) |
| 9883 | 2026-08-08T03:04:47.777Z | |
| 9884 | 2026-08-08T03:04:47.777Z | running 0 tests |
| 9885 | 2026-08-08T03:04:47.777Z | |
| 9886 | 2026-08-08T03:04:47.780Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-08-08T03:04:47.780Z | |
| 9888 | 2026-08-08T03:04:47.780Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9889 | 2026-08-08T03:04:47.788Z | |
| 9890 | 2026-08-08T03:04:47.788Z | running 12 tests |
| 9891 | 2026-08-08T03:04:47.790Z | test icmp::test_v6_checksum ... ok |
| 9892 | 2026-08-08T03:04:47.790Z | test icmp::test_v4_checksum ... ok |
| 9893 | 2026-08-08T03:04:47.790Z | test ipv6::test_ipv6_parse ... ok |
| 9894 | 2026-08-08T03:04:47.790Z | test pbuf::test_byte ... ok |
| 9895 | 2026-08-08T03:04:47.790Z | test lldp::test_lldp_parse ... ok |
| 9896 | 2026-08-08T03:04:47.790Z | test pbuf::test_nibble ... ok |
| 9897 | 2026-08-08T03:04:47.790Z | test pbuf::test_short ... ok |
| 9898 | 2026-08-08T03:04:47.791Z | test pbuf::test_overflow ... ok |
| 9899 | 2026-08-08T03:04:47.791Z | test pbuf::test_twelve ... ok |
| 9900 | 2026-08-08T03:04:47.791Z | test pbuf::test_word ... ok |
| 9901 | 2026-08-08T03:04:47.791Z | test tcp::test_checksum_ack_data ... ok |
| 9902 | 2026-08-08T03:04:47.791Z | test tcp::test_checksum_syn_nodata ... ok |
| 9903 | 2026-08-08T03:04:47.791Z | |
| 9904 | 2026-08-08T03:04:47.791Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9905 | 2026-08-08T03:04:47.791Z | |
| 9906 | 2026-08-08T03:04:47.791Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9907 | 2026-08-08T03:04:47.794Z | |
| 9908 | 2026-08-08T03:04:47.794Z | running 0 tests |
| 9909 | 2026-08-08T03:04:47.794Z | |
| 9910 | 2026-08-08T03:04:47.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-08-08T03:04:47.794Z | |
| 9912 | 2026-08-08T03:04:47.797Z | Running unittests src/main.rs (target/debug/deps/swadm-3b6d5ab7a19b39bb) |
| 9913 | 2026-08-08T03:04:47.806Z | |
| 9914 | 2026-08-08T03:04:47.806Z | running 5 tests |
| 9915 | 2026-08-08T03:04:47.809Z | test switchport::test::test_compute_lanes ... ok |
| 9916 | 2026-08-08T03:04:47.812Z | test link::test_filter ... ok |
| 9917 | 2026-08-08T03:04:47.812Z | test switchport::test::port_id_ordering ... ok |
| 9918 | 2026-08-08T03:04:47.815Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9919 | 2026-08-08T03:04:47.815Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 9920 | 2026-08-08T03:04:47.815Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 9921 | 2026-08-08T03:04:47.815Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 9922 | 2026-08-08T03:04:47.815Z | Tx Enabled: Yes Yes Yes Lane 0 Yes |
| 9923 | 2026-08-08T03:04:47.815Z | Tx Loss-of-lock: No NoLane 1 No Lane 2No |
| 9924 | 2026-08-08T03:04:47.815Z | Lane 3 Tx Loss-of-signal: No |
| 9925 | 2026-08-08T03:04:47.815Z | No State: Activated NoActivated No |
| 9926 | 2026-08-08T03:04:47.815Z | Activated Tx CDR Enabled: NoActivated |
| 9927 | 2026-08-08T03:04:47.815Z | No Rx Output Enabled: false Nofalse No |
| 9928 | 2026-08-08T03:04:47.815Z | false Tx Adaptive EQ Fault: Nofalse |
| 9929 | 2026-08-08T03:04:47.815Z | No Rx Output Status: valid Novalid No |
| 9930 | 2026-08-08T03:04:47.815Z | valid valid |
| 9931 | 2026-08-08T03:04:47.815Z | Tx Fault: Yes Rx Loss-of-lock: trueYes true Yes trueYes true |
| 9932 | 2026-08-08T03:04:47.815Z | |
| 9933 | 2026-08-08T03:04:47.815Z | Rx Loss-of-signal: false false false false |
| 9934 | 2026-08-08T03:04:47.815Z | Rx Auto-squelch Disable: true true true true |
| 9935 | 2026-08-08T03:04:47.815Z | Tx Output Enabled: true true true true |
| 9936 | 2026-08-08T03:04:47.815Z | Tx Output Status: invalid invalid invalid invalid |
| 9937 | 2026-08-08T03:04:47.815Z | Tx Loss-of-lock: false false false false |
| 9938 | 2026-08-08T03:04:47.815Z | Tx Loss-of-signal: true true true true |
| 9939 | 2026-08-08T03:04:47.815Z | Tx Auto-squelch Disable: false false false false |
| 9940 | 2026-08-08T03:04:47.815Z | Tx Adaptive EQ Fail: true true true true |
| 9941 | 2026-08-08T03:04:47.815Z | Tx Failure: false false false false |
| 9942 | 2026-08-08T03:04:47.815Z | Tx Force Squelch: true true true true |
| 9943 | 2026-08-08T03:04:47.815Z | Tx Input Polarity: normal normal normal normal |
| 9944 | 2026-08-08T03:04:47.815Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9945 | 2026-08-08T03:04:47.815Z | test switchport::test::test_print_sff_datapath ... ok |
| 9946 | 2026-08-08T03:04:47.815Z | |
| 9947 | 2026-08-08T03:04:47.815Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9948 | 2026-08-08T03:04:47.816Z | |
| 9949 | 2026-08-08T03:04:47.816Z | Running tests/counters.rs (target/debug/deps/counters-dafdf3819a3acd7e) |
| 9950 | 2026-08-08T03:04:47.820Z | |
| 9951 | 2026-08-08T03:04:47.820Z | running 1 test |
| 9952 | 2026-08-08T03:04:47.822Z | test test_p4_counter_list ... ignored |
| 9953 | 2026-08-08T03:04:47.823Z | |
| 9954 | 2026-08-08T03:04:47.823Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9955 | 2026-08-08T03:04:47.823Z | |
| 9956 | 2026-08-08T03:04:47.823Z | Running tests/port-link.rs (target/debug/deps/port_link-721a5ab28abf000c) |
| 9957 | 2026-08-08T03:04:47.825Z | |
| 9958 | 2026-08-08T03:04:47.825Z | running 5 tests |
| 9959 | 2026-08-08T03:04:47.825Z | test test_an ... ignored |
| 9960 | 2026-08-08T03:04:47.825Z | test test_enable ... ignored |
| 9961 | 2026-08-08T03:04:47.825Z | test test_ip_addresses ... ignored |
| 9962 | 2026-08-08T03:04:47.825Z | test test_kr ... ignored |
| 9963 | 2026-08-08T03:04:47.825Z | test test_mac ... ignored |
| 9964 | 2026-08-08T03:04:47.826Z | |
| 9965 | 2026-08-08T03:04:47.826Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9966 | 2026-08-08T03:04:47.826Z | |
| 9967 | 2026-08-08T03:04:47.826Z | Running unittests src/main.rs (target/debug/deps/tfportd-fdbe62e0e3cfe18f) |
| 9968 | 2026-08-08T03:04:47.829Z | |
| 9969 | 2026-08-08T03:04:47.829Z | running 3 tests |
| 9970 | 2026-08-08T03:04:47.829Z | test linklocal::test_parse_ipadm ... ok |
| 9971 | 2026-08-08T03:04:47.829Z | test tfport::test_parse_tfport ... ok |
| 9972 | 2026-08-08T03:04:47.829Z | test config::tests::test_updates ... ok |
| 9973 | 2026-08-08T03:04:47.829Z | |
| 9974 | 2026-08-08T03:04:47.829Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9975 | 2026-08-08T03:04:47.829Z | |
| 9976 | 2026-08-08T03:04:47.829Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9977 | 2026-08-08T03:04:47.832Z | |
| 9978 | 2026-08-08T03:04:47.832Z | running 0 tests |
| 9979 | 2026-08-08T03:04:47.835Z | |
| 9980 | 2026-08-08T03:04:47.835Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-08-08T03:04:47.835Z | |
| 9982 | 2026-08-08T03:04:47.835Z | Running unittests src/main.rs (target/debug/deps/xtask-624fff7d24b9ffb6) |
| 9983 | 2026-08-08T03:04:47.837Z | |
| 9984 | 2026-08-08T03:04:47.837Z | running 0 tests |
| 9985 | 2026-08-08T03:04:47.837Z | |
| 9986 | 2026-08-08T03:04:47.838Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-08-08T03:04:47.838Z | |
| 9988 | 2026-08-08T03:04:47.840Z | Doc-tests aal |
| 9989 | 2026-08-08T03:04:48.014Z | |
| 9990 | 2026-08-08T03:04:48.014Z | running 0 tests |
| 9991 | 2026-08-08T03:04:48.014Z | |
| 9992 | 2026-08-08T03:04:48.017Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-08-08T03:04:48.017Z | |
| 9994 | 2026-08-08T03:04:48.031Z | Doc-tests aal_macros |
| 9995 | 2026-08-08T03:04:48.106Z | |
| 9996 | 2026-08-08T03:04:48.106Z | running 0 tests |
| 9997 | 2026-08-08T03:04:48.106Z | |
| 9998 | 2026-08-08T03:04:48.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-08-08T03:04:48.106Z | |
| 10000 | 2026-08-08T03:04:48.118Z | Doc-tests common |
| 10001 | 2026-08-08T03:04:48.361Z | |
| 10002 | 2026-08-08T03:04:48.361Z | running 0 tests |
| 10003 | 2026-08-08T03:04:48.361Z | |
| 10004 | 2026-08-08T03:04:48.361Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-08-08T03:04:48.361Z | |
| 10006 | 2026-08-08T03:04:48.383Z | Doc-tests dpd_api |
| 10007 | 2026-08-08T03:04:49.222Z | |
| 10008 | 2026-08-08T03:04:49.222Z | running 2 tests |
| 10009 | 2026-08-08T03:04:49.222Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10010 | 2026-08-08T03:04:49.222Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10011 | 2026-08-08T03:04:49.222Z | |
| 10012 | 2026-08-08T03:04:49.222Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10013 | 2026-08-08T03:04:49.222Z | |
| 10014 | 2026-08-08T03:04:49.255Z | Doc-tests dpd_client |
| 10015 | 2026-08-08T03:04:50.677Z | |
| 10016 | 2026-08-08T03:04:50.677Z | running 0 tests |
| 10017 | 2026-08-08T03:04:50.677Z | |
| 10018 | 2026-08-08T03:04:50.677Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-08-08T03:04:50.677Z | |
| 10020 | 2026-08-08T03:04:50.724Z | Doc-tests dpd_types |
| 10021 | 2026-08-08T03:04:50.939Z | |
| 10022 | 2026-08-08T03:04:50.939Z | running 0 tests |
| 10023 | 2026-08-08T03:04:50.939Z | |
| 10024 | 2026-08-08T03:04:50.939Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-08-08T03:04:50.940Z | |
| 10026 | 2026-08-08T03:04:50.966Z | Doc-tests dpd_types_versions |
| 10027 | 2026-08-08T03:04:52.195Z | |
| 10028 | 2026-08-08T03:04:52.195Z | running 1 test |
| 10029 | 2026-08-08T03:04:52.195Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10030 | 2026-08-08T03:04:52.195Z | |
| 10031 | 2026-08-08T03:04:52.195Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-08-08T03:04:52.195Z | |
| 10033 | 2026-08-08T03:04:52.241Z | Doc-tests packet |
| 10034 | 2026-08-08T03:04:52.356Z | |
| 10035 | 2026-08-08T03:04:52.356Z | running 0 tests |
| 10036 | 2026-08-08T03:04:52.356Z | |
| 10037 | 2026-08-08T03:04:52.356Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-08-08T03:04:52.356Z | |
| 10039 | 2026-08-08T03:04:52.373Z | Doc-tests pcap |
| 10040 | 2026-08-08T03:04:52.426Z | |
| 10041 | 2026-08-08T03:04:52.426Z | running 0 tests |
| 10042 | 2026-08-08T03:04:52.426Z | |
| 10043 | 2026-08-08T03:04:52.426Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-08-08T03:04:52.426Z | |
| 10045 | 2026-08-08T03:04:52.477Z | process exited: duration 597232 ms, exit code 0 |
| |
| 10046 | 2026-08-08T03:04:52.483Z | found 0 output files |