|
|
|
| 1 | 2026-07-19T04:10:29.121Z | job assigned to worker 01KXW91Q123Z15VD6TXQVF7V2E [factory aws, i-01321b7681fb12a41] (queued for 46 s) |
| |
| 2 | 2026-07-19T04:10:35.981Z | starting task 0: "setup" |
| 3 | 2026-07-19T04:10:35.984Z | ++ uname -s |
| 4 | 2026-07-19T04:10:35.989Z | + kern=SunOS |
| 5 | 2026-07-19T04:10:35.989Z | + build_user=build |
| 6 | 2026-07-19T04:10:35.989Z | + build_uid=12345 |
| 7 | 2026-07-19T04:10:35.989Z | + work_dir=/work |
| 8 | 2026-07-19T04:10:35.989Z | + input_dir=/input |
| 9 | 2026-07-19T04:10:35.989Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-19T04:10:35.989Z | + case "$kern" in |
| 11 | 2026-07-19T04:10:35.989Z | + groupadd -g 12345 build |
| 12 | 2026-07-19T04:10:35.989Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-19T04:10:37.993Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-19T04:10:38.104Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-19T04:10:38.107Z | + home_fs=zfs |
| 16 | 2026-07-19T04:10:38.107Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-19T04:10:38.107Z | + mkdir -p /home/build |
| 18 | 2026-07-19T04:10:38.107Z | + chown build:build /home/build /work |
| 19 | 2026-07-19T04:10:39.108Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-19T04:10:39.111Z | process exited: duration 3130 ms, exit code 0 |
| |
| 21 | 2026-07-19T04:10:39.117Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-19T04:10:39.120Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-19T04:10:39.120Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-07-19T04:10:39.120Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-07-19T04:10:39.120Z | * rust toolchain profile = "default" |
| 26 | 2026-07-19T04:10:39.123Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-19T04:10:39.123Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-19T04:10:39.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-19T04:10:39.123Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-19T04:10:39.225Z | info: downloading installer |
| 31 | 2026-07-19T04:10:40.516Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-19T04:10:40.516Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-19T04:10:40.516Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-19T04:10:40.516Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-19T04:10:40.528Z | info: profile set to default |
| 36 | 2026-07-19T04:10:40.528Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-19T04:10:40.531Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-07-19T04:10:40.667Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-07-19T04:10:40.670Z | info: downloading 6 components |
| 40 | 2026-07-19T04:10:54.065Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-07-19T04:10:54.065Z | |
| 42 | 2026-07-19T04:10:54.097Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-07-19T04:10:54.097Z | |
| 44 | 2026-07-19T04:10:54.097Z | |
| 45 | 2026-07-19T04:10:54.097Z | Rust is installed now. Great! |
| 46 | 2026-07-19T04:10:54.097Z | |
| 47 | 2026-07-19T04:10:54.097Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-19T04:10:54.097Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-19T04:10:54.097Z | |
| 50 | 2026-07-19T04:10:54.097Z | To configure your current shell, you need to source |
| 51 | 2026-07-19T04:10:54.097Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-19T04:10:54.098Z | |
| 53 | 2026-07-19T04:10:54.098Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-19T04:10:54.098Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-19T04:10:54.107Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-19T04:10:54.107Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-19T04:10:54.107Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-19T04:10:54.107Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-19T04:10:54.107Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-19T04:10:54.107Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-19T04:10:54.107Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-19T04:10:54.175Z | + rustup --version |
| 63 | 2026-07-19T04:10:54.183Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-19T04:10:54.185Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-19T04:10:54.204Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-07-19T04:10:54.207Z | + cargo --version |
| 67 | 2026-07-19T04:10:54.223Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-07-19T04:10:54.231Z | + rustc --version |
| 69 | 2026-07-19T04:10:54.245Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-07-19T04:10:54.248Z | process exited: duration 15131 ms, exit code 0 |
| |
| 71 | 2026-07-19T04:10:54.254Z | starting task 2: "authentication" |
| 72 | 2026-07-19T04:10:54.277Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-07-19T04:10:54.296Z | starting task 3: "clone repository" |
| 74 | 2026-07-19T04:10:54.302Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-19T04:10:54.302Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-19T04:10:54.340Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-19T04:10:54.846Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-19T04:10:54.846Z | + git fetch origin e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa |
| 79 | 2026-07-19T04:10:55.058Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-19T04:10:55.058Z | * branch e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa -> FETCH_HEAD |
| 81 | 2026-07-19T04:10:55.066Z | + [[ -n '' ]] |
| 82 | 2026-07-19T04:10:55.066Z | + git reset --hard e9ccf88b592668fdd96b2fe6aa1b75fcadc53baa |
| 83 | 2026-07-19T04:10:55.087Z | HEAD is now at e9ccf88 Update Rust crate quote to v1.0.47 |
| 84 | 2026-07-19T04:10:55.091Z | process exited: duration 796 ms, exit code 0 |
| |
| 85 | 2026-07-19T04:10:55.097Z | starting task 4: "build" |
| 86 | 2026-07-19T04:10:55.101Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-19T04:10:55.104Z | ++ TOFINO_STAGES=20 |
| 88 | 2026-07-19T04:10:55.104Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 89 | 2026-07-19T04:10:55.104Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 90 | 2026-07-19T04:10:55.104Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 91 | 2026-07-19T04:10:55.104Z | +++ uname -s |
| 92 | 2026-07-19T04:10:55.104Z | ++ '[' SunOS == SunOS ']' |
| 93 | 2026-07-19T04:10:55.104Z | ++ SERIES=illumos |
| 94 | 2026-07-19T04:10:55.104Z | +++ uname -s |
| 95 | 2026-07-19T04:10:55.107Z | ++ '[' SunOS == SunOS ']' |
| 96 | 2026-07-19T04:10:55.107Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 97 | 2026-07-19T04:10:55.107Z | ++ rustup show active-toolchain |
| 98 | 2026-07-19T04:10:55.111Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 99 | 2026-07-19T04:10:55.115Z | + source .github/buildomat/illumos.sh |
| 100 | 2026-07-19T04:10:55.115Z | ++ banner 'sde setup' |
| 101 | 2026-07-19T04:10:55.115Z | |
| 102 | 2026-07-19T04:10:55.116Z | #### ##### ###### #### ###### ##### # # ##### |
| 103 | 2026-07-19T04:10:55.116Z | # # # # # # # # # # # |
| 104 | 2026-07-19T04:10:55.116Z | #### # # ##### #### ##### # # # # # |
| 105 | 2026-07-19T04:10:55.116Z | # # # # # # # # # ##### |
| 106 | 2026-07-19T04:10:55.116Z | # # # # # # # # # # # # |
| 107 | 2026-07-19T04:10:55.116Z | #### ##### ###### #### ###### # #### # |
| 108 | 2026-07-19T04:10:55.116Z | |
| 109 | 2026-07-19T04:10:55.116Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 110 | 2026-07-19T04:10:55.116Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 111 | 2026-07-19T04:10:55.116Z | ++ export PKG=tofino_sde.p5p |
| 112 | 2026-07-19T04:10:55.116Z | ++ PKG=tofino_sde.p5p |
| 113 | 2026-07-19T04:10:55.116Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 114 | 2026-07-19T04:10:55.120Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 115 | 2026-07-19T04:10:55.124Z | Dload Upload Total Spent Left Speed |
| 116 | 2026-07-19T04:10:56.010Z |
0 0 0 0 0 0 0 0 0
100 76.03M 100 76.03M 0 0 85.34M 0 0
100 76.03M 100 76.03M 0 0 85.33M 0 0
100 76.03M 100 76.03M 0 0 85.33M 0 0 |
| 117 | 2026-07-19T04:10:56.015Z | +++ digest -a sha256 tofino_sde.p5p |
| 118 | 2026-07-19T04:10:56.065Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 119 | 2026-07-19T04:10:56.068Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 120 | 2026-07-19T04:10:56.068Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 121 | 2026-07-19T04:10:57.859Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-07-19T04:10:58.041Z | Startup: Caching catalogs ... Done |
| 123 | 2026-07-19T04:10:58.084Z | Startup: Refreshing catalog 'oxide' ... Done |
| 124 | 2026-07-19T04:10:59.065Z | Planning: Solver setup ... Done |
| 125 | 2026-07-19T04:10:59.099Z | Planning: Running solver ... Done |
| 126 | 2026-07-19T04:10:59.119Z | Planning: Finding local manifests ... Done |
| 127 | 2026-07-19T04:10:59.130Z | Planning: Fetching manifests: 1/1 100% complete |
| 128 | 2026-07-19T04:10:59.136Z | Planning: Fetching manifests: 1/1 100% complete |
| 129 | 2026-07-19T04:10:59.140Z | Planning: Package planning ... Done |
| 130 | 2026-07-19T04:10:59.144Z | Planning: Merging actions ... Done |
| 131 | 2026-07-19T04:10:59.278Z | Planning: Checking for conflicting actions ... Done |
| 132 | 2026-07-19T04:10:59.281Z | Planning: Consolidating action changes ... Done |
| 133 | 2026-07-19T04:11:00.050Z | Planning: Evaluating mediators ... Done |
| 134 | 2026-07-19T04:11:00.053Z | Planning: Planning completed in 1.96 seconds |
| 135 | 2026-07-19T04:11:00.058Z | Packages to install: 1 |
| 136 | 2026-07-19T04:11:00.058Z | Create boot environment: No |
| 137 | 2026-07-19T04:11:00.061Z | Create backup boot environment: No |
| 138 | 2026-07-19T04:11:00.084Z | |
| 139 | 2026-07-19T04:11:00.084Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 140 | 2026-07-19T04:11:00.220Z | Download: Completed 75.30 MB in 0.14 seconds (555M/s) |
| 141 | 2026-07-19T04:11:00.385Z | Actions: 1/293 actions (Installing new actions) |
| 142 | 2026-07-19T04:11:01.337Z | Actions: Completed 293 actions in 0.95 seconds. |
| 143 | 2026-07-19T04:11:01.340Z | Finalize: Updating package state database ... Done |
| 144 | 2026-07-19T04:11:01.381Z | Finalize: Updating package cache ... Done |
| 145 | 2026-07-19T04:11:01.429Z | Finalize: Updating image state ... Done |
| 146 | 2026-07-19T04:11:03.971Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-07-19T04:11:04.045Z | Finalize: Reading search index ... Done |
| 148 | 2026-07-19T04:11:04.048Z | Finalize: Updating search index ... Done |
| 149 | 2026-07-19T04:11:04.307Z | Finalize: Updating package cache ... Done |
| 150 | 2026-07-19T04:11:04.432Z | ++ export SDE=/opt/oxide/tofino_sde |
| 151 | 2026-07-19T04:11:04.432Z | ++ SDE=/opt/oxide/tofino_sde |
| 152 | 2026-07-19T04:11:04.435Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 153 | 2026-07-19T04:11:04.436Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 154 | 2026-07-19T04:11:04.436Z | ++ banner packages |
| 155 | 2026-07-19T04:11:04.436Z | |
| 156 | 2026-07-19T04:11:04.436Z | ##### ## #### # # ## #### ###### #### |
| 157 | 2026-07-19T04:11:04.436Z | # # # # # # # # # # # # # # |
| 158 | 2026-07-19T04:11:04.436Z | # # # # # #### # # # ##### #### |
| 159 | 2026-07-19T04:11:04.436Z | ##### ###### # # # ###### # ### # # |
| 160 | 2026-07-19T04:11:04.436Z | # # # # # # # # # # # # # # |
| 161 | 2026-07-19T04:11:04.436Z | # # # #### # # # # #### ###### #### |
| 162 | 2026-07-19T04:11:04.436Z | |
| 163 | 2026-07-19T04:11:04.436Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 164 | 2026-07-19T04:11:04.697Z | Startup: Refreshing catalog 'helios' ... Done |
| 165 | 2026-07-19T04:11:04.700Z | Startup: Refreshing catalog 'oxide' ... Done |
| 166 | 2026-07-19T04:11:05.549Z | Planning: Solver setup ... Done |
| 167 | 2026-07-19T04:11:05.589Z | Planning: Running solver ... Done |
| 168 | 2026-07-19T04:11:05.610Z | Planning: Consolidating action changes ... Done |
| 169 | 2026-07-19T04:11:05.613Z | Planning: Evaluating mediators ... Done |
| 170 | 2026-07-19T04:11:05.613Z | Planning: Planning completed in 0.91 seconds |
| 171 | 2026-07-19T04:11:05.629Z | No updates necessary for this image. |
| 172 | 2026-07-19T04:11:05.719Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 173 | 2026-07-19T04:11:05.938Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-07-19T04:11:06.056Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-07-19T04:11:06.058Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-07-19T04:11:06.218Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-07-19T04:11:06.221Z | Planning: Planning completed in 0.28 seconds |
| 178 | 2026-07-19T04:11:06.242Z | Mediators to change: 2 |
| 179 | 2026-07-19T04:11:06.242Z | Create boot environment: No |
| 180 | 2026-07-19T04:11:06.244Z | Create backup boot environment: No |
| 181 | 2026-07-19T04:11:06.293Z | Finalize: Updating package state database ... Done |
| 182 | 2026-07-19T04:11:06.293Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-19T04:11:06.318Z | Finalize: Updating image state ... Done |
| 184 | 2026-07-19T04:11:08.383Z | Finalize: Creating fast lookup database ... Done |
| 185 | 2026-07-19T04:11:08.454Z | Finalize: Reading search index ... Done |
| 186 | 2026-07-19T04:11:08.458Z | Finalize: Updating search index ... Done |
| 187 | 2026-07-19T04:11:08.520Z | Finalize: Updating package cache ... Done |
| 188 | 2026-07-19T04:11:08.596Z | ++ cargo --version |
| 189 | 2026-07-19T04:11:08.606Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 190 | 2026-07-19T04:11:08.609Z | ++ rustc --version |
| 191 | 2026-07-19T04:11:08.631Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 192 | 2026-07-19T04:11:08.634Z | + banner copyrights |
| 193 | 2026-07-19T04:11:08.634Z | |
| 194 | 2026-07-19T04:11:08.634Z | #### #### ##### # # ##### # #### # # ##### #### |
| 195 | 2026-07-19T04:11:08.634Z | # # # # # # # # # # # # # # # # # |
| 196 | 2026-07-19T04:11:08.634Z | # # # # # # # # # # ###### # #### |
| 197 | 2026-07-19T04:11:08.634Z | # # # ##### # ##### # # ### # # # # |
| 198 | 2026-07-19T04:11:08.634Z | # # # # # # # # # # # # # # # # |
| 199 | 2026-07-19T04:11:08.634Z | #### #### # # # # # #### # # # #### |
| 200 | 2026-07-19T04:11:08.634Z | |
| 201 | 2026-07-19T04:11:08.634Z | + ./tools/check_copyrights.sh |
| 202 | 2026-07-19T04:11:08.928Z | common/src/illumos.rs: Copyright with wrong year |
| 203 | 2026-07-19T04:11:09.719Z | dpd/p4/headers.p4: Copyright with wrong year |
| 204 | 2026-07-19T04:11:10.214Z | packet/src/eth.rs: Copyright with wrong year |
| 205 | 2026-07-19T04:11:10.293Z | pcap/build.rs: Copyright with wrong year |
| 206 | 2026-07-19T04:11:10.450Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 207 | 2026-07-19T04:11:10.682Z | + banner clippy |
| 208 | 2026-07-19T04:11:10.685Z | |
| 209 | 2026-07-19T04:11:10.685Z | #### # # ##### ##### # # |
| 210 | 2026-07-19T04:11:10.685Z | # # # # # # # # # # |
| 211 | 2026-07-19T04:11:10.685Z | # # # # # # # # |
| 212 | 2026-07-19T04:11:10.685Z | # # # ##### ##### # |
| 213 | 2026-07-19T04:11:10.685Z | # # # # # # # |
| 214 | 2026-07-19T04:11:10.685Z | #### ###### # # # # |
| 215 | 2026-07-19T04:11:10.685Z | |
| 216 | 2026-07-19T04:11:10.685Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 217 | 2026-07-19T04:11:10.685Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 218 | 2026-07-19T04:11:10.833Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 219 | 2026-07-19T04:11:21.251Z | Updating crates.io index |
| 220 | 2026-07-19T04:11:21.282Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 221 | 2026-07-19T04:11:21.517Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-07-19T04:11:22.207Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 223 | 2026-07-19T04:11:22.490Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-07-19T04:11:22.717Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 225 | 2026-07-19T04:11:23.844Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 226 | 2026-07-19T04:11:24.230Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 227 | 2026-07-19T04:11:24.477Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 228 | 2026-07-19T04:11:24.776Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 229 | 2026-07-19T04:11:25.137Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 230 | 2026-07-19T04:11:25.364Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 231 | 2026-07-19T04:11:25.697Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 232 | 2026-07-19T04:11:26.534Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 233 | 2026-07-19T04:11:27.462Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 234 | 2026-07-19T04:11:27.476Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 235 | 2026-07-19T04:11:27.985Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 236 | 2026-07-19T04:11:28.012Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 237 | 2026-07-19T04:11:28.282Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 238 | 2026-07-19T04:11:28.869Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 239 | 2026-07-19T04:11:29.195Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 240 | 2026-07-19T04:11:29.452Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 241 | 2026-07-19T04:11:30.827Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-07-19T04:11:31.246Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-07-19T04:11:31.709Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2026-07-19T04:11:33.321Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 245 | 2026-07-19T04:11:33.903Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 246 | 2026-07-19T04:11:34.178Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-07-19T04:11:34.636Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-07-19T04:11:36.305Z | Downloading crates ... |
| 249 | 2026-07-19T04:11:36.390Z | Downloaded cobs v0.3.0 |
| 250 | 2026-07-19T04:11:36.393Z | Downloaded anstyle-query v1.1.4 |
| 251 | 2026-07-19T04:11:36.401Z | Downloaded block-buffer v0.12.0 |
| 252 | 2026-07-19T04:11:36.404Z | Downloaded dtrace-parser v0.2.0 |
| 253 | 2026-07-19T04:11:36.407Z | Downloaded digest v0.11.3 |
| 254 | 2026-07-19T04:11:36.411Z | Downloaded futures-io v0.3.32 |
| 255 | 2026-07-19T04:11:36.414Z | Downloaded erased-serde v0.3.31 |
| 256 | 2026-07-19T04:11:36.414Z | Downloaded hash32 v0.3.1 |
| 257 | 2026-07-19T04:11:36.417Z | Downloaded group v0.13.0 |
| 258 | 2026-07-19T04:11:36.420Z | Downloaded darling_macro v0.21.3 |
| 259 | 2026-07-19T04:11:36.420Z | Downloaded cargo_metadata v0.18.1 |
| 260 | 2026-07-19T04:11:36.423Z | Downloaded camino-tempfile v1.4.1 |
| 261 | 2026-07-19T04:11:36.425Z | Downloaded hmac v0.12.1 |
| 262 | 2026-07-19T04:11:36.428Z | Downloaded crucible-workspace-hack v0.1.0 |
| 263 | 2026-07-19T04:11:36.428Z | Downloaded cpufeatures v0.3.0 |
| 264 | 2026-07-19T04:11:36.433Z | Downloaded futures-sink v0.3.32 |
| 265 | 2026-07-19T04:11:36.433Z | Downloaded enum-as-inner v0.6.1 |
| 266 | 2026-07-19T04:11:36.436Z | Downloaded dyn-clone v1.0.20 |
| 267 | 2026-07-19T04:11:36.436Z | Downloaded cexpr v0.6.0 |
| 268 | 2026-07-19T04:11:36.439Z | Downloaded elliptic-curve v0.13.8 |
| 269 | 2026-07-19T04:11:36.442Z | Downloaded git-stub v1.0.0 |
| 270 | 2026-07-19T04:11:36.444Z | Downloaded dunce v1.0.5 |
| 271 | 2026-07-19T04:11:36.447Z | Downloaded arrayref v0.3.9 |
| 272 | 2026-07-19T04:11:36.449Z | Downloaded flate2 v1.1.2 |
| 273 | 2026-07-19T04:11:36.452Z | Downloaded hex v0.4.3 |
| 274 | 2026-07-19T04:11:36.455Z | Downloaded fixedbitset v0.4.2 |
| 275 | 2026-07-19T04:11:36.455Z | Downloaded futures-macro v0.3.32 |
| 276 | 2026-07-19T04:11:36.458Z | Downloaded constant_time_eq v0.3.1 |
| 277 | 2026-07-19T04:11:36.460Z | Downloaded foreign-types v0.5.0 |
| 278 | 2026-07-19T04:11:36.460Z | Downloaded fixedbitset v0.5.7 |
| 279 | 2026-07-19T04:11:36.463Z | Downloaded defmt v0.3.100 |
| 280 | 2026-07-19T04:11:36.468Z | Downloaded equivalent v1.0.2 |
| 281 | 2026-07-19T04:11:36.468Z | Downloaded foreign-types-shared v0.1.1 |
| 282 | 2026-07-19T04:11:36.471Z | Downloaded form_urlencoded v1.2.2 |
| 283 | 2026-07-19T04:11:36.471Z | Downloaded dtrace-parser v0.3.0 |
| 284 | 2026-07-19T04:11:36.475Z | Downloaded dof v0.4.0 |
| 285 | 2026-07-19T04:11:36.475Z | Downloaded getrandom v0.2.16 |
| 286 | 2026-07-19T04:11:36.478Z | Downloaded hostname v0.4.2 |
| 287 | 2026-07-19T04:11:36.478Z | Downloaded crc32fast v1.5.0 |
| 288 | 2026-07-19T04:11:36.481Z | Downloaded backoff v0.4.0 |
| 289 | 2026-07-19T04:11:36.483Z | Downloaded atomicwrites v0.4.4 |
| 290 | 2026-07-19T04:11:36.487Z | Downloaded debug-ignore v1.0.5 |
| 291 | 2026-07-19T04:11:36.487Z | Downloaded atomic-waker v1.1.2 |
| 292 | 2026-07-19T04:11:36.490Z | Downloaded http-body v1.0.1 |
| 293 | 2026-07-19T04:11:36.490Z | Downloaded futures-task v0.3.32 |
| 294 | 2026-07-19T04:11:36.493Z | Downloaded embedded-io v0.4.0 |
| 295 | 2026-07-19T04:11:36.496Z | Downloaded deranged v0.5.3 |
| 296 | 2026-07-19T04:11:36.496Z | Downloaded defmt v1.0.1 |
| 297 | 2026-07-19T04:11:36.499Z | Downloaded crypto-common v0.1.6 |
| 298 | 2026-07-19T04:11:36.502Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 299 | 2026-07-19T04:11:36.504Z | Downloaded crc8 v0.1.1 |
| 300 | 2026-07-19T04:11:36.504Z | Downloaded cfg_aliases v0.2.1 |
| 301 | 2026-07-19T04:11:36.508Z | Downloaded adler2 v2.0.1 |
| 302 | 2026-07-19T04:11:36.508Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 303 | 2026-07-19T04:11:36.511Z | Downloaded crypto-common v0.2.2 |
| 304 | 2026-07-19T04:11:36.511Z | Downloaded gethostname v0.5.0 |
| 305 | 2026-07-19T04:11:36.514Z | Downloaded convert_case v0.4.0 |
| 306 | 2026-07-19T04:11:36.516Z | Downloaded heck v0.5.0 |
| 307 | 2026-07-19T04:11:36.516Z | Downloaded hubpack_derive v0.1.1 |
| 308 | 2026-07-19T04:11:36.519Z | Downloaded fnv v1.0.7 |
| 309 | 2026-07-19T04:11:36.519Z | Downloaded hostname v0.3.1 |
| 310 | 2026-07-19T04:11:36.524Z | Downloaded hyper-tls v0.6.0 |
| 311 | 2026-07-19T04:11:36.527Z | Downloaded compression-codecs v0.4.32 |
| 312 | 2026-07-19T04:11:36.527Z | Downloaded futures-executor v0.3.32 |
| 313 | 2026-07-19T04:11:36.530Z | Downloaded ff v0.13.1 |
| 314 | 2026-07-19T04:11:36.530Z | Downloaded heck v0.4.1 |
| 315 | 2026-07-19T04:11:36.532Z | Downloaded futures-core v0.3.32 |
| 316 | 2026-07-19T04:11:36.535Z | Downloaded cipher v0.4.4 |
| 317 | 2026-07-19T04:11:36.535Z | Downloaded anstyle v1.0.14 |
| 318 | 2026-07-19T04:11:36.538Z | Downloaded foreign-types-macros v0.2.3 |
| 319 | 2026-07-19T04:11:36.538Z | Downloaded httpdate v1.0.3 |
| 320 | 2026-07-19T04:11:36.540Z | Downloaded cpufeatures v0.2.17 |
| 321 | 2026-07-19T04:11:36.543Z | Downloaded is_ci v1.2.0 |
| 322 | 2026-07-19T04:11:36.543Z | Downloaded git-stub-vcs v0.1.0 |
| 323 | 2026-07-19T04:11:36.546Z | Downloaded find-msvc-tools v0.1.9 |
| 324 | 2026-07-19T04:11:36.549Z | Downloaded defmt-macros v1.0.1 |
| 325 | 2026-07-19T04:11:36.551Z | Downloaded indent_write v2.2.0 |
| 326 | 2026-07-19T04:11:36.551Z | Downloaded crossbeam-deque v0.8.6 |
| 327 | 2026-07-19T04:11:36.554Z | Downloaded highway v1.3.0 |
| 328 | 2026-07-19T04:11:36.557Z | Downloaded keccak v0.1.6 |
| 329 | 2026-07-19T04:11:36.557Z | Downloaded lazy_static v1.5.0 |
| 330 | 2026-07-19T04:11:36.560Z | Downloaded kstat-rs v0.2.4 |
| 331 | 2026-07-19T04:11:36.563Z | Downloaded is_terminal_polyfill v1.70.1 |
| 332 | 2026-07-19T04:11:36.563Z | Downloaded linked-hash-map v0.5.6 |
| 333 | 2026-07-19T04:11:36.565Z | Downloaded ident_case v1.0.1 |
| 334 | 2026-07-19T04:11:36.565Z | Downloaded itoa v1.0.15 |
| 335 | 2026-07-19T04:11:36.568Z | Downloaded hickory-resolver v0.25.2 |
| 336 | 2026-07-19T04:11:36.571Z | Downloaded idna_adapter v1.2.1 |
| 337 | 2026-07-19T04:11:36.574Z | Downloaded instant v0.1.13 |
| 338 | 2026-07-19T04:11:36.574Z | Downloaded is-terminal v0.4.16 |
| 339 | 2026-07-19T04:11:36.576Z | Downloaded csv-core v0.1.12 |
| 340 | 2026-07-19T04:11:36.579Z | Downloaded globset v0.4.16 |
| 341 | 2026-07-19T04:11:36.579Z | Downloaded filetime v0.2.26 |
| 342 | 2026-07-19T04:11:36.582Z | Downloaded critical-section v1.2.0 |
| 343 | 2026-07-19T04:11:36.585Z | Downloaded cstr-argument v0.1.2 |
| 344 | 2026-07-19T04:11:36.585Z | Downloaded bytecount v0.6.9 |
| 345 | 2026-07-19T04:11:36.590Z | Downloaded lru-cache v0.1.2 |
| 346 | 2026-07-19T04:11:36.590Z | Downloaded http-body-util v0.1.3 |
| 347 | 2026-07-19T04:11:36.593Z | Downloaded derive-ex v0.1.8 |
| 348 | 2026-07-19T04:11:36.593Z | Downloaded futures-channel v0.3.32 |
| 349 | 2026-07-19T04:11:36.593Z | Downloaded memoffset v0.9.1 |
| 350 | 2026-07-19T04:11:36.599Z | Downloaded lru-slab v0.1.2 |
| 351 | 2026-07-19T04:11:36.599Z | Downloaded memmap v0.7.0 |
| 352 | 2026-07-19T04:11:36.602Z | Downloaded const_format_proc_macros v0.2.34 |
| 353 | 2026-07-19T04:11:36.602Z | Downloaded digest v0.10.7 |
| 354 | 2026-07-19T04:11:36.602Z | Downloaded managed v0.8.0 |
| 355 | 2026-07-19T04:11:36.605Z | Downloaded humantime v2.3.0 |
| 356 | 2026-07-19T04:11:36.605Z | Downloaded bit-vec v0.8.0 |
| 357 | 2026-07-19T04:11:36.608Z | Downloaded clap_lex v1.1.0 |
| 358 | 2026-07-19T04:11:36.608Z | Downloaded arrayvec v0.7.6 |
| 359 | 2026-07-19T04:11:36.613Z | Downloaded newline-converter v0.3.0 |
| 360 | 2026-07-19T04:11:36.617Z | Downloaded macaddr v1.0.1 |
| 361 | 2026-07-19T04:11:36.617Z | Downloaded omicron-workspace-hack v0.1.0 |
| 362 | 2026-07-19T04:11:36.617Z | Downloaded num-derive v0.4.2 |
| 363 | 2026-07-19T04:11:36.620Z | Downloaded match_cfg v0.1.0 |
| 364 | 2026-07-19T04:11:36.620Z | Downloaded ingot v0.1.1 |
| 365 | 2026-07-19T04:11:36.620Z | Downloaded daft v0.1.5 |
| 366 | 2026-07-19T04:11:36.622Z | Downloaded anstyle-parse v1.0.0 |
| 367 | 2026-07-19T04:11:36.625Z | Downloaded camino v1.2.3 |
| 368 | 2026-07-19T04:11:36.626Z | Downloaded linear-map v1.2.0 |
| 369 | 2026-07-19T04:11:36.628Z | Downloaded newtype_derive v0.1.6 |
| 370 | 2026-07-19T04:11:36.628Z | Downloaded newtype-uuid-macros v0.1.0 |
| 371 | 2026-07-19T04:11:36.632Z | Downloaded mime v0.3.17 |
| 372 | 2026-07-19T04:11:36.634Z | Downloaded opaque-debug v0.3.1 |
| 373 | 2026-07-19T04:11:36.634Z | Downloaded olpc-cjson v0.1.4 |
| 374 | 2026-07-19T04:11:36.634Z | Downloaded openssl-probe v0.1.6 |
| 375 | 2026-07-19T04:11:36.637Z | Downloaded num-iter v0.1.45 |
| 376 | 2026-07-19T04:11:36.640Z | Downloaded futures v0.3.32 |
| 377 | 2026-07-19T04:11:36.643Z | Downloaded num-conv v0.2.1 |
| 378 | 2026-07-19T04:11:36.643Z | Downloaded num v0.4.3 |
| 379 | 2026-07-19T04:11:36.645Z | Downloaded blake2 v0.10.6 |
| 380 | 2026-07-19T04:11:36.645Z | Downloaded openssl-macros v0.1.1 |
| 381 | 2026-07-19T04:11:36.649Z | Downloaded num_threads v0.1.7 |
| 382 | 2026-07-19T04:11:36.649Z | Downloaded jobserver v0.1.34 |
| 383 | 2026-07-19T04:11:36.652Z | Downloaded displaydoc v0.2.5 |
| 384 | 2026-07-19T04:11:36.654Z | Downloaded ingot-types v0.1.2 |
| 385 | 2026-07-19T04:11:36.654Z | Downloaded ipnetwork v0.21.1 |
| 386 | 2026-07-19T04:11:36.657Z | Downloaded fs_extra v1.3.0 |
| 387 | 2026-07-19T04:11:36.660Z | Downloaded num_enum_derive v0.5.11 |
| 388 | 2026-07-19T04:11:36.660Z | Downloaded ipnet v2.11.0 |
| 389 | 2026-07-19T04:11:36.662Z | Downloaded hyper-rustls v0.27.7 |
| 390 | 2026-07-19T04:11:36.665Z | Downloaded crossbeam-epoch v0.9.18 |
| 391 | 2026-07-19T04:11:36.668Z | Downloaded httparse v1.10.1 |
| 392 | 2026-07-19T04:11:36.668Z | Downloaded percent-encoding v2.3.2 |
| 393 | 2026-07-19T04:11:36.671Z | Downloaded parse-display v0.10.0 |
| 394 | 2026-07-19T04:11:36.671Z | Downloaded clap_derive v4.6.1 |
| 395 | 2026-07-19T04:11:36.674Z | Downloaded async-trait v0.1.89 |
| 396 | 2026-07-19T04:11:36.677Z | Downloaded libloading v0.8.9 |
| 397 | 2026-07-19T04:11:36.680Z | Downloaded iana-time-zone v0.1.64 |
| 398 | 2026-07-19T04:11:36.680Z | Downloaded newtype-uuid v1.3.2 |
| 399 | 2026-07-19T04:11:36.683Z | Downloaded multer v3.1.0 |
| 400 | 2026-07-19T04:11:36.687Z | Downloaded libsw v3.5.0 |
| 401 | 2026-07-19T04:11:36.687Z | Downloaded lock_api v0.4.14 |
| 402 | 2026-07-19T04:11:36.690Z | Downloaded daft-derive v0.1.5 |
| 403 | 2026-07-19T04:11:36.690Z | Downloaded clang-sys v1.8.1 |
| 404 | 2026-07-19T04:11:36.693Z | Downloaded proc-macro-crate v1.3.1 |
| 405 | 2026-07-19T04:11:36.698Z | Downloaded chacha20 v0.9.1 |
| 406 | 2026-07-19T04:11:36.698Z | Downloaded dropshot_endpoint v0.16.7 |
| 407 | 2026-07-19T04:11:36.701Z | Downloaded phf_shared v0.12.1 |
| 408 | 2026-07-19T04:11:36.701Z | Downloaded ciborium v0.2.2 |
| 409 | 2026-07-19T04:11:36.701Z | Downloaded num_enum v0.7.5 |
| 410 | 2026-07-19T04:11:36.704Z | Downloaded libsw-core v0.3.2 |
| 411 | 2026-07-19T04:11:36.707Z | Downloaded const-oid v0.10.2 |
| 412 | 2026-07-19T04:11:36.710Z | Downloaded pretty-hex v0.4.1 |
| 413 | 2026-07-19T04:11:36.710Z | Downloaded cmake v0.1.54 |
| 414 | 2026-07-19T04:11:36.713Z | Downloaded allocator-api2 v0.2.21 |
| 415 | 2026-07-19T04:11:36.715Z | Downloaded progenitor-client v0.11.1 |
| 416 | 2026-07-19T04:11:36.715Z | Downloaded powerfmt v0.2.0 |
| 417 | 2026-07-19T04:11:36.718Z | Downloaded plain v0.2.3 |
| 418 | 2026-07-19T04:11:36.718Z | Downloaded potential_utf v0.1.3 |
| 419 | 2026-07-19T04:11:36.721Z | Downloaded owo-colors v4.3.0 |
| 420 | 2026-07-19T04:11:36.721Z | Downloaded num-rational v0.4.2 |
| 421 | 2026-07-19T04:11:36.723Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 422 | 2026-07-19T04:11:36.724Z | Downloaded num_enum_derive v0.7.5 |
| 423 | 2026-07-19T04:11:36.726Z | Downloaded clap v4.6.1 |
| 424 | 2026-07-19T04:11:36.730Z | Downloaded progenitor-client v0.10.0 |
| 425 | 2026-07-19T04:11:36.733Z | Downloaded drift v0.2.0 |
| 426 | 2026-07-19T04:11:36.738Z | Downloaded num_enum v0.5.11 |
| 427 | 2026-07-19T04:11:36.741Z | Downloaded memmap2 v0.9.8 |
| 428 | 2026-07-19T04:11:36.744Z | Downloaded quick-error v1.2.3 |
| 429 | 2026-07-19T04:11:36.746Z | Downloaded rand_chacha v0.3.1 |
| 430 | 2026-07-19T04:11:36.746Z | Downloaded progenitor-macro v0.11.1 |
| 431 | 2026-07-19T04:11:36.749Z | Downloaded progenitor-macro v0.14.0 |
| 432 | 2026-07-19T04:11:36.749Z | Downloaded progenitor-macro v0.10.0 |
| 433 | 2026-07-19T04:11:36.752Z | Downloaded password-hash v0.5.0 |
| 434 | 2026-07-19T04:11:36.752Z | Downloaded parse-display-derive v0.10.0 |
| 435 | 2026-07-19T04:11:36.754Z | Downloaded icu_normalizer v2.0.0 |
| 436 | 2026-07-19T04:11:36.757Z | Downloaded hybrid-array v0.4.12 |
| 437 | 2026-07-19T04:11:36.757Z | Downloaded dropshot_endpoint v0.17.1 |
| 438 | 2026-07-19T04:11:36.760Z | Downloaded pest_generator v2.8.2 |
| 439 | 2026-07-19T04:11:36.763Z | Downloaded http v1.4.2 |
| 440 | 2026-07-19T04:11:36.766Z | Downloaded ref-cast v1.0.25 |
| 441 | 2026-07-19T04:11:36.770Z | Downloaded ref-cast-impl v1.0.25 |
| 442 | 2026-07-19T04:11:36.770Z | Downloaded paste v1.0.15 |
| 443 | 2026-07-19T04:11:36.774Z | Downloaded oxide-tokio-rt v0.1.2 |
| 444 | 2026-07-19T04:11:36.774Z | Downloaded pin-project-internal v1.1.10 |
| 445 | 2026-07-19T04:11:36.774Z | Downloaded rand_xorshift v0.4.0 |
| 446 | 2026-07-19T04:11:36.776Z | Downloaded indexmap v1.9.3 |
| 447 | 2026-07-19T04:11:36.776Z | Downloaded pem v3.0.5 |
| 448 | 2026-07-19T04:11:36.780Z | Downloaded derive_more v0.99.20 |
| 449 | 2026-07-19T04:11:36.784Z | Downloaded getrandom v0.4.2 |
| 450 | 2026-07-19T04:11:36.786Z | Downloaded rustc-hash v2.1.1 |
| 451 | 2026-07-19T04:11:36.786Z | Downloaded progenitor v0.14.0 |
| 452 | 2026-07-19T04:11:36.787Z | Downloaded proc-macro-error2 v2.0.1 |
| 453 | 2026-07-19T04:11:36.789Z | Downloaded rustc_version v0.4.1 |
| 454 | 2026-07-19T04:11:36.792Z | Downloaded same-file v1.0.6 |
| 455 | 2026-07-19T04:11:36.792Z | Downloaded ppv-lite86 v0.2.21 |
| 456 | 2026-07-19T04:11:36.795Z | Downloaded base64 v0.22.1 |
| 457 | 2026-07-19T04:11:36.799Z | Downloaded pkg-config v0.3.32 |
| 458 | 2026-07-19T04:11:36.799Z | Downloaded icu_locale_core v2.0.0 |
| 459 | 2026-07-19T04:11:36.804Z | Downloaded native-tls v0.2.14 |
| 460 | 2026-07-19T04:11:36.807Z | Downloaded half v2.7.1 |
| 461 | 2026-07-19T04:11:36.808Z | Downloaded rustc_version v0.1.7 |
| 462 | 2026-07-19T04:11:36.808Z | Downloaded progenitor v0.11.1 |
| 463 | 2026-07-19T04:11:36.810Z | Downloaded crossbeam-channel v0.5.15 |
| 464 | 2026-07-19T04:11:36.810Z | Downloaded phf v0.12.1 |
| 465 | 2026-07-19T04:11:36.813Z | Downloaded parking_lot_core v0.9.12 |
| 466 | 2026-07-19T04:11:36.815Z | Downloaded log v0.4.29 |
| 467 | 2026-07-19T04:11:36.815Z | Downloaded heapless v0.8.0 |
| 468 | 2026-07-19T04:11:36.818Z | Downloaded rand_core v0.6.4 |
| 469 | 2026-07-19T04:11:36.821Z | Downloaded rand_chacha v0.9.0 |
| 470 | 2026-07-19T04:11:36.821Z | Downloaded chacha20poly1305 v0.10.1 |
| 471 | 2026-07-19T04:11:36.823Z | Downloaded proc-macro-error v1.0.4 |
| 472 | 2026-07-19T04:11:36.826Z | Downloaded pest_derive v2.8.2 |
| 473 | 2026-07-19T04:11:36.829Z | Downloaded pest_meta v2.8.2 |
| 474 | 2026-07-19T04:11:36.829Z | Downloaded once_cell v1.21.3 |
| 475 | 2026-07-19T04:11:36.831Z | Downloaded progenitor-client v0.14.0 |
| 476 | 2026-07-19T04:11:36.837Z | Downloaded resolv-conf v0.7.5 |
| 477 | 2026-07-19T04:11:36.837Z | Downloaded serde_plain v1.0.2 |
| 478 | 2026-07-19T04:11:36.839Z | Downloaded serde-big-array v0.5.1 |
| 479 | 2026-07-19T04:11:36.839Z | Downloaded semver v0.1.20 |
| 480 | 2026-07-19T04:11:36.839Z | Downloaded icu_provider v2.0.0 |
| 481 | 2026-07-19T04:11:36.839Z | Downloaded sha1 v0.11.0 |
| 482 | 2026-07-19T04:11:36.843Z | Downloaded bitflags v2.11.1 |
| 483 | 2026-07-19T04:11:36.845Z | Downloaded search_path v0.1.4 |
| 484 | 2026-07-19T04:11:36.845Z | Downloaded secrecy v0.10.3 |
| 485 | 2026-07-19T04:11:36.850Z | Downloaded scroll_derive v0.13.1 |
| 486 | 2026-07-19T04:11:36.850Z | Downloaded omicron-zone-package v0.12.2 |
| 487 | 2026-07-19T04:11:36.854Z | Downloaded num-traits v0.2.19 |
| 488 | 2026-07-19T04:11:36.854Z | Downloaded progenitor v0.10.0 |
| 489 | 2026-07-19T04:11:36.854Z | Downloaded scroll_derive v0.12.1 |
| 490 | 2026-07-19T04:11:36.857Z | Downloaded scopeguard v1.2.0 |
| 491 | 2026-07-19T04:11:36.857Z | Downloaded hashbrown v0.12.3 |
| 492 | 2026-07-19T04:11:36.860Z | Downloaded sigpipe v0.1.3 |
| 493 | 2026-07-19T04:11:36.860Z | Downloaded litemap v0.8.0 |
| 494 | 2026-07-19T04:11:36.863Z | Downloaded oxnet v0.1.6 |
| 495 | 2026-07-19T04:11:36.863Z | Downloaded quote v1.0.47 |
| 496 | 2026-07-19T04:11:36.865Z | Downloaded rand_core v0.9.3 |
| 497 | 2026-07-19T04:11:36.865Z | Downloaded serde_spanned v1.1.1 |
| 498 | 2026-07-19T04:11:36.868Z | Downloaded hickory-resolver v0.24.4 |
| 499 | 2026-07-19T04:11:36.879Z | Downloaded ingot-macros v0.1.1 |
| 500 | 2026-07-19T04:11:36.879Z | Downloaded getrandom v0.3.3 |
| 501 | 2026-07-19T04:11:36.879Z | Downloaded proc-macro-error-attr v1.0.4 |
| 502 | 2026-07-19T04:11:36.879Z | Downloaded siphasher v1.0.1 |
| 503 | 2026-07-19T04:11:36.879Z | Downloaded num-complex v0.4.6 |
| 504 | 2026-07-19T04:11:36.879Z | Downloaded num-integer v0.1.46 |
| 505 | 2026-07-19T04:11:36.882Z | Downloaded anyhow v1.0.102 |
| 506 | 2026-07-19T04:11:36.882Z | Downloaded serde_spanned v0.6.9 |
| 507 | 2026-07-19T04:11:36.882Z | Downloaded serde_repr v0.1.20 |
| 508 | 2026-07-19T04:11:36.885Z | Downloaded signal-hook-tokio v0.4.0 |
| 509 | 2026-07-19T04:11:36.885Z | Downloaded strsim v0.11.1 |
| 510 | 2026-07-19T04:11:36.888Z | Downloaded smawk v0.3.2 |
| 511 | 2026-07-19T04:11:36.888Z | Downloaded slog-bunyan v2.5.0 |
| 512 | 2026-07-19T04:11:36.888Z | Downloaded sha1 v0.10.6 |
| 513 | 2026-07-19T04:11:36.891Z | Downloaded curl v0.4.50 |
| 514 | 2026-07-19T04:11:36.894Z | Downloaded strum v0.28.0 |
| 515 | 2026-07-19T04:11:36.894Z | Downloaded stable_deref_trait v1.2.0 |
| 516 | 2026-07-19T04:11:36.897Z | Downloaded icu_collections v2.0.0 |
| 517 | 2026-07-19T04:11:36.899Z | Downloaded darling_core v0.21.3 |
| 518 | 2026-07-19T04:11:36.902Z | Downloaded postcard v1.1.3 |
| 519 | 2026-07-19T04:11:36.908Z | Downloaded poly1305 v0.8.0 |
| 520 | 2026-07-19T04:11:36.908Z | Downloaded rusty-fork v0.3.0 |
| 521 | 2026-07-19T04:11:36.912Z | Downloaded structmeta-derive v0.3.0 |
| 522 | 2026-07-19T04:11:36.912Z | Downloaded structmeta v0.3.0 |
| 523 | 2026-07-19T04:11:36.912Z | Downloaded serde_tokenstream v0.2.3 |
| 524 | 2026-07-19T04:11:36.912Z | Downloaded rustls-pemfile v2.2.0 |
| 525 | 2026-07-19T04:11:36.912Z | Downloaded pin-project-lite v0.2.16 |
| 526 | 2026-07-19T04:11:36.915Z | Downloaded icu_properties v2.0.1 |
| 527 | 2026-07-19T04:11:36.917Z | Downloaded icu_normalizer_data v2.0.0 |
| 528 | 2026-07-19T04:11:36.920Z | Downloaded serde_urlencoded v0.7.1 |
| 529 | 2026-07-19T04:11:36.920Z | Downloaded proc-macro2 v1.0.106 |
| 530 | 2026-07-19T04:11:36.923Z | Downloaded scroll v0.13.0 |
| 531 | 2026-07-19T04:11:36.923Z | Downloaded ryu v1.0.20 |
| 532 | 2026-07-19T04:11:36.926Z | Downloaded rustversion v1.0.22 |
| 533 | 2026-07-19T04:11:36.928Z | Downloaded signal-hook-registry v1.4.6 |
| 534 | 2026-07-19T04:11:36.928Z | Downloaded schemars_derive v0.8.22 |
| 535 | 2026-07-19T04:11:36.931Z | Downloaded swrite v0.1.0 |
| 536 | 2026-07-19T04:11:36.931Z | Downloaded supports-color v3.0.2 |
| 537 | 2026-07-19T04:11:36.931Z | Downloaded strum v0.27.2 |
| 538 | 2026-07-19T04:11:36.936Z | Downloaded strum v0.26.3 |
| 539 | 2026-07-19T04:11:36.936Z | Downloaded slab v0.4.11 |
| 540 | 2026-07-19T04:11:36.939Z | Downloaded scroll v0.12.0 |
| 541 | 2026-07-19T04:11:36.939Z | Downloaded subtle v2.6.1 |
| 542 | 2026-07-19T04:11:36.939Z | Downloaded parking_lot v0.12.5 |
| 543 | 2026-07-19T04:11:36.939Z | Downloaded darling v0.21.3 |
| 544 | 2026-07-19T04:11:36.942Z | Downloaded crypto-bigint v0.5.5 |
| 545 | 2026-07-19T04:11:36.945Z | Downloaded slog-async v2.8.0 |
| 546 | 2026-07-19T04:11:36.949Z | Downloaded quinn-udp v0.5.14 |
| 547 | 2026-07-19T04:11:36.949Z | Downloaded termtree v0.5.1 |
| 548 | 2026-07-19T04:11:36.954Z | Downloaded take_mut v0.2.2 |
| 549 | 2026-07-19T04:11:36.954Z | Downloaded tagptr v0.2.0 |
| 550 | 2026-07-19T04:11:36.954Z | Downloaded papergrid v0.11.0 |
| 551 | 2026-07-19T04:11:36.958Z | Downloaded terminal_size v0.4.3 |
| 552 | 2026-07-19T04:11:36.958Z | Downloaded tabled_derive v0.11.0 |
| 553 | 2026-07-19T04:11:36.958Z | Downloaded tabwriter v1.4.1 |
| 554 | 2026-07-19T04:11:36.962Z | Downloaded cc v1.2.64 |
| 555 | 2026-07-19T04:11:36.962Z | Downloaded tabled_derive v0.7.0 |
| 556 | 2026-07-19T04:11:36.962Z | Downloaded sync_wrapper v1.0.2 |
| 557 | 2026-07-19T04:11:36.965Z | Downloaded hyper-util v0.1.20 |
| 558 | 2026-07-19T04:11:36.965Z | Downloaded static_assertions v1.1.0 |
| 559 | 2026-07-19T04:11:36.968Z | Downloaded snafu-derive v0.8.9 |
| 560 | 2026-07-19T04:11:36.968Z | Downloaded smf v0.2.3 |
| 561 | 2026-07-19T04:11:36.968Z | Downloaded slog-json v2.6.1 |
| 562 | 2026-07-19T04:11:36.971Z | Downloaded serde_path_to_error v0.1.20 |
| 563 | 2026-07-19T04:11:36.971Z | Downloaded serde_derive_internals v0.29.1 |
| 564 | 2026-07-19T04:11:36.974Z | Downloaded shlex v1.3.0 |
| 565 | 2026-07-19T04:11:36.974Z | Downloaded slog-dtrace v0.3.0 |
| 566 | 2026-07-19T04:11:36.976Z | Downloaded thread-id v4.2.2 |
| 567 | 2026-07-19T04:11:36.977Z | Downloaded shlex v2.0.1 |
| 568 | 2026-07-19T04:11:36.977Z | Downloaded serde_with_macros v3.14.1 |
| 569 | 2026-07-19T04:11:36.979Z | Downloaded semver v1.0.28 |
| 570 | 2026-07-19T04:11:36.979Z | Downloaded papergrid v0.17.0 |
| 571 | 2026-07-19T04:11:36.982Z | Downloaded prettyplease v0.2.37 |
| 572 | 2026-07-19T04:11:36.986Z | Downloaded miniz_oxide v0.8.9 |
| 573 | 2026-07-19T04:11:36.990Z | Downloaded sha2 v0.10.9 |
| 574 | 2026-07-19T04:11:36.990Z | Downloaded signal-hook v0.4.4 |
| 575 | 2026-07-19T04:11:36.993Z | Downloaded tokio-macros v2.7.0 |
| 576 | 2026-07-19T04:11:36.993Z | Downloaded pin-project v1.1.10 |
| 577 | 2026-07-19T04:11:36.997Z | Downloaded toml_datetime v0.6.11 |
| 578 | 2026-07-19T04:11:37.000Z | Downloaded memchr v2.7.5 |
| 579 | 2026-07-19T04:11:37.004Z | Downloaded thread-id v5.0.0 |
| 580 | 2026-07-19T04:11:37.004Z | Downloaded testing_table v0.3.0 |
| 581 | 2026-07-19T04:11:37.004Z | Downloaded openssl-sys v0.9.117 |
| 582 | 2026-07-19T04:11:37.007Z | Downloaded expectorate v1.2.0 |
| 583 | 2026-07-19T04:11:37.010Z | Downloaded jiff-static v0.2.15 |
| 584 | 2026-07-19T04:11:37.010Z | Downloaded progenitor-impl v0.10.0 |
| 585 | 2026-07-19T04:11:37.013Z | Downloaded const_format v0.2.34 |
| 586 | 2026-07-19T04:11:37.016Z | Downloaded topological-sort v0.2.2 |
| 587 | 2026-07-19T04:11:37.016Z | Downloaded progenitor-impl v0.14.0 |
| 588 | 2026-07-19T04:11:37.018Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 589 | 2026-07-19T04:11:37.018Z | Downloaded thiserror-impl v2.0.18 |
| 590 | 2026-07-19T04:11:37.018Z | Downloaded slog-term v2.9.2 |
| 591 | 2026-07-19T04:11:37.021Z | Downloaded hashbrown v0.17.1 |
| 592 | 2026-07-19T04:11:37.024Z | Downloaded tower-service v0.3.3 |
| 593 | 2026-07-19T04:11:37.024Z | Downloaded tower-layer v0.3.3 |
| 594 | 2026-07-19T04:11:37.028Z | Downloaded tinyvec_macros v0.1.1 |
| 595 | 2026-07-19T04:11:37.028Z | Downloaded time-core v0.1.8 |
| 596 | 2026-07-19T04:11:37.028Z | Downloaded thread_local v1.1.9 |
| 597 | 2026-07-19T04:11:37.033Z | Downloaded indexmap v2.14.0 |
| 598 | 2026-07-19T04:11:37.033Z | Downloaded strum_macros v0.28.0 |
| 599 | 2026-07-19T04:11:37.033Z | Downloaded strum_macros v0.27.2 |
| 600 | 2026-07-19T04:11:37.035Z | Downloaded rayon-core v1.13.0 |
| 601 | 2026-07-19T04:11:37.035Z | Downloaded try-lock v0.2.5 |
| 602 | 2026-07-19T04:11:37.038Z | Downloaded async-compression v0.4.33 |
| 603 | 2026-07-19T04:11:37.041Z | Downloaded tinystr v0.8.1 |
| 604 | 2026-07-19T04:11:37.041Z | Downloaded strum_macros v0.26.4 |
| 605 | 2026-07-19T04:11:37.043Z | Downloaded thiserror-no-std v2.0.2 |
| 606 | 2026-07-19T04:11:37.047Z | Downloaded toml_write v0.1.2 |
| 607 | 2026-07-19T04:11:37.047Z | Downloaded tokio-native-tls v0.3.1 |
| 608 | 2026-07-19T04:11:37.050Z | Downloaded bytes v1.12.0 |
| 609 | 2026-07-19T04:11:37.050Z | Downloaded colored v3.1.1 |
| 610 | 2026-07-19T04:11:37.053Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 611 | 2026-07-19T04:11:37.053Z | Downloaded unarray v0.1.4 |
| 612 | 2026-07-19T04:11:37.053Z | Downloaded cancel-safe-futures v0.1.5 |
| 613 | 2026-07-19T04:11:37.056Z | Downloaded usdt-attr-macro v0.5.0 |
| 614 | 2026-07-19T04:11:37.056Z | Downloaded untrusted v0.9.0 |
| 615 | 2026-07-19T04:11:37.059Z | Downloaded untrusted v0.7.1 |
| 616 | 2026-07-19T04:11:37.059Z | Downloaded unicode-linebreak v0.1.5 |
| 617 | 2026-07-19T04:11:37.059Z | Downloaded usdt-macro v0.6.0 |
| 618 | 2026-07-19T04:11:37.059Z | Downloaded similar v2.7.0 |
| 619 | 2026-07-19T04:11:37.061Z | Downloaded hashbrown v0.15.5 |
| 620 | 2026-07-19T04:11:37.064Z | Downloaded synstructure v0.13.2 |
| 621 | 2026-07-19T04:11:37.067Z | Downloaded slog v2.8.2 |
| 622 | 2026-07-19T04:11:37.067Z | Downloaded quinn v0.11.9 |
| 623 | 2026-07-19T04:11:37.071Z | Downloaded progenitor-impl v0.11.1 |
| 624 | 2026-07-19T04:11:37.074Z | Downloaded usdt v0.5.0 |
| 625 | 2026-07-19T04:11:37.074Z | Downloaded tokio-rustls v0.25.0 |
| 626 | 2026-07-19T04:11:37.074Z | Downloaded usdt-attr-macro v0.6.0 |
| 627 | 2026-07-19T04:11:37.074Z | Downloaded thiserror-impl v1.0.69 |
| 628 | 2026-07-19T04:11:37.077Z | Downloaded thiserror v1.0.69 |
| 629 | 2026-07-19T04:11:37.080Z | Downloaded usdt v0.6.0 |
| 630 | 2026-07-19T04:11:37.080Z | Downloaded term v1.2.0 |
| 631 | 2026-07-19T04:11:37.082Z | Downloaded waitgroup v0.1.2 |
| 632 | 2026-07-19T04:11:37.082Z | Downloaded rustls-pki-types v1.12.0 |
| 633 | 2026-07-19T04:11:37.085Z | Downloaded version_check v0.9.5 |
| 634 | 2026-07-19T04:11:37.085Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 635 | 2026-07-19T04:11:37.085Z | Downloaded internet-checksum v0.2.1 |
| 636 | 2026-07-19T04:11:37.088Z | Downloaded either v1.15.0 |
| 637 | 2026-07-19T04:11:37.088Z | Downloaded mio v1.2.1 |
| 638 | 2026-07-19T04:11:37.091Z | Downloaded inout v0.1.4 |
| 639 | 2026-07-19T04:11:37.091Z | Downloaded universal-hash v0.5.1 |
| 640 | 2026-07-19T04:11:37.094Z | Downloaded typify-macro v0.6.2 |
| 641 | 2026-07-19T04:11:37.094Z | Downloaded typify-macro v0.4.3 |
| 642 | 2026-07-19T04:11:37.094Z | Downloaded glob v0.3.3 |
| 643 | 2026-07-19T04:11:37.094Z | Downloaded want v0.3.1 |
| 644 | 2026-07-19T04:11:37.097Z | Downloaded libscf-sys v1.2.0 |
| 645 | 2026-07-19T04:11:37.097Z | Downloaded hubpack v0.1.2 |
| 646 | 2026-07-19T04:11:37.097Z | Downloaded bitflags v1.3.2 |
| 647 | 2026-07-19T04:11:37.099Z | Downloaded bcs v0.1.6 |
| 648 | 2026-07-19T04:11:37.099Z | Downloaded async-recursion v1.1.1 |
| 649 | 2026-07-19T04:11:37.102Z | Downloaded usdt-macro v0.5.0 |
| 650 | 2026-07-19T04:11:37.102Z | Downloaded cfg-if v1.0.4 |
| 651 | 2026-07-19T04:11:37.102Z | Downloaded colorchoice v1.0.4 |
| 652 | 2026-07-19T04:11:37.105Z | Downloaded ciborium-io v0.2.2 |
| 653 | 2026-07-19T04:11:37.105Z | Downloaded smallvec v1.15.1 |
| 654 | 2026-07-19T04:11:37.105Z | Downloaded foreign-types-shared v0.3.1 |
| 655 | 2026-07-19T04:11:37.108Z | Downloaded dropshot-api-manager v0.7.2 |
| 656 | 2026-07-19T04:11:37.111Z | Downloaded foldhash v0.2.0 |
| 657 | 2026-07-19T04:11:37.111Z | Downloaded bit-set v0.8.0 |
| 658 | 2026-07-19T04:11:37.111Z | Downloaded base16ct v0.2.0 |
| 659 | 2026-07-19T04:11:37.114Z | Downloaded spin v0.9.8 |
| 660 | 2026-07-19T04:11:37.114Z | Downloaded async-stream-impl v0.3.6 |
| 661 | 2026-07-19T04:11:37.114Z | Downloaded utf8parse v0.2.2 |
| 662 | 2026-07-19T04:11:37.117Z | Downloaded tokio-dtrace v0.1.1 |
| 663 | 2026-07-19T04:11:37.117Z | Downloaded ciborium-ll v0.2.2 |
| 664 | 2026-07-19T04:11:37.117Z | Downloaded utf8_iter v1.0.4 |
| 665 | 2026-07-19T04:11:37.120Z | Downloaded serde_core v1.0.228 |
| 666 | 2026-07-19T04:11:37.120Z | Downloaded autocfg v1.5.0 |
| 667 | 2026-07-19T04:11:37.122Z | Downloaded aead v0.5.2 |
| 668 | 2026-07-19T04:11:37.122Z | Downloaded yoke-derive v0.8.0 |
| 669 | 2026-07-19T04:11:37.123Z | Downloaded float-ord v0.3.2 |
| 670 | 2026-07-19T04:11:37.123Z | Downloaded fastrand v2.3.0 |
| 671 | 2026-07-19T04:11:37.125Z | Downloaded errno v0.3.14 |
| 672 | 2026-07-19T04:11:37.125Z | Downloaded embedded-io v0.6.1 |
| 673 | 2026-07-19T04:11:37.125Z | Downloaded compression-core v0.4.32 |
| 674 | 2026-07-19T04:11:37.128Z | Downloaded generic-array v0.14.7 |
| 675 | 2026-07-19T04:11:37.128Z | Downloaded crossbeam-utils v0.8.21 |
| 676 | 2026-07-19T04:11:37.128Z | Downloaded console v0.15.11 |
| 677 | 2026-07-19T04:11:37.132Z | Downloaded block-buffer v0.10.4 |
| 678 | 2026-07-19T04:11:37.132Z | Downloaded byteorder v1.5.0 |
| 679 | 2026-07-19T04:11:37.134Z | Downloaded qorb v0.4.1 |
| 680 | 2026-07-19T04:11:37.134Z | Downloaded wait-timeout v0.2.1 |
| 681 | 2026-07-19T04:11:37.138Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 682 | 2026-07-19T04:11:37.138Z | Downloaded hashbrown v0.16.1 |
| 683 | 2026-07-19T04:11:37.141Z | Downloaded zone_cfg_derive v0.3.1 |
| 684 | 2026-07-19T04:11:37.141Z | Downloaded zeroize_derive v1.4.3 |
| 685 | 2026-07-19T04:11:37.141Z | Downloaded tempfile v3.27.0 |
| 686 | 2026-07-19T04:11:37.144Z | Downloaded xattr v1.6.1 |
| 687 | 2026-07-19T04:11:37.144Z | Downloaded test-strategy v0.4.3 |
| 688 | 2026-07-19T04:11:37.146Z | Downloaded usdt-impl v0.5.0 |
| 689 | 2026-07-19T04:11:37.146Z | Downloaded serde_derive v1.0.228 |
| 690 | 2026-07-19T04:11:37.150Z | Downloaded zone v0.3.1 |
| 691 | 2026-07-19T04:11:37.150Z | Downloaded argon2 v0.5.3 |
| 692 | 2026-07-19T04:11:37.154Z | Downloaded vsss-rs v3.3.4 |
| 693 | 2026-07-19T04:11:37.154Z | Downloaded nom v7.1.3 |
| 694 | 2026-07-19T04:11:37.156Z | Downloaded serde_yaml v0.9.34+deprecated |
| 695 | 2026-07-19T04:11:37.156Z | Downloaded anstream v1.0.0 |
| 696 | 2026-07-19T04:11:37.160Z | Downloaded scuffle v0.1.0 |
| 697 | 2026-07-19T04:11:37.163Z | Downloaded cookie v0.18.1 |
| 698 | 2026-07-19T04:11:37.163Z | Downloaded foreign-types v0.3.2 |
| 699 | 2026-07-19T04:11:37.163Z | Downloaded derive-where v1.6.0 |
| 700 | 2026-07-19T04:11:37.166Z | Downloaded zerofrom-derive v0.1.6 |
| 701 | 2026-07-19T04:11:37.166Z | Downloaded whoami v1.6.1 |
| 702 | 2026-07-19T04:11:37.166Z | Downloaded writeable v0.6.1 |
| 703 | 2026-07-19T04:11:37.169Z | Downloaded thiserror v2.0.18 |
| 704 | 2026-07-19T04:11:37.172Z | Downloaded minimal-lexical v0.2.1 |
| 705 | 2026-07-19T04:11:37.175Z | Downloaded itertools v0.12.1 |
| 706 | 2026-07-19T04:11:37.177Z | Downloaded cargo-platform v0.1.9 |
| 707 | 2026-07-19T04:11:37.177Z | Downloaded base64ct v1.8.0 |
| 708 | 2026-07-19T04:11:37.180Z | Downloaded toml v0.7.8 |
| 709 | 2026-07-19T04:11:37.180Z | Downloaded schemars v0.8.22 |
| 710 | 2026-07-19T04:11:37.186Z | Downloaded unicode-xid v0.2.6 |
| 711 | 2026-07-19T04:11:37.190Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 712 | 2026-07-19T04:11:37.190Z | Downloaded tokio-stream v0.1.17 |
| 713 | 2026-07-19T04:11:37.193Z | Downloaded usdt-impl v0.6.0 |
| 714 | 2026-07-19T04:11:37.193Z | Downloaded zeroize v1.8.1 |
| 715 | 2026-07-19T04:11:37.193Z | Downloaded async-stream v0.3.6 |
| 716 | 2026-07-19T04:11:37.196Z | Downloaded fs-err v3.1.2 |
| 717 | 2026-07-19T04:11:37.196Z | Downloaded foldhash v0.1.5 |
| 718 | 2026-07-19T04:11:37.199Z | Downloaded data-encoding v2.9.0 |
| 719 | 2026-07-19T04:11:37.199Z | Downloaded dof v0.3.0 |
| 720 | 2026-07-19T04:11:37.199Z | Downloaded defmt-parser v1.0.0 |
| 721 | 2026-07-19T04:11:37.203Z | Downloaded snafu v0.8.9 |
| 722 | 2026-07-19T04:11:37.206Z | Downloaded zmij v1.0.17 |
| 723 | 2026-07-19T04:11:37.209Z | Downloaded time-macros v0.2.27 |
| 724 | 2026-07-19T04:11:37.209Z | Downloaded zerovec-derive v0.11.1 |
| 725 | 2026-07-19T04:11:37.212Z | Downloaded vergen v8.3.2 |
| 726 | 2026-07-19T04:11:37.212Z | Downloaded tracing-core v0.1.34 |
| 727 | 2026-07-19T04:11:37.215Z | Downloaded pest v2.8.2 |
| 728 | 2026-07-19T04:11:37.217Z | Downloaded typify v0.6.2 |
| 729 | 2026-07-19T04:11:37.222Z | Downloaded toml v0.8.23 |
| 730 | 2026-07-19T04:11:37.224Z | Downloaded tokio-rustls v0.26.4 |
| 731 | 2026-07-19T04:11:37.227Z | Downloaded walkdir v2.5.0 |
| 732 | 2026-07-19T04:11:37.230Z | Downloaded itertools v0.14.0 |
| 733 | 2026-07-19T04:11:37.238Z | Downloaded unicode-ident v1.0.24 |
| 734 | 2026-07-19T04:11:37.241Z | Downloaded zerocopy-derive v0.7.35 |
| 735 | 2026-07-19T04:11:37.247Z | Downloaded hyper v1.10.1 |
| 736 | 2026-07-19T04:11:37.251Z | Downloaded tracing-attributes v0.1.30 |
| 737 | 2026-07-19T04:11:37.253Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 738 | 2026-07-19T04:11:37.257Z | Downloaded zerofrom v0.1.6 |
| 739 | 2026-07-19T04:11:37.266Z | Downloaded schemars v0.9.0 |
| 740 | 2026-07-19T04:11:37.271Z | Downloaded textwrap v0.16.2 |
| 741 | 2026-07-19T04:11:37.273Z | Downloaded goblin v0.8.2 |
| 742 | 2026-07-19T04:11:37.276Z | Downloaded hkdf v0.12.4 |
| 743 | 2026-07-19T04:11:37.279Z | Downloaded futures-util v0.3.32 |
| 744 | 2026-07-19T04:11:37.283Z | Downloaded rand v0.8.5 |
| 745 | 2026-07-19T04:11:37.286Z | Downloaded rustls-webpki v0.103.6 |
| 746 | 2026-07-19T04:11:37.292Z | Downloaded socket2 v0.6.4 |
| 747 | 2026-07-19T04:11:37.302Z | Downloaded tracing v0.1.41 |
| 748 | 2026-07-19T04:11:37.305Z | Downloaded iddqd v0.4.5 |
| 749 | 2026-07-19T04:11:37.315Z | Downloaded serde v1.0.228 |
| 750 | 2026-07-19T04:11:37.325Z | Downloaded yoke v0.8.0 |
| 751 | 2026-07-19T04:11:37.329Z | Downloaded zerotrie v0.2.2 |
| 752 | 2026-07-19T04:11:37.332Z | Downloaded tar v0.4.45 |
| 753 | 2026-07-19T04:11:37.339Z | Downloaded ucd-trie v0.1.7 |
| 754 | 2026-07-19T04:11:37.342Z | Downloaded typify v0.4.3 |
| 755 | 2026-07-19T04:11:37.345Z | Downloaded iri-string v0.7.8 |
| 756 | 2026-07-19T04:11:37.348Z | Downloaded iddqd v0.3.18 |
| 757 | 2026-07-19T04:11:37.353Z | Downloaded schemars v1.2.0 |
| 758 | 2026-07-19T04:11:37.359Z | Downloaded uuid v1.23.3 |
| 759 | 2026-07-19T04:11:37.362Z | Downloaded url v2.5.7 |
| 760 | 2026-07-19T04:11:37.365Z | Downloaded tinyvec v1.10.0 |
| 761 | 2026-07-19T04:11:37.365Z | Downloaded steno v0.4.1 |
| 762 | 2026-07-19T04:11:37.368Z | Downloaded rand v0.9.3 |
| 763 | 2026-07-19T04:11:37.371Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 764 | 2026-07-19T04:11:37.371Z | Downloaded h2 v0.4.14 |
| 765 | 2026-07-19T04:11:37.374Z | Downloaded reqwest v0.13.2 |
| 766 | 2026-07-19T04:11:37.377Z | Downloaded regex v1.12.4 |
| 767 | 2026-07-19T04:11:37.384Z | Downloaded typed-path v0.9.3 |
| 768 | 2026-07-19T04:11:37.387Z | Downloaded tokio-util v0.7.16 |
| 769 | 2026-07-19T04:11:37.392Z | Downloaded unicode-segmentation v1.12.0 |
| 770 | 2026-07-19T04:11:37.399Z | Downloaded git2 v0.19.0 |
| 771 | 2026-07-19T04:11:37.403Z | Downloaded unsafe-libyaml v0.2.11 |
| 772 | 2026-07-19T04:11:37.408Z | Downloaded portable-atomic v1.11.1 |
| 773 | 2026-07-19T04:11:37.422Z | Downloaded toml_edit v0.22.27 |
| 774 | 2026-07-19T04:11:37.425Z | Downloaded libm v0.2.15 |
| 775 | 2026-07-19T04:11:37.429Z | Downloaded aho-corasick v1.1.3 |
| 776 | 2026-07-19T04:11:37.432Z | Downloaded toml_edit v0.19.15 |
| 777 | 2026-07-19T04:11:37.441Z | Downloaded goblin v0.10.1 |
| 778 | 2026-07-19T04:11:37.457Z | Downloaded tough v0.20.0 |
| 779 | 2026-07-19T04:11:37.461Z | Downloaded idna v1.1.0 |
| 780 | 2026-07-19T04:11:37.464Z | Downloaded icu_properties_data v2.0.1 |
| 781 | 2026-07-19T04:11:37.474Z | Downloaded serde_with v3.14.1 |
| 782 | 2026-07-19T04:11:37.482Z | Downloaded zerovec v0.11.4 |
| 783 | 2026-07-19T04:11:37.492Z | Downloaded zerocopy-derive v0.8.27 |
| 784 | 2026-07-19T04:11:37.496Z | Downloaded winnow v0.5.40 |
| 785 | 2026-07-19T04:11:37.500Z | Downloaded clap_builder v4.6.0 |
| 786 | 2026-07-19T04:11:37.522Z | Downloaded zerocopy v0.7.35 |
| 787 | 2026-07-19T04:11:37.536Z | Downloaded tabled v0.15.0 |
| 788 | 2026-07-19T04:11:37.544Z | Downloaded tower v0.5.2 |
| 789 | 2026-07-19T04:11:37.549Z | Downloaded bindgen v0.72.1 |
| 790 | 2026-07-19T04:11:37.554Z | Downloaded typenum v1.20.1 |
| 791 | 2026-07-19T04:11:37.557Z | Downloaded tabled v0.20.0 |
| 792 | 2026-07-19T04:11:37.568Z | Downloaded syn v1.0.109 |
| 793 | 2026-07-19T04:11:37.571Z | Downloaded aws-lc-rs v1.16.2 |
| 794 | 2026-07-19T04:11:37.577Z | Downloaded serde_json v1.0.150 |
| 795 | 2026-07-19T04:11:37.581Z | Downloaded reqwest v0.12.23 |
| 796 | 2026-07-19T04:11:37.586Z | Downloaded rayon v1.11.0 |
| 797 | 2026-07-19T04:11:37.593Z | Downloaded unicode-normalization v0.1.24 |
| 798 | 2026-07-19T04:11:37.597Z | Downloaded blake3 v1.8.2 |
| 799 | 2026-07-19T04:11:37.610Z | Downloaded dropshot v0.16.7 |
| 800 | 2026-07-19T04:11:37.622Z | Downloaded tower-http v0.6.8 |
| 801 | 2026-07-19T04:11:37.629Z | Downloaded proptest v1.8.0 |
| 802 | 2026-07-19T04:11:37.636Z | Downloaded chrono v0.4.45 |
| 803 | 2026-07-19T04:11:37.640Z | Downloaded dropshot v0.17.1 |
| 804 | 2026-07-19T04:11:37.652Z | Downloaded unicode-width v0.1.14 |
| 805 | 2026-07-19T04:11:37.655Z | Downloaded zerocopy v0.8.27 |
| 806 | 2026-07-19T04:11:37.667Z | Downloaded vcpkg v0.2.15 |
| 807 | 2026-07-19T04:11:37.689Z | Downloaded rustls v0.23.40 |
| 808 | 2026-07-19T04:11:37.695Z | Downloaded rustls v0.22.4 |
| 809 | 2026-07-19T04:11:37.702Z | Downloaded moka v0.12.11 |
| 810 | 2026-07-19T04:11:37.708Z | Downloaded unicode-width v0.2.1 |
| 811 | 2026-07-19T04:11:37.711Z | Downloaded hickory-proto v0.25.2 |
| 812 | 2026-07-19T04:11:37.722Z | Downloaded winnow v1.0.3 |
| 813 | 2026-07-19T04:11:37.725Z | Downloaded winnow v0.7.14 |
| 814 | 2026-07-19T04:11:37.731Z | Downloaded webpki-roots v1.0.2 |
| 815 | 2026-07-19T04:11:37.734Z | Downloaded syn v2.0.118 |
| 816 | 2026-07-19T04:11:37.740Z | Downloaded quinn-proto v0.11.14 |
| 817 | 2026-07-19T04:11:37.745Z | Downloaded curve25519-dalek v4.1.3 |
| 818 | 2026-07-19T04:11:37.749Z | Downloaded hickory-proto v0.24.4 |
| 819 | 2026-07-19T04:11:37.758Z | Downloaded rustls-webpki v0.102.8 |
| 820 | 2026-07-19T04:11:37.767Z | Downloaded time v0.3.47 |
| 821 | 2026-07-19T04:11:37.773Z | Downloaded nix v0.30.1 |
| 822 | 2026-07-19T04:11:37.797Z | Downloaded regex-automata v0.4.13 |
| 823 | 2026-07-19T04:11:37.806Z | Downloaded openssl v0.10.81 |
| 824 | 2026-07-19T04:11:37.812Z | Downloaded jiff v0.2.15 |
| 825 | 2026-07-19T04:11:37.821Z | Downloaded bstr v1.12.0 |
| 826 | 2026-07-19T04:11:37.826Z | Downloaded petgraph v0.6.5 |
| 827 | 2026-07-19T04:11:37.847Z | Downloaded libc v0.2.186 |
| 828 | 2026-07-19T04:11:37.866Z | Downloaded smoltcp v0.11.0 |
| 829 | 2026-07-19T04:11:37.872Z | Downloaded regress v0.10.5 |
| 830 | 2026-07-19T04:11:37.886Z | Downloaded regex-syntax v0.8.11 |
| 831 | 2026-07-19T04:11:37.886Z | Downloaded libz-sys v1.1.22 |
| 832 | 2026-07-19T04:11:37.893Z | Downloaded regress v0.11.1 |
| 833 | 2026-07-19T04:11:37.898Z | Downloaded openapiv3 v2.2.0 |
| 834 | 2026-07-19T04:11:37.913Z | Downloaded rustix v0.38.44 |
| 835 | 2026-07-19T04:11:37.945Z | Downloaded rustix v1.1.4 |
| 836 | 2026-07-19T04:11:37.964Z | Downloaded encoding_rs v0.8.35 |
| 837 | 2026-07-19T04:11:37.991Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 838 | 2026-07-19T04:11:38.022Z | Downloaded typify-impl v0.6.2 |
| 839 | 2026-07-19T04:11:38.057Z | Downloaded typify-impl v0.4.3 |
| 840 | 2026-07-19T04:11:38.169Z | Downloaded chrono-tz v0.10.4 |
| 841 | 2026-07-19T04:11:38.179Z | Downloaded petgraph v0.8.2 |
| 842 | 2026-07-19T04:11:38.228Z | Downloaded csv v1.4.0 |
| 843 | 2026-07-19T04:11:38.253Z | Downloaded sha3 v0.10.8 |
| 844 | 2026-07-19T04:11:38.261Z | Downloaded tokio v1.52.3 |
| 845 | 2026-07-19T04:11:38.397Z | Downloaded ring v0.17.14 |
| 846 | 2026-07-19T04:11:38.439Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 847 | 2026-07-19T04:11:39.064Z | Downloaded aws-lc-sys v0.39.1 |
| 848 | 2026-07-19T04:11:39.384Z | Compiling proc-macro2 v1.0.106 |
| 849 | 2026-07-19T04:11:39.385Z | Compiling quote v1.0.47 |
| 850 | 2026-07-19T04:11:39.387Z | Compiling unicode-ident v1.0.24 |
| 851 | 2026-07-19T04:11:39.388Z | Compiling serde_core v1.0.228 |
| 852 | 2026-07-19T04:11:39.388Z | Compiling serde v1.0.228 |
| 853 | 2026-07-19T04:11:39.388Z | Compiling libc v0.2.186 |
| 854 | 2026-07-19T04:11:39.388Z | Checking cfg-if v1.0.4 |
| 855 | 2026-07-19T04:11:39.693Z | Compiling zmij v1.0.17 |
| 856 | 2026-07-19T04:11:39.722Z | Compiling autocfg v1.5.0 |
| 857 | 2026-07-19T04:11:40.002Z | Compiling memchr v2.7.5 |
| 858 | 2026-07-19T04:11:40.019Z | Compiling libm v0.2.15 |
| 859 | 2026-07-19T04:11:40.396Z | Compiling getrandom v0.4.2 |
| 860 | 2026-07-19T04:11:40.504Z | Checking smallvec v1.15.1 |
| 861 | 2026-07-19T04:11:40.521Z | Compiling thiserror v2.0.18 |
| 862 | 2026-07-19T04:11:40.586Z | Compiling version_check v0.9.5 |
| 863 | 2026-07-19T04:11:40.617Z | Checking itoa v1.0.15 |
| 864 | 2026-07-19T04:11:40.684Z | Compiling jobserver v0.1.34 |
| 865 | 2026-07-19T04:11:40.754Z | Compiling find-msvc-tools v0.1.9 |
| 866 | 2026-07-19T04:11:40.873Z | Compiling shlex v2.0.1 |
| 867 | 2026-07-19T04:11:40.906Z | Compiling syn v2.0.118 |
| 868 | 2026-07-19T04:11:40.968Z | Compiling icu_normalizer_data v2.0.0 |
| 869 | 2026-07-19T04:11:41.002Z | Compiling icu_properties_data v2.0.1 |
| 870 | 2026-07-19T04:11:41.042Z | Compiling cc v1.2.64 |
| 871 | 2026-07-19T04:11:41.091Z | Compiling parking_lot_core v0.9.12 |
| 872 | 2026-07-19T04:11:41.201Z | Checking stable_deref_trait v1.2.0 |
| 873 | 2026-07-19T04:11:41.252Z | Compiling serde_json v1.0.150 |
| 874 | 2026-07-19T04:11:41.286Z | Compiling heck v0.5.0 |
| 875 | 2026-07-19T04:11:41.492Z | Checking writeable v0.6.1 |
| 876 | 2026-07-19T04:11:41.528Z | Checking litemap v0.8.0 |
| 877 | 2026-07-19T04:11:41.645Z | Compiling num-traits v0.2.19 |
| 878 | 2026-07-19T04:11:41.691Z | Checking percent-encoding v2.3.2 |
| 879 | 2026-07-19T04:11:41.929Z | Checking form_urlencoded v1.2.2 |
| 880 | 2026-07-19T04:11:42.051Z | Checking utf8_iter v1.0.4 |
| 881 | 2026-07-19T04:11:42.067Z | Compiling zerocopy v0.8.27 |
| 882 | 2026-07-19T04:11:42.083Z | Checking pin-project-lite v0.2.16 |
| 883 | 2026-07-19T04:11:42.178Z | Checking iana-time-zone v0.1.64 |
| 884 | 2026-07-19T04:11:42.181Z | Compiling log v0.4.29 |
| 885 | 2026-07-19T04:11:42.213Z | Compiling rustversion v1.0.22 |
| 886 | 2026-07-19T04:11:42.292Z | Compiling equivalent v1.0.2 |
| 887 | 2026-07-19T04:11:42.329Z | Compiling semver v1.0.28 |
| 888 | 2026-07-19T04:11:42.372Z | Checking socket2 v0.6.4 |
| 889 | 2026-07-19T04:11:42.389Z | Checking uuid v1.23.3 |
| 890 | 2026-07-19T04:11:42.506Z | Checking scopeguard v1.2.0 |
| 891 | 2026-07-19T04:11:42.626Z | Checking lock_api v0.4.14 |
| 892 | 2026-07-19T04:11:42.682Z | Checking signal-hook-registry v1.4.6 |
| 893 | 2026-07-19T04:11:42.759Z | Checking mio v1.2.1 |
| 894 | 2026-07-19T04:11:42.824Z | Checking getrandom v0.2.16 |
| 895 | 2026-07-19T04:11:42.840Z | Checking parking_lot v0.12.5 |
| 896 | 2026-07-19T04:11:42.844Z | Compiling schemars v0.8.22 |
| 897 | 2026-07-19T04:11:42.844Z | Checking dyn-clone v1.0.20 |
| 898 | 2026-07-19T04:11:42.931Z | Checking bitflags v2.11.1 |
| 899 | 2026-07-19T04:11:43.062Z | Compiling portable-atomic v1.11.1 |
| 900 | 2026-07-19T04:11:43.113Z | Checking futures-core v0.3.32 |
| 901 | 2026-07-19T04:11:43.132Z | Checking critical-section v1.2.0 |
| 902 | 2026-07-19T04:11:43.160Z | Compiling ring v0.17.14 |
| 903 | 2026-07-19T04:11:43.233Z | Compiling hashbrown v0.17.1 |
| 904 | 2026-07-19T04:11:43.251Z | Compiling httparse v1.10.1 |
| 905 | 2026-07-19T04:11:43.368Z | Compiling thiserror v1.0.69 |
| 906 | 2026-07-19T04:11:43.686Z | Compiling regex-syntax v0.8.11 |
| 907 | 2026-07-19T04:11:43.719Z | Compiling synstructure v0.13.2 |
| 908 | 2026-07-19T04:11:43.739Z | Compiling serde_derive_internals v0.29.1 |
| 909 | 2026-07-19T04:11:44.014Z | Compiling indexmap v2.14.0 |
| 910 | 2026-07-19T04:11:44.043Z | Checking once_cell v1.21.3 |
| 911 | 2026-07-19T04:11:44.244Z | Checking futures-sink v0.3.32 |
| 912 | 2026-07-19T04:11:44.430Z | Checking slab v0.4.11 |
| 913 | 2026-07-19T04:11:44.514Z | Compiling rustix v1.1.4 |
| 914 | 2026-07-19T04:11:44.547Z | Compiling aho-corasick v1.1.3 |
| 915 | 2026-07-19T04:11:44.591Z | Checking subtle v2.6.1 |
| 916 | 2026-07-19T04:11:44.743Z | Compiling ucd-trie v0.1.7 |
| 917 | 2026-07-19T04:11:44.760Z | Checking futures-channel v0.3.32 |
| 918 | 2026-07-19T04:11:44.961Z | Compiling anyhow v1.0.102 |
| 919 | 2026-07-19T04:11:44.977Z | Checking rand_core v0.6.4 |
| 920 | 2026-07-19T04:11:44.992Z | Compiling serde_derive v1.0.228 |
| 921 | 2026-07-19T04:11:45.090Z | Compiling zerofrom-derive v0.1.6 |
| 922 | 2026-07-19T04:11:45.128Z | Compiling yoke-derive v0.8.0 |
| 923 | 2026-07-19T04:11:45.146Z | Compiling zerovec-derive v0.11.1 |
| 924 | 2026-07-19T04:11:45.277Z | Compiling displaydoc v0.2.5 |
| 925 | 2026-07-19T04:11:45.810Z | Compiling thiserror-impl v2.0.18 |
| 926 | 2026-07-19T04:11:45.983Z | Compiling schemars_derive v0.8.22 |
| 927 | 2026-07-19T04:11:46.014Z | Compiling tokio-macros v2.7.0 |
| 928 | 2026-07-19T04:11:46.154Z | Compiling zerocopy-derive v0.8.27 |
| 929 | 2026-07-19T04:11:46.221Z | Compiling futures-macro v0.3.32 |
| 930 | 2026-07-19T04:11:46.283Z | Checking zerofrom v0.1.6 |
| 931 | 2026-07-19T04:11:46.410Z | Checking yoke v0.8.0 |
| 932 | 2026-07-19T04:11:46.587Z | Checking zerovec v0.11.4 |
| 933 | 2026-07-19T04:11:46.739Z | Checking zerotrie v0.2.2 |
| 934 | 2026-07-19T04:11:47.001Z | Compiling zeroize_derive v1.4.3 |
| 935 | 2026-07-19T04:11:47.131Z | Compiling thiserror-impl v1.0.69 |
| 936 | 2026-07-19T04:11:47.148Z | Compiling regex-automata v0.4.13 |
| 937 | 2026-07-19T04:11:47.152Z | Compiling pest v2.8.2 |
| 938 | 2026-07-19T04:11:47.287Z | Checking tinystr v0.8.1 |
| 939 | 2026-07-19T04:11:47.343Z | Checking potential_utf v0.1.3 |
| 940 | 2026-07-19T04:11:47.470Z | Checking icu_locale_core v2.0.0 |
| 941 | 2026-07-19T04:11:47.487Z | Checking icu_collections v2.0.0 |
| 942 | 2026-07-19T04:11:47.776Z | Checking zeroize v1.8.1 |
| 943 | 2026-07-19T04:11:47.920Z | Checking icu_provider v2.0.0 |
| 944 | 2026-07-19T04:11:48.014Z | Checking bytes v1.12.0 |
| 945 | 2026-07-19T04:11:48.135Z | Checking chrono v0.4.45 |
| 946 | 2026-07-19T04:11:48.164Z | Checking icu_normalizer v2.0.0 |
| 947 | 2026-07-19T04:11:48.280Z | Checking icu_properties v2.0.1 |
| 948 | 2026-07-19T04:11:48.456Z | Compiling serde_tokenstream v0.2.3 |
| 949 | 2026-07-19T04:11:48.490Z | Checking tokio v1.52.3 |
| 950 | 2026-07-19T04:11:48.799Z | Compiling pest_meta v2.8.2 |
| 951 | 2026-07-19T04:11:48.997Z | Compiling regex v1.12.4 |
| 952 | 2026-07-19T04:11:49.140Z | Checking idna_adapter v1.2.1 |
| 953 | 2026-07-19T04:11:49.266Z | Checking typenum v1.20.1 |
| 954 | 2026-07-19T04:11:49.284Z | Checking idna v1.1.0 |
| 955 | 2026-07-19T04:11:49.333Z | Checking futures-io v0.3.32 |
| 956 | 2026-07-19T04:11:49.403Z | Checking futures-task v0.3.32 |
| 957 | 2026-07-19T04:11:49.456Z | Compiling pest_generator v2.8.2 |
| 958 | 2026-07-19T04:11:49.534Z | Checking url v2.5.7 |
| 959 | 2026-07-19T04:11:49.762Z | Checking futures-util v0.3.32 |
| 960 | 2026-07-19T04:11:49.899Z | Compiling getrandom v0.3.3 |
| 961 | 2026-07-19T04:11:50.055Z | Compiling tracing-attributes v0.1.30 |
| 962 | 2026-07-19T04:11:50.116Z | Checking tracing-core v0.1.34 |
| 963 | 2026-07-19T04:11:50.144Z | Compiling pest_derive v2.8.2 |
| 964 | 2026-07-19T04:11:50.269Z | Compiling allocator-api2 v0.2.21 |
| 965 | 2026-07-19T04:11:50.415Z | Compiling foldhash v0.2.0 |
| 966 | 2026-07-19T04:11:50.588Z | Compiling pkg-config v0.3.32 |
| 967 | 2026-07-19T04:11:50.617Z | Compiling hashbrown v0.16.1 |
| 968 | 2026-07-19T04:11:50.654Z | Checking fnv v1.0.7 |
| 969 | 2026-07-19T04:11:50.694Z | Checking http v1.4.2 |
| 970 | 2026-07-19T04:11:50.763Z | Compiling generic-array v0.14.7 |
| 971 | 2026-07-19T04:11:51.003Z | Compiling vcpkg v0.2.15 |
| 972 | 2026-07-19T04:11:51.202Z | Compiling time-core v0.1.8 |
| 973 | 2026-07-19T04:11:51.229Z | Compiling num-conv v0.2.1 |
| 974 | 2026-07-19T04:11:51.254Z | Checking tracing v0.1.41 |
| 975 | 2026-07-19T04:11:51.257Z | Compiling byteorder v1.5.0 |
| 976 | 2026-07-19T04:11:51.385Z | Compiling time-macros v0.2.27 |
| 977 | 2026-07-19T04:11:51.563Z | Checking errno v0.3.14 |
| 978 | 2026-07-19T04:11:51.652Z | Checking base64 v0.22.1 |
| 979 | 2026-07-19T04:11:51.685Z | Checking ipnet v2.11.0 |
| 980 | 2026-07-19T04:11:51.752Z | Checking tokio-util v0.7.16 |
| 981 | 2026-07-19T04:11:51.880Z | Compiling scroll_derive v0.13.1 |
| 982 | 2026-07-19T04:11:51.897Z | Compiling camino v1.2.3 |
| 983 | 2026-07-19T04:11:52.001Z | Checking crypto-common v0.1.6 |
| 984 | 2026-07-19T04:11:52.142Z | Checking http-body v1.0.1 |
| 985 | 2026-07-19T04:11:52.245Z | Compiling crossbeam-utils v0.8.21 |
| 986 | 2026-07-19T04:11:52.272Z | Checking atomic-waker v1.1.2 |
| 987 | 2026-07-19T04:11:52.289Z | Checking ppv-lite86 v0.2.21 |
| 988 | 2026-07-19T04:11:52.476Z | Compiling slog v2.8.2 |
| 989 | 2026-07-19T04:11:52.579Z | Compiling paste v1.0.15 |
| 990 | 2026-07-19T04:11:52.597Z | Checking try-lock v0.2.5 |
| 991 | 2026-07-19T04:11:52.601Z | Checking tower-service v0.3.3 |
| 992 | 2026-07-19T04:11:52.698Z | Checking tower-layer v0.3.3 |
| 993 | 2026-07-19T04:11:52.698Z | Checking want v0.3.1 |
| 994 | 2026-07-19T04:11:52.768Z | Checking h2 v0.4.14 |
| 995 | 2026-07-19T04:11:52.831Z | Checking ipnetwork v0.21.1 |
| 996 | 2026-07-19T04:11:52.884Z | Checking erased-serde v0.3.31 |
| 997 | 2026-07-19T04:11:52.916Z | Checking rustls-pki-types v1.12.0 |
| 998 | 2026-07-19T04:11:52.947Z | Checking httpdate v1.0.3 |
| 999 | 2026-07-19T04:11:52.964Z | Checking pretty-hex v0.4.1 |
| 1000 | 2026-07-19T04:11:53.039Z | Checking ryu v1.0.20 |
| 1001 | 2026-07-19T04:11:53.103Z | Compiling async-trait v0.1.89 |
| 1002 | 2026-07-19T04:11:53.181Z | Checking untrusted v0.9.0 |
| 1003 | 2026-07-19T04:11:53.196Z | Compiling scroll v0.13.0 |
| 1004 | 2026-07-19T04:11:53.442Z | Compiling usdt-impl v0.6.0 |
| 1005 | 2026-07-19T04:11:53.459Z | Checking plain v0.2.3 |
| 1006 | 2026-07-19T04:11:53.567Z | Checking http-body-util v0.1.3 |
| 1007 | 2026-07-19T04:11:53.586Z | Compiling openssl-sys v0.9.117 |
| 1008 | 2026-07-19T04:11:53.642Z | Compiling goblin v0.10.1 |
| 1009 | 2026-07-19T04:11:53.745Z | Compiling cmake v0.1.54 |
| 1010 | 2026-07-19T04:11:53.801Z | Compiling strsim v0.11.1 |
| 1011 | 2026-07-19T04:11:53.924Z | Compiling slog-async v2.8.0 |
| 1012 | 2026-07-19T04:11:54.106Z | Compiling dunce v1.0.5 |
| 1013 | 2026-07-19T04:11:54.140Z | Compiling fs_extra v1.3.0 |
| 1014 | 2026-07-19T04:11:54.278Z | Checking rand_core v0.9.3 |
| 1015 | 2026-07-19T04:11:54.312Z | Checking serde_urlencoded v0.7.1 |
| 1016 | 2026-07-19T04:11:54.315Z | Checking oxnet v0.1.6 |
| 1017 | 2026-07-19T04:11:54.409Z | Checking block-buffer v0.10.4 |
| 1018 | 2026-07-19T04:11:54.411Z | Compiling aws-lc-sys v0.39.1 |
| 1019 | 2026-07-19T04:11:54.473Z | Compiling regress v0.10.5 |
| 1020 | 2026-07-19T04:11:54.531Z | Compiling dtrace-parser v0.3.0 |
| 1021 | 2026-07-19T04:11:54.553Z | Compiling openapiv3 v2.2.0 |
| 1022 | 2026-07-19T04:11:54.610Z | Compiling thread-id v5.0.0 |
| 1023 | 2026-07-19T04:11:54.692Z | Checking hyper v1.10.1 |
| 1024 | 2026-07-19T04:11:55.157Z | Checking digest v0.10.7 |
| 1025 | 2026-07-19T04:11:55.353Z | Compiling omicron-workspace-hack v0.1.0 |
| 1026 | 2026-07-19T04:11:55.394Z | Compiling ident_case v1.0.1 |
| 1027 | 2026-07-19T04:11:55.522Z | Compiling darling_core v0.21.3 |
| 1028 | 2026-07-19T04:11:55.587Z | Checking rand_chacha v0.9.0 |
| 1029 | 2026-07-19T04:11:55.608Z | Checking hyper-util v0.1.20 |
| 1030 | 2026-07-19T04:11:55.775Z | Compiling daft-derive v0.1.5 |
| 1031 | 2026-07-19T04:11:56.011Z | Compiling typify-impl v0.4.3 |
| 1032 | 2026-07-19T04:11:56.092Z | Compiling aws-lc-rs v1.16.2 |
| 1033 | 2026-07-19T04:11:56.396Z | Compiling dof v0.4.0 |
| 1034 | 2026-07-19T04:11:56.499Z | Checking powerfmt v0.2.0 |
| 1035 | 2026-07-19T04:11:56.673Z | Checking deranged v0.5.3 |
| 1036 | 2026-07-19T04:11:57.151Z | Checking rand v0.9.3 |
| 1037 | 2026-07-19T04:11:57.344Z | Checking num_threads v0.1.7 |
| 1038 | 2026-07-19T04:11:57.435Z | Compiling unsafe-libyaml v0.2.11 |
| 1039 | 2026-07-19T04:11:57.453Z | Compiling syn v1.0.109 |
| 1040 | 2026-07-19T04:11:57.529Z | Compiling usdt-attr-macro v0.6.0 |
| 1041 | 2026-07-19T04:11:57.570Z | Compiling darling_macro v0.21.3 |
| 1042 | 2026-07-19T04:11:57.600Z | Compiling usdt-macro v0.6.0 |
| 1043 | 2026-07-19T04:11:57.804Z | Checking time v0.3.47 |
| 1044 | 2026-07-19T04:11:58.085Z | Compiling serde_yaml v0.9.34+deprecated |
| 1045 | 2026-07-19T04:11:58.113Z | Compiling darling v0.21.3 |
| 1046 | 2026-07-19T04:11:58.199Z | Checking sync_wrapper v1.0.2 |
| 1047 | 2026-07-19T04:11:58.366Z | Checking encoding_rs v0.8.35 |
| 1048 | 2026-07-19T04:11:58.391Z | Checking cpufeatures v0.2.17 |
| 1049 | 2026-07-19T04:11:58.466Z | Checking untrusted v0.7.1 |
| 1050 | 2026-07-19T04:11:58.606Z | Checking mime v0.3.17 |
| 1051 | 2026-07-19T04:11:58.787Z | Checking tower v0.5.2 |
| 1052 | 2026-07-19T04:11:59.159Z | Checking crossbeam-channel v0.5.15 |
| 1053 | 2026-07-19T04:11:59.179Z | Checking futures-executor v0.3.32 |
| 1054 | 2026-07-19T04:11:59.330Z | Compiling structmeta-derive v0.3.0 |
| 1055 | 2026-07-19T04:11:59.360Z | Compiling multer v3.1.0 |
| 1056 | 2026-07-19T04:11:59.376Z | Compiling rustls v0.23.40 |
| 1057 | 2026-07-19T04:11:59.392Z | Compiling rustls v0.22.4 |
| 1058 | 2026-07-19T04:11:59.409Z | Compiling typify-macro v0.4.3 |
| 1059 | 2026-07-19T04:11:59.487Z | Checking iri-string v0.7.8 |
| 1060 | 2026-07-19T04:11:59.596Z | Checking futures v0.3.32 |
| 1061 | 2026-07-19T04:11:59.648Z | Compiling async-stream-impl v0.3.6 |
| 1062 | 2026-07-19T04:11:59.675Z | Checking thread_local v1.1.9 |
| 1063 | 2026-07-19T04:11:59.842Z | Checking unicode-width v0.2.1 |
| 1064 | 2026-07-19T04:11:59.874Z | Compiling openssl v0.10.81 |
| 1065 | 2026-07-19T04:12:00.095Z | Checking hex v0.4.3 |
| 1066 | 2026-07-19T04:12:00.143Z | Checking fastrand v2.3.0 |
| 1067 | 2026-07-19T04:12:00.257Z | Checking foreign-types-shared v0.1.1 |
| 1068 | 2026-07-19T04:12:00.328Z | Checking tempfile v3.27.0 |
| 1069 | 2026-07-19T04:12:00.343Z | Checking foreign-types v0.3.2 |
| 1070 | 2026-07-19T04:12:00.359Z | Compiling structmeta v0.3.0 |
| 1071 | 2026-07-19T04:12:00.408Z | Compiling openssl-macros v0.1.1 |
| 1072 | 2026-07-19T04:12:00.486Z | Checking tower-http v0.6.8 |
| 1073 | 2026-07-19T04:12:00.520Z | Compiling strum_macros v0.26.4 |
| 1074 | 2026-07-19T04:12:00.557Z | Checking is-terminal v0.4.16 |
| 1075 | 2026-07-19T04:12:00.614Z | Checking memmap2 v0.9.8 |
| 1076 | 2026-07-19T04:12:00.650Z | Checking term v1.2.0 |
| 1077 | 2026-07-19T04:12:00.757Z | Checking take_mut v0.2.2 |
| 1078 | 2026-07-19T04:12:00.777Z | Compiling native-tls v0.2.14 |
| 1079 | 2026-07-19T04:12:00.856Z | Checking match_cfg v0.1.0 |
| 1080 | 2026-07-19T04:12:00.874Z | Checking openssl-probe v0.1.6 |
| 1081 | 2026-07-19T04:12:00.907Z | Compiling typify v0.4.3 |
| 1082 | 2026-07-19T04:12:00.977Z | Checking hostname v0.3.1 |
| 1083 | 2026-07-19T04:12:01.000Z | Checking slog-term v2.9.2 |
| 1084 | 2026-07-19T04:12:01.186Z | Checking slog-json v2.6.1 |
| 1085 | 2026-07-19T04:12:01.256Z | Compiling newtype-uuid-macros v0.1.0 |
| 1086 | 2026-07-19T04:12:01.340Z | Compiling ref-cast v1.0.25 |
| 1087 | 2026-07-19T04:12:01.402Z | Checking slog-bunyan v2.5.0 |
| 1088 | 2026-07-19T04:12:01.703Z | Compiling ref-cast-impl v1.0.25 |
| 1089 | 2026-07-19T04:12:01.752Z | Compiling dropshot v0.16.7 |
| 1090 | 2026-07-19T04:12:02.061Z | Compiling derive-ex v0.1.8 |
| 1091 | 2026-07-19T04:12:02.077Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-07-19T04:12:02.129Z | Compiling dropshot_endpoint v0.16.7 |
| 1093 | 2026-07-19T04:12:02.200Z | Compiling strum_macros v0.27.2 |
| 1094 | 2026-07-19T04:12:02.604Z | Checking winnow v0.7.14 |
| 1095 | 2026-07-19T04:12:03.320Z | Checking tokio-native-tls v0.3.1 |
| 1096 | 2026-07-19T04:12:03.499Z | Checking hyper-tls v0.6.0 |
| 1097 | 2026-07-19T04:12:03.587Z | Compiling test-strategy v0.4.3 |
| 1098 | 2026-07-19T04:12:03.696Z | Compiling progenitor-impl v0.11.1 |
| 1099 | 2026-07-19T04:12:03.755Z | Checking newtype-uuid v1.3.2 |
| 1100 | 2026-07-19T04:12:03.784Z | Checking winnow v1.0.3 |
| 1101 | 2026-07-19T04:12:03.803Z | Checking either v1.15.0 |
| 1102 | 2026-07-19T04:12:03.987Z | Checking daft v0.1.5 |
| 1103 | 2026-07-19T04:12:04.015Z | Compiling serde_with_macros v3.14.1 |
| 1104 | 2026-07-19T04:12:04.068Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1105 | 2026-07-19T04:12:04.120Z | Checking usdt v0.6.0 |
| 1106 | 2026-07-19T04:12:04.215Z | Checking serde_spanned v1.1.1 |
| 1107 | 2026-07-19T04:12:04.350Z | Checking debug-ignore v1.0.5 |
| 1108 | 2026-07-19T04:12:04.380Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-19T04:12:04.453Z | Checking spin v0.9.8 |
| 1110 | 2026-07-19T04:12:04.564Z | Compiling parse-display-derive v0.10.0 |
| 1111 | 2026-07-19T04:12:04.597Z | Checking async-stream v0.3.6 |
| 1112 | 2026-07-19T04:12:04.799Z | Checking rustls-webpki v0.102.8 |
| 1113 | 2026-07-19T04:12:04.816Z | Checking rustls-pemfile v2.2.0 |
| 1114 | 2026-07-19T04:12:04.950Z | Checking waitgroup v0.1.2 |
| 1115 | 2026-07-19T04:12:04.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1116 | 2026-07-19T04:12:05.057Z | Checking serde_path_to_error v0.1.20 |
| 1117 | 2026-07-19T04:12:05.114Z | Checking hostname v0.4.2 |
| 1118 | 2026-07-19T04:12:05.325Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1119 | 2026-07-19T04:12:05.419Z | Checking strum v0.26.3 |
| 1120 | 2026-07-19T04:12:05.535Z | Checking rand_chacha v0.3.1 |
| 1121 | 2026-07-19T04:12:05.637Z | Compiling toml_datetime v0.6.11 |
| 1122 | 2026-07-19T04:12:05.737Z | Checking macaddr v1.0.1 |
| 1123 | 2026-07-19T04:12:05.784Z | Compiling progenitor-macro v0.11.1 |
| 1124 | 2026-07-19T04:12:05.882Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1125 | 2026-07-19T04:12:05.920Z | Checking wait-timeout v0.2.1 |
| 1126 | 2026-07-19T04:12:06.049Z | Checking quick-error v1.2.3 |
| 1127 | 2026-07-19T04:12:06.083Z | Checking lazy_static v1.5.0 |
| 1128 | 2026-07-19T04:12:06.109Z | Checking bit-vec v0.8.0 |
| 1129 | 2026-07-19T04:12:06.155Z | Checking rusty-fork v0.3.0 |
| 1130 | 2026-07-19T04:12:06.178Z | Checking toml v0.9.12+spec-1.1.0 |
| 1131 | 2026-07-19T04:12:06.303Z | Checking bit-set v0.8.0 |
| 1132 | 2026-07-19T04:12:06.325Z | Checking rand v0.8.5 |
| 1133 | 2026-07-19T04:12:06.406Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1134 | 2026-07-19T04:12:06.582Z | Checking tokio-rustls v0.25.0 |
| 1135 | 2026-07-19T04:12:06.715Z | Checking tabwriter v1.4.1 |
| 1136 | 2026-07-19T04:12:06.752Z | Checking sha1 v0.10.6 |
| 1137 | 2026-07-19T04:12:06.780Z | Checking rand_xorshift v0.4.0 |
| 1138 | 2026-07-19T04:12:06.858Z | Compiling clap_derive v4.6.1 |
| 1139 | 2026-07-19T04:12:06.899Z | Checking colored v3.1.1 |
| 1140 | 2026-07-19T04:12:06.916Z | Checking utf8parse v0.2.2 |
| 1141 | 2026-07-19T04:12:07.020Z | Checking unarray v0.1.4 |
| 1142 | 2026-07-19T04:12:07.037Z | Checking anstyle-parse v1.0.0 |
| 1143 | 2026-07-19T04:12:07.097Z | Checking strum v0.27.2 |
| 1144 | 2026-07-19T04:12:07.128Z | Checking proptest v1.8.0 |
| 1145 | 2026-07-19T04:12:07.211Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1146 | 2026-07-19T04:12:07.295Z | Checking terminal_size v0.4.3 |
| 1147 | 2026-07-19T04:12:07.677Z | Checking is_terminal_polyfill v1.70.1 |
| 1148 | 2026-07-19T04:12:07.770Z | Checking anstyle v1.0.14 |
| 1149 | 2026-07-19T04:12:07.786Z | Checking colorchoice v1.0.4 |
| 1150 | 2026-07-19T04:12:07.790Z | Checking anstyle-query v1.1.4 |
| 1151 | 2026-07-19T04:12:07.957Z | Checking anstream v1.0.0 |
| 1152 | 2026-07-19T04:12:08.119Z | Checking itertools v0.14.0 |
| 1153 | 2026-07-19T04:12:08.615Z | Checking clap_lex v1.1.0 |
| 1154 | 2026-07-19T04:12:08.795Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1155 | 2026-07-19T04:12:08.959Z | Checking clap_builder v4.6.0 |
| 1156 | 2026-07-19T04:12:09.419Z | Checking serde_with v3.14.1 |
| 1157 | 2026-07-19T04:12:10.036Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1158 | 2026-07-19T04:12:10.213Z | Checking clap v4.6.1 |
| 1159 | 2026-07-19T04:12:10.231Z | Checking instant v0.1.13 |
| 1160 | 2026-07-19T04:12:10.319Z | Checking rustc-hash v2.1.1 |
| 1161 | 2026-07-19T04:12:10.435Z | Checking iddqd v0.3.18 |
| 1162 | 2026-07-19T04:12:10.465Z | Checking backoff v0.4.0 |
| 1163 | 2026-07-19T04:12:10.637Z | Checking parse-display v0.10.0 |
| 1164 | 2026-07-19T04:12:10.767Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1165 | 2026-07-19T04:12:10.786Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1166 | 2026-07-19T04:12:12.249Z | Compiling num-derive v0.4.2 |
| 1167 | 2026-07-19T04:12:12.802Z | Compiling rustls-webpki v0.103.6 |
| 1168 | 2026-07-19T04:12:13.249Z | Compiling prettyplease v0.2.37 |
| 1169 | 2026-07-19T04:12:15.502Z | Checking serde_spanned v0.6.9 |
| 1170 | 2026-07-19T04:12:15.557Z | Compiling memoffset v0.9.1 |
| 1171 | 2026-07-19T04:12:15.793Z | Compiling cfg_aliases v0.2.1 |
| 1172 | 2026-07-19T04:12:15.888Z | Compiling nix v0.30.1 |
| 1173 | 2026-07-19T04:12:16.064Z | Compiling tokio-rustls v0.26.4 |
| 1174 | 2026-07-19T04:12:16.771Z | Compiling hyper-rustls v0.27.7 |
| 1175 | 2026-07-19T04:12:17.001Z | Compiling reqwest v0.12.23 |
| 1176 | 2026-07-19T04:12:18.021Z | Checking crossbeam-epoch v0.9.18 |
| 1177 | 2026-07-19T04:12:18.123Z | Compiling progenitor-client v0.11.1 |
| 1178 | 2026-07-19T04:12:18.730Z | Compiling winnow v0.5.40 |
| 1179 | 2026-07-19T04:12:19.768Z | Compiling progenitor v0.11.1 |
| 1180 | 2026-07-19T04:12:20.048Z | Compiling toml_edit v0.19.15 |
| 1181 | 2026-07-19T04:12:20.606Z | Compiling num-integer v0.1.46 |
| 1182 | 2026-07-19T04:12:21.121Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1183 | 2026-07-19T04:12:21.149Z | Compiling proc-macro-crate v1.3.1 |
| 1184 | 2026-07-19T04:12:21.490Z | Compiling progenitor-client v0.10.0 |
| 1185 | 2026-07-19T04:12:22.134Z | Compiling hubpack_derive v0.1.1 |
| 1186 | 2026-07-19T04:12:22.366Z | Compiling rayon-core v1.13.0 |
| 1187 | 2026-07-19T04:12:22.620Z | Checking toml_write v0.1.2 |
| 1188 | 2026-07-19T04:12:22.637Z | Checking hubpack v0.1.2 |
| 1189 | 2026-07-19T04:12:22.698Z | Checking num-iter v0.1.45 |
| 1190 | 2026-07-19T04:12:22.786Z | Checking toml_edit v0.22.27 |
| 1191 | 2026-07-19T04:12:22.803Z | Checking num-rational v0.4.2 |
| 1192 | 2026-07-19T04:12:23.135Z | Compiling zerocopy-derive v0.7.35 |
| 1193 | 2026-07-19T04:12:23.215Z | Compiling num-complex v0.4.6 |
| 1194 | 2026-07-19T04:12:23.584Z | Checking static_assertions v1.1.0 |
| 1195 | 2026-07-19T04:12:23.616Z | Compiling num v0.4.3 |
| 1196 | 2026-07-19T04:12:23.764Z | Checking crossbeam-deque v0.8.6 |
| 1197 | 2026-07-19T04:12:23.924Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1198 | 2026-07-19T04:12:23.953Z | Checking toml v0.8.23 |
| 1199 | 2026-07-19T04:12:23.998Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1200 | 2026-07-19T04:12:24.251Z | Checking float-ord v0.3.2 |
| 1201 | 2026-07-19T04:12:24.400Z | Compiling proc-macro-error-attr v1.0.4 |
| 1202 | 2026-07-19T04:12:24.417Z | Compiling heapless v0.8.0 |
| 1203 | 2026-07-19T04:12:24.628Z | Checking bytecount v0.6.9 |
| 1204 | 2026-07-19T04:12:24.712Z | Checking libscf-sys v1.2.0 |
| 1205 | 2026-07-19T04:12:24.743Z | Compiling ingot-macros v0.1.1 |
| 1206 | 2026-07-19T04:12:24.842Z | Checking hash32 v0.3.1 |
| 1207 | 2026-07-19T04:12:24.892Z | Compiling proc-macro-error v1.0.4 |
| 1208 | 2026-07-19T04:12:24.974Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1209 | 2026-07-19T04:12:25.123Z | Compiling smoltcp v0.11.0 |
| 1210 | 2026-07-19T04:12:25.745Z | Compiling zerocopy v0.7.35 |
| 1211 | 2026-07-19T04:12:25.820Z | Compiling num_enum_derive v0.7.5 |
| 1212 | 2026-07-19T04:12:25.915Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1213 | 2026-07-19T04:12:26.061Z | Checking cobs v0.3.0 |
| 1214 | 2026-07-19T04:12:26.212Z | Compiling scroll_derive v0.12.1 |
| 1215 | 2026-07-19T04:12:26.250Z | Compiling foreign-types-macros v0.2.3 |
| 1216 | 2026-07-19T04:12:26.289Z | Compiling usdt-impl v0.5.0 |
| 1217 | 2026-07-19T04:12:26.480Z | Checking foreign-types-shared v0.3.1 |
| 1218 | 2026-07-19T04:12:26.549Z | Checking managed v0.8.0 |
| 1219 | 2026-07-19T04:12:26.577Z | Compiling crucible-workspace-hack v0.1.0 |
| 1220 | 2026-07-19T04:12:26.745Z | Checking bitflags v1.3.2 |
| 1221 | 2026-07-19T04:12:26.862Z | Checking num_enum v0.7.5 |
| 1222 | 2026-07-19T04:12:26.878Z | Checking foreign-types v0.5.0 |
| 1223 | 2026-07-19T04:12:26.910Z | Checking scroll v0.12.0 |
| 1224 | 2026-07-19T04:12:26.927Z | Compiling dof v0.3.0 |
| 1225 | 2026-07-19T04:12:26.955Z | Checking postcard v1.1.3 |
| 1226 | 2026-07-19T04:12:27.234Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1227 | 2026-07-19T04:12:27.268Z | Compiling dtrace-parser v0.2.0 |
| 1228 | 2026-07-19T04:12:27.285Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1229 | 2026-07-19T04:12:27.348Z | Checking camino-tempfile v1.4.1 |
| 1230 | 2026-07-19T04:12:27.383Z | Checking ingot-types v0.1.2 |
| 1231 | 2026-07-19T04:12:27.449Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1232 | 2026-07-19T04:12:27.509Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1233 | 2026-07-19T04:12:27.662Z | Checking cstr-argument v0.1.2 |
| 1234 | 2026-07-19T04:12:27.723Z | Checking ingot v0.1.1 |
| 1235 | 2026-07-19T04:12:27.748Z | Compiling thread-id v4.2.2 |
| 1236 | 2026-07-19T04:12:27.770Z | Compiling heck v0.4.1 |
| 1237 | 2026-07-19T04:12:27.786Z | Compiling minimal-lexical v0.2.1 |
| 1238 | 2026-07-19T04:12:27.875Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1239 | 2026-07-19T04:12:27.968Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1240 | 2026-07-19T04:12:28.000Z | Compiling nom v7.1.3 |
| 1241 | 2026-07-19T04:12:28.048Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1242 | 2026-07-19T04:12:28.079Z | Checking goblin v0.8.2 |
| 1243 | 2026-07-19T04:12:28.168Z | Checking rayon v1.11.0 |
| 1244 | 2026-07-19T04:12:28.365Z | Compiling num_enum_derive v0.5.11 |
| 1245 | 2026-07-19T04:12:28.695Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1246 | 2026-07-19T04:12:29.014Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-07-19T04:12:29.200Z | Compiling rustc_version v0.4.1 |
| 1248 | 2026-07-19T04:12:29.332Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1249 | 2026-07-19T04:12:29.481Z | Compiling rustix v0.38.44 |
| 1250 | 2026-07-19T04:12:29.642Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1251 | 2026-07-19T04:12:29.672Z | Checking tinyvec_macros v0.1.1 |
| 1252 | 2026-07-19T04:12:29.744Z | Compiling convert_case v0.4.0 |
| 1253 | 2026-07-19T04:12:29.761Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1254 | 2026-07-19T04:12:29.937Z | Checking tinyvec v1.10.0 |
| 1255 | 2026-07-19T04:12:30.004Z | Compiling proc-macro-error2 v2.0.1 |
| 1256 | 2026-07-19T04:12:30.057Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1257 | 2026-07-19T04:12:30.095Z | Compiling derive_more v0.99.20 |
| 1258 | 2026-07-19T04:12:30.258Z | Checking num_enum v0.5.11 |
| 1259 | 2026-07-19T04:12:30.276Z | Compiling libz-sys v1.1.22 |
| 1260 | 2026-07-19T04:12:30.368Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1261 | 2026-07-19T04:12:30.471Z | Compiling crc32fast v1.5.0 |
| 1262 | 2026-07-19T04:12:30.731Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1263 | 2026-07-19T04:12:30.764Z | Compiling tabled_derive v0.11.0 |
| 1264 | 2026-07-19T04:12:30.807Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1265 | 2026-07-19T04:12:31.231Z | Compiling usdt-macro v0.5.0 |
| 1266 | 2026-07-19T04:12:31.509Z | Compiling usdt-attr-macro v0.5.0 |
| 1267 | 2026-07-19T04:12:31.528Z | Compiling zone_cfg_derive v0.3.1 |
| 1268 | 2026-07-19T04:12:31.679Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1269 | 2026-07-19T04:12:31.844Z | Checking papergrid v0.17.0 |
| 1270 | 2026-07-19T04:12:31.907Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1271 | 2026-07-19T04:12:32.196Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1272 | 2026-07-19T04:12:32.240Z | Checking itertools v0.12.1 |
| 1273 | 2026-07-19T04:12:32.324Z | Checking testing_table v0.3.0 |
| 1274 | 2026-07-19T04:12:32.342Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1275 | 2026-07-19T04:12:32.368Z | Checking memmap v0.7.0 |
| 1276 | 2026-07-19T04:12:32.420Z | Checking sigpipe v0.1.3 |
| 1277 | 2026-07-19T04:12:32.502Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1278 | 2026-07-19T04:12:32.505Z | Checking glob v0.3.3 |
| 1279 | 2026-07-19T04:12:32.568Z | Checking jiff v0.2.15 |
| 1280 | 2026-07-19T04:12:32.604Z | Checking adler2 v2.0.1 |
| 1281 | 2026-07-19T04:12:32.668Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1282 | 2026-07-19T04:12:32.701Z | Checking tabled v0.20.0 |
| 1283 | 2026-07-19T04:12:32.718Z | Checking miniz_oxide v0.8.9 |
| 1284 | 2026-07-19T04:12:32.807Z | Checking usdt v0.5.0 |
| 1285 | 2026-07-19T04:12:32.837Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1286 | 2026-07-19T04:12:32.972Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-07-19T04:12:33.058Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1288 | 2026-07-19T04:12:33.214Z | Checking zone v0.3.1 |
| 1289 | 2026-07-19T04:12:33.273Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1290 | 2026-07-19T04:12:33.401Z | Checking smf v0.2.3 |
| 1291 | 2026-07-19T04:12:33.537Z | Checking secrecy v0.10.3 |
| 1292 | 2026-07-19T04:12:33.563Z | Checking bstr v1.12.0 |
| 1293 | 2026-07-19T04:12:33.581Z | Checking whoami v1.6.1 |
| 1294 | 2026-07-19T04:12:33.678Z | Checking flate2 v1.1.2 |
| 1295 | 2026-07-19T04:12:33.750Z | Compiling curve25519-dalek v4.1.3 |
| 1296 | 2026-07-19T04:12:33.903Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1297 | 2026-07-19T04:12:33.965Z | Checking hmac v0.12.1 |
| 1298 | 2026-07-19T04:12:34.003Z | Compiling clang-sys v1.8.1 |
| 1299 | 2026-07-19T04:12:34.033Z | Checking inout v0.1.4 |
| 1300 | 2026-07-19T04:12:34.102Z | Checking hybrid-array v0.4.12 |
| 1301 | 2026-07-19T04:12:34.172Z | Checking ff v0.13.1 |
| 1302 | 2026-07-19T04:12:34.303Z | Compiling enum-as-inner v0.6.1 |
| 1303 | 2026-07-19T04:12:34.378Z | Compiling semver v0.1.20 |
| 1304 | 2026-07-19T04:12:34.565Z | Checking data-encoding v2.9.0 |
| 1305 | 2026-07-19T04:12:34.642Z | Compiling rustc_version v0.1.7 |
| 1306 | 2026-07-19T04:12:34.759Z | Checking group v0.13.0 |
| 1307 | 2026-07-19T04:12:34.840Z | Checking cipher v0.4.4 |
| 1308 | 2026-07-19T04:12:34.858Z | Checking hkdf v0.12.4 |
| 1309 | 2026-07-19T04:12:34.875Z | Checking atomicwrites v0.4.4 |
| 1310 | 2026-07-19T04:12:34.973Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1311 | 2026-07-19T04:12:34.993Z | Checking universal-hash v0.5.1 |
| 1312 | 2026-07-19T04:12:35.011Z | Checking crypto-bigint v0.5.5 |
| 1313 | 2026-07-19T04:12:35.039Z | Compiling regress v0.11.1 |
| 1314 | 2026-07-19T04:12:35.065Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1315 | 2026-07-19T04:12:35.120Z | Checking half v2.7.1 |
| 1316 | 2026-07-19T04:12:35.226Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1317 | 2026-07-19T04:12:35.298Z | Checking opaque-debug v0.3.1 |
| 1318 | 2026-07-19T04:12:35.372Z | Checking base64ct v1.8.0 |
| 1319 | 2026-07-19T04:12:35.389Z | Checking base16ct v0.2.0 |
| 1320 | 2026-07-19T04:12:35.518Z | Checking indent_write v2.2.0 |
| 1321 | 2026-07-19T04:12:35.615Z | Checking ciborium-io v0.2.2 |
| 1322 | 2026-07-19T04:12:35.654Z | Checking password-hash v0.5.0 |
| 1323 | 2026-07-19T04:12:35.712Z | Checking ciborium-ll v0.2.2 |
| 1324 | 2026-07-19T04:12:35.892Z | Checking poly1305 v0.8.0 |
| 1325 | 2026-07-19T04:12:35.909Z | Checking chacha20 v0.9.1 |
| 1326 | 2026-07-19T04:12:36.026Z | Checking elliptic-curve v0.13.8 |
| 1327 | 2026-07-19T04:12:36.050Z | Checking thiserror-no-std v2.0.2 |
| 1328 | 2026-07-19T04:12:36.105Z | Compiling newtype_derive v0.1.6 |
| 1329 | 2026-07-19T04:12:36.127Z | Checking block-buffer v0.12.0 |
| 1330 | 2026-07-19T04:12:36.144Z | Checking crypto-common v0.2.2 |
| 1331 | 2026-07-19T04:12:36.273Z | Checking similar v2.7.0 |
| 1332 | 2026-07-19T04:12:36.291Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1333 | 2026-07-19T04:12:36.334Z | Checking blake2 v0.10.6 |
| 1334 | 2026-07-19T04:12:36.539Z | Checking aead v0.5.2 |
| 1335 | 2026-07-19T04:12:36.558Z | Compiling typify-impl v0.6.2 |
| 1336 | 2026-07-19T04:12:36.561Z | Compiling libloading v0.8.9 |
| 1337 | 2026-07-19T04:12:36.607Z | Checking const-oid v0.10.2 |
| 1338 | 2026-07-19T04:12:36.611Z | Checking compression-core v0.4.32 |
| 1339 | 2026-07-19T04:12:36.674Z | Compiling owo-colors v4.3.0 |
| 1340 | 2026-07-19T04:12:36.754Z | Checking resolv-conf v0.7.5 |
| 1341 | 2026-07-19T04:12:36.771Z | Compiling bindgen v0.72.1 |
| 1342 | 2026-07-19T04:12:36.774Z | Checking linked-hash-map v0.5.6 |
| 1343 | 2026-07-19T04:12:36.774Z | Checking keccak v0.1.6 |
| 1344 | 2026-07-19T04:12:36.938Z | Checking digest v0.11.3 |
| 1345 | 2026-07-19T04:12:36.956Z | Checking lru-cache v0.1.2 |
| 1346 | 2026-07-19T04:12:36.959Z | Checking sha3 v0.10.8 |
| 1347 | 2026-07-19T04:12:37.071Z | Checking compression-codecs v0.4.32 |
| 1348 | 2026-07-19T04:12:37.104Z | Checking chacha20poly1305 v0.10.1 |
| 1349 | 2026-07-19T04:12:37.107Z | Checking vsss-rs v3.3.4 |
| 1350 | 2026-07-19T04:12:37.169Z | Checking argon2 v0.5.3 |
| 1351 | 2026-07-19T04:12:37.251Z | Checking ciborium v0.2.2 |
| 1352 | 2026-07-19T04:12:37.287Z | Checking hickory-proto v0.24.4 |
| 1353 | 2026-07-19T04:12:37.485Z | Checking tokio-dtrace v0.1.1 |
| 1354 | 2026-07-19T04:12:37.667Z | Compiling cexpr v0.6.0 |
| 1355 | 2026-07-19T04:12:37.672Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1356 | 2026-07-19T04:12:37.964Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1357 | 2026-07-19T04:12:38.193Z | Checking serde-big-array v0.5.1 |
| 1358 | 2026-07-19T04:12:38.211Z | Compiling derive-where v1.6.0 |
| 1359 | 2026-07-19T04:12:38.281Z | Compiling serde_repr v0.1.20 |
| 1360 | 2026-07-19T04:12:38.335Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1361 | 2026-07-19T04:12:38.593Z | Compiling dropshot v0.17.1 |
| 1362 | 2026-07-19T04:12:38.620Z | Checking same-file v1.0.6 |
| 1363 | 2026-07-19T04:12:38.749Z | Compiling shlex v1.3.0 |
| 1364 | 2026-07-19T04:12:38.834Z | Checking unicode-segmentation v1.12.0 |
| 1365 | 2026-07-19T04:12:38.879Z | Checking siphasher v1.0.1 |
| 1366 | 2026-07-19T04:12:38.896Z | Checking cpufeatures v0.3.0 |
| 1367 | 2026-07-19T04:12:38.952Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1368 | 2026-07-19T04:12:38.976Z | Checking sha1 v0.11.0 |
| 1369 | 2026-07-19T04:12:39.052Z | Checking phf_shared v0.12.1 |
| 1370 | 2026-07-19T04:12:39.162Z | Checking newline-converter v0.3.0 |
| 1371 | 2026-07-19T04:12:39.198Z | Checking hickory-resolver v0.24.4 |
| 1372 | 2026-07-19T04:12:39.338Z | Checking walkdir v2.5.0 |
| 1373 | 2026-07-19T04:12:39.508Z | Checking toml v1.1.2+spec-1.1.0 |
| 1374 | 2026-07-19T04:12:39.527Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1375 | 2026-07-19T04:12:39.915Z | Checking oxide-tokio-rt v0.1.2 |
| 1376 | 2026-07-19T04:12:40.060Z | Compiling typify-macro v0.6.2 |
| 1377 | 2026-07-19T04:12:40.078Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1378 | 2026-07-19T04:12:40.114Z | Checking async-compression v0.4.33 |
| 1379 | 2026-07-19T04:12:40.277Z | Compiling progenitor-impl v0.10.0 |
| 1380 | 2026-07-19T04:12:40.359Z | Checking console v0.15.11 |
| 1381 | 2026-07-19T04:12:40.641Z | Checking tokio-stream v0.1.17 |
| 1382 | 2026-07-19T04:12:40.763Z | Compiling dropshot_endpoint v0.17.1 |
| 1383 | 2026-07-19T04:12:40.781Z | Compiling pin-project-internal v1.1.10 |
| 1384 | 2026-07-19T04:12:41.022Z | Compiling slog-dtrace v0.3.0 |
| 1385 | 2026-07-19T04:12:41.202Z | Checking csv-core v0.1.12 |
| 1386 | 2026-07-19T04:12:41.267Z | Compiling chrono-tz v0.10.4 |
| 1387 | 2026-07-19T04:12:41.390Z | Checking foldhash v0.1.5 |
| 1388 | 2026-07-19T04:12:41.492Z | Checking smawk v0.3.2 |
| 1389 | 2026-07-19T04:12:41.533Z | Checking swrite v0.1.0 |
| 1390 | 2026-07-19T04:12:41.606Z | Compiling unicode-xid v0.2.6 |
| 1391 | 2026-07-19T04:12:41.626Z | Checking unicode-width v0.1.14 |
| 1392 | 2026-07-19T04:12:41.631Z | Checking unicode-linebreak v0.1.5 |
| 1393 | 2026-07-19T04:12:41.735Z | Compiling cancel-safe-futures v0.1.5 |
| 1394 | 2026-07-19T04:12:41.859Z | Checking pin-project v1.1.10 |
| 1395 | 2026-07-19T04:12:41.862Z | Checking textwrap v0.16.2 |
| 1396 | 2026-07-19T04:12:41.894Z | Compiling const_format_proc_macros v0.2.34 |
| 1397 | 2026-07-19T04:12:41.978Z | Checking hashbrown v0.15.5 |
| 1398 | 2026-07-19T04:12:42.055Z | Checking csv v1.4.0 |
| 1399 | 2026-07-19T04:12:42.134Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1400 | 2026-07-19T04:12:42.323Z | Compiling progenitor-macro v0.10.0 |
| 1401 | 2026-07-19T04:12:42.419Z | Checking qorb v0.4.1 |
| 1402 | 2026-07-19T04:12:42.452Z | Checking expectorate v1.2.0 |
| 1403 | 2026-07-19T04:12:42.586Z | Checking phf v0.12.1 |
| 1404 | 2026-07-19T04:12:42.681Z | Checking unicode-normalization v0.1.24 |
| 1405 | 2026-07-19T04:12:42.736Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-07-19T04:12:43.388Z | Checking libsw-core v0.3.2 |
| 1407 | 2026-07-19T04:12:43.577Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1408 | 2026-07-19T04:12:43.619Z | Compiling async-recursion v1.1.1 |
| 1409 | 2026-07-19T04:12:43.800Z | Compiling snafu-derive v0.8.9 |
| 1410 | 2026-07-19T04:12:44.025Z | Compiling cookie v0.18.1 |
| 1411 | 2026-07-19T04:12:44.171Z | Checking fixedbitset v0.5.7 |
| 1412 | 2026-07-19T04:12:44.310Z | Checking fixedbitset v0.4.2 |
| 1413 | 2026-07-19T04:12:44.328Z | Checking highway v1.3.0 |
| 1414 | 2026-07-19T04:12:44.379Z | Compiling moka v0.12.11 |
| 1415 | 2026-07-19T04:12:44.472Z | Checking petgraph v0.6.5 |
| 1416 | 2026-07-19T04:12:44.563Z | Checking petgraph v0.8.2 |
| 1417 | 2026-07-19T04:12:45.534Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1418 | 2026-07-19T04:12:45.551Z | Checking snafu v0.8.9 |
| 1419 | 2026-07-19T04:12:45.698Z | Checking libsw v3.5.0 |
| 1420 | 2026-07-19T04:12:45.740Z | Checking olpc-cjson v0.1.4 |
| 1421 | 2026-07-19T04:12:45.851Z | Checking const_format v0.2.34 |
| 1422 | 2026-07-19T04:12:45.882Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1423 | 2026-07-19T04:12:46.080Z | Checking papergrid v0.11.0 |
| 1424 | 2026-07-19T04:12:46.114Z | Compiling typify v0.6.2 |
| 1425 | 2026-07-19T04:12:46.180Z | Checking globset v0.4.16 |
| 1426 | 2026-07-19T04:12:46.213Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1427 | 2026-07-19T04:12:46.270Z | Checking gethostname v0.5.0 |
| 1428 | 2026-07-19T04:12:46.425Z | Compiling tabled_derive v0.7.0 |
| 1429 | 2026-07-19T04:12:46.467Z | Checking progenitor v0.10.0 |
| 1430 | 2026-07-19T04:12:46.484Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1431 | 2026-07-19T04:12:46.604Z | Checking reqwest v0.13.2 |
| 1432 | 2026-07-19T04:12:46.673Z | Checking bcs v0.1.6 |
| 1433 | 2026-07-19T04:12:46.697Z | Checking pem v3.0.5 |
| 1434 | 2026-07-19T04:12:46.816Z | Checking serde_plain v1.0.2 |
| 1435 | 2026-07-19T04:12:46.858Z | Compiling signal-hook v0.4.4 |
| 1436 | 2026-07-19T04:12:46.904Z | Checking linear-map v1.2.0 |
| 1437 | 2026-07-19T04:12:46.965Z | Checking humantime v2.3.0 |
| 1438 | 2026-07-19T04:12:47.078Z | Checking termtree v0.5.1 |
| 1439 | 2026-07-19T04:12:47.081Z | Checking typed-path v0.9.3 |
| 1440 | 2026-07-19T04:12:47.143Z | Checking tagptr v0.2.0 |
| 1441 | 2026-07-19T04:12:47.160Z | Checking crc8 v0.1.1 |
| 1442 | 2026-07-19T04:12:47.258Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-07-19T04:12:47.276Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-07-19T04:12:47.357Z | Checking tabled v0.15.0 |
| 1445 | 2026-07-19T04:12:47.825Z | Checking tough v0.20.0 |
| 1446 | 2026-07-19T04:12:47.899Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1447 | 2026-07-19T04:12:48.068Z | Compiling progenitor-impl v0.14.0 |
| 1448 | 2026-07-19T04:12:48.509Z | Checking steno v0.4.1 |
| 1449 | 2026-07-19T04:12:48.842Z | Checking hickory-proto v0.25.2 |
| 1450 | 2026-07-19T04:12:49.418Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1451 | 2026-07-19T04:12:49.514Z | Compiling cargo-platform v0.1.9 |
| 1452 | 2026-07-19T04:12:49.764Z | Compiling vergen v8.3.2 |
| 1453 | 2026-07-19T04:12:49.784Z | Compiling fs-err v3.1.2 |
| 1454 | 2026-07-19T04:12:49.848Z | Compiling cargo_metadata v0.18.1 |
| 1455 | 2026-07-19T04:12:50.153Z | Checking progenitor-client v0.14.0 |
| 1456 | 2026-07-19T04:12:50.203Z | Compiling progenitor-macro v0.14.0 |
| 1457 | 2026-07-19T04:12:50.335Z | Checking dropshot-api-manager-types v0.7.2 |
| 1458 | 2026-07-19T04:12:50.371Z | Checking sha2 v0.10.9 |
| 1459 | 2026-07-19T04:12:50.428Z | Checking hickory-resolver v0.25.2 |
| 1460 | 2026-07-19T04:12:50.507Z | Compiling blake3 v1.8.2 |
| 1461 | 2026-07-19T04:12:50.899Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1462 | 2026-07-19T04:12:50.927Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-07-19T04:12:51.445Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1464 | 2026-07-19T04:12:51.860Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-07-19T04:12:52.004Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-07-19T04:12:52.022Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1467 | 2026-07-19T04:12:52.237Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1468 | 2026-07-19T04:12:52.396Z | Checking git-stub v1.0.0 |
| 1469 | 2026-07-19T04:12:52.554Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1470 | 2026-07-19T04:12:52.584Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-07-19T04:12:52.918Z | Compiling strum_macros v0.28.0 |
| 1472 | 2026-07-19T04:12:53.017Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1473 | 2026-07-19T04:12:53.059Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-07-19T04:12:53.262Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-07-19T04:12:53.304Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1476 | 2026-07-19T04:12:53.546Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1477 | 2026-07-19T04:12:53.771Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1478 | 2026-07-19T04:12:53.862Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1479 | 2026-07-19T04:12:54.117Z | Checking filetime v0.2.26 |
| 1480 | 2026-07-19T04:12:54.266Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1481 | 2026-07-19T04:12:54.427Z | Checking progenitor v0.14.0 |
| 1482 | 2026-07-19T04:12:54.452Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1483 | 2026-07-19T04:12:54.496Z | Checking arrayvec v0.7.6 |
| 1484 | 2026-07-19T04:12:54.520Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1485 | 2026-07-19T04:12:54.555Z | Compiling curl v0.4.50 |
| 1486 | 2026-07-19T04:12:54.679Z | Checking arrayref v0.3.9 |
| 1487 | 2026-07-19T04:12:54.756Z | Checking xattr v1.6.1 |
| 1488 | 2026-07-19T04:12:54.803Z | Checking constant_time_eq v0.3.1 |
| 1489 | 2026-07-19T04:12:54.833Z | Checking is_ci v1.2.0 |
| 1490 | 2026-07-19T04:12:54.889Z | Checking tar v0.4.45 |
| 1491 | 2026-07-19T04:12:54.938Z | Checking supports-color v3.0.2 |
| 1492 | 2026-07-19T04:12:55.070Z | Checking strum v0.28.0 |
| 1493 | 2026-07-19T04:12:55.192Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1494 | 2026-07-19T04:12:55.290Z | Checking toml v0.7.8 |
| 1495 | 2026-07-19T04:12:55.308Z | Checking git-stub-vcs v0.1.0 |
| 1496 | 2026-07-19T04:12:55.635Z | Checking drift v0.2.0 |
| 1497 | 2026-07-19T04:12:55.782Z | Checking kstat-rs v0.2.4 |
| 1498 | 2026-07-19T04:12:55.950Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1499 | 2026-07-19T04:12:55.971Z | Checking topological-sort v0.2.2 |
| 1500 | 2026-07-19T04:12:56.109Z | Checking omicron-zone-package v0.12.2 |
| 1501 | 2026-07-19T04:12:56.356Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-07-19T04:12:56.592Z | Checking dropshot-api-manager v0.7.2 |
| 1503 | 2026-07-19T04:12:57.528Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1504 | 2026-07-19T04:12:57.583Z | Checking signal-hook-tokio v0.4.0 |
| 1505 | 2026-07-19T04:12:57.711Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1506 | 2026-07-19T04:12:57.920Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1507 | 2026-07-19T04:12:58.227Z | Checking scuffle v0.1.0 |
| 1508 | 2026-07-19T04:12:58.656Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1509 | 2026-07-19T04:12:58.791Z | Checking iddqd v0.4.5 |
| 1510 | 2026-07-19T04:12:58.832Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-07-19T04:12:58.893Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1512 | 2026-07-19T04:12:58.919Z | Checking search_path v0.1.4 |
| 1513 | 2026-07-19T04:12:59.063Z | Checking internet-checksum v0.2.1 |
| 1514 | 2026-07-19T04:12:59.094Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1515 | 2026-07-19T04:12:59.186Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1516 | 2026-07-19T04:12:59.452Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1517 | 2026-07-19T04:12:59.742Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-07-19T04:13:00.099Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1519 | 2026-07-19T04:13:00.237Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-07-19T04:13:00.613Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1521 | 2026-07-19T04:13:01.812Z | Compiling git2 v0.19.0 |
| 1522 | 2026-07-19T04:13:03.270Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1523 | 2026-07-19T04:13:04.094Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1524 | 2026-07-19T04:13:11.542Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-07-19T04:13:12.810Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-07-19T04:13:17.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
| 1527 | 2026-07-19T04:13:18.051Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1528 | 2026-07-19T04:13:18.051Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1529 | 2026-07-19T04:13:18.550Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1530 | 2026-07-19T04:13:18.553Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1531 | 2026-07-19T04:13:18.637Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1532 | 2026-07-19T04:13:18.645Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1533 | 2026-07-19T04:13:25.749Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1534 | 2026-07-19T04:13:25.749Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1535 | 2026-07-19T04:13:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
| 1536 | 2026-07-19T04:13:28.412Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1537 | 2026-07-19T04:13:28.412Z | + cargo clippy --features softnpu -- --deny warnings |
| 1538 | 2026-07-19T04:13:28.716Z | Downloading crates ... |
| 1539 | 2026-07-19T04:13:28.848Z | Downloaded tap v1.0.1 |
| 1540 | 2026-07-19T04:13:28.851Z | Downloaded radium v0.7.0 |
| 1541 | 2026-07-19T04:13:28.851Z | Downloaded typeid v1.0.3 |
| 1542 | 2026-07-19T04:13:28.856Z | Downloaded wyz v0.5.1 |
| 1543 | 2026-07-19T04:13:28.861Z | Downloaded funty v2.0.0 |
| 1544 | 2026-07-19T04:13:28.864Z | Downloaded libloading v0.7.4 |
| 1545 | 2026-07-19T04:13:28.864Z | Downloaded serde_arrays v0.1.0 |
| 1546 | 2026-07-19T04:13:28.864Z | Downloaded bitstruct_derive v0.1.0 |
| 1547 | 2026-07-19T04:13:28.867Z | Downloaded bitstruct v0.1.1 |
| 1548 | 2026-07-19T04:13:28.869Z | Downloaded erased-serde v0.4.8 |
| 1549 | 2026-07-19T04:13:28.872Z | Downloaded ascii v1.1.0 |
| 1550 | 2026-07-19T04:13:28.881Z | Downloaded bitvec v1.0.1 |
| 1551 | 2026-07-19T04:13:28.889Z | Downloaded num-bigint v0.4.6 |
| 1552 | 2026-07-19T04:13:29.013Z | Checking num-integer v0.1.46 |
| 1553 | 2026-07-19T04:13:29.095Z | Checking num-complex v0.4.6 |
| 1554 | 2026-07-19T04:13:29.106Z | Compiling radium v0.7.0 |
| 1555 | 2026-07-19T04:13:29.114Z | Checking tap v1.0.1 |
| 1556 | 2026-07-19T04:13:29.120Z | Checking funty v2.0.0 |
| 1557 | 2026-07-19T04:13:29.128Z | Compiling typeid v1.0.3 |
| 1558 | 2026-07-19T04:13:29.131Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1559 | 2026-07-19T04:13:29.142Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-07-19T04:13:29.198Z | Checking wyz v0.5.1 |
| 1561 | 2026-07-19T04:13:29.292Z | Checking num-bigint v0.4.6 |
| 1562 | 2026-07-19T04:13:29.295Z | Checking num-iter v0.1.45 |
| 1563 | 2026-07-19T04:13:29.349Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1564 | 2026-07-19T04:13:29.363Z | Compiling erased-serde v0.4.8 |
| 1565 | 2026-07-19T04:13:29.416Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-07-19T04:13:29.419Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-07-19T04:13:29.445Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-07-19T04:13:29.495Z | Compiling bitstruct_derive v0.1.0 |
| 1569 | 2026-07-19T04:13:29.538Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-07-19T04:13:29.548Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-07-19T04:13:29.551Z | Checking bitvec v1.0.1 |
| 1572 | 2026-07-19T04:13:29.551Z | Checking ascii v1.1.0 |
| 1573 | 2026-07-19T04:13:29.551Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1574 | 2026-07-19T04:13:29.628Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-07-19T04:13:29.724Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1576 | 2026-07-19T04:13:29.734Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1577 | 2026-07-19T04:13:29.742Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1578 | 2026-07-19T04:13:29.751Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-07-19T04:13:30.007Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-07-19T04:13:30.043Z | Checking serde_arrays v0.1.0 |
| 1581 | 2026-07-19T04:13:30.107Z | Checking num-rational v0.4.2 |
| 1582 | 2026-07-19T04:13:30.127Z | Checking bitstruct v0.1.1 |
| 1583 | 2026-07-19T04:13:30.140Z | Checking libloading v0.7.4 |
| 1584 | 2026-07-19T04:13:30.160Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1585 | 2026-07-19T04:13:30.372Z | Checking num v0.4.3 |
| 1586 | 2026-07-19T04:13:30.438Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-07-19T04:13:31.009Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1588 | 2026-07-19T04:13:31.303Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1589 | 2026-07-19T04:13:31.306Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1590 | 2026-07-19T04:13:31.493Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1591 | 2026-07-19T04:13:31.652Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-07-19T04:13:31.652Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-07-19T04:13:32.117Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-07-19T04:13:32.333Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1595 | 2026-07-19T04:13:32.333Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-07-19T04:13:32.336Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1597 | 2026-07-19T04:13:32.336Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-07-19T04:13:32.715Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1599 | 2026-07-19T04:13:33.126Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1600 | 2026-07-19T04:13:33.987Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-07-19T04:13:36.189Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1602 | 2026-07-19T04:13:36.537Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1603 | 2026-07-19T04:13:37.405Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1604 | 2026-07-19T04:13:38.128Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1605 | 2026-07-19T04:13:38.245Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1606 | 2026-07-19T04:13:44.662Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-07-19T04:13:45.916Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-07-19T04:13:46.445Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1609 | 2026-07-19T04:13:50.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.37s |
| 1610 | 2026-07-19T04:13:50.984Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1611 | 2026-07-19T04:13:50.984Z | + cargo clippy --features chaos -- --deny warnings |
| 1612 | 2026-07-19T04:13:51.458Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1613 | 2026-07-19T04:13:51.463Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1614 | 2026-07-19T04:13:51.463Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1615 | 2026-07-19T04:13:58.590Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-07-19T04:13:58.593Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1617 | 2026-07-19T04:14:01.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s |
| 1618 | 2026-07-19T04:14:01.184Z | + banner fmt |
| 1619 | 2026-07-19T04:14:01.189Z | |
| 1620 | 2026-07-19T04:14:01.189Z | ###### # # ##### |
| 1621 | 2026-07-19T04:14:01.189Z | # ## ## # |
| 1622 | 2026-07-19T04:14:01.189Z | ##### # ## # # |
| 1623 | 2026-07-19T04:14:01.189Z | # # # # |
| 1624 | 2026-07-19T04:14:01.189Z | # # # # |
| 1625 | 2026-07-19T04:14:01.189Z | # # # # |
| 1626 | 2026-07-19T04:14:01.189Z | |
| 1627 | 2026-07-19T04:14:01.189Z | + cargo fmt -- --check |
| 1628 | 2026-07-19T04:14:01.629Z | + banner test |
| 1629 | 2026-07-19T04:14:01.631Z | |
| 1630 | 2026-07-19T04:14:01.631Z | ##### ###### #### ##### |
| 1631 | 2026-07-19T04:14:01.632Z | # # # # |
| 1632 | 2026-07-19T04:14:01.632Z | # ##### #### # |
| 1633 | 2026-07-19T04:14:01.632Z | # # # # |
| 1634 | 2026-07-19T04:14:01.632Z | # # # # # |
| 1635 | 2026-07-19T04:14:01.632Z | # ###### #### # |
| 1636 | 2026-07-19T04:14:01.632Z | |
| 1637 | 2026-07-19T04:14:01.632Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1638 | 2026-07-19T04:14:01.632Z | + RUST_BACKTRACE=full |
| 1639 | 2026-07-19T04:14:01.632Z | + cargo test --features tofino_stub --no-fail-fast |
| 1640 | 2026-07-19T04:14:02.472Z | Compiling unicode-ident v1.0.24 |
| 1641 | 2026-07-19T04:14:02.472Z | Compiling cfg-if v1.0.4 |
| 1642 | 2026-07-19T04:14:02.472Z | Compiling memchr v2.7.5 |
| 1643 | 2026-07-19T04:14:02.476Z | Compiling serde_core v1.0.228 |
| 1644 | 2026-07-19T04:14:02.593Z | Compiling itoa v1.0.15 |
| 1645 | 2026-07-19T04:14:02.600Z | Compiling libc v0.2.186 |
| 1646 | 2026-07-19T04:14:02.608Z | Compiling zmij v1.0.17 |
| 1647 | 2026-07-19T04:14:02.636Z | Compiling libm v0.2.15 |
| 1648 | 2026-07-19T04:14:02.685Z | Compiling proc-macro2 v1.0.106 |
| 1649 | 2026-07-19T04:14:02.730Z | Compiling heck v0.5.0 |
| 1650 | 2026-07-19T04:14:02.877Z | Compiling equivalent v1.0.2 |
| 1651 | 2026-07-19T04:14:02.997Z | Compiling log v0.4.29 |
| 1652 | 2026-07-19T04:14:03.086Z | Compiling quote v1.0.47 |
| 1653 | 2026-07-19T04:14:03.098Z | Compiling smallvec v1.15.1 |
| 1654 | 2026-07-19T04:14:03.179Z | Compiling iana-time-zone v0.1.64 |
| 1655 | 2026-07-19T04:14:03.299Z | Compiling syn v2.0.118 |
| 1656 | 2026-07-19T04:14:03.312Z | Compiling dyn-clone v1.0.20 |
| 1657 | 2026-07-19T04:14:03.374Z | Compiling hashbrown v0.17.1 |
| 1658 | 2026-07-19T04:14:03.387Z | Compiling stable_deref_trait v1.2.0 |
| 1659 | 2026-07-19T04:14:03.399Z | Compiling pin-project-lite v0.2.16 |
| 1660 | 2026-07-19T04:14:03.450Z | Compiling percent-encoding v2.3.2 |
| 1661 | 2026-07-19T04:14:03.464Z | Compiling fnv v1.0.7 |
| 1662 | 2026-07-19T04:14:03.511Z | Compiling writeable v0.6.1 |
| 1663 | 2026-07-19T04:14:03.574Z | Compiling litemap v0.8.0 |
| 1664 | 2026-07-19T04:14:03.652Z | Compiling icu_properties_data v2.0.1 |
| 1665 | 2026-07-19T04:14:03.752Z | Compiling icu_normalizer_data v2.0.0 |
| 1666 | 2026-07-19T04:14:03.784Z | Compiling regex-syntax v0.8.11 |
| 1667 | 2026-07-19T04:14:03.796Z | Compiling form_urlencoded v1.2.2 |
| 1668 | 2026-07-19T04:14:03.816Z | Compiling utf8_iter v1.0.4 |
| 1669 | 2026-07-19T04:14:03.829Z | Compiling scopeguard v1.2.0 |
| 1670 | 2026-07-19T04:14:03.937Z | Compiling lock_api v0.4.14 |
| 1671 | 2026-07-19T04:14:03.949Z | Compiling num-traits v0.2.19 |
| 1672 | 2026-07-19T04:14:03.964Z | Compiling getrandom v0.4.2 |
| 1673 | 2026-07-19T04:14:04.109Z | Compiling aho-corasick v1.1.3 |
| 1674 | 2026-07-19T04:14:04.169Z | Compiling byteorder v1.5.0 |
| 1675 | 2026-07-19T04:14:04.394Z | Compiling semver v1.0.28 |
| 1676 | 2026-07-19T04:14:04.418Z | Compiling serde_json v1.0.150 |
| 1677 | 2026-07-19T04:14:04.558Z | Compiling indexmap v2.14.0 |
| 1678 | 2026-07-19T04:14:04.628Z | Compiling ucd-trie v0.1.7 |
| 1679 | 2026-07-19T04:14:04.738Z | Compiling futures-core v0.3.32 |
| 1680 | 2026-07-19T04:14:04.785Z | Compiling uuid v1.23.3 |
| 1681 | 2026-07-19T04:14:04.889Z | Compiling allocator-api2 v0.2.21 |
| 1682 | 2026-07-19T04:14:05.175Z | Compiling num-conv v0.2.1 |
| 1683 | 2026-07-19T04:14:05.206Z | Compiling regex-automata v0.4.13 |
| 1684 | 2026-07-19T04:14:05.208Z | Compiling time-core v0.1.8 |
| 1685 | 2026-07-19T04:14:05.327Z | Compiling foldhash v0.2.0 |
| 1686 | 2026-07-19T04:14:05.340Z | Compiling futures-sink v0.3.32 |
| 1687 | 2026-07-19T04:14:05.367Z | Compiling time-macros v0.2.27 |
| 1688 | 2026-07-19T04:14:05.443Z | Compiling ryu v1.0.20 |
| 1689 | 2026-07-19T04:14:05.526Z | Compiling hashbrown v0.16.1 |
| 1690 | 2026-07-19T04:14:05.628Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-07-19T04:14:05.767Z | Compiling slab v0.4.11 |
| 1692 | 2026-07-19T04:14:06.048Z | Compiling synstructure v0.13.2 |
| 1693 | 2026-07-19T04:14:06.098Z | Compiling serde_derive_internals v0.29.1 |
| 1694 | 2026-07-19T04:14:06.110Z | Compiling plain v0.2.3 |
| 1695 | 2026-07-19T04:14:06.183Z | Compiling strsim v0.11.1 |
| 1696 | 2026-07-19T04:14:06.360Z | Compiling futures-channel v0.3.32 |
| 1697 | 2026-07-19T04:14:06.442Z | Compiling futures-task v0.3.32 |
| 1698 | 2026-07-19T04:14:06.550Z | Compiling futures-io v0.3.32 |
| 1699 | 2026-07-19T04:14:06.563Z | Compiling socket2 v0.6.4 |
| 1700 | 2026-07-19T04:14:06.575Z | Compiling parking_lot_core v0.9.12 |
| 1701 | 2026-07-19T04:14:06.610Z | Compiling signal-hook-registry v1.4.6 |
| 1702 | 2026-07-19T04:14:06.708Z | Compiling thread-id v5.0.0 |
| 1703 | 2026-07-19T04:14:06.795Z | Compiling parking_lot v0.12.5 |
| 1704 | 2026-07-19T04:14:06.829Z | Compiling mio v1.2.1 |
| 1705 | 2026-07-19T04:14:06.873Z | Compiling regex v1.12.4 |
| 1706 | 2026-07-19T04:14:06.999Z | Compiling regress v0.10.5 |
| 1707 | 2026-07-19T04:14:07.020Z | Compiling darling_core v0.21.3 |
| 1708 | 2026-07-19T04:14:07.082Z | Compiling base64 v0.22.1 |
| 1709 | 2026-07-19T04:14:07.211Z | Compiling bitflags v2.11.1 |
| 1710 | 2026-07-19T04:14:07.287Z | Compiling serde_derive v1.0.228 |
| 1711 | 2026-07-19T04:14:07.340Z | Compiling zerofrom-derive v0.1.6 |
| 1712 | 2026-07-19T04:14:07.353Z | Compiling yoke-derive v0.8.0 |
| 1713 | 2026-07-19T04:14:07.430Z | Compiling zerovec-derive v0.11.1 |
| 1714 | 2026-07-19T04:14:07.449Z | Compiling displaydoc v0.2.5 |
| 1715 | 2026-07-19T04:14:07.754Z | Compiling thiserror-impl v2.0.18 |
| 1716 | 2026-07-19T04:14:08.204Z | Compiling schemars_derive v0.8.22 |
| 1717 | 2026-07-19T04:14:08.404Z | Compiling tokio-macros v2.7.0 |
| 1718 | 2026-07-19T04:14:08.536Z | Compiling zerocopy-derive v0.8.27 |
| 1719 | 2026-07-19T04:14:08.576Z | Compiling zeroize_derive v1.4.3 |
| 1720 | 2026-07-19T04:14:09.065Z | Compiling thiserror v2.0.18 |
| 1721 | 2026-07-19T04:14:09.175Z | Compiling futures-macro v0.3.32 |
| 1722 | 2026-07-19T04:14:09.187Z | Compiling zerofrom v0.1.6 |
| 1723 | 2026-07-19T04:14:09.218Z | Compiling thiserror-impl v1.0.69 |
| 1724 | 2026-07-19T04:14:09.281Z | Compiling tracing-attributes v0.1.30 |
| 1725 | 2026-07-19T04:14:09.317Z | Compiling yoke v0.8.0 |
| 1726 | 2026-07-19T04:14:09.460Z | Compiling pest v2.8.2 |
| 1727 | 2026-07-19T04:14:09.510Z | Compiling zerovec v0.11.4 |
| 1728 | 2026-07-19T04:14:09.811Z | Compiling zerocopy v0.8.27 |
| 1729 | 2026-07-19T04:14:10.030Z | Compiling zerotrie v0.2.2 |
| 1730 | 2026-07-19T04:14:10.043Z | Compiling serde v1.0.228 |
| 1731 | 2026-07-19T04:14:10.357Z | Compiling tinystr v0.8.1 |
| 1732 | 2026-07-19T04:14:10.402Z | Compiling potential_utf v0.1.3 |
| 1733 | 2026-07-19T04:14:10.525Z | Compiling bytes v1.12.0 |
| 1734 | 2026-07-19T04:14:10.559Z | Compiling serde_tokenstream v0.2.3 |
| 1735 | 2026-07-19T04:14:10.561Z | Compiling icu_locale_core v2.0.0 |
| 1736 | 2026-07-19T04:14:10.584Z | Compiling icu_collections v2.0.0 |
| 1737 | 2026-07-19T04:14:10.765Z | Compiling pest_meta v2.8.2 |
| 1738 | 2026-07-19T04:14:10.841Z | Compiling chrono v0.4.45 |
| 1739 | 2026-07-19T04:14:10.853Z | Compiling scroll_derive v0.13.1 |
| 1740 | 2026-07-19T04:14:11.095Z | Compiling icu_provider v2.0.0 |
| 1741 | 2026-07-19T04:14:11.161Z | Compiling http v1.4.2 |
| 1742 | 2026-07-19T04:14:11.289Z | Compiling async-trait v0.1.89 |
| 1743 | 2026-07-19T04:14:11.405Z | Compiling icu_normalizer v2.0.0 |
| 1744 | 2026-07-19T04:14:11.439Z | Compiling icu_properties v2.0.1 |
| 1745 | 2026-07-19T04:14:11.520Z | Compiling pest_generator v2.8.2 |
| 1746 | 2026-07-19T04:14:12.014Z | Compiling schemars v0.8.22 |
| 1747 | 2026-07-19T04:14:12.069Z | Compiling scroll v0.13.0 |
| 1748 | 2026-07-19T04:14:12.134Z | Compiling thiserror v1.0.69 |
| 1749 | 2026-07-19T04:14:12.148Z | Compiling pest_derive v2.8.2 |
| 1750 | 2026-07-19T04:14:12.237Z | Compiling tokio v1.52.3 |
| 1751 | 2026-07-19T04:14:12.270Z | Compiling openapiv3 v2.2.0 |
| 1752 | 2026-07-19T04:14:12.332Z | Compiling idna_adapter v1.2.1 |
| 1753 | 2026-07-19T04:14:12.349Z | Compiling goblin v0.10.1 |
| 1754 | 2026-07-19T04:14:12.479Z | Compiling idna v1.1.0 |
| 1755 | 2026-07-19T04:14:12.627Z | Compiling daft-derive v0.1.5 |
| 1756 | 2026-07-19T04:14:12.707Z | Compiling dtrace-parser v0.3.0 |
| 1757 | 2026-07-19T04:14:13.118Z | Compiling url v2.5.7 |
| 1758 | 2026-07-19T04:14:13.237Z | Compiling typify-impl v0.4.3 |
| 1759 | 2026-07-19T04:14:13.380Z | Compiling darling_macro v0.21.3 |
| 1760 | 2026-07-19T04:14:13.576Z | Compiling http-body v1.0.1 |
| 1761 | 2026-07-19T04:14:13.731Z | Compiling ppv-lite86 v0.2.21 |
| 1762 | 2026-07-19T04:14:13.941Z | Compiling serde_yaml v0.9.34+deprecated |
| 1763 | 2026-07-19T04:14:14.040Z | Compiling darling v0.21.3 |
| 1764 | 2026-07-19T04:14:14.051Z | Compiling erased-serde v0.3.31 |
| 1765 | 2026-07-19T04:14:14.063Z | Compiling openssl-macros v0.1.1 |
| 1766 | 2026-07-19T04:14:14.119Z | Compiling getrandom v0.2.16 |
| 1767 | 2026-07-19T04:14:14.534Z | Compiling ipnet v2.11.0 |
| 1768 | 2026-07-19T04:14:14.548Z | Compiling atomic-waker v1.1.2 |
| 1769 | 2026-07-19T04:14:15.090Z | Compiling httparse v1.10.1 |
| 1770 | 2026-07-19T04:14:15.159Z | Compiling dof v0.4.0 |
| 1771 | 2026-07-19T04:14:15.214Z | Compiling untrusted v0.9.0 |
| 1772 | 2026-07-19T04:14:15.343Z | Compiling tower-layer v0.3.3 |
| 1773 | 2026-07-19T04:14:15.385Z | Compiling tower-service v0.3.3 |
| 1774 | 2026-07-19T04:14:15.486Z | Compiling anyhow v1.0.102 |
| 1775 | 2026-07-19T04:14:15.513Z | Compiling try-lock v0.2.5 |
| 1776 | 2026-07-19T04:14:15.534Z | Compiling syn v1.0.109 |
| 1777 | 2026-07-19T04:14:15.624Z | Compiling usdt-impl v0.6.0 |
| 1778 | 2026-07-19T04:14:15.682Z | Compiling want v0.3.1 |
| 1779 | 2026-07-19T04:14:15.856Z | Compiling zeroize v1.8.1 |
| 1780 | 2026-07-19T04:14:15.884Z | Compiling httpdate v1.0.3 |
| 1781 | 2026-07-19T04:14:16.126Z | Compiling portable-atomic v1.11.1 |
| 1782 | 2026-07-19T04:14:16.574Z | Compiling async-stream-impl v0.3.6 |
| 1783 | 2026-07-19T04:14:16.647Z | Compiling structmeta-derive v0.3.0 |
| 1784 | 2026-07-19T04:14:16.817Z | Compiling critical-section v1.2.0 |
| 1785 | 2026-07-19T04:14:17.135Z | Compiling usdt-macro v0.6.0 |
| 1786 | 2026-07-19T04:14:17.148Z | Compiling usdt-attr-macro v0.6.0 |
| 1787 | 2026-07-19T04:14:17.326Z | Compiling once_cell v1.21.3 |
| 1788 | 2026-07-19T04:14:17.548Z | Compiling newtype-uuid-macros v0.1.0 |
| 1789 | 2026-07-19T04:14:17.699Z | Compiling structmeta v0.3.0 |
| 1790 | 2026-07-19T04:14:17.915Z | Compiling strum_macros v0.26.4 |
| 1791 | 2026-07-19T04:14:18.264Z | Compiling powerfmt v0.2.0 |
| 1792 | 2026-07-19T04:14:18.434Z | Compiling deranged v0.5.3 |
| 1793 | 2026-07-19T04:14:18.454Z | Compiling num_threads v0.1.7 |
| 1794 | 2026-07-19T04:14:19.008Z | Compiling http-body-util v0.1.3 |
| 1795 | 2026-07-19T04:14:19.180Z | Compiling omicron-workspace-hack v0.1.0 |
| 1796 | 2026-07-19T04:14:19.253Z | Compiling dropshot_endpoint v0.16.7 |
| 1797 | 2026-07-19T04:14:19.266Z | Compiling serde_urlencoded v0.7.1 |
| 1798 | 2026-07-19T04:14:19.464Z | Compiling typify-macro v0.4.3 |
| 1799 | 2026-07-19T04:14:19.533Z | Compiling ref-cast-impl v1.0.25 |
| 1800 | 2026-07-19T04:14:19.593Z | Compiling derive-ex v0.1.8 |
| 1801 | 2026-07-19T04:14:19.631Z | Compiling strum_macros v0.27.2 |
| 1802 | 2026-07-19T04:14:19.647Z | Compiling sync_wrapper v1.0.2 |
| 1803 | 2026-07-19T04:14:19.755Z | Compiling serde_with_macros v3.14.1 |
| 1804 | 2026-07-19T04:14:20.143Z | Compiling subtle v2.6.1 |
| 1805 | 2026-07-19T04:14:20.231Z | Compiling thread_local v1.1.9 |
| 1806 | 2026-07-19T04:14:20.314Z | Compiling iri-string v0.7.8 |
| 1807 | 2026-07-19T04:14:20.498Z | Compiling futures-util v0.3.32 |
| 1808 | 2026-07-19T04:14:20.664Z | Compiling match_cfg v0.1.0 |
| 1809 | 2026-07-19T04:14:20.926Z | Compiling rand_core v0.6.4 |
| 1810 | 2026-07-19T04:14:20.960Z | Compiling typenum v1.20.1 |
| 1811 | 2026-07-19T04:14:21.161Z | Compiling take_mut v0.2.2 |
| 1812 | 2026-07-19T04:14:21.200Z | Compiling test-strategy v0.4.3 |
| 1813 | 2026-07-19T04:14:21.274Z | Compiling term v1.2.0 |
| 1814 | 2026-07-19T04:14:21.526Z | Compiling typify v0.4.3 |
| 1815 | 2026-07-19T04:14:21.622Z | Compiling progenitor-impl v0.11.1 |
| 1816 | 2026-07-19T04:14:21.774Z | Compiling parse-display-derive v0.10.0 |
| 1817 | 2026-07-19T04:14:21.912Z | Compiling tracing-core v0.1.34 |
| 1818 | 2026-07-19T04:14:21.928Z | Compiling toml_datetime v0.6.11 |
| 1819 | 2026-07-19T04:14:21.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1820 | 2026-07-19T04:14:22.202Z | Compiling camino v1.2.3 |
| 1821 | 2026-07-19T04:14:22.381Z | Compiling tracing v0.1.41 |
| 1822 | 2026-07-19T04:14:22.583Z | Compiling clap_derive v4.6.1 |
| 1823 | 2026-07-19T04:14:22.623Z | Compiling encoding_rs v0.8.35 |
| 1824 | 2026-07-19T04:14:22.784Z | Compiling mime v0.3.17 |
| 1825 | 2026-07-19T04:14:22.833Z | Compiling cpufeatures v0.2.17 |
| 1826 | 2026-07-19T04:14:22.884Z | Compiling fastrand v2.3.0 |
| 1827 | 2026-07-19T04:14:23.041Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1828 | 2026-07-19T04:14:23.398Z | Compiling unicode-width v0.2.1 |
| 1829 | 2026-07-19T04:14:23.812Z | Compiling errno v0.3.14 |
| 1830 | 2026-07-19T04:14:23.969Z | Compiling hex v0.4.3 |
| 1831 | 2026-07-19T04:14:23.982Z | Compiling generic-array v0.14.7 |
| 1832 | 2026-07-19T04:14:24.236Z | Compiling ipnetwork v0.21.1 |
| 1833 | 2026-07-19T04:14:24.345Z | Compiling crossbeam-utils v0.8.21 |
| 1834 | 2026-07-19T04:14:24.485Z | Compiling tokio-util v0.7.16 |
| 1835 | 2026-07-19T04:14:24.660Z | Compiling slog v2.8.2 |
| 1836 | 2026-07-19T04:14:24.879Z | Compiling rustix v1.1.4 |
| 1837 | 2026-07-19T04:14:25.023Z | Compiling getrandom v0.3.3 |
| 1838 | 2026-07-19T04:14:25.123Z | Compiling winnow v0.7.14 |
| 1839 | 2026-07-19T04:14:25.163Z | Compiling rand_core v0.9.3 |
| 1840 | 2026-07-19T04:14:25.186Z | Compiling progenitor-macro v0.11.1 |
| 1841 | 2026-07-19T04:14:25.208Z | Compiling h2 v0.4.14 |
| 1842 | 2026-07-19T04:14:25.215Z | Compiling oxnet v0.1.6 |
| 1843 | 2026-07-19T04:14:25.382Z | Compiling crypto-common v0.1.6 |
| 1844 | 2026-07-19T04:14:25.520Z | Compiling itertools v0.14.0 |
| 1845 | 2026-07-19T04:14:26.074Z | Compiling winnow v1.0.3 |
| 1846 | 2026-07-19T04:14:26.223Z | Compiling num-derive v0.4.2 |
| 1847 | 2026-07-19T04:14:26.430Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1848 | 2026-07-19T04:14:26.605Z | Compiling serde_spanned v1.1.1 |
| 1849 | 2026-07-19T04:14:26.747Z | Compiling spin v0.9.8 |
| 1850 | 2026-07-19T04:14:26.870Z | Compiling debug-ignore v1.0.5 |
| 1851 | 2026-07-19T04:14:26.881Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1852 | 2026-07-19T04:14:27.104Z | Compiling rand_chacha v0.9.0 |
| 1853 | 2026-07-19T04:14:27.136Z | Compiling rustls-pki-types v1.12.0 |
| 1854 | 2026-07-19T04:14:27.197Z | Compiling quick-error v1.2.3 |
| 1855 | 2026-07-19T04:14:27.209Z | Compiling tabwriter v1.4.1 |
| 1856 | 2026-07-19T04:14:27.309Z | Compiling hyper v1.10.1 |
| 1857 | 2026-07-19T04:14:27.453Z | Compiling rand v0.9.3 |
| 1858 | 2026-07-19T04:14:27.592Z | Compiling async-stream v0.3.6 |
| 1859 | 2026-07-19T04:14:27.620Z | Compiling waitgroup v0.1.2 |
| 1860 | 2026-07-19T04:14:27.765Z | Compiling serde_path_to_error v0.1.20 |
| 1861 | 2026-07-19T04:14:27.768Z | Compiling lazy_static v1.5.0 |
| 1862 | 2026-07-19T04:14:27.883Z | Compiling bit-vec v0.8.0 |
| 1863 | 2026-07-19T04:14:28.052Z | Compiling colored v3.1.1 |
| 1864 | 2026-07-19T04:14:28.086Z | Compiling bit-set v0.8.0 |
| 1865 | 2026-07-19T04:14:28.126Z | Compiling strum v0.26.3 |
| 1866 | 2026-07-19T04:14:28.129Z | Compiling time v0.3.47 |
| 1867 | 2026-07-19T04:14:28.248Z | Compiling ring v0.17.14 |
| 1868 | 2026-07-19T04:14:28.333Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1869 | 2026-07-19T04:14:28.444Z | Compiling hyper-util v0.1.20 |
| 1870 | 2026-07-19T04:14:28.690Z | Compiling anstyle v1.0.14 |
| 1871 | 2026-07-19T04:14:28.923Z | Compiling unarray v0.1.4 |
| 1872 | 2026-07-19T04:14:29.105Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1873 | 2026-07-19T04:14:29.159Z | Compiling crossbeam-channel v0.5.15 |
| 1874 | 2026-07-19T04:14:29.637Z | Compiling macaddr v1.0.1 |
| 1875 | 2026-07-19T04:14:29.774Z | Compiling utf8parse v0.2.2 |
| 1876 | 2026-07-19T04:14:29.866Z | Compiling block-buffer v0.10.4 |
| 1877 | 2026-07-19T04:14:29.892Z | Compiling anstyle-parse v1.0.0 |
| 1878 | 2026-07-19T04:14:29.895Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1879 | 2026-07-19T04:14:29.935Z | Compiling ref-cast v1.0.25 |
| 1880 | 2026-07-19T04:14:30.019Z | Compiling is_terminal_polyfill v1.70.1 |
| 1881 | 2026-07-19T04:14:30.046Z | Compiling anstyle-query v1.1.4 |
| 1882 | 2026-07-19T04:14:30.080Z | Compiling colorchoice v1.0.4 |
| 1883 | 2026-07-19T04:14:30.094Z | Compiling digest v0.10.7 |
| 1884 | 2026-07-19T04:14:30.117Z | Compiling strum v0.27.2 |
| 1885 | 2026-07-19T04:14:30.159Z | Compiling anstream v1.0.0 |
| 1886 | 2026-07-19T04:14:30.197Z | Compiling is-terminal v0.4.16 |
| 1887 | 2026-07-19T04:14:30.226Z | Compiling clap_lex v1.1.0 |
| 1888 | 2026-07-19T04:14:30.245Z | Compiling slog-async v2.8.0 |
| 1889 | 2026-07-19T04:14:30.290Z | Compiling slog-term v2.9.2 |
| 1890 | 2026-07-19T04:14:30.306Z | Compiling slog-json v2.6.1 |
| 1891 | 2026-07-19T04:14:30.320Z | Compiling hostname v0.3.1 |
| 1892 | 2026-07-19T04:14:30.486Z | Compiling slog-bunyan v2.5.0 |
| 1893 | 2026-07-19T04:14:30.499Z | Compiling futures-executor v0.3.32 |
| 1894 | 2026-07-19T04:14:30.556Z | Compiling tower v0.5.2 |
| 1895 | 2026-07-19T04:14:30.625Z | Compiling instant v0.1.13 |
| 1896 | 2026-07-19T04:14:30.790Z | Compiling futures v0.3.32 |
| 1897 | 2026-07-19T04:14:30.827Z | Compiling aws-lc-sys v0.39.1 |
| 1898 | 2026-07-19T04:14:30.895Z | Compiling untrusted v0.7.1 |
| 1899 | 2026-07-19T04:14:30.945Z | Compiling tower-http v0.6.8 |
| 1900 | 2026-07-19T04:14:31.021Z | Compiling openssl-sys v0.9.117 |
| 1901 | 2026-07-19T04:14:31.436Z | Compiling aws-lc-rs v1.16.2 |
| 1902 | 2026-07-19T04:14:31.479Z | Compiling memmap2 v0.9.8 |
| 1903 | 2026-07-19T04:14:32.333Z | Compiling foreign-types-shared v0.1.1 |
| 1904 | 2026-07-19T04:14:32.426Z | Compiling rustls-webpki v0.103.6 |
| 1905 | 2026-07-19T04:14:32.525Z | Compiling foreign-types v0.3.2 |
| 1906 | 2026-07-19T04:14:32.896Z | Compiling tempfile v3.27.0 |
| 1907 | 2026-07-19T04:14:32.930Z | Compiling rustls v0.23.40 |
| 1908 | 2026-07-19T04:14:33.329Z | Compiling openssl-probe v0.1.6 |
| 1909 | 2026-07-19T04:14:33.815Z | Compiling openssl v0.10.81 |
| 1910 | 2026-07-19T04:14:34.313Z | Compiling usdt v0.6.0 |
| 1911 | 2026-07-19T04:14:34.417Z | Compiling either v1.15.0 |
| 1912 | 2026-07-19T04:14:34.628Z | Compiling webpki-roots v1.0.2 |
| 1913 | 2026-07-19T04:14:34.831Z | Compiling newtype-uuid v1.3.2 |
| 1914 | 2026-07-19T04:14:35.188Z | Compiling daft v0.1.5 |
| 1915 | 2026-07-19T04:14:35.989Z | Compiling tokio-rustls v0.26.4 |
| 1916 | 2026-07-19T04:14:36.248Z | Compiling native-tls v0.2.14 |
| 1917 | 2026-07-19T04:14:36.261Z | Compiling hyper-rustls v0.27.7 |
| 1918 | 2026-07-19T04:14:36.569Z | Compiling tokio-native-tls v0.3.1 |
| 1919 | 2026-07-19T04:14:36.744Z | Compiling hyper-tls v0.6.0 |
| 1920 | 2026-07-19T04:14:36.984Z | Compiling reqwest v0.12.23 |
| 1921 | 2026-07-19T04:14:37.665Z | Compiling rustls-webpki v0.102.8 |
| 1922 | 2026-07-19T04:14:37.693Z | Compiling rustls-pemfile v2.2.0 |
| 1923 | 2026-07-19T04:14:37.899Z | Compiling multer v3.1.0 |
| 1924 | 2026-07-19T04:14:38.358Z | Compiling hostname v0.4.2 |
| 1925 | 2026-07-19T04:14:38.548Z | Compiling rustls v0.22.4 |
| 1926 | 2026-07-19T04:14:38.591Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1927 | 2026-07-19T04:14:39.221Z | Compiling terminal_size v0.4.3 |
| 1928 | 2026-07-19T04:14:39.370Z | Compiling rand_chacha v0.3.1 |
| 1929 | 2026-07-19T04:14:39.515Z | Compiling wait-timeout v0.2.1 |
| 1930 | 2026-07-19T04:14:40.141Z | Compiling rusty-fork v0.3.0 |
| 1931 | 2026-07-19T04:14:40.158Z | Compiling rand v0.8.5 |
| 1932 | 2026-07-19T04:14:40.379Z | Compiling tokio-rustls v0.25.0 |
| 1933 | 2026-07-19T04:14:41.645Z | Compiling sha1 v0.10.6 |
| 1934 | 2026-07-19T04:14:41.887Z | Compiling rand_xorshift v0.4.0 |
| 1935 | 2026-07-19T04:14:42.335Z | Compiling hubpack_derive v0.1.1 |
| 1936 | 2026-07-19T04:14:42.879Z | Compiling proptest v1.8.0 |
| 1937 | 2026-07-19T04:14:42.892Z | Compiling dropshot v0.16.7 |
| 1938 | 2026-07-19T04:14:42.905Z | Compiling clap_builder v4.6.0 |
| 1939 | 2026-07-19T04:14:44.385Z | Compiling serde_spanned v0.6.9 |
| 1940 | 2026-07-19T04:14:44.743Z | Compiling clap v4.6.1 |
| 1941 | 2026-07-19T04:14:44.937Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1942 | 2026-07-19T04:14:44.983Z | Compiling prettyplease v0.2.37 |
| 1943 | 2026-07-19T04:14:46.379Z | Compiling progenitor-client v0.11.1 |
| 1944 | 2026-07-19T04:14:46.561Z | Compiling progenitor-client v0.10.0 |
| 1945 | 2026-07-19T04:14:46.688Z | Compiling serde_with v3.14.1 |
| 1946 | 2026-07-19T04:14:47.145Z | Compiling progenitor v0.11.1 |
| 1947 | 2026-07-19T04:14:48.215Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1948 | 2026-07-19T04:14:48.395Z | Compiling rustc-hash v2.1.1 |
| 1949 | 2026-07-19T04:14:48.561Z | Compiling iddqd v0.3.18 |
| 1950 | 2026-07-19T04:14:48.693Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1951 | 2026-07-19T04:14:49.693Z | Compiling backoff v0.4.0 |
| 1952 | 2026-07-19T04:14:49.793Z | Compiling parse-display v0.10.0 |
| 1953 | 2026-07-19T04:14:49.806Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1954 | 2026-07-19T04:14:49.885Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1955 | 2026-07-19T04:14:50.013Z | Compiling toml_write v0.1.2 |
| 1956 | 2026-07-19T04:14:50.030Z | Compiling winnow v0.5.40 |
| 1957 | 2026-07-19T04:14:50.216Z | Compiling toml_edit v0.22.27 |
| 1958 | 2026-07-19T04:14:51.476Z | Compiling num-integer v0.1.46 |
| 1959 | 2026-07-19T04:14:51.546Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1960 | 2026-07-19T04:14:51.925Z | Compiling float-ord v0.3.2 |
| 1961 | 2026-07-19T04:14:52.052Z | Compiling toml v0.8.23 |
| 1962 | 2026-07-19T04:14:55.573Z | Compiling num-rational v0.4.2 |
| 1963 | 2026-07-19T04:14:55.702Z | Compiling num-iter v0.1.45 |
| 1964 | 2026-07-19T04:14:56.212Z | Compiling num-complex v0.4.6 |
| 1965 | 2026-07-19T04:14:56.610Z | Compiling num v0.4.3 |
| 1966 | 2026-07-19T04:14:57.159Z | Compiling toml_edit v0.19.15 |
| 1967 | 2026-07-19T04:14:58.729Z | Compiling proc-macro-crate v1.3.1 |
| 1968 | 2026-07-19T04:15:00.390Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1969 | 2026-07-19T04:15:01.432Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-07-19T04:15:01.902Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-07-19T04:15:01.995Z | Compiling zerocopy-derive v0.7.35 |
| 1972 | 2026-07-19T04:15:02.875Z | Compiling memoffset v0.9.1 |
| 1973 | 2026-07-19T04:15:02.970Z | Compiling libscf-sys v1.2.0 |
| 1974 | 2026-07-19T04:15:03.122Z | Compiling ingot-macros v0.1.1 |
| 1975 | 2026-07-19T04:15:03.179Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1976 | 2026-07-19T04:15:03.633Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-07-19T04:15:04.401Z | Compiling proc-macro-error2 v2.0.1 |
| 1978 | 2026-07-19T04:15:04.727Z | Compiling nix v0.30.1 |
| 1979 | 2026-07-19T04:15:05.344Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1980 | 2026-07-19T04:15:05.628Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-07-19T04:15:06.175Z | Compiling tabled_derive v0.11.0 |
| 1982 | 2026-07-19T04:15:06.361Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1983 | 2026-07-19T04:15:08.263Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-07-19T04:15:08.803Z | Compiling num_enum_derive v0.7.5 |
| 1985 | 2026-07-19T04:15:08.901Z | Compiling hubpack v0.1.2 |
| 1986 | 2026-07-19T04:15:09.006Z | Compiling foreign-types-macros v0.2.3 |
| 1987 | 2026-07-19T04:15:09.381Z | Compiling static_assertions v1.1.0 |
| 1988 | 2026-07-19T04:15:09.904Z | Compiling glob v0.3.3 |
| 1989 | 2026-07-19T04:15:09.919Z | Compiling proc-macro-error-attr v1.0.4 |
| 1990 | 2026-07-19T04:15:10.133Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1991 | 2026-07-19T04:15:10.240Z | Compiling dtrace-parser v0.2.0 |
| 1992 | 2026-07-19T04:15:10.584Z | Compiling bytecount v0.6.9 |
| 1993 | 2026-07-19T04:15:10.653Z | Compiling proc-macro-error v1.0.4 |
| 1994 | 2026-07-19T04:15:10.729Z | Compiling dof v0.3.0 |
| 1995 | 2026-07-19T04:15:11.340Z | Compiling num_enum_derive v0.5.11 |
| 1996 | 2026-07-19T04:15:12.807Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1997 | 2026-07-19T04:15:12.820Z | Compiling thread-id v4.2.2 |
| 1998 | 2026-07-19T04:15:12.984Z | Compiling usdt-impl v0.5.0 |
| 1999 | 2026-07-19T04:15:13.644Z | Compiling derive_more v0.99.20 |
| 2000 | 2026-07-19T04:15:13.942Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2001 | 2026-07-19T04:15:14.044Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2002 | 2026-07-19T04:15:14.524Z | Compiling minimal-lexical v0.2.1 |
| 2003 | 2026-07-19T04:15:14.796Z | Compiling nom v7.1.3 |
| 2004 | 2026-07-19T04:15:14.836Z | Compiling usdt-attr-macro v0.5.0 |
| 2005 | 2026-07-19T04:15:15.104Z | Compiling usdt-macro v0.5.0 |
| 2006 | 2026-07-19T04:15:15.123Z | Compiling zone_cfg_derive v0.3.1 |
| 2007 | 2026-07-19T04:15:15.687Z | Compiling papergrid v0.17.0 |
| 2008 | 2026-07-19T04:15:15.840Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2009 | 2026-07-19T04:15:15.900Z | Compiling testing_table v0.3.0 |
| 2010 | 2026-07-19T04:15:15.945Z | Compiling rustc_version v0.4.1 |
| 2011 | 2026-07-19T04:15:16.071Z | Compiling crossbeam-epoch v0.9.18 |
| 2012 | 2026-07-19T04:15:16.171Z | Compiling dropshot_endpoint v0.17.1 |
| 2013 | 2026-07-19T04:15:16.237Z | Compiling adler2 v2.0.1 |
| 2014 | 2026-07-19T04:15:16.383Z | Compiling miniz_oxide v0.8.9 |
| 2015 | 2026-07-19T04:15:16.425Z | Compiling crc32fast v1.5.0 |
| 2016 | 2026-07-19T04:15:16.540Z | Compiling enum-as-inner v0.6.1 |
| 2017 | 2026-07-19T04:15:16.743Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2018 | 2026-07-19T04:15:16.848Z | Compiling tabled v0.20.0 |
| 2019 | 2026-07-19T04:15:17.092Z | Compiling regress v0.11.1 |
| 2020 | 2026-07-19T04:15:17.131Z | Compiling flate2 v1.1.2 |
| 2021 | 2026-07-19T04:15:17.405Z | Compiling curve25519-dalek v4.1.3 |
| 2022 | 2026-07-19T04:15:17.655Z | Compiling hybrid-array v0.4.12 |
| 2023 | 2026-07-19T04:15:17.780Z | Compiling crossbeam-deque v0.8.6 |
| 2024 | 2026-07-19T04:15:17.858Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2025 | 2026-07-19T04:15:17.971Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2026 | 2026-07-19T04:15:18.140Z | Compiling crypto-common v0.2.2 |
| 2027 | 2026-07-19T04:15:18.378Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2028 | 2026-07-19T04:15:18.701Z | Compiling typify-impl v0.6.2 |
| 2029 | 2026-07-19T04:15:19.029Z | Compiling block-buffer v0.12.0 |
| 2030 | 2026-07-19T04:15:19.060Z | Compiling rayon-core v1.13.0 |
| 2031 | 2026-07-19T04:15:19.204Z | Compiling clang-sys v1.8.1 |
| 2032 | 2026-07-19T04:15:19.337Z | Compiling const-oid v0.10.2 |
| 2033 | 2026-07-19T04:15:19.564Z | Compiling compression-core v0.4.32 |
| 2034 | 2026-07-19T04:15:19.625Z | Compiling digest v0.11.3 |
| 2035 | 2026-07-19T04:15:19.655Z | Compiling scroll v0.12.0 |
| 2036 | 2026-07-19T04:15:19.725Z | Compiling compression-codecs v0.4.32 |
| 2037 | 2026-07-19T04:15:19.829Z | Compiling hash32 v0.3.1 |
| 2038 | 2026-07-19T04:15:19.933Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2039 | 2026-07-19T04:15:19.992Z | Compiling cpufeatures v0.3.0 |
| 2040 | 2026-07-19T04:15:20.030Z | Compiling heapless v0.8.0 |
| 2041 | 2026-07-19T04:15:20.068Z | Compiling sha1 v0.11.0 |
| 2042 | 2026-07-19T04:15:20.080Z | Compiling async-compression v0.4.33 |
| 2043 | 2026-07-19T04:15:20.091Z | Compiling goblin v0.8.2 |
| 2044 | 2026-07-19T04:15:20.261Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2045 | 2026-07-19T04:15:20.324Z | Compiling ingot-types v0.1.2 |
| 2046 | 2026-07-19T04:15:20.471Z | Compiling cobs v0.3.0 |
| 2047 | 2026-07-19T04:15:20.557Z | Compiling libloading v0.8.9 |
| 2048 | 2026-07-19T04:15:20.678Z | Compiling managed v0.8.0 |
| 2049 | 2026-07-19T04:15:20.716Z | Compiling bitflags v1.3.2 |
| 2050 | 2026-07-19T04:15:20.759Z | Compiling foreign-types-shared v0.3.1 |
| 2051 | 2026-07-19T04:15:20.858Z | Compiling smoltcp v0.11.0 |
| 2052 | 2026-07-19T04:15:20.899Z | Compiling foreign-types v0.5.0 |
| 2053 | 2026-07-19T04:15:20.986Z | Compiling dropshot v0.17.1 |
| 2054 | 2026-07-19T04:15:21.236Z | Compiling bindgen v0.72.1 |
| 2055 | 2026-07-19T04:15:21.255Z | Compiling ingot v0.1.1 |
| 2056 | 2026-07-19T04:15:21.817Z | Compiling postcard v1.1.3 |
| 2057 | 2026-07-19T04:15:22.779Z | Compiling cexpr v0.6.0 |
| 2058 | 2026-07-19T04:15:22.791Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2059 | 2026-07-19T04:15:23.363Z | Compiling num_enum v0.7.5 |
| 2060 | 2026-07-19T04:15:23.442Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2061 | 2026-07-19T04:15:23.616Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2062 | 2026-07-19T04:15:23.742Z | Compiling camino-tempfile v1.4.1 |
| 2063 | 2026-07-19T04:15:23.835Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2064 | 2026-07-19T04:15:23.935Z | Compiling serde_repr v0.1.20 |
| 2065 | 2026-07-19T04:15:23.957Z | Compiling derive-where v1.6.0 |
| 2066 | 2026-07-19T04:15:24.083Z | Compiling cstr-argument v0.1.2 |
| 2067 | 2026-07-19T04:15:24.227Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-07-19T04:15:24.503Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2069 | 2026-07-19T04:15:25.034Z | Compiling typify-macro v0.6.2 |
| 2070 | 2026-07-19T04:15:25.254Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2071 | 2026-07-19T04:15:25.448Z | Compiling rayon v1.11.0 |
| 2072 | 2026-07-19T04:15:25.675Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2073 | 2026-07-19T04:15:25.804Z | Compiling crucible-workspace-hack v0.1.0 |
| 2074 | 2026-07-19T04:15:26.428Z | Compiling memmap v0.7.0 |
| 2075 | 2026-07-19T04:15:26.440Z | Compiling tinyvec_macros v0.1.1 |
| 2076 | 2026-07-19T04:15:26.611Z | Compiling usdt v0.5.0 |
| 2077 | 2026-07-19T04:15:26.624Z | Compiling tinyvec v1.10.0 |
| 2078 | 2026-07-19T04:15:26.895Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2079 | 2026-07-19T04:15:27.141Z | Compiling typify v0.6.2 |
| 2080 | 2026-07-19T04:15:27.241Z | Compiling num_enum v0.5.11 |
| 2081 | 2026-07-19T04:15:27.659Z | Compiling pin-project-internal v1.1.10 |
| 2082 | 2026-07-19T04:15:28.822Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2083 | 2026-07-19T04:15:28.841Z | Compiling progenitor-impl v0.14.0 |
| 2084 | 2026-07-19T04:15:28.844Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-07-19T04:15:28.913Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2086 | 2026-07-19T04:15:28.934Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2087 | 2026-07-19T04:15:29.174Z | Compiling rustix v0.38.44 |
| 2088 | 2026-07-19T04:15:29.647Z | Compiling itertools v0.12.1 |
| 2089 | 2026-07-19T04:15:29.715Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2090 | 2026-07-19T04:15:29.841Z | Compiling progenitor-impl v0.10.0 |
| 2091 | 2026-07-19T04:15:30.076Z | Compiling sigpipe v0.1.3 |
| 2092 | 2026-07-19T04:15:30.098Z | Compiling jiff v0.2.15 |
| 2093 | 2026-07-19T04:15:30.169Z | Compiling const_format_proc_macros v0.2.34 |
| 2094 | 2026-07-19T04:15:30.697Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2095 | 2026-07-19T04:15:30.877Z | Compiling zone v0.3.1 |
| 2096 | 2026-07-19T04:15:30.962Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2097 | 2026-07-19T04:15:31.969Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2098 | 2026-07-19T04:15:32.318Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2099 | 2026-07-19T04:15:32.375Z | Compiling progenitor-macro v0.14.0 |
| 2100 | 2026-07-19T04:15:32.895Z | Compiling secrecy v0.10.3 |
| 2101 | 2026-07-19T04:15:33.065Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2102 | 2026-07-19T04:15:33.303Z | Compiling progenitor-macro v0.10.0 |
| 2103 | 2026-07-19T04:15:33.437Z | Compiling smf v0.2.3 |
| 2104 | 2026-07-19T04:15:33.684Z | Compiling snafu-derive v0.8.9 |
| 2105 | 2026-07-19T04:15:33.791Z | Compiling async-recursion v1.1.1 |
| 2106 | 2026-07-19T04:15:33.939Z | Compiling bstr v1.12.0 |
| 2107 | 2026-07-19T04:15:34.092Z | Compiling whoami v1.6.1 |
| 2108 | 2026-07-19T04:15:34.454Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2109 | 2026-07-19T04:15:35.511Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2110 | 2026-07-19T04:15:36.061Z | Compiling hmac v0.12.1 |
| 2111 | 2026-07-19T04:15:36.270Z | Compiling inout v0.1.4 |
| 2112 | 2026-07-19T04:15:36.380Z | Compiling ff v0.13.1 |
| 2113 | 2026-07-19T04:15:36.521Z | Compiling data-encoding v2.9.0 |
| 2114 | 2026-07-19T04:15:36.735Z | Compiling crc8 v0.1.1 |
| 2115 | 2026-07-19T04:15:37.054Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2116 | 2026-07-19T04:15:37.629Z | Compiling group v0.13.0 |
| 2117 | 2026-07-19T04:15:37.652Z | Compiling cipher v0.4.4 |
| 2118 | 2026-07-19T04:15:37.763Z | Compiling hkdf v0.12.4 |
| 2119 | 2026-07-19T04:15:37.922Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2120 | 2026-07-19T04:15:38.497Z | Compiling atomicwrites v0.4.4 |
| 2121 | 2026-07-19T04:15:38.511Z | Compiling tokio-dtrace v0.1.1 |
| 2122 | 2026-07-19T04:15:38.744Z | Compiling tabled_derive v0.7.0 |
| 2123 | 2026-07-19T04:15:39.177Z | Compiling reqwest v0.13.2 |
| 2124 | 2026-07-19T04:15:39.205Z | Compiling universal-hash v0.5.1 |
| 2125 | 2026-07-19T04:15:39.235Z | Compiling crypto-bigint v0.5.5 |
| 2126 | 2026-07-19T04:15:39.345Z | Compiling half v2.7.1 |
| 2127 | 2026-07-19T04:15:39.653Z | Compiling base16ct v0.2.0 |
| 2128 | 2026-07-19T04:15:39.666Z | Compiling opaque-debug v0.3.1 |
| 2129 | 2026-07-19T04:15:39.725Z | Compiling indent_write v2.2.0 |
| 2130 | 2026-07-19T04:15:39.828Z | Compiling ciborium-io v0.2.2 |
| 2131 | 2026-07-19T04:15:39.875Z | Compiling base64ct v1.8.0 |
| 2132 | 2026-07-19T04:15:39.936Z | Compiling ciborium-ll v0.2.2 |
| 2133 | 2026-07-19T04:15:40.174Z | Compiling progenitor-client v0.14.0 |
| 2134 | 2026-07-19T04:15:40.195Z | Compiling password-hash v0.5.0 |
| 2135 | 2026-07-19T04:15:40.459Z | Compiling elliptic-curve v0.13.8 |
| 2136 | 2026-07-19T04:15:40.484Z | Compiling poly1305 v0.8.0 |
| 2137 | 2026-07-19T04:15:41.067Z | Compiling oxide-tokio-rt v0.1.2 |
| 2138 | 2026-07-19T04:15:41.274Z | Compiling chacha20 v0.9.1 |
| 2139 | 2026-07-19T04:15:41.417Z | Compiling similar v2.7.0 |
| 2140 | 2026-07-19T04:15:41.501Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2141 | 2026-07-19T04:15:41.872Z | Compiling thiserror-no-std v2.0.2 |
| 2142 | 2026-07-19T04:15:42.559Z | Compiling blake2 v0.10.6 |
| 2143 | 2026-07-19T04:15:42.895Z | Compiling aead v0.5.2 |
| 2144 | 2026-07-19T04:15:43.039Z | Compiling strum_macros v0.28.0 |
| 2145 | 2026-07-19T04:15:43.094Z | Compiling linked-hash-map v0.5.6 |
| 2146 | 2026-07-19T04:15:43.121Z | Compiling keccak v0.1.6 |
| 2147 | 2026-07-19T04:15:43.173Z | Compiling resolv-conf v0.7.5 |
| 2148 | 2026-07-19T04:15:43.643Z | Compiling sha3 v0.10.8 |
| 2149 | 2026-07-19T04:15:43.722Z | Compiling lru-cache v0.1.2 |
| 2150 | 2026-07-19T04:15:43.893Z | Compiling chacha20poly1305 v0.10.1 |
| 2151 | 2026-07-19T04:15:43.952Z | Compiling argon2 v0.5.3 |
| 2152 | 2026-07-19T04:15:44.034Z | Compiling vsss-rs v3.3.4 |
| 2153 | 2026-07-19T04:15:44.071Z | Compiling progenitor v0.14.0 |
| 2154 | 2026-07-19T04:15:44.085Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2155 | 2026-07-19T04:15:44.379Z | Compiling ciborium v0.2.2 |
| 2156 | 2026-07-19T04:15:44.449Z | Compiling hickory-proto v0.24.4 |
| 2157 | 2026-07-19T04:15:44.949Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2158 | 2026-07-19T04:15:44.974Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2159 | 2026-07-19T04:15:45.383Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2160 | 2026-07-19T04:15:45.483Z | Compiling serde-big-array v0.5.1 |
| 2161 | 2026-07-19T04:15:45.496Z | Compiling siphasher v1.0.1 |
| 2162 | 2026-07-19T04:15:45.634Z | Compiling unicode-segmentation v1.12.0 |
| 2163 | 2026-07-19T04:15:45.719Z | Compiling same-file v1.0.6 |
| 2164 | 2026-07-19T04:15:45.847Z | Compiling walkdir v2.5.0 |
| 2165 | 2026-07-19T04:15:45.964Z | Compiling newline-converter v0.3.0 |
| 2166 | 2026-07-19T04:15:46.041Z | Compiling phf_shared v0.12.1 |
| 2167 | 2026-07-19T04:15:46.087Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2168 | 2026-07-19T04:15:46.195Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2169 | 2026-07-19T04:15:46.341Z | Compiling hickory-resolver v0.24.4 |
| 2170 | 2026-07-19T04:15:46.510Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2171 | 2026-07-19T04:15:46.844Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-07-19T04:15:48.006Z | Compiling newtype_derive v0.1.6 |
| 2173 | 2026-07-19T04:15:48.093Z | Compiling owo-colors v4.3.0 |
| 2174 | 2026-07-19T04:15:48.130Z | Compiling tokio-stream v0.1.17 |
| 2175 | 2026-07-19T04:15:48.507Z | Compiling console v0.15.11 |
| 2176 | 2026-07-19T04:15:48.627Z | Compiling csv-core v0.1.12 |
| 2177 | 2026-07-19T04:15:48.881Z | Compiling swrite v0.1.0 |
| 2178 | 2026-07-19T04:15:48.908Z | Compiling unicode-width v0.1.14 |
| 2179 | 2026-07-19T04:15:48.911Z | Compiling smawk v0.3.2 |
| 2180 | 2026-07-19T04:15:49.067Z | Compiling termtree v0.5.1 |
| 2181 | 2026-07-19T04:15:49.162Z | Compiling unicode-linebreak v0.1.5 |
| 2182 | 2026-07-19T04:15:49.202Z | Compiling foldhash v0.1.5 |
| 2183 | 2026-07-19T04:15:49.235Z | Compiling humantime v2.3.0 |
| 2184 | 2026-07-19T04:15:49.368Z | Compiling textwrap v0.16.2 |
| 2185 | 2026-07-19T04:15:49.390Z | Compiling hashbrown v0.15.5 |
| 2186 | 2026-07-19T04:15:49.452Z | Compiling expectorate v1.2.0 |
| 2187 | 2026-07-19T04:15:49.519Z | Compiling csv v1.4.0 |
| 2188 | 2026-07-19T04:15:49.610Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2189 | 2026-07-19T04:15:49.693Z | Compiling qorb v0.4.1 |
| 2190 | 2026-07-19T04:15:49.959Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-07-19T04:15:51.134Z | Compiling phf v0.12.1 |
| 2192 | 2026-07-19T04:15:51.296Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2193 | 2026-07-19T04:15:51.846Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2194 | 2026-07-19T04:15:51.857Z | Compiling pin-project v1.1.10 |
| 2195 | 2026-07-19T04:15:51.965Z | Compiling unicode-normalization v0.1.24 |
| 2196 | 2026-07-19T04:15:52.033Z | Compiling libz-sys v1.1.22 |
| 2197 | 2026-07-19T04:15:52.291Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-07-19T04:15:53.229Z | Compiling libsw-core v0.3.2 |
| 2199 | 2026-07-19T04:15:53.727Z | Compiling highway v1.3.0 |
| 2200 | 2026-07-19T04:15:53.889Z | Compiling fixedbitset v0.4.2 |
| 2201 | 2026-07-19T04:15:54.036Z | Compiling fixedbitset v0.5.7 |
| 2202 | 2026-07-19T04:15:54.386Z | Compiling petgraph v0.8.2 |
| 2203 | 2026-07-19T04:15:54.424Z | Compiling petgraph v0.6.5 |
| 2204 | 2026-07-19T04:15:55.403Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2205 | 2026-07-19T04:15:55.965Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-07-19T04:15:56.114Z | Compiling progenitor v0.10.0 |
| 2207 | 2026-07-19T04:15:56.822Z | Compiling libsw v3.5.0 |
| 2208 | 2026-07-19T04:15:57.431Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-07-19T04:15:57.848Z | Compiling olpc-cjson v0.1.4 |
| 2210 | 2026-07-19T04:15:57.887Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2211 | 2026-07-19T04:15:58.168Z | Compiling snafu v0.8.9 |
| 2212 | 2026-07-19T04:15:58.755Z | Compiling chrono-tz v0.10.4 |
| 2213 | 2026-07-19T04:15:58.797Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2214 | 2026-07-19T04:15:59.004Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-07-19T04:15:59.455Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-07-19T04:15:59.569Z | Compiling papergrid v0.11.0 |
| 2217 | 2026-07-19T04:15:59.653Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-07-19T04:15:59.905Z | Compiling strum v0.28.0 |
| 2219 | 2026-07-19T04:15:59.938Z | Compiling globset v0.4.16 |
| 2220 | 2026-07-19T04:16:00.045Z | Compiling const_format v0.2.34 |
| 2221 | 2026-07-19T04:16:00.149Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2026-07-19T04:16:00.372Z | Compiling cancel-safe-futures v0.1.5 |
| 2223 | 2026-07-19T04:16:00.484Z | Compiling gethostname v0.5.0 |
| 2224 | 2026-07-19T04:16:00.754Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2225 | 2026-07-19T04:16:01.339Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-07-19T04:16:01.654Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2227 | 2026-07-19T04:16:01.746Z | Compiling bcs v0.1.6 |
| 2228 | 2026-07-19T04:16:01.942Z | Compiling cargo-platform v0.1.9 |
| 2229 | 2026-07-19T04:16:02.044Z | Compiling serde_plain v1.0.2 |
| 2230 | 2026-07-19T04:16:02.073Z | Compiling pem v3.0.5 |
| 2231 | 2026-07-19T04:16:02.197Z | Compiling linear-map v1.2.0 |
| 2232 | 2026-07-19T04:16:02.448Z | Compiling tagptr v0.2.0 |
| 2233 | 2026-07-19T04:16:02.490Z | Compiling typed-path v0.9.3 |
| 2234 | 2026-07-19T04:16:02.605Z | Compiling moka v0.12.11 |
| 2235 | 2026-07-19T04:16:03.368Z | Compiling tough v0.20.0 |
| 2236 | 2026-07-19T04:16:04.286Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2237 | 2026-07-19T04:16:04.475Z | Compiling cargo_metadata v0.18.1 |
| 2238 | 2026-07-19T04:16:04.683Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-07-19T04:16:05.809Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-07-19T04:16:06.090Z | Compiling tabled v0.15.0 |
| 2241 | 2026-07-19T04:16:06.347Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-07-19T04:16:06.835Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-07-19T04:16:07.043Z | Compiling git2 v0.19.0 |
| 2244 | 2026-07-19T04:16:08.814Z | Compiling steno v0.4.1 |
| 2245 | 2026-07-19T04:16:09.984Z | Compiling cookie v0.18.1 |
| 2246 | 2026-07-19T04:16:09.997Z | Compiling hickory-proto v0.25.2 |
| 2247 | 2026-07-19T04:16:11.978Z | Compiling hickory-resolver v0.25.2 |
| 2248 | 2026-07-19T04:16:13.369Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-07-19T04:16:14.747Z | Compiling vergen v8.3.2 |
| 2250 | 2026-07-19T04:16:16.717Z | Compiling signal-hook v0.4.4 |
| 2251 | 2026-07-19T04:16:17.197Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2252 | 2026-07-19T04:16:17.211Z | Compiling mockall_derive v0.14.0 |
| 2253 | 2026-07-19T04:16:17.374Z | Compiling predicates-core v1.0.9 |
| 2254 | 2026-07-19T04:16:17.728Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2255 | 2026-07-19T04:16:18.010Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-07-19T04:16:18.093Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2257 | 2026-07-19T04:16:18.208Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2258 | 2026-07-19T04:16:18.575Z | Compiling sha2 v0.10.9 |
| 2259 | 2026-07-19T04:16:19.089Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2260 | 2026-07-19T04:16:19.911Z | Compiling mockall v0.14.0 |
| 2261 | 2026-07-19T04:16:20.263Z | Compiling yansi v1.0.1 |
| 2262 | 2026-07-19T04:16:20.287Z | Compiling diff v0.1.13 |
| 2263 | 2026-07-19T04:16:20.592Z | Compiling pretty_assertions v1.4.1 |
| 2264 | 2026-07-19T04:16:20.604Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2265 | 2026-07-19T04:16:20.965Z | Compiling fs-err v3.1.2 |
| 2266 | 2026-07-19T04:16:21.276Z | Compiling predicates-tree v1.0.12 |
| 2267 | 2026-07-19T04:16:21.557Z | Compiling predicates v3.1.3 |
| 2268 | 2026-07-19T04:16:22.323Z | Compiling git-stub v1.0.0 |
| 2269 | 2026-07-19T04:16:22.603Z | Compiling filetime v0.2.26 |
| 2270 | 2026-07-19T04:16:22.619Z | Compiling xattr v1.6.1 |
| 2271 | 2026-07-19T04:16:22.799Z | Compiling is_ci v1.2.0 |
| 2272 | 2026-07-19T04:16:22.811Z | Compiling constant_time_eq v0.3.1 |
| 2273 | 2026-07-19T04:16:22.934Z | Compiling arrayvec v0.7.6 |
| 2274 | 2026-07-19T04:16:22.957Z | Compiling downcast v0.11.0 |
| 2275 | 2026-07-19T04:16:23.126Z | Compiling fragile v2.0.1 |
| 2276 | 2026-07-19T04:16:23.154Z | Compiling arrayref v0.3.9 |
| 2277 | 2026-07-19T04:16:23.238Z | Compiling blake3 v1.8.2 |
| 2278 | 2026-07-19T04:16:23.441Z | Compiling supports-color v3.0.2 |
| 2279 | 2026-07-19T04:16:23.638Z | Compiling tar v0.4.45 |
| 2280 | 2026-07-19T04:16:23.892Z | Compiling toml v0.7.8 |
| 2281 | 2026-07-19T04:16:24.541Z | Compiling git-stub-vcs v0.1.0 |
| 2282 | 2026-07-19T04:16:24.683Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2283 | 2026-07-19T04:16:24.935Z | Compiling signal-hook-tokio v0.4.0 |
| 2284 | 2026-07-19T04:16:25.229Z | Compiling scuffle v0.1.0 |
| 2285 | 2026-07-19T04:16:26.157Z | Compiling drift v0.2.0 |
| 2286 | 2026-07-19T04:16:26.503Z | Compiling kstat-rs v0.2.4 |
| 2287 | 2026-07-19T04:16:26.830Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2288 | 2026-07-19T04:16:26.890Z | Compiling hex-literal v1.1.0 |
| 2289 | 2026-07-19T04:16:27.018Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2290 | 2026-07-19T04:16:27.159Z | Compiling topological-sort v0.2.2 |
| 2291 | 2026-07-19T04:16:27.263Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2292 | 2026-07-19T04:16:27.317Z | Compiling omicron-zone-package v0.12.2 |
| 2293 | 2026-07-19T04:16:27.948Z | Compiling dropshot-api-manager v0.7.2 |
| 2294 | 2026-07-19T04:16:29.256Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2295 | 2026-07-19T04:16:29.400Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2296 | 2026-07-19T04:16:30.230Z | Compiling curl v0.4.50 |
| 2297 | 2026-07-19T04:16:30.426Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2298 | 2026-07-19T04:16:30.874Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2299 | 2026-07-19T04:16:31.068Z | Compiling iddqd v0.4.5 |
| 2300 | 2026-07-19T04:16:31.127Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-07-19T04:16:31.855Z | Compiling search_path v0.1.4 |
| 2302 | 2026-07-19T04:16:31.938Z | Compiling internet-checksum v0.2.1 |
| 2303 | 2026-07-19T04:16:31.972Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2304 | 2026-07-19T04:16:32.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2305 | 2026-07-19T04:16:35.178Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2306 | 2026-07-19T04:16:35.498Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2307 | 2026-07-19T04:17:21.112Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 19s |
| 2308 | 2026-07-19T04:17:21.237Z | Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7) |
| 2309 | 2026-07-19T04:17:21.240Z | |
| 2310 | 2026-07-19T04:17:21.240Z | running 5 tests |
| 2311 | 2026-07-19T04:17:21.242Z | test fuse::tests::chip_revision_a0 ... ok |
| 2312 | 2026-07-19T04:17:21.243Z | test fuse::tests::chip_revision_b0 ... ok |
| 2313 | 2026-07-19T04:17:21.243Z | test fuse::tests::chip_revision_b1 ... ok |
| 2314 | 2026-07-19T04:17:21.243Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2315 | 2026-07-19T04:17:21.243Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2316 | 2026-07-19T04:17:21.243Z | |
| 2317 | 2026-07-19T04:17:21.243Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2318 | 2026-07-19T04:17:21.243Z | |
| 2319 | 2026-07-19T04:17:21.243Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7) |
| 2320 | 2026-07-19T04:17:21.245Z | |
| 2321 | 2026-07-19T04:17:21.245Z | running 0 tests |
| 2322 | 2026-07-19T04:17:21.245Z | |
| 2323 | 2026-07-19T04:17:21.246Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-07-19T04:17:21.246Z | |
| 2325 | 2026-07-19T04:17:21.246Z | Running unittests src/lib.rs (target/debug/deps/asic-a2191a7a2cbc3ddf) |
| 2326 | 2026-07-19T04:17:21.248Z | |
| 2327 | 2026-07-19T04:17:21.248Z | running 0 tests |
| 2328 | 2026-07-19T04:17:21.248Z | |
| 2329 | 2026-07-19T04:17:21.248Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-07-19T04:17:21.248Z | |
| 2331 | 2026-07-19T04:17:21.248Z | Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353) |
| 2332 | 2026-07-19T04:17:21.248Z | |
| 2333 | 2026-07-19T04:17:21.248Z | running 10 tests |
| 2334 | 2026-07-19T04:17:21.251Z | test nat::tests::test_vni ... ok |
| 2335 | 2026-07-19T04:17:21.251Z | test network::tests::test_eui64 ... ok |
| 2336 | 2026-07-19T04:17:21.251Z | test network::tests::test_equal ... ok |
| 2337 | 2026-07-19T04:17:21.251Z | test network::tests::test_into ... ok |
| 2338 | 2026-07-19T04:17:21.251Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2339 | 2026-07-19T04:17:21.251Z | test network::tests::test_not_equal ... ok |
| 2340 | 2026-07-19T04:17:21.251Z | test network::tests::test_to_string ... ok |
| 2341 | 2026-07-19T04:17:21.251Z | test network::tests::test_parse ... ok |
| 2342 | 2026-07-19T04:17:21.251Z | test test_purge ... ok |
| 2343 | 2026-07-19T04:17:21.254Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2344 | 2026-07-19T04:17:21.254Z | |
| 2345 | 2026-07-19T04:17:21.254Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2346 | 2026-07-19T04:17:21.254Z | |
| 2347 | 2026-07-19T04:17:21.254Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb) |
| 2348 | 2026-07-19T04:17:21.260Z | |
| 2349 | 2026-07-19T04:17:21.260Z | running 1 test |
| 2350 | 2026-07-19T04:17:21.262Z | ------- |
| 2351 | 2026-07-19T04:17:21.262Z | Generating OpenAPI documents from API definitions ... |
| 2352 | 2026-07-19T04:17:21.401Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2353 | 2026-07-19T04:17:21.469Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2354 | 2026-07-19T04:17:22.474Z | ------- |
| 2355 | 2026-07-19T04:17:22.474Z | Checking 12 OpenAPI documents... |
| 2356 | 2026-07-19T04:17:22.474Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2357 | 2026-07-19T04:17:22.474Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-07-19T04:17:22.474Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-07-19T04:17:22.475Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-07-19T04:17:22.475Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-07-19T04:17:22.475Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-07-19T04:17:22.478Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-07-19T04:17:22.478Z | Fresh dpd "latest" symlink |
| 2369 | 2026-07-19T04:17:22.478Z | ------- |
| 2370 | 2026-07-19T04:17:22.478Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2371 | 2026-07-19T04:17:22.534Z | test test::test_apis_up_to_date ... ok |
| 2372 | 2026-07-19T04:17:22.534Z | |
| 2373 | 2026-07-19T04:17:22.534Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 2374 | 2026-07-19T04:17:22.534Z | |
| 2375 | 2026-07-19T04:17:22.590Z | Running unittests src/main.rs (target/debug/deps/dpd-08a1c782b9532044) |
| 2376 | 2026-07-19T04:17:22.596Z | |
| 2377 | 2026-07-19T04:17:22.596Z | running 34 tests |
| 2378 | 2026-07-19T04:17:22.598Z | test freemap::test_ordering ... ok |
| 2379 | 2026-07-19T04:17:22.598Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2380 | 2026-07-19T04:17:22.598Z | test config::tests::test_updates ... ok |
| 2381 | 2026-07-19T04:17:22.598Z | test freemap::test_split ... ok |
| 2382 | 2026-07-19T04:17:22.601Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2383 | 2026-07-19T04:17:22.601Z | test macaddrs::tests::test_mac_offset ... ok |
| 2384 | 2026-07-19T04:17:22.601Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2385 | 2026-07-19T04:17:22.601Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2386 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534Jul 19 04:17:21.534 DEBGDEBG created new freemapcreated new freemap, unit, : unitfreemap_test: freemap_test |
| 2387 | 2026-07-19T04:17:22.601Z | |
| 2388 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 2389 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG Jul 19 04:17:21.534initted freemap. size: 128 , DEBGunit :reset freemap , freemap_testunit |
| 2390 | 2026-07-19T04:17:22.601Z | : freemap_test |
| 2391 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test |
| 2392 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG created new freemap, unit: freemap_test |
| 2393 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 2394 | 2026-07-19T04:17:22.601Z | Jul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test |
| 2395 | 2026-07-19T04:17:22.602Z | test nat::test_mapping ... ok |
| 2396 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.534 DEBG created new freemap, unit: freemap_test |
| 2397 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.534 DEBG initted freemap. size: 128, unit: freemap_test |
| 2398 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.534 DEBG reset freemap, unit: freemap_test |
| 2399 | 2026-07-19T04:17:22.602Z | test freemap::test_exhaustion ... ok |
| 2400 | 2026-07-19T04:17:22.602Z | test freemap::test_free ... ok |
| 2401 | 2026-07-19T04:17:22.602Z | test freemap::test_basic ... ok |
| 2402 | 2026-07-19T04:17:22.602Z | test freemap::test_reclaim ... ok |
| 2403 | 2026-07-19T04:17:22.602Z | test port_map::tests::test_backplane_group ... ok |
| 2404 | 2026-07-19T04:17:22.602Z | test port_map::tests::test_port_map ... ok |
| 2405 | 2026-07-19T04:17:22.602Z | test port_map::tests::dump_map ... ok |
| 2406 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.535 DEBG created new freemap, unit: freemap_test |
| 2407 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.535 DEBG initted freemap. size: 8, unit: freemap_test |
| 2408 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.535 DEBG reset freemap, unit: freemap_test |
| 2409 | 2026-07-19T04:17:22.602Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2410 | 2026-07-19T04:17:22.602Z | Jul 19 04:17:21.535 DEBG created new freemap, unit: freemap_test |
| 2411 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG initted freemap. size: 128, unit: freemap_test |
| 2412 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG reset freemap, unit: freemap_test |
| 2413 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2414 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2415 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2416 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2417 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2418 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2419 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 Jul 19 04:17:21.535DEBG INFOcreated new freemap adding route 3fff:dead::/64 -> 2001:db8::55:1, |
| 2420 | 2026-07-19T04:17:22.606Z | unit: freemap_route_ipv4Jul 19 04:17:21.535 |
| 2421 | 2026-07-19T04:17:22.606Z | 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-07-19T04:17:22.606Z | Jul 19 04:17:21.535 Jul 19 04:17:21.535DEBG INFOcreated new freemap , adding route 3fff:beef::/64 -> 2001:db8::55:ffunit |
| 2423 | 2026-07-19T04:17:22.606Z | : freemap_route_ipv6 |
| 2424 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 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 } }]Jul 19 04:17:21.535 |
| 2425 | 2026-07-19T04:17:22.606Z | DEBG initted freemap. size: 64, Jul 19 04:17:21.535unit :INFO freemap_route_ipv4adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2426 | 2026-07-19T04:17:22.606Z | |
| 2427 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535Jul 19 04:17:21.535 DEBGDEBG reset freemapreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2428 | 2026-07-19T04:17:22.606Z | unit: freemap_route_ipv4 |
| 2429 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.535 INFO Jul 19 04:17:21.535adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2430 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 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 } }] |
| 2431 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2432 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 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 } }] |
| 2433 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2434 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 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 } }] |
| 2435 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2436 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 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 } }] |
| 2437 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2438 | 2026-07-19T04:17:22.606Z | DEBG initted freemap. size: 64Jul 19 04:17:21.536, unitDEBG: replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2439 | 2026-07-19T04:17:22.606Z | |
| 2440 | 2026-07-19T04:17:22.606Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreset freemap |
| 2441 | 2026-07-19T04:17:22.607Z | , unit: freemap_route_ipv6Jul 19 04:17:21.536 |
| 2442 | 2026-07-19T04:17:22.607Z | 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 } }] |
| 2443 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.536 |
| 2444 | 2026-07-19T04:17:22.607Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2445 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 |
| 2446 | 2026-07-19T04:17:22.607Z | 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 } }] |
| 2447 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.536 |
| 2448 | 2026-07-19T04:17:22.607Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2449 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 |
| 2450 | 2026-07-19T04:17:22.607Z | 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 } }] |
| 2451 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:21.536 |
| 2452 | 2026-07-19T04:17:22.607Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2453 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 |
| 2454 | 2026-07-19T04:17:22.607Z | 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 } }] |
| 2455 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 INFO Jul 19 04:17:21.536adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2456 | 2026-07-19T04:17:22.607Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2457 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536 Jul 19 04:17:21.536DEBG 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 } }] |
| 2458 | 2026-07-19T04:17:22.607Z | 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 } }] |
| 2459 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2460 | 2026-07-19T04:17:22.607Z | |
| 2461 | 2026-07-19T04:17:22.607Z | test api_server::tests::test_build_info ... ok |
| 2462 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2463 | 2026-07-19T04:17:22.607Z | |
| 2464 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2465 | 2026-07-19T04:17:22.607Z | |
| 2466 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 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: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 } }] |
| 2467 | 2026-07-19T04:17:22.607Z | |
| 2468 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2469 | 2026-07-19T04:17:22.607Z | |
| 2470 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2471 | 2026-07-19T04:17:22.607Z | |
| 2472 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2473 | 2026-07-19T04:17:22.607Z | test freemap::test_span ... ok |
| 2474 | 2026-07-19T04:17:22.607Z | |
| 2475 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 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: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 } }] |
| 2476 | 2026-07-19T04:17:22.607Z | |
| 2477 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2478 | 2026-07-19T04:17:22.607Z | |
| 2479 | 2026-07-19T04:17:22.607Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2480 | 2026-07-19T04:17:22.608Z | |
| 2481 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2482 | 2026-07-19T04:17:22.608Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2483 | 2026-07-19T04:17:22.608Z | |
| 2484 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2485 | 2026-07-19T04:17:22.608Z | |
| 2486 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2487 | 2026-07-19T04:17:22.608Z | |
| 2488 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]created new freemap |
| 2489 | 2026-07-19T04:17:22.608Z | |
| 2490 | 2026-07-19T04:17:22.608Z | , unit: freemap_route_ipv4Jul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2491 | 2026-07-19T04:17:22.608Z | INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2492 | 2026-07-19T04:17:22.608Z | |
| 2493 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536 Jul 19 04:17:21.536DEBG Jul 19 04:17:21.536created new freemapJul 19 04:17:21.536, DEBGunit :DEBGcreated new freemap DEBG, freemap_route_ipv4replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2494 | 2026-07-19T04:17:22.608Z | : |
| 2495 | 2026-07-19T04:17:22.608Z | freemap_route_ipv6replacing 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 } }] |
| 2496 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536 |
| 2497 | 2026-07-19T04:17:22.608Z | INFO Jul 19 04:17:21.536adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Jul 19 04:17:21.536 |
| 2498 | 2026-07-19T04:17:22.608Z | INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64Jul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2499 | 2026-07-19T04:17:22.608Z | , unitDEBG: replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2500 | 2026-07-19T04:17:22.608Z | |
| 2501 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536DEBG DEBG created new freemapJul 19 04:17:21.536, 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 } }]INFOJul 19 04:17:21.536 |
| 2502 | 2026-07-19T04:17:22.608Z | : freemap_route_ipv6adding route 3fff:beef:9::/64 -> 2001:db8::55:ffDEBG |
| 2503 | 2026-07-19T04:17:22.608Z | |
| 2504 | 2026-07-19T04:17:22.608Z | reset freemap, Jul 19 04:17:21.536unitJul 19 04:17:21.536: Jul 19 04:17:21.536DEBGfreemap_route_ipv4 |
| 2505 | 2026-07-19T04:17:22.608Z | 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 } }]initted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:17:21.536 |
| 2506 | 2026-07-19T04:17:22.608Z | |
| 2507 | 2026-07-19T04:17:22.608Z | , DEBGJul 19 04:17:21.536 initted freemap. size: 64Jul 19 04:17:21.536unit, : DEBGfreemap_route_ipv4 INFO |
| 2508 | 2026-07-19T04:17:22.608Z | unitreplacing 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 } }]: |
| 2509 | 2026-07-19T04:17:22.608Z | freemap_route_ipv6adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2510 | 2026-07-19T04:17:22.608Z | Jul 19 04:17:21.536 |
| 2511 | 2026-07-19T04:17:22.612Z | Jul 19 04:17:21.536INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:17:21.536DEBG |
| 2512 | 2026-07-19T04:17:22.612Z | DEBG reset freemapreset freemapJul 19 04:17:21.536, DEBG, unitunit: Jul 19 04:17:21.536replacing 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 } }]: |
| 2513 | 2026-07-19T04:17:22.612Z | freemap_route_ipv6DEBG |
| 2514 | 2026-07-19T04:17:22.612Z | freemap_route_ipv4 |
| 2515 | 2026-07-19T04:17:22.612Z | 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 } }]Jul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2516 | 2026-07-19T04:17:22.612Z | INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:17:21.536 |
| 2517 | 2026-07-19T04:17:22.612Z | INFO Jul 19 04:17:21.536adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGINFO Jul 19 04:17:21.536initted freemap. size: 64 |
| 2518 | 2026-07-19T04:17:22.612Z | DEBG, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit |
| 2519 | 2026-07-19T04:17:22.612Z | :Jul 19 04:17:21.536 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 } }]freemap_route_ipv6DEBG |
| 2520 | 2026-07-19T04:17:22.612Z | Jul 19 04:17:21.536 |
| 2521 | 2026-07-19T04:17:22.612Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2522 | 2026-07-19T04:17:22.612Z | 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 } }]Jul 19 04:17:21.536 |
| 2523 | 2026-07-19T04:17:22.612Z | DEBG Jul 19 04:17:21.536reset freemap , Jul 19 04:17:21.536unit Jul 19 04:17:21.536INFO: INFOINFO freemap_route_ipv6adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2524 | 2026-07-19T04:17:22.613Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2525 | 2026-07-19T04:17:22.613Z | |
| 2526 | 2026-07-19T04:17:22.613Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2527 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 INFODEBGDEBG Jul 19 04:17:21.536replacing 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 } }] DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2528 | 2026-07-19T04:17:22.613Z | |
| 2529 | 2026-07-19T04:17:22.613Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2530 | 2026-07-19T04:17:22.613Z | |
| 2531 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFOJul 19 04:17:21.536 DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFOINFOreplacing 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 } }] |
| 2532 | 2026-07-19T04:17:22.613Z | |
| 2533 | 2026-07-19T04:17:22.613Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2534 | 2026-07-19T04:17:22.613Z | |
| 2535 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536DEBG Jul 19 04:17:21.536 INFO 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 } }] |
| 2536 | 2026-07-19T04:17:22.613Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 2537 | 2026-07-19T04:17:22.613Z | |
| 2538 | 2026-07-19T04:17:22.613Z | DEBGJul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.536 |
| 2539 | 2026-07-19T04:17:22.613Z | |
| 2540 | 2026-07-19T04:17:22.613Z | DEBG adding route 3fff:beef:1::/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 } }]Jul 19 04:17:21.536 |
| 2541 | 2026-07-19T04:17:22.613Z | |
| 2542 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536 DEBGINFO Jul 19 04:17:21.536replacing 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 } }]Jul 19 04:17:21.536 |
| 2543 | 2026-07-19T04:17:22.613Z | 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 } }] Jul 19 04:17:21.536 |
| 2544 | 2026-07-19T04:17:22.613Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2545 | 2026-07-19T04:17:22.613Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2546 | 2026-07-19T04:17:22.613Z | |
| 2547 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2548 | 2026-07-19T04:17:22.613Z | DEBG DEBGJul 19 04:17:21.536 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2549 | 2026-07-19T04:17:22.613Z | |
| 2550 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536DEBG 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 |
| 2551 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536replacing 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 } }] |
| 2552 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.536 |
| 2553 | 2026-07-19T04:17:22.613Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:17:21.536 |
| 2554 | 2026-07-19T04:17:22.613Z | INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2555 | 2026-07-19T04:17:22.613Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2556 | 2026-07-19T04:17:22.613Z | 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 } }]Jul 19 04:17:21.536 |
| 2557 | 2026-07-19T04:17:22.613Z | Jul 19 04:17:21.536 DEBGDEBG Jul 19 04:17:21.536 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 } }] 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 } }]INFOreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2558 | 2026-07-19T04:17:22.613Z | |
| 2559 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2560 | 2026-07-19T04:17:22.614Z | |
| 2561 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFO |
| 2562 | 2026-07-19T04:17:22.614Z | 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:4::/64 -> 2001:db8::55:ff |
| 2563 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536INFO |
| 2564 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2565 | 2026-07-19T04:17:22.614Z | DEBGJul 19 04:17:21.536 Jul 19 04:17:21.536 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 } }]INFO |
| 2566 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.536 Jul 19 04:17:21.536 |
| 2567 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2568 | 2026-07-19T04:17:22.614Z | DEBG Jul 19 04:17:21.536INFO DEBGadding route 3fff:beef:11::/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 } }]Jul 19 04:17:21.536 |
| 2569 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2570 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2571 | 2026-07-19T04:17:22.614Z | |
| 2572 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536INFO INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2573 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2574 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 |
| 2575 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536DEBG DEBGJul 19 04:17:21.536replacing 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 } }] Jul 19 04:17:21.536DEBG |
| 2576 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2577 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2578 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2579 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536 INFO INFOINFOadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2580 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2581 | 2026-07-19T04:17:22.614Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:17:21.536Jul 19 04:17:21.536 |
| 2582 | 2026-07-19T04:17:22.614Z | DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:21.536 |
| 2583 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2584 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536DEBG DEBG Jul 19 04:17:21.536 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 } }]Jul 19 04:17:21.536 |
| 2585 | 2026-07-19T04:17:22.614Z | 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 } }] |
| 2586 | 2026-07-19T04:17:22.614Z | INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:21.536 |
| 2587 | 2026-07-19T04:17:22.614Z | |
| 2588 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2589 | 2026-07-19T04:17:22.614Z | |
| 2590 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 DEBGJul 19 04:17:21.536 replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 2591 | 2026-07-19T04:17:22.614Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.536 |
| 2592 | 2026-07-19T04:17:22.614Z | |
| 2593 | 2026-07-19T04:17:22.614Z | 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 } }]Jul 19 04:17:21.536Jul 19 04:17:21.536 INFO |
| 2594 | 2026-07-19T04:17:22.614Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2595 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 |
| 2596 | 2026-07-19T04:17:22.614Z | INFOJul 19 04:17:21.536 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff INFO |
| 2597 | 2026-07-19T04:17:22.614Z | Jul 19 04:17:21.536 DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2598 | 2026-07-19T04:17:22.615Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 DEBGDEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2599 | 2026-07-19T04:17:22.615Z | |
| 2600 | 2026-07-19T04:17:22.615Z | 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 } }] |
| 2601 | 2026-07-19T04:17:22.615Z | Jul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBGINFO INFOadding route 3fff:beef:9::/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 } }] |
| 2602 | 2026-07-19T04:17:22.615Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2603 | 2026-07-19T04:17:22.615Z | |
| 2604 | 2026-07-19T04:17:22.615Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2605 | 2026-07-19T04:17:22.615Z | Jul 19 04:17:21.536Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536INFO DEBG DEBGDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2606 | 2026-07-19T04:17:22.615Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2607 | 2026-07-19T04:17:22.615Z | |
| 2608 | 2026-07-19T04:17:22.615Z | 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 } }]Jul 19 04:17:21.536 |
| 2609 | 2026-07-19T04:17:22.615Z | Jul 19 04:17:21.536DEBGJul 19 04:17:21.536 INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2610 | 2026-07-19T04:17:22.615Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2611 | 2026-07-19T04:17:22.619Z | |
| 2612 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.536Jul 19 04:17:21.536 Jul 19 04:17:21.536Jul 19 04:17:21.536INFODEBG 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 } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2613 | 2026-07-19T04:17:22.619Z | |
| 2614 | 2026-07-19T04:17:22.619Z | INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2615 | 2026-07-19T04:17:22.619Z | |
| 2616 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.536 INFOJul 19 04:17:21.536Jul 19 04:17:21.536 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBG |
| 2617 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.536replacing 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 } }] |
| 2618 | 2026-07-19T04:17:22.619Z | DEBG Jul 19 04:17:21.536replacing 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 } }] |
| 2619 | 2026-07-19T04:17:22.619Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.537 |
| 2620 | 2026-07-19T04:17:22.619Z | INFOJul 19 04:17:21.537replacing 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 } }] Jul 19 04:17:21.537 INFODEBG |
| 2621 | 2026-07-19T04:17:22.619Z | 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 } }] |
| 2622 | 2026-07-19T04:17:22.619Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2623 | 2026-07-19T04:17:22.619Z | |
| 2624 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.537 INFO Jul 19 04:17:21.537adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537Jul 19 04:17:21.537 |
| 2625 | 2026-07-19T04:17:22.619Z | DEBG INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2626 | 2026-07-19T04:17:22.619Z | |
| 2627 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.537 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 } }]Jul 19 04:17:21.537Jul 19 04:17:21.537 INFO |
| 2628 | 2026-07-19T04:17:22.619Z | 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 } }] |
| 2629 | 2026-07-19T04:17:22.619Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 2630 | 2026-07-19T04:17:22.619Z | 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 } }]Jul 19 04:17:21.537 |
| 2631 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 INFO Jul 19 04:17:21.537DEBG adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2632 | 2026-07-19T04:17:22.619Z | INFOINFO 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:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2633 | 2026-07-19T04:17:22.619Z | |
| 2634 | 2026-07-19T04:17:22.619Z | |
| 2635 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.537 DEBG Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2636 | 2026-07-19T04:17:22.619Z | DEBGDEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2637 | 2026-07-19T04:17:22.619Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2638 | 2026-07-19T04:17:22.619Z | |
| 2639 | 2026-07-19T04:17:22.619Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2640 | 2026-07-19T04:17:22.619Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 INFOINFO Jul 19 04:17:21.537DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2641 | 2026-07-19T04:17:22.619Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 2642 | 2026-07-19T04:17:22.619Z | 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: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 } }]Jul 19 04:17:21.537Jul 19 04:17:21.537 |
| 2643 | 2026-07-19T04:17:22.619Z | |
| 2644 | 2026-07-19T04:17:22.619Z | DEBGDEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2645 | 2026-07-19T04:17:22.620Z | |
| 2646 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 INFOINFOJul 19 04:17:21.537 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOINFO |
| 2647 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2648 | 2026-07-19T04:17:22.620Z | DEBG |
| 2649 | 2026-07-19T04:17:22.620Z | created new freemapadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:17:21.537Jul 19 04:17:21.537, unitDEBG |
| 2650 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG: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 } }] |
| 2651 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537 |
| 2652 | 2026-07-19T04:17:22.620Z | 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 } }] |
| 2653 | 2026-07-19T04:17:22.620Z | DEBG Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 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 |
| 2654 | 2026-07-19T04:17:22.620Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2655 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537freemap_route_ipv4 |
| 2656 | 2026-07-19T04:17:22.620Z | |
| 2657 | 2026-07-19T04:17:22.620Z | INFO Jul 19 04:17:21.537 Jul 19 04:17:21.537adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG |
| 2658 | 2026-07-19T04:17:22.620Z | DEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]INFO |
| 2659 | 2026-07-19T04:17:22.620Z | |
| 2660 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537 |
| 2661 | 2026-07-19T04:17:22.620Z | DEBGJul 19 04:17:21.537 INFOJul 19 04:17:21.537 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOcreated new freemap |
| 2662 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:17:21.537DEBG, 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 } }] |
| 2663 | 2026-07-19T04:17:22.620Z | |
| 2664 | 2026-07-19T04:17:22.620Z | unitJul 19 04:17:21.537DEBG:Jul 19 04:17:21.537 Jul 19 04:17:21.537DEBGfreemap_route_ipv6 |
| 2665 | 2026-07-19T04:17:22.620Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2666 | 2026-07-19T04:17:22.620Z | INFOreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2667 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537Jul 19 04:17:21.537adding route 3fff:beef:c::/64 -> 2001:db8::55:ff INFO |
| 2668 | 2026-07-19T04:17:22.620Z | 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 } }] Jul 19 04:17:21.537 |
| 2669 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2670 | 2026-07-19T04:17:22.620Z | DEBG Jul 19 04:17:21.537INFO initted freemap. size: 64DEBG, Jul 19 04:17:21.537replacing 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 } }] |
| 2671 | 2026-07-19T04:17:22.620Z | unitDEBG: Jul 19 04:17:21.537freemap_route_ipv4 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 } }] |
| 2672 | 2026-07-19T04:17:22.620Z | |
| 2673 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 2674 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2675 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.537 INFO |
| 2676 | 2026-07-19T04:17:22.620Z | reset freemap , unitJul 19 04:17:21.537:Jul 19 04:17:21.537adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2677 | 2026-07-19T04:17:22.620Z | freemap_route_ipv4 |
| 2678 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537Jul 19 04:17:21.537DEBG Jul 19 04:17:21.537replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 2679 | 2026-07-19T04:17:22.620Z | 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 |
| 2680 | 2026-07-19T04:17:22.620Z | DEBGDEBGreplacing 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 } }] |
| 2681 | 2026-07-19T04:17:22.620Z | Jul 19 04:17:21.537 Jul 19 04:17:21.537 replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO initted freemap. size: 64 |
| 2682 | 2026-07-19T04:17:22.620Z | , INFO Jul 19 04:17:21.537unitadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff: |
| 2683 | 2026-07-19T04:17:22.620Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 INFOJul 19 04:17:21.537freemap_route_ipv6 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 2684 | 2026-07-19T04:17:22.620Z | |
| 2685 | 2026-07-19T04:17:22.621Z | |
| 2686 | 2026-07-19T04:17:22.621Z | 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 } }] |
| 2687 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537 Jul 19 04:17:21.537DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537 |
| 2688 | 2026-07-19T04:17:22.621Z | DEBG Jul 19 04:17:21.537 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 } }] Jul 19 04:17:21.537adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 2689 | 2026-07-19T04:17:22.621Z | |
| 2690 | 2026-07-19T04:17:22.621Z | |
| 2691 | 2026-07-19T04:17:22.621Z | , DEBGJul 19 04:17:21.537 unitINFOJul 19 04:17:21.537:Jul 19 04:17:21.537 DEBGfreemap_route_ipv6 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:14::/64 -> 2001:db8::55:ffINFO |
| 2692 | 2026-07-19T04:17:22.621Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2693 | 2026-07-19T04:17:22.621Z | |
| 2694 | 2026-07-19T04:17:22.621Z | |
| 2695 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 |
| 2696 | 2026-07-19T04:17:22.621Z | DEBGINFOJul 19 04:17:21.537 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2697 | 2026-07-19T04:17:22.621Z | |
| 2698 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.537Jul 19 04:17:21.537replacing 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 } }] |
| 2699 | 2026-07-19T04:17:22.621Z | |
| 2700 | 2026-07-19T04:17:22.621Z | INFO DEBG Jul 19 04:17:21.537replacing 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:15::/64 -> 2001:db8::55:ff |
| 2701 | 2026-07-19T04:17:22.621Z | |
| 2702 | 2026-07-19T04:17:22.621Z | DEBGJul 19 04:17:21.537 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2703 | 2026-07-19T04:17:22.621Z | INFO Jul 19 04:17:21.537adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2704 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537INFO Jul 19 04:17:21.537adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2705 | 2026-07-19T04:17:22.621Z | DEBG DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2706 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537 |
| 2707 | 2026-07-19T04:17:22.621Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 2708 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537 Jul 19 04:17:21.537 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 |
| 2709 | 2026-07-19T04:17:22.621Z | Jul 19 04:17:21.537 adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2710 | 2026-07-19T04:17:22.621Z | INFODEBG Jul 19 04:17:21.537adding route 3fff:beef:16::/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 } }]Jul 19 04:17:21.537 |
| 2711 | 2026-07-19T04:17:22.625Z | |
| 2712 | 2026-07-19T04:17:22.625Z | DEBGINFO adding route 3fff:beef:32::/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 } }]Jul 19 04:17:21.537 |
| 2713 | 2026-07-19T04:17:22.625Z | |
| 2714 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537INFO DEBGJul 19 04:17:21.537Jul 19 04:17:21.537 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 } }]DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2715 | 2026-07-19T04:17:22.625Z | 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:12::/64 -> 2001:db8::55:ff |
| 2716 | 2026-07-19T04:17:22.625Z | |
| 2717 | 2026-07-19T04:17:22.625Z | |
| 2718 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 Jul 19 04:17:21.537INFO DEBGINFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2719 | 2026-07-19T04:17:22.625Z | DEBGadding route 3fff:beef:33::/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 } }] |
| 2720 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 2721 | 2026-07-19T04:17:22.625Z | |
| 2722 | 2026-07-19T04:17:22.625Z | DEBGJul 19 04:17:21.537 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 } }] |
| 2723 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 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 } }] |
| 2724 | 2026-07-19T04:17:22.625Z | INFOJul 19 04:17:21.537 INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:17:21.537 adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2725 | 2026-07-19T04:17:22.625Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 2726 | 2026-07-19T04:17:22.625Z | |
| 2727 | 2026-07-19T04:17:22.625Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2728 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537 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 } }]DEBG |
| 2729 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537 replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2730 | 2026-07-19T04:17:22.625Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 19 04:17:21.537replacing 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 } }] |
| 2731 | 2026-07-19T04:17:22.625Z | |
| 2732 | 2026-07-19T04:17:22.625Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2733 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537 Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2734 | 2026-07-19T04:17:22.625Z | |
| 2735 | 2026-07-19T04:17:22.625Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2736 | 2026-07-19T04:17:22.625Z | |
| 2737 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 DEBGINFODEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ff WARN |
| 2738 | 2026-07-19T04:17:22.625Z | 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 2739 | 2026-07-19T04:17:22.625Z | |
| 2740 | 2026-07-19T04:17:22.625Z | |
| 2741 | 2026-07-19T04:17:22.625Z | Jul 19 04:17:21.537 DEBG Jul 19 04:17:21.537replacing 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 } }] Jul 19 04:17:21.537Jul 19 04:17:21.537ERRO |
| 2742 | 2026-07-19T04:17:22.625Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 2743 | 2026-07-19T04:17:22.626Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2744 | 2026-07-19T04:17:22.626Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2745 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 Jul 19 04:17:21.537INFO DEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537ERRO 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 } }] |
| 2746 | 2026-07-19T04:17:22.626Z | 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 |
| 2747 | 2026-07-19T04:17:22.626Z | |
| 2748 | 2026-07-19T04:17:22.626Z | 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 } }]Jul 19 04:17:21.537 |
| 2749 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537 INFODEBG adding route 3fff:beef:1b::/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 } }]Jul 19 04:17:21.537 |
| 2750 | 2026-07-19T04:17:22.626Z | |
| 2751 | 2026-07-19T04:17:22.626Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2752 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537DEBG INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2753 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537 |
| 2754 | 2026-07-19T04:17:22.626Z | 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 } }] |
| 2755 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 INFODEBG adding route 3fff:beef:1c::/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 } }] |
| 2756 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537 |
| 2757 | 2026-07-19T04:17:22.626Z | INFOINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2758 | 2026-07-19T04:17:22.626Z | |
| 2759 | 2026-07-19T04:17:22.626Z | INFO Jul 19 04:17:21.537adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Jul 19 04:17:21.537DEBG |
| 2760 | 2026-07-19T04:17:22.626Z | DEBGJul 19 04:17:21.537 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: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 } }]Jul 19 04:17:21.537 |
| 2761 | 2026-07-19T04:17:22.626Z | |
| 2762 | 2026-07-19T04:17:22.626Z | DEBGJul 19 04:17:21.537 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:1d::/64 -> 2001:db8::55:ff |
| 2763 | 2026-07-19T04:17:22.626Z | 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 } }] |
| 2764 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537 |
| 2765 | 2026-07-19T04:17:22.626Z | INFOJul 19 04:17:21.537 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2766 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2767 | 2026-07-19T04:17:22.626Z | |
| 2768 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2769 | 2026-07-19T04:17:22.626Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2770 | 2026-07-19T04:17:22.626Z | DEBG Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537replacing 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 } }] |
| 2771 | 2026-07-19T04:17:22.626Z | INFODEBG DEBG adding route 3fff:beef:1e::/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 } }]Jul 19 04:17:21.537replacing 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 } }] |
| 2772 | 2026-07-19T04:17:22.626Z | |
| 2773 | 2026-07-19T04:17:22.626Z | |
| 2774 | 2026-07-19T04:17:22.626Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2775 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 INFOJul 19 04:17:21.537Jul 19 04:17:21.537 INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:20::/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 } }]DEBG |
| 2776 | 2026-07-19T04:17:22.626Z | |
| 2777 | 2026-07-19T04:17:22.626Z | |
| 2778 | 2026-07-19T04:17:22.626Z | 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 } }] |
| 2779 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537Jul 19 04:17:21.537 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 } }]INFO |
| 2780 | 2026-07-19T04:17:22.626Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2781 | 2026-07-19T04:17:22.626Z | 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 } }]Jul 19 04:17:21.537 |
| 2782 | 2026-07-19T04:17:22.626Z | Jul 19 04:17:21.537INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2783 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.537 INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2784 | 2026-07-19T04:17:22.627Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2785 | 2026-07-19T04:17:22.627Z | |
| 2786 | 2026-07-19T04:17:22.627Z | 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 } }]Jul 19 04:17:21.537 |
| 2787 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 DEBGDEBG 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 } }]Jul 19 04:17:21.537 |
| 2788 | 2026-07-19T04:17:22.627Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff INFO |
| 2789 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.537adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2790 | 2026-07-19T04:17:22.627Z | INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:17:21.537 |
| 2791 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.537 |
| 2792 | 2026-07-19T04:17:22.627Z | DEBG Jul 19 04:17:21.537DEBG 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 } }] 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 } }] |
| 2793 | 2026-07-19T04:17:22.627Z | |
| 2794 | 2026-07-19T04:17:22.627Z | 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 } }] |
| 2795 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.537Jul 19 04:17:21.537 INFO Jul 19 04:17:21.538adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.538 |
| 2796 | 2026-07-19T04:17:22.627Z | INFO INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2797 | 2026-07-19T04:17:22.627Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2798 | 2026-07-19T04:17:22.627Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2799 | 2026-07-19T04:17:22.627Z | 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 } }] |
| 2800 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBG 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: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: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 } }]Jul 19 04:17:21.538 |
| 2801 | 2026-07-19T04:17:22.627Z | |
| 2802 | 2026-07-19T04:17:22.627Z | INFO |
| 2803 | 2026-07-19T04:17:22.627Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2804 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.538 Jul 19 04:17:21.538INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2805 | 2026-07-19T04:17:22.627Z | INFO |
| 2806 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.538adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2807 | 2026-07-19T04:17:22.627Z | Jul 19 04:17:21.538Jul 19 04:17:21.538DEBG DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGJul 19 04:17:21.538 |
| 2808 | 2026-07-19T04:17:22.627Z | 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 } }] 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 } }] |
| 2809 | 2026-07-19T04:17:22.627Z | |
| 2810 | 2026-07-19T04:17:22.627Z | 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 } }]Jul 19 04:17:21.538 |
| 2811 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBG failed to allocate space for the new target list |
| 2812 | 2026-07-19T04:17:22.631Z | INFOJul 19 04:17:21.538INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.538 |
| 2813 | 2026-07-19T04:17:22.631Z | |
| 2814 | 2026-07-19T04:17:22.631Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 2815 | 2026-07-19T04:17:22.631Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:21.538 |
| 2816 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538Jul 19 04:17:21.538DEBG DEBG 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: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 } }] |
| 2817 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538 |
| 2818 | 2026-07-19T04:17:22.631Z | 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 } }] |
| 2819 | 2026-07-19T04:17:22.631Z | failed to allocate space for the new target listJul 19 04:17:21.538 |
| 2820 | 2026-07-19T04:17:22.631Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2821 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538 INFOJul 19 04:17:21.538INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 2822 | 2026-07-19T04:17:22.631Z | adding route 3fff:beef:24::/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 } }] |
| 2823 | 2026-07-19T04:17:22.631Z | |
| 2824 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538 DEBG Jul 19 04:17:21.538Jul 19 04:17:21.538replacing 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 } }] |
| 2825 | 2026-07-19T04:17:22.631Z | 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:27::/64 -> 2001:db8::55:ff |
| 2826 | 2026-07-19T04:17:22.631Z | |
| 2827 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG Jul 19 04:17:21.538replacing 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:1f::/64 -> 2001:db8::55:ff |
| 2828 | 2026-07-19T04:17:22.631Z | |
| 2829 | 2026-07-19T04:17:22.631Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2830 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.538adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2831 | 2026-07-19T04:17:22.631Z | |
| 2832 | 2026-07-19T04:17:22.631Z | 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 } }] |
| 2833 | 2026-07-19T04:17:22.631Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG adding route 3fff:beef:20::/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 } }]Jul 19 04:17:21.538 |
| 2834 | 2026-07-19T04:17:22.632Z | |
| 2835 | 2026-07-19T04:17:22.632Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2836 | 2026-07-19T04:17:22.632Z | DEBGJul 19 04:17:21.538 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2837 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2838 | 2026-07-19T04:17:22.632Z | DEBG Jul 19 04:17:21.538replacing 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 } }] |
| 2839 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538INFO DEBGadding route 3fff:beef:21::/64 -> 2001:db8::55:ff Jul 19 04:17:21.538 |
| 2840 | 2026-07-19T04:17:22.632Z | 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 |
| 2841 | 2026-07-19T04:17:22.632Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2842 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBGINFO Jul 19 04:17:21.538 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 } }] |
| 2843 | 2026-07-19T04:17:22.632Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2844 | 2026-07-19T04:17:22.632Z | 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 } }]Jul 19 04:17:21.538 |
| 2845 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538 INFODEBG Jul 19 04:17:21.538 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2846 | 2026-07-19T04:17:22.632Z | |
| 2847 | 2026-07-19T04:17:22.632Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2848 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBGDEBGINFO 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:2b::/64 -> 2001:db8::55:ff |
| 2849 | 2026-07-19T04:17:22.632Z | |
| 2850 | 2026-07-19T04:17:22.632Z | 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 } }] |
| 2851 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 2852 | 2026-07-19T04:17:22.632Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2853 | 2026-07-19T04:17:22.632Z | |
| 2854 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 INFOJul 19 04:17:21.538 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBGDEBG |
| 2855 | 2026-07-19T04:17:22.632Z | 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 } }] |
| 2856 | 2026-07-19T04:17:22.632Z | 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 } }]Jul 19 04:17:21.538 |
| 2857 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538 DEBGINFO Jul 19 04:17:21.538replacing 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:2a::/64 -> 2001:db8::55:ff |
| 2858 | 2026-07-19T04:17:22.632Z | |
| 2859 | 2026-07-19T04:17:22.632Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2860 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 DEBGJul 19 04:17:21.538INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2861 | 2026-07-19T04:17:22.632Z | |
| 2862 | 2026-07-19T04:17:22.632Z | |
| 2863 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538Jul 19 04:17:21.538 INFOINFO DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2864 | 2026-07-19T04:17:22.632Z | |
| 2865 | 2026-07-19T04:17:22.632Z | 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 } }] |
| 2866 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538Jul 19 04:17:21.538 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 } }]Jul 19 04:17:21.538 |
| 2867 | 2026-07-19T04:17:22.632Z | 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 } }] |
| 2868 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 2869 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2870 | 2026-07-19T04:17:22.632Z | INFO Jul 19 04:17:21.538adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 19 04:17:21.538DEBG |
| 2871 | 2026-07-19T04:17:22.632Z | 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 } }]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 } }] |
| 2872 | 2026-07-19T04:17:22.632Z | |
| 2873 | 2026-07-19T04:17:22.632Z | Jul 19 04:17:21.538 DEBG Jul 19 04:17:21.538replacing 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 } }] Jul 19 04:17:21.538 |
| 2874 | 2026-07-19T04:17:22.633Z | INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.538 |
| 2875 | 2026-07-19T04:17:22.633Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2876 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.538INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2877 | 2026-07-19T04:17:22.633Z | 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 } }]Jul 19 04:17:21.538 |
| 2878 | 2026-07-19T04:17:22.633Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.538Jul 19 04:17:21.538 |
| 2879 | 2026-07-19T04:17:22.633Z | 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:30::/64 -> 2001:db8::55:ff |
| 2880 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.538 DEBG Jul 19 04:17:21.539created new freemap , DEBGunit: 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 } }]freemap_route_ipv4 |
| 2881 | 2026-07-19T04:17:22.633Z | |
| 2882 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.538 Jul 19 04:17:21.539 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4freemap_route_ipv6 |
| 2883 | 2026-07-19T04:17:22.633Z | |
| 2884 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539 DEBG created new freemap, unit:Jul 19 04:17:21.539 freemap_route_ipv6DEBG |
| 2885 | 2026-07-19T04:17:22.633Z | initted freemap. size: 64, unit: |
| 2886 | 2026-07-19T04:17:22.633Z | freemap_route_ipv4Jul 19 04:17:21.539 |
| 2887 | 2026-07-19T04:17:22.633Z | DEBGJul 19 04:17:21.539 initted freemap. size: 64INFOJul 19 04:17:21.539 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGJul 19 04:17:21.539 |
| 2888 | 2026-07-19T04:17:22.633Z | , unitINFO: adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:17:21.539 |
| 2889 | 2026-07-19T04:17:22.633Z | reset freemap freemap_route_ipv4DEBG |
| 2890 | 2026-07-19T04:17:22.633Z | , replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 2891 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539: Jul 19 04:17:21.539 freemap_route_ipv4DEBG |
| 2892 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539 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 } }]Jul 19 04:17:21.539 |
| 2893 | 2026-07-19T04:17:22.633Z | DEBGreset freemap adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.539 |
| 2894 | 2026-07-19T04:17:22.633Z | initted freemap. size: 64 INFO , adding route 3fff:beef:29::/64 -> 2001:db8::55:ffunit |
| 2895 | 2026-07-19T04:17:22.633Z | , Jul 19 04:17:21.539unit :DEBG freemap_route_ipv6: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 } }] |
| 2896 | 2026-07-19T04:17:22.633Z | freemap_route_ipv4 |
| 2897 | 2026-07-19T04:17:22.633Z | |
| 2898 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2899 | 2026-07-19T04:17:22.633Z | , unit DEBG:DEBG freemap_route_ipv6reset freemap , Jul 19 04:17:21.539 |
| 2900 | 2026-07-19T04:17:22.633Z | 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 } }]: DEBG freemap_route_ipv6replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2901 | 2026-07-19T04:17:22.633Z | |
| 2902 | 2026-07-19T04:17:22.633Z | |
| 2903 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539 Jul 19 04:17:21.539DEBG INFOreset freemap , adding route 3fff:beef:31::/64 -> 2001:db8::55:ffunitJul 19 04:17:21.539: |
| 2904 | 2026-07-19T04:17:22.633Z | freemap_route_ipv6 |
| 2905 | 2026-07-19T04:17:22.633Z | INFO Jul 19 04:17:21.539adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2906 | 2026-07-19T04:17:22.633Z | 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 } }]Jul 19 04:17:21.539 |
| 2907 | 2026-07-19T04:17:22.633Z | Jul 19 04:17:21.539INFOJul 19 04:17:21.539 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOJul 19 04:17:21.539DEBG |
| 2908 | 2026-07-19T04:17:22.633Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 2909 | 2026-07-19T04:17:22.633Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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 } }] |
| 2910 | 2026-07-19T04:17:22.633Z | |
| 2911 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539Jul 19 04:17:21.539 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 } }]Jul 19 04:17:21.539replacing 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 } }] |
| 2912 | 2026-07-19T04:17:22.637Z | |
| 2913 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539DEBG Jul 19 04:17:21.539INFOreplacing 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 } }] |
| 2914 | 2026-07-19T04:17:22.637Z | INFOJul 19 04:17:21.539 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 2915 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539 adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2916 | 2026-07-19T04:17:22.637Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2917 | 2026-07-19T04:17:22.637Z | |
| 2918 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539 Jul 19 04:17:21.539DEBG Jul 19 04:17:21.538replacing 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 } }]DEBGJul 19 04:17:21.539 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 } }] created new freemapDEBG |
| 2919 | 2026-07-19T04:17:22.637Z | , |
| 2920 | 2026-07-19T04:17:22.637Z | unit: freemap_route_ipv4replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2921 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539 |
| 2922 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539INFO adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 2923 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539Jul 19 04:17:21.539 DEBG INFOJul 19 04:17:21.539adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGJul 19 04:17:21.539 |
| 2924 | 2026-07-19T04:17:22.637Z | 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 } }] |
| 2925 | 2026-07-19T04:17:22.637Z | DEBGreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2926 | 2026-07-19T04:17:22.637Z | |
| 2927 | 2026-07-19T04:17:22.637Z | Jul 19 04:17:21.539created new freemap , Jul 19 04:17:21.539unit Jul 19 04:17:21.539:INFO DEBG INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2928 | 2026-07-19T04:17:22.637Z | freemap_route_ipv6adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2929 | 2026-07-19T04:17:22.637Z | |
| 2930 | 2026-07-19T04:17:22.637Z | 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 } }]Jul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539 DEBG |
| 2931 | 2026-07-19T04:17:22.638Z | DEBG 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 } }]Jul 19 04:17:21.539, unit |
| 2932 | 2026-07-19T04:17:22.638Z | DEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:17:21.539Jul 19 04:17:21.539 |
| 2933 | 2026-07-19T04:17:22.638Z | 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 } }]INFO : |
| 2934 | 2026-07-19T04:17:22.638Z | freemap_route_ipv4adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2935 | 2026-07-19T04:17:22.638Z | INFO |
| 2936 | 2026-07-19T04:17:22.638Z | Jul 19 04:17:21.539adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.539 |
| 2937 | 2026-07-19T04:17:22.638Z | INFOJul 19 04:17:21.539 DEBGINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2938 | 2026-07-19T04:17:22.638Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:17:21.539 |
| 2939 | 2026-07-19T04:17:22.638Z | DEBGJul 19 04:17:21.539reset freemapJul 19 04:17:21.539 Jul 19 04:17:21.539, 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 } }] Jul 19 04:17:21.539unit :DEBG |
| 2940 | 2026-07-19T04:17:22.638Z | DEBG freemap_route_ipv4 DEBGcreated new freemap Jul 19 04:17:21.539 |
| 2941 | 2026-07-19T04:17:22.638Z | , unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO : 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 } }] |
| 2942 | 2026-07-19T04:17:22.638Z | adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4 |
| 2943 | 2026-07-19T04:17:22.638Z | |
| 2944 | 2026-07-19T04:17:22.638Z | |
| 2945 | 2026-07-19T04:17:22.638Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.539 |
| 2946 | 2026-07-19T04:17:22.638Z | Jul 19 04:17:21.539 Jul 19 04:17:21.539 INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 19 04:17:21.539DEBG |
| 2947 | 2026-07-19T04:17:22.638Z | created new freemapinitted freemap. size: 64, Jul 19 04:17:21.539, unitunit :INFODEBG Jul 19 04:17:21.539 freemap_route_ipv6adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2948 | 2026-07-19T04:17:22.638Z | : |
| 2949 | 2026-07-19T04:17:22.638Z | 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 Jul 19 04:17:21.539 |
| 2950 | 2026-07-19T04:17:22.638Z | 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 } }] |
| 2951 | 2026-07-19T04:17:22.638Z | freemap_route_ipv6 |
| 2952 | 2026-07-19T04:17:22.638Z | DEBG Jul 19 04:17:21.539initted freemap. size: 64 , DEBGJul 19 04:17:21.539unit Jul 19 04:17:21.539INFOJul 19 04:17:21.539 :adding route 172.17.0.5/32 -> 10.0.0.255 INFO DEBG |
| 2953 | 2026-07-19T04:17:22.638Z | freemap_route_ipv4reset freemapJul 19 04:17:21.539, adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunitreplacing 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 } }]: |
| 2954 | 2026-07-19T04:17:22.638Z | |
| 2955 | 2026-07-19T04:17:22.638Z | Jul 19 04:17:21.539 freemap_route_ipv6 |
| 2956 | 2026-07-19T04:17:22.638Z | |
| 2957 | 2026-07-19T04:17:22.638Z | DEBG Jul 19 04:17:21.539 Jul 19 04:17:21.539DEBGreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]DEBGJul 19 04:17:21.539 |
| 2958 | 2026-07-19T04:17:22.638Z | reset freemap , unitINFOJul 19 04:17:21.539 |
| 2959 | 2026-07-19T04:17:22.638Z | :INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 2960 | 2026-07-19T04:17:22.638Z | |
| 2961 | 2026-07-19T04:17:22.638Z | INFO Jul 19 04:17:21.539adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:17:21.539Jul 19 04:17:21.539Jul 19 04:17:21.539 |
| 2962 | 2026-07-19T04:17:22.638Z | INFO DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 172.17.0.6/32 -> 10.0.0.255DEBGINFO |
| 2963 | 2026-07-19T04:17:22.638Z | |
| 2964 | 2026-07-19T04:17:22.638Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] initted freemap. size: 64 |
| 2965 | 2026-07-19T04:17:22.638Z | Jul 19 04:17:21.539, unitJul 19 04:17:21.539 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff:DEBG |
| 2966 | 2026-07-19T04:17:22.638Z | freemap_route_ipv6Jul 19 04:17:21.539DEBG Jul 19 04:17:21.539replacing 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 } }] |
| 2967 | 2026-07-19T04:17:22.638Z | |
| 2968 | 2026-07-19T04:17:22.638Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.539Jul 19 04:17:21.539 |
| 2969 | 2026-07-19T04:17:22.638Z | Jul 19 04:17:21.539replacing 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 } }] 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 } }]DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 2970 | 2026-07-19T04:17:22.638Z | DEBGreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2971 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.539 |
| 2972 | 2026-07-19T04:17:22.639Z | |
| 2973 | 2026-07-19T04:17:22.639Z | reset freemapJul 19 04:17:21.539, DEBGunit 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 } }]: |
| 2974 | 2026-07-19T04:17:22.639Z | 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 } }]Jul 19 04:17:21.539 |
| 2975 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.539 INFOINFOfreemap_route_ipv6 Jul 19 04:17:21.539 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2976 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.539adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2977 | 2026-07-19T04:17:22.639Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2978 | 2026-07-19T04:17:22.639Z | INFO |
| 2979 | 2026-07-19T04:17:22.639Z | adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:21.540 |
| 2980 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540Jul 19 04:17:21.539 INFODEBG Jul 19 04:17:21.540adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2981 | 2026-07-19T04:17:22.639Z | 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 } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2982 | 2026-07-19T04:17:22.639Z | |
| 2983 | 2026-07-19T04:17:22.639Z | INFODEBGJul 19 04:17:21.540 Jul 19 04:17:21.540DEBG Jul 19 04:17:21.540 INFO DEBG adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2984 | 2026-07-19T04:17:22.639Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2985 | 2026-07-19T04:17:22.639Z | |
| 2986 | 2026-07-19T04:17:22.639Z | |
| 2987 | 2026-07-19T04:17:22.639Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:17:21.540Jul 19 04:17:21.540Jul 19 04:17:21.540 INFO |
| 2988 | 2026-07-19T04:17:22.639Z | test route::tests::grow_succeeds ... ok |
| 2989 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540DEBG adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:17:21.540 DEBG |
| 2990 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540INFODEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:3::/64 -> 2001:db8::55:ff |
| 2991 | 2026-07-19T04:17:22.639Z | |
| 2992 | 2026-07-19T04:17:22.639Z | |
| 2993 | 2026-07-19T04:17:22.639Z | DEBG |
| 2994 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540 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 } }]Jul 19 04:17:21.540Jul 19 04:17:21.540 DEBGJul 19 04:17:21.540INFO INFOadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff 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 } }] |
| 2995 | 2026-07-19T04:17:22.639Z | |
| 2996 | 2026-07-19T04:17:22.639Z | adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 2997 | 2026-07-19T04:17:22.639Z | |
| 2998 | 2026-07-19T04:17:22.639Z | 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 } }] |
| 2999 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540Jul 19 04:17:21.546 Jul 19 04:17:21.540INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3000 | 2026-07-19T04:17:22.639Z | |
| 3001 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.540Jul 19 04:17:21.546 Jul 19 04:17:21.546 DEBG Jul 19 04:17:21.540DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3002 | 2026-07-19T04:17:22.639Z | |
| 3003 | 2026-07-19T04:17:22.639Z | 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 } }] |
| 3004 | 2026-07-19T04:17:22.639Z | DEBG Jul 19 04:17:21.546Jul 19 04:17:21.546 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:2, vlan_id: None } }, NextHop { asic_port_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.11/32 -> 10.0.0.255 |
| 3005 | 2026-07-19T04:17:22.639Z | created new freemap |
| 3006 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.546, INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:17:21.546Jul 19 04:17:21.546 DEBG |
| 3007 | 2026-07-19T04:17:22.639Z | WARNfreemap_route_ipv4 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3008 | 2026-07-19T04:17:22.639Z | |
| 3009 | 2026-07-19T04:17:22.639Z | Jul 19 04:17:21.546 |
| 3010 | 2026-07-19T04:17:22.640Z | DEBGJul 19 04:17:21.546 Jul 19 04:17:21.540INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3011 | 2026-07-19T04:17:22.643Z | adding route 172.17.0.12/32 -> 10.0.0.255replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3012 | 2026-07-19T04:17:22.643Z | Jul 19 04:17:21.546 |
| 3013 | 2026-07-19T04:17:22.643Z | Jul 19 04:17:21.546 DEBGINFO created new freemapadding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:17:21.546, Jul 19 04:17:21.546 unitINFO: DEBGfreemap_route_ipv6 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3014 | 2026-07-19T04:17:22.643Z | |
| 3015 | 2026-07-19T04:17:22.643Z | 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 } }] |
| 3016 | 2026-07-19T04:17:22.643Z | |
| 3017 | 2026-07-19T04:17:22.643Z | Jul 19 04:17:21.546Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG DEBGDEBGreplacing 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 } }] |
| 3018 | 2026-07-19T04:17:22.643Z | 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 } }]Jul 19 04:17:21.546 INFOinitted freemap. size: 64 |
| 3019 | 2026-07-19T04:17:22.643Z | adding route 172.17.0.13/32 -> 10.0.0.255, Jul 19 04:17:21.546 |
| 3020 | 2026-07-19T04:17:22.643Z | unit Jul 19 04:17:21.546:INFO Jul 19 04:17:21.546INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3021 | 2026-07-19T04:17:22.643Z | DEBGadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3022 | 2026-07-19T04:17:22.643Z | |
| 3023 | 2026-07-19T04:17:22.644Z | 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 } }] |
| 3024 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546Jul 19 04:17:21.546 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546 |
| 3025 | 2026-07-19T04:17:22.644Z | reset freemapINFO, Jul 19 04:17:21.546unitadding route 172.17.0.14/32 -> 10.0.0.255: |
| 3026 | 2026-07-19T04:17:22.644Z | DEBGfreemap_route_ipv4 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 } }] |
| 3027 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546 |
| 3028 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546 INFODEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:17:21.546replacing 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 } }]Jul 19 04:17:21.546 DEBGINFO |
| 3029 | 2026-07-19T04:17:22.644Z | |
| 3030 | 2026-07-19T04:17:22.644Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3031 | 2026-07-19T04:17:22.644Z | , Jul 19 04:17:21.546unit :Jul 19 04:17:21.546INFO freemap_route_ipv6DEBG adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:21.546 |
| 3032 | 2026-07-19T04:17:22.644Z | |
| 3033 | 2026-07-19T04:17:22.644Z | 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 } }]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 } }] |
| 3034 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546 |
| 3035 | 2026-07-19T04:17:22.644Z | DEBG Jul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3036 | 2026-07-19T04:17:22.644Z | , |
| 3037 | 2026-07-19T04:17:22.644Z | unitJul 19 04:17:21.546: DEBGfreemap_route_ipv6 |
| 3038 | 2026-07-19T04:17:22.644Z | failed to allocate space for the new target listJul 19 04:17:21.546 |
| 3039 | 2026-07-19T04:17:22.644Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3040 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG 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 } }] Jul 19 04:17:21.546 |
| 3041 | 2026-07-19T04:17:22.644Z | INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3042 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546adding route 172.16.0.0/32 -> 10.0.0.1 DEBGJul 19 04:17:21.546 |
| 3043 | 2026-07-19T04:17:22.644Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFOJul 19 04:17:21.546 |
| 3044 | 2026-07-19T04:17:22.644Z | adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:17:21.546 |
| 3045 | 2026-07-19T04:17:22.644Z | 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 } }] |
| 3046 | 2026-07-19T04:17:22.644Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3047 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546 Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG 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 } }] |
| 3048 | 2026-07-19T04:17:22.644Z | DEBGJul 19 04:17:21.539 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.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 } }] |
| 3049 | 2026-07-19T04:17:22.644Z | |
| 3050 | 2026-07-19T04:17:22.644Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:17:21.546 Jul 19 04:17:21.546INFO INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3051 | 2026-07-19T04:17:22.644Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 3052 | 2026-07-19T04:17:22.644Z | DEBG |
| 3053 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546created new freemapJul 19 04:17:21.546 , DEBGDEBG Jul 19 04:17:21.546 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 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 } }]unit |
| 3054 | 2026-07-19T04:17:22.644Z | DEBG |
| 3055 | 2026-07-19T04:17:22.644Z | :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 } }]Jul 19 04:17:21.546 |
| 3056 | 2026-07-19T04:17:22.644Z | INFOfreemap_route_ipv4 |
| 3057 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546adding route 172.17.0.19/32 -> 10.0.0.255 Jul 19 04:17:21.546 |
| 3058 | 2026-07-19T04:17:22.644Z | INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3059 | 2026-07-19T04:17:22.644Z | Jul 19 04:17:21.546Jul 19 04:17:21.546 |
| 3060 | 2026-07-19T04:17:22.644Z | DEBG 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 } }] |
| 3061 | 2026-07-19T04:17:22.644Z | created new freemapJul 19 04:17:21.546, DEBGJul 19 04:17:21.546 unitreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546 |
| 3062 | 2026-07-19T04:17:22.644Z | 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 } }]Jul 19 04:17:21.546 |
| 3063 | 2026-07-19T04:17:22.645Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 3064 | 2026-07-19T04:17:22.645Z | : adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 3065 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546 |
| 3066 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546 INFODEBG 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3067 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546Jul 19 04:17:21.546 |
| 3068 | 2026-07-19T04:17:22.645Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3069 | 2026-07-19T04:17:22.645Z | DEBGDEBG Jul 19 04:17:21.546Jul 19 04:17:21.546replacing 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 } }] |
| 3070 | 2026-07-19T04:17:22.645Z | 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 } }]initted freemap. size: 64INFO, |
| 3071 | 2026-07-19T04:17:22.645Z | unitadding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.546 |
| 3072 | 2026-07-19T04:17:22.645Z | INFO Jul 19 04:17:21.546adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 3073 | 2026-07-19T04:17:22.645Z | INFOJul 19 04:17:21.546: DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3074 | 2026-07-19T04:17:22.645Z | 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 } }] |
| 3075 | 2026-07-19T04:17:22.645Z | freemap_route_ipv4Jul 19 04:17:21.546 |
| 3076 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546 DEBGDEBG Jul 19 04:17:21.546replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3077 | 2026-07-19T04:17:22.645Z | INFOreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.546 |
| 3078 | 2026-07-19T04:17:22.645Z | adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.546 |
| 3079 | 2026-07-19T04:17:22.645Z | DEBG INFOreset freemapJul 19 04:17:21.546 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 19 04:17:21.546 |
| 3080 | 2026-07-19T04:17:22.645Z | 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 } }] unit |
| 3081 | 2026-07-19T04:17:22.645Z | :Jul 19 04:17:21.546adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3082 | 2026-07-19T04:17:22.645Z | DEBG Jul 19 04:17:21.546replacing 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 } }] |
| 3083 | 2026-07-19T04:17:22.645Z | freemap_route_ipv4INFO |
| 3084 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3085 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546DEBG 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 } }]INFOJul 19 04:17:21.546Jul 19 04:17:21.546 |
| 3086 | 2026-07-19T04:17:22.645Z | DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3087 | 2026-07-19T04:17:22.645Z | DEBGJul 19 04:17:21.546 |
| 3088 | 2026-07-19T04:17:22.645Z | INFO initted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:17:21.546Jul 19 04:17:21.546 |
| 3089 | 2026-07-19T04:17:22.645Z | , unit DEBG: Jul 19 04:17:21.546replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO freemap_route_ipv6 adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3090 | 2026-07-19T04:17:22.645Z | |
| 3091 | 2026-07-19T04:17:22.645Z | DEBG |
| 3092 | 2026-07-19T04:17:22.645Z | Jul 19 04:17:21.546Jul 19 04:17:21.546 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 } }]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 } }]Jul 19 04:17:21.546 |
| 3093 | 2026-07-19T04:17:22.645Z | |
| 3094 | 2026-07-19T04:17:22.645Z | DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreset freemap |
| 3095 | 2026-07-19T04:17:22.645Z | , unit:Jul 19 04:17:21.546 Jul 19 04:17:21.546 freemap_route_ipv6 |
| 3096 | 2026-07-19T04:17:22.645Z | INFO INFOJul 19 04:17:21.546 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3097 | 2026-07-19T04:17:22.645Z | |
| 3098 | 2026-07-19T04:17:22.645Z | 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 } }]Jul 19 04:17:21.546Jul 19 04:17:21.546 Jul 19 04:17:21.546DEBG |
| 3099 | 2026-07-19T04:17:22.645Z | INFODEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 3100 | 2026-07-19T04:17:22.645Z | |
| 3101 | 2026-07-19T04:17:22.645Z | |
| 3102 | 2026-07-19T04:17:22.646Z | Jul 19 04:17:21.546 INFOJul 19 04:17:21.546 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFOJul 19 04:17:21.546Jul 19 04:17:21.546 DEBGINFO |
| 3103 | 2026-07-19T04:17:22.646Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.26/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3104 | 2026-07-19T04:17:22.646Z | |
| 3105 | 2026-07-19T04:17:22.646Z | |
| 3106 | 2026-07-19T04:17:22.646Z | Jul 19 04:17:21.546 Jul 19 04:17:21.546Jul 19 04:17:21.546DEBG 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 |
| 3107 | 2026-07-19T04:17:22.646Z | INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:17:21.546 |
| 3108 | 2026-07-19T04:17:22.646Z | |
| 3109 | 2026-07-19T04:17:22.646Z | DEBGJul 19 04:17:21.546 INFOreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3110 | 2026-07-19T04:17:22.646Z | adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3111 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.546 DEBGJul 19 04:17:21.546 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:17:21.546 Jul 19 04:17:21.547DEBG Jul 19 04:17:21.547 DEBG DEBGcreated new freemap , created new freemapunitreplacing 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 } }], : |
| 3112 | 2026-07-19T04:17:22.650Z | unit :freemap_route_ipv4 |
| 3113 | 2026-07-19T04:17:22.650Z | freemap_route_ipv4 |
| 3114 | 2026-07-19T04:17:22.650Z | |
| 3115 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552 INFOJul 19 04:17:21.552 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 3116 | 2026-07-19T04:17:22.650Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3117 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552 Jul 19 04:17:21.552Jul 19 04:17:21.552DEBG DEBGcreated new freemap , replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3118 | 2026-07-19T04:17:22.650Z | : freemap_route_ipv6 |
| 3119 | 2026-07-19T04:17:22.650Z | 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 } }] |
| 3120 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552Jul 19 04:17:21.552 INFOJul 19 04:17:21.540Jul 19 04:17:21.552 Jul 19 04:17:21.552DEBG adding route 172.17.0.29/32 -> 10.0.0.255INFOinitted freemap. size: 64DEBG |
| 3121 | 2026-07-19T04:17:22.650Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4, |
| 3122 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552created new freemap unit, adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGunit: |
| 3123 | 2026-07-19T04:17:22.650Z | 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 } }]: |
| 3124 | 2026-07-19T04:17:22.650Z | freemap_route_ipv4freemap_route_ipv6 |
| 3125 | 2026-07-19T04:17:22.650Z | |
| 3126 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552Jul 19 04:17:21.552 DEBGJul 19 04:17:21.552 INFODEBG Jul 19 04:17:21.552 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3127 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.552Jul 19 04:17:21.547adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3128 | 2026-07-19T04:17:22.650Z | reset freemap |
| 3129 | 2026-07-19T04:17:22.650Z | , unit: Jul 19 04:17:21.552freemap_route_ipv4 |
| 3130 | 2026-07-19T04:17:22.650Z | DEBGDEBG initted freemap. size: 64Jul 19 04:17:21.552DEBG 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 } }], Jul 19 04:17:21.552adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3131 | 2026-07-19T04:17:22.650Z | unit |
| 3132 | 2026-07-19T04:17:22.650Z | created new freemap:Jul 19 04:17:21.553 DEBGJul 19 04:17:21.553 DEBGfreemap_route_ipv4, |
| 3133 | 2026-07-19T04:17:22.650Z | DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64unit, :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 } }] |
| 3134 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.553 |
| 3135 | 2026-07-19T04:17:22.650Z | unitfreemap_route_ipv4: Jul 19 04:17:21.553freemap_route_ipv6 |
| 3136 | 2026-07-19T04:17:22.650Z | |
| 3137 | 2026-07-19T04:17:22.650Z | INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255reset freemap |
| 3138 | 2026-07-19T04:17:22.650Z | Jul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553, DEBGunit INFO:DEBG freemap_route_ipv4created new freemap |
| 3139 | 2026-07-19T04:17:22.650Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:17:21.553 |
| 3140 | 2026-07-19T04:17:22.650Z | , unit: freemap_route_ipv6 |
| 3141 | 2026-07-19T04:17:22.650Z | reset freemapJul 19 04:17:21.553DEBG, unitDEBG: 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 } }] |
| 3142 | 2026-07-19T04:17:22.650Z | initted freemap. size: 64Jul 19 04:17:21.553, freemap_route_ipv6 unitDEBG |
| 3143 | 2026-07-19T04:17:22.650Z | 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 } }]Jul 19 04:17:21.553: |
| 3144 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553freemap_route_ipv6Jul 19 04:17:21.553 INFO INFODEBG |
| 3145 | 2026-07-19T04:17:22.651Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3146 | 2026-07-19T04:17:22.651Z | |
| 3147 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553 INFOJul 19 04:17:21.553initted freemap. size: 64 Jul 19 04:17:21.553 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Jul 19 04:17:21.553DEBG, 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 } }] |
| 3148 | 2026-07-19T04:17:22.651Z | reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] , |
| 3149 | 2026-07-19T04:17:22.651Z | |
| 3150 | 2026-07-19T04:17:22.651Z | unitfreemap_route_ipv4:Jul 19 04:17:21.553 |
| 3151 | 2026-07-19T04:17:22.651Z | DEBGJul 19 04:17:21.553 freemap_route_ipv6Jul 19 04:17:21.553replacing 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 } }]Jul 19 04:17:21.553 |
| 3152 | 2026-07-19T04:17:22.651Z | |
| 3153 | 2026-07-19T04:17:22.651Z | INFO DEBG adding route 172.17.0.33/32 -> 10.0.0.255 reset freemapINFOJul 19 04:17:21.553 |
| 3154 | 2026-07-19T04:17:22.651Z | INFO, unitadding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.16.0.0/32 -> 10.0.0.1: |
| 3155 | 2026-07-19T04:17:22.651Z | |
| 3156 | 2026-07-19T04:17:22.651Z | freemap_route_ipv4Jul 19 04:17:21.553 |
| 3157 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553Jul 19 04:17:21.553DEBG Jul 19 04:17:21.553 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 } }]INFODEBGJul 19 04:17:21.553 |
| 3158 | 2026-07-19T04:17:22.651Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3159 | 2026-07-19T04:17:22.651Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff Jul 19 04:17:21.553 |
| 3160 | 2026-07-19T04:17:22.651Z | INFO initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:17:21.553, Jul 19 04:17:21.553unit INFO: |
| 3161 | 2026-07-19T04:17:22.651Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3162 | 2026-07-19T04:17:22.651Z | |
| 3163 | 2026-07-19T04:17:22.651Z | freemap_route_ipv6INFO |
| 3164 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:21.553 |
| 3165 | 2026-07-19T04:17:22.651Z | 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 } }]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 } }]Jul 19 04:17:21.553 |
| 3166 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553 Jul 19 04:17:21.553DEBG |
| 3167 | 2026-07-19T04:17:22.651Z | DEBGDEBG Jul 19 04:17:21.553reset freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3168 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3169 | 2026-07-19T04:17:22.651Z | |
| 3170 | 2026-07-19T04:17:22.651Z | INFO, adding route 172.17.0.35/32 -> 10.0.0.255unit |
| 3171 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553 :INFO INFO freemap_route_ipv6 adding route 172.17.0.0/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:17:21.553 |
| 3172 | 2026-07-19T04:17:22.651Z | DEBG |
| 3173 | 2026-07-19T04:17:22.651Z | |
| 3174 | 2026-07-19T04:17:22.651Z | 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 } }] |
| 3175 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553 Jul 19 04:17:21.553replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3176 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553 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 } }]DEBGJul 19 04:17:21.553INFO |
| 3177 | 2026-07-19T04:17:22.651Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3178 | 2026-07-19T04:17:22.651Z | Jul 19 04:17:21.553Jul 19 04:17:21.553 |
| 3179 | 2026-07-19T04:17:22.651Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3180 | 2026-07-19T04:17:22.651Z | test route::tests::identity_replace_is_noop ... ok |
| 3181 | 2026-07-19T04:17:22.651Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Jul 19 04:17:21.553INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3182 | 2026-07-19T04:17:22.651Z | |
| 3183 | 2026-07-19T04:17:22.651Z | adding route 172.17.0.1/32 -> 10.0.0.255 DEBG |
| 3184 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 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 } }]Jul 19 04:17:21.553DEBGJul 19 04:17:21.553 DEBG DEBG |
| 3185 | 2026-07-19T04:17:22.652Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3186 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 replacing targets for 3fff:dead::/64 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 |
| 3187 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 |
| 3188 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553replacing 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 } }] INFOINFO Jul 19 04:17:21.553Jul 19 04:17:21.553adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3189 | 2026-07-19T04:17:22.652Z | |
| 3190 | 2026-07-19T04:17:22.652Z | |
| 3191 | 2026-07-19T04:17:22.652Z | WARNINFOJul 19 04:17:21.553 Jul 19 04:17:21.553adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3192 | 2026-07-19T04:17:22.652Z | INFODEBGshrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) Jul 19 04:17:21.553 |
| 3193 | 2026-07-19T04:17:22.652Z | 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.2/32 -> 10.0.0.255 |
| 3194 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 |
| 3195 | 2026-07-19T04:17:22.652Z | DEBGDEBG Jul 19 04:17:21.553Jul 19 04:17:21.553 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3196 | 2026-07-19T04:17:22.652Z | adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 3197 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3INFOJul 19 04:17:21.553 |
| 3198 | 2026-07-19T04:17:22.652Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 3199 | 2026-07-19T04:17:22.652Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3200 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 Jul 19 04:17:21.553DEBGJul 19 04:17:21.553 Jul 19 04:17:21.546 DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3201 | 2026-07-19T04:17:22.652Z | INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3202 | 2026-07-19T04:17:22.652Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3203 | 2026-07-19T04:17:22.652Z | Jul 19 04:17:21.553 |
| 3204 | 2026-07-19T04:17:22.652Z | INFOJul 19 04:17:21.553 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:17:21.553INFO |
| 3205 | 2026-07-19T04:17:22.652Z | DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3206 | 2026-07-19T04:17:22.652Z | 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 } }]Jul 19 04:17:21.553Jul 19 04:17:21.553 |
| 3207 | 2026-07-19T04:17:22.652Z | DEBGINFO Jul 19 04:17:21.553 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 } }] |
| 3208 | 2026-07-19T04:17:22.652Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3209 | 2026-07-19T04:17:22.652Z | 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 } }]Jul 19 04:17:21.553 |
| 3210 | 2026-07-19T04:17:22.652Z | INFOJul 19 04:17:21.553 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 3211 | 2026-07-19T04:17:22.656Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3212 | 2026-07-19T04:17:22.656Z | Jul 19 04:17:21.553Jul 19 04:17:21.553Jul 19 04:17:21.553 DEBGJul 19 04:17:21.553 |
| 3213 | 2026-07-19T04:17:22.656Z | INFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3214 | 2026-07-19T04:17:22.656Z | 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 |
| 3215 | 2026-07-19T04:17:22.656Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]Jul 19 04:17:21.554 |
| 3216 | 2026-07-19T04:17:22.656Z | DEBG created new freemapJul 19 04:17:21.553, Jul 19 04:17:21.558unit: freemap_route_ipv4INFO |
| 3217 | 2026-07-19T04:17:22.656Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3218 | 2026-07-19T04:17:22.656Z | DEBG Jul 19 04:17:21.559replacing 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 } }] DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3219 | 2026-07-19T04:17:22.656Z | |
| 3220 | 2026-07-19T04:17:22.656Z | created new freemap, unitJul 19 04:17:21.559: Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBG freemap_route_ipv6 |
| 3221 | 2026-07-19T04:17:22.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 } }]INFO adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3222 | 2026-07-19T04:17:22.656Z | Jul 19 04:17:21.559 |
| 3223 | 2026-07-19T04:17:22.656Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3224 | 2026-07-19T04:17:22.656Z | DEBGJul 19 04:17:21.559 Jul 19 04:17:21.559DEBGinitted freemap. size: 64Jul 19 04:17:21.559, unitINFODEBG: replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3225 | 2026-07-19T04:17:22.656Z | |
| 3226 | 2026-07-19T04:17:22.656Z | freemap_route_ipv4 |
| 3227 | 2026-07-19T04:17:22.656Z | 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 } }]Jul 19 04:17:21.559Jul 19 04:17:21.559 INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3228 | 2026-07-19T04:17:22.656Z | Jul 19 04:17:21.559 |
| 3229 | 2026-07-19T04:17:22.656Z | DEBG |
| 3230 | 2026-07-19T04:17:22.656Z | reset freemapJul 19 04:17:21.559, unitDEBG:Jul 19 04:17:21.553 Jul 19 04:17:21.559replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 3231 | 2026-07-19T04:17:22.656Z | |
| 3232 | 2026-07-19T04:17:22.656Z | DEBGJul 19 04:17:21.559 INFOcreated new freemap adding route 172.17.0.40/32 -> 10.0.0.255DEBGJul 19 04:17:21.559Jul 19 04:17:21.559, |
| 3233 | 2026-07-19T04:17:22.656Z | unitfailed to allocate space for the new target listDEBG initted freemap. size: 64INFO |
| 3234 | 2026-07-19T04:17:22.656Z | , Jul 19 04:17:21.559: unitadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3235 | 2026-07-19T04:17:22.656Z | freemap_route_ipv4DEBG: |
| 3236 | 2026-07-19T04:17:22.657Z | 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 |
| 3237 | 2026-07-19T04:17:22.657Z | |
| 3238 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBGINFOJul 19 04:17:21.559 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 } }] Jul 19 04:17:21.559adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3239 | 2026-07-19T04:17:22.657Z | DEBG Jul 19 04:17:21.559 |
| 3240 | 2026-07-19T04:17:22.657Z | DEBGDEBGJul 19 04:17:21.559 created new freemapINFO Jul 19 04:17:21.559 , DEBGreset freemapunit, :unit 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 } }]:freemap_route_ipv6 |
| 3241 | 2026-07-19T04:17:22.657Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3242 | 2026-07-19T04:17:22.657Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3243 | 2026-07-19T04:17:22.657Z | |
| 3244 | 2026-07-19T04:17:22.657Z | |
| 3245 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 Jul 19 04:17:21.559DEBG 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 } }] |
| 3246 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559 initted freemap. size: 64INFO, Jul 19 04:17:21.559adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 3247 | 2026-07-19T04:17:22.657Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255: Jul 19 04:17:21.559INFOfreemap_route_ipv4 |
| 3248 | 2026-07-19T04:17:22.657Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3249 | 2026-07-19T04:17:22.657Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3250 | 2026-07-19T04:17:22.657Z | |
| 3251 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBGDEBG reset 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 } }]unitJul 19 04:17:21.559: INFOfreemap_route_ipv4Jul 19 04:17:21.559 |
| 3252 | 2026-07-19T04:17:22.657Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3253 | 2026-07-19T04:17:22.657Z | |
| 3254 | 2026-07-19T04:17:22.657Z | DEBGJul 19 04:17:21.559Jul 19 04:17:21.559 replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3255 | 2026-07-19T04:17:22.657Z | adding route 172.17.0.8/32 -> 10.0.0.255DEBGJul 19 04:17:21.559 initted freemap. size: 64 |
| 3256 | 2026-07-19T04:17:22.657Z | , 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 } }] Jul 19 04:17:21.559 |
| 3257 | 2026-07-19T04:17:22.657Z | freemap_route_ipv6 |
| 3258 | 2026-07-19T04:17:22.657Z | INFO Jul 19 04:17:21.559adding route 172.17.0.43/32 -> 10.0.0.255 Jul 19 04:17:21.559DEBG |
| 3259 | 2026-07-19T04:17:22.657Z | DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:17:21.559 |
| 3260 | 2026-07-19T04:17:22.657Z | |
| 3261 | 2026-07-19T04:17:22.657Z | DEBGJul 19 04:17:21.559 |
| 3262 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559 DEBG INFOreset freemap , adding route 172.17.0.9/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 } }]unit |
| 3263 | 2026-07-19T04:17:22.657Z | |
| 3264 | 2026-07-19T04:17:22.657Z | :Jul 19 04:17:21.559 freemap_route_ipv6DEBG |
| 3265 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 replacing targets for 3fff:dead::/64 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 } }]Jul 19 04:17:21.559DEBG INFOINFO |
| 3266 | 2026-07-19T04:17:22.657Z | adding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3267 | 2026-07-19T04:17:22.657Z | |
| 3268 | 2026-07-19T04:17:22.657Z | |
| 3269 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559 Jul 19 04:17:21.559Jul 19 04:17:21.559 INFOJul 19 04:17:21.559DEBG 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 } }] WARN |
| 3270 | 2026-07-19T04:17:22.657Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3271 | 2026-07-19T04:17:22.657Z | |
| 3272 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.558 shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3273 | 2026-07-19T04:17:22.657Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 Jul 19 04:17:21.559 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 } }]INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3274 | 2026-07-19T04:17:22.657Z | |
| 3275 | 2026-07-19T04:17:22.658Z | adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3276 | 2026-07-19T04:17:22.658Z | |
| 3277 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 Jul 19 04:17:21.559DEBGJul 19 04:17:21.559 Jul 19 04:17:21.559 INFO 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3278 | 2026-07-19T04:17:22.658Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3279 | 2026-07-19T04:17:22.658Z | |
| 3280 | 2026-07-19T04:17:22.658Z | 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 } }]Jul 19 04:17:21.559 |
| 3281 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559Jul 19 04:17:21.559INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 3282 | 2026-07-19T04:17:22.658Z | adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 3283 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 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 } }]INFOJul 19 04:17:21.559 Jul 19 04:17:21.559 DEBG |
| 3284 | 2026-07-19T04:17:22.658Z | 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 3285 | 2026-07-19T04:17:22.658Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3286 | 2026-07-19T04:17:22.658Z | |
| 3287 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559Jul 19 04:17:21.559Jul 19 04:17:21.559 INFODEBG INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3288 | 2026-07-19T04:17:22.658Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3289 | 2026-07-19T04:17:22.658Z | |
| 3290 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 INFOINFO Jul 19 04:17:21.559 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:17:21.559 |
| 3291 | 2026-07-19T04:17:22.658Z | DEBG adding route 172.17.0.12/32 -> 10.0.0.255DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3292 | 2026-07-19T04:17:22.658Z | |
| 3293 | 2026-07-19T04:17:22.658Z | |
| 3294 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 DEBGJul 19 04:17:21.559Jul 19 04:17:21.559 replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3295 | 2026-07-19T04:17:22.658Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:17:21.559 |
| 3296 | 2026-07-19T04:17:22.658Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:17:21.559 |
| 3297 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 |
| 3298 | 2026-07-19T04:17:22.658Z | INFODEBG Jul 19 04:17:21.559replacing 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:19::/64 -> 2001:db8::55:ff |
| 3299 | 2026-07-19T04:17:22.658Z | INFO |
| 3300 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3301 | 2026-07-19T04:17:22.658Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3302 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBGDEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3303 | 2026-07-19T04:17:22.658Z | |
| 3304 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559 DEBG Jul 19 04:17:21.559replacing 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 } }] |
| 3305 | 2026-07-19T04:17:22.658Z | INFOJul 19 04:17:21.559 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 3306 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3307 | 2026-07-19T04:17:22.658Z | INFO Jul 19 04:17:21.559adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3308 | 2026-07-19T04:17:22.658Z | 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 } }] |
| 3309 | 2026-07-19T04:17:22.658Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 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.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 } }] |
| 3310 | 2026-07-19T04:17:22.658Z | |
| 3311 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.559 INFO Jul 19 04:17:21.559adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:17:21.559INFO |
| 3312 | 2026-07-19T04:17:22.662Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3313 | 2026-07-19T04:17:22.662Z | |
| 3314 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.559 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 } }] |
| 3315 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.559Jul 19 04:17:21.559 DEBG DEBGreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3316 | 2026-07-19T04:17:22.662Z | 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 } }]Jul 19 04:17:21.559 |
| 3317 | 2026-07-19T04:17:22.662Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3318 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.559 Jul 19 04:17:21.559INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 3319 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.559adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3320 | 2026-07-19T04:17:22.662Z | DEBG Jul 19 04:17:21.559Jul 19 04:17:21.559replacing 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 } }] DEBGJul 19 04:17:21.560 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 } }]Jul 19 04:17:21.560 |
| 3321 | 2026-07-19T04:17:22.662Z | DEBGDEBG Jul 19 04:17:21.565created new freemap created new freemap, INFOunit, : adding route 172.17.0.53/32 -> 10.0.0.255freemap_route_ipv4 |
| 3322 | 2026-07-19T04:17:22.662Z | unit |
| 3323 | 2026-07-19T04:17:22.662Z | : freemap_route_ipv4 |
| 3324 | 2026-07-19T04:17:22.662Z | Jul 19 04:17:21.565Jul 19 04:17:21.565Jul 19 04:17:21.559 DEBG DEBG DEBGcreated new freemap , created new freemap 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 } }]Jul 19 04:17:21.565 |
| 3325 | 2026-07-19T04:17:22.662Z | , unitunit:DEBG DEBGfreemap_route_ipv6: |
| 3326 | 2026-07-19T04:17:22.662Z | created new freemap , 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 } }]unitJul 19 04:17:21.565Jul 19 04:17:21.565 |
| 3327 | 2026-07-19T04:17:22.662Z | :freemap_route_ipv4DEBG freemap_route_ipv6 INFO |
| 3328 | 2026-07-19T04:17:22.662Z | initted freemap. size: 64 |
| 3329 | 2026-07-19T04:17:22.662Z | adding route 172.17.0.54/32 -> 10.0.0.255, |
| 3330 | 2026-07-19T04:17:22.662Z | unit: Jul 19 04:17:21.565Jul 19 04:17:21.565 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 } }]freemap_route_ipv4 |
| 3331 | 2026-07-19T04:17:22.663Z | initted freemap. size: 64 |
| 3332 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565 DEBG |
| 3333 | 2026-07-19T04:17:22.663Z | , Jul 19 04:17:21.565unit INFO adding route 172.17.0.55/32 -> 10.0.0.255:Jul 19 04:17:21.565 |
| 3334 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565INFO Jul 19 04:17:21.565created new freemap adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff, |
| 3335 | 2026-07-19T04:17:22.663Z | freemap_route_ipv4 Jul 19 04:17:21.565INFO DEBG |
| 3336 | 2026-07-19T04:17:22.663Z | DEBG unitadding route 172.17.0.17/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 } }] |
| 3337 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565: |
| 3338 | 2026-07-19T04:17:22.663Z | DEBGJul 19 04:17:21.565 reset freemapfreemap_route_ipv6, unit DEBG |
| 3339 | 2026-07-19T04:17:22.663Z | :Jul 19 04:17:21.565replacing 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 } }]Jul 19 04:17:21.565 INFO DEBGreset freemapfreemap_route_ipv4 |
| 3340 | 2026-07-19T04:17:22.663Z | |
| 3341 | 2026-07-19T04:17:22.663Z | , adding route 172.17.0.56/32 -> 10.0.0.255unitJul 19 04:17:21.565 |
| 3342 | 2026-07-19T04:17:22.663Z | :Jul 19 04:17:21.565 freemap_route_ipv4DEBGJul 19 04:17:21.565 INFOJul 19 04:17:21.565 |
| 3343 | 2026-07-19T04:17:22.663Z | DEBGinitted freemap. size: 64adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff , |
| 3344 | 2026-07-19T04:17:22.663Z | unit: 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 } }] freemap_route_ipv6replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3345 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565 |
| 3346 | 2026-07-19T04:17:22.663Z | DEBG, |
| 3347 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565 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 } }]Jul 19 04:17:21.565 |
| 3348 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565 INFODEBGunit Jul 19 04:17:21.565reset freemap , INFOJul 19 04:17:21.565unit adding route 172.17.0.57/32 -> 10.0.0.255 :INFO |
| 3349 | 2026-07-19T04:17:22.663Z | :adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3350 | 2026-07-19T04:17:22.663Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 3351 | 2026-07-19T04:17:22.663Z | |
| 3352 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565DEBG DEBG Jul 19 04:17:21.565initted freemap. size: 64replacing 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 } }], |
| 3353 | 2026-07-19T04:17:22.663Z | DEBGunit Jul 19 04:17:21.565: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 } }] |
| 3354 | 2026-07-19T04:17:22.663Z | INFO freemap_route_ipv4Jul 19 04:17:21.565 |
| 3355 | 2026-07-19T04:17:22.663Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:17:21.565 |
| 3356 | 2026-07-19T04:17:22.663Z | INFOJul 19 04:17:21.565freemap_route_ipv6 INFO |
| 3357 | 2026-07-19T04:17:22.663Z | DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3358 | 2026-07-19T04:17:22.663Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3359 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565Jul 19 04:17:21.565 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 } }] |
| 3360 | 2026-07-19T04:17:22.663Z | Jul 19 04:17:21.565DEBG Jul 19 04:17:21.565Jul 19 04:17:21.565 reset freemap DEBGDEBGJul 19 04:17:21.565, 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 } }] INFOunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3361 | 2026-07-19T04:17:22.663Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 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 } }]reset freemap |
| 3362 | 2026-07-19T04:17:22.663Z | : |
| 3363 | 2026-07-19T04:17:22.663Z | , |
| 3364 | 2026-07-19T04:17:22.663Z | unit: Jul 19 04:17:21.565Jul 19 04:17:21.565 freemap_route_ipv6Jul 19 04:17:21.565 |
| 3365 | 2026-07-19T04:17:22.663Z | INFO DEBG freemap_route_ipv4 |
| 3366 | 2026-07-19T04:17:22.663Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3367 | 2026-07-19T04:17:22.663Z | INFO Jul 19 04:17:21.565 Jul 19 04:17:21.565Jul 19 04:17:21.565Jul 19 04:17:21.565 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff DEBGINFO DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55: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 } }] |
| 3368 | 2026-07-19T04:17:22.663Z | initted freemap. size: 64 |
| 3369 | 2026-07-19T04:17:22.663Z | |
| 3370 | 2026-07-19T04:17:22.664Z | |
| 3371 | 2026-07-19T04:17:22.664Z | , 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 } }]:Jul 19 04:17:21.565 Jul 19 04:17:21.565 Jul 19 04:17:21.565Jul 19 04:17:21.565freemap_route_ipv6 INFO |
| 3372 | 2026-07-19T04:17:22.664Z | DEBG adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3373 | 2026-07-19T04:17:22.664Z | 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 } }] |
| 3374 | 2026-07-19T04:17:22.664Z | DEBGJul 19 04:17:21.565 |
| 3375 | 2026-07-19T04:17:22.664Z | DEBG Jul 19 04:17:21.565 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] Jul 19 04:17:21.565DEBG |
| 3376 | 2026-07-19T04:17:22.664Z | DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO 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 } }]reset freemap |
| 3377 | 2026-07-19T04:17:22.664Z | , |
| 3378 | 2026-07-19T04:17:22.664Z | unit:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3379 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.565 freemap_route_ipv6INFO Jul 19 04:17:21.565adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:17:21.565 |
| 3380 | 2026-07-19T04:17:22.664Z | DEBGJul 19 04:17:21.565 |
| 3381 | 2026-07-19T04:17:22.664Z | 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 |
| 3382 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.565 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:17:21.565adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3383 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.565adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3384 | 2026-07-19T04:17:22.664Z | test route::tests::add_target_fails_full ... ok |
| 3385 | 2026-07-19T04:17:22.664Z | |
| 3386 | 2026-07-19T04:17:22.664Z | INFO Jul 19 04:17:21.565adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 3387 | 2026-07-19T04:17:22.664Z | 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 } }] 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 } }] |
| 3388 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.565 Jul 19 04:17:21.571 DEBGDEBG |
| 3389 | 2026-07-19T04:17:22.664Z | 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: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 } }] |
| 3390 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 |
| 3391 | 2026-07-19T04:17:22.664Z | INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3392 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 INFOJul 19 04:17:21.571 Jul 19 04:17:21.571adding route 3fff:beef:24::/64 -> 2001:db8::55:ff INFOJul 19 04:17:21.571 |
| 3393 | 2026-07-19T04:17:22.664Z | DEBG INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3394 | 2026-07-19T04:17:22.664Z | |
| 3395 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:21.571DEBGJul 19 04:17:21.571Jul 19 04:17:21.571 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3396 | 2026-07-19T04:17:22.664Z | DEBG adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3397 | 2026-07-19T04:17:22.664Z | 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 } }]Jul 19 04:17:21.571 |
| 3398 | 2026-07-19T04:17:22.664Z | DEBG |
| 3399 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3400 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 |
| 3401 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571 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 } }] |
| 3402 | 2026-07-19T04:17:22.664Z | INFO DEBGJul 19 04:17:21.571 Jul 19 04:17:21.571replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBGJul 19 04:17:21.571adding route 172.17.0.22/32 -> 10.0.0.255 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 } }] |
| 3403 | 2026-07-19T04:17:22.664Z | |
| 3404 | 2026-07-19T04:17:22.664Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3405 | 2026-07-19T04:17:22.664Z | DEBG |
| 3406 | 2026-07-19T04:17:22.664Z | failed to allocate space for the new target listJul 19 04:17:21.571 |
| 3407 | 2026-07-19T04:17:22.664Z | Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571 INFOJul 19 04:17:21.571 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG 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 } }]INFO |
| 3408 | 2026-07-19T04:17:22.664Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3409 | 2026-07-19T04:17:22.664Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 3410 | 2026-07-19T04:17:22.665Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3411 | 2026-07-19T04:17:22.668Z | |
| 3412 | 2026-07-19T04:17:22.668Z | Jul 19 04:17:21.571 INFOJul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255DEBG 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 } }] |
| 3413 | 2026-07-19T04:17:22.668Z | |
| 3414 | 2026-07-19T04:17:22.668Z | failed to allocate space for the new target list DEBG |
| 3415 | 2026-07-19T04:17:22.668Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:17:21.571adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3416 | 2026-07-19T04:17:22.668Z | |
| 3417 | 2026-07-19T04:17:22.668Z | 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 } }]Jul 19 04:17:21.571Jul 19 04:17:21.571 INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3418 | 2026-07-19T04:17:22.668Z | |
| 3419 | 2026-07-19T04:17:22.668Z | Jul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 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 } }]INFO |
| 3420 | 2026-07-19T04:17:22.668Z | DEBG Jul 19 04:17:21.571 INFO adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:beef:27::/64 -> 2001:db8::55:ffINFO |
| 3421 | 2026-07-19T04:17:22.668Z | |
| 3422 | 2026-07-19T04:17:22.668Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3423 | 2026-07-19T04:17:22.669Z | |
| 3424 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571DEBGJul 19 04:17:21.571DEBG Jul 19 04:17:21.571 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: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 } }]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 } }] |
| 3425 | 2026-07-19T04:17:22.669Z | |
| 3426 | 2026-07-19T04:17:22.669Z | 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 } }] |
| 3427 | 2026-07-19T04:17:22.669Z | 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 } }]Jul 19 04:17:21.571 |
| 3428 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571INFOadding route 172.16.0.0/32 -> 10.0.0.4 |
| 3429 | 2026-07-19T04:17:22.669Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3430 | 2026-07-19T04:17:22.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:3, vlan_id: None } }] |
| 3431 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571 Jul 19 04:17:21.571Jul 19 04:17:21.571 INFODEBG DEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3432 | 2026-07-19T04:17:22.669Z | |
| 3433 | 2026-07-19T04:17:22.669Z | |
| 3434 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:17:21.571adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3435 | 2026-07-19T04:17:22.669Z | DEBG |
| 3436 | 2026-07-19T04:17:22.669Z | 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 } }] |
| 3437 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 3438 | 2026-07-19T04:17:22.669Z | 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.26/32 -> 10.0.0.255 |
| 3439 | 2026-07-19T04:17:22.669Z | |
| 3440 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3441 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571 Jul 19 04:17:21.571DEBG 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 } }]Jul 19 04:17:21.571 |
| 3442 | 2026-07-19T04:17:22.669Z | 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 |
| 3443 | 2026-07-19T04:17:22.669Z | adding route 172.17.0.1/32 -> 10.0.0.255Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3444 | 2026-07-19T04:17:22.669Z | |
| 3445 | 2026-07-19T04:17:22.669Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3446 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 DEBGDEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3447 | 2026-07-19T04:17:22.669Z | |
| 3448 | 2026-07-19T04:17:22.669Z | 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 } }]Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.2/32 -> 10.0.0.255 |
| 3449 | 2026-07-19T04:17:22.669Z | |
| 3450 | 2026-07-19T04:17:22.669Z | |
| 3451 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.559Jul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571 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 } }]INFO |
| 3452 | 2026-07-19T04:17:22.669Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 3453 | 2026-07-19T04:17:22.669Z | , unitadding route 172.17.0.28/32 -> 10.0.0.255: |
| 3454 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571freemap_route_ipv4 INFO |
| 3455 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:17:21.571 |
| 3456 | 2026-07-19T04:17:22.669Z | INFOJul 19 04:17:21.571 DEBG replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 3457 | 2026-07-19T04:17:22.669Z | |
| 3458 | 2026-07-19T04:17:22.669Z | created new freemapJul 19 04:17:21.571, unitDEBGJul 19 04:17:21.571: 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 } }]Jul 19 04:17:21.571INFO |
| 3459 | 2026-07-19T04:17:22.669Z | freemap_route_ipv6DEBG |
| 3460 | 2026-07-19T04:17:22.669Z | 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.29/32 -> 10.0.0.255 |
| 3461 | 2026-07-19T04:17:22.669Z | Jul 19 04:17:21.571 |
| 3462 | 2026-07-19T04:17:22.670Z | INFO Jul 19 04:17:21.571adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3463 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.571DEBG Jul 19 04:17:21.571 INFOinitted freemap. size: 64DEBG , adding route 172.17.0.4/32 -> 10.0.0.255 Jul 19 04:17:21.571 |
| 3464 | 2026-07-19T04:17:22.670Z | unit:replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4DEBGJul 19 04:17:21.571 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 } }] |
| 3465 | 2026-07-19T04:17:22.670Z | 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 } }] |
| 3466 | 2026-07-19T04:17:22.670Z | |
| 3467 | 2026-07-19T04:17:22.670Z | |
| 3468 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.571 Jul 19 04:17:21.571 DEBGJul 19 04:17:21.571Jul 19 04:17:21.571 INFO reset freemap INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3469 | 2026-07-19T04:17:22.670Z | adding route 172.17.0.30/32 -> 10.0.0.255, INFO |
| 3470 | 2026-07-19T04:17:22.670Z | unit: Jul 19 04:17:21.571 Jul 19 04:17:21.571freemap_route_ipv4DEBG DEBG |
| 3471 | 2026-07-19T04:17:22.670Z | adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3472 | 2026-07-19T04:17:22.670Z | |
| 3473 | 2026-07-19T04:17:22.670Z | |
| 3474 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.571Jul 19 04:17:21.571Jul 19 04:17:21.571 INFOINFOJul 19 04:17:21.571 DEBGDEBG initted freemap. size: 64adding route 172.17.0.31/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 } }], adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3475 | 2026-07-19T04:17:22.670Z | |
| 3476 | 2026-07-19T04:17:22.670Z | unit: |
| 3477 | 2026-07-19T04:17:22.670Z | freemap_route_ipv6 |
| 3478 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.571 Jul 19 04:17:21.571DEBG Jul 19 04:17:21.571INFO 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 adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3479 | 2026-07-19T04:17:22.670Z | test route::tests::same_size_non_subset_replace ... ok |
| 3480 | 2026-07-19T04:17:22.670Z | |
| 3481 | 2026-07-19T04:17:22.670Z | reset freemapJul 19 04:17:21.571, unitJul 19 04:17:21.571DEBG Jul 19 04:17:21.571DEBG: 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 } }]freemap_route_ipv6replacing 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 } }] |
| 3482 | 2026-07-19T04:17:22.670Z | |
| 3483 | 2026-07-19T04:17:22.670Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3484 | 2026-07-19T04:17:22.670Z | |
| 3485 | 2026-07-19T04:17:22.670Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3486 | 2026-07-19T04:17:22.670Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3487 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.571Jul 19 04:17:21.571 Jul 19 04:17:21.571INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3488 | 2026-07-19T04:17:22.670Z | INFOJul 19 04:17:21.571 |
| 3489 | 2026-07-19T04:17:22.670Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3490 | 2026-07-19T04:17:22.670Z | 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 } }]Jul 19 04:17:21.571 DEBG Jul 19 04:17:21.572Jul 19 04:17:21.572 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 3491 | 2026-07-19T04:17:22.670Z | DEBG created new freemap , created new freemapunit, unitJul 19 04:17:21.577: INFOfreemap_route_ipv4: |
| 3492 | 2026-07-19T04:17:22.670Z | freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3493 | 2026-07-19T04:17:22.670Z | |
| 3494 | 2026-07-19T04:17:22.670Z | Jul 19 04:17:21.577 DEBG Jul 19 04:17:21.553Jul 19 04:17:21.577 Jul 19 04:17:21.577DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] created new freemapDEBG |
| 3495 | 2026-07-19T04:17:22.670Z | 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 } }], unitcreated new freemap |
| 3496 | 2026-07-19T04:17:22.670Z | :, freemap_route_ipv6unit |
| 3497 | 2026-07-19T04:17:22.670Z | :Jul 19 04:17:21.577 freemap_route_ipv6DEBG |
| 3498 | 2026-07-19T04:17:22.670Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]Jul 19 04:17:21.577 |
| 3499 | 2026-07-19T04:17:22.670Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:17:21.577 |
| 3500 | 2026-07-19T04:17:22.670Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3501 | 2026-07-19T04:17:22.671Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577DEBGJul 19 04:17:21.577 initted freemap. size: 64 , DEBGunitDEBG: freemap_route_ipv4replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3502 | 2026-07-19T04:17:22.671Z | reset freemap |
| 3503 | 2026-07-19T04:17:22.671Z | , unitJul 19 04:17:21.577: freemap_route_ipv4 |
| 3504 | 2026-07-19T04:17:22.671Z | DEBGJul 19 04:17:21.571 Jul 19 04:17:21.577 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 } }]reset freemap |
| 3505 | 2026-07-19T04:17:22.671Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3506 | 2026-07-19T04:17:22.671Z | 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 } }] initted freemap. size: 64, , unitJul 19 04:17:21.577 |
| 3507 | 2026-07-19T04:17:22.671Z | : unitfreemap_route_ipv4:Jul 19 04:17:21.577DEBG 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 } }] |
| 3508 | 2026-07-19T04:17:22.671Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3509 | 2026-07-19T04:17:22.671Z | Jul 19 04:17:21.577freemap_route_ipv6Jul 19 04:17:21.577 |
| 3510 | 2026-07-19T04:17:22.671Z | DEBG |
| 3511 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577INFOinitted freemap. size: 64 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:17:21.577 |
| 3512 | 2026-07-19T04:17:22.675Z | DEBGJul 19 04:17:21.577 DEBG reset freemapfailed to allocate space for the new target listJul 19 04:17:21.577, , |
| 3513 | 2026-07-19T04:17:22.675Z | unit: DEBGfreemap_route_ipv6 |
| 3514 | 2026-07-19T04:17:22.675Z | unitJul 19 04:17:21.577 replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG: |
| 3515 | 2026-07-19T04:17:22.675Z | freemap_route_ipv6 |
| 3516 | 2026-07-19T04:17:22.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:2, vlan_id: None } }]Jul 19 04:17:21.577 |
| 3517 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577DEBG reset freemapINFO DEBG, adding route 172.17.0.34/32 -> 10.0.0.255unit : |
| 3518 | 2026-07-19T04:17:22.675Z | freemap_route_ipv6Jul 19 04:17:21.577 |
| 3519 | 2026-07-19T04:17:22.675Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3520 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577INFO DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3521 | 2026-07-19T04:17:22.675Z | |
| 3522 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 INFO Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:17:21.577INFO |
| 3523 | 2026-07-19T04:17:22.675Z | DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 3524 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3525 | 2026-07-19T04:17:22.675Z | INFOJul 19 04:17:21.577 adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:17:21.577 |
| 3526 | 2026-07-19T04:17:22.675Z | 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 } }]Jul 19 04:17:21.577replacing 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 } }] |
| 3527 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 |
| 3528 | 2026-07-19T04:17:22.675Z | INFODEBG Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:17:21.577 |
| 3529 | 2026-07-19T04:17:22.675Z | 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 } }] INFOINFO |
| 3530 | 2026-07-19T04:17:22.675Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3531 | 2026-07-19T04:17:22.675Z | adding route 172.17.0.10/32 -> 10.0.0.255Jul 19 04:17:21.577 |
| 3532 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 DEBGINFO Jul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:17:21.577 |
| 3533 | 2026-07-19T04:17:22.675Z | DEBGDEBG adding route 172.17.0.36/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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3534 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 |
| 3535 | 2026-07-19T04:17:22.675Z | |
| 3536 | 2026-07-19T04:17:22.675Z | INFO Jul 19 04:17:21.577adding route 172.16.0.0/32 -> 10.0.0.3 Jul 19 04:17:21.577DEBG |
| 3537 | 2026-07-19T04:17:22.675Z | 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 |
| 3538 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577adding route 172.17.0.11/32 -> 10.0.0.255 Jul 19 04:17:21.577 |
| 3539 | 2026-07-19T04:17:22.675Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.3 Jul 19 04:17:21.577replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3540 | 2026-07-19T04:17:22.675Z | |
| 3541 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 INFODEBG Jul 19 04:17:21.577Jul 19 04:17:21.577replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3542 | 2026-07-19T04:17:22.675Z | INFODEBG |
| 3543 | 2026-07-19T04:17:22.675Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3544 | 2026-07-19T04:17:22.675Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3545 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577Jul 19 04:17:21.577DEBG 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 } }] |
| 3546 | 2026-07-19T04:17:22.675Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:17:21.577 |
| 3547 | 2026-07-19T04:17:22.675Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255INFO |
| 3548 | 2026-07-19T04:17:22.675Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577INFO adding route 172.16.0.0/32 -> 10.0.0.4DEBGadding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:17:21.577 |
| 3549 | 2026-07-19T04:17:22.676Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3550 | 2026-07-19T04:17:22.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 } }] |
| 3551 | 2026-07-19T04:17:22.676Z | |
| 3552 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577DEBG 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 } }] Jul 19 04:17:21.577replacing 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 } }] |
| 3553 | 2026-07-19T04:17:22.676Z | INFO |
| 3554 | 2026-07-19T04:17:22.676Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3555 | 2026-07-19T04:17:22.676Z | |
| 3556 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577 INFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3557 | 2026-07-19T04:17:22.676Z | |
| 3558 | 2026-07-19T04:17:22.676Z | replacing targets for 172.16.0.0/32 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 } }]Jul 19 04:17:21.577 |
| 3559 | 2026-07-19T04:17:22.676Z | INFOJul 19 04:17:21.577 Jul 19 04:17:21.577DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3560 | 2026-07-19T04:17:22.676Z | |
| 3561 | 2026-07-19T04:17:22.676Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3562 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577INFO DEBGadding route 172.17.0.40/32 -> 10.0.0.255 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 } }] |
| 3563 | 2026-07-19T04:17:22.676Z | 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 } }] |
| 3564 | 2026-07-19T04:17:22.676Z | |
| 3565 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577DEBGJul 19 04:17:21.577 replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3566 | 2026-07-19T04:17:22.676Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3567 | 2026-07-19T04:17:22.676Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3568 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 INFOJul 19 04:17:21.577DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3569 | 2026-07-19T04:17:22.676Z | |
| 3570 | 2026-07-19T04:17:22.676Z | 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 } }] |
| 3571 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 Jul 19 04:17:21.577Jul 19 04:17:21.577DEBG INFO 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 } }] |
| 3572 | 2026-07-19T04:17:22.676Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 172.17.0.16/32 -> 10.0.0.255 |
| 3573 | 2026-07-19T04:17:22.676Z | |
| 3574 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577INFO DEBG adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3575 | 2026-07-19T04:17:22.676Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3576 | 2026-07-19T04:17:22.676Z | |
| 3577 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 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 } }]Jul 19 04:17:21.577 |
| 3578 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3579 | 2026-07-19T04:17:22.676Z | |
| 3580 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577 INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:17:21.577 |
| 3581 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577DEBG 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 } }]Jul 19 04:17:21.577 |
| 3582 | 2026-07-19T04:17:22.676Z | test route::tests::delete_target_full ... ok |
| 3583 | 2026-07-19T04:17:22.676Z | DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3584 | 2026-07-19T04:17:22.676Z | |
| 3585 | 2026-07-19T04:17:22.676Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 INFOJul 19 04:17:21.577 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFOINFO |
| 3586 | 2026-07-19T04:17:22.676Z | adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3587 | 2026-07-19T04:17:22.676Z | |
| 3588 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 DEBGJul 19 04:17:21.577 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3589 | 2026-07-19T04:17:22.677Z | 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 } }]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 } }] |
| 3590 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.577 |
| 3591 | 2026-07-19T04:17:22.677Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3592 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 INFOINFO Jul 19 04:17:21.577adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3593 | 2026-07-19T04:17:22.677Z | DEBG |
| 3594 | 2026-07-19T04:17:22.677Z | 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 } }] |
| 3595 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.577Jul 19 04:17:21.577 Jul 19 04:17:21.577 DEBG 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 } }]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 } }] |
| 3596 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.578 DEBG created new freemap Jul 19 04:17:21.583, unit:adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3597 | 2026-07-19T04:17:22.677Z | INFOfreemap_route_ipv4 |
| 3598 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3599 | 2026-07-19T04:17:22.677Z | DEBG |
| 3600 | 2026-07-19T04:17:22.677Z | 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 } }] |
| 3601 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583 Jul 19 04:17:21.583DEBGJul 19 04:17:21.583Jul 19 04:17:21.583 INFO created new freemapDEBG, unitadding route 172.17.0.47/32 -> 10.0.0.255: |
| 3602 | 2026-07-19T04:17:22.677Z | freemap_route_ipv6 |
| 3603 | 2026-07-19T04:17:22.677Z | INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3604 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583 |
| 3605 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583 DEBG DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:17:21.583initted freemap. size: 64 , Jul 19 04:17:21.583unit : |
| 3606 | 2026-07-19T04:17:22.677Z | freemap_route_ipv4DEBG |
| 3607 | 2026-07-19T04:17:22.677Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3608 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3609 | 2026-07-19T04:17:22.677Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:17:21.583 |
| 3610 | 2026-07-19T04:17:22.677Z | Jul 19 04:17:21.583Jul 19 04:17:21.583 INFODEBG reset freemap , adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.583DEBG |
| 3611 | 2026-07-19T04:17:22.681Z | 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 } }]unit |
| 3612 | 2026-07-19T04:17:22.681Z | 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 } }]: |
| 3613 | 2026-07-19T04:17:22.681Z | freemap_route_ipv4Jul 19 04:17:21.583 |
| 3614 | 2026-07-19T04:17:22.681Z | DEBG Jul 19 04:17:21.583Jul 19 04:17:21.583replacing 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 } }] |
| 3615 | 2026-07-19T04:17:22.681Z | INFO INFOJul 19 04:17:21.583 adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:17:21.583 |
| 3616 | 2026-07-19T04:17:22.681Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFODEBG |
| 3617 | 2026-07-19T04:17:22.681Z | adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.583 |
| 3618 | 2026-07-19T04:17:22.681Z | DEBG Jul 19 04:17:21.583initted freemap. size: 64 replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3619 | 2026-07-19T04:17:22.681Z | , unitreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:17:21.583Jul 19 04:17:21.583: |
| 3620 | 2026-07-19T04:17:22.681Z | DEBGINFO freemap_route_ipv6 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.50/32 -> 10.0.0.255 |
| 3621 | 2026-07-19T04:17:22.681Z | Jul 19 04:17:21.583 |
| 3622 | 2026-07-19T04:17:22.681Z | |
| 3623 | 2026-07-19T04:17:22.681Z | INFO Jul 19 04:17:21.583Jul 19 04:17:21.583 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff INFODEBG |
| 3624 | 2026-07-19T04:17:22.681Z | adding route 172.17.0.23/32 -> 10.0.0.255replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3625 | 2026-07-19T04:17:22.681Z | |
| 3626 | 2026-07-19T04:17:22.681Z | Jul 19 04:17:21.583 DEBG reset freemapJul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255, |
| 3627 | 2026-07-19T04:17:22.681Z | 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 } }]unitDEBG |
| 3628 | 2026-07-19T04:17:22.681Z | 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 } }]Jul 19 04:17:21.583 |
| 3629 | 2026-07-19T04:17:22.681Z | : Jul 19 04:17:21.583 freemap_route_ipv6INFODEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3630 | 2026-07-19T04:17:22.681Z | |
| 3631 | 2026-07-19T04:17:22.681Z | |
| 3632 | 2026-07-19T04:17:22.681Z | Jul 19 04:17:21.583 INFO Jul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff DEBG |
| 3633 | 2026-07-19T04:17:22.681Z | 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 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3634 | 2026-07-19T04:17:22.681Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:17:21.583 |
| 3635 | 2026-07-19T04:17:22.681Z | |
| 3636 | 2026-07-19T04:17:22.681Z | 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 } }] |
| 3637 | 2026-07-19T04:17:22.681Z | Jul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583Jul 19 04:17:21.583DEBGINFO 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 } }] |
| 3638 | 2026-07-19T04:17:22.681Z | 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 } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3639 | 2026-07-19T04:17:22.681Z | |
| 3640 | 2026-07-19T04:17:22.682Z | DEBGJul 19 04:17:21.583 failed to allocate space for the new target listJul 19 04:17:21.583INFO |
| 3641 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3642 | 2026-07-19T04:17:22.682Z | 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 } }] |
| 3643 | 2026-07-19T04:17:22.682Z | INFOJul 19 04:17:21.583 adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:17:21.583DEBG 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 } }]Jul 19 04:17:21.583 |
| 3644 | 2026-07-19T04:17:22.682Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3645 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583 |
| 3646 | 2026-07-19T04:17:22.682Z | |
| 3647 | 2026-07-19T04:17:22.682Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3648 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583 Jul 19 04:17:21.583DEBG Jul 19 04:17:21.583 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 |
| 3649 | 2026-07-19T04:17:22.682Z | 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 } }]DEBG |
| 3650 | 2026-07-19T04:17:22.682Z | 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 } }] |
| 3651 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583 Jul 19 04:17:21.583INFO Jul 19 04:17:21.583adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 3652 | 2026-07-19T04:17:22.682Z | adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3653 | 2026-07-19T04:17:22.682Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3654 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583 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 } }, 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 } }] |
| 3655 | 2026-07-19T04:17:22.682Z | 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.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 } }] |
| 3656 | 2026-07-19T04:17:22.682Z | |
| 3657 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFOINFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3658 | 2026-07-19T04:17:22.682Z | |
| 3659 | 2026-07-19T04:17:22.682Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3660 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583Jul 19 04:17:21.583 Jul 19 04:17:21.583DEBG 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 } }] |
| 3661 | 2026-07-19T04:17:22.682Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 3662 | 2026-07-19T04:17:22.682Z | 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 } }] |
| 3663 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.583Jul 19 04:17:21.583Jul 19 04:17:21.583 INFO INFOINFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3664 | 2026-07-19T04:17:22.682Z | |
| 3665 | 2026-07-19T04:17:22.682Z | |
| 3666 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.584Jul 19 04:17:21.584 DEBGDEBGJul 19 04:17:21.584 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 } }]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 } }] |
| 3667 | 2026-07-19T04:17:22.682Z | 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 } }] |
| 3668 | 2026-07-19T04:17:22.682Z | |
| 3669 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.584Jul 19 04:17:21.584 Jul 19 04:17:21.584 INFOINFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 3670 | 2026-07-19T04:17:22.682Z | adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3671 | 2026-07-19T04:17:22.682Z | |
| 3672 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.584 DEBG Jul 19 04:17:21.584replacing 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 } }]Jul 19 04:17:21.584 |
| 3673 | 2026-07-19T04:17:22.682Z | DEBG DEBGreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3674 | 2026-07-19T04:17:22.682Z | 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 } }]Jul 19 04:17:21.584 |
| 3675 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.584INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 |
| 3676 | 2026-07-19T04:17:22.682Z | Jul 19 04:17:21.584adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3677 | 2026-07-19T04:17:22.682Z | INFO Jul 19 04:17:21.584adding route 172.17.0.2/32 -> 10.0.0.255 Jul 19 04:17:21.584DEBG DEBG |
| 3678 | 2026-07-19T04:17:22.682Z | 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 } }] |
| 3679 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3680 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 DEBGJul 19 04:17:21.584 Jul 19 04:17:21.584INFOreplacing 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 } }] |
| 3681 | 2026-07-19T04:17:22.683Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3682 | 2026-07-19T04:17:22.683Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3683 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584Jul 19 04:17:21.584 Jul 19 04:17:21.584INFO DEBG DEBGadding route 172.17.0.3/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 } }] |
| 3684 | 2026-07-19T04:17:22.683Z | |
| 3685 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3686 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 INFO INFODEBG 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.33/32 -> 10.0.0.255 |
| 3687 | 2026-07-19T04:17:22.683Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3688 | 2026-07-19T04:17:22.683Z | |
| 3689 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 DEBG INFODEBG adding route 172.17.0.4/32 -> 10.0.0.255replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3690 | 2026-07-19T04:17:22.683Z | |
| 3691 | 2026-07-19T04:17:22.683Z | |
| 3692 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584Jul 19 04:17:21.584Jul 19 04:17:21.584 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3693 | 2026-07-19T04:17:22.683Z | adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 3694 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3695 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 DEBG Jul 19 04:17:21.584replacing 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 } }] |
| 3696 | 2026-07-19T04:17:22.683Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:21.584 |
| 3697 | 2026-07-19T04:17:22.683Z | DEBG failed to allocate space for the new target listJul 19 04:17:21.584 |
| 3698 | 2026-07-19T04:17:22.683Z | 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 } }]Jul 19 04:17:21.584 |
| 3699 | 2026-07-19T04:17:22.683Z | 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 } }]Jul 19 04:17:21.584 |
| 3700 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584INFO adding route 172.17.0.6/32 -> 10.0.0.255DEBG |
| 3701 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3702 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 DEBGJul 19 04:17:21.584 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 |
| 3703 | 2026-07-19T04:17:22.683Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3704 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 INFOJul 19 04:17:21.584 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 3705 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3706 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 DEBGJul 19 04:17:21.584 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 |
| 3707 | 2026-07-19T04:17:22.683Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3708 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584 Jul 19 04:17:21.584INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3709 | 2026-07-19T04:17:22.683Z | 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 } }] |
| 3710 | 2026-07-19T04:17:22.683Z | Jul 19 04:17:21.584Jul 19 04:17:21.584 DEBGINFO replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3711 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.584 DEBGJul 19 04:17:21.590 created new freemapDEBG, unitreplacing 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 } }]: |
| 3712 | 2026-07-19T04:17:22.687Z | freemap_route_ipv4 |
| 3713 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590 |
| 3714 | 2026-07-19T04:17:22.687Z | INFOJul 19 04:17:21.590 adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 3715 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590created new freemap , INFOunit :adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3716 | 2026-07-19T04:17:22.687Z | freemap_route_ipv6Jul 19 04:17:21.590 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 } }] |
| 3717 | 2026-07-19T04:17:22.687Z | |
| 3718 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3719 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3720 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590initted freemap. size: 64 , DEBGunit :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 } }] |
| 3721 | 2026-07-19T04:17:22.687Z | freemap_route_ipv4 |
| 3722 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590 INFOJul 19 04:17:21.590 Jul 19 04:17:21.590adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3723 | 2026-07-19T04:17:22.687Z | DEBG INFOreset freemap , adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:17:21.590unit |
| 3724 | 2026-07-19T04:17:22.687Z | :DEBG freemap_route_ipv4replacing 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 } }] |
| 3725 | 2026-07-19T04:17:22.687Z | |
| 3726 | 2026-07-19T04:17:22.687Z | Jul 19 04:17:21.590 DEBGJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGreplacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3727 | 2026-07-19T04:17:22.687Z | INFOinitted freemap. size: 64 , adding route 172.17.0.11/32 -> 10.0.0.255unit |
| 3728 | 2026-07-19T04:17:22.687Z | :Jul 19 04:17:21.590 INFOfreemap_route_ipv6 |
| 3729 | 2026-07-19T04:17:22.687Z | adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:17:21.590 |
| 3730 | 2026-07-19T04:17:22.688Z | 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 } }]Jul 19 04:17:21.590 |
| 3731 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590 DEBG DEBGJul 19 04:17:21.590reset freemap 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 } }], |
| 3732 | 2026-07-19T04:17:22.688Z | unitINFO: adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:17:21.590freemap_route_ipv6 |
| 3733 | 2026-07-19T04:17:22.688Z | INFO |
| 3734 | 2026-07-19T04:17:22.688Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3735 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3736 | 2026-07-19T04:17:22.688Z | 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.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 } }] |
| 3737 | 2026-07-19T04:17:22.688Z | |
| 3738 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590 DEBGJul 19 04:17:21.590 Jul 19 04:17:21.590INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 3739 | 2026-07-19T04:17:22.688Z | |
| 3740 | 2026-07-19T04:17:22.688Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3741 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 INFODEBG DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3742 | 2026-07-19T04:17:22.688Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3743 | 2026-07-19T04:17:22.688Z | |
| 3744 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3745 | 2026-07-19T04:17:22.688Z | |
| 3746 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590 INFO Jul 19 04:17:21.590adding route 172.17.0.14/32 -> 10.0.0.255 Jul 19 04:17:21.590INFO |
| 3747 | 2026-07-19T04:17:22.688Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3748 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590replacing 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 } }] |
| 3749 | 2026-07-19T04:17:22.688Z | 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 } }]Jul 19 04:17:21.590 |
| 3750 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590 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 } }]Jul 19 04:17:21.590 |
| 3751 | 2026-07-19T04:17:22.688Z | adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 3752 | 2026-07-19T04:17:22.688Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3753 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBGJul 19 04:17:21.590 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 } }] |
| 3754 | 2026-07-19T04:17:22.688Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 3755 | 2026-07-19T04:17:22.688Z | 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 } }] |
| 3756 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3757 | 2026-07-19T04:17:22.688Z | |
| 3758 | 2026-07-19T04:17:22.688Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3759 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.0/32 -> 10.0.0.255 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 } }] |
| 3760 | 2026-07-19T04:17:22.688Z | |
| 3761 | 2026-07-19T04:17:22.688Z | 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 } }] |
| 3762 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO INFO DEBGadding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3763 | 2026-07-19T04:17:22.688Z | |
| 3764 | 2026-07-19T04:17:22.688Z | 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 } }] |
| 3765 | 2026-07-19T04:17:22.688Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590 DEBG INFODEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3766 | 2026-07-19T04:17:22.689Z | adding route 172.17.0.1/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 } }] |
| 3767 | 2026-07-19T04:17:22.689Z | |
| 3768 | 2026-07-19T04:17:22.689Z | test route::tests::delete_target_fragmented ... ok |
| 3769 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 INFOJul 19 04:17:21.590 adding route 172.17.0.48/32 -> 10.0.0.255DEBGJul 19 04:17:21.590 |
| 3770 | 2026-07-19T04:17:22.689Z | INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3771 | 2026-07-19T04:17:22.689Z | adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:17:21.590 |
| 3772 | 2026-07-19T04:17:22.689Z | DEBGJul 19 04:17:21.590 Jul 19 04:17:21.590INFOreplacing 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 } }] |
| 3773 | 2026-07-19T04:17:22.689Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3774 | 2026-07-19T04:17:22.689Z | |
| 3775 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:17:21.590Jul 19 04:17:21.590 |
| 3776 | 2026-07-19T04:17:22.689Z | INFODEBG adding route 172.17.0.19/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 } }] |
| 3777 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 |
| 3778 | 2026-07-19T04:17:22.689Z | 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 } }] |
| 3779 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 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 } }]Jul 19 04:17:21.590adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3780 | 2026-07-19T04:17:22.689Z | |
| 3781 | 2026-07-19T04:17:22.689Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3782 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBG Jul 19 04:17:21.590 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 3783 | 2026-07-19T04:17:22.689Z | |
| 3784 | 2026-07-19T04:17:22.689Z | 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 } }] |
| 3785 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO Jul 19 04:17:21.590adding route 172.17.0.4/32 -> 10.0.0.255DEBG INFO |
| 3786 | 2026-07-19T04:17:22.689Z | 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.51/32 -> 10.0.0.255 |
| 3787 | 2026-07-19T04:17:22.689Z | |
| 3788 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 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 } }]Jul 19 04:17:21.590 |
| 3789 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3790 | 2026-07-19T04:17:22.689Z | adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:17:21.590 |
| 3791 | 2026-07-19T04:17:22.689Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:17:21.590 |
| 3792 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590 INFODEBGJul 19 04:17:21.590 adding route 172.17.0.52/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 } }] |
| 3793 | 2026-07-19T04:17:22.689Z | |
| 3794 | 2026-07-19T04:17:22.689Z | 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 } }] |
| 3795 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 INFODEBG Jul 19 04:17:21.590adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3796 | 2026-07-19T04:17:22.689Z | INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3797 | 2026-07-19T04:17:22.689Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3798 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBGINFO 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.53/32 -> 10.0.0.255 |
| 3799 | 2026-07-19T04:17:22.689Z | |
| 3800 | 2026-07-19T04:17:22.689Z | 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 } }] |
| 3801 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFO Jul 19 04:17:21.590adding route 172.17.0.23/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 } }] |
| 3802 | 2026-07-19T04:17:22.689Z | INFO |
| 3803 | 2026-07-19T04:17:22.689Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3804 | 2026-07-19T04:17:22.689Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590DEBG 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 } }] |
| 3805 | 2026-07-19T04:17:22.689Z | INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3806 | 2026-07-19T04:17:22.690Z | |
| 3807 | 2026-07-19T04:17:22.690Z | Jul 19 04:17:21.590 INFOJul 19 04:17:21.590Jul 19 04:17:21.590 DEBGINFOadding route 172.17.0.24/32 -> 10.0.0.255 |
| 3808 | 2026-07-19T04:17:22.690Z | 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.8/32 -> 10.0.0.255 |
| 3809 | 2026-07-19T04:17:22.690Z | |
| 3810 | 2026-07-19T04:17:22.690Z | Jul 19 04:17:21.590 Jul 19 04:17:21.590Jul 19 04:17:21.590DEBG 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 } }]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 } }] |
| 3811 | 2026-07-19T04:17:22.694Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3812 | 2026-07-19T04:17:22.694Z | |
| 3813 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.590Jul 19 04:17:21.590 Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3814 | 2026-07-19T04:17:22.694Z | 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 } }] |
| 3815 | 2026-07-19T04:17:22.694Z | INFO Jul 19 04:17:21.590adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3816 | 2026-07-19T04:17:22.694Z | 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 } }] |
| 3817 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.590 Jul 19 04:17:21.590INFOJul 19 04:17:21.590 INFODEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3818 | 2026-07-19T04:17:22.694Z | 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.26/32 -> 10.0.0.255 |
| 3819 | 2026-07-19T04:17:22.694Z | |
| 3820 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.590Jul 19 04:17:21.590Jul 19 04:17:21.590 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 } }]INFO |
| 3821 | 2026-07-19T04:17:22.694Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3822 | 2026-07-19T04:17:22.694Z | |
| 3823 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.590 INFOJul 19 04:17:21.590 adding route 172.17.0.57/32 -> 10.0.0.255DEBG |
| 3824 | 2026-07-19T04:17:22.694Z | 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 } }]Jul 19 04:17:21.590 |
| 3825 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.590INFO DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3826 | 2026-07-19T04:17:22.694Z | 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 } }]Jul 19 04:17:21.590 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3827 | 2026-07-19T04:17:22.694Z | |
| 3828 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG Jul 19 04:17:21.596replacing 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.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 |
| 3829 | 2026-07-19T04:17:22.694Z | |
| 3830 | 2026-07-19T04:17:22.694Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3831 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3832 | 2026-07-19T04:17:22.694Z | 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.28/32 -> 10.0.0.255 |
| 3833 | 2026-07-19T04:17:22.694Z | |
| 3834 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 DEBGJul 19 04:17:21.596 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 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 } }] |
| 3835 | 2026-07-19T04:17:22.694Z | |
| 3836 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3837 | 2026-07-19T04:17:22.694Z | |
| 3838 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596 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 } }] |
| 3839 | 2026-07-19T04:17:22.694Z | Jul 19 04:17:21.596 DEBGJul 19 04:17:21.596 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 |
| 3840 | 2026-07-19T04:17:22.694Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3841 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 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 } }] |
| 3842 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3843 | 2026-07-19T04:17:22.695Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3844 | 2026-07-19T04:17:22.695Z | INFOJul 19 04:17:21.596 adding route 172.17.0.59/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3845 | 2026-07-19T04:17:22.695Z | DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3846 | 2026-07-19T04:17:22.695Z | |
| 3847 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3848 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3849 | 2026-07-19T04:17:22.695Z | |
| 3850 | 2026-07-19T04:17:22.695Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3851 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 DEBGDEBG Jul 19 04:17:21.596 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 } }]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 } }] |
| 3852 | 2026-07-19T04:17:22.695Z | |
| 3853 | 2026-07-19T04:17:22.695Z | 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 } }] |
| 3854 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOJul 19 04:17:21.596 INFO adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 3855 | 2026-07-19T04:17:22.695Z | |
| 3856 | 2026-07-19T04:17:22.695Z | failed to allocate space for the new target list |
| 3857 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596Jul 19 04:17:21.596Jul 19 04:17:21.596 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 } }]DEBG |
| 3858 | 2026-07-19T04:17:22.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 } }] |
| 3859 | 2026-07-19T04:17:22.695Z | 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 } }] |
| 3860 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3861 | 2026-07-19T04:17:22.695Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3862 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 Jul 19 04:17:21.596DEBG 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 } }] |
| 3863 | 2026-07-19T04:17:22.695Z | 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 } }] |
| 3864 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3865 | 2026-07-19T04:17:22.695Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3866 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 Jul 19 04:17:21.596DEBG 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 } }] |
| 3867 | 2026-07-19T04:17:22.695Z | 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 } }] |
| 3868 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596 Jul 19 04:17:21.596INFO INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3869 | 2026-07-19T04:17:22.695Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3870 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3871 | 2026-07-19T04:17:22.695Z | |
| 3872 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.37/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3873 | 2026-07-19T04:17:22.695Z | |
| 3874 | 2026-07-19T04:17:22.695Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3875 | 2026-07-19T04:17:22.696Z | |
| 3876 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3877 | 2026-07-19T04:17:22.696Z | |
| 3878 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596Jul 19 04:17:21.596 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3879 | 2026-07-19T04:17:22.696Z | |
| 3880 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3881 | 2026-07-19T04:17:22.696Z | test route::tests::delete_targets_full ... ok |
| 3882 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:17:21.596 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 } }] |
| 3883 | 2026-07-19T04:17:22.696Z | |
| 3884 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3885 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3886 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3887 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3888 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3889 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3890 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3891 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3892 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3893 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3894 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3895 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3896 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3897 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3898 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3899 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3900 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3901 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3902 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3903 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3904 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3905 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3906 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3907 | 2026-07-19T04:17:22.696Z | 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 } }] |
| 3908 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3909 | 2026-07-19T04:17:22.696Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3910 | 2026-07-19T04:17:22.696Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3911 | 2026-07-19T04:17:22.700Z | 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 } }] |
| 3912 | 2026-07-19T04:17:22.700Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3913 | 2026-07-19T04:17:22.700Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3914 | 2026-07-19T04:17:22.700Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3915 | 2026-07-19T04:17:22.700Z | 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 } }] |
| 3916 | 2026-07-19T04:17:22.700Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3917 | 2026-07-19T04:17:22.700Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3918 | 2026-07-19T04:17:22.700Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3919 | 2026-07-19T04:17:22.700Z | 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 } }] |
| 3920 | 2026-07-19T04:17:22.700Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3921 | 2026-07-19T04:17:22.700Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3922 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3923 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3924 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3925 | 2026-07-19T04:17:22.701Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3926 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3927 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3928 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3929 | 2026-07-19T04:17:22.701Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3930 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3931 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3932 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3933 | 2026-07-19T04:17:22.701Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3934 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3935 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3936 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3937 | 2026-07-19T04:17:22.701Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3938 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3939 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3940 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 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 } }]Jul 19 04:17:21.596 |
| 3941 | 2026-07-19T04:17:22.701Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3942 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596 INFO adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:17:21.596 |
| 3943 | 2026-07-19T04:17:22.701Z | 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 } }] |
| 3944 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.596Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3945 | 2026-07-19T04:17:22.701Z | |
| 3946 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 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.38/32 -> 10.0.0.255 |
| 3947 | 2026-07-19T04:17:22.701Z | |
| 3948 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.56/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 } }] |
| 3949 | 2026-07-19T04:17:22.701Z | |
| 3950 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 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.39/32 -> 10.0.0.255 |
| 3951 | 2026-07-19T04:17:22.701Z | |
| 3952 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3953 | 2026-07-19T04:17:22.701Z | |
| 3954 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 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.40/32 -> 10.0.0.255 |
| 3955 | 2026-07-19T04:17:22.701Z | |
| 3956 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.58/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 } }] |
| 3957 | 2026-07-19T04:17:22.701Z | |
| 3958 | 2026-07-19T04:17:22.701Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3959 | 2026-07-19T04:17:22.701Z | |
| 3960 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3961 | 2026-07-19T04:17:22.702Z | |
| 3962 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3963 | 2026-07-19T04:17:22.702Z | |
| 3964 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 INFODEBG adding route 172.17.0.60/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 } }] |
| 3965 | 2026-07-19T04:17:22.702Z | |
| 3966 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3967 | 2026-07-19T04:17:22.702Z | |
| 3968 | 2026-07-19T04:17:22.702Z | test route::tests::delete_targets_fragmented ... ok |
| 3969 | 2026-07-19T04:17:22.702Z | |
| 3970 | 2026-07-19T04:17:22.702Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3971 | 2026-07-19T04:17:22.702Z | |
| 3972 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3973 | 2026-07-19T04:17:22.702Z | |
| 3974 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602Jul 19 04:17:21.602 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.2, vlan_id: None } }] |
| 3975 | 2026-07-19T04:17:22.702Z | |
| 3976 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3977 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3978 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3979 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3980 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3981 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3982 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3983 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3984 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3985 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3986 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3987 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3988 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3989 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3990 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3991 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3992 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3993 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3994 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3995 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3996 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3997 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3998 | 2026-07-19T04:17:22.702Z | Jul 19 04:17:21.602 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 } }] |
| 3999 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4000 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 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 } }] |
| 4001 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4002 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4003 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4004 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4005 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4006 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.602 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 } }] |
| 4007 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.608 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4008 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.608 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 } }] |
| 4009 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.608 DEBG failed to allocate space for the new target list |
| 4010 | 2026-07-19T04:17:22.703Z | Jul 19 04:17:21.608 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 } }] |
| 4011 | 2026-07-19T04:17:22.706Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-27e208b5798fd205) |
| 4012 | 2026-07-19T04:17:22.706Z | |
| 4013 | 2026-07-19T04:17:22.706Z | running 0 tests |
| 4014 | 2026-07-19T04:17:22.706Z | |
| 4015 | 2026-07-19T04:17:22.706Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4016 | 2026-07-19T04:17:22.706Z | |
| 4017 | 2026-07-19T04:17:22.706Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1) |
| 4018 | 2026-07-19T04:17:22.706Z | |
| 4019 | 2026-07-19T04:17:22.706Z | running 0 tests |
| 4020 | 2026-07-19T04:17:22.706Z | |
| 4021 | 2026-07-19T04:17:22.706Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4022 | 2026-07-19T04:17:22.706Z | |
| 4023 | 2026-07-19T04:17:22.706Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-9db74ad87b18fd54) |
| 4024 | 2026-07-19T04:17:22.707Z | |
| 4025 | 2026-07-19T04:17:22.707Z | running 6 tests |
| 4026 | 2026-07-19T04:17:22.707Z | test tests::test_full_lot_id_neither_present ... ok |
| 4027 | 2026-07-19T04:17:22.707Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4028 | 2026-07-19T04:17:22.707Z | test tests::test_full_lot_id_lot_only ... ok |
| 4029 | 2026-07-19T04:17:22.707Z | test tests::test_full_lot_id_both_present ... ok |
| 4030 | 2026-07-19T04:17:22.707Z | test tests::test_parse_client_port_id ... ok |
| 4031 | 2026-07-19T04:17:22.707Z | test tests::test_port_id_cmp ... ok |
| 4032 | 2026-07-19T04:17:22.707Z | |
| 4033 | 2026-07-19T04:17:22.707Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4034 | 2026-07-19T04:17:22.707Z | |
| 4035 | 2026-07-19T04:17:22.707Z | Running tests/test_all.rs (target/debug/deps/test_all-ddb8443576be9a78) |
| 4036 | 2026-07-19T04:17:22.707Z | |
| 4037 | 2026-07-19T04:17:22.707Z | running 0 tests |
| 4038 | 2026-07-19T04:17:22.707Z | |
| 4039 | 2026-07-19T04:17:22.707Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4040 | 2026-07-19T04:17:22.707Z | |
| 4041 | 2026-07-19T04:17:22.707Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f) |
| 4042 | 2026-07-19T04:17:22.707Z | |
| 4043 | 2026-07-19T04:17:22.707Z | running 0 tests |
| 4044 | 2026-07-19T04:17:22.707Z | |
| 4045 | 2026-07-19T04:17:22.707Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4046 | 2026-07-19T04:17:22.707Z | |
| 4047 | 2026-07-19T04:17:22.707Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5) |
| 4048 | 2026-07-19T04:17:22.707Z | |
| 4049 | 2026-07-19T04:17:22.707Z | running 0 tests |
| 4050 | 2026-07-19T04:17:22.707Z | |
| 4051 | 2026-07-19T04:17:22.707Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4052 | 2026-07-19T04:17:22.707Z | |
| 4053 | 2026-07-19T04:17:22.707Z | Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863) |
| 4054 | 2026-07-19T04:17:22.707Z | |
| 4055 | 2026-07-19T04:17:22.707Z | running 12 tests |
| 4056 | 2026-07-19T04:17:22.707Z | test icmp::test_v6_checksum ... ok |
| 4057 | 2026-07-19T04:17:22.707Z | test lldp::test_lldp_parse ... ok |
| 4058 | 2026-07-19T04:17:22.707Z | test pbuf::test_byte ... ok |
| 4059 | 2026-07-19T04:17:22.707Z | test ipv6::test_ipv6_parse ... ok |
| 4060 | 2026-07-19T04:17:22.707Z | test icmp::test_v4_checksum ... ok |
| 4061 | 2026-07-19T04:17:22.707Z | test pbuf::test_nibble ... ok |
| 4062 | 2026-07-19T04:17:22.707Z | test pbuf::test_overflow ... ok |
| 4063 | 2026-07-19T04:17:22.708Z | test pbuf::test_short ... ok |
| 4064 | 2026-07-19T04:17:22.708Z | test pbuf::test_twelve ... ok |
| 4065 | 2026-07-19T04:17:22.708Z | test pbuf::test_word ... ok |
| 4066 | 2026-07-19T04:17:22.708Z | test tcp::test_checksum_ack_data ... ok |
| 4067 | 2026-07-19T04:17:22.708Z | test tcp::test_checksum_syn_nodata ... ok |
| 4068 | 2026-07-19T04:17:22.708Z | |
| 4069 | 2026-07-19T04:17:22.708Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4070 | 2026-07-19T04:17:22.708Z | |
| 4071 | 2026-07-19T04:17:22.708Z | Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a) |
| 4072 | 2026-07-19T04:17:22.708Z | |
| 4073 | 2026-07-19T04:17:22.708Z | running 0 tests |
| 4074 | 2026-07-19T04:17:22.708Z | |
| 4075 | 2026-07-19T04:17:22.708Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4076 | 2026-07-19T04:17:22.708Z | |
| 4077 | 2026-07-19T04:17:22.708Z | Running unittests src/main.rs (target/debug/deps/swadm-adca04301a4b6728) |
| 4078 | 2026-07-19T04:17:22.708Z | |
| 4079 | 2026-07-19T04:17:22.708Z | running 5 tests |
| 4080 | 2026-07-19T04:17:22.708Z | test switchport::test::test_compute_lanes ... ok |
| 4081 | 2026-07-19T04:17:22.708Z | test switchport::test::port_id_ordering ... ok |
| 4082 | 2026-07-19T04:17:22.708Z | Lane 0 Lane 1 Lane 2 Lane 0Lane 3 |
| 4083 | 2026-07-19T04:17:22.708Z | Lane 1 State: ActivatedLane 2 ActivatedLane 3 |
| 4084 | 2026-07-19T04:17:22.708Z | Activated Rx Loss-of-lock: YesActivated |
| 4085 | 2026-07-19T04:17:22.708Z | Yes Rx Output Enabled: false Yes falseYes |
| 4086 | 2026-07-19T04:17:22.708Z | false false Rx Loss-of-signal: Yes |
| 4087 | 2026-07-19T04:17:22.708Z | Rx Output Status: valid Yes valid Yesvalid Yes |
| 4088 | 2026-07-19T04:17:22.708Z | valid |
| 4089 | 2026-07-19T04:17:22.708Z | Rx CDR Enabled: Yes Rx Loss-of-lock: true Yestrue Yes trueYes |
| 4090 | 2026-07-19T04:17:22.708Z | true |
| 4091 | 2026-07-19T04:17:22.708Z | Tx Enabled: Yes Rx Loss-of-signal: false Yes false Yes Yesfalse |
| 4092 | 2026-07-19T04:17:22.708Z | false Tx Loss-of-lock: No |
| 4093 | 2026-07-19T04:17:22.708Z | NoRx Auto-squelch Disable: true Notrue No |
| 4094 | 2026-07-19T04:17:22.708Z | true true |
| 4095 | 2026-07-19T04:17:22.708Z | Tx Loss-of-signal: No Tx Output Enabled: true Notrue true Notrue |
| 4096 | 2026-07-19T04:17:22.708Z | No |
| 4097 | 2026-07-19T04:17:22.708Z | Tx Output Status: invalid Tx CDR Enabled: Noinvalid Noinvalid invalidNo |
| 4098 | 2026-07-19T04:17:22.708Z | Tx Loss-of-lock: falseNo |
| 4099 | 2026-07-19T04:17:22.708Z | false Tx Adaptive EQ Fault: Nofalse Nofalse |
| 4100 | 2026-07-19T04:17:22.708Z | No Tx Loss-of-signal: trueNo |
| 4101 | 2026-07-19T04:17:22.708Z | true Tx Fault: Yes true Yes true |
| 4102 | 2026-07-19T04:17:22.708Z | Yes YesTx Auto-squelch Disable: false |
| 4103 | 2026-07-19T04:17:22.709Z | false false false |
| 4104 | 2026-07-19T04:17:22.709Z | Tx Adaptive EQ Fail: true true true true |
| 4105 | 2026-07-19T04:17:22.709Z | Tx Failure: false false false false |
| 4106 | 2026-07-19T04:17:22.709Z | Tx Force Squelch: true true true true |
| 4107 | 2026-07-19T04:17:22.709Z | Tx Input Polarity: normal normal normal normal |
| 4108 | 2026-07-19T04:17:22.709Z | test switchport::test::test_print_sff_datapath ... ok |
| 4109 | 2026-07-19T04:17:22.709Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4110 | 2026-07-19T04:17:22.709Z | test link::test_filter ... ok |
| 4111 | 2026-07-19T04:17:22.712Z | |
| 4112 | 2026-07-19T04:17:22.712Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4113 | 2026-07-19T04:17:22.712Z | |
| 4114 | 2026-07-19T04:17:22.712Z | Running tests/counters.rs (target/debug/deps/counters-60a75bbd7c1d9b76) |
| 4115 | 2026-07-19T04:17:22.712Z | |
| 4116 | 2026-07-19T04:17:22.712Z | running 1 test |
| 4117 | 2026-07-19T04:17:22.712Z | test test_p4_counter_list ... ignored |
| 4118 | 2026-07-19T04:17:22.712Z | |
| 4119 | 2026-07-19T04:17:22.712Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4120 | 2026-07-19T04:17:22.712Z | |
| 4121 | 2026-07-19T04:17:22.712Z | Running tests/port-link.rs (target/debug/deps/port_link-15ead423ead1320b) |
| 4122 | 2026-07-19T04:17:22.712Z | |
| 4123 | 2026-07-19T04:17:22.712Z | running 5 tests |
| 4124 | 2026-07-19T04:17:22.712Z | test test_an ... ignored |
| 4125 | 2026-07-19T04:17:22.712Z | test test_enable ... ignored |
| 4126 | 2026-07-19T04:17:22.712Z | test test_ip_addresses ... ignored |
| 4127 | 2026-07-19T04:17:22.712Z | test test_kr ... ignored |
| 4128 | 2026-07-19T04:17:22.712Z | test test_mac ... ignored |
| 4129 | 2026-07-19T04:17:22.712Z | |
| 4130 | 2026-07-19T04:17:22.712Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4131 | 2026-07-19T04:17:22.712Z | |
| 4132 | 2026-07-19T04:17:22.712Z | Running unittests src/main.rs (target/debug/deps/tfportd-e422f86794163927) |
| 4133 | 2026-07-19T04:17:22.712Z | |
| 4134 | 2026-07-19T04:17:22.712Z | running 3 tests |
| 4135 | 2026-07-19T04:17:22.715Z | test linklocal::test_parse_ipadm ... ok |
| 4136 | 2026-07-19T04:17:22.715Z | test tfport::test_parse_tfport ... ok |
| 4137 | 2026-07-19T04:17:22.715Z | test config::tests::test_updates ... ok |
| 4138 | 2026-07-19T04:17:22.715Z | |
| 4139 | 2026-07-19T04:17:22.715Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4140 | 2026-07-19T04:17:22.715Z | |
| 4141 | 2026-07-19T04:17:22.715Z | Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee) |
| 4142 | 2026-07-19T04:17:22.716Z | |
| 4143 | 2026-07-19T04:17:22.716Z | running 0 tests |
| 4144 | 2026-07-19T04:17:22.716Z | |
| 4145 | 2026-07-19T04:17:22.716Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4146 | 2026-07-19T04:17:22.716Z | |
| 4147 | 2026-07-19T04:17:22.716Z | Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d) |
| 4148 | 2026-07-19T04:17:22.718Z | |
| 4149 | 2026-07-19T04:17:22.718Z | running 0 tests |
| 4150 | 2026-07-19T04:17:22.718Z | |
| 4151 | 2026-07-19T04:17:22.718Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4152 | 2026-07-19T04:17:22.718Z | |
| 4153 | 2026-07-19T04:17:22.718Z | Doc-tests aal |
| 4154 | 2026-07-19T04:17:22.845Z | |
| 4155 | 2026-07-19T04:17:22.845Z | running 0 tests |
| 4156 | 2026-07-19T04:17:22.845Z | |
| 4157 | 2026-07-19T04:17:22.845Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4158 | 2026-07-19T04:17:22.845Z | |
| 4159 | 2026-07-19T04:17:22.862Z | Doc-tests aal_macros |
| 4160 | 2026-07-19T04:17:22.930Z | |
| 4161 | 2026-07-19T04:17:22.930Z | running 0 tests |
| 4162 | 2026-07-19T04:17:22.930Z | |
| 4163 | 2026-07-19T04:17:22.930Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4164 | 2026-07-19T04:17:22.930Z | |
| 4165 | 2026-07-19T04:17:22.940Z | Doc-tests common |
| 4166 | 2026-07-19T04:17:23.172Z | |
| 4167 | 2026-07-19T04:17:23.172Z | running 0 tests |
| 4168 | 2026-07-19T04:17:23.172Z | |
| 4169 | 2026-07-19T04:17:23.172Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4170 | 2026-07-19T04:17:23.172Z | |
| 4171 | 2026-07-19T04:17:23.193Z | Doc-tests dpd_api |
| 4172 | 2026-07-19T04:17:23.952Z | |
| 4173 | 2026-07-19T04:17:23.952Z | running 2 tests |
| 4174 | 2026-07-19T04:17:23.952Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4175 | 2026-07-19T04:17:23.952Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4176 | 2026-07-19T04:17:23.952Z | |
| 4177 | 2026-07-19T04:17:23.952Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4178 | 2026-07-19T04:17:23.952Z | |
| 4179 | 2026-07-19T04:17:23.983Z | Doc-tests dpd_client |
| 4180 | 2026-07-19T04:17:25.277Z | |
| 4181 | 2026-07-19T04:17:25.277Z | running 0 tests |
| 4182 | 2026-07-19T04:17:25.277Z | |
| 4183 | 2026-07-19T04:17:25.277Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4184 | 2026-07-19T04:17:25.277Z | |
| 4185 | 2026-07-19T04:17:25.323Z | Doc-tests dpd_types |
| 4186 | 2026-07-19T04:17:25.539Z | |
| 4187 | 2026-07-19T04:17:25.539Z | running 0 tests |
| 4188 | 2026-07-19T04:17:25.539Z | |
| 4189 | 2026-07-19T04:17:25.539Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4190 | 2026-07-19T04:17:25.539Z | |
| 4191 | 2026-07-19T04:17:25.565Z | Doc-tests dpd_types_versions |
| 4192 | 2026-07-19T04:17:26.785Z | |
| 4193 | 2026-07-19T04:17:26.785Z | running 1 test |
| 4194 | 2026-07-19T04:17:26.785Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4195 | 2026-07-19T04:17:26.785Z | |
| 4196 | 2026-07-19T04:17:26.785Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4197 | 2026-07-19T04:17:26.785Z | |
| 4198 | 2026-07-19T04:17:26.829Z | Doc-tests packet |
| 4199 | 2026-07-19T04:17:26.943Z | |
| 4200 | 2026-07-19T04:17:26.943Z | running 0 tests |
| 4201 | 2026-07-19T04:17:26.943Z | |
| 4202 | 2026-07-19T04:17:26.943Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4203 | 2026-07-19T04:17:26.943Z | |
| 4204 | 2026-07-19T04:17:26.959Z | Doc-tests pcap |
| 4205 | 2026-07-19T04:17:27.012Z | |
| 4206 | 2026-07-19T04:17:27.012Z | running 0 tests |
| 4207 | 2026-07-19T04:17:27.012Z | |
| 4208 | 2026-07-19T04:17:27.012Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4209 | 2026-07-19T04:17:27.012Z | |
| 4210 | 2026-07-19T04:17:27.080Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4211 | 2026-07-19T04:17:27.080Z | + RUST_BACKTRACE=full |
| 4212 | 2026-07-19T04:17:27.080Z | + cargo test --features tofino_asic --no-fail-fast |
| 4213 | 2026-07-19T04:17:27.675Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4214 | 2026-07-19T04:17:27.758Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4215 | 2026-07-19T04:17:27.763Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4216 | 2026-07-19T04:17:27.771Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4217 | 2026-07-19T04:17:36.311Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4218 | 2026-07-19T04:17:37.255Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4219 | 2026-07-19T04:18:16.239Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.14s |
| 4220 | 2026-07-19T04:18:16.359Z | Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7) |
| 4221 | 2026-07-19T04:18:16.362Z | |
| 4222 | 2026-07-19T04:18:16.362Z | running 5 tests |
| 4223 | 2026-07-19T04:18:16.365Z | test fuse::tests::chip_revision_a0 ... ok |
| 4224 | 2026-07-19T04:18:16.365Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4225 | 2026-07-19T04:18:16.365Z | test fuse::tests::chip_revision_b1 ... ok |
| 4226 | 2026-07-19T04:18:16.365Z | test fuse::tests::chip_revision_b0 ... ok |
| 4227 | 2026-07-19T04:18:16.365Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4228 | 2026-07-19T04:18:16.365Z | |
| 4229 | 2026-07-19T04:18:16.365Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4230 | 2026-07-19T04:18:16.365Z | |
| 4231 | 2026-07-19T04:18:16.365Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7) |
| 4232 | 2026-07-19T04:18:16.368Z | |
| 4233 | 2026-07-19T04:18:16.368Z | running 0 tests |
| 4234 | 2026-07-19T04:18:16.368Z | |
| 4235 | 2026-07-19T04:18:16.368Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4236 | 2026-07-19T04:18:16.368Z | |
| 4237 | 2026-07-19T04:18:16.368Z | Running unittests src/lib.rs (target/debug/deps/asic-726b9206a2c61c2f) |
| 4238 | 2026-07-19T04:18:16.468Z | |
| 4239 | 2026-07-19T04:18:16.468Z | running 8 tests |
| 4240 | 2026-07-19T04:18:16.470Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4241 | 2026-07-19T04:18:16.470Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4242 | 2026-07-19T04:18:16.470Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4243 | 2026-07-19T04:18:16.471Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4244 | 2026-07-19T04:18:16.471Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4245 | 2026-07-19T04:18:16.471Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4246 | 2026-07-19T04:18:16.478Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4247 | 2026-07-19T04:18:16.969Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4248 | 2026-07-19T04:18:16.969Z | |
| 4249 | 2026-07-19T04:18:16.969Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4250 | 2026-07-19T04:18:16.969Z | |
| 4251 | 2026-07-19T04:18:16.978Z | Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353) |
| 4252 | 2026-07-19T04:18:16.981Z | |
| 4253 | 2026-07-19T04:18:16.981Z | running 10 tests |
| 4254 | 2026-07-19T04:18:16.983Z | test nat::tests::test_vni ... ok |
| 4255 | 2026-07-19T04:18:16.984Z | test network::tests::test_equal ... ok |
| 4256 | 2026-07-19T04:18:16.984Z | test network::tests::test_eui64 ... ok |
| 4257 | 2026-07-19T04:18:16.984Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4258 | 2026-07-19T04:18:16.984Z | test network::tests::test_into ... ok |
| 4259 | 2026-07-19T04:18:16.984Z | test network::tests::test_not_equal ... ok |
| 4260 | 2026-07-19T04:18:16.984Z | test network::tests::test_to_string ... ok |
| 4261 | 2026-07-19T04:18:16.984Z | test network::tests::test_parse ... ok |
| 4262 | 2026-07-19T04:18:16.984Z | test test_purge ... ok |
| 4263 | 2026-07-19T04:18:16.986Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4264 | 2026-07-19T04:18:16.986Z | |
| 4265 | 2026-07-19T04:18:16.986Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4266 | 2026-07-19T04:18:16.986Z | |
| 4267 | 2026-07-19T04:18:16.986Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb) |
| 4268 | 2026-07-19T04:18:16.990Z | |
| 4269 | 2026-07-19T04:18:16.990Z | running 1 test |
| 4270 | 2026-07-19T04:18:16.993Z | ------- |
| 4271 | 2026-07-19T04:18:16.993Z | Generating OpenAPI documents from API definitions ... |
| 4272 | 2026-07-19T04:18:17.129Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4273 | 2026-07-19T04:18:17.197Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4274 | 2026-07-19T04:18:18.185Z | ------- |
| 4275 | 2026-07-19T04:18:18.185Z | Checking 12 OpenAPI documents... |
| 4276 | 2026-07-19T04:18:18.186Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4277 | 2026-07-19T04:18:18.186Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4278 | 2026-07-19T04:18:18.188Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-07-19T04:18:18.188Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-07-19T04:18:18.188Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-07-19T04:18:18.188Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-07-19T04:18:18.188Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-07-19T04:18:18.189Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-07-19T04:18:18.189Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-07-19T04:18:18.189Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-07-19T04:18:18.189Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-07-19T04:18:18.189Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-07-19T04:18:18.189Z | Fresh dpd "latest" symlink |
| 4289 | 2026-07-19T04:18:18.189Z | ------- |
| 4290 | 2026-07-19T04:18:18.189Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4291 | 2026-07-19T04:18:18.253Z | test test::test_apis_up_to_date ... ok |
| 4292 | 2026-07-19T04:18:18.253Z | |
| 4293 | 2026-07-19T04:18:18.253Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 4294 | 2026-07-19T04:18:18.253Z | |
| 4295 | 2026-07-19T04:18:18.310Z | Running unittests src/main.rs (target/debug/deps/dpd-694a74fc8efcf897) |
| 4296 | 2026-07-19T04:18:18.378Z | |
| 4297 | 2026-07-19T04:18:18.378Z | running 66 tests |
| 4298 | 2026-07-19T04:18:18.380Z | test freemap::test_ordering ... ok |
| 4299 | 2026-07-19T04:18:18.380Z | test config::tests::test_updates ... ok |
| 4300 | 2026-07-19T04:18:18.381Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4301 | 2026-07-19T04:18:18.381Z | test freemap::test_split ... ok |
| 4302 | 2026-07-19T04:18:18.384Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4303 | 2026-07-19T04:18:18.384Z | test macaddrs::tests::test_mac_offset ... ok |
| 4304 | 2026-07-19T04:18:18.384Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4305 | 2026-07-19T04:18:18.384Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4306 | 2026-07-19T04:18:18.384Z | test nat::test_mapping ... ok |
| 4307 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG created new freemap, unit: freemap_testJul 19 04:18:17.316Jul 19 04:18:17.316 |
| 4308 | 2026-07-19T04:18:18.384Z | DEBGDEBG created new freemapcreated new freemap, unit: Jul 19 04:18:17.316freemap_test |
| 4309 | 2026-07-19T04:18:18.384Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 4310 | 2026-07-19T04:18:18.384Z | , unitJul 19 04:18:17.316: DEBGfreemap_test reset freemap |
| 4311 | 2026-07-19T04:18:18.384Z | , unit: freemap_test |
| 4312 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG created new freemapJul 19 04:18:17.316, unit : DEBGfreemap_test |
| 4313 | 2026-07-19T04:18:18.384Z | created new freemap, Jul 19 04:18:17.316unitJul 19 04:18:17.316 : DEBGDEBGfreemap_test |
| 4314 | 2026-07-19T04:18:18.384Z | initted freemap. size: 128initted freemap. size: 128, , unitunit:: freemap_testfreemap_test |
| 4315 | 2026-07-19T04:18:18.384Z | |
| 4316 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG reset freemap, unit: Jul 19 04:18:17.316Jul 19 04:18:17.316 freemap_testDEBGDEBG reset freemapinitted freemap. size: 8 |
| 4317 | 2026-07-19T04:18:18.384Z | , , unitunit:: freemap_testfreemap_test |
| 4318 | 2026-07-19T04:18:18.384Z | |
| 4319 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG reset freemap, unit: freemap_test |
| 4320 | 2026-07-19T04:18:18.384Z | test freemap::test_basic ... ok |
| 4321 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG initted freemap. size: 128, unit: freemap_test |
| 4322 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.316 DEBG reset freemap, unit: freemap_test |
| 4323 | 2026-07-19T04:18:18.384Z | test freemap::test_reclaim ... ok |
| 4324 | 2026-07-19T04:18:18.384Z | test freemap::test_exhaustion ... ok |
| 4325 | 2026-07-19T04:18:18.384Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4326 | 2026-07-19T04:18:18.384Z | test freemap::test_free ... ok |
| 4327 | 2026-07-19T04:18:18.384Z | test port_map::tests::test_backplane_group ... ok |
| 4328 | 2026-07-19T04:18:18.384Z | test port_map::tests::dump_map ... ok |
| 4329 | 2026-07-19T04:18:18.384Z | test port_map::tests::test_port_map ... ok |
| 4330 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.317 DEBG created new freemap, unit: freemap_test |
| 4331 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.317 DEBG initted freemap. size: 128, unit: freemap_test |
| 4332 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.317 DEBG reset freemap, unit: freemap_test |
| 4333 | 2026-07-19T04:18:18.384Z | test freemap::test_span ... ok |
| 4334 | 2026-07-19T04:18:18.384Z | test api_server::tests::test_build_info ... ok |
| 4335 | 2026-07-19T04:18:18.384Z | Jul 19 04:18:17.317 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4336 | 2026-07-19T04:18:18.388Z | Jul 19 04:18:17.317 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4337 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.317 DEBGJul 19 04:18:17.317 initted freemap. size: 64DEBG, unitcreated new freemap: , freemap_route_ipv4unit |
| 4338 | 2026-07-19T04:18:18.389Z | : freemap_route_ipv4 |
| 4339 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.317 Jul 19 04:18:17.317DEBG DEBGreset freemap , created new freemapunit, unit: freemap_route_ipv6 |
| 4340 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.317 DEBG initted freemap. size: 64, :unit :freemap_route_ipv4 |
| 4341 | 2026-07-19T04:18:18.389Z | freemap_route_ipv4 |
| 4342 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 DEBGJul 19 04:18:17.318 initted freemap. size: 64DEBG, unit: freemap_route_ipv6 |
| 4343 | 2026-07-19T04:18:18.389Z | reset freemap, unitJul 19 04:18:17.318: DEBGfreemap_route_ipv4 |
| 4344 | 2026-07-19T04:18:18.389Z | reset freemap, unit: Jul 19 04:18:17.318freemap_route_ipv6 |
| 4345 | 2026-07-19T04:18:18.389Z | DEBG initted freemap. size: 64, unitJul 19 04:18:17.318: INFOfreemap_route_ipv6 |
| 4346 | 2026-07-19T04:18:18.389Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4347 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 Jul 19 04:18:17.318DEBG DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 4348 | 2026-07-19T04:18:18.389Z | : freemap_route_ipv6 |
| 4349 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4350 | 2026-07-19T04:18:18.389Z | |
| 4351 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 4352 | 2026-07-19T04:18:18.389Z | |
| 4353 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4354 | 2026-07-19T04:18:18.389Z | |
| 4355 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 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 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 } }] |
| 4356 | 2026-07-19T04:18:18.389Z | |
| 4357 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4358 | 2026-07-19T04:18:18.389Z | |
| 4359 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]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 } }] |
| 4360 | 2026-07-19T04:18:18.389Z | |
| 4361 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4362 | 2026-07-19T04:18:18.389Z | |
| 4363 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }] |
| 4364 | 2026-07-19T04:18:18.389Z | |
| 4365 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4366 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 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 } }] |
| 4367 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4368 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 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 } }] |
| 4369 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4370 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 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 } }] |
| 4371 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4372 | 2026-07-19T04:18:18.389Z | Jul 19 04:18:17.318 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 } }] |
| 4373 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4374 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 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 } }] |
| 4375 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4376 | 2026-07-19T04:18:18.390Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4377 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 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 } }] |
| 4378 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4379 | 2026-07-19T04:18:18.390Z | |
| 4380 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318 |
| 4381 | 2026-07-19T04:18:18.390Z | 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 } }] |
| 4382 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4383 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:18:17.318 |
| 4384 | 2026-07-19T04:18:18.390Z | 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 } }]Jul 19 04:18:17.318 |
| 4385 | 2026-07-19T04:18:18.390Z | 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 } }] |
| 4386 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 19 04:18:17.318 |
| 4387 | 2026-07-19T04:18:18.390Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4388 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318 |
| 4389 | 2026-07-19T04:18:18.390Z | 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 } }]Jul 19 04:18:17.318 |
| 4390 | 2026-07-19T04:18:18.390Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4391 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO Jul 19 04:18:17.318adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4392 | 2026-07-19T04:18:18.390Z | 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 } }] |
| 4393 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 DEBG Jul 19 04:18:17.318replacing 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 } }]Jul 19 04:18:17.318 |
| 4394 | 2026-07-19T04:18:18.390Z | DEBGINFOJul 19 04:18:17.318 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffcreated new freemap , unit |
| 4395 | 2026-07-19T04:18:18.390Z | DEBGJul 19 04:18:17.318 INFO created new freemapadding route 3fff:beef:4::/64 -> 2001:db8::55:ff:, Jul 19 04:18:17.318 |
| 4396 | 2026-07-19T04:18:18.390Z | freemap_route_ipv4unitDEBG |
| 4397 | 2026-07-19T04:18:18.390Z | :Jul 19 04:18:17.318 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 } }]DEBGfreemap_route_ipv4 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 } }] |
| 4398 | 2026-07-19T04:18:18.390Z | |
| 4399 | 2026-07-19T04:18:18.390Z | |
| 4400 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 DEBG created new freemapJul 19 04:18:17.318, Jul 19 04:18:17.318unit :DEBG INFOfreemap_route_ipv6 |
| 4401 | 2026-07-19T04:18:18.390Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4402 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 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 } }]initted freemap. size: 64 |
| 4403 | 2026-07-19T04:18:18.390Z | , unit: freemap_route_ipv4 |
| 4404 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO Jul 19 04:18:17.318adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4405 | 2026-07-19T04:18:18.390Z | DEBG reset freemap, Jul 19 04:18:17.318Jul 19 04:18:17.318 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 } }] |
| 4406 | 2026-07-19T04:18:18.390Z | unitadding route 3fff:beef:5::/64 -> 2001:db8::55:ff: |
| 4407 | 2026-07-19T04:18:18.390Z | freemap_route_ipv4 |
| 4408 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4409 | 2026-07-19T04:18:18.390Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG Jul 19 04:18:17.318initted freemap. size: 64 Jul 19 04:18:17.318, unitDEBGcreated new freemap:, unitfreemap_route_ipv6 |
| 4410 | 2026-07-19T04:18:18.390Z | :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 } }] |
| 4411 | 2026-07-19T04:18:18.390Z | DEBGfreemap_route_ipv4 |
| 4412 | 2026-07-19T04:18:18.391Z | 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 } }]Jul 19 04:18:17.318 |
| 4413 | 2026-07-19T04:18:18.391Z | DEBG Jul 19 04:18:17.318reset freemapJul 19 04:18:17.318, unit :INFODEBGJul 19 04:18:17.318 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff INFOcreated new freemap |
| 4414 | 2026-07-19T04:18:18.391Z | , freemap_route_ipv6adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunit |
| 4415 | 2026-07-19T04:18:18.391Z | : |
| 4416 | 2026-07-19T04:18:18.391Z | freemap_route_ipv6Jul 19 04:18:17.318Jul 19 04:18:17.318 |
| 4417 | 2026-07-19T04:18:18.391Z | 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 } }]INFO |
| 4418 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318Jul 19 04:18:17.318adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGDEBG Jul 19 04:18:17.318replacing 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 } }] |
| 4419 | 2026-07-19T04:18:18.391Z | |
| 4420 | 2026-07-19T04:18:18.391Z | INFO initted freemap. size: 64adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:18:17.318, |
| 4421 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318 unitINFO: adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 4422 | 2026-07-19T04:18:18.391Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4423 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318freemap_route_ipv4 |
| 4424 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318DEBG 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 } }] |
| 4425 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4426 | 2026-07-19T04:18:18.391Z | DEBG Jul 19 04:18:17.318 reset freemapINFO, unitadding route 3fff:beef:8::/64 -> 2001:db8::55:ff: |
| 4427 | 2026-07-19T04:18:18.391Z | freemap_route_ipv4Jul 19 04:18:17.318 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 } }] |
| 4428 | 2026-07-19T04:18:18.391Z | |
| 4429 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGINFO initted freemap. size: 64adding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 4430 | 2026-07-19T04:18:18.391Z | unit: freemap_route_ipv6 |
| 4431 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318 |
| 4432 | 2026-07-19T04:18:18.391Z | DEBG reset freemap, unit:Jul 19 04:18:17.318 freemap_route_ipv6INFO |
| 4433 | 2026-07-19T04:18:18.391Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4434 | 2026-07-19T04:18:18.391Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4435 | 2026-07-19T04:18:18.391Z | |
| 4436 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318Jul 19 04:18:17.318 |
| 4437 | 2026-07-19T04:18:18.395Z | INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4438 | 2026-07-19T04:18:18.395Z | |
| 4439 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFODEBGJul 19 04:18:17.318 adding route 3fff:beef:11::/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 } }] |
| 4440 | 2026-07-19T04:18:18.395Z | |
| 4441 | 2026-07-19T04:18:18.395Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.318Jul 19 04:18:17.318 |
| 4442 | 2026-07-19T04:18:18.395Z | 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:c::/64 -> 2001:db8::55:ff |
| 4443 | 2026-07-19T04:18:18.395Z | |
| 4444 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318replacing 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 } }] |
| 4445 | 2026-07-19T04:18:18.395Z | |
| 4446 | 2026-07-19T04:18:18.395Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4447 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318INFOINFO DEBGadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4448 | 2026-07-19T04:18:18.395Z | adding route 3fff:beef::/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 } }] |
| 4449 | 2026-07-19T04:18:18.395Z | |
| 4450 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318DEBGDEBG 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 } }] |
| 4451 | 2026-07-19T04:18:18.395Z | adding route 3fff:beef:13::/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 } }] |
| 4452 | 2026-07-19T04:18:18.395Z | |
| 4453 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318 INFOJul 19 04:18:17.318Jul 19 04:18:17.318 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffINFO |
| 4454 | 2026-07-19T04:18:18.395Z | DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4455 | 2026-07-19T04:18:18.395Z | 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 } }]Jul 19 04:18:17.318 |
| 4456 | 2026-07-19T04:18:18.395Z | DEBGJul 19 04:18:17.318 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 } }]Jul 19 04:18:17.318 |
| 4457 | 2026-07-19T04:18:18.395Z | DEBG Jul 19 04:18:17.318replacing 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 } }] |
| 4458 | 2026-07-19T04:18:18.395Z | INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4459 | 2026-07-19T04:18:18.395Z | |
| 4460 | 2026-07-19T04:18:18.395Z | Jul 19 04:18:17.318 INFOJul 19 04:18:17.318 Jul 19 04:18:17.318DEBG DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4461 | 2026-07-19T04:18:18.395Z | 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 } }] |
| 4462 | 2026-07-19T04:18:18.396Z | |
| 4463 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 INFOJul 19 04:18:17.318 INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4464 | 2026-07-19T04:18:18.396Z | 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 } }] |
| 4465 | 2026-07-19T04:18:18.396Z | |
| 4466 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318 DEBGJul 19 04:18:17.318 Jul 19 04:18:17.318INFOreplacing 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 } }] |
| 4467 | 2026-07-19T04:18:18.396Z | DEBG adding route 3fff:beef:3::/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 } }] |
| 4468 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318 |
| 4469 | 2026-07-19T04:18:18.396Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 19 04:18:17.318Jul 19 04:18:17.318 |
| 4470 | 2026-07-19T04:18:18.396Z | DEBGINFO replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:18:17.318 |
| 4471 | 2026-07-19T04:18:18.396Z | |
| 4472 | 2026-07-19T04:18:18.396Z | DEBG Jul 19 04:18:17.318replacing 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 } }] |
| 4473 | 2026-07-19T04:18:18.396Z | DEBG Jul 19 04:18:17.318replacing 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 } }] |
| 4474 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4475 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4476 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4477 | 2026-07-19T04:18:18.396Z | DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4478 | 2026-07-19T04:18:18.396Z | |
| 4479 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318INFO INFODEBG 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:13::/64 -> 2001:db8::55:ff |
| 4480 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4481 | 2026-07-19T04:18:18.396Z | |
| 4482 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4483 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4484 | 2026-07-19T04:18:18.396Z | |
| 4485 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318 Jul 19 04:18:17.318Jul 19 04:18:17.318INFO INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4486 | 2026-07-19T04:18:18.396Z | |
| 4487 | 2026-07-19T04:18:18.396Z | 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 } }] |
| 4488 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 Jul 19 04:18:17.318 DEBG 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 } }]DEBG |
| 4489 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4490 | 2026-07-19T04:18:18.396Z | 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 } }] |
| 4491 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318 Jul 19 04:18:17.318INFO Jul 19 04:18:17.318adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 4492 | 2026-07-19T04:18:18.396Z | 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 } }] |
| 4493 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4494 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318 Jul 19 04:18:17.318Jul 19 04:18:17.318DEBG 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 |
| 4495 | 2026-07-19T04:18:18.396Z | INFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.318 |
| 4496 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 4497 | 2026-07-19T04:18:18.396Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:18:17.318 |
| 4498 | 2026-07-19T04:18:18.396Z | INFOJul 19 04:18:17.318 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 4499 | 2026-07-19T04:18:18.396Z | 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 } }] |
| 4500 | 2026-07-19T04:18:18.396Z | Jul 19 04:18:17.318Jul 19 04:18:17.318 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4501 | 2026-07-19T04:18:18.397Z | |
| 4502 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4503 | 2026-07-19T04:18:18.397Z | |
| 4504 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.318 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4505 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319DEBG DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4506 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319 |
| 4507 | 2026-07-19T04:18:18.397Z | 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 } }]Jul 19 04:18:17.319 |
| 4508 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319 INFOINFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:18:17.319adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4509 | 2026-07-19T04:18:18.397Z | |
| 4510 | 2026-07-19T04:18:18.397Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4511 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBGDEBG 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 } }]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 } }] |
| 4512 | 2026-07-19T04:18:18.397Z | |
| 4513 | 2026-07-19T04:18:18.397Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4514 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO Jul 19 04:18:17.319adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4515 | 2026-07-19T04:18:18.397Z | |
| 4516 | 2026-07-19T04:18:18.397Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4517 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 DEBGJul 19 04:18:17.319 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 4518 | 2026-07-19T04:18:18.397Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4519 | 2026-07-19T04:18:18.397Z | |
| 4520 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 INFOJul 19 04:18:17.319 INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4521 | 2026-07-19T04:18:18.397Z | INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4522 | 2026-07-19T04:18:18.397Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4523 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBG DEBGDEBGreplacing 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: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: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 } }] |
| 4524 | 2026-07-19T04:18:18.397Z | |
| 4525 | 2026-07-19T04:18:18.397Z | |
| 4526 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4527 | 2026-07-19T04:18:18.397Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4528 | 2026-07-19T04:18:18.397Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4529 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4530 | 2026-07-19T04:18:18.397Z | |
| 4531 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319 DEBG Jul 19 04:18:17.319Jul 19 04:18:17.319 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 |
| 4532 | 2026-07-19T04:18:18.397Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 4533 | 2026-07-19T04:18:18.397Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4534 | 2026-07-19T04:18:18.397Z | Jul 19 04:18:17.319 Jul 19 04:18:17.319INFOJul 19 04:18:17.319 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 4535 | 2026-07-19T04:18:18.397Z | 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 } }]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 } }] |
| 4536 | 2026-07-19T04:18:18.401Z | |
| 4537 | 2026-07-19T04:18:18.401Z | Jul 19 04:18:17.319 DEBG Jul 19 04:18:17.319replacing 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 } }] |
| 4538 | 2026-07-19T04:18:18.401Z | Jul 19 04:18:17.319INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 4539 | 2026-07-19T04:18:18.401Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4540 | 2026-07-19T04:18:18.401Z | INFOJul 19 04:18:17.319 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 19 04:18:17.319DEBG |
| 4541 | 2026-07-19T04:18:18.401Z | DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4542 | 2026-07-19T04:18:18.401Z | 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 } }]Jul 19 04:18:17.319 |
| 4543 | 2026-07-19T04:18:18.401Z | DEBG Jul 19 04:18:17.319replacing 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 } }] |
| 4544 | 2026-07-19T04:18:18.401Z | INFOJul 19 04:18:17.319 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 4545 | 2026-07-19T04:18:18.401Z | Jul 19 04:18:17.319adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4546 | 2026-07-19T04:18:18.401Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4547 | 2026-07-19T04:18:18.401Z | Jul 19 04:18:17.319DEBG 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 } }]DEBGJul 19 04:18:17.319 |
| 4548 | 2026-07-19T04:18:18.401Z | 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 |
| 4549 | 2026-07-19T04:18:18.401Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4550 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 INFOJul 19 04:18:17.319 Jul 19 04:18:17.319 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFOINFO |
| 4551 | 2026-07-19T04:18:18.402Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4552 | 2026-07-19T04:18:18.402Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4553 | 2026-07-19T04:18:18.402Z | 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 } }]Jul 19 04:18:17.319 |
| 4554 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319DEBG Jul 19 04:18:17.319replacing 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 |
| 4555 | 2026-07-19T04:18:18.402Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4556 | 2026-07-19T04:18:18.402Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4557 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319INFO Jul 19 04:18:17.319INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4558 | 2026-07-19T04:18:18.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 } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4559 | 2026-07-19T04:18:18.402Z | |
| 4560 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.318Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBGDEBG INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4561 | 2026-07-19T04:18:18.402Z | , DEBG |
| 4562 | 2026-07-19T04:18:18.402Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4563 | 2026-07-19T04:18:18.402Z | : Jul 19 04:18:17.319freemap_route_ipv4Jul 19 04:18:17.319 |
| 4564 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 DEBG INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4565 | 2026-07-19T04:18:18.402Z | |
| 4566 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 19 04:18:17.319DEBG Jul 19 04:18:17.319INFO |
| 4567 | 2026-07-19T04:18:18.402Z | DEBG created new freemapadding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 19 04:18:17.319 |
| 4568 | 2026-07-19T04:18:18.402Z | |
| 4569 | 2026-07-19T04:18:18.402Z | unit :DEBG freemap_route_ipv6Jul 19 04:18:17.319 |
| 4570 | 2026-07-19T04:18:18.402Z | DEBGJul 19 04:18:17.319 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: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 } }] |
| 4571 | 2026-07-19T04:18:18.402Z | INFO |
| 4572 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4573 | 2026-07-19T04:18:18.402Z | DEBG Jul 19 04:18:17.319initted freemap. size: 64 Jul 19 04:18:17.319INFOJul 19 04:18:17.319 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, |
| 4574 | 2026-07-19T04:18:18.402Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319 DEBGDEBG created new freemapunit, |
| 4575 | 2026-07-19T04:18:18.402Z | unit : freemap_route_ipv4 |
| 4576 | 2026-07-19T04:18:18.402Z | created new freemap, unit:Jul 19 04:18:17.319 :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 } }]created new freemap |
| 4577 | 2026-07-19T04:18:18.402Z | , unitJul 19 04:18:17.319: freemap_route_ipv6 |
| 4578 | 2026-07-19T04:18:18.402Z | freemap_route_ipv6Jul 19 04:18:17.319 freemap_route_ipv4Jul 19 04:18:17.319DEBG initted freemap. size: 64, unit:DEBG |
| 4579 | 2026-07-19T04:18:18.402Z | freemap_route_ipv4replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4580 | 2026-07-19T04:18:18.402Z | |
| 4581 | 2026-07-19T04:18:18.402Z | 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 } }] |
| 4582 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 DEBG reset freemap, |
| 4583 | 2026-07-19T04:18:18.402Z | unit : freemap_route_ipv4 |
| 4584 | 2026-07-19T04:18:18.402Z | Jul 19 04:18:17.319 DEBG initted freemap. size: 64Jul 19 04:18:17.319, unitJul 19 04:18:17.319: DEBG initted freemap. size: 64, unit INFOfreemap_route_ipv6 |
| 4585 | 2026-07-19T04:18:18.402Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff: |
| 4586 | 2026-07-19T04:18:18.402Z | freemap_route_ipv4Jul 19 04:18:17.319Jul 19 04:18:17.319 DEBG reset freemap, INFO unit |
| 4587 | 2026-07-19T04:18:18.402Z | : freemap_route_ipv6adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4588 | 2026-07-19T04:18:18.403Z | |
| 4589 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319 Jul 19 04:18:17.319DEBG reset freemap, INFOJul 19 04:18:17.319 unitadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4590 | 2026-07-19T04:18:18.403Z | DEBG: freemap_route_ipv4replacing 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 } }] Jul 19 04:18:17.319INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4591 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319DEBG 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 } }] |
| 4592 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319 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 } }]reset freemap |
| 4593 | 2026-07-19T04:18:18.403Z | , unit: Jul 19 04:18:17.319 |
| 4594 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319 |
| 4595 | 2026-07-19T04:18:18.403Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4596 | 2026-07-19T04:18:18.403Z | DEBGJul 19 04:18:17.319 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 } }]Jul 19 04:18:17.319 |
| 4597 | 2026-07-19T04:18:18.403Z | 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 } }]DEBG |
| 4598 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4599 | 2026-07-19T04:18:18.403Z | 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 } }]Jul 19 04:18:17.319initted freemap. size: 64 |
| 4600 | 2026-07-19T04:18:18.403Z | , DEBGunit :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 } }]Jul 19 04:18:17.319 Jul 19 04:18:17.319freemap_route_ipv6 |
| 4601 | 2026-07-19T04:18:18.403Z | INFO |
| 4602 | 2026-07-19T04:18:18.403Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 4603 | 2026-07-19T04:18:18.403Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4604 | 2026-07-19T04:18:18.403Z | INFO Jul 19 04:18:17.319adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319 |
| 4605 | 2026-07-19T04:18:18.403Z | 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 } }]DEBG |
| 4606 | 2026-07-19T04:18:18.403Z | reset freemapJul 19 04:18:17.319replacing 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 |
| 4607 | 2026-07-19T04:18:18.403Z | 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 |
| 4608 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319: INFO Jul 19 04:18:17.319adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4609 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319INFO INFO freemap_route_ipv6adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4610 | 2026-07-19T04:18:18.403Z | |
| 4611 | 2026-07-19T04:18:18.403Z | |
| 4612 | 2026-07-19T04:18:18.403Z | DEBG Jul 19 04:18:17.319replacing 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 } }] |
| 4613 | 2026-07-19T04:18:18.403Z | test route::tests::grow_succeeds ... ok |
| 4614 | 2026-07-19T04:18:18.403Z | DEBGJul 19 04:18:17.319 Jul 19 04:18:17.319replacing 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 } }]DEBGJul 19 04:18:17.319 |
| 4615 | 2026-07-19T04:18:18.403Z | INFOreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4616 | 2026-07-19T04:18:18.403Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4617 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4618 | 2026-07-19T04:18:18.403Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4619 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319Jul 19 04:18:17.319Jul 19 04:18:17.319 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 } }]Jul 19 04:18:17.319 |
| 4620 | 2026-07-19T04:18:18.403Z | INFO adding route 3fff:beef:26::/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 } }]Jul 19 04:18:17.319 |
| 4621 | 2026-07-19T04:18:18.403Z | INFODEBG |
| 4622 | 2026-07-19T04:18:18.403Z | 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 } }]Jul 19 04:18:17.319adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4623 | 2026-07-19T04:18:18.403Z | |
| 4624 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319 Jul 19 04:18:17.319INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff INFO |
| 4625 | 2026-07-19T04:18:18.403Z | Jul 19 04:18:17.319adding route 3fff:beef:2c::/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 } }] Jul 19 04:18:17.319 |
| 4626 | 2026-07-19T04:18:18.403Z | DEBG |
| 4627 | 2026-07-19T04:18:18.403Z | 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 |
| 4628 | 2026-07-19T04:18:18.404Z | Jul 19 04:18:17.319Jul 19 04:18:17.319replacing 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 } }] |
| 4629 | 2026-07-19T04:18:18.404Z | INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 19 04:18:17.319Jul 19 04:18:17.319 |
| 4630 | 2026-07-19T04:18:18.404Z | 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 } }] |
| 4631 | 2026-07-19T04:18:18.404Z | INFOINFOJul 19 04:18:17.319Jul 19 04:18:17.319 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:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4632 | 2026-07-19T04:18:18.404Z | |
| 4633 | 2026-07-19T04:18:18.404Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4634 | 2026-07-19T04:18:18.404Z | |
| 4635 | 2026-07-19T04:18:18.404Z | Jul 19 04:18:17.319Jul 19 04:18:17.319Jul 19 04:18:17.319 Jul 19 04:18:17.319 DEBGINFO DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4636 | 2026-07-19T04:18:18.408Z | 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 |
| 4637 | 2026-07-19T04:18:18.408Z | Jul 19 04:18:17.319adding route 3fff:beef:28::/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 } }] |
| 4638 | 2026-07-19T04:18:18.408Z | |
| 4639 | 2026-07-19T04:18:18.408Z | INFO Jul 19 04:18:17.319 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.319Jul 19 04:18:17.319 DEBG |
| 4640 | 2026-07-19T04:18:18.408Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4641 | 2026-07-19T04:18:18.408Z | 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 } }] |
| 4642 | 2026-07-19T04:18:18.408Z | Jul 19 04:18:17.319adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4643 | 2026-07-19T04:18:18.408Z | DEBG Jul 19 04:18:17.319replacing 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 } }]Jul 19 04:18:17.319 Jul 19 04:18:17.319 |
| 4644 | 2026-07-19T04:18:18.408Z | DEBGDEBG 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 } }] Jul 19 04:18:17.319adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4645 | 2026-07-19T04:18:18.408Z | |
| 4646 | 2026-07-19T04:18:18.408Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4647 | 2026-07-19T04:18:18.408Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4648 | 2026-07-19T04:18:18.408Z | Jul 19 04:18:17.319INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4649 | 2026-07-19T04:18:18.408Z | 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 } }]Jul 19 04:18:17.319 |
| 4650 | 2026-07-19T04:18:18.408Z | INFOJul 19 04:18:17.319Jul 19 04:18:17.319 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4651 | 2026-07-19T04:18:18.408Z | 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: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 } }]Jul 19 04:18:17.319 |
| 4652 | 2026-07-19T04:18:18.408Z | |
| 4653 | 2026-07-19T04:18:18.408Z | INFOJul 19 04:18:17.319 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.319 |
| 4654 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.319INFOreplacing 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:1f::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4655 | 2026-07-19T04:18:18.409Z | |
| 4656 | 2026-07-19T04:18:18.409Z | INFO DEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:18:17.319 |
| 4657 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.319 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 } }] Jul 19 04:18:17.319DEBG |
| 4658 | 2026-07-19T04:18:18.409Z | 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 |
| 4659 | 2026-07-19T04:18:18.409Z | 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 } }] |
| 4660 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.319Jul 19 04:18:17.319 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4661 | 2026-07-19T04:18:18.409Z | |
| 4662 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320Jul 19 04:18:17.320 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 4663 | 2026-07-19T04:18:18.409Z | INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.320adding route 3fff:beef:5::/64 -> 2001:db8::55:ff Jul 19 04:18:17.320DEBG |
| 4664 | 2026-07-19T04:18:18.409Z | DEBG |
| 4665 | 2026-07-19T04:18:18.409Z | 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: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 } }]Jul 19 04:18:17.320 |
| 4666 | 2026-07-19T04:18:18.409Z | |
| 4667 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4668 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320Jul 19 04:18:17.320 INFOINFOJul 19 04:18:17.320 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/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 } }]DEBG |
| 4669 | 2026-07-19T04:18:18.409Z | |
| 4670 | 2026-07-19T04:18:18.409Z | |
| 4671 | 2026-07-19T04:18:18.409Z | 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 } }] |
| 4672 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320DEBG Jul 19 04:18:17.320 INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4673 | 2026-07-19T04:18:18.409Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4674 | 2026-07-19T04:18:18.409Z | DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.320INFO |
| 4675 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320DEBG 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:32::/64 -> 2001:db8::55:ff |
| 4676 | 2026-07-19T04:18:18.409Z | INFOJul 19 04:18:17.320 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4677 | 2026-07-19T04:18:18.409Z | |
| 4678 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320INFO INFOJul 19 04:18:17.320 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4679 | 2026-07-19T04:18:18.409Z | 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 } }] |
| 4680 | 2026-07-19T04:18:18.409Z | DEBG |
| 4681 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320replacing 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 } }]Jul 19 04:18:17.320 Jul 19 04:18:17.320 DEBGINFO |
| 4682 | 2026-07-19T04:18:18.409Z | 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:23::/64 -> 2001:db8::55:ff |
| 4683 | 2026-07-19T04:18:18.409Z | |
| 4684 | 2026-07-19T04:18:18.409Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.320 |
| 4685 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4686 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320 INFOINFO DEBG adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4687 | 2026-07-19T04:18:18.409Z | DEBG adding route 3fff:beef:2e::/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 } }]Jul 19 04:18:17.320 |
| 4688 | 2026-07-19T04:18:18.409Z | 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 } }] |
| 4689 | 2026-07-19T04:18:18.409Z | |
| 4690 | 2026-07-19T04:18:18.409Z | Jul 19 04:18:17.320DEBGJul 19 04:18:17.320 Jul 19 04:18:17.320INFODEBG 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 } }]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:34::/64 -> 2001:db8::55:ff |
| 4691 | 2026-07-19T04:18:18.409Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4692 | 2026-07-19T04:18:18.410Z | |
| 4693 | 2026-07-19T04:18:18.410Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4694 | 2026-07-19T04:18:18.410Z | |
| 4695 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320INFO Jul 19 04:18:17.320Jul 19 04:18:17.320 DEBGDEBG INFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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:9::/64 -> 2001:db8::55:ff |
| 4696 | 2026-07-19T04:18:18.410Z | |
| 4697 | 2026-07-19T04:18:18.410Z | |
| 4698 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4699 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320Jul 19 04:18:17.320 DEBGINFOJul 19 04:18:17.320 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 } }] |
| 4700 | 2026-07-19T04:18:18.410Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4701 | 2026-07-19T04:18:18.410Z | 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 } }] |
| 4702 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 INFO Jul 19 04:18:17.320adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4703 | 2026-07-19T04:18:18.410Z | INFOJul 19 04:18:17.320 DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ff INFOJul 19 04:18:17.320 |
| 4704 | 2026-07-19T04:18:18.410Z | 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:30::/64 -> 2001:db8::55:ff |
| 4705 | 2026-07-19T04:18:18.410Z | |
| 4706 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320Jul 19 04:18:17.320Jul 19 04:18:17.320 DEBG DEBGDEBGINFO 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 } }] |
| 4707 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:26::/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 } }] |
| 4708 | 2026-07-19T04:18:18.410Z | |
| 4709 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320INFO DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4710 | 2026-07-19T04:18:18.410Z | 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 } }]Jul 19 04:18:17.320replacing 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 } }] |
| 4711 | 2026-07-19T04:18:18.410Z | INFO Jul 19 04:18:17.320 |
| 4712 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 4713 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 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 |
| 4714 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4715 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320INFO DEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4716 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO DEBG |
| 4717 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320replacing 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 } }] |
| 4718 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 4719 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320replacing 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 } }] |
| 4720 | 2026-07-19T04:18:18.410Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4721 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320INFO DEBG adding route 3fff:beef:28::/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 } }] |
| 4722 | 2026-07-19T04:18:18.410Z | |
| 4723 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 DEBG Jul 19 04:18:17.320replacing 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 } }]Jul 19 04:18:17.320 INFO |
| 4724 | 2026-07-19T04:18:18.410Z | Jul 19 04:18:17.320 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:33::/64 -> 2001:db8::55:ff |
| 4725 | 2026-07-19T04:18:18.410Z | |
| 4726 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4727 | 2026-07-19T04:18:18.410Z | INFOJul 19 04:18:17.320 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:18:17.320INFO |
| 4728 | 2026-07-19T04:18:18.410Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4729 | 2026-07-19T04:18:18.410Z | DEBGDEBG Jul 19 04:18:17.320 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 } }]Jul 19 04:18:17.320 |
| 4730 | 2026-07-19T04:18:18.411Z | DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }]Jul 19 04:18:17.320replacing 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 } }] |
| 4731 | 2026-07-19T04:18:18.411Z | INFO |
| 4732 | 2026-07-19T04:18:18.411Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4733 | 2026-07-19T04:18:18.411Z | |
| 4734 | 2026-07-19T04:18:18.411Z | Jul 19 04:18:17.320Jul 19 04:18:17.320 INFOJul 19 04:18:17.320INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 4735 | 2026-07-19T04:18:18.411Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4736 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4737 | 2026-07-19T04:18:18.415Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 Jul 19 04:18:17.320DEBGJul 19 04:18:17.320 INFO |
| 4738 | 2026-07-19T04:18:18.415Z | DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4739 | 2026-07-19T04:18:18.415Z | |
| 4740 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4741 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320DEBG DEBGJul 19 04:18:17.320 INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4742 | 2026-07-19T04:18:18.415Z | 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 } }]INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4743 | 2026-07-19T04:18:18.415Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4744 | 2026-07-19T04:18:18.415Z | |
| 4745 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320 INFO Jul 19 04:18:17.320adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4746 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320Jul 19 04:18:17.320DEBG 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 } }]Jul 19 04:18:17.320Jul 19 04:18:17.320 |
| 4747 | 2026-07-19T04:18:18.415Z | DEBGDEBG DEBGfreemap_route_ipv4 |
| 4748 | 2026-07-19T04:18:18.415Z | created new freemapreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 4749 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320unitreplacing 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 } }]: |
| 4750 | 2026-07-19T04:18:18.415Z | DEBG freemap_route_ipv4 |
| 4751 | 2026-07-19T04:18:18.415Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:18:17.320 |
| 4752 | 2026-07-19T04:18:18.415Z | initted freemap. size: 64 , DEBG created new freemap, unit: freemap_route_ipv6 |
| 4753 | 2026-07-19T04:18:18.415Z | unitJul 19 04:18:17.320 DEBG Jul 19 04:18:17.320initted freemap. size: 64Jul 19 04:18:17.320, unit : :freemap_route_ipv4Jul 19 04:18:17.320 |
| 4754 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320Jul 19 04:18:17.320 INFODEBG reset freemapfreemap_route_ipv6INFO |
| 4755 | 2026-07-19T04:18:18.415Z | , unit:adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4756 | 2026-07-19T04:18:18.415Z | INFOfreemap_route_ipv4 |
| 4757 | 2026-07-19T04:18:18.415Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 4758 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320 DEBGDEBG Jul 19 04:18:17.320 initted freemap. size: 64Jul 19 04:18:17.320, DEBG unit:DEBG freemap_route_ipv6 |
| 4759 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4760 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4761 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320 DEBG Jul 19 04:18:17.320Jul 19 04:18:17.320reset freemap , Jul 19 04:18:17.320unit : freemap_route_ipv6INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreset freemap |
| 4762 | 2026-07-19T04:18:18.415Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 19 04:18:17.320Jul 19 04:18:17.320 |
| 4763 | 2026-07-19T04:18:18.415Z | INFO |
| 4764 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4765 | 2026-07-19T04:18:18.415Z | INFO , adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffunitJul 19 04:18:17.320 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 } }] |
| 4766 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4767 | 2026-07-19T04:18:18.415Z | :Jul 19 04:18:17.320Jul 19 04:18:17.320 |
| 4768 | 2026-07-19T04:18:18.415Z | freemap_route_ipv6INFO |
| 4769 | 2026-07-19T04:18:18.415Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4770 | 2026-07-19T04:18:18.415Z | 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 } }] |
| 4771 | 2026-07-19T04:18:18.415Z | Jul 19 04:18:17.320 DEBGJul 19 04:18:17.320 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4772 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320DEBG INFOcreated new freemap adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4773 | 2026-07-19T04:18:18.416Z | INFOJul 19 04:18:17.320 Jul 19 04:18:17.320INFO Jul 19 04:18:17.320adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4774 | 2026-07-19T04:18:18.416Z | INFO 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 } }]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 } }] |
| 4775 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320, unitDEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4776 | 2026-07-19T04:18:18.416Z | :Jul 19 04:18:17.320 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4777 | 2026-07-19T04:18:18.416Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4778 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:18:17.320 |
| 4779 | 2026-07-19T04:18:18.416Z | |
| 4780 | 2026-07-19T04:18:18.416Z | |
| 4781 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320Jul 19 04:18:17.320Jul 19 04:18:17.320 Jul 19 04:18:17.320DEBGJul 19 04:18:17.320 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 } }] |
| 4782 | 2026-07-19T04:18:18.416Z | DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }]Jul 19 04:18:17.320 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 } }, NextHop { asic_port_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 } }] |
| 4783 | 2026-07-19T04:18:18.416Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4784 | 2026-07-19T04:18:18.416Z | |
| 4785 | 2026-07-19T04:18:18.416Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4786 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320Jul 19 04:18:17.320 WARN INFO shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4787 | 2026-07-19T04:18:18.416Z | |
| 4788 | 2026-07-19T04:18:18.416Z | DEBGJul 19 04:18:17.320 Jul 19 04:18:17.320replacing 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 } }] |
| 4789 | 2026-07-19T04:18:18.416Z | DEBGINFO failed to allocate space for the new target listadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4790 | 2026-07-19T04:18:18.416Z | |
| 4791 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320 INFOJul 19 04:18:17.320 Jul 19 04:18:17.320adding route 3fff:beef:39::/64 -> 2001:db8::55:ff DEBGDEBG |
| 4792 | 2026-07-19T04:18:18.416Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4793 | 2026-07-19T04:18:18.416Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4794 | 2026-07-19T04:18:18.416Z | |
| 4795 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.320 Jul 19 04:18:17.320 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:dead::/64 -> 2001:db8::55:3 |
| 4796 | 2026-07-19T04:18:18.416Z | |
| 4797 | 2026-07-19T04:18:18.416Z | created new freemap Jul 19 04:18:17.320, unitJul 19 04:18:17.320INFO INFODEBG :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4798 | 2026-07-19T04:18:18.416Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4799 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.321Jul 19 04:18:17.321 Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG |
| 4800 | 2026-07-19T04:18:18.416Z | created new freemap |
| 4801 | 2026-07-19T04:18:18.416Z | created new freemap, Jul 19 04:18:17.322, unitDEBGunit :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4802 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.322 Jul 19 04:18:17.322DEBG 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 } }] |
| 4803 | 2026-07-19T04:18:18.416Z | 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 } }] |
| 4804 | 2026-07-19T04:18:18.416Z | freemap_route_ipv4: |
| 4805 | 2026-07-19T04:18:18.416Z | freemap_route_ipv4Jul 19 04:18:17.322 Jul 19 04:18:17.322 DEBGINFO freemap_route_ipv6created new freemap |
| 4806 | 2026-07-19T04:18:18.416Z | , |
| 4807 | 2026-07-19T04:18:18.416Z | unit:adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4808 | 2026-07-19T04:18:18.416Z | freemap_route_ipv6 |
| 4809 | 2026-07-19T04:18:18.416Z | Jul 19 04:18:17.322 DEBG created new freemapJul 19 04:18:17.322Jul 19 04:18:17.322Jul 19 04:18:17.322 , DEBG unitDEBGinitted freemap. size: 64 , :unit DEBG:initted freemap. size: 64 , freemap_route_ipv4 freemap_route_ipv6 |
| 4810 | 2026-07-19T04:18:18.416Z | unit |
| 4811 | 2026-07-19T04:18:18.417Z | : 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_ipv4Jul 19 04:18:17.322Jul 19 04:18:17.322 |
| 4812 | 2026-07-19T04:18:18.417Z | DEBG |
| 4813 | 2026-07-19T04:18:18.417Z | DEBGJul 19 04:18:17.322 initted freemap. size: 64DEBGJul 19 04:18:17.322 , reset freemapreset freemap, , unitunitINFO:: freemap_route_ipv4unitfreemap_route_ipv4: |
| 4814 | 2026-07-19T04:18:18.417Z | freemap_route_ipv4 |
| 4815 | 2026-07-19T04:18:18.417Z | |
| 4816 | 2026-07-19T04:18:18.417Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4817 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4818 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 DEBGJul 19 04:18:17.322DEBG DEBGinitted freemap. size: 64 , initted freemap. size: 64unit, initted freemap. size: 64unit:: , freemap_route_ipv6freemap_route_ipv6 |
| 4819 | 2026-07-19T04:18:18.417Z | unit |
| 4820 | 2026-07-19T04:18:18.417Z | : freemap_route_ipv6Jul 19 04:18:17.322 |
| 4821 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemapDEBG, |
| 4822 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322reset freemapunit: , DEBG freemap_route_ipv6reset freemapunit |
| 4823 | 2026-07-19T04:18:18.417Z | : , freemap_route_ipv6unit |
| 4824 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322Jul 19 04:18:17.322: INFOINFO Jul 19 04:18:17.322adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4825 | 2026-07-19T04:18:18.417Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffINFO |
| 4826 | 2026-07-19T04:18:18.417Z | freemap_route_ipv6 |
| 4827 | 2026-07-19T04:18:18.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.322 |
| 4828 | 2026-07-19T04:18:18.417Z | DEBGJul 19 04:18:17.322 Jul 19 04:18:17.322DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFOJul 19 04:18:17.322 |
| 4829 | 2026-07-19T04:18:18.417Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4830 | 2026-07-19T04:18:18.417Z | DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4831 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4832 | 2026-07-19T04:18:18.417Z | Jul 19 04:18:17.322INFO Jul 19 04:18:17.322Jul 19 04:18:17.322adding route 172.16.0.0/32 -> 10.0.0.2 INFO |
| 4833 | 2026-07-19T04:18:18.417Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 4834 | 2026-07-19T04:18:18.417Z | |
| 4835 | 2026-07-19T04:18:18.417Z | 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 } }]Jul 19 04:18:17.322 |
| 4836 | 2026-07-19T04:18:18.423Z | DEBGJul 19 04:18:17.322Jul 19 04:18:17.322 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4837 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322 |
| 4838 | 2026-07-19T04:18:18.423Z | DEBG Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4839 | 2026-07-19T04:18:18.423Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 4840 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 DEBGJul 19 04:18:17.322 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] adding route 172.16.0.0/32 -> 10.0.0.3 |
| 4841 | 2026-07-19T04:18:18.423Z | |
| 4842 | 2026-07-19T04:18:18.423Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4843 | 2026-07-19T04:18:18.423Z | |
| 4844 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 INFOJul 19 04:18:17.322DEBG 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 } }]Jul 19 04:18:17.322 |
| 4845 | 2026-07-19T04:18:18.423Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4846 | 2026-07-19T04:18:18.423Z | |
| 4847 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322 INFOINFOJul 19 04:18:17.322 adding route 172.16.0.0/32 -> 10.0.0.4DEBGJul 19 04:18:17.322 |
| 4848 | 2026-07-19T04:18:18.423Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4849 | 2026-07-19T04:18:18.423Z | DEBG |
| 4850 | 2026-07-19T04:18:18.423Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:18:17.322Jul 19 04:18:17.322 |
| 4851 | 2026-07-19T04:18:18.423Z | DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4852 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 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 } }]DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4853 | 2026-07-19T04:18:18.423Z | |
| 4854 | 2026-07-19T04:18:18.423Z | |
| 4855 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4856 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322 Jul 19 04:18:17.322INFO DEBG Jul 19 04:18:17.322DEBG adding route 172.17.0.0/32 -> 10.0.0.255WARN |
| 4857 | 2026-07-19T04:18:18.423Z | 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 } }] |
| 4858 | 2026-07-19T04:18:18.423Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4859 | 2026-07-19T04:18:18.423Z | |
| 4860 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322 Jul 19 04:18:17.322Jul 19 04:18:17.322 INFOINFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 4861 | 2026-07-19T04:18:18.423Z | |
| 4862 | 2026-07-19T04:18:18.423Z | |
| 4863 | 2026-07-19T04:18:18.423Z | Jul 19 04:18:17.322Jul 19 04:18:17.322Jul 19 04:18:17.322 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4864 | 2026-07-19T04:18:18.423Z | |
| 4865 | 2026-07-19T04:18:18.423Z | DEBGJul 19 04:18:17.322 DEBGJul 19 04:18:17.322 replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4866 | 2026-07-19T04:18:18.423Z | |
| 4867 | 2026-07-19T04:18:18.423Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4868 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322 INFOJul 19 04:18:17.322 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 4869 | 2026-07-19T04:18:18.424Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4870 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 19 04:18:17.322DEBGDEBG 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 } }] |
| 4871 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4872 | 2026-07-19T04:18:18.424Z | DEBG |
| 4873 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4874 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322INFODEBG adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 4875 | 2026-07-19T04:18:18.424Z | adding route 3fff:beef:2::/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 } }]Jul 19 04:18:17.322 |
| 4876 | 2026-07-19T04:18:18.424Z | |
| 4877 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322INFO DEBG Jul 19 04:18:17.322adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:18:17.322 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 } }] |
| 4878 | 2026-07-19T04:18:18.424Z | DEBG |
| 4879 | 2026-07-19T04:18:18.424Z | INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:18:17.322 |
| 4880 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322 INFO |
| 4881 | 2026-07-19T04:18:18.424Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:18:17.322 |
| 4882 | 2026-07-19T04:18:18.424Z | DEBG 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 } }]Jul 19 04:18:17.322 |
| 4883 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322replacing 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 |
| 4884 | 2026-07-19T04:18:18.424Z | DEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4885 | 2026-07-19T04:18:18.424Z | |
| 4886 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 INFOJul 19 04:18:17.322 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:18:17.322DEBG |
| 4887 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4888 | 2026-07-19T04:18:18.424Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 4889 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322 DEBG INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4890 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4891 | 2026-07-19T04:18:18.424Z | |
| 4892 | 2026-07-19T04:18:18.424Z | INFOJul 19 04:18:17.322Jul 19 04:18:17.322 Jul 19 04:18:17.322INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4893 | 2026-07-19T04:18:18.424Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4894 | 2026-07-19T04:18:18.424Z | |
| 4895 | 2026-07-19T04:18:18.424Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4896 | 2026-07-19T04:18:18.424Z | |
| 4897 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322 Jul 19 04:18:17.322DEBG Jul 19 04:18:17.322replacing 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 } }] |
| 4898 | 2026-07-19T04:18:18.424Z | DEBGJul 19 04:18:17.322 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 } }] Jul 19 04:18:17.323 DEBGDEBG created new freemap, unit: freemap_route_ipv4 |
| 4899 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4900 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.322Jul 19 04:18:17.328 INFODEBG adding route 172.17.0.7/32 -> 10.0.0.255created new freemap |
| 4901 | 2026-07-19T04:18:18.424Z | , unit:Jul 19 04:18:17.328 |
| 4902 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.328 freemap_route_ipv6DEBG |
| 4903 | 2026-07-19T04:18:18.424Z | 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 } }] |
| 4904 | 2026-07-19T04:18:18.424Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4905 | 2026-07-19T04:18:18.424Z | Jul 19 04:18:17.328 Jul 19 04:18:17.328DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.8/32 -> 10.0.0.255unit |
| 4906 | 2026-07-19T04:18:18.424Z | :Jul 19 04:18:17.328 freemap_route_ipv4DEBG |
| 4907 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.328replacing 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 } }] |
| 4908 | 2026-07-19T04:18:18.425Z | DEBG Jul 19 04:18:17.328Jul 19 04:18:17.328replacing 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 } }] INFOJul 19 04:18:17.328DEBG reset freemapINFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff, |
| 4909 | 2026-07-19T04:18:18.425Z | unit |
| 4910 | 2026-07-19T04:18:18.425Z | : freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4911 | 2026-07-19T04:18:18.425Z | |
| 4912 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329 Jul 19 04:18:17.329INFO Jul 19 04:18:17.329Jul 19 04:18:17.329 adding route 172.17.0.9/32 -> 10.0.0.255 DEBGDEBG |
| 4913 | 2026-07-19T04:18:18.425Z | initted freemap. size: 64replacing 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 } }] , |
| 4914 | 2026-07-19T04:18:18.425Z | DEBG Jul 19 04:18:17.329unit 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 } }] Jul 19 04:18:17.329 |
| 4915 | 2026-07-19T04:18:18.425Z | replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 4916 | 2026-07-19T04:18:18.425Z | freemap_route_ipv6adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4917 | 2026-07-19T04:18:18.425Z | |
| 4918 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 INFOINFO Jul 19 04:18:17.329adding route 172.17.0.10/32 -> 10.0.0.255 Jul 19 04:18:17.329DEBG |
| 4919 | 2026-07-19T04:18:18.425Z | reset freemapDEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff, unitreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4920 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329: |
| 4921 | 2026-07-19T04:18:18.425Z | freemap_route_ipv6DEBGJul 19 04:18:17.329 |
| 4922 | 2026-07-19T04:18:18.425Z | 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 |
| 4923 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329 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 } }] |
| 4924 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329Jul 19 04:18:17.329INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFOadding route 172.17.0.11/32 -> 10.0.0.255 |
| 4925 | 2026-07-19T04:18:18.425Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4926 | 2026-07-19T04:18:18.425Z | |
| 4927 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBG 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.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 } }] |
| 4928 | 2026-07-19T04:18:18.425Z | |
| 4929 | 2026-07-19T04:18:18.425Z | INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4930 | 2026-07-19T04:18:18.425Z | |
| 4931 | 2026-07-19T04:18:18.425Z | Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.329 |
| 4932 | 2026-07-19T04:18:18.425Z | INFODEBG INFOreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.329 |
| 4933 | 2026-07-19T04:18:18.425Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4934 | 2026-07-19T04:18:18.425Z | |
| 4935 | 2026-07-19T04:18:18.425Z | DEBG Jul 19 04:18:17.329replacing 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 } }] |
| 4936 | 2026-07-19T04:18:18.429Z | DEBG Jul 19 04:18:17.329replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4937 | 2026-07-19T04:18:18.429Z | DEBG Jul 19 04:18:17.329Jul 19 04:18:17.329 INFOINFOreplacing 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 } }]Jul 19 04:18:17.329 |
| 4938 | 2026-07-19T04:18:18.429Z | adding route 172.17.0.13/32 -> 10.0.0.255INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4939 | 2026-07-19T04:18:18.429Z | |
| 4940 | 2026-07-19T04:18:18.429Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4941 | 2026-07-19T04:18:18.429Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 INFO Jul 19 04:18:17.329Jul 19 04:18:17.329DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 4942 | 2026-07-19T04:18:18.429Z | |
| 4943 | 2026-07-19T04:18:18.429Z | 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 } }]DEBGJul 19 04:18:17.329 |
| 4944 | 2026-07-19T04:18:18.429Z | Jul 19 04:18:17.329 INFO adding route 172.17.0.14/32 -> 10.0.0.255DEBGJul 19 04:18:17.329 |
| 4945 | 2026-07-19T04:18:18.429Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4946 | 2026-07-19T04:18:18.429Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4947 | 2026-07-19T04:18:18.429Z | |
| 4948 | 2026-07-19T04:18:18.429Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 INFODEBGJul 19 04:18:17.329 Jul 19 04:18:17.329adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4949 | 2026-07-19T04:18:18.429Z | 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 } }] |
| 4950 | 2026-07-19T04:18:18.429Z | 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 } }]Jul 19 04:18:17.329Jul 19 04:18:17.329adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4951 | 2026-07-19T04:18:18.429Z | |
| 4952 | 2026-07-19T04:18:18.429Z | INFODEBG adding route 172.17.0.15/32 -> 10.0.0.255replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4953 | 2026-07-19T04:18:18.430Z | |
| 4954 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4955 | 2026-07-19T04:18:18.430Z | |
| 4956 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 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 } }] replacing targets for 3fff:dead::/64 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 } }] |
| 4957 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 |
| 4958 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 INFODEBG Jul 19 04:18:17.329Jul 19 04:18:17.329adding route 172.17.0.16/32 -> 10.0.0.255 |
| 4959 | 2026-07-19T04:18:18.430Z | 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 } }] WARN |
| 4960 | 2026-07-19T04:18:18.430Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 4961 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4962 | 2026-07-19T04:18:18.430Z | DEBGJul 19 04:18:17.329 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 4963 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4964 | 2026-07-19T04:18:18.430Z | DEBGJul 19 04:18:17.329 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4965 | 2026-07-19T04:18:18.430Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 4966 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 DEBGJul 19 04:18:17.329 Jul 19 04:18:17.329 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 } }] |
| 4967 | 2026-07-19T04:18:18.430Z | 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:39::/64 -> 2001:db8::55:ff |
| 4968 | 2026-07-19T04:18:18.430Z | |
| 4969 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 Jul 19 04:18:17.329adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 4970 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 4971 | 2026-07-19T04:18:18.430Z | DEBGJul 19 04:18:17.329adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4972 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329DEBG 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 } }] DEBGreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4973 | 2026-07-19T04:18:18.430Z | |
| 4974 | 2026-07-19T04:18:18.430Z | 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 } }] |
| 4975 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 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 } }] |
| 4976 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 Jul 19 04:18:17.329INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 4977 | 2026-07-19T04:18:18.430Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 4978 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 |
| 4979 | 2026-07-19T04:18:18.430Z | DEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4980 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 |
| 4981 | 2026-07-19T04:18:18.430Z | DEBG Jul 19 04:18:17.329 replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4982 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329adding route 172.17.0.20/32 -> 10.0.0.255 |
| 4983 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 Jul 19 04:18:17.329INFO DEBG DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4984 | 2026-07-19T04:18:18.430Z | 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 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 } }] |
| 4985 | 2026-07-19T04:18:18.430Z | |
| 4986 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329 DEBG Jul 19 04:18:17.329replacing 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 } }] |
| 4987 | 2026-07-19T04:18:18.430Z | Jul 19 04:18:17.329INFO INFOadding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:18:17.329 |
| 4988 | 2026-07-19T04:18:18.430Z | INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 4989 | 2026-07-19T04:18:18.430Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4990 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329Jul 19 04:18:17.329Jul 19 04:18:17.329 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 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 } }] |
| 4991 | 2026-07-19T04:18:18.431Z | |
| 4992 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329Jul 19 04:18:17.321 INFODEBGJul 19 04:18:17.329 adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4993 | 2026-07-19T04:18:18.431Z | DEBG |
| 4994 | 2026-07-19T04:18:18.431Z | INFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ff, |
| 4995 | 2026-07-19T04:18:18.431Z | unit:Jul 19 04:18:17.329 freemap_route_ipv4Jul 19 04:18:17.329INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4996 | 2026-07-19T04:18:18.431Z | 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 } }] |
| 4997 | 2026-07-19T04:18:18.431Z | |
| 4998 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329 DEBG created new freemap, unit: freemap_route_ipv6Jul 19 04:18:17.329 |
| 4999 | 2026-07-19T04:18:18.431Z | 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 } }]Jul 19 04:18:17.329 Jul 19 04:18:17.329Jul 19 04:18:17.329 DEBGINFO DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5000 | 2026-07-19T04:18:18.431Z | |
| 5001 | 2026-07-19T04:18:18.431Z | initted freemap. size: 64, unit: |
| 5002 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329Jul 19 04:18:17.329 freemap_route_ipv4DEBGJul 19 04:18:17.329INFO INFOJul 19 04:18:17.329adding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }] |
| 5003 | 2026-07-19T04:18:18.431Z | |
| 5004 | 2026-07-19T04:18:18.431Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5005 | 2026-07-19T04:18:18.431Z | |
| 5006 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329 |
| 5007 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.329 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:18:17.329 |
| 5008 | 2026-07-19T04:18:18.431Z | 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 } }] |
| 5009 | 2026-07-19T04:18:18.431Z | INFOJul 19 04:18:17.329Jul 19 04:18:17.329 DEBG DEBGreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap, unitJul 19 04:18:17.330: freemap_route_ipv4 |
| 5010 | 2026-07-19T04:18:18.431Z | DEBG created new freemap, unit:Jul 19 04:18:17.335 Jul 19 04:18:17.335Jul 19 04:18:17.335 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 5011 | 2026-07-19T04:18:18.431Z | unit: Jul 19 04:18:17.335 freemap_route_ipv6INFO |
| 5012 | 2026-07-19T04:18:18.431Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 5013 | 2026-07-19T04:18:18.431Z | 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 } }]Jul 19 04:18:17.329 |
| 5014 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.335 |
| 5015 | 2026-07-19T04:18:18.431Z | INFODEBGJul 19 04:18:17.335 reset freemap , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFOJul 19 04:18:17.335 unit |
| 5016 | 2026-07-19T04:18:18.431Z | : adding route 3fff:beef:29::/64 -> 2001:db8::55:fffreemap_route_ipv6 DEBG |
| 5017 | 2026-07-19T04:18:18.431Z | |
| 5018 | 2026-07-19T04:18:18.431Z | 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 } }]Jul 19 04:18:17.335 |
| 5019 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.335 INFODEBG Jul 19 04:18:17.335 DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:18:17.335 |
| 5020 | 2026-07-19T04:18:18.431Z | 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 } }] Jul 19 04:18:17.335 |
| 5021 | 2026-07-19T04:18:18.431Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 5022 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.335 |
| 5023 | 2026-07-19T04:18:18.431Z | INFO Jul 19 04:18:17.335adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:18:17.335 |
| 5024 | 2026-07-19T04:18:18.431Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 5025 | 2026-07-19T04:18:18.431Z | DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 5026 | 2026-07-19T04:18:18.431Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:18:17.335 |
| 5027 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.335 Jul 19 04:18:17.335DEBG Jul 19 04:18:17.335DEBGDEBG 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 } }]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 } }] |
| 5028 | 2026-07-19T04:18:18.431Z | Jul 19 04:18:17.335 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5029 | 2026-07-19T04:18:18.432Z | |
| 5030 | 2026-07-19T04:18:18.432Z | |
| 5031 | 2026-07-19T04:18:18.432Z | INFO Jul 19 04:18:17.335Jul 19 04:18:17.335adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5032 | 2026-07-19T04:18:18.432Z | INFO Jul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335DEBG INFODEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.26/32 -> 10.0.0.255 |
| 5033 | 2026-07-19T04:18:18.432Z | |
| 5034 | 2026-07-19T04:18:18.432Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 5035 | 2026-07-19T04:18:18.432Z | failed to allocate space for the new target list |
| 5036 | 2026-07-19T04:18:18.435Z | Jul 19 04:18:17.335 |
| 5037 | 2026-07-19T04:18:18.435Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 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 |
| 5038 | 2026-07-19T04:18:18.436Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5039 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335 |
| 5040 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335 DEBGJul 19 04:18:17.335Jul 19 04:18:17.335Jul 19 04:18:17.335INFO INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5041 | 2026-07-19T04:18:18.436Z | adding route 172.17.0.27/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 } }]replacing targets for 3fff:dead::/64 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 } }] |
| 5042 | 2026-07-19T04:18:18.436Z | DEBG |
| 5043 | 2026-07-19T04:18:18.436Z | |
| 5044 | 2026-07-19T04:18:18.436Z | 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 } }] |
| 5045 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG Jul 19 04:18:17.335replacing 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:dead::/64 -> 2001:db8::55:4 |
| 5046 | 2026-07-19T04:18:18.436Z | |
| 5047 | 2026-07-19T04:18:18.436Z | 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 } }] |
| 5048 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 19 04:18:17.335 |
| 5049 | 2026-07-19T04:18:18.436Z | INFOfreemap_route_ipv4adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff Jul 19 04:18:17.335Jul 19 04:18:17.335 |
| 5050 | 2026-07-19T04:18:18.436Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBGJul 19 04:18:17.335 |
| 5051 | 2026-07-19T04:18:18.436Z | |
| 5052 | 2026-07-19T04:18:18.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 } }]INFO |
| 5053 | 2026-07-19T04:18:18.436Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5054 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5055 | 2026-07-19T04:18:18.436Z | DEBG Jul 19 04:18:17.335replacing targets for 3fff:dead::/64 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 } }]Jul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335DEBG created new freemapINFOJul 19 04:18:17.335 DEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5056 | 2026-07-19T04:18:18.436Z | 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, unitreplacing 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 |
| 5057 | 2026-07-19T04:18:18.436Z | freemap_route_ipv6 |
| 5058 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335replacing 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 } }] |
| 5059 | 2026-07-19T04:18:18.436Z | |
| 5060 | 2026-07-19T04:18:18.436Z | DEBG Jul 19 04:18:17.335replacing 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 } }] Jul 19 04:18:17.335 |
| 5061 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG INFOJul 19 04:18:17.335INFO adding route 172.17.0.29/32 -> 10.0.0.255initted freemap. size: 64 |
| 5062 | 2026-07-19T04:18:18.436Z | INFO , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit |
| 5063 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335: |
| 5064 | 2026-07-19T04:18:18.436Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5065 | 2026-07-19T04:18:18.436Z | freemap_route_ipv4 |
| 5066 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335replacing 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 } }] Jul 19 04:18:17.335DEBG |
| 5067 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 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 reset freemapDEBG, |
| 5068 | 2026-07-19T04:18:18.436Z | unit:DEBGJul 19 04:18:17.335 freemap_route_ipv4replacing 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 } }]Jul 19 04:18:17.335INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5069 | 2026-07-19T04:18:18.436Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5070 | 2026-07-19T04:18:18.436Z | |
| 5071 | 2026-07-19T04:18:18.436Z | |
| 5072 | 2026-07-19T04:18:18.436Z | 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 } }] |
| 5073 | 2026-07-19T04:18:18.436Z | Jul 19 04:18:17.335Jul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335 DEBGDEBGDEBG 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 } }] |
| 5074 | 2026-07-19T04:18:18.436Z | 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 } }]INFOinitted freemap. size: 64 , adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 19 04:18:17.335 |
| 5075 | 2026-07-19T04:18:18.437Z | |
| 5076 | 2026-07-19T04:18:18.437Z | unit: freemap_route_ipv6INFOJul 19 04:18:17.335 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 5077 | 2026-07-19T04:18:18.437Z | |
| 5078 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335DEBG INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.335 Jul 19 04:18:17.335adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5079 | 2026-07-19T04:18:18.437Z | DEBGDEBGJul 19 04:18:17.335 |
| 5080 | 2026-07-19T04:18:18.437Z | 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 } }] |
| 5081 | 2026-07-19T04:18:18.437Z | reset freemapJul 19 04:18:17.335Jul 19 04:18:17.335, INFOunit DEBGINFOadding route 172.17.0.31/32 -> 10.0.0.255: |
| 5082 | 2026-07-19T04:18:18.437Z | 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 } }] Jul 19 04:18:17.335adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5083 | 2026-07-19T04:18:18.437Z | |
| 5084 | 2026-07-19T04:18:18.437Z | freemap_route_ipv6Jul 19 04:18:17.335 |
| 5085 | 2026-07-19T04:18:18.437Z | INFO DEBG adding route 3fff:beef:11::/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 } }]Jul 19 04:18:17.335 |
| 5086 | 2026-07-19T04:18:18.437Z | |
| 5087 | 2026-07-19T04:18:18.437Z | INFOJul 19 04:18:17.335Jul 19 04:18:17.335 Jul 19 04:18:17.335adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:18:17.335 INFO |
| 5088 | 2026-07-19T04:18:18.437Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5089 | 2026-07-19T04:18:18.437Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5090 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335INFO Jul 19 04:18:17.335 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 } }]Jul 19 04:18:17.335DEBG DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]failed to allocate space for the new target list |
| 5091 | 2026-07-19T04:18:18.437Z | |
| 5092 | 2026-07-19T04:18:18.437Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5093 | 2026-07-19T04:18:18.437Z | |
| 5094 | 2026-07-19T04:18:18.437Z | adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.335 DEBGJul 19 04:18:17.335 |
| 5095 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] Jul 19 04:18:17.335INFO |
| 5096 | 2026-07-19T04:18:18.437Z | INFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 5097 | 2026-07-19T04:18:18.437Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5098 | 2026-07-19T04:18:18.437Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.335Jul 19 04:18:17.335 DEBGDEBG |
| 5099 | 2026-07-19T04:18:18.437Z | 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 } }]Jul 19 04:18:17.335 |
| 5100 | 2026-07-19T04:18:18.437Z | 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 } }] |
| 5101 | 2026-07-19T04:18:18.437Z | DEBGJul 19 04:18:17.335 Jul 19 04:18:17.335replacing 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 } }] Jul 19 04:18:17.335INFO |
| 5102 | 2026-07-19T04:18:18.437Z | test route::tests::same_size_non_subset_replace ... ok |
| 5103 | 2026-07-19T04:18:18.437Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 5104 | 2026-07-19T04:18:18.437Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 5105 | 2026-07-19T04:18:18.437Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5106 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:18:17.335replacing 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 } }] |
| 5107 | 2026-07-19T04:18:18.437Z | |
| 5108 | 2026-07-19T04:18:18.437Z | DEBGJul 19 04:18:17.335 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBGJul 19 04:18:17.335 |
| 5109 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5110 | 2026-07-19T04:18:18.437Z | adding route 3fff:beef:14::/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 } }] |
| 5111 | 2026-07-19T04:18:18.437Z | |
| 5112 | 2026-07-19T04:18:18.437Z | Jul 19 04:18:17.335Jul 19 04:18:17.335 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 } }] |
| 5113 | 2026-07-19T04:18:18.437Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:18:17.322 |
| 5114 | 2026-07-19T04:18:18.437Z | DEBGJul 19 04:18:17.335 created new freemapJul 19 04:18:17.335INFO , adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit Jul 19 04:18:17.335 |
| 5115 | 2026-07-19T04:18:18.438Z | :DEBG INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5116 | 2026-07-19T04:18:18.438Z | Jul 19 04:18:17.336 Jul 19 04:18:17.336 |
| 5117 | 2026-07-19T04:18:18.438Z | DEBG Jul 19 04:18:17.341DEBG created new freemap, Jul 19 04:18:17.341unit DEBG created new freemapreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 5118 | 2026-07-19T04:18:18.438Z | :unit freemap_route_ipv4: Jul 19 04:18:17.341freemap_route_ipv4 INFO |
| 5119 | 2026-07-19T04:18:18.438Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5120 | 2026-07-19T04:18:18.438Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5121 | 2026-07-19T04:18:18.438Z | |
| 5122 | 2026-07-19T04:18:18.438Z | Jul 19 04:18:17.341Jul 19 04:18:17.341 DEBGDEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 5123 | 2026-07-19T04:18:18.438Z | , Jul 19 04:18:17.341unit:Jul 19 04:18:17.341 freemap_route_ipv6 |
| 5124 | 2026-07-19T04:18:18.438Z | DEBG 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 } }]created new freemapJul 19 04:18:17.341 |
| 5125 | 2026-07-19T04:18:18.438Z | , Jul 19 04:18:17.341 unitINFO :DEBG freemap_route_ipv6initted freemap. size: 64 |
| 5126 | 2026-07-19T04:18:18.438Z | adding route 172.17.0.36/32 -> 10.0.0.255, unit |
| 5127 | 2026-07-19T04:18:18.438Z | Jul 19 04:18:17.341:Jul 19 04:18:17.341 Jul 19 04:18:17.341INFOfreemap_route_ipv4DEBG |
| 5128 | 2026-07-19T04:18:18.438Z | initted freemap. size: 64 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 5129 | 2026-07-19T04:18:18.438Z | , Jul 19 04:18:17.341unitreplacing 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 } }]: |
| 5130 | 2026-07-19T04:18:18.438Z | DEBGfreemap_route_ipv4 |
| 5131 | 2026-07-19T04:18:18.438Z | reset freemapJul 19 04:18:17.341Jul 19 04:18:17.341 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 } }], |
| 5132 | 2026-07-19T04:18:18.438Z | adding route 172.17.0.37/32 -> 10.0.0.255unit |
| 5133 | 2026-07-19T04:18:18.438Z | :Jul 19 04:18:17.341 freemap_route_ipv4DEBGJul 19 04:18:17.341 |
| 5134 | 2026-07-19T04:18:18.438Z | reset freemapINFO, unit:adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5135 | 2026-07-19T04:18:18.438Z | freemap_route_ipv4 |
| 5136 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341Jul 19 04:18:17.341 DEBGDEBG initted freemap. size: 64 , 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 } }]unitJul 19 04:18:17.341:Jul 19 04:18:17.341 |
| 5137 | 2026-07-19T04:18:18.442Z | DEBGDEBG freemap_route_ipv6initted freemap. size: 64 |
| 5138 | 2026-07-19T04:18:18.442Z | , 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 } }]: |
| 5139 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341 freemap_route_ipv6DEBG |
| 5140 | 2026-07-19T04:18:18.442Z | reset freemapJul 19 04:18:17.341Jul 19 04:18:17.341 , INFOunit :Jul 19 04:18:17.341 INFODEBG adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreset freemapfreemap_route_ipv6 |
| 5141 | 2026-07-19T04:18:18.442Z | |
| 5142 | 2026-07-19T04:18:18.442Z | |
| 5143 | 2026-07-19T04:18:18.442Z | , unit: Jul 19 04:18:17.341Jul 19 04:18:17.341 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.16.0.0/32 -> 10.0.0.1 |
| 5144 | 2026-07-19T04:18:18.442Z | |
| 5145 | 2026-07-19T04:18:18.442Z | freemap_route_ipv6 |
| 5146 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341freemap_route_ipv4 Jul 19 04:18:17.341Jul 19 04:18:17.341DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5147 | 2026-07-19T04:18:18.442Z | |
| 5148 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341DEBG INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:18:17.341 |
| 5149 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341replacing 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 } }] |
| 5150 | 2026-07-19T04:18:18.442Z | INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 5151 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.341 |
| 5152 | 2026-07-19T04:18:18.442Z | created new freemap , INFODEBG unitadding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.341: |
| 5153 | 2026-07-19T04:18:18.442Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 5154 | 2026-07-19T04:18:18.442Z | |
| 5155 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5156 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341 DEBGJul 19 04:18:17.341Jul 19 04:18:17.341 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5157 | 2026-07-19T04:18:18.442Z | DEBG initted freemap. size: 64INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] , adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5158 | 2026-07-19T04:18:18.442Z | |
| 5159 | 2026-07-19T04:18:18.442Z | unit: freemap_route_ipv4Jul 19 04:18:17.341 |
| 5160 | 2026-07-19T04:18:18.442Z | Jul 19 04:18:17.341 Jul 19 04:18:17.341INFO Jul 19 04:18:17.341 Jul 19 04:18:17.341DEBG INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 adding route 172.16.0.0/32 -> 10.0.0.1reset freemap |
| 5161 | 2026-07-19T04:18:18.442Z | , 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 |
| 5162 | 2026-07-19T04:18:18.443Z | : |
| 5163 | 2026-07-19T04:18:18.443Z | freemap_route_ipv4 |
| 5164 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.341 DEBGINFO Jul 19 04:18:17.341Jul 19 04:18:17.341replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] DEBGJul 19 04:18:17.341 |
| 5165 | 2026-07-19T04:18:18.443Z | INFO DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5166 | 2026-07-19T04:18:18.443Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5167 | 2026-07-19T04:18:18.443Z | adding route 172.17.0.40/32 -> 10.0.0.255Jul 19 04:18:17.341 |
| 5168 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.341DEBG INFOJul 19 04:18:17.341 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5169 | 2026-07-19T04:18:18.443Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]Jul 19 04:18:17.341 |
| 5170 | 2026-07-19T04:18:18.443Z | initted freemap. size: 64 , DEBGunit :Jul 19 04:18:17.341replacing 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 |
| 5171 | 2026-07-19T04:18:18.443Z | 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 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 } }] |
| 5172 | 2026-07-19T04:18:18.443Z | |
| 5173 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.342freemap_route_ipv6 |
| 5174 | 2026-07-19T04:18:18.443Z | INFO Jul 19 04:18:17.342adding route 172.17.0.41/32 -> 10.0.0.255Jul 19 04:18:17.342 |
| 5175 | 2026-07-19T04:18:18.443Z | INFO INFOadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 5176 | 2026-07-19T04:18:18.443Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5177 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.342 DEBGJul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5178 | 2026-07-19T04:18:18.443Z | DEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5179 | 2026-07-19T04:18:18.443Z | 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 } }] |
| 5180 | 2026-07-19T04:18:18.443Z | DEBG Jul 19 04:18:17.342reset freemap , Jul 19 04:18:17.342Jul 19 04:18:17.342 INFO INFO INFOadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff unitadding route 172.17.0.42/32 -> 10.0.0.255 |
| 5181 | 2026-07-19T04:18:18.443Z | |
| 5182 | 2026-07-19T04:18:18.443Z | adding route 172.17.0.1/32 -> 10.0.0.255: |
| 5183 | 2026-07-19T04:18:18.443Z | freemap_route_ipv6Jul 19 04:18:17.342Jul 19 04:18:17.342 |
| 5184 | 2026-07-19T04:18:18.443Z | DEBG DEBG replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:18:17.342 |
| 5185 | 2026-07-19T04:18:18.443Z | 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 } }]Jul 19 04:18:17.342 |
| 5186 | 2026-07-19T04:18:18.443Z | INFODEBGJul 19 04:18:17.342 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5187 | 2026-07-19T04:18:18.443Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5188 | 2026-07-19T04:18:18.443Z | |
| 5189 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.342Jul 19 04:18:17.342 INFOINFO Jul 19 04:18:17.342adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5190 | 2026-07-19T04:18:18.443Z | adding route 172.17.0.43/32 -> 10.0.0.255 DEBG |
| 5191 | 2026-07-19T04:18:18.443Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:18:17.335Jul 19 04:18:17.342Jul 19 04:18:17.342 |
| 5192 | 2026-07-19T04:18:18.443Z | DEBGJul 19 04:18:17.342 DEBGDEBG 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 } }] 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: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 } }]Jul 19 04:18:17.342 |
| 5193 | 2026-07-19T04:18:18.443Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 5194 | 2026-07-19T04:18:18.443Z | |
| 5195 | 2026-07-19T04:18:18.443Z | |
| 5196 | 2026-07-19T04:18:18.443Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }]Jul 19 04:18:17.342 |
| 5197 | 2026-07-19T04:18:18.443Z | Jul 19 04:18:17.342Jul 19 04:18:17.342 INFO |
| 5198 | 2026-07-19T04:18:18.443Z | INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5199 | 2026-07-19T04:18:18.443Z | |
| 5200 | 2026-07-19T04:18:18.443Z | DEBG failed to allocate space for the new target list |
| 5201 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342 INFOJul 19 04:18:17.342 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: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 } }] |
| 5202 | 2026-07-19T04:18:18.444Z | |
| 5203 | 2026-07-19T04:18:18.444Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBGJul 19 04:18:17.342 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.342 |
| 5204 | 2026-07-19T04:18:18.444Z | |
| 5205 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 INFOINFO adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 5206 | 2026-07-19T04:18:18.444Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:18:17.342adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5207 | 2026-07-19T04:18:18.444Z | |
| 5208 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 DEBG DEBG Jul 19 04:18:17.342 failed to allocate space for the new target listJul 19 04:18:17.342DEBGreplacing 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 } }] |
| 5209 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 |
| 5210 | 2026-07-19T04:18:18.444Z | 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 } }] |
| 5211 | 2026-07-19T04:18:18.444Z | 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 } }]Jul 19 04:18:17.342 |
| 5212 | 2026-07-19T04:18:18.444Z | INFOJul 19 04:18:17.342adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5213 | 2026-07-19T04:18:18.444Z | INFOadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:18:17.342 adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 5214 | 2026-07-19T04:18:18.444Z | |
| 5215 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342Jul 19 04:18:17.342 Jul 19 04:18:17.342DEBG 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 } }] |
| 5216 | 2026-07-19T04:18:18.444Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 5217 | 2026-07-19T04:18:18.444Z | |
| 5218 | 2026-07-19T04:18:18.444Z | 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 } }]Jul 19 04:18:17.342Jul 19 04:18:17.342 INFOJul 19 04:18:17.342 DEBG |
| 5219 | 2026-07-19T04:18:18.444Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5220 | 2026-07-19T04:18:18.444Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5221 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342Jul 19 04:18:17.342 INFO adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 5222 | 2026-07-19T04:18:18.444Z | 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 } }]Jul 19 04:18:17.342 |
| 5223 | 2026-07-19T04:18:18.444Z | DEBG Jul 19 04:18:17.342replacing 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 } }] |
| 5224 | 2026-07-19T04:18:18.444Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5225 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 Jul 19 04:18:17.342DEBG 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 } }] |
| 5226 | 2026-07-19T04:18:18.444Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5227 | 2026-07-19T04:18:18.444Z | adding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:18:17.342Jul 19 04:18:17.342 |
| 5228 | 2026-07-19T04:18:18.444Z | DEBGINFO replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5229 | 2026-07-19T04:18:18.444Z | |
| 5230 | 2026-07-19T04:18:18.444Z | Jul 19 04:18:17.342 Jul 19 04:18:17.342Jul 19 04:18:17.342DEBG 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 } }]Jul 19 04:18:17.342 |
| 5231 | 2026-07-19T04:18:18.444Z | DEBGJul 19 04:18:17.342 Jul 19 04:18:17.342DEBG DEBGcreated new freemapcreated new freemap Jul 19 04:18:17.348, , created new freemapINFOunit unitadding route 172.17.0.9/32 -> 10.0.0.255:, |
| 5232 | 2026-07-19T04:18:18.444Z | :freemap_route_ipv4unit |
| 5233 | 2026-07-19T04:18:18.444Z | : freemap_route_ipv4freemap_route_ipv4Jul 19 04:18:17.348 |
| 5234 | 2026-07-19T04:18:18.444Z | |
| 5235 | 2026-07-19T04:18:18.444Z | DEBG Jul 19 04:18:17.348Jul 19 04:18:17.348 DEBGDEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] created new freemap |
| 5236 | 2026-07-19T04:18:18.448Z | , unit |
| 5237 | 2026-07-19T04:18:18.448Z | created new freemapJul 19 04:18:17.348 INFO, : unit adding route 172.17.0.10/32 -> 10.0.0.255freemap_route_ipv6 |
| 5238 | 2026-07-19T04:18:18.448Z | Jul 19 04:18:17.348 |
| 5239 | 2026-07-19T04:18:18.448Z | : DEBGfreemap_route_ipv6Jul 19 04:18:17.348 Jul 19 04:18:17.348 Jul 19 04:18:17.348 created new freemapDEBG, WARNunit |
| 5240 | 2026-07-19T04:18:18.448Z | DEBGinitted freemap. size: 64shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5241 | 2026-07-19T04:18:18.448Z | , unitreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:: |
| 5242 | 2026-07-19T04:18:18.448Z | Jul 19 04:18:17.348 freemap_route_ipv4 |
| 5243 | 2026-07-19T04:18:18.448Z | freemap_route_ipv6Jul 19 04:18:17.348ERRO Jul 19 04:18:17.348 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFODEBG |
| 5244 | 2026-07-19T04:18:18.449Z | |
| 5245 | 2026-07-19T04:18:18.449Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5246 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 Jul 19 04:18:17.348DEBGJul 19 04:18:17.348 initted freemap. size: 64ERROJul 19 04:18:17.348 DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds it, DEBG |
| 5247 | 2026-07-19T04:18:18.449Z | initted freemap. size: 64replacing 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 } }], unitunit: : |
| 5248 | 2026-07-19T04:18:18.449Z | freemap_route_ipv4 freemap_route_ipv4 |
| 5249 | 2026-07-19T04:18:18.449Z | reset freemap |
| 5250 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 , INFOunit :Jul 19 04:18:17.348Jul 19 04:18:17.348adding route 172.17.0.12/32 -> 10.0.0.255 DEBGDEBG |
| 5251 | 2026-07-19T04:18:18.449Z | reset freemapreset freemap, , unitJul 19 04:18:17.348freemap_route_ipv4 |
| 5252 | 2026-07-19T04:18:18.449Z | DEBG unit: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 } }] |
| 5253 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348: freemap_route_ipv4DEBG |
| 5254 | 2026-07-19T04:18:18.449Z | freemap_route_ipv4 |
| 5255 | 2026-07-19T04:18:18.449Z | initted freemap. size: 64Jul 19 04:18:17.348, unit:INFO adding route 172.17.0.13/32 -> 10.0.0.255freemap_route_ipv6 |
| 5256 | 2026-07-19T04:18:18.449Z | |
| 5257 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 DEBGJul 19 04:18:17.348 initted freemap. size: 64DEBG, Jul 19 04:18:17.348unitreplacing 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 } }]:Jul 19 04:18:17.348 DEBGfreemap_route_ipv6 |
| 5258 | 2026-07-19T04:18:18.449Z | initted freemap. size: 64 |
| 5259 | 2026-07-19T04:18:18.449Z | , DEBGunit Jul 19 04:18:17.348: INFO freemap_route_ipv6adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5260 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 |
| 5261 | 2026-07-19T04:18:18.449Z | DEBG reset freemapreset freemap, , Jul 19 04:18:17.348unit :unitDEBGJul 19 04:18:17.348 :replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5262 | 2026-07-19T04:18:18.449Z | freemap_route_ipv6 |
| 5263 | 2026-07-19T04:18:18.449Z | freemap_route_ipv6reset freemap |
| 5264 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348, unitINFOJul 19 04:18:17.348 : adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 5265 | 2026-07-19T04:18:18.449Z | freemap_route_ipv6adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:18:17.348 |
| 5266 | 2026-07-19T04:18:18.449Z | |
| 5267 | 2026-07-19T04:18:18.449Z | INFOJul 19 04:18:17.348 adding route 172.16.0.0/32 -> 10.0.0.1DEBGJul 19 04:18:17.348 |
| 5268 | 2026-07-19T04:18:18.449Z | 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 } }] Jul 19 04:18:17.348replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5269 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 INFODEBG |
| 5270 | 2026-07-19T04:18:18.449Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:18:17.348replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Jul 19 04:18:17.348INFO |
| 5271 | 2026-07-19T04:18:18.449Z | INFOadding route 172.17.0.16/32 -> 10.0.0.255 |
| 5272 | 2026-07-19T04:18:18.449Z | |
| 5273 | 2026-07-19T04:18:18.449Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5274 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348Jul 19 04:18:17.348Jul 19 04:18:17.348 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 } }]INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5275 | 2026-07-19T04:18:18.449Z | Jul 19 04:18:17.348 |
| 5276 | 2026-07-19T04:18:18.449Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5277 | 2026-07-19T04:18:18.449Z | 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 } }]Jul 19 04:18:17.348Jul 19 04:18:17.348 INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5278 | 2026-07-19T04:18:18.449Z | |
| 5279 | 2026-07-19T04:18:18.449Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:18:17.348 |
| 5280 | 2026-07-19T04:18:18.449Z | adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.348 DEBG |
| 5281 | 2026-07-19T04:18:18.449Z | DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:18:17.348Jul 19 04:18:17.348 |
| 5282 | 2026-07-19T04:18:18.449Z | |
| 5283 | 2026-07-19T04:18:18.450Z | DEBG Jul 19 04:18:17.348 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 } }] Jul 19 04:18:17.348Jul 19 04:18:17.348 |
| 5284 | 2026-07-19T04:18:18.450Z | DEBG INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255 adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.18/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 } }]Jul 19 04:18:17.348 |
| 5285 | 2026-07-19T04:18:18.450Z | |
| 5286 | 2026-07-19T04:18:18.450Z | INFO |
| 5287 | 2026-07-19T04:18:18.450Z | |
| 5288 | 2026-07-19T04:18:18.450Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5289 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.348 Jul 19 04:18:17.348DEBGJul 19 04:18:17.348 INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5290 | 2026-07-19T04:18:18.450Z | DEBGJul 19 04:18:17.348Jul 19 04:18:17.348 |
| 5291 | 2026-07-19T04:18:18.450Z | 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 } }] DEBG |
| 5292 | 2026-07-19T04:18:18.450Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:18:17.348Jul 19 04:18:17.348 |
| 5293 | 2026-07-19T04:18:18.450Z | test route::tests::identity_replace_is_noop ... ok |
| 5294 | 2026-07-19T04:18:18.450Z | 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 } }]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.1/32 -> 10.0.0.255Jul 19 04:18:17.348 |
| 5295 | 2026-07-19T04:18:18.450Z | |
| 5296 | 2026-07-19T04:18:18.450Z | |
| 5297 | 2026-07-19T04:18:18.450Z | INFOJul 19 04:18:17.348 Jul 19 04:18:17.348INFO Jul 19 04:18:17.348DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5298 | 2026-07-19T04:18:18.450Z | |
| 5299 | 2026-07-19T04:18:18.450Z | INFO replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5300 | 2026-07-19T04:18:18.450Z | |
| 5301 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.348Jul 19 04:18:17.348 Jul 19 04:18:17.348 DEBGJul 19 04:18:17.348 DEBG Jul 19 04:18:17.349 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 |
| 5302 | 2026-07-19T04:18:18.450Z | INFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.348 |
| 5303 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.349replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 5304 | 2026-07-19T04:18:18.450Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 5305 | 2026-07-19T04:18:18.450Z | INFO Jul 19 04:18:17.349adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5306 | 2026-07-19T04:18:18.450Z | |
| 5307 | 2026-07-19T04:18:18.450Z | adding route 172.17.0.51/32 -> 10.0.0.255 INFO Jul 19 04:18:17.349 |
| 5308 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.349Jul 19 04:18:17.349 DEBG DEBG DEBGJul 19 04:18:17.349 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 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5309 | 2026-07-19T04:18:18.450Z | DEBG |
| 5310 | 2026-07-19T04:18:18.450Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 19 04:18:17.349 |
| 5311 | 2026-07-19T04:18:18.450Z | |
| 5312 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.349 DEBG |
| 5313 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.349Jul 19 04:18:17.349Jul 19 04:18:17.349 INFODEBG adding route 172.17.0.52/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 } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5314 | 2026-07-19T04:18:18.450Z | |
| 5315 | 2026-07-19T04:18:18.450Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5316 | 2026-07-19T04:18:18.450Z | |
| 5317 | 2026-07-19T04:18:18.450Z | Jul 19 04:18:17.349Jul 19 04:18:17.349 INFO |
| 5318 | 2026-07-19T04:18:18.450Z | adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:18:17.349DEBG |
| 5319 | 2026-07-19T04:18:18.450Z | 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 } }]Jul 19 04:18:17.349DEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5320 | 2026-07-19T04:18:18.450Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5321 | 2026-07-19T04:18:18.450Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5322 | 2026-07-19T04:18:18.450Z | 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 } }]Jul 19 04:18:17.349 |
| 5323 | 2026-07-19T04:18:18.451Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5324 | 2026-07-19T04:18:18.451Z | |
| 5325 | 2026-07-19T04:18:18.451Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5326 | 2026-07-19T04:18:18.451Z | DEBGJul 19 04:18:17.349 Jul 19 04:18:17.349Jul 19 04:18:17.349replacing 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 } }] Jul 19 04:18:17.349 |
| 5327 | 2026-07-19T04:18:18.451Z | INFO INFO INFO INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5328 | 2026-07-19T04:18:18.451Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5329 | 2026-07-19T04:18:18.451Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5330 | 2026-07-19T04:18:18.451Z | |
| 5331 | 2026-07-19T04:18:18.451Z | test route::tests::delete_target_fragmented ... ok |
| 5332 | 2026-07-19T04:18:18.451Z | Jul 19 04:18:17.349adding route 172.17.0.53/32 -> 10.0.0.255 INFO |
| 5333 | 2026-07-19T04:18:18.451Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5334 | 2026-07-19T04:18:18.451Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5335 | 2026-07-19T04:18:18.451Z | Jul 19 04:18:17.349Jul 19 04:18:17.349 Jul 19 04:18:17.349DEBG |
| 5336 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5337 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5338 | 2026-07-19T04:18:18.455Z | DEBGJul 19 04:18:17.349 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5339 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5340 | 2026-07-19T04:18:18.455Z | 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.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 } }] |
| 5341 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5342 | 2026-07-19T04:18:18.455Z | |
| 5343 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5344 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5345 | 2026-07-19T04:18:18.455Z | Jul 19 04:18:17.349 DEBGJul 19 04:18:17.349Jul 19 04:18:17.349 Jul 19 04:18:17.349 INFOINFO INFO adding route 172.17.0.23/32 -> 10.0.0.255 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5346 | 2026-07-19T04:18:18.455Z | |
| 5347 | 2026-07-19T04:18:18.455Z | 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 } }] |
| 5348 | 2026-07-19T04:18:18.455Z | Jul 19 04:18:17.349Jul 19 04:18:17.349Jul 19 04:18:17.349 DEBGINFODEBG DEBGadding route 172.17.0.4/32 -> 10.0.0.255 |
| 5349 | 2026-07-19T04:18:18.455Z | 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.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.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 } }] |
| 5350 | 2026-07-19T04:18:18.455Z | |
| 5351 | 2026-07-19T04:18:18.455Z | |
| 5352 | 2026-07-19T04:18:18.455Z | Jul 19 04:18:17.349 DEBG Jul 19 04:18:17.349replacing 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 } }]Jul 19 04:18:17.349 Jul 19 04:18:17.349 INFOINFOINFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5353 | 2026-07-19T04:18:18.455Z | |
| 5354 | 2026-07-19T04:18:18.455Z | |
| 5355 | 2026-07-19T04:18:18.455Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5356 | 2026-07-19T04:18:18.455Z | Jul 19 04:18:17.349 |
| 5357 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5358 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5359 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5360 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5361 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5362 | 2026-07-19T04:18:18.455Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5363 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5364 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5365 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5366 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5367 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5368 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5369 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5370 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5371 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5372 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5373 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5374 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5375 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5376 | 2026-07-19T04:18:18.456Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5377 | 2026-07-19T04:18:18.456Z | DEBGJul 19 04:18:17.349Jul 19 04:18:17.349 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 |
| 5378 | 2026-07-19T04:18:18.456Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5379 | 2026-07-19T04:18:18.456Z | |
| 5380 | 2026-07-19T04:18:18.456Z | Jul 19 04:18:17.349Jul 19 04:18:17.349 INFOJul 19 04:18:17.349 INFOadding route 172.17.0.5/32 -> 10.0.0.255Jul 19 04:18:17.349Jul 19 04:18:17.349 |
| 5381 | 2026-07-19T04:18:18.456Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5382 | 2026-07-19T04:18:18.456Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:18:17.349INFO |
| 5383 | 2026-07-19T04:18:18.456Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBGDEBG |
| 5384 | 2026-07-19T04:18:18.456Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 5385 | 2026-07-19T04:18:18.456Z | Jul 19 04:18:17.349 Jul 19 04:18:17.349DEBG Jul 19 04:18:17.349 DEBG created new freemapreplacing 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 } }] |
| 5386 | 2026-07-19T04:18:18.456Z | DEBG, |
| 5387 | 2026-07-19T04:18:18.456Z | created new freemapunit, :unit :Jul 19 04:18:17.355freemap_route_ipv4Jul 19 04:18:17.355 freemap_route_ipv4 |
| 5388 | 2026-07-19T04:18:18.456Z | INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 5389 | 2026-07-19T04:18:18.456Z | |
| 5390 | 2026-07-19T04:18:18.456Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5391 | 2026-07-19T04:18:18.456Z | Jul 19 04:18:17.355 DEBGJul 19 04:18:17.355Jul 19 04:18:17.355 created new freemapDEBG, Jul 19 04:18:17.355 unitDEBG: replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5392 | 2026-07-19T04:18:18.456Z | freemap_route_ipv6 |
| 5393 | 2026-07-19T04:18:18.456Z | |
| 5394 | 2026-07-19T04:18:18.456Z | DEBG Jul 19 04:18:17.355Jul 19 04:18:17.355 INFODEBG adding route 172.17.0.27/32 -> 10.0.0.255created new freemapJul 19 04:18:17.355initted freemap. size: 64 |
| 5395 | 2026-07-19T04:18:18.456Z | , , unitINFO :adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5396 | 2026-07-19T04:18:18.456Z | Jul 19 04:18:17.355 unitDEBGfreemap_route_ipv4Jul 19 04:18:17.355 |
| 5397 | 2026-07-19T04:18:18.456Z | : 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 } }]DEBG |
| 5398 | 2026-07-19T04:18:18.456Z | |
| 5399 | 2026-07-19T04:18:18.456Z | 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 } }]Jul 19 04:18:17.355 |
| 5400 | 2026-07-19T04:18:18.456Z | DEBG Jul 19 04:18:17.355Jul 19 04:18:17.355 DEBGINFO initted freemap. size: 64reset freemapJul 19 04:18:17.355, adding route 172.17.0.28/32 -> 10.0.0.255, |
| 5401 | 2026-07-19T04:18:18.456Z | unit: unit Jul 19 04:18:17.355freemap_route_ipv4 INFODEBG : 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 } }] |
| 5402 | 2026-07-19T04:18:18.456Z | freemap_route_ipv4 |
| 5403 | 2026-07-19T04:18:18.457Z | |
| 5404 | 2026-07-19T04:18:18.457Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5405 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 DEBGDEBG initted freemap. size: 64reset freemapJul 19 04:18:17.355, , unitunit Jul 19 04:18:17.355:replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5406 | 2026-07-19T04:18:18.457Z | INFOfreemap_route_ipv6:DEBG |
| 5407 | 2026-07-19T04:18:18.457Z | freemap_route_ipv4 |
| 5408 | 2026-07-19T04:18:18.457Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5409 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5410 | 2026-07-19T04:18:18.457Z | DEBGJul 19 04:18:17.355 Jul 19 04:18:17.355reset freemap Jul 19 04:18:17.355DEBG initted freemap. size: 64, INFODEBGunit , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 5411 | 2026-07-19T04:18:18.457Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5412 | 2026-07-19T04:18:18.457Z | unitfreemap_route_ipv6 |
| 5413 | 2026-07-19T04:18:18.457Z | :Jul 19 04:18:17.355 Jul 19 04:18:17.355freemap_route_ipv6 |
| 5414 | 2026-07-19T04:18:18.457Z | DEBGJul 19 04:18:17.355 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 } }] 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 } }] |
| 5415 | 2026-07-19T04:18:18.457Z | |
| 5416 | 2026-07-19T04:18:18.457Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5417 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 INFOJul 19 04:18:17.355 INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5418 | 2026-07-19T04:18:18.457Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5419 | 2026-07-19T04:18:18.457Z | DEBG reset freemapJul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBG DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5420 | 2026-07-19T04:18:18.457Z | |
| 5421 | 2026-07-19T04:18:18.457Z | 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 } }], |
| 5422 | 2026-07-19T04:18:18.457Z | unitJul 19 04:18:17.355: Jul 19 04:18:17.355Jul 19 04:18:17.355 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5423 | 2026-07-19T04:18:18.457Z | freemap_route_ipv6adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5424 | 2026-07-19T04:18:18.457Z | |
| 5425 | 2026-07-19T04:18:18.457Z | |
| 5426 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355Jul 19 04:18:17.355Jul 19 04:18:17.355 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:18:17.355DEBG |
| 5427 | 2026-07-19T04:18:18.457Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:18:17.355 |
| 5428 | 2026-07-19T04:18:18.457Z | 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 } }] |
| 5429 | 2026-07-19T04:18:18.457Z | DEBG |
| 5430 | 2026-07-19T04:18:18.457Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:18:17.355 |
| 5431 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:18:17.355 INFOreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5432 | 2026-07-19T04:18:18.457Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5433 | 2026-07-19T04:18:18.457Z | INFO |
| 5434 | 2026-07-19T04:18:18.457Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5435 | 2026-07-19T04:18:18.457Z | Jul 19 04:18:17.355 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5436 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355 DEBG INFO Jul 19 04:18:17.355 DEBGJul 19 04:18:17.355 adding route 172.17.0.55/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 5437 | 2026-07-19T04:18:18.461Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 5438 | 2026-07-19T04:18:18.461Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5439 | 2026-07-19T04:18:18.461Z | |
| 5440 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355 |
| 5441 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355INFO Jul 19 04:18:17.355 adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5442 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 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.33/32 -> 10.0.0.255INFO |
| 5443 | 2026-07-19T04:18:18.461Z | |
| 5444 | 2026-07-19T04:18:18.461Z | adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBG |
| 5445 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355DEBGreplacing 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 } }] |
| 5446 | 2026-07-19T04:18:18.461Z | replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5447 | 2026-07-19T04:18:18.461Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:18:17.355Jul 19 04:18:17.355 |
| 5448 | 2026-07-19T04:18:18.461Z | DEBG |
| 5449 | 2026-07-19T04:18:18.461Z | INFO Jul 19 04:18:17.355replacing 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 } }] |
| 5450 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355adding route 172.17.0.9/32 -> 10.0.0.255DEBGJul 19 04:18:17.355 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 } }] |
| 5451 | 2026-07-19T04:18:18.461Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5452 | 2026-07-19T04:18:18.461Z | DEBG |
| 5453 | 2026-07-19T04:18:18.461Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:18:17.355 |
| 5454 | 2026-07-19T04:18:18.461Z | Jul 19 04:18:17.355 Jul 19 04:18:17.355 INFODEBG INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5455 | 2026-07-19T04:18:18.461Z | 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.57/32 -> 10.0.0.255 |
| 5456 | 2026-07-19T04:18:18.461Z | |
| 5457 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355DEBGJul 19 04:18:17.355 DEBGINFOreplacing 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 } }]INFOJul 19 04:18:17.355 adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5458 | 2026-07-19T04:18:18.462Z | |
| 5459 | 2026-07-19T04:18:18.462Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5460 | 2026-07-19T04:18:18.462Z | |
| 5461 | 2026-07-19T04:18:18.462Z | 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 } }]Jul 19 04:18:17.355 |
| 5462 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355Jul 19 04:18:17.355 Jul 19 04:18:17.355 DEBGINFOINFODEBG adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5463 | 2026-07-19T04:18:18.462Z | |
| 5464 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 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 } }] |
| 5465 | 2026-07-19T04:18:18.462Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5466 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5467 | 2026-07-19T04:18:18.462Z | DEBGJul 19 04:18:17.355 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 } }]Jul 19 04:18:17.355DEBG Jul 19 04:18:17.355 |
| 5468 | 2026-07-19T04:18:18.462Z | 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 } }]Jul 19 04:18:17.355 DEBG Jul 19 04:18:17.355DEBG |
| 5469 | 2026-07-19T04:18:18.462Z | INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5470 | 2026-07-19T04:18:18.462Z | |
| 5471 | 2026-07-19T04:18:18.462Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5472 | 2026-07-19T04:18:18.462Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5473 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5474 | 2026-07-19T04:18:18.462Z | |
| 5475 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 DEBGJul 19 04:18:17.355Jul 19 04:18:17.355 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 } }]DEBGINFO |
| 5476 | 2026-07-19T04:18:18.462Z | adding route 172.17.0.60/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 } }] |
| 5477 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 |
| 5478 | 2026-07-19T04:18:18.462Z | 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 } }] |
| 5479 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 INFO INFOadding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:18:17.355 |
| 5480 | 2026-07-19T04:18:18.462Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3failed to allocate space for the new target list |
| 5481 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 |
| 5482 | 2026-07-19T04:18:18.462Z | DEBG Jul 19 04:18:17.355Jul 19 04:18:17.355replacing 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 } }] |
| 5483 | 2026-07-19T04:18:18.462Z | 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: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5484 | 2026-07-19T04:18:18.462Z | |
| 5485 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 Jul 19 04:18:17.355Jul 19 04:18:17.355 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 5486 | 2026-07-19T04:18:18.462Z | adding route 172.17.0.37/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5487 | 2026-07-19T04:18:18.462Z | |
| 5488 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.355 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 } }] |
| 5489 | 2026-07-19T04:18:18.462Z | INFOJul 19 04:18:17.363 INFOadding route 172.17.0.11/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5490 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.363 |
| 5491 | 2026-07-19T04:18:18.462Z | DEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5492 | 2026-07-19T04:18:18.462Z | Jul 19 04:18:17.363 DEBGJul 19 04:18:17.363Jul 19 04:18:17.363 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 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 } }]Jul 19 04:18:17.363adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5493 | 2026-07-19T04:18:18.462Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5494 | 2026-07-19T04:18:18.462Z | 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 } }] |
| 5495 | 2026-07-19T04:18:18.462Z | |
| 5496 | 2026-07-19T04:18:18.462Z | |
| 5497 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363 DEBG Jul 19 04:18:17.363replacing 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 } }] Jul 19 04:18:17.363INFO |
| 5498 | 2026-07-19T04:18:18.463Z | adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5499 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5500 | 2026-07-19T04:18:18.463Z | INFOJul 19 04:18:17.363 adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.363 |
| 5501 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363DEBGDEBG 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 } }] |
| 5502 | 2026-07-19T04:18:18.463Z | DEBGJul 19 04:18:17.363replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 5503 | 2026-07-19T04:18:18.463Z | |
| 5504 | 2026-07-19T04:18:18.463Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5505 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363 Jul 19 04:18:17.363Jul 19 04:18:17.363 INFOINFOINFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5506 | 2026-07-19T04:18:18.463Z | adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5507 | 2026-07-19T04:18:18.463Z | |
| 5508 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363Jul 19 04:18:17.363 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.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 } }]Jul 19 04:18:17.363 |
| 5509 | 2026-07-19T04:18:18.463Z | |
| 5510 | 2026-07-19T04:18:18.463Z | 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 } }]Jul 19 04:18:17.363 |
| 5511 | 2026-07-19T04:18:18.463Z | INFOJul 19 04:18:17.363 adding route 172.17.0.41/32 -> 10.0.0.255INFOJul 19 04:18:17.363 |
| 5512 | 2026-07-19T04:18:18.463Z | INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5513 | 2026-07-19T04:18:18.463Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5514 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363 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 } }]Jul 19 04:18:17.363 |
| 5515 | 2026-07-19T04:18:18.463Z | 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 } }] |
| 5516 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363Jul 19 04:18:17.363 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.42/32 -> 10.0.0.255 |
| 5517 | 2026-07-19T04:18:18.463Z | |
| 5518 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363 INFO Jul 19 04:18:17.363adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5519 | 2026-07-19T04:18:18.463Z | 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 } }] |
| 5520 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363Jul 19 04:18:17.363 INFODEBG Jul 19 04:18:17.363adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5521 | 2026-07-19T04:18:18.463Z | replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5522 | 2026-07-19T04:18:18.463Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5523 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363 Jul 19 04:18:17.363DEBG 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 } }] |
| 5524 | 2026-07-19T04:18:18.463Z | 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 } }] |
| 5525 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.349Jul 19 04:18:17.363 Jul 19 04:18:17.363DEBG Jul 19 04:18:17.363INFO 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 } }] |
| 5526 | 2026-07-19T04:18:18.463Z | adding route 172.17.0.24/32 -> 10.0.0.255 adding route 172.17.0.16/32 -> 10.0.0.255INFO |
| 5527 | 2026-07-19T04:18:18.463Z | |
| 5528 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5529 | 2026-07-19T04:18:18.463Z | INFO Jul 19 04:18:17.363adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 19 04:18:17.363Jul 19 04:18:17.363DEBG DEBG replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5530 | 2026-07-19T04:18:18.463Z | |
| 5531 | 2026-07-19T04:18:18.463Z | |
| 5532 | 2026-07-19T04:18:18.463Z | 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 } }] |
| 5533 | 2026-07-19T04:18:18.463Z | Jul 19 04:18:17.363Jul 19 04:18:17.363 Jul 19 04:18:17.363INFODEBG Jul 19 04:18:17.363adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 5534 | 2026-07-19T04:18:18.463Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5535 | 2026-07-19T04:18:18.463Z | |
| 5536 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.363 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 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 } }] |
| 5537 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.363 |
| 5538 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.363 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.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 } }]Jul 19 04:18:17.363Jul 19 04:18:17.363 |
| 5539 | 2026-07-19T04:18:18.469Z | |
| 5540 | 2026-07-19T04:18:18.469Z | INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 5541 | 2026-07-19T04:18:18.469Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 5542 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.363 INFOJul 19 04:18:17.363Jul 19 04:18:17.363 Jul 19 04:18:17.363 DEBGINFODEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5543 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.363 DEBG created new freemap, unit: Jul 19 04:18:17.369freemap_route_ipv4 |
| 5544 | 2026-07-19T04:18:18.469Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 5545 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369 DEBG |
| 5546 | 2026-07-19T04:18:18.469Z | 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 } }]Jul 19 04:18:17.369 |
| 5547 | 2026-07-19T04:18:18.469Z | DEBG created new freemap, Jul 19 04:18:17.369unit :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 5548 | 2026-07-19T04:18:18.469Z | |
| 5549 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }]Jul 19 04:18:17.369adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5550 | 2026-07-19T04:18:18.469Z | |
| 5551 | 2026-07-19T04:18:18.469Z | DEBG initted freemap. size: 64Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }], |
| 5552 | 2026-07-19T04:18:18.469Z | unit: INFOfreemap_route_ipv4 Jul 19 04:18:17.369 |
| 5553 | 2026-07-19T04:18:18.469Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 5554 | 2026-07-19T04:18:18.469Z | INFO Jul 19 04:18:17.369 DEBG Jul 19 04:18:17.369reset freemap , DEBGadding route 172.17.0.28/32 -> 10.0.0.255 unit |
| 5555 | 2026-07-19T04:18:18.469Z | 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 } }]: |
| 5556 | 2026-07-19T04:18:18.469Z | freemap_route_ipv4 |
| 5557 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369 DEBGJul 19 04:18:17.369 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 |
| 5558 | 2026-07-19T04:18:18.469Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 5559 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369 DEBGJul 19 04:18:17.369 initted freemap. size: 64DEBG, unitreplacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 5560 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369freemap_route_ipv6 |
| 5561 | 2026-07-19T04:18:18.469Z | INFO Jul 19 04:18:17.369 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5562 | 2026-07-19T04:18:18.469Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5563 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBGDEBG reset freemap 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 } }], |
| 5564 | 2026-07-19T04:18:18.469Z | unitDEBG: replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 5565 | 2026-07-19T04:18:18.469Z | |
| 5566 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 5567 | 2026-07-19T04:18:18.469Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBG INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 5568 | 2026-07-19T04:18:18.470Z | 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 } }]INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5569 | 2026-07-19T04:18:18.470Z | |
| 5570 | 2026-07-19T04:18:18.470Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5571 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBGJul 19 04:18:17.369 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 5572 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369replacing 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 } }] |
| 5573 | 2026-07-19T04:18:18.470Z | INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5574 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369replacing 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 } }] INFOJul 19 04:18:17.369 |
| 5575 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5576 | 2026-07-19T04:18:18.470Z | DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5577 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5578 | 2026-07-19T04:18:18.470Z | 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 } }] |
| 5579 | 2026-07-19T04:18:18.470Z | adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5580 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369 INFOJul 19 04:18:17.369DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 5581 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 5582 | 2026-07-19T04:18:18.470Z | DEBG Jul 19 04:18:17.369 |
| 5583 | 2026-07-19T04:18:18.470Z | 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 } }] |
| 5584 | 2026-07-19T04:18:18.470Z | DEBGJul 19 04:18:17.369Jul 19 04:18:17.369 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 |
| 5585 | 2026-07-19T04:18:18.470Z | 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 } }] |
| 5586 | 2026-07-19T04:18:18.470Z | adding route 172.17.0.48/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5587 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369 INFO INFOJul 19 04:18:17.369 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5588 | 2026-07-19T04:18:18.470Z | adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:18:17.369DEBG |
| 5589 | 2026-07-19T04:18:18.470Z | INFOreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:18:17.369adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5590 | 2026-07-19T04:18:18.470Z | |
| 5591 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369DEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5592 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }]INFOJul 19 04:18:17.369 |
| 5593 | 2026-07-19T04:18:18.470Z | test route::tests::delete_targets_fragmented ... ok |
| 5594 | 2026-07-19T04:18:18.470Z | adding route 172.17.0.49/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] |
| 5595 | 2026-07-19T04:18:18.470Z | |
| 5596 | 2026-07-19T04:18:18.470Z | INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:18:17.369 |
| 5597 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369INFO Jul 19 04:18:17.369 DEBGDEBG adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:18:17.369replacing 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 } }] |
| 5598 | 2026-07-19T04:18:18.470Z | |
| 5599 | 2026-07-19T04:18:18.470Z | 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.3, 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 } }] |
| 5600 | 2026-07-19T04:18:18.470Z | |
| 5601 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 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 } }]Jul 19 04:18:17.369adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5602 | 2026-07-19T04:18:18.470Z | INFO |
| 5603 | 2026-07-19T04:18:18.470Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 5604 | 2026-07-19T04:18:18.470Z | Jul 19 04:18:17.369 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 } }]Jul 19 04:18:17.369 |
| 5605 | 2026-07-19T04:18:18.470Z | DEBG Jul 19 04:18:17.369replacing 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 } }] |
| 5606 | 2026-07-19T04:18:18.470Z | INFOJul 19 04:18:17.369adding route 172.17.0.18/32 -> 10.0.0.255 INFO |
| 5607 | 2026-07-19T04:18:18.471Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5608 | 2026-07-19T04:18:18.471Z | |
| 5609 | 2026-07-19T04:18:18.471Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:18:17.369 |
| 5610 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 DEBG DEBGJul 19 04:18:17.369 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 |
| 5611 | 2026-07-19T04:18:18.471Z | 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 } }]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 } }] |
| 5612 | 2026-07-19T04:18:18.471Z | |
| 5613 | 2026-07-19T04:18:18.471Z | 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 } }] |
| 5614 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369 INFOINFO INFOadding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5615 | 2026-07-19T04:18:18.471Z | INFO |
| 5616 | 2026-07-19T04:18:18.471Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5617 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369 |
| 5618 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369DEBG Jul 19 04:18:17.369replacing 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 Jul 19 04:18:17.369DEBG |
| 5619 | 2026-07-19T04:18:18.471Z | 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 } }] |
| 5620 | 2026-07-19T04:18:18.471Z | 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 |
| 5621 | 2026-07-19T04:18:18.471Z | 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 } }]Jul 19 04:18:17.369 |
| 5622 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369Jul 19 04:18:17.369INFO INFOINFOJul 19 04:18:17.369 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.53/32 -> 10.0.0.255 |
| 5623 | 2026-07-19T04:18:18.471Z | |
| 5624 | 2026-07-19T04:18:18.471Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5625 | 2026-07-19T04:18:18.471Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5626 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369DEBGJul 19 04:18:17.369 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 |
| 5627 | 2026-07-19T04:18:18.471Z | replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5628 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369replacing 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 } }]Jul 19 04:18:17.369 |
| 5629 | 2026-07-19T04:18:18.471Z | DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5630 | 2026-07-19T04:18:18.471Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5631 | 2026-07-19T04:18:18.471Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369INFOINFO Jul 19 04:18:17.369 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5632 | 2026-07-19T04:18:18.471Z | adding route 172.17.0.54/32 -> 10.0.0.255INFODEBG |
| 5633 | 2026-07-19T04:18:18.471Z | 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 } }]Jul 19 04:18:17.369adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5634 | 2026-07-19T04:18:18.471Z | |
| 5635 | 2026-07-19T04:18:18.471Z | 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 } }] |
| 5636 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBGJul 19 04:18:17.369Jul 19 04:18:17.369 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 |
| 5637 | 2026-07-19T04:18:18.475Z | INFOINFOreplacing 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.38/32 -> 10.0.0.255adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5638 | 2026-07-19T04:18:18.475Z | |
| 5639 | 2026-07-19T04:18:18.475Z | |
| 5640 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 Jul 19 04:18:17.369INFO Jul 19 04:18:17.369 DEBGadding route 172.17.0.55/32 -> 10.0.0.255 DEBG |
| 5641 | 2026-07-19T04:18:18.475Z | 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 } }] |
| 5642 | 2026-07-19T04:18:18.475Z | 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.22/32 -> 10.0.0.255 |
| 5643 | 2026-07-19T04:18:18.475Z | |
| 5644 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBG INFOJul 19 04:18:17.369replacing 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 |
| 5645 | 2026-07-19T04:18:18.475Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5646 | 2026-07-19T04:18:18.475Z | adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:18:17.369 |
| 5647 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 INFODEBGJul 19 04:18:17.369 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 } }]DEBGadding route 172.17.0.56/32 -> 10.0.0.255 |
| 5648 | 2026-07-19T04:18:18.475Z | DEBG |
| 5649 | 2026-07-19T04:18:18.475Z | 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 } }] |
| 5650 | 2026-07-19T04:18:18.475Z | |
| 5651 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369 Jul 19 04:18:17.369DEBG 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 } }]Jul 19 04:18:17.369 |
| 5652 | 2026-07-19T04:18:18.475Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5653 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369 INFOJul 19 04:18:17.369 adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 5654 | 2026-07-19T04:18:18.475Z | 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 } }] |
| 5655 | 2026-07-19T04:18:18.475Z | Jul 19 04:18:17.369Jul 19 04:18:17.369 INFODEBG Jul 19 04:18:17.369adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5656 | 2026-07-19T04:18:18.475Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5657 | 2026-07-19T04:18:18.476Z | 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 } }]Jul 19 04:18:17.369 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 } }] |
| 5658 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.375 |
| 5659 | 2026-07-19T04:18:18.476Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5660 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.375INFO INFOJul 19 04:18:17.375adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 5661 | 2026-07-19T04:18:18.476Z | adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5662 | 2026-07-19T04:18:18.476Z | |
| 5663 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.375Jul 19 04:18:17.375Jul 19 04:18:17.375 Jul 19 04:18:17.375INFO DEBG DEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 5664 | 2026-07-19T04:18:18.476Z | |
| 5665 | 2026-07-19T04:18:18.476Z | |
| 5666 | 2026-07-19T04:18:18.476Z | 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 } }] |
| 5667 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.375Jul 19 04:18:17.375Jul 19 04:18:17.375 Jul 19 04:18:17.375INFO DEBGINFO adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 5668 | 2026-07-19T04:18:18.476Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5669 | 2026-07-19T04:18:18.476Z | adding route 172.17.0.59/32 -> 10.0.0.255adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5670 | 2026-07-19T04:18:18.476Z | |
| 5671 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 DEBGINFO Jul 19 04:18:17.376Jul 19 04:18:17.376 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 DEBGDEBG |
| 5672 | 2026-07-19T04:18:18.476Z | |
| 5673 | 2026-07-19T04:18:18.476Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5674 | 2026-07-19T04:18:18.476Z | |
| 5675 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 INFODEBG Jul 19 04:18:17.376adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:18:17.376 |
| 5676 | 2026-07-19T04:18:18.476Z | |
| 5677 | 2026-07-19T04:18:18.476Z | INFO INFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:18:17.376 |
| 5678 | 2026-07-19T04:18:18.476Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5679 | 2026-07-19T04:18:18.476Z | DEBGJul 19 04:18:17.376 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 } }]INFOJul 19 04:18:17.376 Jul 19 04:18:17.376 |
| 5680 | 2026-07-19T04:18:18.476Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 5681 | 2026-07-19T04:18:18.476Z | DEBG Jul 19 04:18:17.376replacing 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 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 } }] |
| 5682 | 2026-07-19T04:18:18.476Z | |
| 5683 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.376 INFO DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5684 | 2026-07-19T04:18:18.476Z | 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 } }]Jul 19 04:18:17.376 |
| 5685 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.376DEBG INFOJul 19 04:18:17.376failed to allocate space for the new target list Jul 19 04:18:17.376adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 5686 | 2026-07-19T04:18:18.476Z | |
| 5687 | 2026-07-19T04:18:18.476Z | INFODEBG adding route 172.17.0.28/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 } }] |
| 5688 | 2026-07-19T04:18:18.476Z | |
| 5689 | 2026-07-19T04:18:18.476Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 DEBGJul 19 04:18:17.376DEBGJul 19 04:18:17.376 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 |
| 5690 | 2026-07-19T04:18:18.476Z | 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 } }]replacing targets for 172.16.0.0/32 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 } }]Jul 19 04:18:17.376 |
| 5691 | 2026-07-19T04:18:18.476Z | |
| 5692 | 2026-07-19T04:18:18.476Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5693 | 2026-07-19T04:18:18.476Z | test route::tests::add_target_fails_full ... ok |
| 5694 | 2026-07-19T04:18:18.476Z | test route::tests::delete_target_full ... ok |
| 5695 | 2026-07-19T04:18:18.476Z | INFO Jul 19 04:18:17.376adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 19 04:18:17.376 |
| 5696 | 2026-07-19T04:18:18.476Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 5697 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376replacing 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 } }] |
| 5698 | 2026-07-19T04:18:18.477Z | DEBG Jul 19 04:18:17.376replacing 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 } }] Jul 19 04:18:17.376 |
| 5699 | 2026-07-19T04:18:18.477Z | 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 } }] |
| 5700 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:18:17.376 |
| 5701 | 2026-07-19T04:18:18.477Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5702 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 INFO DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5703 | 2026-07-19T04:18:18.477Z | 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 } }]Jul 19 04:18:17.376 |
| 5704 | 2026-07-19T04:18:18.477Z | DEBGJul 19 04:18:17.376 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 |
| 5705 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376 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 |
| 5706 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5707 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 INFOINFO Jul 19 04:18:17.376adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5708 | 2026-07-19T04:18:18.477Z | DEBGadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5709 | 2026-07-19T04:18:18.477Z | 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 } }] |
| 5710 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 Jul 19 04:18:17.376 DEBG DEBG INFOreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5711 | 2026-07-19T04:18:18.477Z | 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 } }] |
| 5712 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5713 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376 Jul 19 04:18:17.376INFO Jul 19 04:18:17.376adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 5714 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 5715 | 2026-07-19T04:18:18.477Z | 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 } }] |
| 5716 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.376Jul 19 04:18:17.376 DEBGDEBGJul 19 04:18:17.376 replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5717 | 2026-07-19T04:18:18.477Z | INFO Jul 19 04:18:17.382adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5718 | 2026-07-19T04:18:18.477Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5719 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382 DEBGDEBG 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.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 } }] |
| 5720 | 2026-07-19T04:18:18.477Z | |
| 5721 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5722 | 2026-07-19T04:18:18.477Z | |
| 5723 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 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 } }] |
| 5724 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382DEBG 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 } }] |
| 5725 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5726 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 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 } }] |
| 5727 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 INFOJul 19 04:18:17.382 adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 5728 | 2026-07-19T04:18:18.477Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5729 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 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 } }] |
| 5730 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382 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 } }]Jul 19 04:18:17.382 |
| 5731 | 2026-07-19T04:18:18.477Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5732 | 2026-07-19T04:18:18.477Z | |
| 5733 | 2026-07-19T04:18:18.477Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO Jul 19 04:18:17.382replacing 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.51/32 -> 10.0.0.255 |
| 5734 | 2026-07-19T04:18:18.477Z | INFO |
| 5735 | 2026-07-19T04:18:18.478Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5736 | 2026-07-19T04:18:18.525Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382INFO DEBGJul 19 04:18:17.382adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5737 | 2026-07-19T04:18:18.525Z | 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 } }] |
| 5738 | 2026-07-19T04:18:18.525Z | 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 } }] |
| 5739 | 2026-07-19T04:18:18.525Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382DEBGJul 19 04:18:17.382 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5740 | 2026-07-19T04:18:18.525Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5741 | 2026-07-19T04:18:18.525Z | |
| 5742 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382INFOJul 19 04:18:17.382 DEBGadding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 5743 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5744 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5745 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 Jul 19 04:18:17.382DEBG 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 |
| 5746 | 2026-07-19T04:18:18.526Z | INFOfailed to allocate space for the new target list |
| 5747 | 2026-07-19T04:18:18.526Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5748 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 Jul 19 04:18:17.382INFOJul 19 04:18:17.382 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 5749 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5750 | 2026-07-19T04:18:18.526Z | 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 } }]Jul 19 04:18:17.382 |
| 5751 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5752 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 INFO Jul 19 04:18:17.382adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5753 | 2026-07-19T04:18:18.526Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5754 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }] |
| 5755 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5756 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 INFO Jul 19 04:18:17.382adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5757 | 2026-07-19T04:18:18.526Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5758 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }] |
| 5759 | 2026-07-19T04:18:18.526Z | 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 } }] |
| 5760 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5761 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5762 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 DEBG Jul 19 04:18:17.382replacing 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 } }] |
| 5763 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382 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.57/32 -> 10.0.0.255 |
| 5764 | 2026-07-19T04:18:18.526Z | |
| 5765 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 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.44/32 -> 10.0.0.255 |
| 5766 | 2026-07-19T04:18:18.526Z | |
| 5767 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.58/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 } }] |
| 5768 | 2026-07-19T04:18:18.526Z | |
| 5769 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5770 | 2026-07-19T04:18:18.526Z | |
| 5771 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.59/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 } }] |
| 5772 | 2026-07-19T04:18:18.526Z | |
| 5773 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5774 | 2026-07-19T04:18:18.526Z | |
| 5775 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5776 | 2026-07-19T04:18:18.526Z | |
| 5777 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5778 | 2026-07-19T04:18:18.526Z | |
| 5779 | 2026-07-19T04:18:18.526Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5780 | 2026-07-19T04:18:18.526Z | |
| 5781 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5782 | 2026-07-19T04:18:18.527Z | |
| 5783 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.62/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 } }] |
| 5784 | 2026-07-19T04:18:18.527Z | |
| 5785 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5786 | 2026-07-19T04:18:18.527Z | |
| 5787 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 INFODEBG adding route 172.17.0.63/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5788 | 2026-07-19T04:18:18.527Z | |
| 5789 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO 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.50/32 -> 10.0.0.255 |
| 5790 | 2026-07-19T04:18:18.527Z | |
| 5791 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 5792 | 2026-07-19T04:18:18.527Z | |
| 5793 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5794 | 2026-07-19T04:18:18.527Z | |
| 5795 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382Jul 19 04:18:17.382 DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 5796 | 2026-07-19T04:18:18.527Z | |
| 5797 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5798 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5799 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5800 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5801 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5802 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5803 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5804 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5805 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5806 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5807 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5808 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5809 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5810 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5811 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5812 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5813 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5814 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 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 } }] |
| 5815 | 2026-07-19T04:18:18.527Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5816 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.382 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 } }] |
| 5817 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.382 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5818 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.382 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 } }] |
| 5819 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.382 DEBG failed to allocate space for the new target list |
| 5820 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.382 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 } }] |
| 5821 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG created new freemap, unit: freemap_route_ipv4 |
| 5822 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG created new freemap, unit: freemap_route_ipv6 |
| 5823 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 5824 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG reset freemap, unit: freemap_route_ipv4 |
| 5825 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 5826 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 DEBG reset freemap, unit: freemap_route_ipv6 |
| 5827 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5828 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 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 } }] |
| 5829 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5830 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 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 } }] |
| 5831 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5832 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 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 } }] |
| 5833 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.383 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5834 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.388 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 } }] |
| 5835 | 2026-07-19T04:18:18.528Z | Jul 19 04:18:17.388 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5836 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.388 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 } }] |
| 5837 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.388 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5838 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.388 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 } }] |
| 5839 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.388 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5840 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5841 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5842 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5843 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5844 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5845 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5846 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5847 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5848 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5849 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5850 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5851 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5852 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5853 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5854 | 2026-07-19T04:18:18.532Z | Jul 19 04:18:17.389 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 } }] |
| 5855 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5856 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5857 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5858 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5859 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5860 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5861 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5862 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5863 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5864 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5865 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5866 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5867 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5868 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5869 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5870 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5871 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5872 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5873 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5874 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5876 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5877 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5878 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5879 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5880 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5881 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5882 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5883 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5884 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5885 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5886 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5887 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5888 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5889 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5890 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5891 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5892 | 2026-07-19T04:18:18.533Z | Jul 19 04:18:17.389 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 } }] |
| 5893 | 2026-07-19T04:18:18.534Z | test route::tests::delete_targets_full ... ok |
| 5894 | 2026-07-19T04:18:18.534Z | |
| 5895 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5896 | 2026-07-19T04:18:18.534Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 5897 | 2026-07-19T04:18:18.534Z | |
| 5898 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5900 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5902 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5904 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5906 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5908 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5910 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5912 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5914 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5916 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5918 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5920 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5922 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5924 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5926 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5928 | 2026-07-19T04:18:18.534Z | Jul 19 04:18:17.389 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-07-19T04:18:18.534Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5930 | 2026-07-19T04:18:18.535Z | Jul 19 04:18:17.389 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-07-19T04:18:18.535Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5932 | 2026-07-19T04:18:18.535Z | Jul 19 04:18:17.389 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-07-19T04:18:18.535Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5934 | 2026-07-19T04:18:18.535Z | Jul 19 04:18:17.389 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-07-19T04:18:18.535Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5936 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5938 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5940 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5942 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5944 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5946 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5948 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5950 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.389 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5952 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.389 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-07-19T04:18:18.539Z | Jul 19 04:18:17.395 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5954 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.395 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-07-19T04:18:18.539Z | Jul 19 04:18:17.395 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5956 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.395 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-07-19T04:18:18.539Z | Jul 19 04:18:17.395 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5958 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.395 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-07-19T04:18:18.539Z | Jul 19 04:18:17.395 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5960 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.395 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-07-19T04:18:18.539Z | Jul 19 04:18:17.395 DEBG failed to allocate space for the new target list |
| 5962 | 2026-07-19T04:18:18.539Z | Jul 19 04:18:17.395 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-07-19T04:18:18.539Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a6c0000749d1ea8f) |
| 5964 | 2026-07-19T04:18:18.539Z | |
| 5965 | 2026-07-19T04:18:18.539Z | running 0 tests |
| 5966 | 2026-07-19T04:18:18.540Z | |
| 5967 | 2026-07-19T04:18:18.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5968 | 2026-07-19T04:18:18.540Z | |
| 5969 | 2026-07-19T04:18:18.540Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1) |
| 5970 | 2026-07-19T04:18:18.540Z | |
| 5971 | 2026-07-19T04:18:18.540Z | running 0 tests |
| 5972 | 2026-07-19T04:18:18.540Z | |
| 5973 | 2026-07-19T04:18:18.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5974 | 2026-07-19T04:18:18.540Z | |
| 5975 | 2026-07-19T04:18:18.540Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-67fa846cd8c46f0d) |
| 5976 | 2026-07-19T04:18:18.540Z | |
| 5977 | 2026-07-19T04:18:18.540Z | running 6 tests |
| 5978 | 2026-07-19T04:18:18.540Z | test tests::test_full_lot_id_neither_present ... ok |
| 5979 | 2026-07-19T04:18:18.540Z | test tests::test_full_lot_id_both_present ... ok |
| 5980 | 2026-07-19T04:18:18.540Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5981 | 2026-07-19T04:18:18.540Z | test tests::test_full_lot_id_lot_only ... ok |
| 5982 | 2026-07-19T04:18:18.540Z | test tests::test_parse_client_port_id ... ok |
| 5983 | 2026-07-19T04:18:18.540Z | test tests::test_port_id_cmp ... ok |
| 5984 | 2026-07-19T04:18:18.540Z | |
| 5985 | 2026-07-19T04:18:18.540Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5986 | 2026-07-19T04:18:18.540Z | |
| 5987 | 2026-07-19T04:18:18.540Z | Running tests/test_all.rs (target/debug/deps/test_all-b5a5b1684521af11) |
| 5988 | 2026-07-19T04:18:18.540Z | |
| 5989 | 2026-07-19T04:18:18.540Z | running 0 tests |
| 5990 | 2026-07-19T04:18:18.540Z | |
| 5991 | 2026-07-19T04:18:18.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5992 | 2026-07-19T04:18:18.540Z | |
| 5993 | 2026-07-19T04:18:18.540Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f) |
| 5994 | 2026-07-19T04:18:18.540Z | |
| 5995 | 2026-07-19T04:18:18.540Z | running 0 tests |
| 5996 | 2026-07-19T04:18:18.540Z | |
| 5997 | 2026-07-19T04:18:18.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5998 | 2026-07-19T04:18:18.540Z | |
| 5999 | 2026-07-19T04:18:18.540Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5) |
| 6000 | 2026-07-19T04:18:18.540Z | |
| 6001 | 2026-07-19T04:18:18.540Z | running 0 tests |
| 6002 | 2026-07-19T04:18:18.540Z | |
| 6003 | 2026-07-19T04:18:18.540Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6004 | 2026-07-19T04:18:18.541Z | |
| 6005 | 2026-07-19T04:18:18.541Z | Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863) |
| 6006 | 2026-07-19T04:18:18.541Z | |
| 6007 | 2026-07-19T04:18:18.541Z | running 12 tests |
| 6008 | 2026-07-19T04:18:18.541Z | test icmp::test_v6_checksum ... ok |
| 6009 | 2026-07-19T04:18:18.541Z | test lldp::test_lldp_parse ... ok |
| 6010 | 2026-07-19T04:18:18.541Z | test icmp::test_v4_checksum ... ok |
| 6011 | 2026-07-19T04:18:18.541Z | test pbuf::test_byte ... ok |
| 6012 | 2026-07-19T04:18:18.541Z | test ipv6::test_ipv6_parse ... ok |
| 6013 | 2026-07-19T04:18:18.541Z | test pbuf::test_nibble ... ok |
| 6014 | 2026-07-19T04:18:18.541Z | test pbuf::test_overflow ... ok |
| 6015 | 2026-07-19T04:18:18.541Z | test pbuf::test_short ... ok |
| 6016 | 2026-07-19T04:18:18.541Z | test pbuf::test_twelve ... ok |
| 6017 | 2026-07-19T04:18:18.541Z | test pbuf::test_word ... ok |
| 6018 | 2026-07-19T04:18:18.541Z | test tcp::test_checksum_ack_data ... ok |
| 6019 | 2026-07-19T04:18:18.541Z | test tcp::test_checksum_syn_nodata ... ok |
| 6020 | 2026-07-19T04:18:18.541Z | |
| 6021 | 2026-07-19T04:18:18.541Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6022 | 2026-07-19T04:18:18.541Z | |
| 6023 | 2026-07-19T04:18:18.541Z | Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a) |
| 6024 | 2026-07-19T04:18:18.541Z | |
| 6025 | 2026-07-19T04:18:18.541Z | running 0 tests |
| 6026 | 2026-07-19T04:18:18.541Z | |
| 6027 | 2026-07-19T04:18:18.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6028 | 2026-07-19T04:18:18.541Z | |
| 6029 | 2026-07-19T04:18:18.541Z | Running unittests src/main.rs (target/debug/deps/swadm-6a76ba078040eb8d) |
| 6030 | 2026-07-19T04:18:18.541Z | |
| 6031 | 2026-07-19T04:18:18.541Z | running 5 tests |
| 6032 | 2026-07-19T04:18:18.541Z | test switchport::test::test_compute_lanes ... ok |
| 6033 | 2026-07-19T04:18:18.541Z | test switchport::test::port_id_ordering ... ok |
| 6034 | 2026-07-19T04:18:18.541Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 6035 | 2026-07-19T04:18:18.541Z | Rx Loss-of-lock: Yes Lane 1Yes Lane 2 Yes Lane 3Yes |
| 6036 | 2026-07-19T04:18:18.547Z | |
| 6037 | 2026-07-19T04:18:18.547Z | Rx Loss-of-signal: Yes State: ActivatedYes ActivatedYes ActivatedYes |
| 6038 | 2026-07-19T04:18:18.547Z | Activated |
| 6039 | 2026-07-19T04:18:18.547Z | Rx CDR Enabled: Yes Rx Output Enabled: falseYes false Yesfalse Yesfalse |
| 6040 | 2026-07-19T04:18:18.547Z | |
| 6041 | 2026-07-19T04:18:18.547Z | Tx Enabled: Yes Rx Output Status: valid Yesvalid Yes validYes |
| 6042 | 2026-07-19T04:18:18.547Z | valid |
| 6043 | 2026-07-19T04:18:18.547Z | Tx Loss-of-lock: No Rx Loss-of-lock: trueNo trueNo Notrue |
| 6044 | 2026-07-19T04:18:18.547Z | true Tx Loss-of-signal: No |
| 6045 | 2026-07-19T04:18:18.547Z | No Rx Loss-of-signal: false No falseNo |
| 6046 | 2026-07-19T04:18:18.547Z | Tx CDR Enabled: No false Nofalse |
| 6047 | 2026-07-19T04:18:18.547Z | No Rx Auto-squelch Disable: trueNo |
| 6048 | 2026-07-19T04:18:18.547Z | Tx Adaptive EQ Fault: Notrue true Notrue |
| 6049 | 2026-07-19T04:18:18.547Z | No Tx Output Enabled: trueNo |
| 6050 | 2026-07-19T04:18:18.547Z | true Tx Fault: Yes true Yestrue |
| 6051 | 2026-07-19T04:18:18.547Z | Yes Tx Output Status: invalid Yesinvalid |
| 6052 | 2026-07-19T04:18:18.547Z | invalid invalid |
| 6053 | 2026-07-19T04:18:18.547Z | Tx Loss-of-lock: false false false false |
| 6054 | 2026-07-19T04:18:18.547Z | Tx Loss-of-signal: true true true true |
| 6055 | 2026-07-19T04:18:18.547Z | Tx Auto-squelch Disable: false false false false |
| 6056 | 2026-07-19T04:18:18.547Z | Tx Adaptive EQ Fail: true true true true |
| 6057 | 2026-07-19T04:18:18.547Z | Tx Failure: false false false false |
| 6058 | 2026-07-19T04:18:18.547Z | Tx Force Squelch: true true true true |
| 6059 | 2026-07-19T04:18:18.547Z | Tx Input Polarity: normal normal normal normal |
| 6060 | 2026-07-19T04:18:18.547Z | test switchport::test::test_print_sff_datapath ... ok |
| 6061 | 2026-07-19T04:18:18.547Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6062 | 2026-07-19T04:18:18.547Z | test link::test_filter ... ok |
| 6063 | 2026-07-19T04:18:18.547Z | |
| 6064 | 2026-07-19T04:18:18.547Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6065 | 2026-07-19T04:18:18.547Z | |
| 6066 | 2026-07-19T04:18:18.547Z | Running tests/counters.rs (target/debug/deps/counters-aade7befb6abb704) |
| 6067 | 2026-07-19T04:18:18.547Z | |
| 6068 | 2026-07-19T04:18:18.547Z | running 1 test |
| 6069 | 2026-07-19T04:18:18.547Z | test test_p4_counter_list ... ignored |
| 6070 | 2026-07-19T04:18:18.547Z | |
| 6071 | 2026-07-19T04:18:18.548Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6072 | 2026-07-19T04:18:18.548Z | |
| 6073 | 2026-07-19T04:18:18.548Z | Running tests/port-link.rs (target/debug/deps/port_link-aa617c1f128fdf07) |
| 6074 | 2026-07-19T04:18:18.548Z | |
| 6075 | 2026-07-19T04:18:18.548Z | running 5 tests |
| 6076 | 2026-07-19T04:18:18.548Z | test test_an ... ignored |
| 6077 | 2026-07-19T04:18:18.548Z | test test_enable ... ignored |
| 6078 | 2026-07-19T04:18:18.548Z | test test_ip_addresses ... ignored |
| 6079 | 2026-07-19T04:18:18.548Z | test test_kr ... ignored |
| 6080 | 2026-07-19T04:18:18.548Z | test test_mac ... ignored |
| 6081 | 2026-07-19T04:18:18.548Z | |
| 6082 | 2026-07-19T04:18:18.548Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6083 | 2026-07-19T04:18:18.548Z | |
| 6084 | 2026-07-19T04:18:18.548Z | Running unittests src/main.rs (target/debug/deps/tfportd-249e71d560d579e0) |
| 6085 | 2026-07-19T04:18:18.548Z | |
| 6086 | 2026-07-19T04:18:18.548Z | running 3 tests |
| 6087 | 2026-07-19T04:18:18.548Z | test linklocal::test_parse_ipadm ... ok |
| 6088 | 2026-07-19T04:18:18.548Z | test tfport::test_parse_tfport ... ok |
| 6089 | 2026-07-19T04:18:18.548Z | test config::tests::test_updates ... ok |
| 6090 | 2026-07-19T04:18:18.548Z | |
| 6091 | 2026-07-19T04:18:18.548Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6092 | 2026-07-19T04:18:18.548Z | |
| 6093 | 2026-07-19T04:18:18.548Z | Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee) |
| 6094 | 2026-07-19T04:18:18.548Z | Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d) |
| 6095 | 2026-07-19T04:18:18.548Z | |
| 6096 | 2026-07-19T04:18:18.548Z | Doc-tests aal |
| 6097 | 2026-07-19T04:18:18.548Z | running 0 tests |
| 6098 | 2026-07-19T04:18:18.548Z | |
| 6099 | 2026-07-19T04:18:18.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6100 | 2026-07-19T04:18:18.548Z | |
| 6101 | 2026-07-19T04:18:18.548Z | |
| 6102 | 2026-07-19T04:18:18.548Z | running 0 tests |
| 6103 | 2026-07-19T04:18:18.548Z | |
| 6104 | 2026-07-19T04:18:18.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6105 | 2026-07-19T04:18:18.548Z | |
| 6106 | 2026-07-19T04:18:18.642Z | |
| 6107 | 2026-07-19T04:18:18.642Z | running 0 tests |
| 6108 | 2026-07-19T04:18:18.642Z | |
| 6109 | 2026-07-19T04:18:18.642Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6110 | 2026-07-19T04:18:18.642Z | |
| 6111 | 2026-07-19T04:18:18.661Z | Doc-tests aal_macros |
| 6112 | 2026-07-19T04:18:18.728Z | |
| 6113 | 2026-07-19T04:18:18.728Z | running 0 tests |
| 6114 | 2026-07-19T04:18:18.728Z | |
| 6115 | 2026-07-19T04:18:18.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6116 | 2026-07-19T04:18:18.728Z | |
| 6117 | 2026-07-19T04:18:18.740Z | Doc-tests common |
| 6118 | 2026-07-19T04:18:18.976Z | |
| 6119 | 2026-07-19T04:18:18.976Z | running 0 tests |
| 6120 | 2026-07-19T04:18:18.976Z | |
| 6121 | 2026-07-19T04:18:18.976Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6122 | 2026-07-19T04:18:18.976Z | |
| 6123 | 2026-07-19T04:18:18.997Z | Doc-tests dpd_api |
| 6124 | 2026-07-19T04:18:19.752Z | |
| 6125 | 2026-07-19T04:18:19.752Z | running 2 tests |
| 6126 | 2026-07-19T04:18:19.752Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6127 | 2026-07-19T04:18:19.752Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6128 | 2026-07-19T04:18:19.752Z | |
| 6129 | 2026-07-19T04:18:19.752Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6130 | 2026-07-19T04:18:19.752Z | |
| 6131 | 2026-07-19T04:18:19.784Z | Doc-tests dpd_client |
| 6132 | 2026-07-19T04:18:21.075Z | |
| 6133 | 2026-07-19T04:18:21.075Z | running 0 tests |
| 6134 | 2026-07-19T04:18:21.075Z | |
| 6135 | 2026-07-19T04:18:21.075Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6136 | 2026-07-19T04:18:21.075Z | |
| 6137 | 2026-07-19T04:18:21.121Z | Doc-tests dpd_types |
| 6138 | 2026-07-19T04:18:21.334Z | |
| 6139 | 2026-07-19T04:18:21.335Z | running 0 tests |
| 6140 | 2026-07-19T04:18:21.335Z | |
| 6141 | 2026-07-19T04:18:21.338Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-07-19T04:18:21.338Z | |
| 6143 | 2026-07-19T04:18:21.361Z | Doc-tests dpd_types_versions |
| 6144 | 2026-07-19T04:18:22.566Z | |
| 6145 | 2026-07-19T04:18:22.566Z | running 1 test |
| 6146 | 2026-07-19T04:18:22.566Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6147 | 2026-07-19T04:18:22.566Z | |
| 6148 | 2026-07-19T04:18:22.567Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6149 | 2026-07-19T04:18:22.567Z | |
| 6150 | 2026-07-19T04:18:22.609Z | Doc-tests packet |
| 6151 | 2026-07-19T04:18:22.723Z | |
| 6152 | 2026-07-19T04:18:22.723Z | running 0 tests |
| 6153 | 2026-07-19T04:18:22.723Z | |
| 6154 | 2026-07-19T04:18:22.723Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6155 | 2026-07-19T04:18:22.723Z | |
| 6156 | 2026-07-19T04:18:22.741Z | Doc-tests pcap |
| 6157 | 2026-07-19T04:18:22.794Z | |
| 6158 | 2026-07-19T04:18:22.794Z | running 0 tests |
| 6159 | 2026-07-19T04:18:22.794Z | |
| 6160 | 2026-07-19T04:18:22.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6161 | 2026-07-19T04:18:22.794Z | |
| 6162 | 2026-07-19T04:18:22.840Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6163 | 2026-07-19T04:18:22.840Z | + RUST_BACKTRACE=full |
| 6164 | 2026-07-19T04:18:22.840Z | + cargo test --features softnpu --no-fail-fast |
| 6165 | 2026-07-19T04:18:23.487Z | Compiling num-integer v0.1.46 |
| 6166 | 2026-07-19T04:18:23.574Z | Compiling num-complex v0.4.6 |
| 6167 | 2026-07-19T04:18:23.627Z | Compiling bitstruct_derive v0.1.0 |
| 6168 | 2026-07-19T04:18:23.628Z | Compiling tap v1.0.1 |
| 6169 | 2026-07-19T04:18:23.752Z | Compiling wyz v0.5.1 |
| 6170 | 2026-07-19T04:18:23.874Z | Compiling num-rational v0.4.2 |
| 6171 | 2026-07-19T04:18:23.912Z | Compiling num-iter v0.1.45 |
| 6172 | 2026-07-19T04:18:23.946Z | Compiling num-bigint v0.4.6 |
| 6173 | 2026-07-19T04:18:24.015Z | Compiling radium v0.7.0 |
| 6174 | 2026-07-19T04:18:24.053Z | Compiling funty v2.0.0 |
| 6175 | 2026-07-19T04:18:24.075Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6176 | 2026-07-19T04:18:24.114Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6177 | 2026-07-19T04:18:24.222Z | Compiling num v0.4.3 |
| 6178 | 2026-07-19T04:18:24.306Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6179 | 2026-07-19T04:18:24.318Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6180 | 2026-07-19T04:18:24.329Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6181 | 2026-07-19T04:18:24.394Z | Compiling bitvec v1.0.1 |
| 6182 | 2026-07-19T04:18:24.451Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-07-19T04:18:24.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6184 | 2026-07-19T04:18:24.627Z | Compiling typeid v1.0.3 |
| 6185 | 2026-07-19T04:18:24.715Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6186 | 2026-07-19T04:18:24.726Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6187 | 2026-07-19T04:18:24.748Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-07-19T04:18:25.064Z | Compiling ascii v1.1.0 |
| 6189 | 2026-07-19T04:18:25.488Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-07-19T04:18:25.538Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6191 | 2026-07-19T04:18:25.633Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-07-19T04:18:25.675Z | Compiling erased-serde v0.4.8 |
| 6193 | 2026-07-19T04:18:25.839Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6194 | 2026-07-19T04:18:26.020Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6195 | 2026-07-19T04:18:26.059Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6196 | 2026-07-19T04:18:26.092Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6197 | 2026-07-19T04:18:26.166Z | Compiling bitstruct v0.1.1 |
| 6198 | 2026-07-19T04:18:26.488Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6199 | 2026-07-19T04:18:26.638Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6200 | 2026-07-19T04:18:26.683Z | Compiling serde_arrays v0.1.0 |
| 6201 | 2026-07-19T04:18:26.777Z | Compiling libloading v0.7.4 |
| 6202 | 2026-07-19T04:18:26.892Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6203 | 2026-07-19T04:18:27.204Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6204 | 2026-07-19T04:18:27.503Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6205 | 2026-07-19T04:18:27.740Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6206 | 2026-07-19T04:18:28.882Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6207 | 2026-07-19T04:18:29.723Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6208 | 2026-07-19T04:18:35.635Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6209 | 2026-07-19T04:18:35.858Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6210 | 2026-07-19T04:18:35.858Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-07-19T04:18:35.863Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6212 | 2026-07-19T04:18:35.863Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6213 | 2026-07-19T04:18:36.473Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6214 | 2026-07-19T04:18:37.938Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6215 | 2026-07-19T04:18:38.354Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6216 | 2026-07-19T04:18:40.999Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6217 | 2026-07-19T04:18:41.549Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6218 | 2026-07-19T04:18:43.020Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6219 | 2026-07-19T04:18:45.165Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6220 | 2026-07-19T04:18:45.194Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6221 | 2026-07-19T04:18:46.082Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6222 | 2026-07-19T04:18:53.233Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6223 | 2026-07-19T04:18:55.299Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6224 | 2026-07-19T04:18:58.836Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6225 | 2026-07-19T04:19:40.709Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6226 | 2026-07-19T04:19:40.802Z | Running unittests src/lib.rs (target/debug/deps/aal-e809b030a3f325dd) |
| 6227 | 2026-07-19T04:19:40.805Z | |
| 6228 | 2026-07-19T04:19:40.805Z | running 5 tests |
| 6229 | 2026-07-19T04:19:40.805Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6230 | 2026-07-19T04:19:40.805Z | test fuse::tests::chip_revision_a0 ... ok |
| 6231 | 2026-07-19T04:19:40.805Z | test fuse::tests::chip_revision_b1 ... ok |
| 6232 | 2026-07-19T04:19:40.806Z | test fuse::tests::chip_revision_b0 ... ok |
| 6233 | 2026-07-19T04:19:40.806Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6234 | 2026-07-19T04:19:40.806Z | |
| 6235 | 2026-07-19T04:19:40.806Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6236 | 2026-07-19T04:19:40.806Z | |
| 6237 | 2026-07-19T04:19:40.809Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7) |
| 6238 | 2026-07-19T04:19:40.812Z | |
| 6239 | 2026-07-19T04:19:40.812Z | running 0 tests |
| 6240 | 2026-07-19T04:19:40.812Z | |
| 6241 | 2026-07-19T04:19:40.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6242 | 2026-07-19T04:19:40.812Z | |
| 6243 | 2026-07-19T04:19:40.812Z | Running unittests src/lib.rs (target/debug/deps/asic-850dd9f236b89849) |
| 6244 | 2026-07-19T04:19:40.817Z | |
| 6245 | 2026-07-19T04:19:40.817Z | running 0 tests |
| 6246 | 2026-07-19T04:19:40.817Z | |
| 6247 | 2026-07-19T04:19:40.817Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6248 | 2026-07-19T04:19:40.817Z | |
| 6249 | 2026-07-19T04:19:40.817Z | Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353) |
| 6250 | 2026-07-19T04:19:40.821Z | |
| 6251 | 2026-07-19T04:19:40.821Z | running 10 tests |
| 6252 | 2026-07-19T04:19:40.821Z | test nat::tests::test_vni ... ok |
| 6253 | 2026-07-19T04:19:40.821Z | test network::tests::test_equal ... ok |
| 6254 | 2026-07-19T04:19:40.821Z | test network::tests::test_eui64 ... ok |
| 6255 | 2026-07-19T04:19:40.821Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6256 | 2026-07-19T04:19:40.821Z | test network::tests::test_into ... ok |
| 6257 | 2026-07-19T04:19:40.821Z | test network::tests::test_not_equal ... ok |
| 6258 | 2026-07-19T04:19:40.825Z | test network::tests::test_to_string ... ok |
| 6259 | 2026-07-19T04:19:40.825Z | test network::tests::test_parse ... ok |
| 6260 | 2026-07-19T04:19:40.825Z | test test_purge ... ok |
| 6261 | 2026-07-19T04:19:40.825Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6262 | 2026-07-19T04:19:40.825Z | |
| 6263 | 2026-07-19T04:19:40.825Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6264 | 2026-07-19T04:19:40.825Z | |
| 6265 | 2026-07-19T04:19:40.828Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-9f296bcc4e860110) |
| 6266 | 2026-07-19T04:19:40.832Z | |
| 6267 | 2026-07-19T04:19:40.832Z | running 1 test |
| 6268 | 2026-07-19T04:19:40.836Z | ------- |
| 6269 | 2026-07-19T04:19:40.837Z | Generating OpenAPI documents from API definitions ... |
| 6270 | 2026-07-19T04:19:40.976Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6271 | 2026-07-19T04:19:41.046Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6272 | 2026-07-19T04:19:42.536Z | ------- |
| 6273 | 2026-07-19T04:19:42.536Z | Checking 12 OpenAPI documents... |
| 6274 | 2026-07-19T04:19:42.536Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6275 | 2026-07-19T04:19:42.536Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6276 | 2026-07-19T04:19:42.536Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6277 | 2026-07-19T04:19:42.536Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-07-19T04:19:42.536Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-07-19T04:19:42.564Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-07-19T04:19:42.564Z | Fresh dpd "latest" symlink |
| 6287 | 2026-07-19T04:19:42.564Z | ------- |
| 6288 | 2026-07-19T04:19:42.564Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6289 | 2026-07-19T04:19:42.564Z | test test::test_apis_up_to_date ... ok |
| 6290 | 2026-07-19T04:19:42.565Z | |
| 6291 | 2026-07-19T04:19:42.565Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 6292 | 2026-07-19T04:19:42.565Z | |
| 6293 | 2026-07-19T04:19:42.565Z | Running unittests src/main.rs (target/debug/deps/dpd-ec15981ee02df614) |
| 6294 | 2026-07-19T04:19:42.565Z | |
| 6295 | 2026-07-19T04:19:42.565Z | running 34 tests |
| 6296 | 2026-07-19T04:19:42.565Z | test freemap::test_ordering ... ok |
| 6297 | 2026-07-19T04:19:42.565Z | test config::tests::test_updates ... ok |
| 6298 | 2026-07-19T04:19:42.565Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6299 | 2026-07-19T04:19:42.565Z | test freemap::test_split ... ok |
| 6300 | 2026-07-19T04:19:42.565Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6301 | 2026-07-19T04:19:42.565Z | test macaddrs::tests::test_mac_offset ... ok |
| 6302 | 2026-07-19T04:19:42.565Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6303 | 2026-07-19T04:19:42.565Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6304 | 2026-07-19T04:19:42.565Z | test nat::test_mapping ... ok |
| 6305 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test |
| 6306 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test |
| 6307 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG reset freemap, Jul 19 04:19:41.110unit :DEBG freemap_testcreated new freemap |
| 6308 | 2026-07-19T04:19:42.565Z | , unit: freemap_test |
| 6309 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test |
| 6310 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test |
| 6311 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test |
| 6312 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test |
| 6313 | 2026-07-19T04:19:42.565Z | Jul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test |
| 6314 | 2026-07-19T04:19:42.566Z | test freemap::test_reclaim ... ok |
| 6315 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.110 DEBG created new freemap, unit: freemap_test |
| 6316 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.110 DEBG initted freemap. size: 128, unit: freemap_test |
| 6317 | 2026-07-19T04:19:42.566Z | test freemap::test_basic ... ok |
| 6318 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.110 DEBG reset freemap, unit: freemap_test |
| 6319 | 2026-07-19T04:19:42.566Z | test freemap::test_exhaustion ... ok |
| 6320 | 2026-07-19T04:19:42.566Z | test freemap::test_free ... ok |
| 6321 | 2026-07-19T04:19:42.566Z | test port_map::tests::test_backplane_group ... ok |
| 6322 | 2026-07-19T04:19:42.566Z | test port_map::tests::test_port_map ... ok |
| 6323 | 2026-07-19T04:19:42.566Z | test port_map::tests::dump_map ... ok |
| 6324 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG created new freemap, unit: freemap_test |
| 6325 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG initted freemap. size: 8, unit: freemap_test |
| 6326 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG reset freemap, unit: freemap_test |
| 6327 | 2026-07-19T04:19:42.566Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6328 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG created new freemap, unit: freemap_test |
| 6329 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG initted freemap. size: 128, unit: freemap_test |
| 6330 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG reset freemap, unit: freemap_test |
| 6331 | 2026-07-19T04:19:42.566Z | test freemap::test_span ... ok |
| 6332 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6333 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6334 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6335 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6336 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6337 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6338 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6339 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 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 } }] |
| 6340 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6341 | 2026-07-19T04:19:42.566Z | Jul 19 04:19:41.111 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 } }] |
| 6342 | 2026-07-19T04:19:42.567Z | test api_server::tests::test_build_info ... ok |
| 6343 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6344 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }] |
| 6345 | 2026-07-19T04:19:42.567Z | DEBG created new freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6346 | 2026-07-19T04:19:42.567Z | |
| 6347 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6348 | 2026-07-19T04:19:42.567Z | DEBG created new freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:2::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6349 | 2026-07-19T04:19:42.567Z | |
| 6350 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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 } }]initted freemap. size: 64 |
| 6351 | 2026-07-19T04:19:42.567Z | , unit: Jul 19 04:19:41.112freemap_route_ipv4 |
| 6352 | 2026-07-19T04:19:42.567Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6353 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112reset freemap , DEBGunit :replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6354 | 2026-07-19T04:19:42.567Z | freemap_route_ipv4 |
| 6355 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6356 | 2026-07-19T04:19:42.567Z | initted freemap. size: 64, unit:Jul 19 04:19:41.112 freemap_route_ipv6DEBG |
| 6357 | 2026-07-19T04:19:42.567Z | 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-07-19T04:19:42.567Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112reset freemap , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6359 | 2026-07-19T04:19:42.567Z | freemap_route_ipv6 |
| 6360 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 DEBGJul 19 04:19:41.112 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6361 | 2026-07-19T04:19:42.567Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6362 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 6363 | 2026-07-19T04:19:42.567Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6364 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }] |
| 6365 | 2026-07-19T04:19:42.567Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6366 | 2026-07-19T04:19:42.567Z | Jul 19 04:19:41.112 INFO Jul 19 04:19:41.112adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6367 | 2026-07-19T04:19:42.567Z | 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 } }]Jul 19 04:19:41.112 |
| 6368 | 2026-07-19T04:19:42.568Z | 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 } }] |
| 6369 | 2026-07-19T04:19:42.568Z | Jul 19 04:19:41.112 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.112 |
| 6370 | 2026-07-19T04:19:42.568Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6371 | 2026-07-19T04:19:42.568Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6372 | 2026-07-19T04:19:42.568Z | 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 } }] |
| 6373 | 2026-07-19T04:19:42.568Z | Jul 19 04:19:41.112 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 19 04:19:41.112 |
| 6374 | 2026-07-19T04:19:42.568Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6375 | 2026-07-19T04:19:42.568Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6376 | 2026-07-19T04:19:42.568Z | 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 } }] |
| 6377 | 2026-07-19T04:19:42.568Z | Jul 19 04:19:41.112 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:19:41.112 |
| 6378 | 2026-07-19T04:19:42.568Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6379 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6380 | 2026-07-19T04:19:42.576Z | 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 } }]Jul 19 04:19:41.112 |
| 6381 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6382 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffJul 19 04:19:41.112 |
| 6383 | 2026-07-19T04:19:42.576Z | 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 } }]Jul 19 04:19:41.112 |
| 6384 | 2026-07-19T04:19:42.576Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6385 | 2026-07-19T04:19:42.576Z | 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 } }] |
| 6386 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:19:41.112 |
| 6387 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6388 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6389 | 2026-07-19T04:19:42.576Z | 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 } }]Jul 19 04:19:41.112 |
| 6390 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 19 04:19:41.112 |
| 6391 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6392 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6393 | 2026-07-19T04:19:42.576Z | 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 } }]Jul 19 04:19:41.112 |
| 6394 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:19:41.112 |
| 6395 | 2026-07-19T04:19:42.576Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6396 | 2026-07-19T04:19:42.576Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }] |
| 6397 | 2026-07-19T04:19:42.576Z | 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 } }] |
| 6398 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 6399 | 2026-07-19T04:19:42.577Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6400 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 DEBGJul 19 04:19:41.112 replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6401 | 2026-07-19T04:19:42.577Z | 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 } }] |
| 6402 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112INFO INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6403 | 2026-07-19T04:19:42.577Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6404 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112 |
| 6405 | 2026-07-19T04:19:42.577Z | DEBG Jul 19 04:19:41.112replacing 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 } }] |
| 6406 | 2026-07-19T04:19:42.577Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6407 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 INFOJul 19 04:19:41.112 adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 6408 | 2026-07-19T04:19:42.577Z | 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 } }] |
| 6409 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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:8::/64 -> 2001:db8::55:ff |
| 6410 | 2026-07-19T04:19:42.577Z | |
| 6411 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 DEBGINFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6412 | 2026-07-19T04:19:42.577Z | |
| 6413 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBGJul 19 04:19:41.112 replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6414 | 2026-07-19T04:19:42.577Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffcreated new freemap |
| 6415 | 2026-07-19T04:19:42.577Z | , unit: freemap_route_ipv4 |
| 6416 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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 |
| 6417 | 2026-07-19T04:19:42.577Z | , unit: freemap_route_ipv6 |
| 6418 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6419 | 2026-07-19T04:19:42.577Z | , unit:Jul 19 04:19:41.112 freemap_route_ipv4DEBG |
| 6420 | 2026-07-19T04:19:42.577Z | 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 } }] |
| 6421 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112 DEBG reset freemapJul 19 04:19:41.112, unitINFO: adding route 3fff:beef:b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6422 | 2026-07-19T04:19:42.577Z | |
| 6423 | 2026-07-19T04:19:42.577Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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 } }]initted freemap. size: 64 |
| 6424 | 2026-07-19T04:19:42.578Z | , unit: freemap_route_ipv6Jul 19 04:19:41.112 |
| 6425 | 2026-07-19T04:19:42.578Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6426 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112 DEBGJul 19 04:19:41.112 reset freemapDEBG, unitreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 6427 | 2026-07-19T04:19:42.578Z | freemap_route_ipv6 |
| 6428 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6429 | 2026-07-19T04:19:42.578Z | |
| 6430 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112 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 } }] |
| 6431 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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::/64 -> 2001:db8::55:ff |
| 6432 | 2026-07-19T04:19:42.578Z | |
| 6433 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112DEBG 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 } }] |
| 6434 | 2026-07-19T04:19:42.578Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6435 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:1::/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 } }] |
| 6436 | 2026-07-19T04:19:42.578Z | |
| 6437 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 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:f::/64 -> 2001:db8::55:ff |
| 6438 | 2026-07-19T04:19:42.578Z | |
| 6439 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBG adding route 3fff:beef:2::/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 } }] |
| 6440 | 2026-07-19T04:19:42.578Z | |
| 6441 | 2026-07-19T04:19:42.578Z | DEBG created new freemapJul 19 04:19:41.112Jul 19 04:19:41.112, Jul 19 04:19:41.112DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6442 | 2026-07-19T04:19:42.578Z | DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6443 | 2026-07-19T04:19:42.578Z | unitcreated new freemap: freemap_route_ipv4, Jul 19 04:19:41.112 |
| 6444 | 2026-07-19T04:19:42.578Z | Jul 19 04:19:41.112unit INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG: |
| 6445 | 2026-07-19T04:19:42.578Z | freemap_route_ipv4replacing 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 } }]Jul 19 04:19:41.112 |
| 6446 | 2026-07-19T04:19:42.578Z | |
| 6447 | 2026-07-19T04:19:42.578Z | DEBG created new freemapJul 19 04:19:41.112Jul 19 04:19:41.112 , INFOunit DEBGJul 19 04:19:41.112: adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6448 | 2026-07-19T04:19:42.578Z | freemap_route_ipv6created new freemap |
| 6449 | 2026-07-19T04:19:42.578Z | , unitJul 19 04:19:41.112 :DEBGJul 19 04:19:41.112 freemap_route_ipv6DEBGDEBG |
| 6450 | 2026-07-19T04:19:42.578Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6451 | 2026-07-19T04:19:42.579Z | initted freemap. size: 64 |
| 6452 | 2026-07-19T04:19:42.579Z | , unitJul 19 04:19:41.112: Jul 19 04:19:41.112DEBGJul 19 04:19:41.112 initted freemap. size: 64INFO , freemap_route_ipv4adding route 3fff:beef:12::/64 -> 2001:db8::55:ffunitINFO |
| 6453 | 2026-07-19T04:19:42.579Z | : |
| 6454 | 2026-07-19T04:19:42.579Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:fffreemap_route_ipv4Jul 19 04:19:41.112 |
| 6455 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112 |
| 6456 | 2026-07-19T04:19:42.579Z | DEBG 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 } }]reset freemap |
| 6457 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 , DEBGunit reset freemapDEBG:, Jul 19 04:19:41.112replacing 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 } }] |
| 6458 | 2026-07-19T04:19:42.579Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:fffreemap_route_ipv4unit |
| 6459 | 2026-07-19T04:19:42.579Z | : |
| 6460 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112 freemap_route_ipv4INFO |
| 6461 | 2026-07-19T04:19:42.579Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6462 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112DEBG 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 } }]initted freemap. size: 64DEBGJul 19 04:19:41.112 |
| 6463 | 2026-07-19T04:19:42.579Z | , unit initted freemap. size: 64:, DEBGJul 19 04:19:41.112unit replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO: freemap_route_ipv6 |
| 6464 | 2026-07-19T04:19:42.579Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6465 | 2026-07-19T04:19:42.579Z | |
| 6466 | 2026-07-19T04:19:42.579Z | |
| 6467 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFODEBGDEBG 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 } }] |
| 6468 | 2026-07-19T04:19:42.579Z | DEBGreset freemap reset freemap, adding route 3fff:beef:6::/64 -> 2001:db8::55:ff, unit |
| 6469 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112: INFOfreemap_route_ipv6Jul 19 04:19:41.112 |
| 6470 | 2026-07-19T04:19:42.579Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffunit |
| 6471 | 2026-07-19T04:19:42.579Z | : freemap_route_ipv6DEBG |
| 6472 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112DEBG 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 } }]INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.112 |
| 6473 | 2026-07-19T04:19:42.579Z | |
| 6474 | 2026-07-19T04:19:42.579Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6475 | 2026-07-19T04:19:42.579Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.112 |
| 6476 | 2026-07-19T04:19:42.579Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 6477 | 2026-07-19T04:19:42.579Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:7::/64 -> 2001:db8::55:ff |
| 6478 | 2026-07-19T04:19:42.579Z | |
| 6479 | 2026-07-19T04:19:42.585Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 DEBGDEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 |
| 6480 | 2026-07-19T04:19:42.585Z | |
| 6481 | 2026-07-19T04:19:42.585Z | 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 } }] |
| 6482 | 2026-07-19T04:19:42.585Z | |
| 6483 | 2026-07-19T04:19:42.585Z | Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6484 | 2026-07-19T04:19:42.585Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6485 | 2026-07-19T04:19:42.585Z | |
| 6486 | 2026-07-19T04:19:42.585Z | Jul 19 04:19:41.112 Jul 19 04:19:41.112DEBGJul 19 04:19:41.112 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 6487 | 2026-07-19T04:19:42.585Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6488 | 2026-07-19T04:19:42.585Z | |
| 6489 | 2026-07-19T04:19:42.585Z | Jul 19 04:19:41.112 INFOJul 19 04:19:41.112 Jul 19 04:19:41.112adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6490 | 2026-07-19T04:19:42.585Z | INFO INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6491 | 2026-07-19T04:19:42.585Z | |
| 6492 | 2026-07-19T04:19:42.585Z | Jul 19 04:19:41.112 DEBGJul 19 04:19:41.112 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 } }]Jul 19 04:19:41.112DEBG |
| 6493 | 2026-07-19T04:19:42.585Z | 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 |
| 6494 | 2026-07-19T04:19:42.586Z | 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 } }] |
| 6495 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.112Jul 19 04:19:41.112Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ffINFO |
| 6496 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6497 | 2026-07-19T04:19:42.586Z | |
| 6498 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.112 DEBG Jul 19 04:19:41.112replacing 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 } }]Jul 19 04:19:41.112 |
| 6499 | 2026-07-19T04:19:42.586Z | DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6500 | 2026-07-19T04:19:42.586Z | |
| 6501 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.112Jul 19 04:19:41.112 Jul 19 04:19:41.112 INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6502 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6503 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.112 Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFO 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 } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6504 | 2026-07-19T04:19:42.586Z | 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 } }] |
| 6505 | 2026-07-19T04:19:42.586Z | |
| 6506 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFODEBG adding route 3fff:beef:1::/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 } }]INFO |
| 6507 | 2026-07-19T04:19:42.586Z | |
| 6508 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6509 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.113 Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG 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:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6510 | 2026-07-19T04:19:42.586Z | |
| 6511 | 2026-07-19T04:19:42.586Z | |
| 6512 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG INFO adding route 3fff:beef:d::/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 } }] |
| 6513 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6514 | 2026-07-19T04:19:42.586Z | |
| 6515 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBGJul 19 04:19:41.113 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 } }]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 } }] |
| 6516 | 2026-07-19T04:19:42.586Z | |
| 6517 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6518 | 2026-07-19T04:19:42.586Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO INFODEBG adding route 3fff:beef:3::/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 } }] |
| 6519 | 2026-07-19T04:19:42.586Z | |
| 6520 | 2026-07-19T04:19:42.586Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6521 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113INFO DEBG adding route 3fff:beef:16::/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 } }] |
| 6522 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113 |
| 6523 | 2026-07-19T04:19:42.587Z | 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 } }]Jul 19 04:19:41.113Jul 19 04:19:41.113 |
| 6524 | 2026-07-19T04:19:42.587Z | INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6525 | 2026-07-19T04:19:42.587Z | |
| 6526 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113 INFOJul 19 04:19:41.113 Jul 19 04:19:41.113DEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffINFO |
| 6527 | 2026-07-19T04:19:42.587Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6528 | 2026-07-19T04:19:42.587Z | 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 } }]Jul 19 04:19:41.113 |
| 6529 | 2026-07-19T04:19:42.587Z | 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 } }] |
| 6530 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO Jul 19 04:19:41.113 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 6531 | 2026-07-19T04:19:42.587Z | 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 } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6532 | 2026-07-19T04:19:42.587Z | |
| 6533 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113 DEBGJul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6534 | 2026-07-19T04:19:42.587Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6535 | 2026-07-19T04:19:42.587Z | |
| 6536 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFOJul 19 04:19:41.113 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6537 | 2026-07-19T04:19:42.587Z | 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 } }] |
| 6538 | 2026-07-19T04:19:42.587Z | |
| 6539 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG INFODEBG 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:19::/64 -> 2001:db8::55:ff |
| 6540 | 2026-07-19T04:19:42.587Z | 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 } }] |
| 6541 | 2026-07-19T04:19:42.587Z | |
| 6542 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6543 | 2026-07-19T04:19:42.587Z | 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 } }] |
| 6544 | 2026-07-19T04:19:42.587Z | INFO Jul 19 04:19:41.113adding route 3fff:beef:12::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6545 | 2026-07-19T04:19:42.587Z | INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6546 | 2026-07-19T04:19:42.587Z | Jul 19 04:19:41.113 |
| 6547 | 2026-07-19T04:19:42.587Z | 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 } }] |
| 6548 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBGINFO INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6549 | 2026-07-19T04:19:42.588Z | |
| 6550 | 2026-07-19T04:19:42.588Z | |
| 6551 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 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 } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6552 | 2026-07-19T04:19:42.588Z | |
| 6553 | 2026-07-19T04:19:42.588Z | 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 } }] |
| 6554 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/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 } }] |
| 6555 | 2026-07-19T04:19:42.588Z | |
| 6556 | 2026-07-19T04:19:42.588Z | |
| 6557 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113INFODEBG 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 } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6558 | 2026-07-19T04:19:42.588Z | |
| 6559 | 2026-07-19T04:19:42.588Z | 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 } }] |
| 6560 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFO |
| 6561 | 2026-07-19T04:19:42.588Z | 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:15::/64 -> 2001:db8::55:ff |
| 6562 | 2026-07-19T04:19:42.588Z | |
| 6563 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBGJul 19 04:19:41.113 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 } }]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 } }] |
| 6564 | 2026-07-19T04:19:42.588Z | |
| 6565 | 2026-07-19T04:19:42.588Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6566 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFOINFO 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:b::/64 -> 2001:db8::55:ff |
| 6567 | 2026-07-19T04:19:42.588Z | |
| 6568 | 2026-07-19T04:19:42.588Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6569 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113 Jul 19 04:19:41.113INFO Jul 19 04:19:41.113 DEBGDEBG adding route 3fff:beef:1e::/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 } }] |
| 6570 | 2026-07-19T04:19:42.588Z | |
| 6571 | 2026-07-19T04:19:42.588Z | 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 } }] |
| 6572 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG 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 } }]INFOINFO |
| 6573 | 2026-07-19T04:19:42.588Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6574 | 2026-07-19T04:19:42.588Z | |
| 6575 | 2026-07-19T04:19:42.588Z | Jul 19 04:19:41.113 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6576 | 2026-07-19T04:19:42.589Z | Jul 19 04:19:41.113 DEBG 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 } }] |
| 6577 | 2026-07-19T04:19:42.589Z | 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 } }]Jul 19 04:19:41.113 |
| 6578 | 2026-07-19T04:19:42.589Z | 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 } }] |
| 6579 | 2026-07-19T04:19:42.595Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6580 | 2026-07-19T04:19:42.595Z | |
| 6581 | 2026-07-19T04:19:42.595Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6582 | 2026-07-19T04:19:42.595Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBGJul 19 04:19:41.113 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: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 } }] |
| 6583 | 2026-07-19T04:19:42.595Z | DEBG |
| 6584 | 2026-07-19T04:19:42.595Z | 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 } }] |
| 6585 | 2026-07-19T04:19:42.595Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6586 | 2026-07-19T04:19:42.596Z | |
| 6587 | 2026-07-19T04:19:42.596Z | |
| 6588 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG 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: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: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 } }] |
| 6589 | 2026-07-19T04:19:42.596Z | |
| 6590 | 2026-07-19T04:19:42.596Z | |
| 6591 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFOINFO INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6592 | 2026-07-19T04:19:42.596Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6593 | 2026-07-19T04:19:42.596Z | |
| 6594 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113 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 } }]Jul 19 04:19:41.113 |
| 6595 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113 DEBG DEBGreplacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.113replacing 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 } }] |
| 6596 | 2026-07-19T04:19:42.596Z | INFO |
| 6597 | 2026-07-19T04:19:42.596Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6598 | 2026-07-19T04:19:42.596Z | INFOJul 19 04:19:41.113 adding route 3fff:beef:10::/64 -> 2001:db8::55:ffINFO |
| 6599 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6600 | 2026-07-19T04:19:42.596Z | 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 } }]Jul 19 04:19:41.113 |
| 6601 | 2026-07-19T04:19:42.596Z | 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 } }] |
| 6602 | 2026-07-19T04:19:42.596Z | DEBG Jul 19 04:19:41.113replacing 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 } }] |
| 6603 | 2026-07-19T04:19:42.596Z | INFO Jul 19 04:19:41.113adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6604 | 2026-07-19T04:19:42.596Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6605 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBGJul 19 04:19:41.113 replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6606 | 2026-07-19T04:19:42.596Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6607 | 2026-07-19T04:19:42.596Z | DEBG Jul 19 04:19:41.113replacing 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 } }] |
| 6608 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113INFO DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6609 | 2026-07-19T04:19:42.596Z | 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 } }] |
| 6610 | 2026-07-19T04:19:42.596Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGINFO INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6611 | 2026-07-19T04:19:42.597Z | |
| 6612 | 2026-07-19T04:19:42.597Z | 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 } }] |
| 6613 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113 INFODEBGDEBG 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:26::/64 -> 2001:db8::55:ff |
| 6614 | 2026-07-19T04:19:42.597Z | 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 } }] |
| 6615 | 2026-07-19T04:19:42.597Z | |
| 6616 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBGJul 19 04:19:41.113 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 } }]Jul 19 04:19:41.113 |
| 6617 | 2026-07-19T04:19:42.597Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 6618 | 2026-07-19T04:19:42.597Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffcreated new freemap |
| 6619 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113 INFOJul 19 04:19:41.113 , adding route 3fff:beef:27::/64 -> 2001:db8::55:ffunitJul 19 04:19:41.113 |
| 6620 | 2026-07-19T04:19:42.597Z | : DEBGfreemap_route_ipv4DEBG |
| 6621 | 2026-07-19T04:19:42.597Z | 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: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 } }]Jul 19 04:19:41.113 |
| 6622 | 2026-07-19T04:19:42.597Z | |
| 6623 | 2026-07-19T04:19:42.597Z | DEBGJul 19 04:19:41.113 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6624 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 created new freemapJul 19 04:19:41.113INFO , unitadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff: INFO |
| 6625 | 2026-07-19T04:19:42.597Z | freemap_route_ipv6INFO |
| 6626 | 2026-07-19T04:19:42.597Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6627 | 2026-07-19T04:19:42.597Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 6628 | 2026-07-19T04:19:42.597Z | 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 } }]Jul 19 04:19:41.113 |
| 6629 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGDEBG DEBGinitted freemap. size: 64Jul 19 04:19:41.113, unitINFO: adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6630 | 2026-07-19T04:19:42.597Z | 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: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 } }] |
| 6631 | 2026-07-19T04:19:42.597Z | |
| 6632 | 2026-07-19T04:19:42.597Z | freemap_route_ipv4 |
| 6633 | 2026-07-19T04:19:42.597Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBG 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 } }]reset freemap |
| 6634 | 2026-07-19T04:19:42.597Z | INFO, adding route 3fff:beef:15::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff: |
| 6635 | 2026-07-19T04:19:42.597Z | |
| 6636 | 2026-07-19T04:19:42.597Z | freemap_route_ipv4Jul 19 04:19:41.113 |
| 6637 | 2026-07-19T04:19:42.597Z | test route::tests::grow_succeeds ... ok |
| 6638 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.113 INFODEBG Jul 19 04:19:41.113replacing 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 } }]Jul 19 04:19:41.113 DEBG |
| 6639 | 2026-07-19T04:19:42.598Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffinitted freemap. size: 64DEBG, unit : |
| 6640 | 2026-07-19T04:19:42.598Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 6641 | 2026-07-19T04:19:42.598Z | |
| 6642 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.113 INFO Jul 19 04:19:41.113Jul 19 04:19:41.113adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 19 04:19:41.113 |
| 6643 | 2026-07-19T04:19:42.598Z | 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 } }] reset freemap |
| 6644 | 2026-07-19T04:19:42.598Z | INFOJul 19 04:19:41.113, unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6645 | 2026-07-19T04:19:42.598Z | DEBGJul 19 04:19:41.113 :INFO freemap_route_ipv6adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6646 | 2026-07-19T04:19:42.598Z | 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 } }] |
| 6647 | 2026-07-19T04:19:42.598Z | |
| 6648 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.113Jul 19 04:19:41.113Jul 19 04:19:41.113 INFODEBG Jul 19 04:19:41.113 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 6649 | 2026-07-19T04:19:42.598Z | DEBG |
| 6650 | 2026-07-19T04:19:42.598Z | INFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 19 04:19:41.113 |
| 6651 | 2026-07-19T04:19:42.598Z | INFOJul 19 04:19:41.113 |
| 6652 | 2026-07-19T04:19:42.598Z | DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Jul 19 04:19:41.113 |
| 6653 | 2026-07-19T04:19:42.598Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:19:41.113 |
| 6654 | 2026-07-19T04:19:42.598Z | DEBGINFO Jul 19 04:19:41.113 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:2b::/64 -> 2001:db8::55:ffJul 19 04:19:41.113DEBG |
| 6655 | 2026-07-19T04:19:42.598Z | DEBG |
| 6656 | 2026-07-19T04:19:42.598Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6657 | 2026-07-19T04:19:42.598Z | 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 } }] |
| 6658 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 DEBGJul 19 04:19:41.113 INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6659 | 2026-07-19T04:19:42.598Z | |
| 6660 | 2026-07-19T04:19:42.598Z | |
| 6661 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.113Jul 19 04:19:41.113 Jul 19 04:19:41.113DEBG 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 } }]INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6662 | 2026-07-19T04:19:42.598Z | |
| 6663 | 2026-07-19T04:19:42.598Z | |
| 6664 | 2026-07-19T04:19:42.598Z | Jul 19 04:19:41.114Jul 19 04:19:41.114 Jul 19 04:19:41.114INFO DEBG adding route 3fff:beef:25::/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 } }]INFO |
| 6665 | 2026-07-19T04:19:42.599Z | |
| 6666 | 2026-07-19T04:19:42.599Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6667 | 2026-07-19T04:19:42.599Z | Jul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 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:2d::/64 -> 2001:db8::55:ff |
| 6668 | 2026-07-19T04:19:42.599Z | |
| 6669 | 2026-07-19T04:19:42.599Z | 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 } }]Jul 19 04:19:41.114 |
| 6670 | 2026-07-19T04:19:42.599Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6671 | 2026-07-19T04:19:42.599Z | Jul 19 04:19:41.114 INFODEBGJul 19 04:19:41.114 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:1a::/64 -> 2001:db8::55:ff |
| 6672 | 2026-07-19T04:19:42.599Z | DEBG |
| 6673 | 2026-07-19T04:19:42.599Z | 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 } }] |
| 6674 | 2026-07-19T04:19:42.599Z | Jul 19 04:19:41.114Jul 19 04:19:41.114 Jul 19 04:19:41.114 INFOINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 6675 | 2026-07-19T04:19:42.599Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6676 | 2026-07-19T04:19:42.599Z | 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 } }]Jul 19 04:19:41.114Jul 19 04:19:41.114 |
| 6677 | 2026-07-19T04:19:42.599Z | 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 } }]DEBG |
| 6678 | 2026-07-19T04:19:42.599Z | Jul 19 04:19:41.114replacing 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 } }] |
| 6679 | 2026-07-19T04:19:42.842Z | INFOJul 19 04:19:41.114 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff Jul 19 04:19:41.114 |
| 6680 | 2026-07-19T04:19:42.842Z | INFOadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6681 | 2026-07-19T04:19:42.842Z | Jul 19 04:19:41.114adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6682 | 2026-07-19T04:19:42.842Z | DEBG Jul 19 04:19:41.114 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6683 | 2026-07-19T04:19:42.842Z | Jul 19 04:19:41.114replacing 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 } }] |
| 6684 | 2026-07-19T04:19:42.842Z | DEBGJul 19 04:19:41.114 replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6685 | 2026-07-19T04:19:42.842Z | Jul 19 04:19:41.114adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO |
| 6686 | 2026-07-19T04:19:42.842Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6687 | 2026-07-19T04:19:42.842Z | INFOJul 19 04:19:41.114 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:19:41.114DEBG |
| 6688 | 2026-07-19T04:19:42.842Z | DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6689 | 2026-07-19T04:19:42.843Z | 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 } }] |
| 6690 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114 DEBG INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6691 | 2026-07-19T04:19:42.843Z | |
| 6692 | 2026-07-19T04:19:42.843Z | 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 } }] |
| 6693 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 INFO DEBGDEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6694 | 2026-07-19T04:19:42.843Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6695 | 2026-07-19T04:19:42.843Z | |
| 6696 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 DEBG Jul 19 04:19:41.114replacing 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 } }] |
| 6697 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114INFO INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6698 | 2026-07-19T04:19:42.843Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6699 | 2026-07-19T04:19:42.843Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 6700 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 DEBGJul 19 04:19:41.114 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 } }]DEBGJul 19 04:19:41.114 |
| 6701 | 2026-07-19T04:19:42.843Z | 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 } }] |
| 6702 | 2026-07-19T04:19:42.843Z | 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 } }]Jul 19 04:19:41.114 |
| 6703 | 2026-07-19T04:19:42.843Z | INFO Jul 19 04:19:41.114adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6704 | 2026-07-19T04:19:42.843Z | INFOJul 19 04:19:41.114 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6705 | 2026-07-19T04:19:42.843Z | INFOJul 19 04:19:41.114 DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6706 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114replacing 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 |
| 6707 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 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 |
| 6708 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 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 |
| 6709 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6710 | 2026-07-19T04:19:42.843Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6711 | 2026-07-19T04:19:42.843Z | INFOJul 19 04:19:41.114Jul 19 04:19:41.114 DEBGDEBG adding route 3fff:beef:34::/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 } }] |
| 6712 | 2026-07-19T04:19:42.843Z | |
| 6713 | 2026-07-19T04:19:42.843Z | 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 } }] |
| 6714 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114Jul 19 04:19:41.114Jul 19 04:19:41.114 INFOINFODEBG adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6715 | 2026-07-19T04:19:42.843Z | adding route 3fff:beef:21::/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 } }] |
| 6716 | 2026-07-19T04:19:42.843Z | |
| 6717 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 DEBGJul 19 04:19:41.114 Jul 19 04:19:41.114 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 } }] DEBGINFO |
| 6718 | 2026-07-19T04:19:42.843Z | 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:35::/64 -> 2001:db8::55:ff |
| 6719 | 2026-07-19T04:19:42.843Z | |
| 6720 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 INFOJul 19 04:19:41.114 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 6721 | 2026-07-19T04:19:42.843Z | Jul 19 04:19:41.114 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 } }]INFOJul 19 04:19:41.114 |
| 6722 | 2026-07-19T04:19:42.843Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 6723 | 2026-07-19T04:19:42.844Z | 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 } }]Jul 19 04:19:41.114 |
| 6724 | 2026-07-19T04:19:42.844Z | INFOJul 19 04:19:41.114 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 6725 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114replacing 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 } }] |
| 6726 | 2026-07-19T04:19:42.844Z | INFOJul 19 04:19:41.114 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6727 | 2026-07-19T04:19:42.844Z | 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 } }] |
| 6728 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114 DEBG INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 6729 | 2026-07-19T04:19:42.844Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6730 | 2026-07-19T04:19:42.844Z | |
| 6731 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6732 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114DEBG 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 |
| 6733 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114replacing 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 |
| 6734 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114replacing 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 } }] |
| 6735 | 2026-07-19T04:19:42.844Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6736 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6737 | 2026-07-19T04:19:42.844Z | |
| 6738 | 2026-07-19T04:19:42.844Z | DEBG Jul 19 04:19:41.114replacing 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 } }]Jul 19 04:19:41.114 DEBGDEBG |
| 6739 | 2026-07-19T04:19:42.844Z | 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 } }] |
| 6740 | 2026-07-19T04:19:42.844Z | 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 } }] |
| 6741 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 Jul 19 04:19:41.114Jul 19 04:19:41.114INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 6742 | 2026-07-19T04:19:42.844Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 6743 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 6744 | 2026-07-19T04:19:42.844Z | 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 } }]Jul 19 04:19:41.114 |
| 6745 | 2026-07-19T04:19:42.844Z | DEBG Jul 19 04:19:41.114replacing 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 } }] |
| 6746 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114 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:ffJul 19 04:19:41.114 |
| 6747 | 2026-07-19T04:19:42.844Z | |
| 6748 | 2026-07-19T04:19:42.844Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:19:41.114 |
| 6749 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.114INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG 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 } }]Jul 19 04:19:41.115 |
| 6750 | 2026-07-19T04:19:42.844Z | DEBGJul 19 04:19:41.114Jul 19 04:19:41.473 created new freemapINFO, DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffcreated new freemap |
| 6751 | 2026-07-19T04:19:42.844Z | unit, unit:Jul 19 04:19:41.115 Jul 19 04:19:41.473freemap_route_ipv4 DEBG |
| 6752 | 2026-07-19T04:19:42.844Z | DEBG: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4 |
| 6753 | 2026-07-19T04:19:42.844Z | |
| 6754 | 2026-07-19T04:19:42.844Z | created new freemap, Jul 19 04:19:41.473Jul 19 04:19:41.473 DEBGINFO unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 6755 | 2026-07-19T04:19:42.844Z | created new freemapfreemap_route_ipv4Jul 19 04:19:41.473, unit : |
| 6756 | 2026-07-19T04:19:42.844Z | Jul 19 04:19:41.473freemap_route_ipv6 |
| 6757 | 2026-07-19T04:19:42.844Z | DEBGDEBG replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6758 | 2026-07-19T04:19:42.844Z | created new freemapJul 19 04:19:41.473, unitJul 19 04:19:41.473DEBG Jul 19 04:19:41.473:INFO initted freemap. size: 64 , DEBGunit :adding route 3fff:beef:37::/64 -> 2001:db8::55:ffcreated new freemap freemap_route_ipv6, freemap_route_ipv4 |
| 6759 | 2026-07-19T04:19:42.844Z | unit: |
| 6760 | 2026-07-19T04:19:42.844Z | |
| 6761 | 2026-07-19T04:19:42.845Z | freemap_route_ipv6 |
| 6762 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473Jul 19 04:19:41.473 DEBGDEBG reset freemap , Jul 19 04:19:41.473unitinitted freemap. size: 64:Jul 19 04:19:41.473 |
| 6763 | 2026-07-19T04:19:42.845Z | DEBG , freemap_route_ipv4replacing 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 } }] |
| 6764 | 2026-07-19T04:19:42.845Z | |
| 6765 | 2026-07-19T04:19:42.845Z | DEBGunit: freemap_route_ipv4 |
| 6766 | 2026-07-19T04:19:42.845Z | initted freemap. size: 64, Jul 19 04:19:41.473Jul 19 04:19:41.473 unit INFO DEBGJul 19 04:19:41.473 adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6767 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473, : DEBG unitDEBG freemap_route_ipv4replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6768 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473:reset freemap |
| 6769 | 2026-07-19T04:19:42.845Z | , DEBG freemap_route_ipv6replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6770 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473 |
| 6771 | 2026-07-19T04:19:42.845Z | unitINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6772 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473: Jul 19 04:19:41.473freemap_route_ipv4 DEBG |
| 6773 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473DEBGreset freemap , Jul 19 04:19:41.473unit reset freemapDEBG, unit: INFO:freemap_route_ipv6 |
| 6774 | 2026-07-19T04:19:42.845Z | 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 } }] freemap_route_ipv4 |
| 6775 | 2026-07-19T04:19:42.845Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6776 | 2026-07-19T04:19:42.845Z | |
| 6777 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473 Jul 19 04:19:41.473Jul 19 04:19:41.473 INFOINFO Jul 19 04:19:41.473adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6778 | 2026-07-19T04:19:42.845Z | Jul 19 04:19:41.473 |
| 6779 | 2026-07-19T04:19:42.862Z | DEBG DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6780 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473initted freemap. size: 64 Jul 19 04:19:41.473DEBG, DEBG DEBGunit initted freemap. size: 64 :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6781 | 2026-07-19T04:19:42.862Z | , Jul 19 04:19:41.473unit: |
| 6782 | 2026-07-19T04:19:42.862Z | freemap_route_ipv6INFO |
| 6783 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6784 | 2026-07-19T04:19:42.862Z | |
| 6785 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473 Jul 19 04:19:41.473INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6786 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473 |
| 6787 | 2026-07-19T04:19:42.862Z | DEBGJul 19 04:19:41.473 DEBGJul 19 04:19:41.473DEBG reset freemap, DEBGunit 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 } }] :reset freemap |
| 6788 | 2026-07-19T04:19:42.862Z | freemap_route_ipv6 |
| 6789 | 2026-07-19T04:19:42.862Z | 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 } }], |
| 6790 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473Jul 19 04:19:41.473 INFOunit: Jul 19 04:19:41.473 freemap_route_ipv6 DEBG |
| 6791 | 2026-07-19T04:19:42.862Z | 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 } }]Jul 19 04:19:41.473 |
| 6792 | 2026-07-19T04:19:42.862Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6793 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 6794 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6795 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.473 |
| 6796 | 2026-07-19T04:19:42.862Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 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 } }] |
| 6797 | 2026-07-19T04:19:42.862Z | |
| 6798 | 2026-07-19T04:19:42.862Z | DEBG Jul 19 04:19:41.473 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 } }]DEBGJul 19 04:19:41.473Jul 19 04:19:41.473 Jul 19 04:19:41.473DEBG 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 } }] |
| 6799 | 2026-07-19T04:19:42.862Z | |
| 6800 | 2026-07-19T04:19:42.862Z | 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 } }]DEBG |
| 6801 | 2026-07-19T04:19:42.862Z | Jul 19 04:19:41.473 Jul 19 04:19:41.473adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFOINFO |
| 6802 | 2026-07-19T04:19:42.862Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6803 | 2026-07-19T04:19:42.862Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6804 | 2026-07-19T04:19:42.862Z | |
| 6805 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473Jul 19 04:19:41.473Jul 19 04:19:41.473 INFODEBG Jul 19 04:19:41.473 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 } }] |
| 6806 | 2026-07-19T04:19:42.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6807 | 2026-07-19T04:19:42.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.473 |
| 6808 | 2026-07-19T04:19:42.863Z | DEBGDEBGJul 19 04:19:41.473 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 } }]Jul 19 04:19:41.473Jul 19 04:19:41.473replacing 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 } }] |
| 6809 | 2026-07-19T04:19:42.863Z | INFO DEBG |
| 6810 | 2026-07-19T04:19:42.863Z | DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6811 | 2026-07-19T04:19:42.863Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6812 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473 Jul 19 04:19:41.473 |
| 6813 | 2026-07-19T04:19:42.863Z | INFODEBG Jul 19 04:19:41.473 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 } }] Jul 19 04:19:41.473 |
| 6814 | 2026-07-19T04:19:42.863Z | INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:19:41.473 |
| 6815 | 2026-07-19T04:19:42.863Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 6816 | 2026-07-19T04:19:42.863Z | |
| 6817 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473 DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6818 | 2026-07-19T04:19:42.863Z | 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 } }]Jul 19 04:19:41.473Jul 19 04:19:41.473 |
| 6819 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473 INFODEBGDEBG adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }]Jul 19 04:19:41.473 |
| 6820 | 2026-07-19T04:19:42.863Z | |
| 6821 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473 DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.473 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:1::/64 -> 2001:db8::55:ffINFO |
| 6822 | 2026-07-19T04:19:42.863Z | |
| 6823 | 2026-07-19T04:19:42.863Z | |
| 6824 | 2026-07-19T04:19:42.863Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:19:41.473 |
| 6825 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473DEBG Jul 19 04:19:41.473 Jul 19 04:19:41.473DEBG INFO INFO replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 19 04:19:41.473 |
| 6826 | 2026-07-19T04:19:42.863Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff DEBG |
| 6827 | 2026-07-19T04:19:42.863Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 19 04:19:41.473 |
| 6828 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473 |
| 6829 | 2026-07-19T04:19:42.863Z | INFO DEBG adding route 3fff:beef:2::/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 } }]Jul 19 04:19:41.473 |
| 6830 | 2026-07-19T04:19:42.863Z | |
| 6831 | 2026-07-19T04:19:42.863Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 6832 | 2026-07-19T04:19:42.863Z | |
| 6833 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473Jul 19 04:19:41.473 INFODEBGJul 19 04:19:41.473 Jul 19 04:19:41.473 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 6834 | 2026-07-19T04:19:42.863Z | 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 } }] |
| 6835 | 2026-07-19T04:19:42.863Z | DEBG Jul 19 04:19:41.473replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:19:41.473replacing 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 } }] |
| 6836 | 2026-07-19T04:19:42.863Z | 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 } }]INFO |
| 6837 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473Jul 19 04:19:41.473adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6838 | 2026-07-19T04:19:42.863Z | DEBG |
| 6839 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473INFO failed to allocate space for the new target listINFO |
| 6840 | 2026-07-19T04:19:42.863Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 19 04:19:41.473Jul 19 04:19:41.473adding route 3fff:dead::/64 -> 2001:db8::55:4 DEBG |
| 6841 | 2026-07-19T04:19:42.863Z | 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 } }]Jul 19 04:19:41.473 DEBG |
| 6842 | 2026-07-19T04:19:42.863Z | DEBG |
| 6843 | 2026-07-19T04:19:42.863Z | Jul 19 04:19:41.473replacing targets for 3fff:dead::/64 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 } }] Jul 19 04:19:41.473 |
| 6844 | 2026-07-19T04:19:42.864Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:19:41.473DEBGDEBG |
| 6845 | 2026-07-19T04:19:42.864Z | INFOreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 6846 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.473 |
| 6847 | 2026-07-19T04:19:42.864Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 19 04:19:41.473 |
| 6848 | 2026-07-19T04:19:42.864Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6849 | 2026-07-19T04:19:42.864Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 6850 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.473 Jul 19 04:19:41.473DEBG Jul 19 04:19:41.473WARN DEBGDEBG INFOfailed to allocate space for the new target listreplacing 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:31::/64 -> 2001:db8::55:ff |
| 6851 | 2026-07-19T04:19:42.864Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6852 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508 Jul 19 04:19:41.114 DEBG created new freemapJul 19 04:19:41.114, unitDEBG: 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 } }]freemap_route_ipv4DEBG |
| 6853 | 2026-07-19T04:19:42.864Z | |
| 6854 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508replacing 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 } }] |
| 6855 | 2026-07-19T04:19:42.864Z | ERRO Jul 19 04:19:41.508Jul 19 04:19:41.508 rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBGJul 19 04:19:41.508 |
| 6856 | 2026-07-19T04:19:42.864Z | INFOINFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffcreated new freemap |
| 6857 | 2026-07-19T04:19:42.864Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6858 | 2026-07-19T04:19:42.864Z | |
| 6859 | 2026-07-19T04:19:42.864Z | , Jul 19 04:19:41.508unit Jul 19 04:19:41.508: DEBG freemap_route_ipv6replacing 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 } }] |
| 6860 | 2026-07-19T04:19:42.864Z | |
| 6861 | 2026-07-19T04:19:42.864Z | ERROJul 19 04:19:41.508 Jul 19 04:19:41.508shrink-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 DEBGDEBG |
| 6862 | 2026-07-19T04:19:42.864Z | 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 } }] |
| 6863 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508replacing 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 } }] |
| 6864 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508INFO Jul 19 04:19:41.508DEBG initted freemap. size: 64adding route 3fff:beef:33::/64 -> 2001:db8::55:ff, |
| 6865 | 2026-07-19T04:19:42.864Z | unitINFO: Jul 19 04:19:41.508 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.508 |
| 6866 | 2026-07-19T04:19:42.864Z | INFODEBGfreemap_route_ipv4 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 } }] |
| 6867 | 2026-07-19T04:19:42.864Z | |
| 6868 | 2026-07-19T04:19:42.864Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6869 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508Jul 19 04:19:41.508Jul 19 04:19:41.508 INFODEBG adding route 3fff:beef:34::/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 } }] |
| 6870 | 2026-07-19T04:19:42.864Z | |
| 6871 | 2026-07-19T04:19:42.864Z | 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 } }] |
| 6872 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.508 Jul 19 04:19:41.508DEBGJul 19 04:19:41.508 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.508 |
| 6873 | 2026-07-19T04:19:42.864Z | INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffINFO |
| 6874 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.509reset freemap INFO , adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6875 | 2026-07-19T04:19:42.864Z | Jul 19 04:19:41.509 |
| 6876 | 2026-07-19T04:19:42.864Z | unit:DEBG freemap_route_ipv4Jul 19 04:19:41.509 |
| 6877 | 2026-07-19T04:19:42.864Z | 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 } }]Jul 19 04:19:41.509 |
| 6878 | 2026-07-19T04:19:42.864Z | DEBGJul 19 04:19:41.509 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 } }] |
| 6879 | 2026-07-19T04:19:42.876Z | initted freemap. size: 64Jul 19 04:19:41.509DEBG, Jul 19 04:19:41.509unit INFO:INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6880 | 2026-07-19T04:19:42.876Z | |
| 6881 | 2026-07-19T04:19:42.876Z | |
| 6882 | 2026-07-19T04:19:42.876Z | 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 } }] |
| 6883 | 2026-07-19T04:19:42.876Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 DEBGDEBG reset freemapreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 6884 | 2026-07-19T04:19:42.876Z | Jul 19 04:19:41.509 unit: DEBGfreemap_route_ipv6Jul 19 04:19:41.509 |
| 6885 | 2026-07-19T04:19:42.876Z | Jul 19 04:19:41.509 INFO INFOreplacing 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:37::/64 -> 2001:db8::55:ff |
| 6886 | 2026-07-19T04:19:42.876Z | |
| 6887 | 2026-07-19T04:19:42.876Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6888 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509Jul 19 04:19:41.509Jul 19 04:19:41.509 DEBGDEBG failed to allocate space for the new target listINFOreplacing 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 } }] |
| 6889 | 2026-07-19T04:19:42.877Z | |
| 6890 | 2026-07-19T04:19:42.877Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6891 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]INFOJul 19 04:19:41.509 DEBG |
| 6892 | 2026-07-19T04:19:42.877Z | 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 } }]Jul 19 04:19:41.509 |
| 6893 | 2026-07-19T04:19:42.877Z | DEBGDEBG |
| 6894 | 2026-07-19T04:19:42.877Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6895 | 2026-07-19T04:19:42.877Z | |
| 6896 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509 DEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6897 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509Jul 19 04:19:41.509Jul 19 04:19:41.509 INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFO |
| 6898 | 2026-07-19T04:19:42.877Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6899 | 2026-07-19T04:19:42.877Z | |
| 6900 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509 |
| 6901 | 2026-07-19T04:19:42.877Z | DEBGJul 19 04:19:41.509 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6902 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6903 | 2026-07-19T04:19:42.877Z | |
| 6904 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509 Jul 19 04:19:41.509 INFOINFO Jul 19 04:19:41.509adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6905 | 2026-07-19T04:19:42.877Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6906 | 2026-07-19T04:19:42.877Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:19:41.509 |
| 6907 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6908 | 2026-07-19T04:19:42.877Z | DEBG Jul 19 04:19:41.509replacing 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 } }]Jul 19 04:19:41.509 |
| 6909 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509 DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6910 | 2026-07-19T04:19:42.877Z | Jul 19 04:19:41.509DEBG INFOreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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:3b::/64 -> 2001:db8::55:ff |
| 6911 | 2026-07-19T04:19:42.877Z | |
| 6912 | 2026-07-19T04:19:42.877Z | |
| 6913 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 Jul 19 04:19:41.509 Jul 19 04:19:41.509Jul 19 04:19:41.509DEBG INFOreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6914 | 2026-07-19T04:19:42.878Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6915 | 2026-07-19T04:19:42.878Z | |
| 6916 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 |
| 6917 | 2026-07-19T04:19:42.878Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:19:41.509 |
| 6918 | 2026-07-19T04:19:42.878Z | DEBGJul 19 04:19:41.509 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 } }]Jul 19 04:19:41.509DEBG Jul 19 04:19:41.509 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]DEBG |
| 6919 | 2026-07-19T04:19:42.878Z | |
| 6920 | 2026-07-19T04:19:42.878Z | |
| 6921 | 2026-07-19T04:19:42.878Z | 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 } }] |
| 6922 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 DEBGJul 19 04:19:41.509 Jul 19 04:19:41.509 failed to allocate space for the new target listINFODEBG |
| 6923 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 replacing targets for 3fff:dead::/64 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 } }]INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6924 | 2026-07-19T04:19:42.878Z | |
| 6925 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6926 | 2026-07-19T04:19:42.878Z | 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 } }]Jul 19 04:19:41.509 Jul 19 04:19:41.509WARN DEBGJul 19 04:19:41.509 |
| 6927 | 2026-07-19T04:19:42.878Z | DEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6928 | 2026-07-19T04:19:42.878Z | |
| 6929 | 2026-07-19T04:19:42.878Z | 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 } }] |
| 6930 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6931 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 DEBGINFO |
| 6932 | 2026-07-19T04:19:42.878Z | 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 } }] |
| 6933 | 2026-07-19T04:19:42.878Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6934 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 Jul 19 04:19:41.509INFO DEBGadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6935 | 2026-07-19T04:19:42.878Z | 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 } }] |
| 6936 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 Jul 19 04:19:41.509DEBG INFOreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6937 | 2026-07-19T04:19:42.878Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6938 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509 Jul 19 04:19:41.509INFO DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6939 | 2026-07-19T04:19:42.878Z | 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 } }] |
| 6940 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 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:24::/64 -> 2001:db8::55:ff |
| 6941 | 2026-07-19T04:19:42.878Z | |
| 6942 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 6943 | 2026-07-19T04:19:42.878Z | |
| 6944 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 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:25::/64 -> 2001:db8::55:ff |
| 6945 | 2026-07-19T04:19:42.878Z | |
| 6946 | 2026-07-19T04:19:42.878Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6947 | 2026-07-19T04:19:42.878Z | |
| 6948 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 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:26::/64 -> 2001:db8::55:ff |
| 6949 | 2026-07-19T04:19:42.879Z | |
| 6950 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:d::/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 } }] |
| 6951 | 2026-07-19T04:19:42.879Z | |
| 6952 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 6953 | 2026-07-19T04:19:42.879Z | |
| 6954 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.509Jul 19 04:19:41.509 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:e::/64 -> 2001:db8::55:ff |
| 6955 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.510 Jul 19 04:19:41.517DEBG DEBGcreated new freemap , 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 } }]Jul 19 04:19:41.510unit |
| 6956 | 2026-07-19T04:19:42.879Z | : freemap_route_ipv4 |
| 6957 | 2026-07-19T04:19:42.879Z | DEBG created new freemap, Jul 19 04:19:41.510unitJul 19 04:19:41.517: |
| 6958 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.517 INFOfreemap_route_ipv4DEBG created new freemapDEBG |
| 6959 | 2026-07-19T04:19:42.879Z | , unitcreated new freemap:, adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 6960 | 2026-07-19T04:19:42.879Z | :freemap_route_ipv4Jul 19 04:19:41.517 |
| 6961 | 2026-07-19T04:19:42.879Z | freemap_route_ipv6INFO |
| 6962 | 2026-07-19T04:19:42.879Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:19:41.517Jul 19 04:19:41.517 DEBGDEBG Jul 19 04:19:41.517 created new freemapJul 19 04:19:41.517 |
| 6963 | 2026-07-19T04:19:42.879Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBGDEBG, |
| 6964 | 2026-07-19T04:19:42.879Z | unitJul 19 04:19:41.517created new freemap : initted freemap. size: 64 Jul 19 04:19:41.517, DEBG , INFOunit :unitadding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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 } }] |
| 6965 | 2026-07-19T04:19:42.879Z | freemap_route_ipv4 |
| 6966 | 2026-07-19T04:19:42.879Z | : |
| 6967 | 2026-07-19T04:19:42.879Z | freemap_route_ipv6Jul 19 04:19:41.517 |
| 6968 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBG freemap_route_ipv6 |
| 6969 | 2026-07-19T04:19:42.879Z | 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 } }] |
| 6970 | 2026-07-19T04:19:42.879Z | DEBGINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffreset freemapJul 19 04:19:41.517Jul 19 04:19:41.517 |
| 6971 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.517 DEBG , INFOinitted freemap. size: 64 Jul 19 04:19:41.517 unit adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG: |
| 6972 | 2026-07-19T04:19:42.879Z | freemap_route_ipv4DEBG |
| 6973 | 2026-07-19T04:19:42.879Z | initted freemap. size: 64Jul 19 04:19:41.517replacing 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 } }] Jul 19 04:19:41.517, , |
| 6974 | 2026-07-19T04:19:42.879Z | DEBG unitDEBGunit: initted freemap. size: 64: , unitfreemap_route_ipv4: 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_ipv4freemap_route_ipv6 |
| 6975 | 2026-07-19T04:19:42.879Z | |
| 6976 | 2026-07-19T04:19:42.879Z | |
| 6977 | 2026-07-19T04:19:42.879Z | |
| 6978 | 2026-07-19T04:19:42.879Z | Jul 19 04:19:41.517 Jul 19 04:19:41.517INFO DEBGJul 19 04:19:41.517Jul 19 04:19:41.517 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 19 04:19:41.517INFO |
| 6979 | 2026-07-19T04:19:42.887Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6980 | 2026-07-19T04:19:42.887Z | DEBGDEBG reset freemap, unitreset freemapJul 19 04:19:41.517, :Jul 19 04:19:41.517 reset freemapunitfreemap_route_ipv6DEBG:, unitreplacing 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 } }] |
| 6981 | 2026-07-19T04:19:42.887Z | DEBGfreemap_route_ipv4 |
| 6982 | 2026-07-19T04:19:42.887Z | |
| 6983 | 2026-07-19T04:19:42.887Z | 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 } }] |
| 6984 | 2026-07-19T04:19:42.887Z | : freemap_route_ipv4 |
| 6985 | 2026-07-19T04:19:42.888Z | Jul 19 04:19:41.517Jul 19 04:19:41.517 INFOINFO Jul 19 04:19:41.517 INFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6986 | 2026-07-19T04:19:42.888Z | |
| 6987 | 2026-07-19T04:19:42.888Z | Jul 19 04:19:41.517 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6988 | 2026-07-19T04:19:42.888Z | DEBGJul 19 04:19:41.517 Jul 19 04:19:41.517 initted freemap. size: 64DEBG, unit :replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv6 |
| 6989 | 2026-07-19T04:19:42.888Z | |
| 6990 | 2026-07-19T04:19:42.888Z | DEBGJul 19 04:19:41.517 Jul 19 04:19:41.517 replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6991 | 2026-07-19T04:19:42.888Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6992 | 2026-07-19T04:19:42.888Z | Jul 19 04:19:41.517Jul 19 04:19:41.517DEBG initted freemap. size: 64 Jul 19 04:19:41.517, Jul 19 04:19:41.517 INFOINFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ff unitreset freemap |
| 6993 | 2026-07-19T04:19:42.888Z | :adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffINFO freemap_route_ipv6 |
| 6994 | 2026-07-19T04:19:42.888Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6995 | 2026-07-19T04:19:42.888Z | , unit |
| 6996 | 2026-07-19T04:19:42.888Z | Jul 19 04:19:41.517: freemap_route_ipv6Jul 19 04:19:41.517DEBG |
| 6997 | 2026-07-19T04:19:42.888Z | Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBG DEBGDEBGreplacing 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 } }] Jul 19 04:19:41.517replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6998 | 2026-07-19T04:19:42.888Z | 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 } }] |
| 6999 | 2026-07-19T04:19:42.888Z | reset freemap |
| 7000 | 2026-07-19T04:19:42.888Z | , Jul 19 04:19:41.517unitINFO : freemap_route_ipv6 Jul 19 04:19:41.517 |
| 7001 | 2026-07-19T04:19:42.888Z | INFO Jul 19 04:19:41.517INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 7002 | 2026-07-19T04:19:42.888Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7003 | 2026-07-19T04:19:42.888Z | |
| 7004 | 2026-07-19T04:19:42.889Z | |
| 7005 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7006 | 2026-07-19T04:19:42.889Z | |
| 7007 | 2026-07-19T04:19:42.889Z | DEBGJul 19 04:19:41.510 Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBGJul 19 04:19:41.517 Jul 19 04:19:41.517replacing 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 } }]created new freemap , DEBGunit replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:DEBG INFOfreemap_route_ipv4 |
| 7008 | 2026-07-19T04:19:42.889Z | |
| 7009 | 2026-07-19T04:19:42.889Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7010 | 2026-07-19T04:19:42.889Z | DEBG |
| 7011 | 2026-07-19T04:19:42.889Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:19:41.517 |
| 7012 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517Jul 19 04:19:41.517 INFO |
| 7013 | 2026-07-19T04:19:42.889Z | DEBG DEBGJul 19 04:19:41.517 created new freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff, |
| 7014 | 2026-07-19T04:19:42.889Z | INFOunitreplacing 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 } }]Jul 19 04:19:41.517: INFO |
| 7015 | 2026-07-19T04:19:42.889Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:19:41.517freemap_route_ipv6Jul 19 04:19:41.517 |
| 7016 | 2026-07-19T04:19:42.889Z | |
| 7017 | 2026-07-19T04:19:42.889Z | DEBG Jul 19 04:19:41.517adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] Jul 19 04:19:41.517INFO |
| 7018 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517INFODEBG initted freemap. size: 64adding route 172.17.0.3/32 -> 10.0.0.255, |
| 7019 | 2026-07-19T04:19:42.889Z | |
| 7020 | 2026-07-19T04:19:42.889Z | unitDEBG :Jul 19 04:19:41.517 freemap_route_ipv4INFO |
| 7021 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:19:41.517 |
| 7022 | 2026-07-19T04:19:42.889Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7023 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517 |
| 7024 | 2026-07-19T04:19:42.889Z | 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 } }]reset freemap |
| 7025 | 2026-07-19T04:19:42.889Z | Jul 19 04:19:41.517Jul 19 04:19:41.517 DEBG , DEBGJul 19 04:19:41.517unitJul 19 04:19:41.517 replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:INFO INFO freemap_route_ipv4 |
| 7026 | 2026-07-19T04:19:42.889Z | |
| 7027 | 2026-07-19T04:19:42.890Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7028 | 2026-07-19T04:19:42.890Z | |
| 7029 | 2026-07-19T04:19:42.890Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7030 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517 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 } }]DEBGJul 19 04:19:41.517 |
| 7031 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517 initted freemap. size: 64 Jul 19 04:19:41.517, DEBGINFOunit :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 } }]Jul 19 04:19:41.517Jul 19 04:19:41.517INFO |
| 7032 | 2026-07-19T04:19:42.890Z | freemap_route_ipv6 |
| 7033 | 2026-07-19T04:19:42.890Z | INFO Jul 19 04:19:41.517adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7034 | 2026-07-19T04:19:42.890Z | INFOJul 19 04:19:41.517 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7035 | 2026-07-19T04:19:42.890Z | DEBG |
| 7036 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517 reset freemapDEBG, Jul 19 04:19:41.517 unitreplacing 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 } }] DEBGDEBG |
| 7037 | 2026-07-19T04:19:42.890Z | : |
| 7038 | 2026-07-19T04:19:42.890Z | replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 7039 | 2026-07-19T04:19:42.890Z | |
| 7040 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517Jul 19 04:19:41.517 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG Jul 19 04:19:41.517adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:19:41.517 |
| 7041 | 2026-07-19T04:19:42.890Z | INFOINFO Jul 19 04:19:41.517 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 } }] |
| 7042 | 2026-07-19T04:19:42.890Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7043 | 2026-07-19T04:19:42.890Z | DEBG |
| 7044 | 2026-07-19T04:19:42.890Z | adding 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: "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 } }] |
| 7045 | 2026-07-19T04:19:42.890Z | |
| 7046 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 Jul 19 04:19:41.517DEBG INFOJul 19 04:19:41.517 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 } }]INFODEBG |
| 7047 | 2026-07-19T04:19:42.890Z | DEBG adding route 3fff:beef:30::/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 } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7048 | 2026-07-19T04:19:42.890Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7049 | 2026-07-19T04:19:42.890Z | |
| 7050 | 2026-07-19T04:19:42.890Z | |
| 7051 | 2026-07-19T04:19:42.890Z | Jul 19 04:19:41.517Jul 19 04:19:41.517Jul 19 04:19:41.517 INFOINFOJul 19 04:19:41.517 Jul 19 04:19:41.517 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7052 | 2026-07-19T04:19:42.891Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff DEBGJul 19 04:19:41.517 |
| 7053 | 2026-07-19T04:19:42.891Z | |
| 7054 | 2026-07-19T04:19:42.891Z | 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 |
| 7055 | 2026-07-19T04:19:42.891Z | 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 } }] |
| 7056 | 2026-07-19T04:19:42.891Z | Jul 19 04:19:41.518Jul 19 04:19:41.518 DEBGJul 19 04:19:41.518replacing 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 } }] Jul 19 04:19:41.518DEBG INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 |
| 7057 | 2026-07-19T04:19:42.891Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7058 | 2026-07-19T04:19:42.891Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7059 | 2026-07-19T04:19:42.891Z | |
| 7060 | 2026-07-19T04:19:42.891Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7061 | 2026-07-19T04:19:42.891Z | |
| 7062 | 2026-07-19T04:19:42.891Z | Jul 19 04:19:41.518 INFOJul 19 04:19:41.518Jul 19 04:19:41.518Jul 19 04:19:41.518 DEBG INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOadding route 172.17.0.0/32 -> 10.0.0.255 Jul 19 04:19:41.518adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7063 | 2026-07-19T04:19:42.891Z | |
| 7064 | 2026-07-19T04:19:42.891Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 7065 | 2026-07-19T04:19:42.891Z | |
| 7066 | 2026-07-19T04:19:42.891Z | DEBG Jul 19 04:19:41.518Jul 19 04:19:41.518replacing 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 } }] |
| 7067 | 2026-07-19T04:19:42.891Z | DEBGINFOJul 19 04:19:41.518 Jul 19 04:19:41.518adding route 172.17.0.1/32 -> 10.0.0.255 DEBG |
| 7068 | 2026-07-19T04:19:42.891Z | 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 } }] |
| 7069 | 2026-07-19T04:19:42.891Z | DEBG Jul 19 04:19:41.518 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 } }] |
| 7070 | 2026-07-19T04:19:42.892Z | DEBGJul 19 04:19:41.518Jul 19 04:19:41.518replacing 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 } }] |
| 7071 | 2026-07-19T04:19:42.892Z | 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 } }]Jul 19 04:19:41.518INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7072 | 2026-07-19T04:19:42.892Z | |
| 7073 | 2026-07-19T04:19:42.892Z | |
| 7074 | 2026-07-19T04:19:42.892Z | Jul 19 04:19:41.509 DEBG Jul 19 04:19:41.527created new freemap Jul 19 04:19:41.527, DEBG DEBGJul 19 04:19:41.527unit replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:replacing targets for 3fff:beef: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 |
| 7075 | 2026-07-19T04:19:42.892Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7076 | 2026-07-19T04:19:42.892Z | freemap_route_ipv4Jul 19 04:19:41.527 |
| 7077 | 2026-07-19T04:19:42.892Z | |
| 7078 | 2026-07-19T04:19:42.892Z | Jul 19 04:19:41.527 Jul 19 04:19:41.527 INFOJul 19 04:19:41.527INFO DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff 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 } }] Jul 19 04:19:41.527 |
| 7079 | 2026-07-19T04:19:42.903Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7080 | 2026-07-19T04:19:42.903Z | |
| 7081 | 2026-07-19T04:19:42.903Z | |
| 7082 | 2026-07-19T04:19:42.903Z | DEBG created new freemapJul 19 04:19:41.527 , INFOJul 19 04:19:41.527 Jul 19 04:19:41.527DEBGadding route 172.17.0.3/32 -> 10.0.0.255 Jul 19 04:19:41.527 |
| 7083 | 2026-07-19T04:19:42.904Z | unitreplacing 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 |
| 7084 | 2026-07-19T04:19:42.904Z | freemap_route_ipv6Jul 19 04:19:41.527 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 } }] |
| 7085 | 2026-07-19T04:19:42.904Z | DEBG |
| 7086 | 2026-07-19T04:19:42.904Z | 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 } }]Jul 19 04:19:41.527 |
| 7087 | 2026-07-19T04:19:42.904Z | INFO adding route 3fff:beef:1d::/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 } }] |
| 7088 | 2026-07-19T04:19:42.904Z | Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 |
| 7089 | 2026-07-19T04:19:42.904Z | DEBGINFOINFO Jul 19 04:19:41.527adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:19:41.527adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7090 | 2026-07-19T04:19:42.904Z | |
| 7091 | 2026-07-19T04:19:42.904Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7092 | 2026-07-19T04:19:42.904Z | initted freemap. size: 64 Jul 19 04:19:41.527 , adding route 172.17.0.3/32 -> 10.0.0.255Jul 19 04:19:41.527unitDEBG: 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 } }] |
| 7093 | 2026-07-19T04:19:42.904Z | |
| 7094 | 2026-07-19T04:19:42.904Z | Jul 19 04:19:41.527DEBG freemap_route_ipv4INFO |
| 7095 | 2026-07-19T04:19:42.904Z | Jul 19 04:19:41.527 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 } }] |
| 7096 | 2026-07-19T04:19:42.904Z | Jul 19 04:19:41.527adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:19:41.527 |
| 7097 | 2026-07-19T04:19:42.904Z | DEBGINFO Jul 19 04:19:41.527DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7098 | 2026-07-19T04:19:42.904Z | |
| 7099 | 2026-07-19T04:19:42.904Z | DEBGJul 19 04:19:41.527 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 } }]INFOJul 19 04:19:41.527 DEBGreset freemapadding route 172.17.0.5/32 -> 10.0.0.255, Jul 19 04:19:41.527 |
| 7100 | 2026-07-19T04:19:42.904Z | unit |
| 7101 | 2026-07-19T04:19:42.904Z | INFO: replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.4/32 -> 10.0.0.255 Jul 19 04:19:41.527 |
| 7102 | 2026-07-19T04:19:42.904Z | |
| 7103 | 2026-07-19T04:19:42.904Z | DEBGJul 19 04:19:41.527 freemap_route_ipv4replacing 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 } }] |
| 7104 | 2026-07-19T04:19:42.904Z | |
| 7105 | 2026-07-19T04:19:42.904Z | INFOJul 19 04:19:41.527 Jul 19 04:19:41.527 DEBG INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:19:41.527 |
| 7106 | 2026-07-19T04:19:42.904Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFOJul 19 04:19:41.527 |
| 7107 | 2026-07-19T04:19:42.904Z | adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7108 | 2026-07-19T04:19:42.904Z | Jul 19 04:19:41.527 |
| 7109 | 2026-07-19T04:19:42.904Z | DEBGJul 19 04:19:41.527 DEBG Jul 19 04:19:41.527 DEBG DEBGreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]initted freemap. size: 64 Jul 19 04:19:41.527 |
| 7110 | 2026-07-19T04:19:42.905Z | , |
| 7111 | 2026-07-19T04:19:42.905Z | unitreplacing 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 } }]: |
| 7112 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527 INFOfreemap_route_ipv6 Jul 19 04:19:41.527adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7113 | 2026-07-19T04:19:42.905Z | INFOINFO |
| 7114 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7115 | 2026-07-19T04:19:42.905Z | |
| 7116 | 2026-07-19T04:19:42.905Z | INFO Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 Jul 19 04:19:41.527DEBG adding route 172.17.0.7/32 -> 10.0.0.255 DEBG DEBGDEBG |
| 7117 | 2026-07-19T04:19:42.905Z | 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 } }] |
| 7118 | 2026-07-19T04:19:42.905Z | 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 } }]reset freemap, |
| 7119 | 2026-07-19T04:19:42.905Z | 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 } }]Jul 19 04:19:41.527unit |
| 7120 | 2026-07-19T04:19:42.905Z | : Jul 19 04:19:41.527DEBG Jul 19 04:19:41.527INFO 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 } }] |
| 7121 | 2026-07-19T04:19:42.905Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:19:41.527 |
| 7122 | 2026-07-19T04:19:42.905Z | freemap_route_ipv6 |
| 7123 | 2026-07-19T04:19:42.905Z | |
| 7124 | 2026-07-19T04:19:42.905Z | INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.527 |
| 7125 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 INFODEBG Jul 19 04:19:41.527 Jul 19 04:19:41.527adding route 172.17.0.8/32 -> 10.0.0.255 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7126 | 2026-07-19T04:19:42.905Z | DEBG |
| 7127 | 2026-07-19T04:19:42.905Z | DEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }]Jul 19 04:19:41.527 |
| 7128 | 2026-07-19T04:19:42.905Z | |
| 7129 | 2026-07-19T04:19:42.905Z | INFOJul 19 04:19:41.527 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7130 | 2026-07-19T04:19:42.905Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG 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 } }] |
| 7131 | 2026-07-19T04:19:42.905Z | |
| 7132 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 INFOJul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 INFOINFODEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7133 | 2026-07-19T04:19:42.905Z | 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:39::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255 |
| 7134 | 2026-07-19T04:19:42.905Z | |
| 7135 | 2026-07-19T04:19:42.905Z | |
| 7136 | 2026-07-19T04:19:42.905Z | DEBGJul 19 04:19:41.527 Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 DEBG |
| 7137 | 2026-07-19T04:19:42.905Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7138 | 2026-07-19T04:19:42.905Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 7139 | 2026-07-19T04:19:42.905Z | 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.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 } }] |
| 7140 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527 Jul 19 04:19:41.527 |
| 7141 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 INFOINFOINFO DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7142 | 2026-07-19T04:19:42.905Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7143 | 2026-07-19T04:19:42.905Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7144 | 2026-07-19T04:19:42.905Z | |
| 7145 | 2026-07-19T04:19:42.905Z | |
| 7146 | 2026-07-19T04:19:42.905Z | Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527 DEBG DEBG DEBGINFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7147 | 2026-07-19T04:19:42.906Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7148 | 2026-07-19T04:19:42.906Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7149 | 2026-07-19T04:19:42.906Z | |
| 7150 | 2026-07-19T04:19:42.906Z | test route::tests::identity_replace_is_noop ... ok |
| 7151 | 2026-07-19T04:19:42.906Z | |
| 7152 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 DEBG Jul 19 04:19:41.527INFO INFOJul 19 04:19:41.527adding route 3fff:beef:3b::/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 } }] |
| 7153 | 2026-07-19T04:19:42.906Z | adding route 172.17.0.11/32 -> 10.0.0.255 INFO |
| 7154 | 2026-07-19T04:19:42.906Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7155 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527 |
| 7156 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527 DEBG 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 } }] |
| 7157 | 2026-07-19T04:19:42.906Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 7158 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 Jul 19 04:19:41.510Jul 19 04:19:41.527 Jul 19 04:19:41.527DEBG DEBGINFO Jul 19 04:19:41.527adding route 172.17.0.12/32 -> 10.0.0.255 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7159 | 2026-07-19T04:19:42.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 } }]created new freemap |
| 7160 | 2026-07-19T04:19:42.906Z | DEBG |
| 7161 | 2026-07-19T04:19:42.906Z | , 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 unitJul 19 04:19:41.527: |
| 7162 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527replacing 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 } }] |
| 7163 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527INFO Jul 19 04:19:41.527DEBGINFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.527 |
| 7164 | 2026-07-19T04:19:42.906Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7165 | 2026-07-19T04:19:42.906Z | |
| 7166 | 2026-07-19T04:19:42.906Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7167 | 2026-07-19T04:19:42.906Z | INFOJul 19 04:19:41.527 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7168 | 2026-07-19T04:19:42.906Z | DEBGfreemap_route_ipv4 Jul 19 04:19:41.527 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 } }] |
| 7169 | 2026-07-19T04:19:42.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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7170 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527 |
| 7171 | 2026-07-19T04:19:42.906Z | DEBG Jul 19 04:19:41.527replacing 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 } }] |
| 7172 | 2026-07-19T04:19:42.906Z | DEBG Jul 19 04:19:41.527Jul 19 04:19:41.527Jul 19 04:19:41.527created new freemap INFOINFO, unit adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7173 | 2026-07-19T04:19:42.906Z | |
| 7174 | 2026-07-19T04:19:42.906Z | : freemap_route_ipv6 |
| 7175 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527INFOJul 19 04:19:41.527 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGDEBG Jul 19 04:19:41.527 |
| 7176 | 2026-07-19T04:19:42.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:4, vlan_id: None } }] |
| 7177 | 2026-07-19T04:19:42.906Z | DEBGJul 19 04:19:41.527 Jul 19 04:19:41.527replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7178 | 2026-07-19T04:19:42.906Z | Jul 19 04:19:41.527DEBG |
| 7179 | 2026-07-19T04:19:42.915Z | initted freemap. size: 64WARNDEBG , shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:19:41.527 |
| 7180 | 2026-07-19T04:19:42.915Z | Jul 19 04:19:41.527: INFOfreemap_route_ipv4 |
| 7181 | 2026-07-19T04:19:42.915Z | INFO |
| 7182 | 2026-07-19T04:19:42.915Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7183 | 2026-07-19T04:19:42.915Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7184 | 2026-07-19T04:19:42.915Z | Jul 19 04:19:41.527Jul 19 04:19:41.527 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 } }, NextHop { asic_port_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.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 } }] |
| 7185 | 2026-07-19T04:19:42.915Z | Jul 19 04:19:41.528 DEBG Jul 19 04:19:41.566INFO INFOcreated new freemapadding route 172.17.0.9/32 -> 10.0.0.255, |
| 7186 | 2026-07-19T04:19:42.915Z | adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 7187 | 2026-07-19T04:19:42.915Z | : Jul 19 04:19:41.527Jul 19 04:19:41.566 Jul 19 04:19:41.566 DEBGDEBGfreemap_route_ipv4 |
| 7188 | 2026-07-19T04:19:42.915Z | 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 } }]reset freemap |
| 7189 | 2026-07-19T04:19:42.915Z | , 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 } }] |
| 7190 | 2026-07-19T04:19:42.915Z | unit:Jul 19 04:19:41.566Jul 19 04:19:41.566 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7191 | 2026-07-19T04:19:42.916Z | DEBG Jul 19 04:19:41.566 created new freemap Jul 19 04:19:41.566INFO freemap_route_ipv4DEBG, replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7192 | 2026-07-19T04:19:42.916Z | |
| 7193 | 2026-07-19T04:19:42.916Z | unit |
| 7194 | 2026-07-19T04:19:42.916Z | : freemap_route_ipv6 |
| 7195 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 Jul 19 04:19:41.566 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 } }]INFO |
| 7196 | 2026-07-19T04:19:42.916Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7197 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 DEBGJul 19 04:19:41.566Jul 19 04:19:41.566 |
| 7198 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566INFO adding route 172.17.0.14/32 -> 10.0.0.255 initted freemap. size: 64DEBGDEBG, |
| 7199 | 2026-07-19T04:19:42.916Z | initted freemap. size: 64unit, :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 } }] |
| 7200 | 2026-07-19T04:19:42.916Z | freemap_route_ipv4Jul 19 04:19:41.566 |
| 7201 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 unitWARNDEBGJul 19 04:19:41.566 Jul 19 04:19:41.566 :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 } }] reset freemapINFO |
| 7202 | 2026-07-19T04:19:42.916Z | freemap_route_ipv6shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), |
| 7203 | 2026-07-19T04:19:42.916Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:19:41.566unit |
| 7204 | 2026-07-19T04:19:42.916Z | |
| 7205 | 2026-07-19T04:19:42.916Z | :INFO Jul 19 04:19:41.566 adding route 172.17.0.15/32 -> 10.0.0.255 DEBGfreemap_route_ipv4 |
| 7206 | 2026-07-19T04:19:42.916Z | |
| 7207 | 2026-07-19T04:19:42.916Z | reset freemapJul 19 04:19:41.566 DEBG, Jul 19 04:19:41.566replacing 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 } }]Jul 19 04:19:41.566 |
| 7208 | 2026-07-19T04:19:42.916Z | unit DEBG: replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7209 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 freemap_route_ipv6initted freemap. size: 64 |
| 7210 | 2026-07-19T04:19:42.916Z | INFOJul 19 04:19:41.566, unit:adding route 172.17.0.13/32 -> 10.0.0.255INFO |
| 7211 | 2026-07-19T04:19:42.916Z | freemap_route_ipv6 |
| 7212 | 2026-07-19T04:19:42.916Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566 |
| 7213 | 2026-07-19T04:19:42.916Z | INFOJul 19 04:19:41.566 Jul 19 04:19:41.566 DEBGDEBGadding route 172.16.0.0/32 -> 10.0.0.1 reset freemap |
| 7214 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 , 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 } }]DEBGunit |
| 7215 | 2026-07-19T04:19:42.916Z | : freemap_route_ipv6 |
| 7216 | 2026-07-19T04:19:42.916Z | 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 } }]Jul 19 04:19:41.566Jul 19 04:19:41.566 |
| 7217 | 2026-07-19T04:19:42.916Z | INFOJul 19 04:19:41.566 adding route 172.17.0.14/32 -> 10.0.0.255INFO |
| 7218 | 2026-07-19T04:19:42.916Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:19:41.566 |
| 7219 | 2026-07-19T04:19:42.916Z | DEBG Jul 19 04:19:41.566INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7220 | 2026-07-19T04:19:42.916Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 7221 | 2026-07-19T04:19:42.916Z | 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 } }]Jul 19 04:19:41.566Jul 19 04:19:41.566 |
| 7222 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566INFO DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7223 | 2026-07-19T04:19:42.916Z | 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 } }]Jul 19 04:19:41.566 |
| 7224 | 2026-07-19T04:19:42.916Z | |
| 7225 | 2026-07-19T04:19:42.916Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 19 04:19:41.566 |
| 7226 | 2026-07-19T04:19:42.916Z | Jul 19 04:19:41.566 INFOINFO Jul 19 04:19:41.566adding route 3fff:dead::/64 -> 2001:db8::55:2 Jul 19 04:19:41.566adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7227 | 2026-07-19T04:19:42.916Z | DEBG |
| 7228 | 2026-07-19T04:19:42.917Z | 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 Jul 19 04:19:41.566 |
| 7229 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:19:41.566 |
| 7230 | 2026-07-19T04:19:42.917Z | |
| 7231 | 2026-07-19T04:19:42.917Z | 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 } }] |
| 7232 | 2026-07-19T04:19:42.917Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566 |
| 7233 | 2026-07-19T04:19:42.917Z | DEBGJul 19 04:19:41.566Jul 19 04:19:41.566 Jul 19 04:19:41.566 INFODEBG adding route 172.17.0.19/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:3, 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 } }] |
| 7234 | 2026-07-19T04:19:42.917Z | |
| 7235 | 2026-07-19T04:19:42.917Z | |
| 7236 | 2026-07-19T04:19:42.917Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:19:41.566 |
| 7237 | 2026-07-19T04:19:42.917Z | INFO Jul 19 04:19:41.527adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7238 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566DEBGJul 19 04:19:41.566 DEBG Jul 19 04:19:41.566replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7239 | 2026-07-19T04:19:42.917Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 7240 | 2026-07-19T04:19:42.917Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7241 | 2026-07-19T04:19:42.917Z | |
| 7242 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566 Jul 19 04:19:41.566INFO Jul 19 04:19:41.566INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7243 | 2026-07-19T04:19:42.917Z | |
| 7244 | 2026-07-19T04:19:42.917Z | INFOJul 19 04:19:41.566 adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:19:41.566INFOJul 19 04:19:41.566 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 7245 | 2026-07-19T04:19:42.917Z | |
| 7246 | 2026-07-19T04:19:42.917Z | 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7247 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566 DEBG |
| 7248 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566replacing 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 } }] |
| 7249 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566DEBG 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 } }]Jul 19 04:19:41.566adding route 172.17.0.19/32 -> 10.0.0.255Jul 19 04:19:41.566 |
| 7250 | 2026-07-19T04:19:42.917Z | |
| 7251 | 2026-07-19T04:19:42.917Z | INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7252 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566 |
| 7253 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566DEBG Jul 19 04:19:41.566replacing 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 |
| 7254 | 2026-07-19T04:19:42.917Z | DEBG adding route 172.17.0.21/32 -> 10.0.0.255replacing 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 } }] |
| 7255 | 2026-07-19T04:19:42.917Z | |
| 7256 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566 Jul 19 04:19:41.566Jul 19 04:19:41.566 INFODEBG adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 7257 | 2026-07-19T04:19:42.917Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7258 | 2026-07-19T04:19:42.917Z | |
| 7259 | 2026-07-19T04:19:42.917Z | Jul 19 04:19:41.566Jul 19 04:19:41.566Jul 19 04:19:41.566 DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 7260 | 2026-07-19T04:19:42.917Z | 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 } }] |
| 7261 | 2026-07-19T04:19:42.917Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7262 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566 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 } }] |
| 7263 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7264 | 2026-07-19T04:19:42.918Z | |
| 7265 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566 Jul 19 04:19:41.566 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 } }] |
| 7266 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 INFODEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7267 | 2026-07-19T04:19:42.918Z | adding route 172.17.0.22/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 7268 | 2026-07-19T04:19:42.918Z | |
| 7269 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 Jul 19 04:19:41.566DEBG INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255failed to allocate space for the new target listreplacing 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 } }]Jul 19 04:19:41.566 |
| 7270 | 2026-07-19T04:19:42.918Z | |
| 7271 | 2026-07-19T04:19:42.918Z | DEBG |
| 7272 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 7273 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 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 } }] |
| 7274 | 2026-07-19T04:19:42.918Z | 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 } }] |
| 7275 | 2026-07-19T04:19:42.918Z | |
| 7276 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566 INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 19 04:19:41.527 DEBG |
| 7277 | 2026-07-19T04:19:42.918Z | 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 } }] |
| 7278 | 2026-07-19T04:19:42.918Z | Jul 19 04:19:41.566 Jul 19 04:19:41.566INFO Jul 19 04:19:41.566DEBG 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 } }] |
| 7279 | 2026-07-19T04:19:42.928Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7280 | 2026-07-19T04:19:42.928Z | |
| 7281 | 2026-07-19T04:19:42.928Z | Jul 19 04:19:41.566Jul 19 04:19:41.566 DEBGINFO replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7282 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.566 |
| 7283 | 2026-07-19T04:19:42.929Z | 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 } }] |
| 7284 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.566 INFOJul 19 04:19:41.566 adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:19:41.566 |
| 7285 | 2026-07-19T04:19:42.929Z | DEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7286 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.566adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7287 | 2026-07-19T04:19:42.929Z | DEBG Jul 19 04:19:41.566replacing 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 } }] |
| 7288 | 2026-07-19T04:19:42.929Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7289 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.566 INFO Jul 19 04:19:41.566adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7290 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.566DEBG 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 } }]Jul 19 04:19:41.567 |
| 7291 | 2026-07-19T04:19:42.929Z | DEBGJul 19 04:19:41.567Jul 19 04:19:41.783 created new freemapDEBGDEBG , created new freemapunitreplacing 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 } }], |
| 7292 | 2026-07-19T04:19:42.929Z | : unitJul 19 04:19:41.783: Jul 19 04:19:41.783INFO freemap_route_ipv4freemap_route_ipv4 |
| 7293 | 2026-07-19T04:19:42.929Z | |
| 7294 | 2026-07-19T04:19:42.929Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7295 | 2026-07-19T04:19:42.929Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 19 04:19:41.783Jul 19 04:19:41.783 |
| 7296 | 2026-07-19T04:19:42.929Z | DEBG created new freemap , DEBGunit :created new freemap Jul 19 04:19:41.783freemap_route_ipv6 Jul 19 04:19:41.783DEBG |
| 7297 | 2026-07-19T04:19:42.929Z | , DEBGunit :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 } }] Jul 19 04:19:41.783 |
| 7298 | 2026-07-19T04:19:42.929Z | freemap_route_ipv6 |
| 7299 | 2026-07-19T04:19:42.929Z | DEBG initted freemap. size: 64replacing 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 } }]Jul 19 04:19:41.783, unitINFO |
| 7300 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.783: freemap_route_ipv4adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7301 | 2026-07-19T04:19:42.929Z | |
| 7302 | 2026-07-19T04:19:42.929Z | DEBG Jul 19 04:19:41.783Jul 19 04:19:41.783 DEBGDEBG reset freemapinitted freemap. size: 64replacing 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 } }]Jul 19 04:19:41.783, , unitunit: |
| 7303 | 2026-07-19T04:19:42.929Z | INFO: freemap_route_ipv4 |
| 7304 | 2026-07-19T04:19:42.929Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7305 | 2026-07-19T04:19:42.929Z | |
| 7306 | 2026-07-19T04:19:42.929Z | Jul 19 04:19:41.783 INFOJul 19 04:19:41.783Jul 19 04:19:41.783 adding route 172.17.0.20/32 -> 10.0.0.255Jul 19 04:19:41.783 |
| 7307 | 2026-07-19T04:19:42.929Z | DEBG reset freemapDEBG , initted freemap. size: 64DEBG, Jul 19 04:19:41.783 unit :unit :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 } }]freemap_route_ipv6 |
| 7308 | 2026-07-19T04:19:42.929Z | |
| 7309 | 2026-07-19T04:19:42.930Z | freemap_route_ipv4replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7310 | 2026-07-19T04:19:42.930Z | |
| 7311 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783 Jul 19 04:19:41.783DEBG INFO reset freemapJul 19 04:19:41.783, adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Jul 19 04:19:41.783 |
| 7312 | 2026-07-19T04:19:42.930Z | unitDEBG INFO: adding route 172.17.0.21/32 -> 10.0.0.255initted freemap. size: 64 |
| 7313 | 2026-07-19T04:19:42.930Z | freemap_route_ipv6, unit |
| 7314 | 2026-07-19T04:19:42.930Z | :Jul 19 04:19:41.783 freemap_route_ipv6Jul 19 04:19:41.783DEBGJul 19 04:19:41.783 |
| 7315 | 2026-07-19T04:19:42.930Z | 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 |
| 7316 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7317 | 2026-07-19T04:19:42.930Z | DEBGDEBGJul 19 04:19:41.783 INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7318 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783reset freemap , unit :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 } }] |
| 7319 | 2026-07-19T04:19:42.930Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7320 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783 |
| 7321 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7322 | 2026-07-19T04:19:42.930Z | 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 } }]INFO |
| 7323 | 2026-07-19T04:19:42.930Z | INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:19:41.783 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 7324 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7325 | 2026-07-19T04:19:42.930Z | |
| 7326 | 2026-07-19T04:19:42.930Z | INFO Jul 19 04:19:41.783adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7327 | 2026-07-19T04:19:42.930Z | DEBGJul 19 04:19:41.783Jul 19 04:19:41.783 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 } }] Jul 19 04:19:41.783 |
| 7328 | 2026-07-19T04:19:42.930Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7329 | 2026-07-19T04:19:42.930Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7330 | 2026-07-19T04:19:42.930Z | |
| 7331 | 2026-07-19T04:19:42.930Z | 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 } }]Jul 19 04:19:41.783 |
| 7332 | 2026-07-19T04:19:42.930Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 INFOINFO |
| 7333 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783adding route 172.17.0.24/32 -> 10.0.0.255DEBGadding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:19:41.566 |
| 7334 | 2026-07-19T04:19:42.930Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7335 | 2026-07-19T04:19:42.930Z | INFO created new freemap , Jul 19 04:19:41.783 unitINFOJul 19 04:19:41.783 Jul 19 04:19:41.783adding route 3fff:dead::/64 -> 2001:db8::55:4: |
| 7336 | 2026-07-19T04:19:42.930Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7337 | 2026-07-19T04:19:42.930Z | DEBG |
| 7338 | 2026-07-19T04:19:42.930Z | 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 } }]DEBGfreemap_route_ipv4 |
| 7339 | 2026-07-19T04:19:42.930Z | 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 } }] |
| 7340 | 2026-07-19T04:19:42.930Z | |
| 7341 | 2026-07-19T04:19:42.930Z | Jul 19 04:19:41.783Jul 19 04:19:41.783Jul 19 04:19:41.783 DEBGJul 19 04:19:41.783DEBG Jul 19 04:19:41.783 DEBGDEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Jul 19 04:19:41.783INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]created new freemap |
| 7342 | 2026-07-19T04:19:42.930Z | |
| 7343 | 2026-07-19T04:19:42.930Z | , adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7344 | 2026-07-19T04:19:42.931Z | 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 } }]INFOunit : |
| 7345 | 2026-07-19T04:19:42.931Z | freemap_route_ipv6Jul 19 04:19:41.783 |
| 7346 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.783DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:19:41.783Jul 19 04:19:41.783 DEBG |
| 7347 | 2026-07-19T04:19:42.931Z | initted freemap. size: 64, unitreplacing 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 } }]: |
| 7348 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802freemap_route_ipv4 |
| 7349 | 2026-07-19T04:19:42.931Z | DEBG INFO Jul 19 04:19:41.802adding route 172.16.0.0/32 -> 10.0.0.3 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 } }]INFO |
| 7350 | 2026-07-19T04:19:42.931Z | |
| 7351 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802DEBGadding route 172.17.0.26/32 -> 10.0.0.255 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:3, vlan_id: None } }] |
| 7352 | 2026-07-19T04:19:42.931Z | |
| 7353 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802 INFOreset freemap , Jul 19 04:19:41.802unit :DEBGadding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:19:41.802freemap_route_ipv4 |
| 7354 | 2026-07-19T04:19:42.931Z | 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 } }] |
| 7355 | 2026-07-19T04:19:42.931Z | DEBG |
| 7356 | 2026-07-19T04:19:42.931Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:19:41.802 |
| 7357 | 2026-07-19T04:19:42.931Z | DEBG Jul 19 04:19:41.802initted freemap. size: 64Jul 19 04:19:41.802, unitDEBGJul 19 04:19:41.802INFO: freemap_route_ipv6replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 7358 | 2026-07-19T04:19:42.931Z | |
| 7359 | 2026-07-19T04:19:42.931Z | |
| 7360 | 2026-07-19T04:19:42.931Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7361 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 DEBGDEBG reset freemapreplacing 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 } }], Jul 19 04:19:41.802 |
| 7362 | 2026-07-19T04:19:42.931Z | unit:Jul 19 04:19:41.783 freemap_route_ipv6INFO |
| 7363 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802 Jul 19 04:19:41.802 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 7364 | 2026-07-19T04:19:42.931Z | DEBGadding route 172.17.0.24/32 -> 10.0.0.255 Jul 19 04:19:41.802INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7365 | 2026-07-19T04:19:42.931Z | |
| 7366 | 2026-07-19T04:19:42.931Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7367 | 2026-07-19T04:19:42.931Z | INFOJul 19 04:19:41.802 adding route 3fff:dead::/64 -> 2001:db8::55:1 Jul 19 04:19:41.802Jul 19 04:19:41.802 |
| 7368 | 2026-07-19T04:19:42.931Z | INFO DEBGJul 19 04:19:41.802DEBGadding route 172.17.0.0/32 -> 10.0.0.255 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 } }] |
| 7369 | 2026-07-19T04:19:42.931Z | |
| 7370 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802 DEBGJul 19 04:19:41.802DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7371 | 2026-07-19T04:19:42.931Z | DEBG |
| 7372 | 2026-07-19T04:19:42.931Z | 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 } }]Jul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802 |
| 7373 | 2026-07-19T04:19:42.931Z | 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 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 7374 | 2026-07-19T04:19:42.931Z | |
| 7375 | 2026-07-19T04:19:42.931Z | Jul 19 04:19:41.802 INFOINFOJul 19 04:19:41.802adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7376 | 2026-07-19T04:19:42.931Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7377 | 2026-07-19T04:19:42.931Z | |
| 7378 | 2026-07-19T04:19:42.931Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:19:41.802Jul 19 04:19:41.802 |
| 7379 | 2026-07-19T04:19:42.994Z | Jul 19 04:19:41.802 Jul 19 04:19:41.802DEBG DEBG INFO 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 } }]Jul 19 04:19:41.802 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 } }] |
| 7380 | 2026-07-19T04:19:42.994Z | 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 } }] |
| 7381 | 2026-07-19T04:19:42.995Z | |
| 7382 | 2026-07-19T04:19:42.995Z | INFOadding route 172.17.0.25/32 -> 10.0.0.255 Jul 19 04:19:41.802Jul 19 04:19:41.802 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7383 | 2026-07-19T04:19:42.995Z | INFOJul 19 04:19:41.802 |
| 7384 | 2026-07-19T04:19:42.995Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7385 | 2026-07-19T04:19:42.995Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 Jul 19 04:19:41.802INFO |
| 7386 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 DEBG DEBGJul 19 04:19:41.802adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] DEBGreplacing targets for 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 } }] |
| 7387 | 2026-07-19T04:19:42.995Z | |
| 7388 | 2026-07-19T04:19:42.995Z | |
| 7389 | 2026-07-19T04:19:42.995Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7390 | 2026-07-19T04:19:42.995Z | |
| 7391 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802DEBG INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:19:41.802 |
| 7392 | 2026-07-19T04:19:42.995Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7393 | 2026-07-19T04:19:42.995Z | replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7394 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802 INFODEBGDEBG Jul 19 04:19:41.802adding route 172.17.0.26/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7395 | 2026-07-19T04:19:42.995Z | |
| 7396 | 2026-07-19T04:19:42.995Z | 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.31/32 -> 10.0.0.255 |
| 7397 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802 |
| 7398 | 2026-07-19T04:19:42.995Z | 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: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 } }]Jul 19 04:19:41.802Jul 19 04:19:41.802 Jul 19 04:19:41.802 |
| 7399 | 2026-07-19T04:19:42.995Z | 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 } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7400 | 2026-07-19T04:19:42.995Z | INFO |
| 7401 | 2026-07-19T04:19:42.995Z | |
| 7402 | 2026-07-19T04:19:42.995Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7403 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 INFOJul 19 04:19:41.802INFO Jul 19 04:19:41.802adding route 172.17.0.32/32 -> 10.0.0.255 adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 7404 | 2026-07-19T04:19:42.995Z | DEBG |
| 7405 | 2026-07-19T04:19:42.995Z | 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 } }] |
| 7406 | 2026-07-19T04:19:42.995Z | 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 } }] |
| 7407 | 2026-07-19T04:19:42.995Z | Jul 19 04:19:41.802 Jul 19 04:19:41.802DEBG INFOJul 19 04:19:41.802 Jul 19 04:19:41.802replacing 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 } }] |
| 7408 | 2026-07-19T04:19:42.995Z | INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7409 | 2026-07-19T04:19:42.995Z | DEBGJul 19 04:19:41.802 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 7410 | 2026-07-19T04:19:42.996Z | replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255Jul 19 04:19:41.802 |
| 7411 | 2026-07-19T04:19:42.996Z | DEBG |
| 7412 | 2026-07-19T04:19:42.996Z | 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 } }]Jul 19 04:19:41.802 |
| 7413 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.802 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7414 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.802Jul 19 04:19:41.802 |
| 7415 | 2026-07-19T04:19:42.996Z | DEBG INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.802Jul 19 04:19:41.803 |
| 7416 | 2026-07-19T04:19:42.996Z | INFO |
| 7417 | 2026-07-19T04:19:42.996Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7418 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803DEBG Jul 19 04:19:41.803 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 } }]DEBG |
| 7419 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803 adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7420 | 2026-07-19T04:19:42.996Z | |
| 7421 | 2026-07-19T04:19:42.996Z | DEBG Jul 19 04:19:41.803Jul 19 04:19:41.803 INFODEBG adding route 172.17.0.29/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 } }] |
| 7422 | 2026-07-19T04:19:42.996Z | |
| 7423 | 2026-07-19T04:19:42.996Z | 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 } }] |
| 7424 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803Jul 19 04:19:41.803 Jul 19 04:19:41.803Jul 19 04:19:41.803 INFOINFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 7425 | 2026-07-19T04:19:42.996Z | |
| 7426 | 2026-07-19T04:19:42.996Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7427 | 2026-07-19T04:19:42.996Z | 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 } }]Jul 19 04:19:41.803 |
| 7428 | 2026-07-19T04:19:42.996Z | DEBG Jul 19 04:19:41.803Jul 19 04:19:41.803 DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7429 | 2026-07-19T04:19:42.996Z | |
| 7430 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803 |
| 7431 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803INFO Jul 19 04:19:41.803adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:19:41.803 INFO |
| 7432 | 2026-07-19T04:19:42.996Z | DEBGadding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 7433 | 2026-07-19T04:19:42.996Z | adding route 172.17.0.8/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7434 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803 |
| 7435 | 2026-07-19T04:19:42.996Z | 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 } }] |
| 7436 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803Jul 19 04:19:41.803 Jul 19 04:19:41.803 DEBGDEBGDEBG 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:dead::/64 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 } }] |
| 7437 | 2026-07-19T04:19:42.996Z | |
| 7438 | 2026-07-19T04:19:42.996Z | 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 } }]Jul 19 04:19:41.803 |
| 7439 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 7440 | 2026-07-19T04:19:42.996Z | adding route 172.17.0.37/32 -> 10.0.0.255Jul 19 04:19:41.803 |
| 7441 | 2026-07-19T04:19:42.996Z | INFOJul 19 04:19:41.803 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 } }] |
| 7442 | 2026-07-19T04:19:42.996Z | adding route 172.17.0.9/32 -> 10.0.0.255Jul 19 04:19:41.803 |
| 7443 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803 INFO DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Jul 19 04:19:41.803 |
| 7444 | 2026-07-19T04:19:42.996Z | 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 |
| 7445 | 2026-07-19T04:19:42.996Z | 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 } }] |
| 7446 | 2026-07-19T04:19:42.996Z | Jul 19 04:19:41.803 Jul 19 04:19:41.803Jul 19 04:19:41.803INFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 |
| 7447 | 2026-07-19T04:19:42.996Z | 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 |
| 7448 | 2026-07-19T04:19:42.997Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7449 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.803 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 } }] |
| 7450 | 2026-07-19T04:19:42.997Z | test route::tests::same_size_non_subset_replace ... ok |
| 7451 | 2026-07-19T04:19:42.997Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7452 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.803 Jul 19 04:19:41.803INFO DEBGJul 19 04:19:41.566 Jul 19 04:19:41.803replacing 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.33/32 -> 10.0.0.255 |
| 7453 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817Jul 19 04:19:41.803 DEBGDEBG Jul 19 04:19:41.803 created new freemapDEBG, created new freemapcreated new freemapINFO, unit, unitunit:adding route 172.17.0.11/32 -> 10.0.0.255 : |
| 7454 | 2026-07-19T04:19:42.997Z | :freemap_route_ipv4 freemap_route_ipv4 |
| 7455 | 2026-07-19T04:19:42.997Z | freemap_route_ipv4 |
| 7456 | 2026-07-19T04:19:42.997Z | |
| 7457 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817Jul 19 04:19:41.817 Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817DEBGreplacing 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 Jul 19 04:19:41.803DEBG |
| 7458 | 2026-07-19T04:19:42.997Z | created new freemap created new freemapcreated new freemap, , , Jul 19 04:19:41.817unit unit:: INFOunit :freemap_route_ipv6adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7459 | 2026-07-19T04:19:42.997Z | |
| 7460 | 2026-07-19T04:19:42.997Z | freemap_route_ipv6freemap_route_ipv6DEBG |
| 7461 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817 |
| 7462 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817 DEBGJul 19 04:19:41.817Jul 19 04:19:41.817created new freemap DEBGDEBGDEBG, 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 } }] initted freemap. size: 64 |
| 7463 | 2026-07-19T04:19:42.997Z | initted freemap. size: 64initted freemap. size: 64, , unitunitJul 19 04:19:41.817, :unit unit: :freemap_route_ipv4: freemap_route_ipv4 freemap_route_ipv4 |
| 7464 | 2026-07-19T04:19:42.997Z | |
| 7465 | 2026-07-19T04:19:42.997Z | |
| 7466 | 2026-07-19T04:19:42.997Z | freemap_route_ipv4 |
| 7467 | 2026-07-19T04:19:42.997Z | INFO adding route 172.17.0.13/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBGDEBGJul 19 04:19:41.817 reset freemapreset freemapDEBG, |
| 7468 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817 |
| 7469 | 2026-07-19T04:19:42.997Z | , unit:unit Jul 19 04:19:41.817created new freemap: , DEBG freemap_route_ipv4 |
| 7470 | 2026-07-19T04:19:42.997Z | reset freemapfreemap_route_ipv4 |
| 7471 | 2026-07-19T04:19:42.997Z | DEBG, unitJul 19 04:19:41.817 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 } }]:Jul 19 04:19:41.817unit DEBGDEBG 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 } }]Jul 19 04:19:41.817 |
| 7472 | 2026-07-19T04:19:42.997Z | initted freemap. size: 64 |
| 7473 | 2026-07-19T04:19:42.997Z | , freemap_route_ipv4 |
| 7474 | 2026-07-19T04:19:42.997Z | unit:DEBGJul 19 04:19:41.817: initted freemap. size: 64INFO, adding route 172.17.0.14/32 -> 10.0.0.255unitJul 19 04:19:41.817 |
| 7475 | 2026-07-19T04:19:42.997Z | :Jul 19 04:19:41.817freemap_route_ipv6freemap_route_ipv6 |
| 7476 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817 |
| 7477 | 2026-07-19T04:19:42.997Z | 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 } }]Jul 19 04:19:41.817 |
| 7478 | 2026-07-19T04:19:42.997Z | Jul 19 04:19:41.817freemap_route_ipv6 |
| 7479 | 2026-07-19T04:19:43.006Z | INFO DEBGDEBG Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817DEBG INFOreset freemap , reset freemapadding route 172.17.0.15/32 -> 10.0.0.255unit |
| 7480 | 2026-07-19T04:19:43.006Z | :, unit initted freemap. size: 64adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.817initted freemap. size: 64, , : unit freemap_route_ipv6:freemap_route_ipv6unit |
| 7481 | 2026-07-19T04:19:43.006Z | DEBG |
| 7482 | 2026-07-19T04:19:43.006Z | : |
| 7483 | 2026-07-19T04:19:43.006Z | freemap_route_ipv4Jul 19 04:19:41.817 INFOfreemap_route_ipv6 |
| 7484 | 2026-07-19T04:19:43.006Z | Jul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7485 | 2026-07-19T04:19:43.007Z | INFO |
| 7486 | 2026-07-19T04:19:43.007Z | |
| 7487 | 2026-07-19T04:19:43.007Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:19:41.817Jul 19 04:19:41.817 |
| 7488 | 2026-07-19T04:19:43.007Z | Jul 19 04:19:41.817Jul 19 04:19:41.817DEBG Jul 19 04:19:41.817INFOreplacing 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 } }]Jul 19 04:19:41.817 DEBG |
| 7489 | 2026-07-19T04:19:43.007Z | DEBG 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 } }] |
| 7490 | 2026-07-19T04:19:43.007Z | adding route 172.17.0.16/32 -> 10.0.0.255reset freemapJul 19 04:19:41.817, |
| 7491 | 2026-07-19T04:19:43.007Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]unit :Jul 19 04:19:41.817INFO |
| 7492 | 2026-07-19T04:19:43.007Z | freemap_route_ipv6 DEBGJul 19 04:19:41.817 |
| 7493 | 2026-07-19T04:19:43.007Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7494 | 2026-07-19T04:19:43.007Z | Jul 19 04:19:41.817 reset freemapINFOJul 19 04:19:41.817, DEBG 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2INFO unitreplacing 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 } }]Jul 19 04:19:41.817 |
| 7495 | 2026-07-19T04:19:43.007Z | |
| 7496 | 2026-07-19T04:19:43.007Z | |
| 7497 | 2026-07-19T04:19:43.007Z | INFO :adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817Jul 19 04:19:41.817 |
| 7498 | 2026-07-19T04:19:43.007Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1INFODEBG freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7499 | 2026-07-19T04:19:43.007Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7500 | 2026-07-19T04:19:43.007Z | |
| 7501 | 2026-07-19T04:19:43.007Z | Jul 19 04:19:41.817 |
| 7502 | 2026-07-19T04:19:43.007Z | |
| 7503 | 2026-07-19T04:19:43.007Z | DEBG Jul 19 04:19:41.817Jul 19 04:19:41.817replacing 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 } }]Jul 19 04:19:41.817 |
| 7504 | 2026-07-19T04:19:43.007Z | INFOJul 19 04:19:41.817DEBG 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 } }] |
| 7505 | 2026-07-19T04:19:43.007Z | 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 } }] |
| 7506 | 2026-07-19T04:19:43.007Z | 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 } }]Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBG |
| 7507 | 2026-07-19T04:19:43.007Z | Jul 19 04:19:41.817 INFOJul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.3 INFO adding route 172.16.0.0/32 -> 10.0.0.2 INFOinitted freemap. size: 64 |
| 7508 | 2026-07-19T04:19:43.007Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7509 | 2026-07-19T04:19:43.007Z | , unit:Jul 19 04:19:41.817 |
| 7510 | 2026-07-19T04:19:43.007Z | INFO Jul 19 04:19:41.817freemap_route_ipv6 Jul 19 04:19:41.817 adding route 172.16.0.0/32 -> 10.0.0.2 Jul 19 04:19:41.817 |
| 7511 | 2026-07-19T04:19:43.007Z | DEBG DEBG |
| 7512 | 2026-07-19T04:19:43.007Z | adding route 172.17.0.36/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7513 | 2026-07-19T04:19:43.007Z | |
| 7514 | 2026-07-19T04:19:43.007Z | Jul 19 04:19:41.817 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 } }]DEBGJul 19 04:19:41.817 |
| 7515 | 2026-07-19T04:19:43.008Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7516 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817DEBG reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Jul 19 04:19:41.817Jul 19 04:19:41.817 , INFOJul 19 04:19:41.817 unitDEBGadding route 172.17.0.19/32 -> 10.0.0.255 DEBG |
| 7517 | 2026-07-19T04:19:43.008Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 7518 | 2026-07-19T04:19:43.008Z | :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 } }] |
| 7519 | 2026-07-19T04:19:43.008Z | INFOfreemap_route_ipv6 |
| 7520 | 2026-07-19T04:19:43.008Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7521 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBGINFO |
| 7522 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817 |
| 7523 | 2026-07-19T04:19:43.008Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7524 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817 DEBG Jul 19 04:19:41.817replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:19:41.817 |
| 7525 | 2026-07-19T04:19:43.008Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7526 | 2026-07-19T04:19:43.008Z | DEBGJul 19 04:19:41.817INFO 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 } }] |
| 7527 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7528 | 2026-07-19T04:19:43.008Z | |
| 7529 | 2026-07-19T04:19:43.008Z | DEBGJul 19 04:19:41.817 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 } }] Jul 19 04:19:41.817Jul 19 04:19:41.817 Jul 19 04:19:41.817 INFO |
| 7530 | 2026-07-19T04:19:43.008Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7531 | 2026-07-19T04:19:43.008Z | |
| 7532 | 2026-07-19T04:19:43.008Z | 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 } }] |
| 7533 | 2026-07-19T04:19:43.008Z | DEBG Jul 19 04:19:41.817replacing 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 } }] Jul 19 04:19:41.817DEBG |
| 7534 | 2026-07-19T04:19:43.008Z | INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:19:41.817 |
| 7535 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.21/32 -> 10.0.0.255Jul 19 04:19:41.817 INFO |
| 7536 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.38/32 -> 10.0.0.255Jul 19 04:19:41.817 |
| 7537 | 2026-07-19T04:19:43.008Z | INFOINFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7538 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817Jul 19 04:19:41.817adding route 172.16.0.0/32 -> 10.0.0.2 DEBG |
| 7539 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817replacing 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 |
| 7540 | 2026-07-19T04:19:43.008Z | DEBG Jul 19 04:19:41.817replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7541 | 2026-07-19T04:19:43.008Z | |
| 7542 | 2026-07-19T04:19:43.008Z | DEBGJul 19 04:19:41.817 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 } }]Jul 19 04:19:41.817adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:19:41.817 |
| 7543 | 2026-07-19T04:19:43.008Z | INFO |
| 7544 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 7545 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.817 |
| 7546 | 2026-07-19T04:19:43.008Z | INFOJul 19 04:19:41.817 adding route 172.16.0.0/32 -> 10.0.0.3DEBG |
| 7547 | 2026-07-19T04:19:43.008Z | 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 } }] |
| 7548 | 2026-07-19T04:19:43.008Z | Jul 19 04:19:41.817Jul 19 04:19:41.817Jul 19 04:19:41.817 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7549 | 2026-07-19T04:19:43.008Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7550 | 2026-07-19T04:19:43.008Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7551 | 2026-07-19T04:19:43.009Z | 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 } }]Jul 19 04:19:41.817 |
| 7552 | 2026-07-19T04:19:43.009Z | DEBGJul 19 04:19:41.817 Jul 19 04:19:41.817 DEBGDEBGINFO 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.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7553 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817 |
| 7554 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817Jul 19 04:19:41.817 INFOINFO INFOadding route 172.17.0.40/32 -> 10.0.0.255 adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7555 | 2026-07-19T04:19:43.009Z | |
| 7556 | 2026-07-19T04:19:43.009Z | |
| 7557 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817Jul 19 04:19:41.817 |
| 7558 | 2026-07-19T04:19:43.009Z | DEBG Jul 19 04:19:41.817DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7559 | 2026-07-19T04:19:43.009Z | |
| 7560 | 2026-07-19T04:19:43.009Z | 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 } }] |
| 7561 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817Jul 19 04:19:41.817 INFOINFO adding route 172.17.0.23/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.817Jul 19 04:19:41.817 |
| 7562 | 2026-07-19T04:19:43.009Z | INFO |
| 7563 | 2026-07-19T04:19:43.009Z | adding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:19:41.817 |
| 7564 | 2026-07-19T04:19:43.009Z | INFO Jul 19 04:19:41.817 DEBGadding route 172.17.0.41/32 -> 10.0.0.255 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 } }] |
| 7565 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817 |
| 7566 | 2026-07-19T04:19:43.009Z | 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 } }]DEBGJul 19 04:19:41.817 |
| 7567 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.830 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7568 | 2026-07-19T04:19:43.009Z | |
| 7569 | 2026-07-19T04:19:43.009Z | adding route 172.16.0.0/32 -> 10.0.0.4Jul 19 04:19:41.830 DEBGJul 19 04:19:41.830 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 } }] |
| 7570 | 2026-07-19T04:19:43.009Z | |
| 7571 | 2026-07-19T04:19:43.009Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:19:41.830Jul 19 04:19:41.830 INFO |
| 7572 | 2026-07-19T04:19:43.009Z | adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7573 | 2026-07-19T04:19:43.009Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, 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 } }]Jul 19 04:19:41.830 |
| 7574 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.817Jul 19 04:19:41.830 Jul 19 04:19:41.830 DEBGDEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 } }] |
| 7575 | 2026-07-19T04:19:43.009Z | adding route 172.17.0.29/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 7576 | 2026-07-19T04:19:43.009Z | |
| 7577 | 2026-07-19T04:19:43.009Z | 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 } }] |
| 7578 | 2026-07-19T04:19:43.009Z | Jul 19 04:19:41.830 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7579 | 2026-07-19T04:19:43.147Z | Jul 19 04:19:41.830Jul 19 04:19:41.830 DEBGINFO Jul 19 04:19:41.830 INFODEBGreplacing 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.26/32 -> 10.0.0.255 |
| 7580 | 2026-07-19T04:19:43.147Z | |
| 7581 | 2026-07-19T04:19:43.147Z | adding route 172.17.0.39/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 } }] |
| 7582 | 2026-07-19T04:19:43.147Z | |
| 7583 | 2026-07-19T04:19:43.147Z | Jul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830DEBGINFO INFOadding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7584 | 2026-07-19T04:19:43.147Z | 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 } }]DEBGadding route 172.17.0.30/32 -> 10.0.0.255 |
| 7585 | 2026-07-19T04:19:43.147Z | |
| 7586 | 2026-07-19T04:19:43.147Z | 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 } }] |
| 7587 | 2026-07-19T04:19:43.147Z | Jul 19 04:19:41.830 DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830Jul 19 04:19:41.830 replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7588 | 2026-07-19T04:19:43.147Z | 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 INFOJul 19 04:19:41.830 |
| 7589 | 2026-07-19T04:19:43.147Z | INFOadding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7590 | 2026-07-19T04:19:43.147Z | adding route 172.17.0.45/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7591 | 2026-07-19T04:19:43.147Z | INFO |
| 7592 | 2026-07-19T04:19:43.147Z | adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7593 | 2026-07-19T04:19:43.147Z | Jul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830replacing 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.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 } }] |
| 7594 | 2026-07-19T04:19:43.147Z | |
| 7595 | 2026-07-19T04:19:43.147Z | Jul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830Jul 19 04:19:41.830replacing 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 } }] |
| 7596 | 2026-07-19T04:19:43.147Z | 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 } }] |
| 7597 | 2026-07-19T04:19:43.148Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7598 | 2026-07-19T04:19:43.148Z | INFOJul 19 04:19:41.830 INFO Jul 19 04:19:41.830 adding route 172.17.0.41/32 -> 10.0.0.255 Jul 19 04:19:41.830 |
| 7599 | 2026-07-19T04:19:43.148Z | DEBGadding route 172.17.0.32/32 -> 10.0.0.255 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.830 |
| 7600 | 2026-07-19T04:19:43.148Z | INFODEBG |
| 7601 | 2026-07-19T04:19:43.148Z | 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 } }] |
| 7602 | 2026-07-19T04:19:43.148Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:19:41.830Jul 19 04:19:41.830 |
| 7603 | 2026-07-19T04:19:43.148Z | DEBGINFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.830replacing 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 } }] |
| 7604 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830 INFO |
| 7605 | 2026-07-19T04:19:43.148Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255 Jul 19 04:19:41.830Jul 19 04:19:41.830 |
| 7606 | 2026-07-19T04:19:43.148Z | DEBG replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7607 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7608 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830DEBG |
| 7609 | 2026-07-19T04:19:43.148Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7610 | 2026-07-19T04:19:43.148Z | |
| 7611 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830Jul 19 04:19:41.830 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 } }]adding route 172.17.0.29/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7612 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830DEBG |
| 7613 | 2026-07-19T04:19:43.148Z | replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7614 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830 INFOadding route 172.17.0.43/32 -> 10.0.0.255 Jul 19 04:19:41.830adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7615 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830 DEBG |
| 7616 | 2026-07-19T04:19:43.148Z | INFO Jul 19 04:19:41.830replacing 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 } }] DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 7617 | 2026-07-19T04:19:43.148Z | |
| 7618 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830replacing 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 |
| 7619 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830replacing 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 } }]Jul 19 04:19:41.830Jul 19 04:19:41.830 |
| 7620 | 2026-07-19T04:19:43.148Z | DEBG INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7621 | 2026-07-19T04:19:43.148Z | adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.830 |
| 7622 | 2026-07-19T04:19:43.148Z | INFO |
| 7623 | 2026-07-19T04:19:43.148Z | adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7624 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830DEBGJul 19 04:19:41.830 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 } }] |
| 7625 | 2026-07-19T04:19:43.148Z | INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255Jul 19 04:19:41.830replacing 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 } }] |
| 7626 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830DEBG |
| 7627 | 2026-07-19T04:19:43.148Z | INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7628 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830 |
| 7629 | 2026-07-19T04:19:43.148Z | DEBG Jul 19 04:19:41.830replacing 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 } }]Jul 19 04:19:41.830 |
| 7630 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830 INFODEBG INFOreplacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7631 | 2026-07-19T04:19:43.148Z | adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7632 | 2026-07-19T04:19:43.148Z | Jul 19 04:19:41.830INFO |
| 7633 | 2026-07-19T04:19:43.149Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7634 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 |
| 7635 | 2026-07-19T04:19:43.149Z | DEBG DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 7636 | 2026-07-19T04:19:43.149Z | |
| 7637 | 2026-07-19T04:19:43.149Z | 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 } }] |
| 7638 | 2026-07-19T04:19:43.149Z | 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 } }]Jul 19 04:19:41.830 |
| 7639 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 INFOINFOJul 19 04:19:41.830 INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7640 | 2026-07-19T04:19:43.149Z | |
| 7641 | 2026-07-19T04:19:43.149Z | INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 7642 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830Jul 19 04:19:41.830adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7643 | 2026-07-19T04:19:43.149Z | DEBG DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830 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 } }]DEBGreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7644 | 2026-07-19T04:19:43.149Z | |
| 7645 | 2026-07-19T04:19:43.149Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7646 | 2026-07-19T04:19:43.149Z | |
| 7647 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 Jul 19 04:19:41.830Jul 19 04:19:41.830 INFOJul 19 04:19:41.830 adding route 172.17.0.33/32 -> 10.0.0.255INFOINFO |
| 7648 | 2026-07-19T04:19:43.149Z | adding route 172.17.0.53/32 -> 10.0.0.255INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7649 | 2026-07-19T04:19:43.149Z | |
| 7650 | 2026-07-19T04:19:43.149Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7651 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 Jul 19 04:19:41.830DEBGJul 19 04:19:41.830Jul 19 04:19:41.830 DEBGDEBGreplacing 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 } }] |
| 7652 | 2026-07-19T04:19:43.149Z | DEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7653 | 2026-07-19T04:19:43.149Z | |
| 7654 | 2026-07-19T04:19:43.149Z | |
| 7655 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7656 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830INFOJul 19 04:19:41.830 INFOINFOadding route 172.17.0.39/32 -> 10.0.0.255 adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7657 | 2026-07-19T04:19:43.149Z | adding route 172.17.0.54/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7658 | 2026-07-19T04:19:43.149Z | |
| 7659 | 2026-07-19T04:19:43.149Z | DEBGJul 19 04:19:41.830 Jul 19 04:19:41.830 replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7660 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 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 |
| 7661 | 2026-07-19T04:19:43.149Z | 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 } }] |
| 7662 | 2026-07-19T04:19:43.149Z | DEBGJul 19 04:19:41.830 replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7663 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 7664 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830adding route 172.17.0.35/32 -> 10.0.0.255Jul 19 04:19:41.830 Jul 19 04:19:41.830 |
| 7665 | 2026-07-19T04:19:43.149Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 7666 | 2026-07-19T04:19:43.149Z | adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:19:41.830 |
| 7667 | 2026-07-19T04:19:43.149Z | Jul 19 04:19:41.830 DEBGDEBG Jul 19 04:19:41.830 replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7668 | 2026-07-19T04:19:43.149Z | test route::tests::add_target_fails_full ... ok |
| 7669 | 2026-07-19T04:19:43.149Z | 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 } }] |
| 7670 | 2026-07-19T04:19:43.149Z | 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.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 } }] |
| 7671 | 2026-07-19T04:19:43.150Z | |
| 7672 | 2026-07-19T04:19:43.150Z | Jul 19 04:19:41.830 INFOJul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830INFO INFOINFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7673 | 2026-07-19T04:19:43.150Z | adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7674 | 2026-07-19T04:19:43.150Z | |
| 7675 | 2026-07-19T04:19:43.150Z | test route::tests::delete_target_full ... ok |
| 7676 | 2026-07-19T04:19:43.150Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7677 | 2026-07-19T04:19:43.150Z | Jul 19 04:19:41.830Jul 19 04:19:41.830 Jul 19 04:19:41.830DEBGJul 19 04:19:41.830 DEBG 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.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 } }] |
| 7678 | 2026-07-19T04:19:43.150Z | |
| 7679 | 2026-07-19T04:19:43.167Z | 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.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 } }] |
| 7680 | 2026-07-19T04:19:43.167Z | |
| 7681 | 2026-07-19T04:19:43.167Z | Jul 19 04:19:41.830 INFOJul 19 04:19:41.830 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 7682 | 2026-07-19T04:19:43.167Z | Jul 19 04:19:41.830 INFOadding route 172.17.0.37/32 -> 10.0.0.255 Jul 19 04:19:41.830adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7683 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844replacing 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 |
| 7684 | 2026-07-19T04:19:43.168Z | 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-07-19T04:19:43.168Z | Jul 19 04:19:41.844 Jul 19 04:19:41.844DEBG 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 } }] |
| 7686 | 2026-07-19T04:19:43.168Z | adding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:19:41.844 |
| 7687 | 2026-07-19T04:19:43.168Z | INFO |
| 7688 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844Jul 19 04:19:41.844 INFODEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7689 | 2026-07-19T04:19:43.168Z | 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.58/32 -> 10.0.0.255 |
| 7690 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844 |
| 7691 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844 DEBGDEBG Jul 19 04:19:41.844 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 } }]Jul 19 04:19:41.844 |
| 7692 | 2026-07-19T04:19:43.168Z | 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 } }] |
| 7693 | 2026-07-19T04:19:43.168Z | INFO Jul 19 04:19:41.844DEBG adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7694 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844replacing 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 |
| 7695 | 2026-07-19T04:19:43.168Z | INFO Jul 19 04:19:41.844adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7696 | 2026-07-19T04:19:43.168Z | |
| 7697 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844 DEBGINFOJul 19 04:19:41.844 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.59/32 -> 10.0.0.255DEBG |
| 7698 | 2026-07-19T04:19:43.168Z | |
| 7699 | 2026-07-19T04:19:43.168Z | 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 } }]Jul 19 04:19:41.844 |
| 7700 | 2026-07-19T04:19:43.168Z | DEBGJul 19 04:19:41.844Jul 19 04:19:41.844 DEBGINFO 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 } }]Jul 19 04:19:41.844 |
| 7701 | 2026-07-19T04:19:43.168Z | adding route 172.17.0.55/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 } }] |
| 7702 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.844INFO |
| 7703 | 2026-07-19T04:19:43.168Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7704 | 2026-07-19T04:19:43.168Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 19 04:19:41.845Jul 19 04:19:41.845 |
| 7705 | 2026-07-19T04:19:43.168Z | DEBG INFOreplacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7706 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7707 | 2026-07-19T04:19:43.168Z | 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 } }] Jul 19 04:19:41.845 |
| 7708 | 2026-07-19T04:19:43.168Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7709 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 |
| 7710 | 2026-07-19T04:19:43.168Z | 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 } }] |
| 7711 | 2026-07-19T04:19:43.168Z | INFOJul 19 04:19:41.845 adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7712 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.845DEBG 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 } }]Jul 19 04:19:41.845 |
| 7713 | 2026-07-19T04:19:43.168Z | INFOJul 19 04:19:41.845 adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 7714 | 2026-07-19T04:19:43.168Z | INFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7715 | 2026-07-19T04:19:43.168Z | |
| 7716 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.845 INFOJul 19 04:19:41.845 Jul 19 04:19:41.845Jul 19 04:19:41.845adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7717 | 2026-07-19T04:19:43.168Z | INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 7718 | 2026-07-19T04:19:43.168Z | Jul 19 04:19:41.845replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7719 | 2026-07-19T04:19:43.168Z | |
| 7720 | 2026-07-19T04:19:43.169Z | 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 } }]Jul 19 04:19:41.845 |
| 7721 | 2026-07-19T04:19:43.169Z | DEBGJul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7722 | 2026-07-19T04:19:43.169Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7723 | 2026-07-19T04:19:43.169Z | INFOJul 19 04:19:41.845 adding route 172.17.0.58/32 -> 10.0.0.255INFOadding route 172.17.0.62/32 -> 10.0.0.255 |
| 7724 | 2026-07-19T04:19:43.169Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7725 | 2026-07-19T04:19:43.169Z | |
| 7726 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 DEBGJul 19 04:19:41.845 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7727 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 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 } }]DEBGJul 19 04:19:41.845 |
| 7728 | 2026-07-19T04:19:43.169Z | 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 } }]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 } }]Jul 19 04:19:41.845 |
| 7729 | 2026-07-19T04:19:43.169Z | |
| 7730 | 2026-07-19T04:19:43.169Z | INFOJul 19 04:19:41.845 adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 7731 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7732 | 2026-07-19T04:19:43.169Z | |
| 7733 | 2026-07-19T04:19:43.169Z | adding route 172.17.0.63/32 -> 10.0.0.255 |
| 7734 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 DEBG Jul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 DEBGDEBGreplacing 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 } }] |
| 7735 | 2026-07-19T04:19:43.169Z | replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7736 | 2026-07-19T04:19:43.169Z | 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 |
| 7737 | 2026-07-19T04:19:43.169Z | 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 } }]Jul 19 04:19:41.845Jul 19 04:19:41.845 INFO |
| 7738 | 2026-07-19T04:19:43.169Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 7739 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 adding route 172.17.0.14/32 -> 10.0.0.255INFOJul 19 04:19:41.845 |
| 7740 | 2026-07-19T04:19:43.169Z | DEBGJul 19 04:19:41.845adding route 172.17.0.43/32 -> 10.0.0.255 DEBGfailed to allocate space for the new target listJul 19 04:19:41.845 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 |
| 7741 | 2026-07-19T04:19:43.169Z | |
| 7742 | 2026-07-19T04:19:43.169Z | replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7743 | 2026-07-19T04:19:43.169Z | |
| 7744 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 DEBGINFOINFO Jul 19 04:19:41.845 adding route 172.17.0.15/32 -> 10.0.0.255DEBGadding route 172.17.0.61/32 -> 10.0.0.255 |
| 7745 | 2026-07-19T04:19:43.169Z | |
| 7746 | 2026-07-19T04:19:43.169Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7747 | 2026-07-19T04:19:43.169Z | 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 } }] |
| 7748 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 DEBG Jul 19 04:19:41.845replacing 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 } }] |
| 7749 | 2026-07-19T04:19:43.169Z | DEBGJul 19 04:19:41.845 failed to allocate space for the new target list Jul 19 04:19:41.845INFO |
| 7750 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845DEBG 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 } }] |
| 7751 | 2026-07-19T04:19:43.169Z | adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7752 | 2026-07-19T04:19:43.169Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7753 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 INFO adding route 172.17.0.62/32 -> 10.0.0.255Jul 19 04:19:41.845 |
| 7754 | 2026-07-19T04:19:43.169Z | 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 } }] |
| 7755 | 2026-07-19T04:19:43.169Z | Jul 19 04:19:41.845 Jul 19 04:19:41.845DEBG DEBGreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:19:41.845 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 } }] |
| 7756 | 2026-07-19T04:19:43.170Z | INFO |
| 7757 | 2026-07-19T04:19:43.170Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7758 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 DEBGJul 19 04:19:41.845DEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 7759 | 2026-07-19T04:19:43.170Z | |
| 7760 | 2026-07-19T04:19:43.170Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7761 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845 Jul 19 04:19:41.845INFO Jul 19 04:19:41.845DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7762 | 2026-07-19T04:19:43.170Z | |
| 7763 | 2026-07-19T04:19:43.170Z | adding route 172.17.0.42/32 -> 10.0.0.255DEBG 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 } }] |
| 7764 | 2026-07-19T04:19:43.170Z | |
| 7765 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845 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 } }]Jul 19 04:19:41.845 |
| 7766 | 2026-07-19T04:19:43.170Z | INFOJul 19 04:19:41.845 Jul 19 04:19:41.845DEBG adding route 172.17.0.46/32 -> 10.0.0.255 INFO |
| 7767 | 2026-07-19T04:19:43.170Z | 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.19/32 -> 10.0.0.255 |
| 7768 | 2026-07-19T04:19:43.170Z | |
| 7769 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845 Jul 19 04:19:41.845Jul 19 04:19:41.845 DEBGINFO DEBG adding route 172.17.0.43/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7770 | 2026-07-19T04:19:43.170Z | |
| 7771 | 2026-07-19T04:19:43.170Z | |
| 7772 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845 DEBG INFOINFO 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.20/32 -> 10.0.0.255 |
| 7773 | 2026-07-19T04:19:43.170Z | |
| 7774 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845adding route 172.17.0.47/32 -> 10.0.0.255 Jul 19 04:19:41.845 |
| 7775 | 2026-07-19T04:19:43.170Z | DEBGINFO adding route 172.17.0.44/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 } }] |
| 7776 | 2026-07-19T04:19:43.170Z | |
| 7777 | 2026-07-19T04:19:43.170Z | Jul 19 04:19:41.845 Jul 19 04:19:41.845DEBG Jul 19 04:19:41.845INFO 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 |
| 7778 | 2026-07-19T04:19:43.170Z | replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7779 | 2026-07-19T04:19:43.179Z | |
| 7780 | 2026-07-19T04:19:43.179Z | Jul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 INFO INFO DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7781 | 2026-07-19T04:19:43.179Z | |
| 7782 | 2026-07-19T04:19:43.179Z | |
| 7783 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845DEBG 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 } }] 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 } }] |
| 7784 | 2026-07-19T04:19:43.180Z | |
| 7785 | 2026-07-19T04:19:43.180Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7786 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845Jul 19 04:19:41.845Jul 19 04:19:41.845 INFODEBG adding route 172.17.0.46/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 7787 | 2026-07-19T04:19:43.180Z | |
| 7788 | 2026-07-19T04:19:43.180Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7789 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 Jul 19 04:19:41.845INFO adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7790 | 2026-07-19T04:19:43.180Z | DEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7791 | 2026-07-19T04:19:43.180Z | |
| 7792 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845 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 } }]Jul 19 04:19:41.845 |
| 7793 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845 INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:19:41.845 |
| 7794 | 2026-07-19T04:19:43.180Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7795 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 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 } }] |
| 7796 | 2026-07-19T04:19:43.180Z | DEBGJul 19 04:19:41.845 replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7797 | 2026-07-19T04:19:43.180Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7798 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.845Jul 19 04:19:41.845 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7799 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.855 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 } }] |
| 7800 | 2026-07-19T04:19:43.180Z | |
| 7801 | 2026-07-19T04:19:43.180Z | Jul 19 04:19:41.855 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7802 | 2026-07-19T04:19:43.180Z | INFOJul 19 04:19:41.855Jul 19 04:19:41.855 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7803 | 2026-07-19T04:19:43.180Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7804 | 2026-07-19T04:19:43.180Z | |
| 7805 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 INFOJul 19 04:19:41.855DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7806 | 2026-07-19T04:19:43.181Z | DEBG |
| 7807 | 2026-07-19T04:19:43.181Z | 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 } }]Jul 19 04:19:41.855 |
| 7808 | 2026-07-19T04:19:43.181Z | DEBGJul 19 04:19:41.855 Jul 19 04:19:41.855replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7809 | 2026-07-19T04:19:43.181Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:19:41.855 |
| 7810 | 2026-07-19T04:19:43.181Z | |
| 7811 | 2026-07-19T04:19:43.181Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7812 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855DEBG 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 } }]DEBG |
| 7813 | 2026-07-19T04:19:43.181Z | 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.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 } }] |
| 7814 | 2026-07-19T04:19:43.181Z | |
| 7815 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855 Jul 19 04:19:41.855INFO Jul 19 04:19:41.855INFO adding route 172.17.0.52/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7816 | 2026-07-19T04:19:43.181Z | |
| 7817 | 2026-07-19T04:19:43.181Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7818 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 DEBGDEBG DEBGreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 7819 | 2026-07-19T04:19:43.181Z | |
| 7820 | 2026-07-19T04:19:43.181Z | 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 } }] |
| 7821 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855 Jul 19 04:19:41.855INFOJul 19 04:19:41.855 INFO adding route 172.17.0.53/32 -> 10.0.0.255INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 7822 | 2026-07-19T04:19:43.181Z | |
| 7823 | 2026-07-19T04:19:43.181Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7824 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855 Jul 19 04:19:41.855DEBGJul 19 04:19:41.855 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 } }] |
| 7825 | 2026-07-19T04:19:43.181Z | 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 } }]DEBG |
| 7826 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855 replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7827 | 2026-07-19T04:19:43.181Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7828 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 INFOJul 19 04:19:41.855 adding route 172.17.0.30/32 -> 10.0.0.255INFODEBG |
| 7829 | 2026-07-19T04:19:43.181Z | 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 } }] |
| 7830 | 2026-07-19T04:19:43.181Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7831 | 2026-07-19T04:19:43.181Z | Jul 19 04:19:41.855Jul 19 04:19:41.855Jul 19 04:19:41.855 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255DEBG |
| 7832 | 2026-07-19T04:19:43.181Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7833 | 2026-07-19T04:19:43.181Z | |
| 7834 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 DEBGJul 19 04:19:41.855INFO 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 } }] |
| 7835 | 2026-07-19T04:19:43.182Z | adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7836 | 2026-07-19T04:19:43.182Z | |
| 7837 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855 INFO Jul 19 04:19:41.855adding route 172.17.0.56/32 -> 10.0.0.255Jul 19 04:19:41.855 |
| 7838 | 2026-07-19T04:19:43.182Z | DEBGDEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Jul 19 04:19:41.855 |
| 7839 | 2026-07-19T04:19:43.182Z | |
| 7840 | 2026-07-19T04:19:43.182Z | 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 } }] |
| 7841 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855INFO INFOadding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 7842 | 2026-07-19T04:19:43.182Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7843 | 2026-07-19T04:19:43.182Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7844 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855DEBG 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 } }] 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 } }] |
| 7845 | 2026-07-19T04:19:43.182Z | 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 } }] |
| 7846 | 2026-07-19T04:19:43.182Z | |
| 7847 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 INFOINFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7848 | 2026-07-19T04:19:43.182Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7849 | 2026-07-19T04:19:43.182Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7850 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 Jul 19 04:19:41.855 DEBGDEBG 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 } }]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 } }] |
| 7851 | 2026-07-19T04:19:43.182Z | |
| 7852 | 2026-07-19T04:19:43.182Z | 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 } }] |
| 7853 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7854 | 2026-07-19T04:19:43.182Z | |
| 7855 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7856 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855Jul 19 04:19:41.855 DEBGDEBGJul 19 04:19:41.855 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.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 } }] |
| 7857 | 2026-07-19T04:19:43.182Z | DEBG |
| 7858 | 2026-07-19T04:19:43.182Z | 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 } }]Jul 19 04:19:41.855 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7859 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.922 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 } }] |
| 7860 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.922 DEBG failed to allocate space for the new target list |
| 7861 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.922 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 } }] |
| 7862 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.855 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7863 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 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 } }] |
| 7864 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7865 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 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 } }] |
| 7866 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7867 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 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 } }] |
| 7868 | 2026-07-19T04:19:43.182Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7869 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 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 } }] |
| 7870 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7871 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 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 } }] |
| 7872 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7873 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 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 } }] |
| 7874 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7875 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 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 } }] |
| 7876 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7877 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 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 } }] |
| 7878 | 2026-07-19T04:19:43.183Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7879 | 2026-07-19T04:19:43.191Z | Jul 19 04:19:41.923 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 } }] |
| 7880 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7881 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7882 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7883 | 2026-07-19T04:19:43.192Z | |
| 7884 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7885 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7886 | 2026-07-19T04:19:43.192Z | |
| 7887 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 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.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 } }] |
| 7888 | 2026-07-19T04:19:43.192Z | |
| 7889 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7890 | 2026-07-19T04:19:43.192Z | |
| 7891 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 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.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 } }] |
| 7892 | 2026-07-19T04:19:43.192Z | |
| 7893 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255failed to allocate space for the new target list |
| 7894 | 2026-07-19T04:19:43.192Z | |
| 7895 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923Jul 19 04:19:41.923 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7896 | 2026-07-19T04:19:43.192Z | |
| 7897 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7898 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7899 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7900 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7901 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7902 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7903 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7904 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7905 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7906 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7907 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7908 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7909 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7910 | 2026-07-19T04:19:43.192Z | Jul 19 04:19:41.923 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 } }] |
| 7911 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7912 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7913 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7914 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7915 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7916 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7917 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7918 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7919 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7920 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7921 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 DEBG failed to allocate space for the new target list |
| 7922 | 2026-07-19T04:19:43.193Z | Jul 19 04:19:41.923 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 } }] |
| 7923 | 2026-07-19T04:19:43.193Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-358f10cd81afb55c) |
| 7924 | 2026-07-19T04:19:43.193Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-40088f75347b7a19) |
| 7925 | 2026-07-19T04:19:43.193Z | test route::tests::delete_targets_full ... ok |
| 7926 | 2026-07-19T04:19:43.193Z | test route::tests::delete_target_fragmented ... ok |
| 7927 | 2026-07-19T04:19:43.193Z | test route::tests::delete_targets_fragmented ... ok |
| 7928 | 2026-07-19T04:19:43.193Z | |
| 7929 | 2026-07-19T04:19:43.193Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.82s |
| 7930 | 2026-07-19T04:19:43.193Z | |
| 7931 | 2026-07-19T04:19:43.193Z | |
| 7932 | 2026-07-19T04:19:43.193Z | running 0 tests |
| 7933 | 2026-07-19T04:19:43.193Z | |
| 7934 | 2026-07-19T04:19:43.193Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7935 | 2026-07-19T04:19:43.193Z | |
| 7936 | 2026-07-19T04:19:43.193Z | |
| 7937 | 2026-07-19T04:19:43.193Z | running 0 tests |
| 7938 | 2026-07-19T04:19:43.193Z | |
| 7939 | 2026-07-19T04:19:43.193Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7940 | 2026-07-19T04:19:43.193Z | |
| 7941 | 2026-07-19T04:19:43.193Z | |
| 7942 | 2026-07-19T04:19:43.193Z | running 6 tests |
| 7943 | 2026-07-19T04:19:43.193Z | test tests::test_full_lot_id_neither_present ... ok |
| 7944 | 2026-07-19T04:19:43.193Z | test tests::test_full_lot_id_both_present ... ok |
| 7945 | 2026-07-19T04:19:43.194Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7946 | 2026-07-19T04:19:43.194Z | test tests::test_full_lot_id_lot_only ... ok |
| 7947 | 2026-07-19T04:19:43.194Z | test tests::test_parse_client_port_id ... ok |
| 7948 | 2026-07-19T04:19:43.194Z | test tests::test_port_id_cmp ... ok |
| 7949 | 2026-07-19T04:19:43.194Z | |
| 7950 | 2026-07-19T04:19:43.194Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7951 | 2026-07-19T04:19:43.194Z | |
| 7952 | 2026-07-19T04:19:43.194Z | |
| 7953 | 2026-07-19T04:19:43.194Z | running 0 tests |
| 7954 | 2026-07-19T04:19:43.194Z | |
| 7955 | 2026-07-19T04:19:43.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7956 | 2026-07-19T04:19:43.194Z | |
| 7957 | 2026-07-19T04:19:43.194Z | |
| 7958 | 2026-07-19T04:19:43.194Z | running 0 tests |
| 7959 | 2026-07-19T04:19:43.194Z | |
| 7960 | 2026-07-19T04:19:43.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7961 | 2026-07-19T04:19:43.194Z | |
| 7962 | 2026-07-19T04:19:43.194Z | |
| 7963 | 2026-07-19T04:19:43.194Z | running 0 tests |
| 7964 | 2026-07-19T04:19:43.194Z | |
| 7965 | 2026-07-19T04:19:43.194Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7966 | 2026-07-19T04:19:43.194Z | |
| 7967 | 2026-07-19T04:19:43.194Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-1d2644f263ed576a) |
| 7968 | 2026-07-19T04:19:43.194Z | Running tests/test_all.rs (target/debug/deps/test_all-b186bc0719920151) |
| 7969 | 2026-07-19T04:19:43.194Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-48fd1ad41d7e1081) |
| 7970 | 2026-07-19T04:19:43.194Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-0a5703fa7d3ec2d0) |
| 7971 | 2026-07-19T04:19:43.194Z | Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863) |
| 7972 | 2026-07-19T04:19:43.194Z | |
| 7973 | 2026-07-19T04:19:43.194Z | running 12 tests |
| 7974 | 2026-07-19T04:19:43.194Z | test icmp::test_v4_checksum ... ok |
| 7975 | 2026-07-19T04:19:43.194Z | test lldp::test_lldp_parse ... ok |
| 7976 | 2026-07-19T04:19:43.194Z | test ipv6::test_ipv6_parse ... ok |
| 7977 | 2026-07-19T04:19:43.194Z | test pbuf::test_byte ... ok |
| 7978 | 2026-07-19T04:19:43.194Z | test icmp::test_v6_checksum ... ok |
| 7979 | 2026-07-19T04:19:43.203Z | test pbuf::test_nibble ... ok |
| 7980 | 2026-07-19T04:19:43.203Z | test pbuf::test_twelve ... ok |
| 7981 | 2026-07-19T04:19:43.203Z | test pbuf::test_overflow ... ok |
| 7982 | 2026-07-19T04:19:43.203Z | test pbuf::test_short ... ok |
| 7983 | 2026-07-19T04:19:43.203Z | test pbuf::test_word ... ok |
| 7984 | 2026-07-19T04:19:43.203Z | test tcp::test_checksum_syn_nodata ... ok |
| 7985 | 2026-07-19T04:19:43.203Z | test tcp::test_checksum_ack_data ... ok |
| 7986 | 2026-07-19T04:19:43.203Z | |
| 7987 | 2026-07-19T04:19:43.204Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7988 | 2026-07-19T04:19:43.204Z | |
| 7989 | 2026-07-19T04:19:43.204Z | Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a) |
| 7990 | 2026-07-19T04:19:43.204Z | |
| 7991 | 2026-07-19T04:19:43.204Z | running 0 tests |
| 7992 | 2026-07-19T04:19:43.204Z | |
| 7993 | 2026-07-19T04:19:43.204Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7994 | 2026-07-19T04:19:43.204Z | |
| 7995 | 2026-07-19T04:19:43.204Z | Running unittests src/main.rs (target/debug/deps/swadm-adca04301a4b6728) |
| 7996 | 2026-07-19T04:19:43.204Z | |
| 7997 | 2026-07-19T04:19:43.204Z | running 5 tests |
| 7998 | 2026-07-19T04:19:43.204Z | test switchport::test::test_compute_lanes ... ok |
| 7999 | 2026-07-19T04:19:43.204Z | test switchport::test::port_id_ordering ... ok |
| 8000 | 2026-07-19T04:19:43.204Z | test link::test_filter ... ok |
| 8001 | 2026-07-19T04:19:43.204Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8002 | 2026-07-19T04:19:43.204Z | State: Activated Activated Activated Activated |
| 8003 | 2026-07-19T04:19:43.204Z | Rx Output Enabled: false false false false |
| 8004 | 2026-07-19T04:19:43.204Z | Rx Output Status: valid valid valid valid |
| 8005 | 2026-07-19T04:19:43.204Z | Rx Loss-of-lock: true true true true |
| 8006 | 2026-07-19T04:19:43.204Z | Rx Loss-of-signal: false false false false |
| 8007 | 2026-07-19T04:19:43.204Z | Rx Auto-squelch Disable: true true true true |
| 8008 | 2026-07-19T04:19:43.204Z | Tx Output Enabled: true true true true |
| 8009 | 2026-07-19T04:19:43.204Z | Tx Output Status: invalid invalid invalid invalid |
| 8010 | 2026-07-19T04:19:43.204Z | Tx Loss-of-lock: false false false false |
| 8011 | 2026-07-19T04:19:43.204Z | Tx Loss-of-signal: true true true true |
| 8012 | 2026-07-19T04:19:43.204Z | Tx Auto-squelch Disable: false false false false |
| 8013 | 2026-07-19T04:19:43.204Z | Tx Adaptive EQ Fail: true true true true |
| 8014 | 2026-07-19T04:19:43.204Z | Tx Failure: false false false false |
| 8015 | 2026-07-19T04:19:43.204Z | Tx Force Squelch: true true true true |
| 8016 | 2026-07-19T04:19:43.204Z | Tx Input Polarity: normal normal normal normal |
| 8017 | 2026-07-19T04:19:43.204Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8018 | 2026-07-19T04:19:43.204Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8019 | 2026-07-19T04:19:43.204Z | test switchport::test::test_print_cmis_datapath ... Rx Loss-of-signal: Yesok |
| 8020 | 2026-07-19T04:19:43.204Z | Yes Yes Yes |
| 8021 | 2026-07-19T04:19:43.204Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8022 | 2026-07-19T04:19:43.205Z | Tx Enabled: Yes Yes Yes Yes |
| 8023 | 2026-07-19T04:19:43.205Z | Tx Loss-of-lock: No No No No |
| 8024 | 2026-07-19T04:19:43.205Z | Tx Loss-of-signal: No No No No |
| 8025 | 2026-07-19T04:19:43.205Z | Tx CDR Enabled: No No No No |
| 8026 | 2026-07-19T04:19:43.205Z | Tx Adaptive EQ Fault: No No No No |
| 8027 | 2026-07-19T04:19:43.205Z | Tx Fault: Yes Yes Yes Yes |
| 8028 | 2026-07-19T04:19:43.205Z | test switchport::test::test_print_sff_datapath ... ok |
| 8029 | 2026-07-19T04:19:43.205Z | |
| 8030 | 2026-07-19T04:19:43.205Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8031 | 2026-07-19T04:19:43.205Z | |
| 8032 | 2026-07-19T04:19:43.205Z | Running tests/counters.rs (target/debug/deps/counters-60a75bbd7c1d9b76) |
| 8033 | 2026-07-19T04:19:43.205Z | |
| 8034 | 2026-07-19T04:19:43.205Z | running 1 test |
| 8035 | 2026-07-19T04:19:43.205Z | test test_p4_counter_list ... ignored |
| 8036 | 2026-07-19T04:19:43.205Z | |
| 8037 | 2026-07-19T04:19:43.205Z | Running tests/port-link.rs (target/debug/deps/port_link-15ead423ead1320b) |
| 8038 | 2026-07-19T04:19:43.205Z | Running unittests src/main.rs (target/debug/deps/tfportd-aa571540b6f3f3d5) |
| 8039 | 2026-07-19T04:19:43.205Z | Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee) |
| 8040 | 2026-07-19T04:19:43.205Z | Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d) |
| 8041 | 2026-07-19T04:19:43.205Z | Doc-tests aal |
| 8042 | 2026-07-19T04:19:43.205Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8043 | 2026-07-19T04:19:43.205Z | |
| 8044 | 2026-07-19T04:19:43.205Z | |
| 8045 | 2026-07-19T04:19:43.205Z | running 5 tests |
| 8046 | 2026-07-19T04:19:43.205Z | test test_an ... ignored |
| 8047 | 2026-07-19T04:19:43.205Z | test test_enable ... ignored |
| 8048 | 2026-07-19T04:19:43.205Z | test test_ip_addresses ... ignored |
| 8049 | 2026-07-19T04:19:43.205Z | test test_kr ... ignored |
| 8050 | 2026-07-19T04:19:43.205Z | test test_mac ... ignored |
| 8051 | 2026-07-19T04:19:43.205Z | |
| 8052 | 2026-07-19T04:19:43.205Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8053 | 2026-07-19T04:19:43.206Z | |
| 8054 | 2026-07-19T04:19:43.206Z | |
| 8055 | 2026-07-19T04:19:43.206Z | running 3 tests |
| 8056 | 2026-07-19T04:19:43.206Z | test linklocal::test_parse_ipadm ... ok |
| 8057 | 2026-07-19T04:19:43.206Z | test tfport::test_parse_tfport ... ok |
| 8058 | 2026-07-19T04:19:43.206Z | test config::tests::test_updates ... ok |
| 8059 | 2026-07-19T04:19:43.206Z | |
| 8060 | 2026-07-19T04:19:43.206Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8061 | 2026-07-19T04:19:43.206Z | |
| 8062 | 2026-07-19T04:19:43.206Z | |
| 8063 | 2026-07-19T04:19:43.206Z | running 0 tests |
| 8064 | 2026-07-19T04:19:43.206Z | |
| 8065 | 2026-07-19T04:19:43.206Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8066 | 2026-07-19T04:19:43.206Z | |
| 8067 | 2026-07-19T04:19:43.206Z | |
| 8068 | 2026-07-19T04:19:43.206Z | running 0 tests |
| 8069 | 2026-07-19T04:19:43.206Z | |
| 8070 | 2026-07-19T04:19:43.206Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8071 | 2026-07-19T04:19:43.206Z | |
| 8072 | 2026-07-19T04:19:43.215Z | |
| 8073 | 2026-07-19T04:19:43.215Z | running 0 tests |
| 8074 | 2026-07-19T04:19:43.215Z | |
| 8075 | 2026-07-19T04:19:43.215Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8076 | 2026-07-19T04:19:43.215Z | |
| 8077 | 2026-07-19T04:19:43.227Z | Doc-tests aal_macros |
| 8078 | 2026-07-19T04:19:43.328Z | |
| 8079 | 2026-07-19T04:19:43.328Z | running 0 tests |
| 8080 | 2026-07-19T04:19:43.328Z | |
| 8081 | 2026-07-19T04:19:43.328Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8082 | 2026-07-19T04:19:43.328Z | |
| 8083 | 2026-07-19T04:19:43.339Z | Doc-tests common |
| 8084 | 2026-07-19T04:19:43.560Z | |
| 8085 | 2026-07-19T04:19:43.560Z | running 0 tests |
| 8086 | 2026-07-19T04:19:43.560Z | |
| 8087 | 2026-07-19T04:19:43.560Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8088 | 2026-07-19T04:19:43.560Z | |
| 8089 | 2026-07-19T04:19:43.566Z | Doc-tests dpd_api |
| 8090 | 2026-07-19T04:19:44.321Z | |
| 8091 | 2026-07-19T04:19:44.321Z | running 2 tests |
| 8092 | 2026-07-19T04:19:44.321Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8093 | 2026-07-19T04:19:44.322Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8094 | 2026-07-19T04:19:44.322Z | |
| 8095 | 2026-07-19T04:19:44.322Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8096 | 2026-07-19T04:19:44.322Z | |
| 8097 | 2026-07-19T04:19:44.453Z | Doc-tests dpd_client |
| 8098 | 2026-07-19T04:19:45.649Z | |
| 8099 | 2026-07-19T04:19:45.650Z | running 0 tests |
| 8100 | 2026-07-19T04:19:45.650Z | |
| 8101 | 2026-07-19T04:19:45.650Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8102 | 2026-07-19T04:19:45.650Z | |
| 8103 | 2026-07-19T04:19:45.696Z | Doc-tests dpd_types |
| 8104 | 2026-07-19T04:19:45.907Z | |
| 8105 | 2026-07-19T04:19:45.907Z | running 0 tests |
| 8106 | 2026-07-19T04:19:45.908Z | |
| 8107 | 2026-07-19T04:19:45.908Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8108 | 2026-07-19T04:19:45.908Z | |
| 8109 | 2026-07-19T04:19:45.932Z | Doc-tests dpd_types_versions |
| 8110 | 2026-07-19T04:19:47.141Z | |
| 8111 | 2026-07-19T04:19:47.141Z | running 1 test |
| 8112 | 2026-07-19T04:19:47.141Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8113 | 2026-07-19T04:19:47.141Z | |
| 8114 | 2026-07-19T04:19:47.141Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8115 | 2026-07-19T04:19:47.141Z | |
| 8116 | 2026-07-19T04:19:47.184Z | Doc-tests packet |
| 8117 | 2026-07-19T04:19:47.298Z | |
| 8118 | 2026-07-19T04:19:47.298Z | running 0 tests |
| 8119 | 2026-07-19T04:19:47.298Z | |
| 8120 | 2026-07-19T04:19:47.298Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8121 | 2026-07-19T04:19:47.298Z | |
| 8122 | 2026-07-19T04:19:47.314Z | Doc-tests pcap |
| 8123 | 2026-07-19T04:19:47.366Z | |
| 8124 | 2026-07-19T04:19:47.366Z | running 0 tests |
| 8125 | 2026-07-19T04:19:47.366Z | |
| 8126 | 2026-07-19T04:19:47.366Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8127 | 2026-07-19T04:19:47.366Z | |
| 8128 | 2026-07-19T04:19:47.420Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8129 | 2026-07-19T04:19:47.420Z | + RUST_BACKTRACE=full |
| 8130 | 2026-07-19T04:19:47.420Z | + cargo test --features chaos --no-fail-fast |
| 8131 | 2026-07-19T04:19:48.029Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8132 | 2026-07-19T04:19:48.111Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8133 | 2026-07-19T04:19:48.124Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8134 | 2026-07-19T04:19:56.446Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8135 | 2026-07-19T04:19:56.562Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8136 | 2026-07-19T04:20:32.367Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.93s |
| 8137 | 2026-07-19T04:20:32.485Z | Running unittests src/lib.rs (target/debug/deps/aal-b1d30bbde0274ea7) |
| 8138 | 2026-07-19T04:20:32.491Z | |
| 8139 | 2026-07-19T04:20:32.491Z | running 5 tests |
| 8140 | 2026-07-19T04:20:32.494Z | test fuse::tests::chip_revision_b1 ... ok |
| 8141 | 2026-07-19T04:20:32.494Z | test fuse::tests::chip_revision_a0 ... ok |
| 8142 | 2026-07-19T04:20:32.494Z | test fuse::tests::chip_revision_b0 ... ok |
| 8143 | 2026-07-19T04:20:32.494Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8144 | 2026-07-19T04:20:32.494Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8145 | 2026-07-19T04:20:32.494Z | |
| 8146 | 2026-07-19T04:20:32.494Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8147 | 2026-07-19T04:20:32.494Z | |
| 8148 | 2026-07-19T04:20:32.494Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-b6cbe5fa6866aae7) |
| 8149 | 2026-07-19T04:20:32.497Z | |
| 8150 | 2026-07-19T04:20:32.497Z | running 0 tests |
| 8151 | 2026-07-19T04:20:32.497Z | |
| 8152 | 2026-07-19T04:20:32.500Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8153 | 2026-07-19T04:20:32.500Z | |
| 8154 | 2026-07-19T04:20:32.500Z | Running unittests src/lib.rs (target/debug/deps/asic-836f20c5b099f4bf) |
| 8155 | 2026-07-19T04:20:32.504Z | |
| 8156 | 2026-07-19T04:20:32.504Z | running 0 tests |
| 8157 | 2026-07-19T04:20:32.504Z | |
| 8158 | 2026-07-19T04:20:32.504Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8159 | 2026-07-19T04:20:32.504Z | |
| 8160 | 2026-07-19T04:20:32.507Z | Running unittests src/lib.rs (target/debug/deps/common-f402ac92109d1353) |
| 8161 | 2026-07-19T04:20:32.509Z | |
| 8162 | 2026-07-19T04:20:32.509Z | running 10 tests |
| 8163 | 2026-07-19T04:20:32.512Z | test network::tests::test_equal ... ok |
| 8164 | 2026-07-19T04:20:32.512Z | test nat::tests::test_vni ... ok |
| 8165 | 2026-07-19T04:20:32.512Z | test network::tests::test_eui64 ... ok |
| 8166 | 2026-07-19T04:20:32.512Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8167 | 2026-07-19T04:20:32.512Z | test network::tests::test_into ... ok |
| 8168 | 2026-07-19T04:20:32.512Z | test network::tests::test_not_equal ... ok |
| 8169 | 2026-07-19T04:20:32.512Z | test network::tests::test_to_string ... ok |
| 8170 | 2026-07-19T04:20:32.512Z | test network::tests::test_parse ... ok |
| 8171 | 2026-07-19T04:20:32.568Z | test test_purge ... ok |
| 8172 | 2026-07-19T04:20:32.572Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8173 | 2026-07-19T04:20:32.572Z | |
| 8174 | 2026-07-19T04:20:32.572Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8175 | 2026-07-19T04:20:32.572Z | |
| 8176 | 2026-07-19T04:20:32.572Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-363b31f15c3fc8cb) |
| 8177 | 2026-07-19T04:20:32.572Z | |
| 8178 | 2026-07-19T04:20:32.572Z | running 1 test |
| 8179 | 2026-07-19T04:20:32.572Z | ------- |
| 8180 | 2026-07-19T04:20:32.572Z | Generating OpenAPI documents from API definitions ... |
| 8181 | 2026-07-19T04:20:32.702Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8182 | 2026-07-19T04:20:32.772Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8183 | 2026-07-19T04:20:33.787Z | ------- |
| 8184 | 2026-07-19T04:20:33.787Z | Checking 12 OpenAPI documents... |
| 8185 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8186 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8187 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8188 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8189 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-07-19T04:20:33.796Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-07-19T04:20:33.796Z | Fresh dpd "latest" symlink |
| 8198 | 2026-07-19T04:20:33.796Z | ------- |
| 8199 | 2026-07-19T04:20:33.796Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8200 | 2026-07-19T04:20:33.855Z | test test::test_apis_up_to_date ... ok |
| 8201 | 2026-07-19T04:20:33.855Z | |
| 8202 | 2026-07-19T04:20:33.855Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 8203 | 2026-07-19T04:20:33.855Z | |
| 8204 | 2026-07-19T04:20:33.910Z | Running unittests src/main.rs (target/debug/deps/dpd-0409bf38d4c59ab2) |
| 8205 | 2026-07-19T04:20:33.917Z | |
| 8206 | 2026-07-19T04:20:33.917Z | running 34 tests |
| 8207 | 2026-07-19T04:20:33.920Z | test freemap::test_ordering ... ok |
| 8208 | 2026-07-19T04:20:33.920Z | test config::tests::test_updates ... ok |
| 8209 | 2026-07-19T04:20:33.920Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8210 | 2026-07-19T04:20:33.921Z | test freemap::test_split ... ok |
| 8211 | 2026-07-19T04:20:33.921Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8212 | 2026-07-19T04:20:33.921Z | test macaddrs::tests::test_mac_offset ... ok |
| 8213 | 2026-07-19T04:20:33.921Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8214 | 2026-07-19T04:20:33.925Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8215 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854 DEBG created new freemapJul 19 04:20:32.854 DEBG , created new freemapunit, :unit :freemap_test freemap_test |
| 8216 | 2026-07-19T04:20:33.925Z | |
| 8217 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854 DEBGJul 19 04:20:32.854 initted freemap. size: 128DEBG, unitinitted freemap. size: 128:, unitfreemap_test: |
| 8218 | 2026-07-19T04:20:33.925Z | freemap_test |
| 8219 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854 DEBGJul 19 04:20:32.854 reset freemapDEBG, unitreset freemap:, unitfreemap_test: |
| 8220 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854freemap_test |
| 8221 | 2026-07-19T04:20:33.925Z | DEBG created new freemap, unit: freemap_test |
| 8222 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854 DEBG initted freemap. size: 128, unit: freemap_test |
| 8223 | 2026-07-19T04:20:33.925Z | Jul 19 04:20:32.854 DEBG Jul 19 04:20:32.854reset freemap , DEBGunit : created new freemapfreemap_test |
| 8224 | 2026-07-19T04:20:33.926Z | , unit: freemap_test |
| 8225 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.854 DEBG initted freemap. size: 128, unit: freemap_test |
| 8226 | 2026-07-19T04:20:33.926Z | test nat::test_mapping ... ok |
| 8227 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.854 DEBG reset freemap, unit: freemap_test |
| 8228 | 2026-07-19T04:20:33.926Z | test freemap::test_free ... ok |
| 8229 | 2026-07-19T04:20:33.926Z | test freemap::test_reclaim ... ok |
| 8230 | 2026-07-19T04:20:33.926Z | test freemap::test_exhaustion ... ok |
| 8231 | 2026-07-19T04:20:33.926Z | test freemap::test_basic ... ok |
| 8232 | 2026-07-19T04:20:33.926Z | test port_map::tests::test_backplane_group ... ok |
| 8233 | 2026-07-19T04:20:33.926Z | test port_map::tests::test_port_map ... ok |
| 8234 | 2026-07-19T04:20:33.926Z | test port_map::tests::dump_map ... ok |
| 8235 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855 DEBG created new freemap, unit: freemap_test |
| 8236 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855 DEBG initted freemap. size: 8, unit: freemap_test |
| 8237 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855 DEBG reset freemap, unit: freemap_test |
| 8238 | 2026-07-19T04:20:33.926Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8239 | 2026-07-19T04:20:33.926Z | test api_server::tests::test_build_info ... ok |
| 8240 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855Jul 19 04:20:32.855 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_route_ipv4Jul 19 04:20:32.855 |
| 8241 | 2026-07-19T04:20:33.926Z | freemap_test |
| 8242 | 2026-07-19T04:20:33.926Z | DEBG created new freemap, Jul 19 04:20:32.855unit :DEBGJul 19 04:20:32.855 created new freemapfreemap_route_ipv4 |
| 8243 | 2026-07-19T04:20:33.926Z | , Jul 19 04:20:32.855unit :DEBG freemap_route_ipv6 |
| 8244 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8245 | 2026-07-19T04:20:33.926Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8246 | 2026-07-19T04:20:33.926Z | created new freemap, unit: Jul 19 04:20:32.855 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8247 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8248 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.855Jul 19 04:20:32.856 DEBGDEBG reset freemapcreated new freemap, unit:, unitfreemap_route_ipv6: |
| 8249 | 2026-07-19T04:20:33.926Z | freemap_route_ipv4 |
| 8250 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8251 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 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-07-19T04:20:33.926Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 DEBGINFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 8253 | 2026-07-19T04:20:33.926Z | unit:Jul 19 04:20:32.856 freemap_route_ipv6DEBG |
| 8254 | 2026-07-19T04:20:33.926Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8255 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856 initted freemap. size: 64INFO, unitadding route 3fff:beef::/64 -> 2001:db8::55:ff: |
| 8256 | 2026-07-19T04:20:33.926Z | freemap_route_ipv4 |
| 8257 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856 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 |
| 8258 | 2026-07-19T04:20:33.926Z | reset freemap, unit:Jul 19 04:20:32.856 freemap_route_ipv4INFO |
| 8259 | 2026-07-19T04:20:33.926Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8260 | 2026-07-19T04:20:33.926Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 8261 | 2026-07-19T04:20:33.927Z | : freemap_route_ipv6 |
| 8262 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856INFO DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8263 | 2026-07-19T04:20:33.927Z | reset freemap, unit: freemap_route_ipv6Jul 19 04:20:32.856 |
| 8264 | 2026-07-19T04:20:33.927Z | 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 } }]Jul 19 04:20:32.856 |
| 8265 | 2026-07-19T04:20:33.927Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 19 04:20:32.856 |
| 8266 | 2026-07-19T04:20:33.927Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8267 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856 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 } }]Jul 19 04:20:32.856 |
| 8268 | 2026-07-19T04:20:33.927Z | 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 } }] |
| 8269 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 INFOINFO adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8270 | 2026-07-19T04:20:33.927Z | |
| 8271 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8272 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8273 | 2026-07-19T04:20:33.927Z | 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 } }]Jul 19 04:20:32.856 |
| 8274 | 2026-07-19T04:20:33.927Z | 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 } }]Jul 19 04:20:32.856 |
| 8275 | 2026-07-19T04:20:33.927Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8276 | 2026-07-19T04:20:33.927Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8277 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856 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 |
| 8278 | 2026-07-19T04:20:33.927Z | 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 } }] |
| 8279 | 2026-07-19T04:20:33.927Z | freemap_route_ipv6Jul 19 04:20:32.856Jul 19 04:20:32.856 |
| 8280 | 2026-07-19T04:20:33.927Z | INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8281 | 2026-07-19T04:20:33.927Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8282 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG DEBGDEBG initted freemap. size: 64 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 } }], |
| 8283 | 2026-07-19T04:20:33.927Z | 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 } }]unit: |
| 8284 | 2026-07-19T04:20:33.927Z | freemap_route_ipv4Jul 19 04:20:32.856 |
| 8285 | 2026-07-19T04:20:33.927Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8286 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8287 | 2026-07-19T04:20:33.927Z | reset freemap, unit: Jul 19 04:20:32.856Jul 19 04:20:32.856freemap_route_ipv4 |
| 8288 | 2026-07-19T04:20:33.927Z | DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 19 04:20:32.856 |
| 8289 | 2026-07-19T04:20:33.927Z | |
| 8290 | 2026-07-19T04:20:33.927Z | DEBG initted freemap. size: 64, Jul 19 04:20:32.856unit :INFO Jul 19 04:20:32.856freemap_route_ipv6 |
| 8291 | 2026-07-19T04:20:33.927Z | INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8292 | 2026-07-19T04:20:33.927Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8293 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBGDEBG reset freemapDEBG, 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: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 } }] |
| 8294 | 2026-07-19T04:20:33.927Z | |
| 8295 | 2026-07-19T04:20:33.927Z | unit: freemap_route_ipv6 |
| 8296 | 2026-07-19T04:20:33.927Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 INFOINFO Jul 19 04:20:32.856Jul 19 04:20:32.856adding route 3fff:beef:a::/64 -> 2001:db8::55:ff INFODEBG |
| 8297 | 2026-07-19T04:20:33.927Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8298 | 2026-07-19T04:20:33.928Z | |
| 8299 | 2026-07-19T04:20:33.928Z | created new freemapJul 19 04:20:32.856, Jul 19 04:20:32.856unit Jul 19 04:20:32.856DEBGDEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8300 | 2026-07-19T04:20:33.928Z | |
| 8301 | 2026-07-19T04:20:33.928Z | : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]freemap_route_ipv4 |
| 8302 | 2026-07-19T04:20:33.928Z | |
| 8303 | 2026-07-19T04:20:33.928Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856INFO Jul 19 04:20:32.856INFO Jul 19 04:20:32.856 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 8304 | 2026-07-19T04:20:33.928Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8305 | 2026-07-19T04:20:33.928Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8306 | 2026-07-19T04:20:33.928Z | created new freemap, Jul 19 04:20:32.856Jul 19 04:20:32.856unit :DEBG Jul 19 04:20:32.856freemap_route_ipv6 |
| 8307 | 2026-07-19T04:20:33.928Z | DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8308 | 2026-07-19T04:20:33.928Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 8309 | 2026-07-19T04:20:33.928Z | |
| 8310 | 2026-07-19T04:20:33.928Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffinitted freemap. size: 64 , |
| 8311 | 2026-07-19T04:20:33.928Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit |
| 8312 | 2026-07-19T04:20:33.928Z | : INFOfreemap_route_ipv4 Jul 19 04:20:32.856 |
| 8313 | 2026-07-19T04:20:33.928Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8314 | 2026-07-19T04:20:33.935Z | 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 } }]Jul 19 04:20:32.856Jul 19 04:20:32.856 |
| 8315 | 2026-07-19T04:20:33.935Z | DEBGDEBG Jul 19 04:20:32.856replacing 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 } }] |
| 8316 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856reset freemapINFO, unitDEBG:Jul 19 04:20:32.856 freemap_route_ipv4 |
| 8317 | 2026-07-19T04:20:33.935Z | adding route 3fff:beef:d::/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 } }]INFO |
| 8318 | 2026-07-19T04:20:33.935Z | |
| 8319 | 2026-07-19T04:20:33.935Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8320 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856 Jul 19 04:20:32.856initted freemap. size: 64 , Jul 19 04:20:32.856DEBG unitINFODEBG: 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: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 } }] |
| 8321 | 2026-07-19T04:20:33.935Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8322 | 2026-07-19T04:20:33.935Z | |
| 8323 | 2026-07-19T04:20:33.935Z | freemap_route_ipv6 |
| 8324 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFODEBG DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8325 | 2026-07-19T04:20:33.935Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 8326 | 2026-07-19T04:20:33.935Z | |
| 8327 | 2026-07-19T04:20:33.935Z | reset freemap, unit:Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG INFOfreemap_route_ipv6 |
| 8328 | 2026-07-19T04:20:33.935Z | 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 } }]DEBG |
| 8329 | 2026-07-19T04:20:33.935Z | |
| 8330 | 2026-07-19T04:20:33.935Z | 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 } }] |
| 8331 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 Jul 19 04:20:32.856INFO Jul 19 04:20:32.856adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8332 | 2026-07-19T04:20:33.935Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8333 | 2026-07-19T04:20:33.935Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8334 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856adding route 3fff:beef:a::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856 |
| 8335 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.856 |
| 8336 | 2026-07-19T04:20:33.935Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8337 | 2026-07-19T04:20:33.935Z | |
| 8338 | 2026-07-19T04:20:33.935Z | 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 } }] |
| 8339 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 INFOJul 19 04:20:32.856 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff 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 } }] |
| 8340 | 2026-07-19T04:20:33.935Z | |
| 8341 | 2026-07-19T04:20:33.935Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8342 | 2026-07-19T04:20:33.935Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856Jul 19 04:20:32.856Jul 19 04:20:32.856INFO INFO DEBGDEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8343 | 2026-07-19T04:20:33.935Z | 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: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 } }] |
| 8344 | 2026-07-19T04:20:33.936Z | |
| 8345 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBG |
| 8346 | 2026-07-19T04:20:33.936Z | 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 } }]Jul 19 04:20:32.856Jul 19 04:20:32.856 |
| 8347 | 2026-07-19T04:20:33.936Z | INFOINFO Jul 19 04:20:32.856adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8348 | 2026-07-19T04:20:33.936Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8349 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856replacing 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 } }] |
| 8350 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856DEBG INFO adding route 3fff:beef:c::/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 } }]Jul 19 04:20:32.856 |
| 8351 | 2026-07-19T04:20:33.936Z | |
| 8352 | 2026-07-19T04:20:33.936Z | INFO Jul 19 04:20:32.856adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8353 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }]INFODEBG |
| 8354 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8355 | 2026-07-19T04:20:33.936Z | 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 } }] |
| 8356 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856 |
| 8357 | 2026-07-19T04:20:33.936Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8358 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 INFODEBGJul 19 04:20:32.856INFO 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:dead::/64 -> 2001:db8::55:2 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 8359 | 2026-07-19T04:20:33.936Z | |
| 8360 | 2026-07-19T04:20:33.936Z | 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 } }] |
| 8361 | 2026-07-19T04:20:33.936Z | |
| 8362 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856 DEBGJul 19 04:20:32.856replacing 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 } }] |
| 8363 | 2026-07-19T04:20:33.936Z | INFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 19 04:20:32.856 |
| 8364 | 2026-07-19T04:20:33.936Z | INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8365 | 2026-07-19T04:20:33.936Z | |
| 8366 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffINFO |
| 8367 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8368 | 2026-07-19T04:20:33.936Z | 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 } }]Jul 19 04:20:32.856 |
| 8369 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856Jul 19 04:20:32.856 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.856DEBG |
| 8370 | 2026-07-19T04:20:33.936Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8371 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8372 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856replacing 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 } }] Jul 19 04:20:32.856INFO INFOJul 19 04:20:32.856 |
| 8373 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 8374 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8375 | 2026-07-19T04:20:33.936Z | 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 } }] |
| 8376 | 2026-07-19T04:20:33.936Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856INFOJul 19 04:20:32.856 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 19 04:20:32.856 |
| 8377 | 2026-07-19T04:20:33.936Z | DEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8378 | 2026-07-19T04:20:33.936Z | INFO Jul 19 04:20:32.856 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 } }] Jul 19 04:20:32.856 |
| 8379 | 2026-07-19T04:20:33.936Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 8380 | 2026-07-19T04:20:33.936Z | INFO adding route 3fff:beef:7::/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 } }]Jul 19 04:20:32.856Jul 19 04:20:32.856 |
| 8381 | 2026-07-19T04:20:33.936Z | |
| 8382 | 2026-07-19T04:20:33.937Z | INFODEBG Jul 19 04:20:32.856Jul 19 04:20:32.856 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 } }] |
| 8383 | 2026-07-19T04:20:33.937Z | 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 } }] |
| 8384 | 2026-07-19T04:20:33.937Z | |
| 8385 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856adding route 3fff:beef:15::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856DEBG |
| 8386 | 2026-07-19T04:20:33.937Z | INFO Jul 19 04:20:32.856replacing 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:ffINFO |
| 8387 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 |
| 8388 | 2026-07-19T04:20:33.937Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8389 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856 INFO DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff Jul 19 04:20:32.856 |
| 8390 | 2026-07-19T04:20:33.937Z | 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: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 } }] |
| 8391 | 2026-07-19T04:20:33.937Z | |
| 8392 | 2026-07-19T04:20:33.937Z | 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 } }] |
| 8393 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856Jul 19 04:20:32.856Jul 19 04:20:32.856 INFODEBGJul 19 04:20:32.856 INFOreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8394 | 2026-07-19T04:20:33.937Z | |
| 8395 | 2026-07-19T04:20:33.937Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8396 | 2026-07-19T04:20:33.937Z | |
| 8397 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856DEBG Jul 19 04:20:32.856Jul 19 04:20:32.856INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 8398 | 2026-07-19T04:20:33.937Z | DEBGreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8399 | 2026-07-19T04:20:33.937Z | |
| 8400 | 2026-07-19T04:20:33.937Z | |
| 8401 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 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 } }]Jul 19 04:20:32.856Jul 19 04:20:32.856Jul 19 04:20:32.856 |
| 8402 | 2026-07-19T04:20:33.937Z | INFO INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8403 | 2026-07-19T04:20:33.937Z | INFOJul 19 04:20:32.856 |
| 8404 | 2026-07-19T04:20:33.937Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8405 | 2026-07-19T04:20:33.937Z | INFO Jul 19 04:20:32.856 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8406 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856replacing 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 } }] |
| 8407 | 2026-07-19T04:20:33.937Z | 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 } }]Jul 19 04:20:32.856 |
| 8408 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 DEBGDEBGJul 19 04:20:32.856 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 } }]Jul 19 04:20:32.856INFO 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 } }] |
| 8409 | 2026-07-19T04:20:33.937Z | |
| 8410 | 2026-07-19T04:20:33.937Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 8411 | 2026-07-19T04:20:33.937Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8412 | 2026-07-19T04:20:33.937Z | Jul 19 04:20:32.856 Jul 19 04:20:32.856INFOJul 19 04:20:32.856Jul 19 04:20:32.856 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8413 | 2026-07-19T04:20:33.937Z | INFO replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8414 | 2026-07-19T04:20:33.943Z | |
| 8415 | 2026-07-19T04:20:33.943Z | Jul 19 04:20:32.856adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8416 | 2026-07-19T04:20:33.943Z | DEBG Jul 19 04:20:32.856Jul 19 04:20:32.856 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 |
| 8417 | 2026-07-19T04:20:33.943Z | INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8418 | 2026-07-19T04:20:33.943Z | Jul 19 04:20:32.856adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8419 | 2026-07-19T04:20:33.943Z | INFO Jul 19 04:20:32.856adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8420 | 2026-07-19T04:20:33.943Z | Jul 19 04:20:32.857DEBG DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.857 |
| 8421 | 2026-07-19T04:20:33.943Z | DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8422 | 2026-07-19T04:20:33.943Z | 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: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 } }]Jul 19 04:20:32.857 |
| 8423 | 2026-07-19T04:20:33.943Z | |
| 8424 | 2026-07-19T04:20:33.943Z | Jul 19 04:20:32.857INFO Jul 19 04:20:32.857Jul 19 04:20:32.857 adding route 3fff:beef:7::/64 -> 2001:db8::55:ff INFOINFO |
| 8425 | 2026-07-19T04:20:33.943Z | INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8426 | 2026-07-19T04:20:33.943Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8427 | 2026-07-19T04:20:33.944Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8428 | 2026-07-19T04:20:33.944Z | 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 } }]Jul 19 04:20:32.857 |
| 8429 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8430 | 2026-07-19T04:20:33.944Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8431 | 2026-07-19T04:20:33.944Z | 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 } }]Jul 19 04:20:32.857 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8432 | 2026-07-19T04:20:33.944Z | initted freemap. size: 128, Jul 19 04:20:32.857unit :DEBG freemap_testreplacing 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 } }] |
| 8433 | 2026-07-19T04:20:33.944Z | |
| 8434 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857 INFOJul 19 04:20:32.857 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 8435 | 2026-07-19T04:20:33.944Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8436 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG DEBGINFO Jul 19 04:20:32.857 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8437 | 2026-07-19T04:20:33.944Z | |
| 8438 | 2026-07-19T04:20:33.944Z | reset freemap, unit :DEBG Jul 19 04:20:32.857freemap_test DEBG |
| 8439 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8440 | 2026-07-19T04:20:33.944Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8441 | 2026-07-19T04:20:33.944Z | |
| 8442 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8443 | 2026-07-19T04:20:33.944Z | 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:1c::/64 -> 2001:db8::55:ff |
| 8444 | 2026-07-19T04:20:33.944Z | |
| 8445 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857 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 } }]Jul 19 04:20:32.857 |
| 8446 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857INFO DEBGJul 19 04:20:32.857 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 } }]INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8447 | 2026-07-19T04:20:33.944Z | |
| 8448 | 2026-07-19T04:20:33.944Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8449 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857 INFODEBGreplacing 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 } }] |
| 8450 | 2026-07-19T04:20:33.944Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8451 | 2026-07-19T04:20:33.944Z | 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 } }] |
| 8452 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857 INFOJul 19 04:20:32.857 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8453 | 2026-07-19T04:20:33.944Z | DEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8454 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 8455 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857replacing 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 } }] |
| 8456 | 2026-07-19T04:20:33.944Z | INFO Jul 19 04:20:32.857adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 19 04:20:32.857 |
| 8457 | 2026-07-19T04:20:33.944Z | DEBGINFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8458 | 2026-07-19T04:20:33.944Z | |
| 8459 | 2026-07-19T04:20:33.944Z | test freemap::test_span ... ok |
| 8460 | 2026-07-19T04:20:33.944Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857 DEBGDEBGINFO adding route 3fff:beef:1b::/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 } }] |
| 8461 | 2026-07-19T04:20:33.944Z | |
| 8462 | 2026-07-19T04:20:33.944Z | 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 } }] |
| 8463 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8464 | 2026-07-19T04:20:33.945Z | |
| 8465 | 2026-07-19T04:20:33.945Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8466 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 INFOJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGDEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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:1c::/64 -> 2001:db8::55:ff |
| 8467 | 2026-07-19T04:20:33.945Z | |
| 8468 | 2026-07-19T04:20:33.945Z | |
| 8469 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 8470 | 2026-07-19T04:20:33.945Z | INFO replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8471 | 2026-07-19T04:20:33.945Z | |
| 8472 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 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 } }]Jul 19 04:20:32.857 |
| 8473 | 2026-07-19T04:20:33.945Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8474 | 2026-07-19T04:20:33.945Z | INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8475 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857DEBG DEBGJul 19 04:20:32.857 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 } }]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 } }] |
| 8476 | 2026-07-19T04:20:33.945Z | |
| 8477 | 2026-07-19T04:20:33.945Z | 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 } }] |
| 8478 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO INFOadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8479 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8480 | 2026-07-19T04:20:33.945Z | INFO Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857 replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8481 | 2026-07-19T04:20:33.945Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8482 | 2026-07-19T04:20:33.945Z | 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 } }] |
| 8483 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 |
| 8484 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 DEBG INFO 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:12::/64 -> 2001:db8::55:ff |
| 8485 | 2026-07-19T04:20:33.945Z | |
| 8486 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8487 | 2026-07-19T04:20:33.945Z | INFO Jul 19 04:20:32.857adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8488 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 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 } }]DEBGINFO |
| 8489 | 2026-07-19T04:20:33.945Z | 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:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8490 | 2026-07-19T04:20:33.945Z | |
| 8491 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857 DEBGINFO Jul 19 04:20:32.857Jul 19 04:20:32.857adding route 3fff:beef:13::/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 } }] |
| 8492 | 2026-07-19T04:20:33.945Z | DEBG |
| 8493 | 2026-07-19T04:20:33.945Z | 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 } }]Jul 19 04:20:32.857adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8494 | 2026-07-19T04:20:33.945Z | |
| 8495 | 2026-07-19T04:20:33.945Z | INFO Jul 19 04:20:32.857adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8496 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857DEBG DEBGreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8497 | 2026-07-19T04:20:33.945Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 |
| 8498 | 2026-07-19T04:20:33.945Z | INFOJul 19 04:20:32.857DEBG INFOJul 19 04:20:32.857 adding route 3fff:beef:20::/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 } }] |
| 8499 | 2026-07-19T04:20:33.945Z | |
| 8500 | 2026-07-19T04:20:33.945Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8501 | 2026-07-19T04:20:33.946Z | INFO Jul 19 04:20:32.857adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Jul 19 04:20:32.857 |
| 8502 | 2026-07-19T04:20:33.946Z | Jul 19 04:20:32.857DEBG INFODEBGreplacing 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 } }]Jul 19 04:20:32.857 adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8503 | 2026-07-19T04:20:33.946Z | |
| 8504 | 2026-07-19T04:20:33.946Z | 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 } }]Jul 19 04:20:32.857 |
| 8505 | 2026-07-19T04:20:33.946Z | 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 } }] Jul 19 04:20:32.857INFO DEBGJul 19 04:20:32.857 |
| 8506 | 2026-07-19T04:20:33.946Z | 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:21::/64 -> 2001:db8::55:ffINFO |
| 8507 | 2026-07-19T04:20:33.946Z | |
| 8508 | 2026-07-19T04:20:33.946Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8509 | 2026-07-19T04:20:33.946Z | Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG 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:11::/64 -> 2001:db8::55:ff |
| 8510 | 2026-07-19T04:20:33.946Z | DEBGINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8511 | 2026-07-19T04:20:33.946Z | |
| 8512 | 2026-07-19T04:20:33.946Z | 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 } }]Jul 19 04:20:32.857 |
| 8513 | 2026-07-19T04:20:33.946Z | INFOJul 19 04:20:32.857Jul 19 04:20:32.857 DEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8514 | 2026-07-19T04:20:33.951Z | |
| 8515 | 2026-07-19T04:20:33.951Z | 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 } }]Jul 19 04:20:32.857 |
| 8516 | 2026-07-19T04:20:33.951Z | INFO Jul 19 04:20:32.857Jul 19 04:20:32.857adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO |
| 8517 | 2026-07-19T04:20:33.951Z | INFO Jul 19 04:20:32.857 adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 8518 | 2026-07-19T04:20:33.951Z | |
| 8519 | 2026-07-19T04:20:33.951Z | Jul 19 04:20:32.857 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 } }]Jul 19 04:20:32.857DEBG |
| 8520 | 2026-07-19T04:20:33.951Z | Jul 19 04:20:32.857 DEBGDEBGreplacing 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: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 } }] |
| 8521 | 2026-07-19T04:20:33.951Z | Jul 19 04:20:32.857replacing 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 } }] |
| 8522 | 2026-07-19T04:20:33.951Z | |
| 8523 | 2026-07-19T04:20:33.951Z | INFO Jul 19 04:20:32.857adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 19 04:20:32.857Jul 19 04:20:32.857 INFOINFO |
| 8524 | 2026-07-19T04:20:33.951Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8525 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857 |
| 8526 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857DEBG INFODEBG 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:17::/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 } }]Jul 19 04:20:32.857 |
| 8527 | 2026-07-19T04:20:33.952Z | |
| 8528 | 2026-07-19T04:20:33.952Z | DEBG |
| 8529 | 2026-07-19T04:20:33.952Z | 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 } }] |
| 8530 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857DEBG 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 } }]INFOINFO |
| 8531 | 2026-07-19T04:20:33.952Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8532 | 2026-07-19T04:20:33.952Z | |
| 8533 | 2026-07-19T04:20:33.952Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8534 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857Jul 19 04:20:32.857DEBG 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:18::/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 } }] |
| 8535 | 2026-07-19T04:20:33.952Z | |
| 8536 | 2026-07-19T04:20:33.952Z | |
| 8537 | 2026-07-19T04:20:33.952Z | 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 } }] |
| 8538 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8539 | 2026-07-19T04:20:33.952Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8540 | 2026-07-19T04:20:33.952Z | |
| 8541 | 2026-07-19T04:20:33.952Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 |
| 8542 | 2026-07-19T04:20:33.952Z | 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 } }]Jul 19 04:20:32.857 |
| 8543 | 2026-07-19T04:20:33.952Z | INFOJul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 8544 | 2026-07-19T04:20:33.952Z | |
| 8545 | 2026-07-19T04:20:33.952Z | 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 } }] |
| 8546 | 2026-07-19T04:20:33.952Z | INFOJul 19 04:20:32.857 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8547 | 2026-07-19T04:20:33.952Z | INFOJul 19 04:20:32.857 Jul 19 04:20:32.857adding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO Jul 19 04:20:32.857DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8548 | 2026-07-19T04:20:33.952Z | |
| 8549 | 2026-07-19T04:20:33.952Z | 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 |
| 8550 | 2026-07-19T04:20:33.952Z | 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 } }]Jul 19 04:20:32.857 |
| 8551 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857 DEBGJul 19 04:20:32.857DEBG 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 } }] |
| 8552 | 2026-07-19T04:20:33.952Z | INFOJul 19 04:20:32.857 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8553 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857INFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8554 | 2026-07-19T04:20:33.952Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8555 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8556 | 2026-07-19T04:20:33.952Z | 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 } }]Jul 19 04:20:32.857Jul 19 04:20:32.857 |
| 8557 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857DEBG DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Jul 19 04:20:32.857 |
| 8558 | 2026-07-19T04:20:33.952Z | INFO |
| 8559 | 2026-07-19T04:20:33.952Z | INFOJul 19 04:20:32.857 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8560 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857 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 } }] |
| 8561 | 2026-07-19T04:20:33.952Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8562 | 2026-07-19T04:20:33.952Z | Jul 19 04:20:32.857 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:20:32.857 DEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8563 | 2026-07-19T04:20:33.953Z | |
| 8564 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8565 | 2026-07-19T04:20:33.953Z | 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 } }] |
| 8566 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG 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 } }] |
| 8567 | 2026-07-19T04:20:33.953Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8568 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8569 | 2026-07-19T04:20:33.953Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8570 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBG INFOreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8571 | 2026-07-19T04:20:33.953Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8572 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2f::/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 } }] |
| 8573 | 2026-07-19T04:20:33.953Z | |
| 8574 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2b::/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 } }] |
| 8575 | 2026-07-19T04:20:33.953Z | |
| 8576 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 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:30::/64 -> 2001:db8::55:ff |
| 8577 | 2026-07-19T04:20:33.953Z | |
| 8578 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8579 | 2026-07-19T04:20:33.953Z | |
| 8580 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 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:31::/64 -> 2001:db8::55:ff |
| 8581 | 2026-07-19T04:20:33.953Z | |
| 8582 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 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:2d::/64 -> 2001:db8::55:ff |
| 8583 | 2026-07-19T04:20:33.953Z | |
| 8584 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBG adding route 3fff:beef:32::/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 } }] |
| 8585 | 2026-07-19T04:20:33.953Z | |
| 8586 | 2026-07-19T04:20:33.953Z | |
| 8587 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8588 | 2026-07-19T04:20:33.953Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8589 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 INFODEBGJul 19 04:20:32.857 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:33::/64 -> 2001:db8::55:ff |
| 8590 | 2026-07-19T04:20:33.953Z | DEBG |
| 8591 | 2026-07-19T04:20:33.953Z | 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 } }] |
| 8592 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857Jul 19 04:20:32.857 Jul 19 04:20:32.857DEBGINFO 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 } }] |
| 8593 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8594 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 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 } }] |
| 8595 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8596 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8597 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8598 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 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 } }] |
| 8599 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8600 | 2026-07-19T04:20:33.953Z | Jul 19 04:20:32.857 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 } }] |
| 8601 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.857adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFO |
| 8602 | 2026-07-19T04:20:33.954Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8603 | 2026-07-19T04:20:33.954Z | |
| 8604 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.857 DEBG Jul 19 04:20:32.857replacing 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 } }] |
| 8605 | 2026-07-19T04:20:33.954Z | 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 } }]Jul 19 04:20:32.857 |
| 8606 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.857DEBG 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 } }] |
| 8607 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.857adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8608 | 2026-07-19T04:20:33.954Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8609 | 2026-07-19T04:20:33.954Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8610 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858 |
| 8611 | 2026-07-19T04:20:33.954Z | 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 } }]Jul 19 04:20:32.858 |
| 8612 | 2026-07-19T04:20:33.954Z | Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8613 | 2026-07-19T04:20:33.954Z | 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 |
| 8614 | 2026-07-19T04:20:33.958Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8615 | 2026-07-19T04:20:33.958Z | 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 } }] |
| 8616 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858 |
| 8617 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858 INFOINFO Jul 19 04:20:32.858adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8618 | 2026-07-19T04:20:33.958Z | |
| 8619 | 2026-07-19T04:20:33.958Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8620 | 2026-07-19T04:20:33.958Z | 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 } }]Jul 19 04:20:32.858 |
| 8621 | 2026-07-19T04:20:33.958Z | DEBGJul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858DEBG |
| 8622 | 2026-07-19T04:20:33.958Z | INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8623 | 2026-07-19T04:20:33.958Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8624 | 2026-07-19T04:20:33.958Z | INFO Jul 19 04:20:32.858adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 8625 | 2026-07-19T04:20:33.958Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8626 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG Jul 19 04:20:32.858replacing 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: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 |
| 8627 | 2026-07-19T04:20:33.958Z | |
| 8628 | 2026-07-19T04:20:33.958Z | 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 } }] |
| 8629 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858 INFOJul 19 04:20:32.858 Jul 19 04:20:32.858 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8630 | 2026-07-19T04:20:33.958Z | INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8631 | 2026-07-19T04:20:33.958Z | |
| 8632 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG Jul 19 04:20:32.858replacing 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 } }] |
| 8633 | 2026-07-19T04:20:33.958Z | replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8634 | 2026-07-19T04:20:33.958Z | 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 } }] |
| 8635 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8636 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 8637 | 2026-07-19T04:20:33.958Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8638 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858 DEBGJul 19 04:20:32.858 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 } }]Jul 19 04:20:32.858DEBG DEBG |
| 8639 | 2026-07-19T04:20:33.958Z | replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8640 | 2026-07-19T04:20:33.958Z | |
| 8641 | 2026-07-19T04:20:33.958Z | Jul 19 04:20:32.858Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:fffailed to allocate space for the new target listINFO |
| 8642 | 2026-07-19T04:20:33.959Z | |
| 8643 | 2026-07-19T04:20:33.959Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8644 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858DEBG 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 } }]Jul 19 04:20:32.858 |
| 8645 | 2026-07-19T04:20:33.959Z | 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 |
| 8646 | 2026-07-19T04:20:33.959Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 19 04:20:32.858 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8647 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858DEBG DEBGcreated new freemap , 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 } }]unit |
| 8648 | 2026-07-19T04:20:33.959Z | : freemap_route_ipv4 |
| 8649 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8650 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 |
| 8651 | 2026-07-19T04:20:33.959Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 8652 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }] |
| 8653 | 2026-07-19T04:20:33.959Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8654 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO reset freemapadding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 8655 | 2026-07-19T04:20:33.959Z | unit: freemap_route_ipv4 |
| 8656 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 DEBGJul 19 04:20:32.858 initted freemap. size: 64DEBG, unitJul 19 04:20:32.858: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 } }] |
| 8657 | 2026-07-19T04:20:33.959Z | INFO freemap_route_ipv6adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8658 | 2026-07-19T04:20:33.959Z | |
| 8659 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8660 | 2026-07-19T04:20:33.959Z | DEBG reset freemap, unitJul 19 04:20:32.858: Jul 19 04:20:32.858freemap_route_ipv6DEBG |
| 8661 | 2026-07-19T04:20:33.959Z | 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 |
| 8662 | 2026-07-19T04:20:33.959Z | 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 } }] |
| 8663 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8664 | 2026-07-19T04:20:33.959Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8665 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8666 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8667 | 2026-07-19T04:20:33.959Z | DEBG Jul 19 04:20:32.858replacing 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 } }] |
| 8668 | 2026-07-19T04:20:33.959Z | 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 } }] |
| 8669 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 INFOJul 19 04:20:32.858Jul 19 04:20:32.858 INFOINFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8670 | 2026-07-19T04:20:33.959Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8671 | 2026-07-19T04:20:33.959Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8672 | 2026-07-19T04:20:33.959Z | |
| 8673 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBG DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8674 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858replacing 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 } }] |
| 8675 | 2026-07-19T04:20:33.959Z | 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 } }] |
| 8676 | 2026-07-19T04:20:33.959Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8677 | 2026-07-19T04:20:33.959Z | INFO Jul 19 04:20:32.858adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8678 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 8679 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858replacing 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 } }] |
| 8680 | 2026-07-19T04:20:33.960Z | DEBG Jul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8681 | 2026-07-19T04:20:33.960Z | 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 } }] |
| 8682 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858Jul 19 04:20:32.858INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 8683 | 2026-07-19T04:20:33.960Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8684 | 2026-07-19T04:20:33.960Z | |
| 8685 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8686 | 2026-07-19T04:20:33.960Z | 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 } }] |
| 8687 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858DEBG Jul 19 04:20:32.858DEBG 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 |
| 8688 | 2026-07-19T04:20:33.960Z | replacing targets for 3fff:dead::/64 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:1d::/64 -> 2001:db8::55:ff |
| 8689 | 2026-07-19T04:20:33.960Z | |
| 8690 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFOWARN adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8691 | 2026-07-19T04:20:33.960Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 19 04:20:32.858 |
| 8692 | 2026-07-19T04:20:33.960Z | 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 } }] |
| 8693 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 ERROJul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8694 | 2026-07-19T04:20:33.960Z | adding route 3fff:beef:1e::/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 } }] |
| 8695 | 2026-07-19T04:20:33.960Z | |
| 8696 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGERRO 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 } }]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 itJul 19 04:20:32.858 |
| 8697 | 2026-07-19T04:20:33.960Z | |
| 8698 | 2026-07-19T04:20:33.960Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8699 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 19 04:20:32.858 |
| 8700 | 2026-07-19T04:20:33.960Z | 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 } }] |
| 8701 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGINFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8702 | 2026-07-19T04:20:33.960Z | |
| 8703 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 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 } }] |
| 8704 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858INFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8705 | 2026-07-19T04:20:33.960Z | failed to allocate space for the new target list |
| 8706 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8707 | 2026-07-19T04:20:33.960Z | |
| 8708 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8709 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 8710 | 2026-07-19T04:20:33.960Z | |
| 8711 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8712 | 2026-07-19T04:20:33.960Z | Jul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8713 | 2026-07-19T04:20:33.960Z | 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 } }] |
| 8714 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }] |
| 8715 | 2026-07-19T04:20:33.965Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8716 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858 INFO Jul 19 04:20:32.858adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8717 | 2026-07-19T04:20:33.965Z | 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 } }] |
| 8718 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858 DEBG Jul 19 04:20:32.858replacing 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 } }] |
| 8719 | 2026-07-19T04:20:33.965Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8720 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858 INFOJul 19 04:20:32.858 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 8721 | 2026-07-19T04:20:33.965Z | 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 } }] |
| 8722 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858 Jul 19 04:20:32.858DEBG INFOreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8723 | 2026-07-19T04:20:33.965Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8724 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:28::/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 } }] |
| 8725 | 2026-07-19T04:20:33.965Z | |
| 8726 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:26::/64 -> 2001:db8::55:ff |
| 8727 | 2026-07-19T04:20:33.965Z | |
| 8728 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:29::/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 } }] |
| 8729 | 2026-07-19T04:20:33.965Z | |
| 8730 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:27::/64 -> 2001:db8::55:ff |
| 8731 | 2026-07-19T04:20:33.965Z | |
| 8732 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2a::/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 } }] |
| 8733 | 2026-07-19T04:20:33.965Z | |
| 8734 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:28::/64 -> 2001:db8::55:ff |
| 8735 | 2026-07-19T04:20:33.965Z | |
| 8736 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2b::/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 } }] |
| 8737 | 2026-07-19T04:20:33.965Z | |
| 8738 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:29::/64 -> 2001:db8::55:ff |
| 8739 | 2026-07-19T04:20:33.965Z | |
| 8740 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8741 | 2026-07-19T04:20:33.965Z | |
| 8742 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:2a::/64 -> 2001:db8::55:ff |
| 8743 | 2026-07-19T04:20:33.965Z | |
| 8744 | 2026-07-19T04:20:33.965Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 8745 | 2026-07-19T04:20:33.966Z | |
| 8746 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:2b::/64 -> 2001:db8::55:ff |
| 8747 | 2026-07-19T04:20:33.966Z | |
| 8748 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2e::/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 } }] |
| 8749 | 2026-07-19T04:20:33.966Z | |
| 8750 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2c::/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 } }] |
| 8751 | 2026-07-19T04:20:33.966Z | |
| 8752 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:2f::/64 -> 2001:db8::55:ff |
| 8753 | 2026-07-19T04:20:33.966Z | |
| 8754 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:2d::/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 } }] |
| 8755 | 2026-07-19T04:20:33.966Z | |
| 8756 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 8757 | 2026-07-19T04:20:33.966Z | |
| 8758 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:2e::/64 -> 2001:db8::55:ff |
| 8759 | 2026-07-19T04:20:33.966Z | |
| 8760 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8761 | 2026-07-19T04:20:33.966Z | |
| 8762 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:2f::/64 -> 2001:db8::55:ff |
| 8763 | 2026-07-19T04:20:33.966Z | |
| 8764 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:32::/64 -> 2001:db8::55:ff |
| 8765 | 2026-07-19T04:20:33.966Z | |
| 8766 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:30::/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 } }] |
| 8767 | 2026-07-19T04:20:33.966Z | |
| 8768 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:33::/64 -> 2001:db8::55:ff |
| 8769 | 2026-07-19T04:20:33.966Z | |
| 8770 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:31::/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 } }] |
| 8771 | 2026-07-19T04:20:33.966Z | |
| 8772 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 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:34::/64 -> 2001:db8::55:ff |
| 8773 | 2026-07-19T04:20:33.966Z | |
| 8774 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.858Jul 19 04:20:32.858 INFODEBG adding route 3fff:beef:32::/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 } }] |
| 8775 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.859 Jul 19 04:20:32.859Jul 19 04:20:32.859DEBG DEBGcreated new freemap , DEBGcreated new freemap Jul 19 04:20:32.865, created new freemapunit , INFO:unit unit adding route 3fff:beef:35::/64 -> 2001:db8::55:ff:freemap_route_ipv4 |
| 8776 | 2026-07-19T04:20:33.966Z | freemap_route_ipv4 |
| 8777 | 2026-07-19T04:20:33.966Z | |
| 8778 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 DEBGDEBGJul 19 04:20:32.865 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 } }]created new freemapDEBG |
| 8779 | 2026-07-19T04:20:33.966Z | , created new freemapunit:, unitfreemap_route_ipv6: |
| 8780 | 2026-07-19T04:20:33.966Z | Jul 19 04:20:32.865freemap_route_ipv6 |
| 8781 | 2026-07-19T04:20:33.966Z | INFO Jul 19 04:20:32.865adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8782 | 2026-07-19T04:20:33.966Z | DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8783 | 2026-07-19T04:20:33.967Z | |
| 8784 | 2026-07-19T04:20:33.967Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 DEBG Jul 19 04:20:32.865initted freemap. size: 64Jul 19 04:20:32.859, unit DEBG: Jul 19 04:20:32.865reset freemap DEBG DEBG, DEBGfreemap_route_ipv4 unitreplacing 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 } }] |
| 8785 | 2026-07-19T04:20:33.967Z | : |
| 8786 | 2026-07-19T04:20:33.967Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapfreemap_route_ipv4 |
| 8787 | 2026-07-19T04:20:33.967Z | , Jul 19 04:20:32.865 |
| 8788 | 2026-07-19T04:20:33.967Z | DEBG unitreset freemap:, Jul 19 04:20:32.865 Jul 19 04:20:32.865 unitJul 19 04:20:32.865freemap_route_ipv4: |
| 8789 | 2026-07-19T04:20:33.967Z | INFOfreemap_route_ipv4INFODEBG |
| 8790 | 2026-07-19T04:20:33.967Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8791 | 2026-07-19T04:20:33.967Z | initted freemap. size: 64adding route 3fff:beef:37::/64 -> 2001:db8::55:ff, |
| 8792 | 2026-07-19T04:20:33.967Z | unitJul 19 04:20:32.865Jul 19 04:20:32.865: DEBG Jul 19 04:20:32.865DEBG freemap_route_ipv6initted freemap. size: 64 , |
| 8793 | 2026-07-19T04:20:33.967Z | 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 } }]unitDEBGJul 19 04:20:32.865 |
| 8794 | 2026-07-19T04:20:33.967Z | DEBG: created new freemap , Jul 19 04:20:32.865Jul 19 04:20:32.865 freemap_route_ipv6DEBG |
| 8795 | 2026-07-19T04:20:33.967Z | INFOunitreset freemap: adding route 3fff:beef:34::/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 } }], |
| 8796 | 2026-07-19T04:20:33.967Z | unitJul 19 04:20:32.865: freemap_route_ipv6 |
| 8797 | 2026-07-19T04:20:33.967Z | |
| 8798 | 2026-07-19T04:20:33.967Z | DEBG freemap_route_ipv6reset freemap |
| 8799 | 2026-07-19T04:20:33.967Z | , unitJul 19 04:20:32.865: Jul 19 04:20:32.865Jul 19 04:20:32.865 INFO freemap_route_ipv6DEBG |
| 8800 | 2026-07-19T04:20:33.967Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8801 | 2026-07-19T04:20:33.967Z | initted freemap. size: 64, Jul 19 04:20:32.865INFOunit :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.865 freemap_route_ipv4 |
| 8802 | 2026-07-19T04:20:33.967Z | 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 } }] |
| 8803 | 2026-07-19T04:20:33.967Z | INFOJul 19 04:20:32.865 |
| 8804 | 2026-07-19T04:20:33.967Z | DEBGJul 19 04:20:32.865 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.865 |
| 8805 | 2026-07-19T04:20:33.967Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8806 | 2026-07-19T04:20:33.967Z | DEBGJul 19 04:20:32.865DEBG Jul 19 04:20:32.865replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] reset freemap |
| 8807 | 2026-07-19T04:20:33.967Z | DEBGINFO Jul 19 04:20:32.865, adding route 3fff:beef:35::/64 -> 2001:db8::55:ff Jul 19 04:20:32.865 INFO |
| 8808 | 2026-07-19T04:20:33.967Z | 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 } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8809 | 2026-07-19T04:20:33.967Z | : |
| 8810 | 2026-07-19T04:20:33.967Z | freemap_route_ipv4 |
| 8811 | 2026-07-19T04:20:33.967Z | INFO Jul 19 04:20:32.865adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 19 04:20:32.865 |
| 8812 | 2026-07-19T04:20:33.967Z | Jul 19 04:20:32.865 DEBGDEBG 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 } }]Jul 19 04:20:32.865 |
| 8813 | 2026-07-19T04:20:33.967Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8814 | 2026-07-19T04:20:33.972Z | , DEBGunit Jul 19 04:20:32.865:Jul 19 04:20:32.865 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 } }]freemap_route_ipv6 |
| 8815 | 2026-07-19T04:20:33.972Z | INFO |
| 8816 | 2026-07-19T04:20:33.972Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8817 | 2026-07-19T04:20:33.972Z | DEBGJul 19 04:20:32.865Jul 19 04:20:32.865 INFO DEBGreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 8818 | 2026-07-19T04:20:33.972Z | reset freemapJul 19 04:20:32.865, unit |
| 8819 | 2026-07-19T04:20:33.972Z | :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 } }]freemap_route_ipv6 |
| 8820 | 2026-07-19T04:20:33.972Z | |
| 8821 | 2026-07-19T04:20:33.972Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 Jul 19 04:20:32.865Jul 19 04:20:32.865INFO INFOINFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8822 | 2026-07-19T04:20:33.972Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:3a::/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 } }] |
| 8823 | 2026-07-19T04:20:33.972Z | |
| 8824 | 2026-07-19T04:20:33.972Z | |
| 8825 | 2026-07-19T04:20:33.972Z | Jul 19 04:20:32.865Jul 19 04:20:32.865Jul 19 04:20:32.865 INFODEBG adding route 3fff:beef:37::/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 } }] |
| 8826 | 2026-07-19T04:20:33.972Z | |
| 8827 | 2026-07-19T04:20:33.972Z | DEBGJul 19 04:20:32.865 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 19 04:20:32.865 |
| 8828 | 2026-07-19T04:20:33.972Z | DEBGDEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.865Jul 19 04:20:32.865 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 |
| 8829 | 2026-07-19T04:20:33.972Z | |
| 8830 | 2026-07-19T04:20:33.972Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 8831 | 2026-07-19T04:20:33.972Z | Jul 19 04:20:32.865adding route 172.16.0.0/32 -> 10.0.0.2 |
| 8832 | 2026-07-19T04:20:33.972Z | INFO Jul 19 04:20:32.865adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8833 | 2026-07-19T04:20:33.972Z | 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 } }]Jul 19 04:20:32.865 |
| 8834 | 2026-07-19T04:20:33.972Z | Jul 19 04:20:32.865INFO Jul 19 04:20:32.865DEBGJul 19 04:20:32.865 replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 8835 | 2026-07-19T04:20:33.972Z | DEBG INFO |
| 8836 | 2026-07-19T04:20:33.972Z | Jul 19 04:20:32.865replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:3c::/64 -> 2001:db8::55:ff |
| 8837 | 2026-07-19T04:20:33.972Z | |
| 8838 | 2026-07-19T04:20:33.973Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8839 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8840 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865 Jul 19 04:20:32.865DEBGJul 19 04:20:32.865 DEBG DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8841 | 2026-07-19T04:20:33.973Z | 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 } }]DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 8842 | 2026-07-19T04:20:33.973Z | |
| 8843 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865 |
| 8844 | 2026-07-19T04:20:33.973Z | INFOJul 19 04:20:32.865Jul 19 04:20:32.865 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8845 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865adding route 172.17.0.4/32 -> 10.0.0.255 |
| 8846 | 2026-07-19T04:20:33.973Z | INFO |
| 8847 | 2026-07-19T04:20:33.973Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 8848 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 DEBGDEBG replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8849 | 2026-07-19T04:20:33.973Z | |
| 8850 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 DEBGJul 19 04:20:32.865DEBG Jul 19 04:20:32.865INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.17.0.5/32 -> 10.0.0.255 |
| 8851 | 2026-07-19T04:20:33.973Z | 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 } }] |
| 8852 | 2026-07-19T04:20:33.973Z | |
| 8853 | 2026-07-19T04:20:33.973Z | |
| 8854 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.865Jul 19 04:20:32.865 DEBGJul 19 04:20:32.865 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 |
| 8855 | 2026-07-19T04:20:33.973Z | adding route 172.17.0.2/32 -> 10.0.0.255:Jul 19 04:20:32.866 freemap_route_ipv4INFO |
| 8856 | 2026-07-19T04:20:33.973Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8857 | 2026-07-19T04:20:33.973Z | 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 } }] |
| 8858 | 2026-07-19T04:20:33.973Z | |
| 8859 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.866Jul 19 04:20:32.866 DEBGDEBG 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 } }], Jul 19 04:20:32.866 |
| 8860 | 2026-07-19T04:20:33.973Z | DEBGJul 19 04:20:32.866 unit :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 } }]Jul 19 04:20:32.866 |
| 8861 | 2026-07-19T04:20:33.973Z | freemap_route_ipv6 adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8862 | 2026-07-19T04:20:33.973Z | |
| 8863 | 2026-07-19T04:20:33.973Z | DEBG Jul 19 04:20:32.866Jul 19 04:20:32.866failed to allocate space for the new target list |
| 8864 | 2026-07-19T04:20:33.973Z | INFODEBG initted freemap. size: 64adding route 172.17.0.3/32 -> 10.0.0.255, |
| 8865 | 2026-07-19T04:20:33.973Z | unitJul 19 04:20:32.866Jul 19 04:20:32.866 DEBG: DEBG Jul 19 04:20:32.866freemap_route_ipv4 |
| 8866 | 2026-07-19T04:20:33.973Z | 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 } }] |
| 8867 | 2026-07-19T04:20:33.973Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8868 | 2026-07-19T04:20:33.973Z | |
| 8869 | 2026-07-19T04:20:33.973Z | Jul 19 04:20:32.866Jul 19 04:20:32.866 INFODEBG reset freemapadding route 172.17.0.7/32 -> 10.0.0.255, Jul 19 04:20:32.866 |
| 8870 | 2026-07-19T04:20:33.973Z | unit :INFO freemap_route_ipv4adding route 172.17.0.4/32 -> 10.0.0.255Jul 19 04:20:32.866 |
| 8871 | 2026-07-19T04:20:33.974Z | |
| 8872 | 2026-07-19T04:20:33.974Z | DEBGJul 19 04:20:32.866 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 } }] |
| 8873 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866Jul 19 04:20:32.866 INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255initted freemap. size: 64replacing 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 } }], |
| 8874 | 2026-07-19T04:20:33.974Z | |
| 8875 | 2026-07-19T04:20:33.974Z | unit:Jul 19 04:20:32.866 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 } }] |
| 8876 | 2026-07-19T04:20:33.974Z | freemap_route_ipv6Jul 19 04:20:32.866 |
| 8877 | 2026-07-19T04:20:33.974Z | INFOJul 19 04:20:32.858 adding route 172.17.0.8/32 -> 10.0.0.255Jul 19 04:20:32.866DEBGJul 19 04:20:32.866 DEBGINFO created new freemap |
| 8878 | 2026-07-19T04:20:33.974Z | , reset freemapunitadding route 172.17.0.6/32 -> 10.0.0.255: |
| 8879 | 2026-07-19T04:20:33.974Z | , unitfreemap_route_ipv4: |
| 8880 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866Jul 19 04:20:32.866 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 |
| 8881 | 2026-07-19T04:20:33.974Z | test route::tests::grow_succeeds ... ok |
| 8882 | 2026-07-19T04:20:33.974Z | freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8883 | 2026-07-19T04:20:33.974Z | |
| 8884 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866 INFOJul 19 04:20:32.866 Jul 19 04:20:32.866 DEBG INFOcreated new freemapadding route 172.17.0.7/32 -> 10.0.0.255, Jul 19 04:20:32.866unit |
| 8885 | 2026-07-19T04:20:33.974Z | :INFOadding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8886 | 2026-07-19T04:20:33.974Z | freemap_route_ipv6 |
| 8887 | 2026-07-19T04:20:33.974Z | |
| 8888 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866 DEBGJul 19 04:20:32.866 Jul 19 04:20:32.866DEBG 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 |
| 8889 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866replacing 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 } }] |
| 8890 | 2026-07-19T04:20:33.974Z | DEBGJul 19 04:20:32.866 INFOinitted freemap. size: 64 Jul 19 04:20:32.866, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 8891 | 2026-07-19T04:20:33.974Z | |
| 8892 | 2026-07-19T04:20:33.974Z | : adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4Jul 19 04:20:32.866 |
| 8893 | 2026-07-19T04:20:33.974Z | |
| 8894 | 2026-07-19T04:20:33.974Z | DEBGJul 19 04:20:32.866 Jul 19 04:20:32.866INFOreplacing 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 } }] |
| 8895 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.866 DEBG DEBG reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }], |
| 8896 | 2026-07-19T04:20:33.974Z | |
| 8897 | 2026-07-19T04:20:33.974Z | unit:Jul 19 04:20:32.866Jul 19 04:20:32.866 freemap_route_ipv4INFO |
| 8898 | 2026-07-19T04:20:33.974Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255Jul 19 04:20:32.866 |
| 8899 | 2026-07-19T04:20:33.974Z | |
| 8900 | 2026-07-19T04:20:33.974Z | DEBG Jul 19 04:20:32.866replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Jul 19 04:20:32.866 initted freemap. size: 64DEBGJul 19 04:20:32.859 DEBGcreated new freemap , , unitJul 19 04:20:32.875created new freemapunit: , unitfreemap_route_ipv6::DEBG |
| 8901 | 2026-07-19T04:20:33.974Z | freemap_route_ipv4replacing 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 } }] |
| 8902 | 2026-07-19T04:20:33.974Z | |
| 8903 | 2026-07-19T04:20:33.974Z | freemap_route_ipv4Jul 19 04:20:32.875 |
| 8904 | 2026-07-19T04:20:33.974Z | DEBGJul 19 04:20:32.875 Jul 19 04:20:32.875reset freemap , unit:Jul 19 04:20:32.866 freemap_route_ipv6DEBGDEBG created new freemapcreated new freemap |
| 8905 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.875, , unit unit:DEBG freemap_route_ipv4created new freemap |
| 8906 | 2026-07-19T04:20:33.974Z | :, unitfreemap_route_ipv6: |
| 8907 | 2026-07-19T04:20:33.974Z | Jul 19 04:20:32.875 Jul 19 04:20:32.875INFO DEBGJul 19 04:20:32.875adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGfreemap_route_ipv6created new freemap |
| 8908 | 2026-07-19T04:20:33.974Z | , |
| 8909 | 2026-07-19T04:20:33.974Z | unitinitted freemap. size: 64: freemap_route_ipv6, |
| 8910 | 2026-07-19T04:20:33.975Z | unit:Jul 19 04:20:32.875 freemap_route_ipv4Jul 19 04:20:32.875 |
| 8911 | 2026-07-19T04:20:33.975Z | Jul 19 04:20:32.875DEBG 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 } }]Jul 19 04:20:32.875initted freemap. size: 64 , DEBG |
| 8912 | 2026-07-19T04:20:33.975Z | reset freemapunit, unit: :initted freemap. size: 64Jul 19 04:20:32.875 freemap_route_ipv4 |
| 8913 | 2026-07-19T04:20:33.975Z | INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8914 | 2026-07-19T04:20:33.980Z | |
| 8915 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875, DEBGunit :reset freemap , freemap_route_ipv4unitJul 19 04:20:32.875Jul 19 04:20:32.875: |
| 8916 | 2026-07-19T04:20:33.980Z | freemap_route_ipv4DEBG |
| 8917 | 2026-07-19T04:20:33.980Z | DEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 8918 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875Jul 19 04:20:32.875unit :DEBG freemap_route_ipv6initted freemap. size: 64Jul 19 04:20:32.875DEBG INFOreset freemap |
| 8919 | 2026-07-19T04:20:33.980Z | , unitadding route 3fff:dead::/64 -> 2001:db8::55:1: , |
| 8920 | 2026-07-19T04:20:33.980Z | unitfreemap_route_ipv4: |
| 8921 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875 DEBG freemap_route_ipv6reset freemap |
| 8922 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875, Jul 19 04:20:32.875 unitDEBG: Jul 19 04:20:32.875DEBG freemap_route_ipv6initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, 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 } }]reset freemap |
| 8923 | 2026-07-19T04:20:33.980Z | , :unit : |
| 8924 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875freemap_route_ipv6 freemap_route_ipv6 |
| 8925 | 2026-07-19T04:20:33.980Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 19 04:20:32.875 |
| 8926 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875INFO |
| 8927 | 2026-07-19T04:20:33.980Z | DEBG Jul 19 04:20:32.875reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 8928 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875 unit DEBG:INFO adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6Jul 19 04:20:32.875 |
| 8929 | 2026-07-19T04:20:33.980Z | |
| 8930 | 2026-07-19T04:20:33.980Z | 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 } }] 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 } }] |
| 8931 | 2026-07-19T04:20:33.980Z | |
| 8932 | 2026-07-19T04:20:33.980Z | Jul 19 04:20:32.875 Jul 19 04:20:32.875DEBG Jul 19 04:20:32.875replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8933 | 2026-07-19T04:20:33.981Z | INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8934 | 2026-07-19T04:20:33.981Z | adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:20:32.875Jul 19 04:20:32.875 |
| 8935 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875INFO INFOJul 19 04:20:32.875DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 8936 | 2026-07-19T04:20:33.981Z | |
| 8937 | 2026-07-19T04:20:33.981Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 8938 | 2026-07-19T04:20:33.981Z | |
| 8939 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875Jul 19 04:20:32.875Jul 19 04:20:32.875 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 } }] Jul 19 04:20:32.875replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8940 | 2026-07-19T04:20:33.981Z | |
| 8941 | 2026-07-19T04:20:33.981Z | DEBG 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 } }] |
| 8942 | 2026-07-19T04:20:33.981Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 8943 | 2026-07-19T04:20:33.981Z | INFO Jul 19 04:20:32.875adding route 172.17.0.12/32 -> 10.0.0.255 |
| 8944 | 2026-07-19T04:20:33.981Z | INFOJul 19 04:20:32.875 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffINFO |
| 8945 | 2026-07-19T04:20:33.981Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8946 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875 DEBG Jul 19 04:20:32.875replacing 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 } }]Jul 19 04:20:32.875Jul 19 04:20:32.875 |
| 8947 | 2026-07-19T04:20:33.981Z | DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 19 04:20:32.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8948 | 2026-07-19T04:20:33.981Z | |
| 8949 | 2026-07-19T04:20:33.981Z | 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 } }] |
| 8950 | 2026-07-19T04:20:33.981Z | INFO Jul 19 04:20:32.875Jul 19 04:20:32.875 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.13/32 -> 10.0.0.255 |
| 8951 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875 |
| 8952 | 2026-07-19T04:20:33.981Z | |
| 8953 | 2026-07-19T04:20:33.981Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffJul 19 04:20:32.875Jul 19 04:20:32.875 |
| 8954 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.866DEBGDEBGJul 19 04:20:32.875 DEBGJul 19 04:20:32.875replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8955 | 2026-07-19T04:20:33.981Z | replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 8956 | 2026-07-19T04:20:33.981Z | 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 } }] |
| 8957 | 2026-07-19T04:20:33.981Z | |
| 8958 | 2026-07-19T04:20:33.981Z | |
| 8959 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875 Jul 19 04:20:32.875INFOJul 19 04:20:32.875 DEBGINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.875 |
| 8960 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875INFO |
| 8961 | 2026-07-19T04:20:33.981Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8962 | 2026-07-19T04:20:33.981Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8963 | 2026-07-19T04:20:33.981Z | |
| 8964 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875 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 } }]Jul 19 04:20:32.875Jul 19 04:20:32.875Jul 19 04:20:32.875 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 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 } }] |
| 8965 | 2026-07-19T04:20:33.981Z | |
| 8966 | 2026-07-19T04:20:33.981Z | |
| 8967 | 2026-07-19T04:20:33.981Z | Jul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875 INFO DEBG INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 8968 | 2026-07-19T04:20:33.981Z | |
| 8969 | 2026-07-19T04:20:33.981Z | |
| 8970 | 2026-07-19T04:20:33.982Z | INFO Jul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875 DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 8971 | 2026-07-19T04:20:33.982Z | INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8972 | 2026-07-19T04:20:33.982Z | 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 } }]Jul 19 04:20:32.875 |
| 8973 | 2026-07-19T04:20:33.982Z | adding route 172.17.0.1/32 -> 10.0.0.255 Jul 19 04:20:32.875DEBG |
| 8974 | 2026-07-19T04:20:33.982Z | INFO Jul 19 04:20:32.875adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 8975 | 2026-07-19T04:20:33.982Z | |
| 8976 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875INFO DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 8977 | 2026-07-19T04:20:33.982Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8978 | 2026-07-19T04:20:33.982Z | 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 } }]Jul 19 04:20:32.875 |
| 8979 | 2026-07-19T04:20:33.982Z | INFO Jul 19 04:20:32.875adding route 172.17.0.12/32 -> 10.0.0.255Jul 19 04:20:32.875 DEBGDEBGJul 19 04:20:32.875 |
| 8980 | 2026-07-19T04:20:33.982Z | 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 } }] |
| 8981 | 2026-07-19T04:20:33.982Z | 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 } }]INFOJul 19 04:20:32.875 |
| 8982 | 2026-07-19T04:20:33.982Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 8983 | 2026-07-19T04:20:33.982Z | DEBG Jul 19 04:20:32.875replacing 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 |
| 8984 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8985 | 2026-07-19T04:20:33.982Z | INFOJul 19 04:20:32.875 Jul 19 04:20:32.875 adding route 172.17.0.17/32 -> 10.0.0.255Jul 19 04:20:32.875DEBG INFODEBG |
| 8986 | 2026-07-19T04:20:33.982Z | 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 } }] |
| 8987 | 2026-07-19T04:20:33.982Z | 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 172.17.0.13/32 -> 10.0.0.255 |
| 8988 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875 |
| 8989 | 2026-07-19T04:20:33.982Z | DEBG Jul 19 04:20:32.875replacing 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 } }] |
| 8990 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875INFO adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 8991 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 19 04:20:32.875 |
| 8992 | 2026-07-19T04:20:33.982Z | INFODEBGJul 19 04:20:32.875 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 8993 | 2026-07-19T04:20:33.982Z | 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 } }]DEBGJul 19 04:20:32.875 |
| 8994 | 2026-07-19T04:20:33.982Z | 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 } }] |
| 8995 | 2026-07-19T04:20:33.982Z | 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 } }]Jul 19 04:20:32.875Jul 19 04:20:32.875 |
| 8996 | 2026-07-19T04:20:33.982Z | DEBG 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 } }] |
| 8997 | 2026-07-19T04:20:33.982Z | adding route 172.17.0.14/32 -> 10.0.0.255Jul 19 04:20:32.875Jul 19 04:20:32.875 |
| 8998 | 2026-07-19T04:20:33.982Z | INFO Jul 19 04:20:32.875 INFOJul 19 04:20:32.875 adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 8999 | 2026-07-19T04:20:33.982Z | |
| 9000 | 2026-07-19T04:20:33.982Z | INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9001 | 2026-07-19T04:20:33.982Z | test route::tests::identity_replace_is_noop ... ok |
| 9002 | 2026-07-19T04:20:33.982Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9003 | 2026-07-19T04:20:33.982Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9004 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.875Jul 19 04:20:32.875 Jul 19 04:20:32.875DEBG 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 } }]INFO Jul 19 04:20:32.876adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9005 | 2026-07-19T04:20:33.982Z | 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 } }] |
| 9006 | 2026-07-19T04:20:33.982Z | DEBG Jul 19 04:20:32.883 DEBG Jul 19 04:20:32.883replacing 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 } }] |
| 9007 | 2026-07-19T04:20:33.982Z | INFOcreated new freemap , adding route 172.17.0.5/32 -> 10.0.0.255unit |
| 9008 | 2026-07-19T04:20:33.982Z | Jul 19 04:20:32.883: INFOfreemap_route_ipv4 |
| 9009 | 2026-07-19T04:20:33.983Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.883 |
| 9010 | 2026-07-19T04:20:33.983Z | DEBGJul 19 04:20:32.883Jul 19 04:20:32.875 DEBG 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 } }] |
| 9011 | 2026-07-19T04:20:33.983Z | 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 } }] |
| 9012 | 2026-07-19T04:20:33.983Z | Jul 19 04:20:32.883created new freemapJul 19 04:20:32.883 Jul 19 04:20:32.876INFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 9013 | 2026-07-19T04:20:33.983Z | adding route 172.17.0.6/32 -> 10.0.0.255, DEBG |
| 9014 | 2026-07-19T04:20:33.987Z | created new freemapunit, :Jul 19 04:20:32.883unit DEBGJul 19 04:20:32.883: freemap_route_ipv6replacing 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 |
| 9015 | 2026-07-19T04:20:33.987Z | freemap_route_ipv4 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 } }] |
| 9016 | 2026-07-19T04:20:33.987Z | |
| 9017 | 2026-07-19T04:20:33.987Z | |
| 9018 | 2026-07-19T04:20:33.987Z | Jul 19 04:20:32.883 Jul 19 04:20:32.883Jul 19 04:20:32.883INFO Jul 19 04:20:32.883adding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 9019 | 2026-07-19T04:20:33.987Z | DEBG |
| 9020 | 2026-07-19T04:20:33.987Z | INFO created new freemap adding route 172.17.0.21/32 -> 10.0.0.255, Jul 19 04:20:32.883unitinitted freemap. size: 64 |
| 9021 | 2026-07-19T04:20:33.987Z | 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 } }]:Jul 19 04:20:32.883 |
| 9022 | 2026-07-19T04:20:33.987Z | unitfreemap_route_ipv6Jul 19 04:20:32.883 |
| 9023 | 2026-07-19T04:20:33.987Z | :DEBG Jul 19 04:20:32.883Jul 19 04:20:32.883INFOfreemap_route_ipv4 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9024 | 2026-07-19T04:20:33.987Z | DEBG initted freemap. size: 64INFO, 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 } }] Jul 19 04:20:32.883adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9025 | 2026-07-19T04:20:33.987Z | |
| 9026 | 2026-07-19T04:20:33.987Z | |
| 9027 | 2026-07-19T04:20:33.987Z | DEBG unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] Jul 19 04:20:32.883 |
| 9028 | 2026-07-19T04:20:33.987Z | Jul 19 04:20:32.883freemap_route_ipv4 DEBGDEBG Jul 19 04:20:32.883 |
| 9029 | 2026-07-19T04:20:33.987Z | reset freemapreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9030 | 2026-07-19T04:20:33.988Z | INFOJul 19 04:20:32.883 unit Jul 19 04:20:32.883Jul 19 04:20:32.883adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9031 | 2026-07-19T04:20:33.988Z | INFOINFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9032 | 2026-07-19T04:20:33.988Z | :reset freemap adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9033 | 2026-07-19T04:20:33.988Z | freemap_route_ipv4, Jul 19 04:20:32.883unit DEBG: |
| 9034 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.883replacing 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 } }] |
| 9035 | 2026-07-19T04:20:33.988Z | 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 } }] freemap_route_ipv4 |
| 9036 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.883 |
| 9037 | 2026-07-19T04:20:33.988Z | INFOJul 19 04:20:32.883Jul 19 04:20:32.883 Jul 19 04:20:32.883Jul 19 04:20:32.883 adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9038 | 2026-07-19T04:20:33.988Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBGDEBG DEBGJul 19 04:20:32.883 initted freemap. size: 64 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 } }] |
| 9039 | 2026-07-19T04:20:33.988Z | |
| 9040 | 2026-07-19T04:20:33.988Z | , DEBG initted freemap. size: 64unit :Jul 19 04:20:32.883 freemap_route_ipv6WARNreplacing 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 } }], |
| 9041 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.883 |
| 9042 | 2026-07-19T04:20:33.988Z | unitshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }):Jul 19 04:20:32.883 INFOJul 19 04:20:32.883INFO freemap_route_ipv6DEBG |
| 9043 | 2026-07-19T04:20:33.988Z | |
| 9044 | 2026-07-19T04:20:33.988Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9045 | 2026-07-19T04:20:33.988Z | adding route 172.17.0.10/32 -> 10.0.0.255reset freemap |
| 9046 | 2026-07-19T04:20:33.988Z | , unit: Jul 19 04:20:32.883freemap_route_ipv6Jul 19 04:20:32.883Jul 19 04:20:32.883 |
| 9047 | 2026-07-19T04:20:33.988Z | DEBGDEBGDEBG 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 } }] reset freemapreplacing 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 } }], Jul 19 04:20:32.883unit |
| 9048 | 2026-07-19T04:20:33.988Z | : |
| 9049 | 2026-07-19T04:20:33.988Z | INFO freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9050 | 2026-07-19T04:20:33.988Z | |
| 9051 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.883 INFO Jul 19 04:20:32.883 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9052 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884 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 } }] |
| 9053 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884Jul 19 04:20:32.883 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9054 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884DEBG 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 } }] |
| 9055 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9056 | 2026-07-19T04:20:33.988Z | DEBG Jul 19 04:20:32.884 INFOJul 19 04:20:32.866 adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9057 | 2026-07-19T04:20:33.988Z | DEBG |
| 9058 | 2026-07-19T04:20:33.988Z | created new freemapJul 19 04:20:32.884 , DEBGunit Jul 19 04:20:32.884Jul 19 04:20:32.884 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO: adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9059 | 2026-07-19T04:20:33.988Z | 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 } }] |
| 9060 | 2026-07-19T04:20:33.988Z | |
| 9061 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884 freemap_route_ipv4INFO |
| 9062 | 2026-07-19T04:20:33.988Z | Jul 19 04:20:32.884 adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:20:32.884DEBG |
| 9063 | 2026-07-19T04:20:33.988Z | 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 |
| 9064 | 2026-07-19T04:20:33.988Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 19 04:20:32.884 |
| 9065 | 2026-07-19T04:20:33.988Z | DEBGJul 19 04:20:32.884 Jul 19 04:20:32.884DEBG 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 } }] Jul 19 04:20:32.884adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9066 | 2026-07-19T04:20:33.988Z | created new freemap , Jul 19 04:20:32.883 |
| 9067 | 2026-07-19T04:20:33.989Z | unit:DEBG Jul 19 04:20:32.884 Jul 19 04:20:32.884 DEBGINFOfreemap_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 } }] |
| 9068 | 2026-07-19T04:20:33.989Z | adding route 172.16.0.0/32 -> 10.0.0.4DEBG |
| 9069 | 2026-07-19T04:20:33.989Z | |
| 9070 | 2026-07-19T04:20:33.989Z | replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9071 | 2026-07-19T04:20:33.989Z | |
| 9072 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884Jul 19 04:20:32.884Jul 19 04:20:32.884 Jul 19 04:20:32.884DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFODEBG Jul 19 04:20:32.884 adding route 172.17.0.14/32 -> 10.0.0.255initted freemap. size: 64INFO, |
| 9073 | 2026-07-19T04:20:33.989Z | |
| 9074 | 2026-07-19T04:20:33.989Z | unit adding route 3fff:dead::/64 -> 2001:db8::55:4INFOJul 19 04:20:32.884 |
| 9075 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 :DEBG DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9076 | 2026-07-19T04:20:33.989Z | freemap_route_ipv4 |
| 9077 | 2026-07-19T04:20:33.989Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9078 | 2026-07-19T04:20:33.989Z | |
| 9079 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 DEBGJul 19 04:20:32.884 Jul 19 04:20:32.884replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9080 | 2026-07-19T04:20:33.989Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9081 | 2026-07-19T04:20:33.989Z | 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 } }]Jul 19 04:20:32.884 |
| 9082 | 2026-07-19T04:20:33.989Z | DEBG Jul 19 04:20:32.884replacing targets for 3fff:dead::/64 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 } }]Jul 19 04:20:32.884 |
| 9083 | 2026-07-19T04:20:33.989Z | DEBG Jul 19 04:20:32.884replacing 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 |
| 9084 | 2026-07-19T04:20:33.989Z | INFOJul 19 04:20:32.884 reset freemap , WARN Jul 19 04:20:32.884 unitshrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 9085 | 2026-07-19T04:20:33.989Z | |
| 9086 | 2026-07-19T04:20:33.989Z | : adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 9087 | 2026-07-19T04:20:33.989Z | |
| 9088 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 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 } }] |
| 9089 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 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 } }]Jul 19 04:20:32.884 |
| 9090 | 2026-07-19T04:20:33.989Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9091 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884Jul 19 04:20:32.884 INFOJul 19 04:20:32.884 adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9092 | 2026-07-19T04:20:33.989Z | DEBG initted freemap. size: 64replacing 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 } }], |
| 9093 | 2026-07-19T04:20:33.989Z | |
| 9094 | 2026-07-19T04:20:33.989Z | unit:Jul 19 04:20:32.884 freemap_route_ipv6DEBGJul 19 04:20:32.884 |
| 9095 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9096 | 2026-07-19T04:20:33.989Z | INFO Jul 19 04:20:32.884adding route 172.17.0.20/32 -> 10.0.0.255adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 9097 | 2026-07-19T04:20:33.989Z | |
| 9098 | 2026-07-19T04:20:33.989Z | DEBG Jul 19 04:20:32.884reset freemap , INFOJul 19 04:20:32.884unit adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9099 | 2026-07-19T04:20:33.989Z | 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 } }]: |
| 9100 | 2026-07-19T04:20:33.989Z | freemap_route_ipv6Jul 19 04:20:32.884Jul 19 04:20:32.884 |
| 9101 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 INFODEBGDEBG Jul 19 04:20:32.884 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 172.17.0.21/32 -> 10.0.0.255 |
| 9102 | 2026-07-19T04:20:33.989Z | INFO |
| 9103 | 2026-07-19T04:20:33.989Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]Jul 19 04:20:32.884 |
| 9104 | 2026-07-19T04:20:33.989Z | Jul 19 04:20:32.884 |
| 9105 | 2026-07-19T04:20:33.990Z | DEBGINFO Jul 19 04:20:32.884adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 9106 | 2026-07-19T04:20:33.990Z | 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 } }]Jul 19 04:20:32.884 Jul 19 04:20:32.884DEBG Jul 19 04:20:32.884replacing 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 } }] |
| 9107 | 2026-07-19T04:20:33.990Z | DEBG created new freemapJul 19 04:20:32.891, unitINFO : DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9108 | 2026-07-19T04:20:33.990Z | created new freemap , freemap_route_ipv4unit |
| 9109 | 2026-07-19T04:20:33.990Z | : freemap_route_ipv4 |
| 9110 | 2026-07-19T04:20:33.990Z | |
| 9111 | 2026-07-19T04:20:33.990Z | Jul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBG INFODEBGcreated new freemap , adding route 172.17.0.22/32 -> 10.0.0.255unit |
| 9112 | 2026-07-19T04:20:33.990Z | :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 } }] freemap_route_ipv6Jul 19 04:20:32.891 |
| 9113 | 2026-07-19T04:20:33.990Z | Jul 19 04:20:32.891 |
| 9114 | 2026-07-19T04:20:33.995Z | DEBG DEBG created new freemapreplacing 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 } }], |
| 9115 | 2026-07-19T04:20:33.995Z | Jul 19 04:20:32.891unit INFO :adding route 172.16.0.0/32 -> 10.0.0.1 Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBGINFO |
| 9116 | 2026-07-19T04:20:33.995Z | adding route 172.17.0.23/32 -> 10.0.0.255initted freemap. size: 64 |
| 9117 | 2026-07-19T04:20:33.995Z | , freemap_route_ipv6unit |
| 9118 | 2026-07-19T04:20:33.995Z | Jul 19 04:20:32.891: freemap_route_ipv4DEBG |
| 9119 | 2026-07-19T04:20:33.995Z | 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 } }]Jul 19 04:20:32.891 |
| 9120 | 2026-07-19T04:20:33.995Z | DEBGJul 19 04:20:32.891 Jul 19 04:20:32.891Jul 19 04:20:32.891replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGDEBG INFO initted freemap. size: 64reset freemap, adding route 172.16.0.0/32 -> 10.0.0.2unit |
| 9121 | 2026-07-19T04:20:33.995Z | |
| 9122 | 2026-07-19T04:20:33.995Z | : , freemap_route_ipv4unitJul 19 04:20:32.891 |
| 9123 | 2026-07-19T04:20:33.995Z | DEBG:Jul 19 04:20:32.891 Jul 19 04:20:32.891replacing 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 |
| 9124 | 2026-07-19T04:20:33.995Z | DEBGINFO reset freemap |
| 9125 | 2026-07-19T04:20:33.995Z | , adding route 172.17.0.24/32 -> 10.0.0.255Jul 19 04:20:32.891 |
| 9126 | 2026-07-19T04:20:33.995Z | unit :INFO freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9127 | 2026-07-19T04:20:33.995Z | |
| 9128 | 2026-07-19T04:20:33.995Z | Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 9129 | 2026-07-19T04:20:33.995Z | unitJul 19 04:20:32.891Jul 19 04:20:32.891 : DEBGDEBG initted freemap. size: 64replacing 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 } }]freemap_route_ipv6 |
| 9130 | 2026-07-19T04:20:33.995Z | |
| 9131 | 2026-07-19T04:20:33.995Z | , unitJul 19 04:20:32.891: Jul 19 04:20:32.891Jul 19 04:20:32.891 freemap_route_ipv6INFO |
| 9132 | 2026-07-19T04:20:33.996Z | DEBG INFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255Jul 19 04:20:32.891adding route 172.17.0.1/32 -> 10.0.0.255 , |
| 9133 | 2026-07-19T04:20:33.996Z | |
| 9134 | 2026-07-19T04:20:33.996Z | unitDEBG: Jul 19 04:20:32.891Jul 19 04:20:32.891freemap_route_ipv6 |
| 9135 | 2026-07-19T04:20:33.996Z | reset freemapDEBG , 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 } }]Jul 19 04:20:32.891unit |
| 9136 | 2026-07-19T04:20:33.996Z | INFO: freemap_route_ipv6 DEBG |
| 9137 | 2026-07-19T04:20:33.996Z | Jul 19 04:20:32.891adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 9138 | 2026-07-19T04:20:33.996Z | |
| 9139 | 2026-07-19T04:20:33.996Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Jul 19 04:20:32.891 |
| 9140 | 2026-07-19T04:20:33.996Z | INFOJul 19 04:20:32.891 Jul 19 04:20:32.891 Jul 19 04:20:32.891DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9141 | 2026-07-19T04:20:33.996Z | |
| 9142 | 2026-07-19T04:20:33.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 } }] |
| 9143 | 2026-07-19T04:20:33.996Z | |
| 9144 | 2026-07-19T04:20:33.996Z | Jul 19 04:20:32.891Jul 19 04:20:32.891 Jul 19 04:20:32.891 INFODEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 9145 | 2026-07-19T04:20:33.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 } }]Jul 19 04:20:32.891 |
| 9146 | 2026-07-19T04:20:33.996Z | INFOadding route 172.17.0.3/32 -> 10.0.0.255 DEBGJul 19 04:20:32.891adding route 3fff:dead::/64 -> 2001:db8::55:2 INFO |
| 9147 | 2026-07-19T04:20:33.996Z | 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 } }] |
| 9148 | 2026-07-19T04:20:33.996Z | |
| 9149 | 2026-07-19T04:20:33.996Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9150 | 2026-07-19T04:20:33.996Z | Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBGDEBG Jul 19 04:20:32.891replacing 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9151 | 2026-07-19T04:20:33.996Z | Jul 19 04:20:32.891 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 } }] |
| 9152 | 2026-07-19T04:20:33.996Z | |
| 9153 | 2026-07-19T04:20:33.996Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891 |
| 9154 | 2026-07-19T04:20:33.996Z | 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 } }]Jul 19 04:20:32.891INFO |
| 9155 | 2026-07-19T04:20:33.996Z | INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9156 | 2026-07-19T04:20:33.996Z | adding route 3fff:dead::/64 -> 2001:db8::55:3INFO Jul 19 04:20:32.891adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9157 | 2026-07-19T04:20:33.996Z | DEBG |
| 9158 | 2026-07-19T04:20:33.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 } }]Jul 19 04:20:32.891 |
| 9159 | 2026-07-19T04:20:33.996Z | DEBGJul 19 04:20:32.891 Jul 19 04:20:32.891Jul 19 04:20:32.891 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 } }]DEBGDEBG |
| 9160 | 2026-07-19T04:20:33.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:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9161 | 2026-07-19T04:20:33.996Z | |
| 9162 | 2026-07-19T04:20:33.996Z | DEBG Jul 19 04:20:32.891replacing 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 } }] |
| 9163 | 2026-07-19T04:20:33.996Z | INFOJul 19 04:20:32.891 Jul 19 04:20:32.891adding route 172.17.0.5/32 -> 10.0.0.255INFO |
| 9164 | 2026-07-19T04:20:33.996Z | adding route 172.17.0.28/32 -> 10.0.0.255 Jul 19 04:20:32.891 |
| 9165 | 2026-07-19T04:20:33.996Z | INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9166 | 2026-07-19T04:20:33.996Z | |
| 9167 | 2026-07-19T04:20:33.996Z | Jul 19 04:20:32.891 Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891Jul 19 04:20:32.891 Jul 19 04:20:32.884DEBGDEBG 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 } }] 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 } }] |
| 9168 | 2026-07-19T04:20:33.996Z | 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 } }] |
| 9169 | 2026-07-19T04:20:33.996Z | |
| 9170 | 2026-07-19T04:20:33.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:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:20:32.891created new freemap |
| 9171 | 2026-07-19T04:20:33.997Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9172 | 2026-07-19T04:20:33.997Z | INFO, unitadding route 172.17.0.6/32 -> 10.0.0.255Jul 19 04:20:32.891: |
| 9173 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891 Jul 19 04:20:32.891 INFOJul 19 04:20:32.891 freemap_route_ipv4adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9174 | 2026-07-19T04:20:33.997Z | DEBGDEBG |
| 9175 | 2026-07-19T04:20:33.997Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9176 | 2026-07-19T04:20:33.997Z | test route::tests::same_size_non_subset_replace ... ok |
| 9177 | 2026-07-19T04:20:33.997Z | replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9178 | 2026-07-19T04:20:33.997Z | |
| 9179 | 2026-07-19T04:20:33.997Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9180 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891 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 } }] |
| 9181 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891 INFO Jul 19 04:20:32.891adding route 172.17.0.7/32 -> 10.0.0.255 Jul 19 04:20:32.891 |
| 9182 | 2026-07-19T04:20:33.997Z | INFOJul 19 04:20:32.891 adding route 172.17.0.29/32 -> 10.0.0.255 Jul 19 04:20:32.891DEBG DEBGJul 19 04:20:32.891DEBG |
| 9183 | 2026-07-19T04:20:33.997Z | 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 |
| 9184 | 2026-07-19T04:20:33.997Z | created new freemap 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 } }] , |
| 9185 | 2026-07-19T04:20:33.997Z | 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 } }]Jul 19 04:20:32.891unitJul 19 04:20:32.891 |
| 9186 | 2026-07-19T04:20:33.997Z | DEBGJul 19 04:20:32.891 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 } }]: |
| 9187 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891INFO freemap_route_ipv6 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 9188 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891 |
| 9189 | 2026-07-19T04:20:33.997Z | adding route 172.17.0.30/32 -> 10.0.0.255 INFO |
| 9190 | 2026-07-19T04:20:33.997Z | |
| 9191 | 2026-07-19T04:20:33.997Z | adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:20:32.891 |
| 9192 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891replacing 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 } }]Jul 19 04:20:32.891 DEBGDEBGDEBG |
| 9193 | 2026-07-19T04:20:33.997Z | 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 } }]Jul 19 04:20:32.891 |
| 9194 | 2026-07-19T04:20:33.997Z | 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 } }] |
| 9195 | 2026-07-19T04:20:33.997Z | 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 } }] |
| 9196 | 2026-07-19T04:20:33.997Z | initted freemap. size: 64, Jul 19 04:20:32.891 unitINFO:Jul 19 04:20:32.891 freemap_route_ipv4 |
| 9197 | 2026-07-19T04:20:33.997Z | INFOJul 19 04:20:32.891 adding route 172.17.0.9/32 -> 10.0.0.255 adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 9198 | 2026-07-19T04:20:33.997Z | |
| 9199 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9200 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891INFO DEBGJul 19 04:20:32.891Jul 19 04:20:32.891adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9201 | 2026-07-19T04:20:33.997Z | DEBGJul 19 04:20:32.891 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 |
| 9202 | 2026-07-19T04:20:33.997Z | replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9203 | 2026-07-19T04:20:33.997Z | 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 } }]reset freemap |
| 9204 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891Jul 19 04:20:32.891Jul 19 04:20:32.891 , INFOINFO unitadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 9205 | 2026-07-19T04:20:33.997Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255:Jul 19 04:20:32.891 |
| 9206 | 2026-07-19T04:20:33.997Z | 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 } }] |
| 9207 | 2026-07-19T04:20:33.997Z | adding route 172.17.0.32/32 -> 10.0.0.255Jul 19 04:20:32.891 |
| 9208 | 2026-07-19T04:20:33.997Z | freemap_route_ipv4 |
| 9209 | 2026-07-19T04:20:33.997Z | Jul 19 04:20:32.891Jul 19 04:20:32.891DEBG Jul 19 04:20:32.891DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9210 | 2026-07-19T04:20:33.998Z | Jul 19 04:20:32.891 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 |
| 9211 | 2026-07-19T04:20:33.998Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9212 | 2026-07-19T04:20:33.998Z | DEBG Jul 19 04:20:32.891 Jul 19 04:20:32.891replacing 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 } }] Jul 19 04:20:32.891 INFO initted freemap. size: 64DEBG |
| 9213 | 2026-07-19T04:20:33.998Z | , INFO unit :adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv6 |
| 9214 | 2026-07-19T04:20:34.002Z | |
| 9215 | 2026-07-19T04:20:34.002Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 19 04:20:32.891 |
| 9216 | 2026-07-19T04:20:34.002Z | INFO |
| 9217 | 2026-07-19T04:20:34.002Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9218 | 2026-07-19T04:20:34.002Z | Jul 19 04:20:32.891Jul 19 04:20:32.891 DEBG Jul 19 04:20:32.891replacing 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 } }] INFOJul 19 04:20:32.892 DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 9219 | 2026-07-19T04:20:34.002Z | created new freemap, Jul 19 04:20:32.891unit :DEBGJul 19 04:20:32.898 reset freemap, unitDEBG: 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_ipv6 |
| 9220 | 2026-07-19T04:20:34.002Z | |
| 9221 | 2026-07-19T04:20:34.002Z | freemap_route_ipv4 |
| 9222 | 2026-07-19T04:20:34.002Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9223 | 2026-07-19T04:20:34.002Z | Jul 19 04:20:32.898 Jul 19 04:20:32.898 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9224 | 2026-07-19T04:20:34.002Z | DEBGDEBGJul 19 04:20:32.898 INFOcreated new freemap , Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 9225 | 2026-07-19T04:20:34.002Z | :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 } }] freemap_route_ipv6Jul 19 04:20:32.898 |
| 9226 | 2026-07-19T04:20:34.002Z | |
| 9227 | 2026-07-19T04:20:34.002Z | Jul 19 04:20:32.892 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 } }]Jul 19 04:20:32.898DEBGDEBG |
| 9228 | 2026-07-19T04:20:34.002Z | Jul 19 04:20:32.898created new freemap 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 } }], DEBGJul 19 04:20:32.898unit INFO: |
| 9229 | 2026-07-19T04:20:34.002Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff freemap_route_ipv4Jul 19 04:20:32.898DEBG |
| 9230 | 2026-07-19T04:20:34.002Z | INFOJul 19 04:20:32.898 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] initted freemap. size: 64 |
| 9231 | 2026-07-19T04:20:34.002Z | , Jul 19 04:20:32.898adding route 172.17.0.20/32 -> 10.0.0.255unit |
| 9232 | 2026-07-19T04:20:34.002Z | : |
| 9233 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898 DEBGfreemap_route_ipv4INFO |
| 9234 | 2026-07-19T04:20:34.003Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255created new freemap |
| 9235 | 2026-07-19T04:20:34.003Z | , Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9236 | 2026-07-19T04:20:34.003Z | DEBG Jul 19 04:20:32.898unitJul 19 04:20:32.898replacing 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 } }] |
| 9237 | 2026-07-19T04:20:34.003Z | :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 } }]freemap_route_ipv6Jul 19 04:20:32.898DEBG |
| 9238 | 2026-07-19T04:20:34.003Z | reset freemap |
| 9239 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898DEBG Jul 19 04:20:32.898INFO Jul 19 04:20:32.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9240 | 2026-07-19T04:20:34.003Z | , INFOunit adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255:Jul 19 04:20:32.898 |
| 9241 | 2026-07-19T04:20:34.003Z | INFOfreemap_route_ipv4 DEBG |
| 9242 | 2026-07-19T04:20:34.003Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9243 | 2026-07-19T04:20:34.003Z | |
| 9244 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG 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 } }]initted freemap. size: 64Jul 19 04:20:32.898DEBG |
| 9245 | 2026-07-19T04:20:34.003Z | , DEBG Jul 19 04:20:32.898unitreplacing 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 } }]:Jul 19 04:20:32.898 DEBGfreemap_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 } }] |
| 9246 | 2026-07-19T04:20:34.003Z | |
| 9247 | 2026-07-19T04:20:34.003Z | |
| 9248 | 2026-07-19T04:20:34.003Z | 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 |
| 9249 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898 INFO Jul 19 04:20:32.898adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 19 04:20:32.898 DEBGJul 19 04:20:32.898 INFO |
| 9250 | 2026-07-19T04:20:34.003Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff INFODEBGadding route 172.17.0.37/32 -> 10.0.0.255reset freemap |
| 9251 | 2026-07-19T04:20:34.003Z | , |
| 9252 | 2026-07-19T04:20:34.003Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9253 | 2026-07-19T04:20:34.003Z | initted freemap. size: 64unit:Jul 19 04:20:32.898Jul 19 04:20:32.898, freemap_route_ipv4Jul 19 04:20:32.898DEBG unit |
| 9254 | 2026-07-19T04:20:34.003Z | : DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9255 | 2026-07-19T04:20:34.003Z | freemap_route_ipv6DEBGJul 19 04:20:32.898 |
| 9256 | 2026-07-19T04:20:34.003Z | |
| 9257 | 2026-07-19T04:20:34.003Z | 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 initted freemap. size: 64 |
| 9258 | 2026-07-19T04:20:34.003Z | , unitJul 19 04:20:32.898Jul 19 04:20:32.898 :Jul 19 04:20:32.898 Jul 19 04:20:32.898 freemap_route_ipv6replacing 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 } }] INFOINFO |
| 9259 | 2026-07-19T04:20:34.003Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9260 | 2026-07-19T04:20:34.003Z | DEBG DEBGJul 19 04:20:32.898replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 19 04:20:32.898 |
| 9261 | 2026-07-19T04:20:34.003Z | adding route 172.17.0.23/32 -> 10.0.0.255 DEBG DEBG |
| 9262 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898 |
| 9263 | 2026-07-19T04:20:34.003Z | reset freemapreset freemapreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9264 | 2026-07-19T04:20:34.003Z | , Jul 19 04:20:32.898 WARNDEBG Jul 19 04:20:32.898 replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9265 | 2026-07-19T04:20:34.003Z | adding route 172.17.0.39/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }), unit |
| 9266 | 2026-07-19T04:20:34.003Z | |
| 9267 | 2026-07-19T04:20:34.003Z | Jul 19 04:20:32.898 unitINFO::Jul 19 04:20:32.898 Jul 19 04:20:32.898 INFO adding route 172.17.0.24/32 -> 10.0.0.255freemap_route_ipv6freemap_route_ipv6 |
| 9268 | 2026-07-19T04:20:34.003Z | |
| 9269 | 2026-07-19T04:20:34.003Z | |
| 9270 | 2026-07-19T04:20:34.003Z | DEBGJul 19 04:20:32.898adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Jul 19 04:20:32.898INFO |
| 9271 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 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.1INFO |
| 9272 | 2026-07-19T04:20:34.004Z | |
| 9273 | 2026-07-19T04:20:34.004Z | 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 } }] adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9274 | 2026-07-19T04:20:34.004Z | |
| 9275 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898Jul 19 04:20:32.898 DEBG Jul 19 04:20:32.898replacing 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 } }]Jul 19 04:20:32.898Jul 19 04:20:32.898 |
| 9276 | 2026-07-19T04:20:34.004Z | 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 } }]INFO |
| 9277 | 2026-07-19T04:20:34.004Z | adding route 172.17.0.40/32 -> 10.0.0.255INFODEBG |
| 9278 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9279 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 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 } }] Jul 19 04:20:32.898adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 9280 | 2026-07-19T04:20:34.004Z | DEBGJul 19 04:20:32.898INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9281 | 2026-07-19T04:20:34.004Z | 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 } }]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 } }] |
| 9282 | 2026-07-19T04:20:34.004Z | |
| 9283 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 |
| 9284 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 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 } }]Jul 19 04:20:32.898Jul 19 04:20:32.898 |
| 9285 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898INFO INFODEBG INFO adding route 172.17.0.41/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9286 | 2026-07-19T04:20:34.004Z | |
| 9287 | 2026-07-19T04:20:34.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9288 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9289 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG |
| 9290 | 2026-07-19T04:20:34.004Z | 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 } }] |
| 9291 | 2026-07-19T04:20:34.004Z | 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 } }] |
| 9292 | 2026-07-19T04:20:34.004Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 } }]Jul 19 04:20:32.898 |
| 9293 | 2026-07-19T04:20:34.004Z | 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 } }]Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG INFOreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9294 | 2026-07-19T04:20:34.004Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9295 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 |
| 9296 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898INFO INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 19 04:20:32.898 |
| 9297 | 2026-07-19T04:20:34.004Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 9298 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 INFO 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 } }, 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 } }]Jul 19 04:20:32.898 |
| 9299 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898DEBG |
| 9300 | 2026-07-19T04:20:34.004Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9301 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898replacing 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 } }] |
| 9302 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898INFO DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 9303 | 2026-07-19T04:20:34.004Z | |
| 9304 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 INFOJul 19 04:20:32.898Jul 19 04:20:32.898 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 172.17.0.43/32 -> 10.0.0.255 |
| 9305 | 2026-07-19T04:20:34.004Z | |
| 9306 | 2026-07-19T04:20:34.004Z | |
| 9307 | 2026-07-19T04:20:34.004Z | Jul 19 04:20:32.898 Jul 19 04:20:32.898DEBG Jul 19 04:20:32.898Jul 19 04:20:32.898 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]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 } }] |
| 9308 | 2026-07-19T04:20:34.004Z | |
| 9309 | 2026-07-19T04:20:34.004Z | 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.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 } }] |
| 9310 | 2026-07-19T04:20:34.005Z | |
| 9311 | 2026-07-19T04:20:34.005Z | Jul 19 04:20:32.898Jul 19 04:20:32.898 DEBG INFO Jul 19 04:20:32.898 adding route 172.17.0.29/32 -> 10.0.0.255INFOreplacing targets for 172.16.0.0/32 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 } }] |
| 9312 | 2026-07-19T04:20:34.005Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9313 | 2026-07-19T04:20:34.005Z | |
| 9314 | 2026-07-19T04:20:34.009Z | Jul 19 04:20:32.898 INFOJul 19 04:20:32.898Jul 19 04:20:32.898 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.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 } }] |
| 9315 | 2026-07-19T04:20:34.009Z | |
| 9316 | 2026-07-19T04:20:34.009Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9317 | 2026-07-19T04:20:34.009Z | Jul 19 04:20:32.898Jul 19 04:20:32.898 Jul 19 04:20:32.898INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9318 | 2026-07-19T04:20:34.009Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9319 | 2026-07-19T04:20:34.009Z | adding route 172.17.0.30/32 -> 10.0.0.255Jul 19 04:20:32.898 |
| 9320 | 2026-07-19T04:20:34.009Z | 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 } }] |
| 9321 | 2026-07-19T04:20:34.009Z | Jul 19 04:20:32.898 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 } }]Jul 19 04:20:32.898Jul 19 04:20:32.891 |
| 9322 | 2026-07-19T04:20:34.009Z | DEBGJul 19 04:20:32.898INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9323 | 2026-07-19T04:20:34.009Z | Jul 19 04:20:32.899 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 9324 | 2026-07-19T04:20:34.009Z | DEBG created new freemap Jul 19 04:20:32.905replacing 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 } }] , DEBGunit :replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9325 | 2026-07-19T04:20:34.009Z | |
| 9326 | 2026-07-19T04:20:34.009Z | freemap_route_ipv4Jul 19 04:20:32.905 |
| 9327 | 2026-07-19T04:20:34.009Z | DEBGJul 19 04:20:32.905 Jul 19 04:20:32.905INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 9328 | 2026-07-19T04:20:34.009Z | created new freemap, unit:Jul 19 04:20:32.905Jul 19 04:20:32.905 freemap_route_ipv6INFODEBG |
| 9329 | 2026-07-19T04:20:34.009Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9330 | 2026-07-19T04:20:34.009Z | |
| 9331 | 2026-07-19T04:20:34.009Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9332 | 2026-07-19T04:20:34.009Z | Jul 19 04:20:32.905 Jul 19 04:20:32.905INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9333 | 2026-07-19T04:20:34.009Z | initted freemap. size: 64Jul 19 04:20:32.905, Jul 19 04:20:32.905INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit |
| 9334 | 2026-07-19T04:20:34.009Z | 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 } }]Jul 19 04:20:32.905 |
| 9335 | 2026-07-19T04:20:34.009Z | DEBG:Jul 19 04:20:32.905 Jul 19 04:20:32.905 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 } }]DEBGINFO |
| 9336 | 2026-07-19T04:20:34.009Z | adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 9337 | 2026-07-19T04:20:34.009Z | |
| 9338 | 2026-07-19T04:20:34.010Z | |
| 9339 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 Jul 19 04:20:32.905INFO INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9340 | 2026-07-19T04:20:34.010Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 19 04:20:32.905 |
| 9341 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905DEBG 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 } }]DEBGJul 19 04:20:32.905 |
| 9342 | 2026-07-19T04:20:34.010Z | reset freemapJul 19 04:20:32.905DEBG, unit Jul 19 04:20:32.905: 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 } }] |
| 9343 | 2026-07-19T04:20:34.010Z | freemap_route_ipv4DEBG |
| 9344 | 2026-07-19T04:20:34.010Z | INFO Jul 19 04:20:32.905replacing 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 } }] |
| 9345 | 2026-07-19T04:20:34.010Z | adding route 172.17.0.49/32 -> 10.0.0.255INFOJul 19 04:20:32.905 |
| 9346 | 2026-07-19T04:20:34.010Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 9347 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905initted freemap. size: 64 , unitDEBG: Jul 19 04:20:32.905Jul 19 04:20:32.905replacing 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 } }] |
| 9348 | 2026-07-19T04:20:34.010Z | DEBGINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff freemap_route_ipv6replacing 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 } }] |
| 9349 | 2026-07-19T04:20:34.010Z | |
| 9350 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 |
| 9351 | 2026-07-19T04:20:34.010Z | INFO Jul 19 04:20:32.905Jul 19 04:20:32.905 INFODEBG adding route 172.17.0.37/32 -> 10.0.0.255replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9352 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 |
| 9353 | 2026-07-19T04:20:34.010Z | adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 9354 | 2026-07-19T04:20:34.010Z | reset freemap, Jul 19 04:20:32.905unit :Jul 19 04:20:32.905 Jul 19 04:20:32.905freemap_route_ipv6 INFODEBG |
| 9355 | 2026-07-19T04:20:34.010Z | 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 } }]DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9356 | 2026-07-19T04:20:34.010Z | |
| 9357 | 2026-07-19T04:20:34.010Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9358 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905Jul 19 04:20:32.905 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9359 | 2026-07-19T04:20:34.010Z | |
| 9360 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905Jul 19 04:20:32.905 Jul 19 04:20:32.905 DEBGINFO INFO replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 19 04:20:32.905adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9361 | 2026-07-19T04:20:34.010Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 9362 | 2026-07-19T04:20:34.010Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9363 | 2026-07-19T04:20:34.010Z | |
| 9364 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 DEBGJul 19 04:20:32.905 replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9365 | 2026-07-19T04:20:34.010Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9366 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 Jul 19 04:20:32.905DEBG Jul 19 04:20:32.905Jul 19 04:20:32.905 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 } }] |
| 9367 | 2026-07-19T04:20:34.010Z | DEBGreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOreplacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9368 | 2026-07-19T04:20:34.010Z | |
| 9369 | 2026-07-19T04:20:34.010Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 9370 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905Jul 19 04:20:32.905 INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9371 | 2026-07-19T04:20:34.010Z | |
| 9372 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 19 04:20:32.905Jul 19 04:20:32.905 |
| 9373 | 2026-07-19T04:20:34.010Z | 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 } }]Jul 19 04:20:32.905 |
| 9374 | 2026-07-19T04:20:34.010Z | Jul 19 04:20:32.905 |
| 9375 | 2026-07-19T04:20:34.010Z | DEBGDEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 9376 | 2026-07-19T04:20:34.010Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9377 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.905 |
| 9378 | 2026-07-19T04:20:34.011Z | INFOJul 19 04:20:32.905Jul 19 04:20:32.905 Jul 19 04:20:32.905INFOJul 19 04:20:32.905 adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9379 | 2026-07-19T04:20:34.011Z | adding route 172.17.0.12/32 -> 10.0.0.255INFOINFO |
| 9380 | 2026-07-19T04:20:34.011Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9381 | 2026-07-19T04:20:34.011Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFO |
| 9382 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.905 Jul 19 04:20:32.905DEBGJul 19 04:20:32.905Jul 19 04:20:32.905 DEBGadding route 172.17.0.54/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 } }]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 } }] |
| 9383 | 2026-07-19T04:20:34.011Z | 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 } }] |
| 9384 | 2026-07-19T04:20:34.011Z | |
| 9385 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912DEBG Jul 19 04:20:32.912Jul 19 04:20:32.912 INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 9386 | 2026-07-19T04:20:34.011Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9387 | 2026-07-19T04:20:34.011Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9388 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 INFO Jul 19 04:20:32.912adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 9389 | 2026-07-19T04:20:34.011Z | DEBG DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9390 | 2026-07-19T04:20:34.011Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Jul 19 04:20:32.912 |
| 9391 | 2026-07-19T04:20:34.011Z | DEBG Jul 19 04:20:32.912 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 } }] |
| 9392 | 2026-07-19T04:20:34.011Z | adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9393 | 2026-07-19T04:20:34.011Z | |
| 9394 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912 Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO DEBGJul 19 04:20:32.912 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 } }]DEBGDEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9395 | 2026-07-19T04:20:34.011Z | |
| 9396 | 2026-07-19T04:20:34.011Z | |
| 9397 | 2026-07-19T04:20:34.011Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 9398 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9399 | 2026-07-19T04:20:34.011Z | |
| 9400 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBG Jul 19 04:20:32.912replacing 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 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 } }] |
| 9401 | 2026-07-19T04:20:34.011Z | |
| 9402 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9403 | 2026-07-19T04:20:34.011Z | adding route 172.17.0.31/32 -> 10.0.0.255Jul 19 04:20:32.912Jul 19 04:20:32.912 INFOINFO |
| 9404 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9405 | 2026-07-19T04:20:34.011Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 19 04:20:32.912adding route 172.17.0.15/32 -> 10.0.0.255 Jul 19 04:20:32.912 |
| 9406 | 2026-07-19T04:20:34.011Z | |
| 9407 | 2026-07-19T04:20:34.011Z | 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.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 } }] |
| 9408 | 2026-07-19T04:20:34.011Z | |
| 9409 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBG Jul 19 04:20:32.912replacing 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 } }]Jul 19 04:20:32.912 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 } }] adding route 172.17.0.45/32 -> 10.0.0.255INFO |
| 9410 | 2026-07-19T04:20:34.011Z | |
| 9411 | 2026-07-19T04:20:34.011Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9412 | 2026-07-19T04:20:34.011Z | |
| 9413 | 2026-07-19T04:20:34.011Z | Jul 19 04:20:32.912Jul 19 04:20:32.912Jul 19 04:20:32.912 INFODEBGJul 19 04:20:32.912 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 } }]adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 9414 | 2026-07-19T04:20:34.017Z | |
| 9415 | 2026-07-19T04:20:34.017Z | 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 |
| 9416 | 2026-07-19T04:20:34.017Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 19 04:20:32.912 |
| 9417 | 2026-07-19T04:20:34.017Z | INFO Jul 19 04:20:32.912Jul 19 04:20:32.912 adding route 172.17.0.46/32 -> 10.0.0.255DEBGJul 19 04:20:32.912 |
| 9418 | 2026-07-19T04:20:34.017Z | INFODEBGreplacing 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 } }] |
| 9419 | 2026-07-19T04:20:34.017Z | Jul 19 04:20:32.912adding route 172.17.0.33/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 } }] |
| 9420 | 2026-07-19T04:20:34.017Z | |
| 9421 | 2026-07-19T04:20:34.017Z | DEBG Jul 19 04:20:32.912replacing 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 } }] Jul 19 04:20:32.912 |
| 9422 | 2026-07-19T04:20:34.017Z | Jul 19 04:20:32.912INFO DEBGINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 19 04:20:32.912 |
| 9423 | 2026-07-19T04:20:34.017Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9424 | 2026-07-19T04:20:34.017Z | INFO |
| 9425 | 2026-07-19T04:20:34.017Z | adding route 172.17.0.47/32 -> 10.0.0.255Jul 19 04:20:32.912 |
| 9426 | 2026-07-19T04:20:34.017Z | Jul 19 04:20:32.912INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 19 04:20:32.912DEBGJul 19 04:20:32.912 |
| 9427 | 2026-07-19T04:20:34.017Z | 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 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 } }] |
| 9428 | 2026-07-19T04:20:34.017Z | Jul 19 04:20:32.912 |
| 9429 | 2026-07-19T04:20:34.017Z | 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 } }] |
| 9430 | 2026-07-19T04:20:34.017Z | 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 } }]Jul 19 04:20:32.912 |
| 9431 | 2026-07-19T04:20:34.017Z | Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO INFOINFO Jul 19 04:20:32.912 adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9432 | 2026-07-19T04:20:34.017Z | |
| 9433 | 2026-07-19T04:20:34.018Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 9434 | 2026-07-19T04:20:34.018Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9435 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBGJul 19 04:20:32.912 Jul 19 04:20:32.912 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 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 } }] |
| 9436 | 2026-07-19T04:20:34.018Z | |
| 9437 | 2026-07-19T04:20:34.018Z | 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 } }]Jul 19 04:20:32.912 |
| 9438 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 9439 | 2026-07-19T04:20:34.018Z | INFOJul 19 04:20:32.912adding route 172.17.0.19/32 -> 10.0.0.255 Jul 19 04:20:32.912adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9440 | 2026-07-19T04:20:34.018Z | |
| 9441 | 2026-07-19T04:20:34.018Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 9442 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912 DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9443 | 2026-07-19T04:20:34.018Z | 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 } }]Jul 19 04:20:32.912 |
| 9444 | 2026-07-19T04:20:34.018Z | DEBGJul 19 04:20:32.912 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 } }]DEBGJul 19 04:20:32.912 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 } }] |
| 9445 | 2026-07-19T04:20:34.018Z | INFOJul 19 04:20:32.912 |
| 9446 | 2026-07-19T04:20:34.018Z | DEBG adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9447 | 2026-07-19T04:20:34.018Z | |
| 9448 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912 Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO INFOJul 19 04:20:32.912adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 9449 | 2026-07-19T04:20:34.018Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9450 | 2026-07-19T04:20:34.018Z | |
| 9451 | 2026-07-19T04:20:34.018Z | 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 } }] |
| 9452 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912DEBGJul 19 04:20:32.912 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9453 | 2026-07-19T04:20:34.018Z | adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9454 | 2026-07-19T04:20:34.018Z | |
| 9455 | 2026-07-19T04:20:34.018Z | 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 } }]Jul 19 04:20:32.912 |
| 9456 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912INFOJul 19 04:20:32.912 adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9457 | 2026-07-19T04:20:34.018Z | DEBGINFO Jul 19 04:20:32.912replacing 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 } }]Jul 19 04:20:32.912 |
| 9458 | 2026-07-19T04:20:34.018Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255 INFO |
| 9459 | 2026-07-19T04:20:34.018Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 19 04:20:32.912replacing 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 } }] |
| 9460 | 2026-07-19T04:20:34.018Z | INFO |
| 9461 | 2026-07-19T04:20:34.018Z | adding route 172.17.0.22/32 -> 10.0.0.255Jul 19 04:20:32.912 |
| 9462 | 2026-07-19T04:20:34.018Z | 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 } }]Jul 19 04:20:32.912 |
| 9463 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBG DEBG Jul 19 04:20:32.912replacing 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 |
| 9464 | 2026-07-19T04:20:34.018Z | adding route 172.17.0.52/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 9465 | 2026-07-19T04:20:34.018Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9466 | 2026-07-19T04:20:34.018Z | |
| 9467 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912INFODEBG Jul 19 04:20:32.912adding route 172.17.0.23/32 -> 10.0.0.255 DEBGINFO |
| 9468 | 2026-07-19T04:20:34.018Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9469 | 2026-07-19T04:20:34.018Z | |
| 9470 | 2026-07-19T04:20:34.018Z | Jul 19 04:20:32.912 adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 19 04:20:32.912 |
| 9471 | 2026-07-19T04:20:34.019Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9472 | 2026-07-19T04:20:34.019Z | 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 } }]INFO |
| 9473 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912Jul 19 04:20:32.912adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9474 | 2026-07-19T04:20:34.019Z | INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255Jul 19 04:20:32.912 |
| 9475 | 2026-07-19T04:20:34.019Z | test route::tests::delete_target_full ... ok |
| 9476 | 2026-07-19T04:20:34.019Z | 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 } }] |
| 9477 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912Jul 19 04:20:32.912adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9478 | 2026-07-19T04:20:34.019Z | 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 } }] |
| 9479 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912DEBGJul 19 04:20:32.912 INFOreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9480 | 2026-07-19T04:20:34.019Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 9481 | 2026-07-19T04:20:34.019Z | 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 } }] |
| 9482 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 Jul 19 04:20:32.912INFO Jul 19 04:20:32.912INFO INFOadding route 172.17.0.54/32 -> 10.0.0.255 DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9483 | 2026-07-19T04:20:34.019Z | |
| 9484 | 2026-07-19T04:20:34.019Z | adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9485 | 2026-07-19T04:20:34.019Z | |
| 9486 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912Jul 19 04:20:32.912 DEBGDEBGJul 19 04:20:32.912 Jul 19 04:20:32.912replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO |
| 9487 | 2026-07-19T04:20:34.019Z | 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 } }] |
| 9488 | 2026-07-19T04:20:34.019Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9489 | 2026-07-19T04:20:34.019Z | |
| 9490 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912 Jul 19 04:20:32.912Jul 19 04:20:32.912INFO INFOadding route 172.17.0.55/32 -> 10.0.0.255 Jul 19 04:20:32.912 |
| 9491 | 2026-07-19T04:20:34.019Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9492 | 2026-07-19T04:20:34.019Z | DEBGJul 19 04:20:32.912 INFODEBGreplacing 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 } }] Jul 19 04:20:32.912replacing 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.42/32 -> 10.0.0.255 |
| 9493 | 2026-07-19T04:20:34.019Z | |
| 9494 | 2026-07-19T04:20:34.019Z | DEBG |
| 9495 | 2026-07-19T04:20:34.019Z | 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 } }] |
| 9496 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.913 |
| 9497 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.912Jul 19 04:20:32.920 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 172.17.0.27/32 -> 10.0.0.255 |
| 9498 | 2026-07-19T04:20:34.019Z | DEBG |
| 9499 | 2026-07-19T04:20:34.019Z | created new freemapJul 19 04:20:32.912, Jul 19 04:20:32.920Jul 19 04:20:32.920 Jul 19 04:20:32.920INFO DEBG DEBGadding route 172.17.0.56/32 -> 10.0.0.255DEBG 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 } }] |
| 9500 | 2026-07-19T04:20:34.019Z | replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9501 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.920 unitINFO |
| 9502 | 2026-07-19T04:20:34.019Z | :adding route 172.17.0.55/32 -> 10.0.0.255Jul 19 04:20:32.920 |
| 9503 | 2026-07-19T04:20:34.019Z | INFO freemap_route_ipv4 |
| 9504 | 2026-07-19T04:20:34.019Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 19 04:20:32.920 |
| 9505 | 2026-07-19T04:20:34.019Z | 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 } }]Jul 19 04:20:32.920Jul 19 04:20:32.920 DEBGINFO created new freemap |
| 9506 | 2026-07-19T04:20:34.019Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 9507 | 2026-07-19T04:20:34.019Z | Jul 19 04:20:32.920unit Jul 19 04:20:32.920: freemap_route_ipv6DEBGJul 19 04:20:32.920INFO |
| 9508 | 2026-07-19T04:20:34.019Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9509 | 2026-07-19T04:20:34.020Z | 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 |
| 9510 | 2026-07-19T04:20:34.020Z | Jul 19 04:20:32.920 Jul 19 04:20:32.920DEBGreplacing 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 } }] Jul 19 04:20:32.920DEBG initted freemap. size: 64 , |
| 9511 | 2026-07-19T04:20:34.020Z | INFOunitreplacing 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.29/32 -> 10.0.0.255 |
| 9512 | 2026-07-19T04:20:34.020Z | freemap_route_ipv4 |
| 9513 | 2026-07-19T04:20:34.020Z | Jul 19 04:20:32.920 |
| 9514 | 2026-07-19T04:20:34.025Z | INFO Jul 19 04:20:32.920 DEBGJul 19 04:20:32.920 replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9515 | 2026-07-19T04:20:34.025Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 19 04:20:32.920adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9516 | 2026-07-19T04:20:34.025Z | |
| 9517 | 2026-07-19T04:20:34.025Z | DEBGJul 19 04:20:32.920 INFO adding route 172.17.0.30/32 -> 10.0.0.255reset freemap |
| 9518 | 2026-07-19T04:20:34.025Z | , Jul 19 04:20:32.920Jul 19 04:20:32.920unit : 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 } }]freemap_route_ipv4Jul 19 04:20:32.920 |
| 9519 | 2026-07-19T04:20:34.025Z | |
| 9520 | 2026-07-19T04:20:34.025Z | DEBG 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 } }]Jul 19 04:20:32.920replacing 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 } }] |
| 9521 | 2026-07-19T04:20:34.025Z | |
| 9522 | 2026-07-19T04:20:34.025Z | INFO Jul 19 04:20:32.920adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9523 | 2026-07-19T04:20:34.025Z | DEBGJul 19 04:20:32.920 INFO initted freemap. size: 64Jul 19 04:20:32.920, unitJul 19 04:20:32.920: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff INFOfreemap_route_ipv6 |
| 9524 | 2026-07-19T04:20:34.025Z | DEBG |
| 9525 | 2026-07-19T04:20:34.025Z | adding route 172.17.0.31/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 } }] |
| 9526 | 2026-07-19T04:20:34.025Z | |
| 9527 | 2026-07-19T04:20:34.025Z | Jul 19 04:20:32.920Jul 19 04:20:32.920 DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 9528 | 2026-07-19T04:20:34.025Z | , Jul 19 04:20:32.920unit Jul 19 04:20:32.920: INFO DEBGfreemap_route_ipv6adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9529 | 2026-07-19T04:20:34.025Z | |
| 9530 | 2026-07-19T04:20:34.025Z | 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 } }] |
| 9531 | 2026-07-19T04:20:34.025Z | Jul 19 04:20:32.920Jul 19 04:20:32.920 INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 9532 | 2026-07-19T04:20:34.025Z | 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 } }]Jul 19 04:20:32.920 |
| 9533 | 2026-07-19T04:20:34.025Z | Jul 19 04:20:32.912Jul 19 04:20:32.920 INFO Jul 19 04:20:32.920DEBG adding route 172.17.0.32/32 -> 10.0.0.255 Jul 19 04:20:32.920DEBG |
| 9534 | 2026-07-19T04:20:34.025Z | replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9535 | 2026-07-19T04:20:34.025Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9536 | 2026-07-19T04:20:34.026Z | |
| 9537 | 2026-07-19T04:20:34.026Z | |
| 9538 | 2026-07-19T04:20:34.026Z | Jul 19 04:20:32.920 Jul 19 04:20:32.920INFO adding route 172.17.0.43/32 -> 10.0.0.255Jul 19 04:20:32.920DEBGJul 19 04:20:32.920 |
| 9539 | 2026-07-19T04:20:34.026Z | DEBG 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 } }]Jul 19 04:20:32.920replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9540 | 2026-07-19T04:20:34.026Z | |
| 9541 | 2026-07-19T04:20:34.026Z | INFO |
| 9542 | 2026-07-19T04:20:34.026Z | Jul 19 04:20:32.920 DEBGadding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9543 | 2026-07-19T04:20:34.027Z | |
| 9544 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920Jul 19 04:20:32.920 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 19 04:20:32.920 |
| 9545 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920adding route 172.17.0.33/32 -> 10.0.0.255 DEBG INFO Jul 19 04:20:32.920 |
| 9546 | 2026-07-19T04:20:34.027Z | INFOreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 19 04:20:32.920 |
| 9547 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920 DEBGadding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 9548 | 2026-07-19T04:20:34.027Z | 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.61/32 -> 10.0.0.255 |
| 9549 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920 |
| 9550 | 2026-07-19T04:20:34.027Z | 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 } }] |
| 9551 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 19 04:20:32.920 DEBG |
| 9552 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920 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 |
| 9553 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920 adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 9554 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920DEBG Jul 19 04:20:32.920DEBG adding route 172.16.0.0/32 -> 10.0.0.3Jul 19 04:20:32.920 |
| 9555 | 2026-07-19T04:20:34.027Z | 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 } }] |
| 9556 | 2026-07-19T04:20:34.027Z | DEBGINFO adding route 172.17.0.62/32 -> 10.0.0.255 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 } }]Jul 19 04:20:32.920replacing 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 } }] |
| 9557 | 2026-07-19T04:20:34.027Z | DEBG |
| 9558 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920 |
| 9559 | 2026-07-19T04:20:34.027Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9560 | 2026-07-19T04:20:34.027Z | INFOJul 19 04:20:32.920 Jul 19 04:20:32.920 Jul 19 04:20:32.920Jul 19 04:20:32.920INFO INFO adding route 172.17.0.45/32 -> 10.0.0.255INFODEBG 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 } }] |
| 9561 | 2026-07-19T04:20:34.027Z | |
| 9562 | 2026-07-19T04:20:34.027Z | |
| 9563 | 2026-07-19T04:20:34.027Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.4 |
| 9564 | 2026-07-19T04:20:34.027Z | |
| 9565 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920Jul 19 04:20:32.920Jul 19 04:20:32.920Jul 19 04:20:32.920 DEBG DEBGDEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]failed to allocate space for the new target list |
| 9566 | 2026-07-19T04:20:34.027Z | |
| 9567 | 2026-07-19T04:20:34.027Z | 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 } }]Jul 19 04:20:32.920 |
| 9568 | 2026-07-19T04:20:34.027Z | Jul 19 04:20:32.920DEBGJul 19 04:20:32.920 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 } }]DEBG |
| 9569 | 2026-07-19T04:20:34.027Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9570 | 2026-07-19T04:20:34.027Z | replacing targets for 172.16.0.0/32 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 } }] |
| 9571 | 2026-07-19T04:20:34.027Z | test route::tests::add_target_fails_full ... ok |
| 9572 | 2026-07-19T04:20:34.027Z | test route::tests::delete_target_fragmented ... ok |
| 9573 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920replacing 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 } }] Jul 19 04:20:32.920INFO |
| 9574 | 2026-07-19T04:20:34.028Z | test route::tests::delete_targets_full ... ok |
| 9575 | 2026-07-19T04:20:34.028Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9576 | 2026-07-19T04:20:34.028Z | |
| 9577 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 19 04:20:32.920 |
| 9578 | 2026-07-19T04:20:34.028Z | 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 } }] |
| 9579 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 Jul 19 04:20:32.920DEBG DEBGJul 19 04:20:32.920replacing 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 } }] |
| 9580 | 2026-07-19T04:20:34.028Z | INFOreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9581 | 2026-07-19T04:20:34.028Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9582 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920Jul 19 04:20:32.920 Jul 19 04:20:32.920INFO INFO |
| 9583 | 2026-07-19T04:20:34.028Z | DEBG adding route 172.17.0.37/32 -> 10.0.0.255 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 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9584 | 2026-07-19T04:20:34.028Z | |
| 9585 | 2026-07-19T04:20:34.028Z | |
| 9586 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 Jul 19 04:20:32.920DEBGJul 19 04:20:32.920 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 } }] |
| 9587 | 2026-07-19T04:20:34.028Z | DEBG INFOJul 19 04:20:32.920replacing 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 } }] |
| 9588 | 2026-07-19T04:20:34.028Z | DEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9589 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 |
| 9590 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920INFO Jul 19 04:20:32.920INFO Jul 19 04:20:32.920 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9591 | 2026-07-19T04:20:34.028Z | INFOadding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9592 | 2026-07-19T04:20:34.028Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9593 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 |
| 9594 | 2026-07-19T04:20:34.028Z | DEBGJul 19 04:20:32.920 Jul 19 04:20:32.920replacing 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 } }] DEBGJul 19 04:20:32.920 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 |
| 9595 | 2026-07-19T04:20:34.028Z | INFO replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9596 | 2026-07-19T04:20:34.028Z | |
| 9597 | 2026-07-19T04:20:34.028Z | adding route 172.17.0.49/32 -> 10.0.0.255Jul 19 04:20:32.920 |
| 9598 | 2026-07-19T04:20:34.028Z | INFO Jul 19 04:20:32.920adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9599 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920INFOJul 19 04:20:32.920 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBGINFO |
| 9600 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.920 DEBGreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9601 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.921adding route 172.17.0.58/32 -> 10.0.0.255 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 |
| 9602 | 2026-07-19T04:20:34.028Z | 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 } }] |
| 9603 | 2026-07-19T04:20:34.028Z | |
| 9604 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.921Jul 19 04:20:32.921 Jul 19 04:20:32.921Jul 19 04:20:32.921DEBGINFO 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.50/32 -> 10.0.0.255INFOINFO |
| 9605 | 2026-07-19T04:20:34.028Z | |
| 9606 | 2026-07-19T04:20:34.028Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9607 | 2026-07-19T04:20:34.028Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9608 | 2026-07-19T04:20:34.028Z | Jul 19 04:20:32.921 Jul 19 04:20:32.921Jul 19 04:20:32.921INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255DEBG Jul 19 04:20:32.921 |
| 9609 | 2026-07-19T04:20:34.028Z | 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 } }] |
| 9610 | 2026-07-19T04:20:34.028Z | DEBGJul 19 04:20:32.921 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 } }]DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 9611 | 2026-07-19T04:20:34.028Z | |
| 9612 | 2026-07-19T04:20:34.029Z | Jul 19 04:20:32.927 |
| 9613 | 2026-07-19T04:20:34.029Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9614 | 2026-07-19T04:20:34.033Z | Jul 19 04:20:32.927 INFOJul 19 04:20:32.927 adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9615 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.51/32 -> 10.0.0.255Jul 19 04:20:32.927 |
| 9616 | 2026-07-19T04:20:34.034Z | 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 } }]Jul 19 04:20:32.921 |
| 9617 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 Jul 19 04:20:32.927replacing 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 } }] |
| 9618 | 2026-07-19T04:20:34.034Z | |
| 9619 | 2026-07-19T04:20:34.034Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9620 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 INFOJul 19 04:20:32.927 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 9621 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927replacing 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 } }] |
| 9622 | 2026-07-19T04:20:34.034Z | DEBGJul 19 04:20:32.927 replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9623 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927replacing 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 } }] |
| 9624 | 2026-07-19T04:20:34.034Z | INFO Jul 19 04:20:32.927adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 9625 | 2026-07-19T04:20:34.034Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9626 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 DEBGJul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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.53/32 -> 10.0.0.255 |
| 9627 | 2026-07-19T04:20:34.034Z | |
| 9628 | 2026-07-19T04:20:34.034Z | |
| 9629 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 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 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 19 04:20:32.927 |
| 9630 | 2026-07-19T04:20:34.034Z | |
| 9631 | 2026-07-19T04:20:34.034Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9632 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 INFODEBG Jul 19 04:20:32.927replacing 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 } }]Jul 19 04:20:32.927 |
| 9633 | 2026-07-19T04:20:34.034Z | DEBG adding route 172.17.0.54/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 } }]DEBG |
| 9634 | 2026-07-19T04:20:34.034Z | |
| 9635 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927replacing 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 } }] |
| 9636 | 2026-07-19T04:20:34.034Z | INFOJul 19 04:20:32.927 INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 9637 | 2026-07-19T04:20:34.034Z | adding route 172.17.0.44/32 -> 10.0.0.255Jul 19 04:20:32.927 |
| 9638 | 2026-07-19T04:20:34.034Z | DEBGJul 19 04:20:32.927 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 } }]Jul 19 04:20:32.927 |
| 9639 | 2026-07-19T04:20:34.034Z | DEBGJul 19 04:20:32.927 failed to allocate space for the new target list |
| 9640 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927DEBGDEBG INFO replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/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 } }] |
| 9641 | 2026-07-19T04:20:34.034Z | |
| 9642 | 2026-07-19T04:20:34.034Z | |
| 9643 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 DEBGJul 19 04:20:32.927 Jul 19 04:20:32.927replacing targets for 3fff:dead::/64 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 } }] Jul 19 04:20:32.927 |
| 9644 | 2026-07-19T04:20:34.034Z | DEBG INFOINFO adding route 172.17.0.45/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 } }] |
| 9645 | 2026-07-19T04:20:34.034Z | |
| 9646 | 2026-07-19T04:20:34.034Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9647 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927Jul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBGDEBG adding route 172.17.0.56/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 } }]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 } }] |
| 9648 | 2026-07-19T04:20:34.034Z | |
| 9649 | 2026-07-19T04:20:34.034Z | |
| 9650 | 2026-07-19T04:20:34.034Z | Jul 19 04:20:32.927 Jul 19 04:20:32.927DEBG Jul 19 04:20:32.927INFOreplacing 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 } }] |
| 9651 | 2026-07-19T04:20:34.035Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9652 | 2026-07-19T04:20:34.035Z | INFO adding route 172.17.0.63/32 -> 10.0.0.255Jul 19 04:20:32.927 |
| 9653 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 Jul 19 04:20:32.927replacing 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 } }] |
| 9654 | 2026-07-19T04:20:34.035Z | DEBG |
| 9655 | 2026-07-19T04:20:34.035Z | 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 } }] |
| 9656 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 Jul 19 04:20:32.927DEBGINFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9657 | 2026-07-19T04:20:34.035Z | failed to allocate space for the new target list |
| 9658 | 2026-07-19T04:20:34.035Z | |
| 9659 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9660 | 2026-07-19T04:20:34.035Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9661 | 2026-07-19T04:20:34.035Z | |
| 9662 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBG INFOreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9663 | 2026-07-19T04:20:34.035Z | failed to allocate space for the new target listadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9664 | 2026-07-19T04:20:34.035Z | |
| 9665 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBG adding route 172.17.0.59/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 } }] |
| 9666 | 2026-07-19T04:20:34.035Z | |
| 9667 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9668 | 2026-07-19T04:20:34.035Z | |
| 9669 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9670 | 2026-07-19T04:20:34.035Z | |
| 9671 | 2026-07-19T04:20:34.035Z | test route::tests::delete_targets_fragmented ... ok |
| 9672 | 2026-07-19T04:20:34.035Z | |
| 9673 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBGINFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9674 | 2026-07-19T04:20:34.035Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 9675 | 2026-07-19T04:20:34.035Z | |
| 9676 | 2026-07-19T04:20:34.035Z | |
| 9677 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 9678 | 2026-07-19T04:20:34.035Z | |
| 9679 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927Jul 19 04:20:32.927 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 } }] |
| 9680 | 2026-07-19T04:20:34.035Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9681 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 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 } }] |
| 9682 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9683 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 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 } }] |
| 9684 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9685 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 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 } }] |
| 9686 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9687 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 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 } }] |
| 9688 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9689 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 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 } }] |
| 9690 | 2026-07-19T04:20:34.035Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9691 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9692 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9693 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9694 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9695 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9696 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9697 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9698 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9699 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9700 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 DEBG failed to allocate space for the new target list |
| 9701 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.927 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 } }] |
| 9702 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG created new freemap, unit: freemap_route_ipv4 |
| 9703 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG created new freemap, unit: freemap_route_ipv6 |
| 9704 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 9705 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG reset freemap, unit: freemap_route_ipv4 |
| 9706 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 9707 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 DEBG reset freemap, unit: freemap_route_ipv6 |
| 9708 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9709 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 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 } }] |
| 9710 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9711 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 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 } }] |
| 9712 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9713 | 2026-07-19T04:20:34.036Z | Jul 19 04:20:32.928 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 } }] |
| 9714 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9715 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 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 } }] |
| 9716 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 9717 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 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 } }] |
| 9718 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9719 | 2026-07-19T04:20:34.043Z | Jul 19 04:20:32.928 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 } }] |
| 9720 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9721 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 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 } }] |
| 9722 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9723 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 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 } }] |
| 9724 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9725 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 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 } }] |
| 9726 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9727 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.928 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 } }] |
| 9728 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9729 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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 } }] |
| 9730 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9731 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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 } }] |
| 9732 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9733 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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 } }] |
| 9734 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9735 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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 } }] |
| 9736 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9737 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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 } }] |
| 9738 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9739 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9741 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9743 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9745 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9747 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9749 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9751 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.044Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9753 | 2026-07-19T04:20:34.044Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9755 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9757 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9759 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9761 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9763 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9765 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9767 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9769 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9771 | 2026-07-19T04:20:34.045Z | |
| 9772 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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 } }] |
| 9773 | 2026-07-19T04:20:34.045Z | running 0 tests |
| 9774 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9775 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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 } }] |
| 9776 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9777 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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 } }] |
| 9778 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9779 | 2026-07-19T04:20:34.045Z | |
| 9780 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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 } }] |
| 9781 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 9782 | 2026-07-19T04:20:34.045Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9783 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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 } }] |
| 9784 | 2026-07-19T04:20:34.045Z | |
| 9785 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9786 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9788 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9790 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.045Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9792 | 2026-07-19T04:20:34.045Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9794 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9796 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9798 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9800 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9802 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9804 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9806 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9808 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9810 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9812 | 2026-07-19T04:20:34.046Z | Jul 19 04:20:32.935 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-07-19T04:20:34.046Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9814 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9816 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9818 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9820 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9822 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9824 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9826 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9828 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9830 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9832 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9834 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9836 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9838 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9840 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9842 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.935 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-07-19T04:20:34.050Z | Jul 19 04:20:32.935 DEBG failed to allocate space for the new target list |
| 9844 | 2026-07-19T04:20:34.050Z | Jul 19 04:20:32.936 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-07-19T04:20:34.051Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-494cc2fde6cfb060) |
| 9846 | 2026-07-19T04:20:34.051Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-8530a30046b353e1) |
| 9847 | 2026-07-19T04:20:34.051Z | |
| 9848 | 2026-07-19T04:20:34.051Z | running 0 tests |
| 9849 | 2026-07-19T04:20:34.051Z | |
| 9850 | 2026-07-19T04:20:34.051Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9851 | 2026-07-19T04:20:34.051Z | |
| 9852 | 2026-07-19T04:20:34.051Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-72740188343450c3) |
| 9853 | 2026-07-19T04:20:34.051Z | |
| 9854 | 2026-07-19T04:20:34.051Z | running 6 tests |
| 9855 | 2026-07-19T04:20:34.051Z | test tests::test_full_lot_id_neither_present ... ok |
| 9856 | 2026-07-19T04:20:34.051Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9857 | 2026-07-19T04:20:34.051Z | test tests::test_full_lot_id_lot_only ... ok |
| 9858 | 2026-07-19T04:20:34.051Z | test tests::test_full_lot_id_both_present ... ok |
| 9859 | 2026-07-19T04:20:34.051Z | test tests::test_port_id_cmp ... ok |
| 9860 | 2026-07-19T04:20:34.051Z | test tests::test_parse_client_port_id ... ok |
| 9861 | 2026-07-19T04:20:34.051Z | |
| 9862 | 2026-07-19T04:20:34.051Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9863 | 2026-07-19T04:20:34.051Z | |
| 9864 | 2026-07-19T04:20:34.051Z | Running tests/test_all.rs (target/debug/deps/test_all-95799b4f95d0216b) |
| 9865 | 2026-07-19T04:20:34.051Z | |
| 9866 | 2026-07-19T04:20:34.051Z | running 6 tests |
| 9867 | 2026-07-19T04:20:37.046Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9868 | 2026-07-19T04:20:37.049Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9869 | 2026-07-19T04:20:37.049Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9870 | 2026-07-19T04:20:37.055Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9871 | 2026-07-19T04:20:37.387Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9872 | 2026-07-19T04:20:38.406Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9873 | 2026-07-19T04:20:38.406Z | |
| 9874 | 2026-07-19T04:20:38.406Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.37s |
| 9875 | 2026-07-19T04:20:38.406Z | |
| 9876 | 2026-07-19T04:20:38.413Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-7a0206a3af5fc96f) |
| 9877 | 2026-07-19T04:20:38.421Z | |
| 9878 | 2026-07-19T04:20:38.421Z | running 0 tests |
| 9879 | 2026-07-19T04:20:38.421Z | |
| 9880 | 2026-07-19T04:20:38.421Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9881 | 2026-07-19T04:20:38.421Z | |
| 9882 | 2026-07-19T04:20:38.428Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-9373ecd659b223f5) |
| 9883 | 2026-07-19T04:20:38.428Z | |
| 9884 | 2026-07-19T04:20:38.428Z | running 0 tests |
| 9885 | 2026-07-19T04:20:38.428Z | |
| 9886 | 2026-07-19T04:20:38.428Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9887 | 2026-07-19T04:20:38.428Z | |
| 9888 | 2026-07-19T04:20:38.428Z | Running unittests src/lib.rs (target/debug/deps/packet-8fa8c02a49f25863) |
| 9889 | 2026-07-19T04:20:38.436Z | |
| 9890 | 2026-07-19T04:20:38.436Z | running 12 tests |
| 9891 | 2026-07-19T04:20:38.444Z | test icmp::test_v6_checksum ... ok |
| 9892 | 2026-07-19T04:20:38.444Z | test icmp::test_v4_checksum ... ok |
| 9893 | 2026-07-19T04:20:38.444Z | test ipv6::test_ipv6_parse ... ok |
| 9894 | 2026-07-19T04:20:38.444Z | test lldp::test_lldp_parse ... ok |
| 9895 | 2026-07-19T04:20:38.444Z | test pbuf::test_byte ... ok |
| 9896 | 2026-07-19T04:20:38.444Z | test pbuf::test_nibble ... ok |
| 9897 | 2026-07-19T04:20:38.444Z | test pbuf::test_overflow ... ok |
| 9898 | 2026-07-19T04:20:38.444Z | test pbuf::test_short ... ok |
| 9899 | 2026-07-19T04:20:38.444Z | test pbuf::test_twelve ... ok |
| 9900 | 2026-07-19T04:20:38.444Z | test pbuf::test_word ... ok |
| 9901 | 2026-07-19T04:20:38.445Z | test tcp::test_checksum_syn_nodata ... ok |
| 9902 | 2026-07-19T04:20:38.445Z | test tcp::test_checksum_ack_data ... ok |
| 9903 | 2026-07-19T04:20:38.445Z | |
| 9904 | 2026-07-19T04:20:38.445Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9905 | 2026-07-19T04:20:38.445Z | |
| 9906 | 2026-07-19T04:20:38.445Z | Running unittests src/lib.rs (target/debug/deps/pcap-9b72d62dc5e9ce6a) |
| 9907 | 2026-07-19T04:20:38.445Z | |
| 9908 | 2026-07-19T04:20:38.445Z | running 0 tests |
| 9909 | 2026-07-19T04:20:38.445Z | |
| 9910 | 2026-07-19T04:20:38.445Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9911 | 2026-07-19T04:20:38.445Z | |
| 9912 | 2026-07-19T04:20:38.449Z | Running unittests src/main.rs (target/debug/deps/swadm-ab4916f949fa478d) |
| 9913 | 2026-07-19T04:20:38.450Z | |
| 9914 | 2026-07-19T04:20:38.450Z | running 5 tests |
| 9915 | 2026-07-19T04:20:38.450Z | test switchport::test::test_compute_lanes ... ok |
| 9916 | 2026-07-19T04:20:38.450Z | test switchport::test::port_id_ordering ... ok |
| 9917 | 2026-07-19T04:20:38.450Z | Lane 0 Lane 1 Lane 2 Lane 3 Lane 0 |
| 9918 | 2026-07-19T04:20:38.450Z | Rx Loss-of-lock: YesLane 1 YesLane 2 Lane 3Yes |
| 9919 | 2026-07-19T04:20:38.450Z | Yes |
| 9920 | 2026-07-19T04:20:38.450Z | State: Activated Rx Loss-of-signal: YesActivated Yes ActivatedYes YesActivated |
| 9921 | 2026-07-19T04:20:38.450Z | |
| 9922 | 2026-07-19T04:20:38.450Z | Rx CDR Enabled: Yes Rx Output Enabled: false Yesfalse falseYes falseYes |
| 9923 | 2026-07-19T04:20:38.450Z | |
| 9924 | 2026-07-19T04:20:38.450Z | Rx Output Status: valid Tx Enabled: Yes valid Yes valid Yesvalid |
| 9925 | 2026-07-19T04:20:38.450Z | Yes |
| 9926 | 2026-07-19T04:20:38.450Z | Rx Loss-of-lock: true Tx Loss-of-lock: Notrue No true trueNo |
| 9927 | 2026-07-19T04:20:38.450Z | No |
| 9928 | 2026-07-19T04:20:38.450Z | Rx Loss-of-signal: false Tx Loss-of-signal: No false No falseNo Nofalse |
| 9929 | 2026-07-19T04:20:38.450Z | |
| 9930 | 2026-07-19T04:20:38.450Z | Tx CDR Enabled: No Rx Auto-squelch Disable: true No trueNo No |
| 9931 | 2026-07-19T04:20:38.450Z | true Tx Adaptive EQ Fault: No true |
| 9932 | 2026-07-19T04:20:38.450Z | No Tx Output Enabled: trueNo Notrue |
| 9933 | 2026-07-19T04:20:38.450Z | Tx Fault: Yestrue Yestrue |
| 9934 | 2026-07-19T04:20:38.450Z | Yes Tx Output Status: invalid Yes |
| 9935 | 2026-07-19T04:20:38.450Z | invalid invalid invalid |
| 9936 | 2026-07-19T04:20:38.450Z | Tx Loss-of-lock: false false false false |
| 9937 | 2026-07-19T04:20:38.450Z | Tx Loss-of-signal: true true true true |
| 9938 | 2026-07-19T04:20:38.451Z | Tx Auto-squelch Disable: false false false false |
| 9939 | 2026-07-19T04:20:38.451Z | Tx Adaptive EQ Fail: true true true true |
| 9940 | 2026-07-19T04:20:38.451Z | Tx Failure: false false false false |
| 9941 | 2026-07-19T04:20:38.451Z | Tx Force Squelch: true true true true |
| 9942 | 2026-07-19T04:20:38.451Z | Tx Input Polarity: normal normal normal normal |
| 9943 | 2026-07-19T04:20:38.451Z | test switchport::test::test_print_sff_datapath ... ok |
| 9944 | 2026-07-19T04:20:38.451Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9945 | 2026-07-19T04:20:38.451Z | test link::test_filter ... ok |
| 9946 | 2026-07-19T04:20:38.451Z | |
| 9947 | 2026-07-19T04:20:38.451Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9948 | 2026-07-19T04:20:38.451Z | |
| 9949 | 2026-07-19T04:20:38.451Z | Running tests/counters.rs (target/debug/deps/counters-b5528da3b109cdee) |
| 9950 | 2026-07-19T04:20:38.451Z | |
| 9951 | 2026-07-19T04:20:38.451Z | running 1 test |
| 9952 | 2026-07-19T04:20:38.451Z | test test_p4_counter_list ... ignored |
| 9953 | 2026-07-19T04:20:38.451Z | |
| 9954 | 2026-07-19T04:20:38.451Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9955 | 2026-07-19T04:20:38.451Z | |
| 9956 | 2026-07-19T04:20:38.451Z | Running tests/port-link.rs (target/debug/deps/port_link-fad4b98644edae0d) |
| 9957 | 2026-07-19T04:20:38.455Z | |
| 9958 | 2026-07-19T04:20:38.455Z | running 5 tests |
| 9959 | 2026-07-19T04:20:38.455Z | test test_an ... ignored |
| 9960 | 2026-07-19T04:20:38.455Z | test test_enable ... ignored |
| 9961 | 2026-07-19T04:20:38.455Z | test test_ip_addresses ... ignored |
| 9962 | 2026-07-19T04:20:38.455Z | test test_kr ... ignored |
| 9963 | 2026-07-19T04:20:38.455Z | test test_mac ... ignored |
| 9964 | 2026-07-19T04:20:38.455Z | |
| 9965 | 2026-07-19T04:20:38.455Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9966 | 2026-07-19T04:20:38.455Z | |
| 9967 | 2026-07-19T04:20:38.455Z | Running unittests src/main.rs (target/debug/deps/tfportd-d1a670661a889578) |
| 9968 | 2026-07-19T04:20:38.462Z | |
| 9969 | 2026-07-19T04:20:38.462Z | running 3 tests |
| 9970 | 2026-07-19T04:20:38.462Z | test linklocal::test_parse_ipadm ... ok |
| 9971 | 2026-07-19T04:20:38.462Z | test tfport::test_parse_tfport ... ok |
| 9972 | 2026-07-19T04:20:38.462Z | test config::tests::test_updates ... ok |
| 9973 | 2026-07-19T04:20:38.462Z | |
| 9974 | 2026-07-19T04:20:38.462Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9975 | 2026-07-19T04:20:38.462Z | |
| 9976 | 2026-07-19T04:20:38.462Z | Running unittests src/main.rs (target/debug/deps/uplinkd-477f89b1a100ccee) |
| 9977 | 2026-07-19T04:20:38.466Z | |
| 9978 | 2026-07-19T04:20:38.466Z | running 0 tests |
| 9979 | 2026-07-19T04:20:38.466Z | |
| 9980 | 2026-07-19T04:20:38.466Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9981 | 2026-07-19T04:20:38.466Z | |
| 9982 | 2026-07-19T04:20:38.466Z | Running unittests src/main.rs (target/debug/deps/xtask-1d97553bfdedaa2d) |
| 9983 | 2026-07-19T04:20:38.466Z | |
| 9984 | 2026-07-19T04:20:38.466Z | running 0 tests |
| 9985 | 2026-07-19T04:20:38.467Z | |
| 9986 | 2026-07-19T04:20:38.467Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9987 | 2026-07-19T04:20:38.467Z | |
| 9988 | 2026-07-19T04:20:38.474Z | Doc-tests aal |
| 9989 | 2026-07-19T04:20:38.649Z | |
| 9990 | 2026-07-19T04:20:38.649Z | running 0 tests |
| 9991 | 2026-07-19T04:20:38.649Z | |
| 9992 | 2026-07-19T04:20:38.654Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9993 | 2026-07-19T04:20:38.654Z | |
| 9994 | 2026-07-19T04:20:38.667Z | Doc-tests aal_macros |
| 9995 | 2026-07-19T04:20:38.743Z | |
| 9996 | 2026-07-19T04:20:38.743Z | running 0 tests |
| 9997 | 2026-07-19T04:20:38.743Z | |
| 9998 | 2026-07-19T04:20:38.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9999 | 2026-07-19T04:20:38.743Z | |
| 10000 | 2026-07-19T04:20:38.753Z | Doc-tests common |
| 10001 | 2026-07-19T04:20:38.996Z | |
| 10002 | 2026-07-19T04:20:38.996Z | running 0 tests |
| 10003 | 2026-07-19T04:20:38.996Z | |
| 10004 | 2026-07-19T04:20:38.996Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10005 | 2026-07-19T04:20:38.996Z | |
| 10006 | 2026-07-19T04:20:39.019Z | Doc-tests dpd_api |
| 10007 | 2026-07-19T04:20:39.865Z | |
| 10008 | 2026-07-19T04:20:39.866Z | running 2 tests |
| 10009 | 2026-07-19T04:20:39.866Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10010 | 2026-07-19T04:20:39.866Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10011 | 2026-07-19T04:20:39.866Z | |
| 10012 | 2026-07-19T04:20:39.866Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10013 | 2026-07-19T04:20:39.866Z | |
| 10014 | 2026-07-19T04:20:39.900Z | Doc-tests dpd_client |
| 10015 | 2026-07-19T04:20:41.211Z | |
| 10016 | 2026-07-19T04:20:41.211Z | running 0 tests |
| 10017 | 2026-07-19T04:20:41.211Z | |
| 10018 | 2026-07-19T04:20:41.211Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10019 | 2026-07-19T04:20:41.212Z | |
| 10020 | 2026-07-19T04:20:41.259Z | Doc-tests dpd_types |
| 10021 | 2026-07-19T04:20:41.476Z | |
| 10022 | 2026-07-19T04:20:41.477Z | running 0 tests |
| 10023 | 2026-07-19T04:20:41.477Z | |
| 10024 | 2026-07-19T04:20:41.477Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10025 | 2026-07-19T04:20:41.477Z | |
| 10026 | 2026-07-19T04:20:41.504Z | Doc-tests dpd_types_versions |
| 10027 | 2026-07-19T04:20:42.742Z | |
| 10028 | 2026-07-19T04:20:42.743Z | running 1 test |
| 10029 | 2026-07-19T04:20:42.743Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10030 | 2026-07-19T04:20:42.743Z | |
| 10031 | 2026-07-19T04:20:42.743Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10032 | 2026-07-19T04:20:42.743Z | |
| 10033 | 2026-07-19T04:20:42.790Z | Doc-tests packet |
| 10034 | 2026-07-19T04:20:42.907Z | |
| 10035 | 2026-07-19T04:20:42.907Z | running 0 tests |
| 10036 | 2026-07-19T04:20:42.907Z | |
| 10037 | 2026-07-19T04:20:42.907Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10038 | 2026-07-19T04:20:42.907Z | |
| 10039 | 2026-07-19T04:20:42.925Z | Doc-tests pcap |
| 10040 | 2026-07-19T04:20:42.980Z | |
| 10041 | 2026-07-19T04:20:42.980Z | running 0 tests |
| 10042 | 2026-07-19T04:20:42.980Z | |
| 10043 | 2026-07-19T04:20:42.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10044 | 2026-07-19T04:20:42.980Z | |
| 10045 | 2026-07-19T04:20:43.039Z | process exited: duration 587935 ms, exit code 0 |
| |
| 10046 | 2026-07-19T04:20:43.048Z | found 0 output files |