|
|
|
| 1 | 2026-07-20T18:42:28.319Z | job assigned to worker 01KY0DAS939VF8K341YB022GWS [factory aws, i-039d35f35e6786c7f] (queued for 54 s) |
| |
| 2 | 2026-07-20T18:42:34.585Z | starting task 0: "setup" |
| 3 | 2026-07-20T18:42:34.591Z | ++ uname -s |
| 4 | 2026-07-20T18:42:34.594Z | + kern=SunOS |
| 5 | 2026-07-20T18:42:34.594Z | + build_user=build |
| 6 | 2026-07-20T18:42:34.594Z | + build_uid=12345 |
| 7 | 2026-07-20T18:42:34.594Z | + work_dir=/work |
| 8 | 2026-07-20T18:42:34.594Z | + input_dir=/input |
| 9 | 2026-07-20T18:42:34.594Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T18:42:34.594Z | + case "$kern" in |
| 11 | 2026-07-20T18:42:34.594Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T18:42:34.594Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T18:42:36.599Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T18:42:36.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T18:42:36.772Z | + home_fs=zfs |
| 16 | 2026-07-20T18:42:36.772Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T18:42:36.772Z | + mkdir -p /home/build |
| 18 | 2026-07-20T18:42:36.772Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T18:42:38.773Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T18:42:38.776Z | process exited: duration 4190 ms, exit code 0 |
| |
| 21 | 2026-07-20T18:42:38.782Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T18:42:38.786Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-07-20T18:42:38.786Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-20T18:42:38.786Z | * rust toolchain channel = "1.90.0" |
| 25 | 2026-07-20T18:42:38.786Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-20T18:42:38.786Z | * rust toolchain profile = "default" |
| 27 | 2026-07-20T18:42:38.786Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T18:42:38.788Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T18:42:38.788Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-07-20T18:42:38.856Z | info: downloading installer |
| 31 | 2026-07-20T18:42:40.163Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T18:42:40.163Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T18:42:40.164Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T18:42:40.164Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T18:42:40.175Z | info: profile set to default |
| 36 | 2026-07-20T18:42:40.175Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T18:42:40.179Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-07-20T18:42:40.333Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-07-20T18:42:40.377Z | info: downloading 6 components |
| 40 | 2026-07-20T18:42:53.957Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 41 | 2026-07-20T18:42:53.957Z | |
| 42 | 2026-07-20T18:42:53.988Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 43 | 2026-07-20T18:42:53.988Z | |
| 44 | 2026-07-20T18:42:53.988Z | |
| 45 | 2026-07-20T18:42:53.988Z | Rust is installed now. Great! |
| 46 | 2026-07-20T18:42:53.988Z | |
| 47 | 2026-07-20T18:42:53.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T18:42:53.988Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T18:42:53.988Z | |
| 50 | 2026-07-20T18:42:53.988Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T18:42:53.989Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T18:42:53.989Z | |
| 53 | 2026-07-20T18:42:53.989Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T18:42:53.992Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T18:42:53.992Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T18:42:53.992Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T18:42:53.992Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T18:42:53.992Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T18:42:53.992Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T18:42:53.992Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T18:42:53.992Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T18:42:54.082Z | + rustup --version |
| 63 | 2026-07-20T18:42:54.093Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T18:42:54.096Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T18:42:54.115Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 66 | 2026-07-20T18:42:54.118Z | + cargo --version |
| 67 | 2026-07-20T18:42:54.130Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 68 | 2026-07-20T18:42:54.135Z | + rustc --version |
| 69 | 2026-07-20T18:42:54.154Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 70 | 2026-07-20T18:42:54.157Z | process exited: duration 15374 ms, exit code 0 |
| |
| 71 | 2026-07-20T18:42:54.166Z | starting task 2: "authentication" |
| 72 | 2026-07-20T18:42:54.182Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T18:42:54.189Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T18:42:54.192Z | + mkdir -p /work/oxidecomputer/dendrite |
| 75 | 2026-07-20T18:42:54.195Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 76 | 2026-07-20T18:42:54.223Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 77 | 2026-07-20T18:42:54.823Z | + cd /work/oxidecomputer/dendrite |
| 78 | 2026-07-20T18:42:54.823Z | + git fetch origin 95f78966ee3be05782462508f4f03a82289fe73f |
| 79 | 2026-07-20T18:42:55.071Z | From https://github.com/oxidecomputer/dendrite |
| 80 | 2026-07-20T18:42:55.072Z | * branch 95f78966ee3be05782462508f4f03a82289fe73f -> FETCH_HEAD |
| 81 | 2026-07-20T18:42:55.083Z | + [[ -n '' ]] |
| 82 | 2026-07-20T18:42:55.083Z | + git reset --hard 95f78966ee3be05782462508f4f03a82289fe73f |
| 83 | 2026-07-20T18:42:55.086Z | HEAD is now at 95f7896 fmt |
| 84 | 2026-07-20T18:42:55.086Z | process exited: duration 888 ms, exit code 0 |
| |
| 85 | 2026-07-20T18:42:55.096Z | starting task 4: "build" |
| 86 | 2026-07-20T18:42:55.099Z | + source .github/buildomat/common.sh |
| 87 | 2026-07-20T18:42:55.099Z | ++ TOFINO_STAGES=20 |
| 88 | 2026-07-20T18:42:55.099Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 89 | 2026-07-20T18:42:55.099Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 90 | 2026-07-20T18:42:55.099Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 91 | 2026-07-20T18:42:55.099Z | +++ uname -s |
| 92 | 2026-07-20T18:42:55.105Z | ++ '[' SunOS == SunOS ']' |
| 93 | 2026-07-20T18:42:55.105Z | ++ SERIES=illumos |
| 94 | 2026-07-20T18:42:55.105Z | +++ uname -s |
| 95 | 2026-07-20T18:42:55.105Z | ++ '[' SunOS == SunOS ']' |
| 96 | 2026-07-20T18:42:55.105Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 97 | 2026-07-20T18:42:55.105Z | ++ rustup show active-toolchain |
| 98 | 2026-07-20T18:42:55.108Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 99 | 2026-07-20T18:42:55.108Z | + source .github/buildomat/illumos.sh |
| 100 | 2026-07-20T18:42:55.108Z | ++ banner 'sde setup' |
| 101 | 2026-07-20T18:42:55.111Z | |
| 102 | 2026-07-20T18:42:55.111Z | #### ##### ###### #### ###### ##### # # ##### |
| 103 | 2026-07-20T18:42:55.111Z | # # # # # # # # # # # |
| 104 | 2026-07-20T18:42:55.111Z | #### # # ##### #### ##### # # # # # |
| 105 | 2026-07-20T18:42:55.111Z | # # # # # # # # # ##### |
| 106 | 2026-07-20T18:42:55.111Z | # # # # # # # # # # # # |
| 107 | 2026-07-20T18:42:55.111Z | #### ##### ###### #### ###### # #### # |
| 108 | 2026-07-20T18:42:55.111Z | |
| 109 | 2026-07-20T18:42:55.111Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 110 | 2026-07-20T18:42:55.111Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 111 | 2026-07-20T18:42:55.111Z | ++ export PKG=tofino_sde.p5p |
| 112 | 2026-07-20T18:42:55.111Z | ++ PKG=tofino_sde.p5p |
| 113 | 2026-07-20T18:42:55.111Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 114 | 2026-07-20T18:42:55.116Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 115 | 2026-07-20T18:42:55.120Z | Dload Upload Total Spent Left Speed |
| 116 | 2026-07-20T18:42:57.796Z |
0 0 0 0 0 0 0 0 0
15 76.03M 15 11.58M 0 0 7.43M 0 00:10 00:01 00:09 7.43M
85 76.03M 85 64.74M 0 0 25.32M 0 00:03 00:02 00:01 25.32M
100 76.03M 100 76.03M 0 0 28.38M 0 00:02 00:02 25.32M
100 76.03M 100 76.03M 0 0 28.37M 0 00:02 00:02 25.32M
100 76.03M 100 76.03M 0 0 28.37M 0 00:02 00:02 25.32M |
| 117 | 2026-07-20T18:42:57.805Z | +++ digest -a sha256 tofino_sde.p5p |
| 118 | 2026-07-20T18:42:57.846Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 119 | 2026-07-20T18:42:57.846Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 120 | 2026-07-20T18:42:57.846Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 121 | 2026-07-20T18:43:00.430Z | Startup: Refreshing catalog 'helios' ... Done |
| 122 | 2026-07-20T18:43:01.141Z | Startup: Caching catalogs ... Done |
| 123 | 2026-07-20T18:43:01.213Z | Startup: Refreshing catalog 'oxide' ... Done |
| 124 | 2026-07-20T18:43:01.680Z | Planning: Solver setup ... Done |
| 125 | 2026-07-20T18:43:01.715Z | Planning: Running solver ... Done |
| 126 | 2026-07-20T18:43:01.736Z | Planning: Finding local manifests ... Done |
| 127 | 2026-07-20T18:43:01.749Z | Planning: Fetching manifests: 1/1 100% complete |
| 128 | 2026-07-20T18:43:01.756Z | Planning: Fetching manifests: 1/1 100% complete |
| 129 | 2026-07-20T18:43:01.762Z | Planning: Package planning ... Done |
| 130 | 2026-07-20T18:43:01.762Z | Planning: Merging actions ... Done |
| 131 | 2026-07-20T18:43:01.900Z | Planning: Checking for conflicting actions ... Done |
| 132 | 2026-07-20T18:43:01.906Z | Planning: Consolidating action changes ... Done |
| 133 | 2026-07-20T18:43:02.703Z | Planning: Evaluating mediators ... Done |
| 134 | 2026-07-20T18:43:02.710Z | Planning: Planning completed in 2.04 seconds |
| 135 | 2026-07-20T18:43:02.710Z | Packages to install: 1 |
| 136 | 2026-07-20T18:43:02.710Z | Create boot environment: No |
| 137 | 2026-07-20T18:43:02.710Z | Create backup boot environment: No |
| 138 | 2026-07-20T18:43:02.732Z | |
| 139 | 2026-07-20T18:43:02.732Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 140 | 2026-07-20T18:43:02.868Z | Download: Completed 75.30 MB in 0.13 seconds (564M/s) |
| 141 | 2026-07-20T18:43:03.027Z | Actions: 1/293 actions (Installing new actions) |
| 142 | 2026-07-20T18:43:04.002Z | Actions: Completed 293 actions in 0.98 seconds. |
| 143 | 2026-07-20T18:43:04.006Z | Finalize: Updating package state database ... Done |
| 144 | 2026-07-20T18:43:04.048Z | Finalize: Updating package cache ... Done |
| 145 | 2026-07-20T18:43:04.097Z | Finalize: Updating image state ... Done |
| 146 | 2026-07-20T18:43:07.435Z | Finalize: Creating fast lookup database ... Done |
| 147 | 2026-07-20T18:43:07.439Z | Finalize: Reading search index ... Done |
| 148 | 2026-07-20T18:43:07.440Z | Finalize: Updating search index ... Done |
| 149 | 2026-07-20T18:43:07.440Z | Finalize: Updating package cache ... Done |
| 150 | 2026-07-20T18:43:07.440Z | ++ export SDE=/opt/oxide/tofino_sde |
| 151 | 2026-07-20T18:43:07.440Z | ++ SDE=/opt/oxide/tofino_sde |
| 152 | 2026-07-20T18:43:07.440Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 153 | 2026-07-20T18:43:07.440Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 154 | 2026-07-20T18:43:07.440Z | ++ banner packages |
| 155 | 2026-07-20T18:43:07.440Z | |
| 156 | 2026-07-20T18:43:07.440Z | ##### ## #### # # ## #### ###### #### |
| 157 | 2026-07-20T18:43:07.440Z | # # # # # # # # # # # # # # |
| 158 | 2026-07-20T18:43:07.440Z | # # # # # #### # # # ##### #### |
| 159 | 2026-07-20T18:43:07.440Z | ##### ###### # # # ###### # ### # # |
| 160 | 2026-07-20T18:43:07.440Z | # # # # # # # # # # # # # # |
| 161 | 2026-07-20T18:43:07.440Z | # # # #### # # # # #### ###### #### |
| 162 | 2026-07-20T18:43:07.440Z | |
| 163 | 2026-07-20T18:43:07.440Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 164 | 2026-07-20T18:43:07.440Z | Startup: Refreshing catalog 'helios' ... Done |
| 165 | 2026-07-20T18:43:07.440Z | Startup: Refreshing catalog 'oxide' ... Done |
| 166 | 2026-07-20T18:43:08.218Z | Planning: Solver setup ... Done |
| 167 | 2026-07-20T18:43:08.258Z | Planning: Running solver ... Done |
| 168 | 2026-07-20T18:43:08.290Z | Planning: Consolidating action changes ... Done |
| 169 | 2026-07-20T18:43:08.294Z | Planning: Evaluating mediators ... Done |
| 170 | 2026-07-20T18:43:08.294Z | Planning: Planning completed in 0.96 seconds |
| 171 | 2026-07-20T18:43:08.299Z | No updates necessary for this image. |
| 172 | 2026-07-20T18:43:08.397Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 173 | 2026-07-20T18:43:08.618Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2026-07-20T18:43:08.728Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2026-07-20T18:43:08.737Z | Planning: Consolidating action changes ... Done |
| 176 | 2026-07-20T18:43:08.892Z | Planning: Evaluating mediators ... Done |
| 177 | 2026-07-20T18:43:08.895Z | Planning: Planning completed in 0.28 seconds |
| 178 | 2026-07-20T18:43:08.915Z | Mediators to change: 2 |
| 179 | 2026-07-20T18:43:08.915Z | Create boot environment: No |
| 180 | 2026-07-20T18:43:08.921Z | Create backup boot environment: No |
| 181 | 2026-07-20T18:43:08.970Z | Finalize: Updating package state database ... Done |
| 182 | 2026-07-20T18:43:08.970Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-20T18:43:08.994Z | Finalize: Updating image state ... Done |
| 184 | 2026-07-20T18:43:11.031Z | Finalize: Creating fast lookup database ... Done |
| 185 | 2026-07-20T18:43:11.102Z | Finalize: Reading search index ... Done |
| 186 | 2026-07-20T18:43:11.106Z | Finalize: Updating search index ... Done |
| 187 | 2026-07-20T18:43:11.204Z | Finalize: Updating package cache ... Done |
| 188 | 2026-07-20T18:43:11.279Z | ++ cargo --version |
| 189 | 2026-07-20T18:43:11.283Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 190 | 2026-07-20T18:43:11.287Z | ++ rustc --version |
| 191 | 2026-07-20T18:43:11.309Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 192 | 2026-07-20T18:43:11.323Z | + banner copyrights |
| 193 | 2026-07-20T18:43:11.323Z | |
| 194 | 2026-07-20T18:43:11.323Z | #### #### ##### # # ##### # #### # # ##### #### |
| 195 | 2026-07-20T18:43:11.323Z | # # # # # # # # # # # # # # # # # |
| 196 | 2026-07-20T18:43:11.323Z | # # # # # # # # # # ###### # #### |
| 197 | 2026-07-20T18:43:11.323Z | # # # ##### # ##### # # ### # # # # |
| 198 | 2026-07-20T18:43:11.323Z | # # # # # # # # # # # # # # # # |
| 199 | 2026-07-20T18:43:11.323Z | #### #### # # # # # #### # # # #### |
| 200 | 2026-07-20T18:43:11.323Z | |
| 201 | 2026-07-20T18:43:11.323Z | + ./tools/check_copyrights.sh |
| 202 | 2026-07-20T18:43:11.612Z | common/src/illumos.rs: Copyright with wrong year |
| 203 | 2026-07-20T18:43:12.413Z | dpd/p4/headers.p4: Copyright with wrong year |
| 204 | 2026-07-20T18:43:12.890Z | packet/src/eth.rs: Copyright with wrong year |
| 205 | 2026-07-20T18:43:13.336Z | pcap/build.rs: Copyright with wrong year |
| 206 | 2026-07-20T18:43:13.342Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 207 | 2026-07-20T18:43:13.399Z | + banner clippy |
| 208 | 2026-07-20T18:43:13.404Z | |
| 209 | 2026-07-20T18:43:13.404Z | #### # # ##### ##### # # |
| 210 | 2026-07-20T18:43:13.404Z | # # # # # # # # # # |
| 211 | 2026-07-20T18:43:13.404Z | # # # # # # # # |
| 212 | 2026-07-20T18:43:13.404Z | # # # ##### ##### # |
| 213 | 2026-07-20T18:43:13.404Z | # # # # # # # |
| 214 | 2026-07-20T18:43:13.404Z | #### ###### # # # # |
| 215 | 2026-07-20T18:43:13.404Z | |
| 216 | 2026-07-20T18:43:13.404Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 217 | 2026-07-20T18:43:13.404Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 218 | 2026-07-20T18:43:13.594Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 219 | 2026-07-20T18:43:23.694Z | Updating crates.io index |
| 220 | 2026-07-20T18:43:23.732Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 221 | 2026-07-20T18:43:24.212Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 222 | 2026-07-20T18:43:24.940Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 223 | 2026-07-20T18:43:25.269Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 224 | 2026-07-20T18:43:25.537Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 225 | 2026-07-20T18:43:26.819Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 226 | 2026-07-20T18:43:27.154Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 227 | 2026-07-20T18:43:27.384Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 228 | 2026-07-20T18:43:27.667Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 229 | 2026-07-20T18:43:28.072Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 230 | 2026-07-20T18:43:28.299Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 231 | 2026-07-20T18:43:28.601Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 232 | 2026-07-20T18:43:29.051Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 233 | 2026-07-20T18:43:29.388Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 234 | 2026-07-20T18:43:29.709Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 235 | 2026-07-20T18:43:30.397Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 236 | 2026-07-20T18:43:30.598Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 237 | 2026-07-20T18:43:30.930Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 238 | 2026-07-20T18:43:31.396Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 239 | 2026-07-20T18:43:31.930Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 240 | 2026-07-20T18:43:32.184Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 241 | 2026-07-20T18:43:33.962Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 242 | 2026-07-20T18:43:34.280Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-07-20T18:43:34.899Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2026-07-20T18:43:36.280Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 245 | 2026-07-20T18:43:36.943Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 246 | 2026-07-20T18:43:37.199Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 247 | 2026-07-20T18:43:37.579Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 248 | 2026-07-20T18:43:39.504Z | Downloading crates ... |
| 249 | 2026-07-20T18:43:39.567Z | Downloaded adler2 v2.0.1 |
| 250 | 2026-07-20T18:43:39.571Z | Downloaded async-stream v0.3.6 |
| 251 | 2026-07-20T18:43:39.575Z | Downloaded async-recursion v1.1.1 |
| 252 | 2026-07-20T18:43:39.586Z | Downloaded base16ct v0.2.0 |
| 253 | 2026-07-20T18:43:39.596Z | Downloaded dof v0.4.0 |
| 254 | 2026-07-20T18:43:39.596Z | Downloaded data-encoding v2.9.0 |
| 255 | 2026-07-20T18:43:39.596Z | Downloaded cpufeatures v0.3.0 |
| 256 | 2026-07-20T18:43:39.596Z | Downloaded heck v0.4.1 |
| 257 | 2026-07-20T18:43:39.599Z | Downloaded globset v0.4.16 |
| 258 | 2026-07-20T18:43:39.604Z | Downloaded embedded-io v0.6.1 |
| 259 | 2026-07-20T18:43:39.604Z | Downloaded float-ord v0.3.2 |
| 260 | 2026-07-20T18:43:39.608Z | Downloaded hash32 v0.3.1 |
| 261 | 2026-07-20T18:43:39.608Z | Downloaded group v0.13.0 |
| 262 | 2026-07-20T18:43:39.608Z | Downloaded crossbeam-utils v0.8.21 |
| 263 | 2026-07-20T18:43:39.611Z | Downloaded highway v1.3.0 |
| 264 | 2026-07-20T18:43:39.614Z | Downloaded clap_lex v1.1.0 |
| 265 | 2026-07-20T18:43:39.617Z | Downloaded atomicwrites v0.4.4 |
| 266 | 2026-07-20T18:43:39.617Z | Downloaded aead v0.5.2 |
| 267 | 2026-07-20T18:43:39.620Z | Downloaded fixedbitset v0.4.2 |
| 268 | 2026-07-20T18:43:39.624Z | Downloaded block-buffer v0.12.0 |
| 269 | 2026-07-20T18:43:39.624Z | Downloaded anstyle-query v1.1.4 |
| 270 | 2026-07-20T18:43:39.627Z | Downloaded critical-section v1.2.0 |
| 271 | 2026-07-20T18:43:39.630Z | Downloaded getrandom v0.3.3 |
| 272 | 2026-07-20T18:43:39.633Z | Downloaded compression-core v0.4.32 |
| 273 | 2026-07-20T18:43:39.633Z | Downloaded block-buffer v0.10.4 |
| 274 | 2026-07-20T18:43:39.637Z | Downloaded embedded-io v0.4.0 |
| 275 | 2026-07-20T18:43:39.637Z | Downloaded cpufeatures v0.2.17 |
| 276 | 2026-07-20T18:43:39.640Z | Downloaded ff v0.13.1 |
| 277 | 2026-07-20T18:43:39.642Z | Downloaded hybrid-array v0.4.12 |
| 278 | 2026-07-20T18:43:39.645Z | Downloaded heck v0.5.0 |
| 279 | 2026-07-20T18:43:39.645Z | Downloaded enum-as-inner v0.6.1 |
| 280 | 2026-07-20T18:43:39.647Z | Downloaded crc8 v0.1.1 |
| 281 | 2026-07-20T18:43:39.651Z | Downloaded async-stream-impl v0.3.6 |
| 282 | 2026-07-20T18:43:39.651Z | Downloaded futures-macro v0.3.32 |
| 283 | 2026-07-20T18:43:39.654Z | Downloaded getrandom v0.4.2 |
| 284 | 2026-07-20T18:43:39.658Z | Downloaded foreign-types v0.5.0 |
| 285 | 2026-07-20T18:43:39.658Z | Downloaded form_urlencoded v1.2.2 |
| 286 | 2026-07-20T18:43:39.662Z | Downloaded arrayref v0.3.9 |
| 287 | 2026-07-20T18:43:39.662Z | Downloaded dtrace-parser v0.3.0 |
| 288 | 2026-07-20T18:43:39.665Z | Downloaded hostname v0.3.1 |
| 289 | 2026-07-20T18:43:39.665Z | Downloaded fastrand v2.3.0 |
| 290 | 2026-07-20T18:43:39.667Z | Downloaded dtrace-parser v0.2.0 |
| 291 | 2026-07-20T18:43:39.672Z | Downloaded git-stub v1.0.0 |
| 292 | 2026-07-20T18:43:39.672Z | Downloaded gethostname v0.5.0 |
| 293 | 2026-07-20T18:43:39.675Z | Downloaded foreign-types-shared v0.1.1 |
| 294 | 2026-07-20T18:43:39.675Z | Downloaded ciborium-io v0.2.2 |
| 295 | 2026-07-20T18:43:39.678Z | Downloaded dof v0.3.0 |
| 296 | 2026-07-20T18:43:39.678Z | Downloaded crossbeam-deque v0.8.6 |
| 297 | 2026-07-20T18:43:39.682Z | Downloaded colored v3.1.1 |
| 298 | 2026-07-20T18:43:39.682Z | Downloaded clap v4.6.1 |
| 299 | 2026-07-20T18:43:39.688Z | Downloaded http-body v1.0.1 |
| 300 | 2026-07-20T18:43:39.690Z | Downloaded hostname v0.4.2 |
| 301 | 2026-07-20T18:43:39.695Z | Downloaded hex v0.4.3 |
| 302 | 2026-07-20T18:43:39.695Z | Downloaded defmt v0.3.100 |
| 303 | 2026-07-20T18:43:39.698Z | Downloaded httpdate v1.0.3 |
| 304 | 2026-07-20T18:43:39.698Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-07-20T18:43:39.698Z | Downloaded futures-task v0.3.32 |
| 306 | 2026-07-20T18:43:39.701Z | Downloaded futures-io v0.3.32 |
| 307 | 2026-07-20T18:43:39.701Z | Downloaded hubpack_derive v0.1.1 |
| 308 | 2026-07-20T18:43:39.704Z | Downloaded hyper-tls v0.6.0 |
| 309 | 2026-07-20T18:43:39.704Z | Downloaded futures-core v0.3.32 |
| 310 | 2026-07-20T18:43:39.708Z | Downloaded foreign-types v0.3.2 |
| 311 | 2026-07-20T18:43:39.708Z | Downloaded crucible-workspace-hack v0.1.0 |
| 312 | 2026-07-20T18:43:39.711Z | Downloaded hubpack v0.1.2 |
| 313 | 2026-07-20T18:43:39.711Z | Downloaded idna_adapter v1.2.1 |
| 314 | 2026-07-20T18:43:39.716Z | Downloaded dyn-clone v1.0.20 |
| 315 | 2026-07-20T18:43:39.716Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 316 | 2026-07-20T18:43:39.719Z | Downloaded foreign-types-shared v0.3.1 |
| 317 | 2026-07-20T18:43:39.719Z | Downloaded indent_write v2.2.0 |
| 318 | 2026-07-20T18:43:39.720Z | Downloaded instant v0.1.13 |
| 319 | 2026-07-20T18:43:39.723Z | Downloaded inout v0.1.4 |
| 320 | 2026-07-20T18:43:39.723Z | Downloaded cmake v0.1.54 |
| 321 | 2026-07-20T18:43:39.727Z | Downloaded futures-sink v0.3.32 |
| 322 | 2026-07-20T18:43:39.727Z | Downloaded ident_case v1.0.1 |
| 323 | 2026-07-20T18:43:39.730Z | Downloaded debug-ignore v1.0.5 |
| 324 | 2026-07-20T18:43:39.730Z | Downloaded clang-sys v1.8.1 |
| 325 | 2026-07-20T18:43:39.733Z | Downloaded fs-err v3.1.2 |
| 326 | 2026-07-20T18:43:39.737Z | Downloaded find-msvc-tools v0.1.9 |
| 327 | 2026-07-20T18:43:39.737Z | Downloaded futures-executor v0.3.32 |
| 328 | 2026-07-20T18:43:39.740Z | Downloaded derive-ex v0.1.8 |
| 329 | 2026-07-20T18:43:39.740Z | Downloaded constant_time_eq v0.3.1 |
| 330 | 2026-07-20T18:43:39.745Z | Downloaded is_terminal_polyfill v1.70.1 |
| 331 | 2026-07-20T18:43:39.745Z | Downloaded itoa v1.0.15 |
| 332 | 2026-07-20T18:43:39.748Z | Downloaded is_ci v1.2.0 |
| 333 | 2026-07-20T18:43:39.748Z | Downloaded lazy_static v1.5.0 |
| 334 | 2026-07-20T18:43:39.751Z | Downloaded is-terminal v0.4.16 |
| 335 | 2026-07-20T18:43:39.751Z | Downloaded kstat-rs v0.2.4 |
| 336 | 2026-07-20T18:43:39.754Z | Downloaded lru-slab v0.1.2 |
| 337 | 2026-07-20T18:43:39.754Z | Downloaded lru-cache v0.1.2 |
| 338 | 2026-07-20T18:43:39.757Z | Downloaded match_cfg v0.1.0 |
| 339 | 2026-07-20T18:43:39.757Z | Downloaded memoffset v0.9.1 |
| 340 | 2026-07-20T18:43:39.759Z | Downloaded managed v0.8.0 |
| 341 | 2026-07-20T18:43:39.759Z | Downloaded daft v0.1.5 |
| 342 | 2026-07-20T18:43:39.762Z | Downloaded mime v0.3.17 |
| 343 | 2026-07-20T18:43:39.766Z | Downloaded const_format_proc_macros v0.2.34 |
| 344 | 2026-07-20T18:43:39.766Z | Downloaded chacha20 v0.9.1 |
| 345 | 2026-07-20T18:43:39.768Z | Downloaded base64ct v1.8.0 |
| 346 | 2026-07-20T18:43:39.771Z | Downloaded http-body-util v0.1.3 |
| 347 | 2026-07-20T18:43:39.771Z | Downloaded deranged v0.5.3 |
| 348 | 2026-07-20T18:43:39.775Z | Downloaded csv-core v0.1.12 |
| 349 | 2026-07-20T18:43:39.779Z | Downloaded bitflags v1.3.2 |
| 350 | 2026-07-20T18:43:39.779Z | Downloaded humantime v2.3.0 |
| 351 | 2026-07-20T18:43:39.782Z | Downloaded digest v0.10.7 |
| 352 | 2026-07-20T18:43:39.782Z | Downloaded foldhash v0.1.5 |
| 353 | 2026-07-20T18:43:39.786Z | Downloaded filetime v0.2.26 |
| 354 | 2026-07-20T18:43:39.786Z | Downloaded defmt v1.0.1 |
| 355 | 2026-07-20T18:43:39.789Z | Downloaded ingot-types v0.1.2 |
| 356 | 2026-07-20T18:43:39.792Z | Downloaded newtype_derive v0.1.6 |
| 357 | 2026-07-20T18:43:39.792Z | Downloaded newtype-uuid-macros v0.1.0 |
| 358 | 2026-07-20T18:43:39.795Z | Downloaded memmap v0.7.0 |
| 359 | 2026-07-20T18:43:39.795Z | Downloaded compression-codecs v0.4.32 |
| 360 | 2026-07-20T18:43:39.798Z | Downloaded num-derive v0.4.2 |
| 361 | 2026-07-20T18:43:39.801Z | Downloaded getrandom v0.2.16 |
| 362 | 2026-07-20T18:43:39.804Z | Downloaded newline-converter v0.3.0 |
| 363 | 2026-07-20T18:43:39.804Z | Downloaded bcs v0.1.6 |
| 364 | 2026-07-20T18:43:39.807Z | Downloaded num-conv v0.2.1 |
| 365 | 2026-07-20T18:43:39.807Z | Downloaded num-iter v0.1.45 |
| 366 | 2026-07-20T18:43:39.812Z | Downloaded num v0.4.3 |
| 367 | 2026-07-20T18:43:39.812Z | Downloaded ipnetwork v0.21.1 |
| 368 | 2026-07-20T18:43:39.816Z | Downloaded glob v0.3.3 |
| 369 | 2026-07-20T18:43:39.816Z | Downloaded olpc-cjson v0.1.4 |
| 370 | 2026-07-20T18:43:39.816Z | Downloaded linear-map v1.2.0 |
| 371 | 2026-07-20T18:43:39.819Z | Downloaded libsw v3.5.0 |
| 372 | 2026-07-20T18:43:39.819Z | Downloaded libloading v0.8.9 |
| 373 | 2026-07-20T18:43:39.822Z | Downloaded opaque-debug v0.3.1 |
| 374 | 2026-07-20T18:43:39.822Z | Downloaded omicron-workspace-hack v0.1.0 |
| 375 | 2026-07-20T18:43:39.824Z | Downloaded num_threads v0.1.7 |
| 376 | 2026-07-20T18:43:39.825Z | Downloaded openssl-probe v0.1.6 |
| 377 | 2026-07-20T18:43:39.828Z | Downloaded openssl-macros v0.1.1 |
| 378 | 2026-07-20T18:43:39.828Z | Downloaded percent-encoding v2.3.2 |
| 379 | 2026-07-20T18:43:39.828Z | Downloaded num_enum_derive v0.5.11 |
| 380 | 2026-07-20T18:43:39.831Z | Downloaded parse-display v0.10.0 |
| 381 | 2026-07-20T18:43:39.831Z | Downloaded phf_shared v0.12.1 |
| 382 | 2026-07-20T18:43:39.834Z | Downloaded lock_api v0.4.14 |
| 383 | 2026-07-20T18:43:39.834Z | Downloaded futures-channel v0.3.32 |
| 384 | 2026-07-20T18:43:39.838Z | Downloaded jobserver v0.1.34 |
| 385 | 2026-07-20T18:43:39.838Z | Downloaded bitflags v2.11.1 |
| 386 | 2026-07-20T18:43:39.841Z | Downloaded hmac v0.12.1 |
| 387 | 2026-07-20T18:43:39.844Z | Downloaded darling v0.21.3 |
| 388 | 2026-07-20T18:43:39.847Z | Downloaded anstream v1.0.0 |
| 389 | 2026-07-20T18:43:39.850Z | Downloaded displaydoc v0.2.5 |
| 390 | 2026-07-20T18:43:39.850Z | Downloaded daft-derive v0.1.5 |
| 391 | 2026-07-20T18:43:39.853Z | Downloaded clap_derive v4.6.1 |
| 392 | 2026-07-20T18:43:39.856Z | Downloaded hyper-rustls v0.27.7 |
| 393 | 2026-07-20T18:43:39.860Z | Downloaded httparse v1.10.1 |
| 394 | 2026-07-20T18:43:39.863Z | Downloaded ingot-macros v0.1.1 |
| 395 | 2026-07-20T18:43:39.863Z | Downloaded camino v1.2.3 |
| 396 | 2026-07-20T18:43:39.866Z | Downloaded libsw-core v0.3.2 |
| 397 | 2026-07-20T18:43:39.866Z | Downloaded newtype-uuid v1.3.2 |
| 398 | 2026-07-20T18:43:39.869Z | Downloaded plain v0.2.3 |
| 399 | 2026-07-20T18:43:39.869Z | Downloaded potential_utf v0.1.3 |
| 400 | 2026-07-20T18:43:39.869Z | Downloaded libscf-sys v1.2.0 |
| 401 | 2026-07-20T18:43:39.873Z | Downloaded ipnet v2.11.0 |
| 402 | 2026-07-20T18:43:39.873Z | Downloaded ingot v0.1.1 |
| 403 | 2026-07-20T18:43:39.876Z | Downloaded proc-macro-crate v1.3.1 |
| 404 | 2026-07-20T18:43:39.876Z | Downloaded num-complex v0.4.6 |
| 405 | 2026-07-20T18:43:39.879Z | Downloaded dropshot_endpoint v0.17.1 |
| 406 | 2026-07-20T18:43:39.882Z | Downloaded powerfmt v0.2.0 |
| 407 | 2026-07-20T18:43:39.882Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 408 | 2026-07-20T18:43:39.885Z | Downloaded num-integer v0.1.46 |
| 409 | 2026-07-20T18:43:39.885Z | Downloaded proc-macro-error-attr v1.0.4 |
| 410 | 2026-07-20T18:43:39.889Z | Downloaded progenitor-client v0.11.1 |
| 411 | 2026-07-20T18:43:39.889Z | Downloaded pretty-hex v0.4.1 |
| 412 | 2026-07-20T18:43:39.889Z | Downloaded progenitor-client v0.10.0 |
| 413 | 2026-07-20T18:43:39.894Z | Downloaded num-rational v0.4.2 |
| 414 | 2026-07-20T18:43:39.894Z | Downloaded num_enum v0.7.5 |
| 415 | 2026-07-20T18:43:39.897Z | Downloaded num_enum_derive v0.7.5 |
| 416 | 2026-07-20T18:43:39.897Z | Downloaded oxide-tokio-rt v0.1.2 |
| 417 | 2026-07-20T18:43:39.900Z | Downloaded litemap v0.8.0 |
| 418 | 2026-07-20T18:43:39.901Z | Downloaded digest v0.11.3 |
| 419 | 2026-07-20T18:43:39.905Z | Downloaded progenitor-macro v0.11.1 |
| 420 | 2026-07-20T18:43:39.905Z | Downloaded rand_chacha v0.3.1 |
| 421 | 2026-07-20T18:43:39.908Z | Downloaded quick-error v1.2.3 |
| 422 | 2026-07-20T18:43:39.909Z | Downloaded progenitor-macro v0.14.0 |
| 423 | 2026-07-20T18:43:39.909Z | Downloaded progenitor-macro v0.10.0 |
| 424 | 2026-07-20T18:43:39.909Z | Downloaded progenitor-client v0.14.0 |
| 425 | 2026-07-20T18:43:39.912Z | Downloaded parse-display-derive v0.10.0 |
| 426 | 2026-07-20T18:43:39.912Z | Downloaded cookie v0.18.1 |
| 427 | 2026-07-20T18:43:39.915Z | Downloaded rand_xorshift v0.4.0 |
| 428 | 2026-07-20T18:43:39.915Z | Downloaded crossbeam-epoch v0.9.18 |
| 429 | 2026-07-20T18:43:39.926Z | Downloaded phf v0.12.1 |
| 430 | 2026-07-20T18:43:39.926Z | Downloaded pest_generator v2.8.2 |
| 431 | 2026-07-20T18:43:39.926Z | Downloaded pem v3.0.5 |
| 432 | 2026-07-20T18:43:39.926Z | Downloaded dropshot_endpoint v0.16.7 |
| 433 | 2026-07-20T18:43:39.926Z | Downloaded elliptic-curve v0.13.8 |
| 434 | 2026-07-20T18:43:39.926Z | Downloaded native-tls v0.2.14 |
| 435 | 2026-07-20T18:43:39.936Z | Downloaded half v2.7.1 |
| 436 | 2026-07-20T18:43:39.936Z | Downloaded iana-time-zone v0.1.64 |
| 437 | 2026-07-20T18:43:39.936Z | Downloaded pin-project-lite v0.2.16 |
| 438 | 2026-07-20T18:43:39.939Z | Downloaded pkg-config v0.3.32 |
| 439 | 2026-07-20T18:43:39.940Z | Downloaded icu_normalizer v2.0.0 |
| 440 | 2026-07-20T18:43:39.944Z | Downloaded const_format v0.2.34 |
| 441 | 2026-07-20T18:43:39.944Z | Downloaded icu_provider v2.0.0 |
| 442 | 2026-07-20T18:43:39.948Z | Downloaded ref-cast-impl v1.0.25 |
| 443 | 2026-07-20T18:43:39.948Z | Downloaded poly1305 v0.8.0 |
| 444 | 2026-07-20T18:43:39.952Z | Downloaded ref-cast v1.0.25 |
| 445 | 2026-07-20T18:43:39.952Z | Downloaded rustc-hash v2.1.1 |
| 446 | 2026-07-20T18:43:39.952Z | Downloaded rustc_version v0.4.1 |
| 447 | 2026-07-20T18:43:39.996Z | Downloaded progenitor v0.11.1 |
| 448 | 2026-07-20T18:43:39.996Z | Downloaded proc-macro-error v1.0.4 |
| 449 | 2026-07-20T18:43:39.996Z | Downloaded num_enum v0.5.11 |
| 450 | 2026-07-20T18:43:39.996Z | Downloaded same-file v1.0.6 |
| 451 | 2026-07-20T18:43:39.996Z | Downloaded progenitor v0.10.0 |
| 452 | 2026-07-20T18:43:39.996Z | Downloaded proc-macro-error2 v2.0.1 |
| 453 | 2026-07-20T18:43:39.996Z | Downloaded omicron-zone-package v0.12.2 |
| 454 | 2026-07-20T18:43:39.996Z | Downloaded progenitor v0.14.0 |
| 455 | 2026-07-20T18:43:39.996Z | Downloaded parking_lot_core v0.9.12 |
| 456 | 2026-07-20T18:43:39.996Z | Downloaded paste v1.0.15 |
| 457 | 2026-07-20T18:43:39.997Z | Downloaded scopeguard v1.2.0 |
| 458 | 2026-07-20T18:43:39.997Z | Downloaded scroll_derive v0.12.1 |
| 459 | 2026-07-20T18:43:39.997Z | Downloaded parking_lot v0.12.5 |
| 460 | 2026-07-20T18:43:39.997Z | Downloaded once_cell v1.21.3 |
| 461 | 2026-07-20T18:43:39.997Z | Downloaded pest_meta v2.8.2 |
| 462 | 2026-07-20T18:43:39.997Z | Downloaded rand_core v0.9.3 |
| 463 | 2026-07-20T18:43:39.997Z | Downloaded chacha20poly1305 v0.10.1 |
| 464 | 2026-07-20T18:43:39.997Z | Downloaded quote v1.0.45 |
| 465 | 2026-07-20T18:43:39.997Z | Downloaded serde-big-array v0.5.1 |
| 466 | 2026-07-20T18:43:39.997Z | Downloaded secrecy v0.10.3 |
| 467 | 2026-07-20T18:43:39.997Z | Downloaded icu_normalizer_data v2.0.0 |
| 468 | 2026-07-20T18:43:39.997Z | Downloaded rand_core v0.6.4 |
| 469 | 2026-07-20T18:43:39.997Z | Downloaded futures-util v0.3.32 |
| 470 | 2026-07-20T18:43:40.003Z | Downloaded semver v0.1.20 |
| 471 | 2026-07-20T18:43:40.007Z | Downloaded rand_chacha v0.9.0 |
| 472 | 2026-07-20T18:43:40.007Z | Downloaded resolv-conf v0.7.5 |
| 473 | 2026-07-20T18:43:40.007Z | Downloaded icu_locale_core v2.0.0 |
| 474 | 2026-07-20T18:43:40.011Z | Downloaded password-hash v0.5.0 |
| 475 | 2026-07-20T18:43:40.011Z | Downloaded derive-where v1.6.0 |
| 476 | 2026-07-20T18:43:40.014Z | Downloaded serde_spanned v0.6.9 |
| 477 | 2026-07-20T18:43:40.014Z | Downloaded serde_repr v0.1.20 |
| 478 | 2026-07-20T18:43:40.017Z | Downloaded search_path v0.1.4 |
| 479 | 2026-07-20T18:43:40.017Z | Downloaded scroll_derive v0.13.1 |
| 480 | 2026-07-20T18:43:40.017Z | Downloaded bytes v1.12.0 |
| 481 | 2026-07-20T18:43:40.020Z | Downloaded postcard v1.1.3 |
| 482 | 2026-07-20T18:43:40.023Z | Downloaded rustc_version v0.1.7 |
| 483 | 2026-07-20T18:43:40.023Z | Downloaded dropshot-api-manager v0.7.2 |
| 484 | 2026-07-20T18:43:40.026Z | Downloaded sha1 v0.11.0 |
| 485 | 2026-07-20T18:43:40.030Z | Downloaded serde_urlencoded v0.7.1 |
| 486 | 2026-07-20T18:43:40.030Z | Downloaded sigpipe v0.1.3 |
| 487 | 2026-07-20T18:43:40.030Z | Downloaded sha1 v0.10.6 |
| 488 | 2026-07-20T18:43:40.033Z | Downloaded rustls-pemfile v2.2.0 |
| 489 | 2026-07-20T18:43:40.033Z | Downloaded num-traits v0.2.19 |
| 490 | 2026-07-20T18:43:40.036Z | Downloaded serde_spanned v1.1.1 |
| 491 | 2026-07-20T18:43:40.036Z | Downloaded rusty-fork v0.3.0 |
| 492 | 2026-07-20T18:43:40.040Z | Downloaded signal-hook-tokio v0.4.0 |
| 493 | 2026-07-20T18:43:40.040Z | Downloaded siphasher v1.0.1 |
| 494 | 2026-07-20T18:43:40.040Z | Downloaded rustversion v1.0.22 |
| 495 | 2026-07-20T18:43:40.046Z | Downloaded papergrid v0.11.0 |
| 496 | 2026-07-20T18:43:40.046Z | Downloaded jiff-static v0.2.15 |
| 497 | 2026-07-20T18:43:40.049Z | Downloaded scroll v0.12.0 |
| 498 | 2026-07-20T18:43:40.049Z | Downloaded schemars_derive v0.8.22 |
| 499 | 2026-07-20T18:43:40.049Z | Downloaded miniz_oxide v0.8.9 |
| 500 | 2026-07-20T18:43:40.052Z | Downloaded oxnet v0.1.6 |
| 501 | 2026-07-20T18:43:40.052Z | Downloaded log v0.4.29 |
| 502 | 2026-07-20T18:43:40.062Z | Downloaded smawk v0.3.2 |
| 503 | 2026-07-20T18:43:40.062Z | Downloaded pest_derive v2.8.2 |
| 504 | 2026-07-20T18:43:40.066Z | Downloaded base64 v0.22.1 |
| 505 | 2026-07-20T18:43:40.066Z | Downloaded scroll v0.13.0 |
| 506 | 2026-07-20T18:43:40.066Z | Downloaded crypto-bigint v0.5.5 |
| 507 | 2026-07-20T18:43:40.066Z | Downloaded stable_deref_trait v1.2.0 |
| 508 | 2026-07-20T18:43:40.070Z | Downloaded darling_core v0.21.3 |
| 509 | 2026-07-20T18:43:40.070Z | Downloaded strum v0.27.2 |
| 510 | 2026-07-20T18:43:40.076Z | Downloaded strum v0.26.3 |
| 511 | 2026-07-20T18:43:40.076Z | Downloaded structmeta-derive v0.3.0 |
| 512 | 2026-07-20T18:43:40.076Z | Downloaded curl v0.4.50 |
| 513 | 2026-07-20T18:43:40.076Z | Downloaded crossbeam-channel v0.5.15 |
| 514 | 2026-07-20T18:43:40.080Z | Downloaded structmeta v0.3.0 |
| 515 | 2026-07-20T18:43:40.080Z | Downloaded supports-color v3.0.2 |
| 516 | 2026-07-20T18:43:40.083Z | Downloaded subtle v2.6.1 |
| 517 | 2026-07-20T18:43:40.083Z | Downloaded strum v0.28.0 |
| 518 | 2026-07-20T18:43:40.083Z | Downloaded strsim v0.11.1 |
| 519 | 2026-07-20T18:43:40.083Z | Downloaded icu_collections v2.0.0 |
| 520 | 2026-07-20T18:43:40.090Z | Downloaded hickory-resolver v0.25.2 |
| 521 | 2026-07-20T18:43:40.090Z | Downloaded heapless v0.8.0 |
| 522 | 2026-07-20T18:43:40.100Z | Downloaded serde_plain v1.0.2 |
| 523 | 2026-07-20T18:43:40.100Z | Downloaded sync_wrapper v1.0.2 |
| 524 | 2026-07-20T18:43:40.100Z | Downloaded tabled_derive v0.11.0 |
| 525 | 2026-07-20T18:43:40.100Z | Downloaded tabled_derive v0.7.0 |
| 526 | 2026-07-20T18:43:40.119Z | Downloaded swrite v0.1.0 |
| 527 | 2026-07-20T18:43:40.119Z | Downloaded tabwriter v1.4.1 |
| 528 | 2026-07-20T18:43:40.119Z | Downloaded serde_path_to_error v0.1.20 |
| 529 | 2026-07-20T18:43:40.119Z | Downloaded testing_table v0.3.0 |
| 530 | 2026-07-20T18:43:40.119Z | Downloaded serde_tokenstream v0.2.3 |
| 531 | 2026-07-20T18:43:40.119Z | Downloaded terminal_size v0.4.3 |
| 532 | 2026-07-20T18:43:40.119Z | Downloaded proc-macro2 v1.0.106 |
| 533 | 2026-07-20T18:43:40.119Z | Downloaded serde_derive_internals v0.29.1 |
| 534 | 2026-07-20T18:43:40.119Z | Downloaded async-compression v0.4.33 |
| 535 | 2026-07-20T18:43:40.119Z | Downloaded take_mut v0.2.2 |
| 536 | 2026-07-20T18:43:40.120Z | Downloaded tagptr v0.2.0 |
| 537 | 2026-07-20T18:43:40.120Z | Downloaded signal-hook-registry v1.4.6 |
| 538 | 2026-07-20T18:43:40.120Z | Downloaded shlex v2.0.1 |
| 539 | 2026-07-20T18:43:40.120Z | Downloaded slog-term v2.9.2 |
| 540 | 2026-07-20T18:43:40.120Z | Downloaded slog-json v2.6.1 |
| 541 | 2026-07-20T18:43:40.120Z | Downloaded shlex v1.3.0 |
| 542 | 2026-07-20T18:43:40.120Z | Downloaded ryu v1.0.20 |
| 543 | 2026-07-20T18:43:40.134Z | Downloaded ppv-lite86 v0.2.21 |
| 544 | 2026-07-20T18:43:40.134Z | Downloaded termtree v0.5.1 |
| 545 | 2026-07-20T18:43:40.134Z | Downloaded thread-id v5.0.0 |
| 546 | 2026-07-20T18:43:40.134Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 547 | 2026-07-20T18:43:40.134Z | Downloaded flate2 v1.1.2 |
| 548 | 2026-07-20T18:43:40.134Z | Downloaded thread-id v4.2.2 |
| 549 | 2026-07-20T18:43:40.134Z | Downloaded semver v1.0.28 |
| 550 | 2026-07-20T18:43:40.134Z | Downloaded papergrid v0.17.0 |
| 551 | 2026-07-20T18:43:40.134Z | Downloaded progenitor-impl v0.11.1 |
| 552 | 2026-07-20T18:43:40.141Z | Downloaded progenitor-impl v0.10.0 |
| 553 | 2026-07-20T18:43:40.141Z | Downloaded cc v1.2.64 |
| 554 | 2026-07-20T18:43:40.141Z | Downloaded quinn-udp v0.5.14 |
| 555 | 2026-07-20T18:43:40.141Z | Downloaded pin-project v1.1.10 |
| 556 | 2026-07-20T18:43:40.159Z | Downloaded tinyvec_macros v0.1.1 |
| 557 | 2026-07-20T18:43:40.160Z | Downloaded time-core v0.1.8 |
| 558 | 2026-07-20T18:43:40.160Z | Downloaded strum_macros v0.26.4 |
| 559 | 2026-07-20T18:43:40.160Z | Downloaded snafu-derive v0.8.9 |
| 560 | 2026-07-20T18:43:40.160Z | Downloaded openssl-sys v0.9.117 |
| 561 | 2026-07-20T18:43:40.160Z | Downloaded synstructure v0.13.2 |
| 562 | 2026-07-20T18:43:40.160Z | Downloaded strum_macros v0.28.0 |
| 563 | 2026-07-20T18:43:40.160Z | Downloaded hashbrown v0.12.3 |
| 564 | 2026-07-20T18:43:40.160Z | Downloaded hickory-resolver v0.24.4 |
| 565 | 2026-07-20T18:43:40.182Z | Downloaded strum_macros v0.27.2 |
| 566 | 2026-07-20T18:43:40.182Z | Downloaded expectorate v1.2.0 |
| 567 | 2026-07-20T18:43:40.182Z | Downloaded minimal-lexical v0.2.1 |
| 568 | 2026-07-20T18:43:40.182Z | Downloaded smf v0.2.3 |
| 569 | 2026-07-20T18:43:40.182Z | Downloaded serde_with_macros v3.14.1 |
| 570 | 2026-07-20T18:43:40.182Z | Downloaded rustls-pki-types v1.12.0 |
| 571 | 2026-07-20T18:43:40.182Z | Downloaded prettyplease v0.2.37 |
| 572 | 2026-07-20T18:43:40.183Z | Downloaded indexmap v2.14.0 |
| 573 | 2026-07-20T18:43:40.183Z | Downloaded slog-dtrace v0.3.0 |
| 574 | 2026-07-20T18:43:40.183Z | Downloaded topological-sort v0.2.2 |
| 575 | 2026-07-20T18:43:40.183Z | Downloaded try-lock v0.2.5 |
| 576 | 2026-07-20T18:43:40.183Z | Downloaded tower-service v0.3.3 |
| 577 | 2026-07-20T18:43:40.183Z | Downloaded tower-layer v0.3.3 |
| 578 | 2026-07-20T18:43:40.183Z | Downloaded slog-bunyan v2.5.0 |
| 579 | 2026-07-20T18:43:40.186Z | Downloaded slog-async v2.8.0 |
| 580 | 2026-07-20T18:43:40.186Z | Downloaded sha2 v0.10.9 |
| 581 | 2026-07-20T18:43:40.186Z | Downloaded slab v0.4.11 |
| 582 | 2026-07-20T18:43:40.193Z | Downloaded pin-project-internal v1.1.10 |
| 583 | 2026-07-20T18:43:40.193Z | Downloaded allocator-api2 v0.2.21 |
| 584 | 2026-07-20T18:43:40.193Z | Downloaded schemars v0.8.22 |
| 585 | 2026-07-20T18:43:40.196Z | Downloaded thread_local v1.1.9 |
| 586 | 2026-07-20T18:43:40.210Z | Downloaded unarray v0.1.4 |
| 587 | 2026-07-20T18:43:40.210Z | Downloaded thiserror-impl v1.0.69 |
| 588 | 2026-07-20T18:43:40.210Z | Downloaded spin v0.9.8 |
| 589 | 2026-07-20T18:43:40.210Z | Downloaded thiserror v1.0.69 |
| 590 | 2026-07-20T18:43:40.210Z | Downloaded hashbrown v0.15.5 |
| 591 | 2026-07-20T18:43:40.210Z | Downloaded tokio-macros v2.7.0 |
| 592 | 2026-07-20T18:43:40.210Z | Downloaded rayon-core v1.13.0 |
| 593 | 2026-07-20T18:43:40.230Z | Downloaded progenitor-impl v0.14.0 |
| 594 | 2026-07-20T18:43:40.230Z | Downloaded memchr v2.7.5 |
| 595 | 2026-07-20T18:43:40.230Z | Downloaded unicode-linebreak v0.1.5 |
| 596 | 2026-07-20T18:43:40.230Z | Downloaded typify-macro v0.6.2 |
| 597 | 2026-07-20T18:43:40.230Z | Downloaded thiserror-no-std v2.0.2 |
| 598 | 2026-07-20T18:43:40.230Z | Downloaded tokio-dtrace v0.1.1 |
| 599 | 2026-07-20T18:43:40.230Z | Downloaded untrusted v0.9.0 |
| 600 | 2026-07-20T18:43:40.230Z | Downloaded tokio-native-tls v0.3.1 |
| 601 | 2026-07-20T18:43:40.230Z | Downloaded tinystr v0.8.1 |
| 602 | 2026-07-20T18:43:40.230Z | Downloaded time-macros v0.2.27 |
| 603 | 2026-07-20T18:43:40.230Z | Downloaded static_assertions v1.1.0 |
| 604 | 2026-07-20T18:43:40.230Z | Downloaded thiserror-impl v2.0.18 |
| 605 | 2026-07-20T18:43:40.230Z | Downloaded usdt v0.6.0 |
| 606 | 2026-07-20T18:43:40.230Z | Downloaded usdt v0.5.0 |
| 607 | 2026-07-20T18:43:40.234Z | Downloaded mio v1.2.1 |
| 608 | 2026-07-20T18:43:40.234Z | Downloaded smallvec v1.15.1 |
| 609 | 2026-07-20T18:43:40.234Z | Downloaded futures v0.3.32 |
| 610 | 2026-07-20T18:43:40.238Z | Downloaded toml_datetime v0.6.11 |
| 611 | 2026-07-20T18:43:40.238Z | Downloaded hyper-util v0.1.20 |
| 612 | 2026-07-20T18:43:40.263Z | Downloaded utf8parse v0.2.2 |
| 613 | 2026-07-20T18:43:40.263Z | Downloaded http v1.4.2 |
| 614 | 2026-07-20T18:43:40.263Z | Downloaded usdt-macro v0.6.0 |
| 615 | 2026-07-20T18:43:40.263Z | Downloaded untrusted v0.7.1 |
| 616 | 2026-07-20T18:43:40.263Z | Downloaded universal-hash v0.5.1 |
| 617 | 2026-07-20T18:43:40.263Z | Downloaded multer v3.1.0 |
| 618 | 2026-07-20T18:43:40.263Z | Downloaded memmap2 v0.9.8 |
| 619 | 2026-07-20T18:43:40.263Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 620 | 2026-07-20T18:43:40.263Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 621 | 2026-07-20T18:43:40.263Z | Downloaded term v1.2.0 |
| 622 | 2026-07-20T18:43:40.263Z | Downloaded signal-hook v0.4.4 |
| 623 | 2026-07-20T18:43:40.263Z | Downloaded serde_yaml v0.9.34+deprecated |
| 624 | 2026-07-20T18:43:40.263Z | Downloaded waitgroup v0.1.2 |
| 625 | 2026-07-20T18:43:40.263Z | Downloaded wait-timeout v0.2.1 |
| 626 | 2026-07-20T18:43:40.263Z | Downloaded usdt-macro v0.5.0 |
| 627 | 2026-07-20T18:43:40.263Z | Downloaded want v0.3.1 |
| 628 | 2026-07-20T18:43:40.263Z | Downloaded utf8_iter v1.0.4 |
| 629 | 2026-07-20T18:43:40.264Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 630 | 2026-07-20T18:43:40.264Z | Downloaded toml_write v0.1.2 |
| 631 | 2026-07-20T18:43:40.264Z | Downloaded usdt-attr-macro v0.6.0 |
| 632 | 2026-07-20T18:43:40.264Z | Downloaded indexmap v1.9.3 |
| 633 | 2026-07-20T18:43:40.267Z | Downloaded icu_properties v2.0.1 |
| 634 | 2026-07-20T18:43:40.267Z | Downloaded slog v2.8.2 |
| 635 | 2026-07-20T18:43:40.267Z | Downloaded schemars v0.9.0 |
| 636 | 2026-07-20T18:43:40.273Z | Downloaded rand v0.8.5 |
| 637 | 2026-07-20T18:43:40.277Z | Downloaded xattr v1.6.1 |
| 638 | 2026-07-20T18:43:40.277Z | Downloaded thiserror v2.0.18 |
| 639 | 2026-07-20T18:43:40.281Z | Downloaded clap_builder v4.6.0 |
| 640 | 2026-07-20T18:43:40.296Z | Downloaded zerofrom v0.1.6 |
| 641 | 2026-07-20T18:43:40.296Z | Downloaded yoke-derive v0.8.0 |
| 642 | 2026-07-20T18:43:40.296Z | Downloaded tempfile v3.27.0 |
| 643 | 2026-07-20T18:43:40.296Z | Downloaded quinn v0.11.9 |
| 644 | 2026-07-20T18:43:40.296Z | Downloaded scuffle v0.1.0 |
| 645 | 2026-07-20T18:43:40.296Z | Downloaded typify-macro v0.4.3 |
| 646 | 2026-07-20T18:43:40.296Z | Downloaded tokio-stream v0.1.17 |
| 647 | 2026-07-20T18:43:40.296Z | Downloaded tokio-rustls v0.25.0 |
| 648 | 2026-07-20T18:43:40.296Z | Downloaded socket2 v0.6.4 |
| 649 | 2026-07-20T18:43:40.297Z | Downloaded serde_derive v1.0.228 |
| 650 | 2026-07-20T18:43:40.305Z | Downloaded zeroize_derive v1.4.3 |
| 651 | 2026-07-20T18:43:40.305Z | Downloaded zerofrom-derive v0.1.6 |
| 652 | 2026-07-20T18:43:40.305Z | Downloaded serde_core v1.0.228 |
| 653 | 2026-07-20T18:43:40.305Z | Downloaded drift v0.2.0 |
| 654 | 2026-07-20T18:43:40.313Z | Downloaded toml v0.8.23 |
| 655 | 2026-07-20T18:43:40.313Z | Downloaded tokio-rustls v0.26.4 |
| 656 | 2026-07-20T18:43:40.313Z | Downloaded hkdf v0.12.4 |
| 657 | 2026-07-20T18:43:40.313Z | Downloaded unicode-xid v0.2.6 |
| 658 | 2026-07-20T18:43:40.313Z | Downloaded derive_more v0.99.20 |
| 659 | 2026-07-20T18:43:40.317Z | Downloaded owo-colors v4.3.0 |
| 660 | 2026-07-20T18:43:40.317Z | Downloaded const-oid v0.10.2 |
| 661 | 2026-07-20T18:43:40.317Z | Downloaded zone_cfg_derive v0.3.1 |
| 662 | 2026-07-20T18:43:40.322Z | Downloaded usdt-attr-macro v0.5.0 |
| 663 | 2026-07-20T18:43:40.322Z | Downloaded cancel-safe-futures v0.1.5 |
| 664 | 2026-07-20T18:43:40.322Z | Downloaded anyhow v1.0.102 |
| 665 | 2026-07-20T18:43:40.322Z | Downloaded vsss-rs v3.3.4 |
| 666 | 2026-07-20T18:43:40.326Z | Downloaded version_check v0.9.5 |
| 667 | 2026-07-20T18:43:40.326Z | Downloaded usdt-impl v0.5.0 |
| 668 | 2026-07-20T18:43:40.326Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 669 | 2026-07-20T18:43:40.326Z | Downloaded textwrap v0.16.2 |
| 670 | 2026-07-20T18:43:40.334Z | Downloaded usdt-impl v0.6.0 |
| 671 | 2026-07-20T18:43:40.334Z | Downloaded console v0.15.11 |
| 672 | 2026-07-20T18:43:40.334Z | Downloaded walkdir v2.5.0 |
| 673 | 2026-07-20T18:43:40.334Z | Downloaded async-trait v0.1.89 |
| 674 | 2026-07-20T18:43:40.334Z | Downloaded arrayvec v0.7.6 |
| 675 | 2026-07-20T18:43:40.338Z | Downloaded macaddr v1.0.1 |
| 676 | 2026-07-20T18:43:40.338Z | Downloaded linked-hash-map v0.5.6 |
| 677 | 2026-07-20T18:43:40.338Z | Downloaded keccak v0.1.6 |
| 678 | 2026-07-20T18:43:40.338Z | Downloaded internet-checksum v0.2.1 |
| 679 | 2026-07-20T18:43:40.338Z | Downloaded cipher v0.4.4 |
| 680 | 2026-07-20T18:43:40.343Z | Downloaded tracing-attributes v0.1.30 |
| 681 | 2026-07-20T18:43:40.343Z | Downloaded whoami v1.6.1 |
| 682 | 2026-07-20T18:43:40.343Z | Downloaded test-strategy v0.4.3 |
| 683 | 2026-07-20T18:43:40.347Z | Downloaded similar v2.7.0 |
| 684 | 2026-07-20T18:43:40.347Z | Downloaded snafu v0.8.9 |
| 685 | 2026-07-20T18:43:40.356Z | Downloaded writeable v0.6.1 |
| 686 | 2026-07-20T18:43:40.356Z | Downloaded serde v1.0.228 |
| 687 | 2026-07-20T18:43:40.360Z | Downloaded rand v0.9.3 |
| 688 | 2026-07-20T18:43:40.360Z | Downloaded tinyvec v1.10.0 |
| 689 | 2026-07-20T18:43:40.360Z | Downloaded rustls-webpki v0.103.6 |
| 690 | 2026-07-20T18:43:40.360Z | Downloaded ucd-trie v0.1.7 |
| 691 | 2026-07-20T18:43:40.360Z | Downloaded cexpr v0.6.0 |
| 692 | 2026-07-20T18:43:40.360Z | Downloaded zeroize v1.8.1 |
| 693 | 2026-07-20T18:43:40.378Z | Downloaded backoff v0.4.0 |
| 694 | 2026-07-20T18:43:40.378Z | Downloaded argon2 v0.5.3 |
| 695 | 2026-07-20T18:43:40.378Z | Downloaded fixedbitset v0.5.7 |
| 696 | 2026-07-20T18:43:40.378Z | Downloaded zerovec-derive v0.11.1 |
| 697 | 2026-07-20T18:43:40.378Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 698 | 2026-07-20T18:43:40.378Z | Downloaded toml v0.7.8 |
| 699 | 2026-07-20T18:43:40.378Z | Downloaded anstyle v1.0.14 |
| 700 | 2026-07-20T18:43:40.378Z | Downloaded zmij v1.0.17 |
| 701 | 2026-07-20T18:43:40.378Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 702 | 2026-07-20T18:43:40.379Z | Downloaded zone v0.3.1 |
| 703 | 2026-07-20T18:43:40.379Z | Downloaded iddqd v0.3.18 |
| 704 | 2026-07-20T18:43:40.383Z | Downloaded defmt-parser v1.0.0 |
| 705 | 2026-07-20T18:43:40.383Z | Downloaded crc32fast v1.5.0 |
| 706 | 2026-07-20T18:43:40.383Z | Downloaded vergen v8.3.2 |
| 707 | 2026-07-20T18:43:40.383Z | Downloaded tar v0.4.45 |
| 708 | 2026-07-20T18:43:40.386Z | Downloaded ciborium v0.2.2 |
| 709 | 2026-07-20T18:43:40.386Z | Downloaded blake2 v0.10.6 |
| 710 | 2026-07-20T18:43:40.387Z | Downloaded qorb v0.4.1 |
| 711 | 2026-07-20T18:43:40.399Z | Downloaded itertools v0.12.1 |
| 712 | 2026-07-20T18:43:40.419Z | Downloaded iri-string v0.7.8 |
| 713 | 2026-07-20T18:43:40.419Z | Downloaded typify v0.6.2 |
| 714 | 2026-07-20T18:43:40.419Z | Downloaded yoke v0.8.0 |
| 715 | 2026-07-20T18:43:40.419Z | Downloaded typify v0.4.3 |
| 716 | 2026-07-20T18:43:40.419Z | Downloaded tracing-core v0.1.34 |
| 717 | 2026-07-20T18:43:40.419Z | Downloaded anstyle-parse v1.0.0 |
| 718 | 2026-07-20T18:43:40.419Z | Downloaded fnv v1.0.7 |
| 719 | 2026-07-20T18:43:40.419Z | Downloaded steno v0.4.1 |
| 720 | 2026-07-20T18:43:40.419Z | Downloaded errno v0.3.14 |
| 721 | 2026-07-20T18:43:40.419Z | Downloaded crypto-common v0.2.2 |
| 722 | 2026-07-20T18:43:40.419Z | Downloaded ciborium-ll v0.2.2 |
| 723 | 2026-07-20T18:43:40.419Z | Downloaded foreign-types-macros v0.2.3 |
| 724 | 2026-07-20T18:43:40.420Z | Downloaded dunce v1.0.5 |
| 725 | 2026-07-20T18:43:40.420Z | Downloaded cstr-argument v0.1.2 |
| 726 | 2026-07-20T18:43:40.420Z | Downloaded cobs v0.3.0 |
| 727 | 2026-07-20T18:43:40.420Z | Downloaded darling_macro v0.21.3 |
| 728 | 2026-07-20T18:43:40.420Z | Downloaded colorchoice v1.0.4 |
| 729 | 2026-07-20T18:43:40.420Z | Downloaded cfg_aliases v0.2.1 |
| 730 | 2026-07-20T18:43:40.420Z | Downloaded erased-serde v0.3.31 |
| 731 | 2026-07-20T18:43:40.420Z | Downloaded zerocopy-derive v0.7.35 |
| 732 | 2026-07-20T18:43:40.420Z | Downloaded crypto-common v0.1.6 |
| 733 | 2026-07-20T18:43:40.420Z | Downloaded convert_case v0.4.0 |
| 734 | 2026-07-20T18:43:40.420Z | Downloaded camino-tempfile v1.4.1 |
| 735 | 2026-07-20T18:43:40.420Z | Downloaded bytecount v0.6.9 |
| 736 | 2026-07-20T18:43:40.425Z | Downloaded hashbrown v0.17.1 |
| 737 | 2026-07-20T18:43:40.425Z | Downloaded hashbrown v0.16.1 |
| 738 | 2026-07-20T18:43:40.429Z | Downloaded bit-vec v0.8.0 |
| 739 | 2026-07-20T18:43:40.429Z | Downloaded bit-set v0.8.0 |
| 740 | 2026-07-20T18:43:40.429Z | Downloaded either v1.15.0 |
| 741 | 2026-07-20T18:43:40.429Z | Downloaded unsafe-libyaml v0.2.11 |
| 742 | 2026-07-20T18:43:40.432Z | Downloaded idna v1.1.0 |
| 743 | 2026-07-20T18:43:40.432Z | Downloaded nom v7.1.3 |
| 744 | 2026-07-20T18:43:40.436Z | Downloaded atomic-waker v1.1.2 |
| 745 | 2026-07-20T18:43:40.436Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 746 | 2026-07-20T18:43:40.436Z | Downloaded cfg-if v1.0.4 |
| 747 | 2026-07-20T18:43:40.436Z | Downloaded cargo-platform v0.1.9 |
| 748 | 2026-07-20T18:43:40.439Z | Downloaded uuid v1.23.3 |
| 749 | 2026-07-20T18:43:40.439Z | Downloaded schemars v1.2.0 |
| 750 | 2026-07-20T18:43:40.446Z | Downloaded unicode-ident v1.0.24 |
| 751 | 2026-07-20T18:43:40.449Z | Downloaded libm v0.2.15 |
| 752 | 2026-07-20T18:43:40.453Z | Downloaded git-stub-vcs v0.1.0 |
| 753 | 2026-07-20T18:43:40.456Z | Downloaded foldhash v0.2.0 |
| 754 | 2026-07-20T18:43:40.456Z | Downloaded hyper v1.10.1 |
| 755 | 2026-07-20T18:43:40.461Z | Downloaded fs_extra v1.3.0 |
| 756 | 2026-07-20T18:43:40.461Z | Downloaded cargo_metadata v0.18.1 |
| 757 | 2026-07-20T18:43:40.492Z | Downloaded blake3 v1.8.2 |
| 758 | 2026-07-20T18:43:40.519Z | Downloaded pest v2.8.2 |
| 759 | 2026-07-20T18:43:40.519Z | Downloaded h2 v0.4.14 |
| 760 | 2026-07-20T18:43:40.519Z | Downloaded equivalent v1.0.2 |
| 761 | 2026-07-20T18:43:40.519Z | Downloaded defmt-macros v1.0.1 |
| 762 | 2026-07-20T18:43:40.519Z | Downloaded byteorder v1.5.0 |
| 763 | 2026-07-20T18:43:40.519Z | Downloaded autocfg v1.5.0 |
| 764 | 2026-07-20T18:43:40.519Z | Downloaded toml_edit v0.22.27 |
| 765 | 2026-07-20T18:43:40.519Z | Downloaded itertools v0.14.0 |
| 766 | 2026-07-20T18:43:40.519Z | Downloaded tracing v0.1.41 |
| 767 | 2026-07-20T18:43:40.519Z | Downloaded zerotrie v0.2.2 |
| 768 | 2026-07-20T18:43:40.519Z | Downloaded url v2.5.7 |
| 769 | 2026-07-20T18:43:40.519Z | Downloaded goblin v0.8.2 |
| 770 | 2026-07-20T18:43:40.523Z | Downloaded icu_properties_data v2.0.1 |
| 771 | 2026-07-20T18:43:40.523Z | Downloaded toml_edit v0.19.15 |
| 772 | 2026-07-20T18:43:40.565Z | Downloaded regex v1.12.4 |
| 773 | 2026-07-20T18:43:40.568Z | Downloaded iddqd v0.4.5 |
| 774 | 2026-07-20T18:43:40.568Z | Downloaded tower v0.5.2 |
| 775 | 2026-07-20T18:43:40.568Z | Downloaded reqwest v0.12.23 |
| 776 | 2026-07-20T18:43:40.568Z | Downloaded aho-corasick v1.1.3 |
| 777 | 2026-07-20T18:43:40.568Z | Downloaded reqwest v0.13.2 |
| 778 | 2026-07-20T18:43:40.569Z | Downloaded unicode-segmentation v1.12.0 |
| 779 | 2026-07-20T18:43:40.575Z | Downloaded typenum v1.20.1 |
| 780 | 2026-07-20T18:43:40.582Z | Downloaded git2 v0.19.0 |
| 781 | 2026-07-20T18:43:40.599Z | Downloaded rayon v1.11.0 |
| 782 | 2026-07-20T18:43:40.605Z | Downloaded aws-lc-rs v1.16.2 |
| 783 | 2026-07-20T18:43:40.609Z | Downloaded tokio-util v0.7.16 |
| 784 | 2026-07-20T18:43:40.614Z | Downloaded tower-http v0.6.8 |
| 785 | 2026-07-20T18:43:40.621Z | Downloaded zerocopy-derive v0.8.27 |
| 786 | 2026-07-20T18:43:40.639Z | Downloaded chrono v0.4.45 |
| 787 | 2026-07-20T18:43:40.639Z | Downloaded unicode-normalization v0.1.24 |
| 788 | 2026-07-20T18:43:40.639Z | Downloaded serde_json v1.0.150 |
| 789 | 2026-07-20T18:43:40.639Z | Downloaded zerovec v0.11.4 |
| 790 | 2026-07-20T18:43:40.639Z | Downloaded tough v0.20.0 |
| 791 | 2026-07-20T18:43:40.643Z | Downloaded typed-path v0.9.3 |
| 792 | 2026-07-20T18:43:40.643Z | Downloaded rustls-webpki v0.102.8 |
| 793 | 2026-07-20T18:43:40.653Z | Downloaded proptest v1.8.0 |
| 794 | 2026-07-20T18:43:40.658Z | Downloaded portable-atomic v1.11.1 |
| 795 | 2026-07-20T18:43:40.663Z | Downloaded bindgen v0.72.1 |
| 796 | 2026-07-20T18:43:40.677Z | Downloaded goblin v0.10.1 |
| 797 | 2026-07-20T18:43:40.691Z | Downloaded serde_with v3.14.1 |
| 798 | 2026-07-20T18:43:40.702Z | Downloaded zerocopy v0.7.35 |
| 799 | 2026-07-20T18:43:40.706Z | Downloaded winnow v1.0.3 |
| 800 | 2026-07-20T18:43:40.712Z | Downloaded winnow v0.7.14 |
| 801 | 2026-07-20T18:43:40.716Z | Downloaded quinn-proto v0.11.14 |
| 802 | 2026-07-20T18:43:40.721Z | Downloaded moka v0.12.11 |
| 803 | 2026-07-20T18:43:40.726Z | Downloaded winnow v0.5.40 |
| 804 | 2026-07-20T18:43:40.731Z | Downloaded tabled v0.15.0 |
| 805 | 2026-07-20T18:43:40.739Z | Downloaded curve25519-dalek v4.1.3 |
| 806 | 2026-07-20T18:43:40.744Z | Downloaded hickory-proto v0.24.4 |
| 807 | 2026-07-20T18:43:40.753Z | Downloaded tabled v0.20.0 |
| 808 | 2026-07-20T18:43:40.763Z | Downloaded dropshot v0.17.1 |
| 809 | 2026-07-20T18:43:40.784Z | Downloaded time v0.3.47 |
| 810 | 2026-07-20T18:43:40.790Z | Downloaded zerocopy v0.8.27 |
| 811 | 2026-07-20T18:43:40.802Z | Downloaded vcpkg v0.2.15 |
| 812 | 2026-07-20T18:43:40.825Z | Downloaded unicode-width v0.1.14 |
| 813 | 2026-07-20T18:43:40.874Z | Downloaded smoltcp v0.11.0 |
| 814 | 2026-07-20T18:43:40.874Z | Downloaded unicode-width v0.2.1 |
| 815 | 2026-07-20T18:43:40.874Z | Downloaded nix v0.30.1 |
| 816 | 2026-07-20T18:43:40.874Z | Downloaded syn v2.0.118 |
| 817 | 2026-07-20T18:43:40.874Z | Downloaded hickory-proto v0.25.2 |
| 818 | 2026-07-20T18:43:40.874Z | Downloaded webpki-roots v1.0.2 |
| 819 | 2026-07-20T18:43:40.874Z | Downloaded regress v0.11.1 |
| 820 | 2026-07-20T18:43:40.874Z | Downloaded rustls v0.23.40 |
| 821 | 2026-07-20T18:43:40.878Z | Downloaded rustix v0.38.44 |
| 822 | 2026-07-20T18:43:40.886Z | Downloaded rustix v1.1.4 |
| 823 | 2026-07-20T18:43:40.899Z | Downloaded openapiv3 v2.2.0 |
| 824 | 2026-07-20T18:43:40.905Z | Downloaded rustls v0.22.4 |
| 825 | 2026-07-20T18:43:40.912Z | Downloaded regress v0.10.5 |
| 826 | 2026-07-20T18:43:40.917Z | Downloaded regex-syntax v0.8.11 |
| 827 | 2026-07-20T18:43:40.922Z | Downloaded syn v1.0.109 |
| 828 | 2026-07-20T18:43:40.928Z | Downloaded openssl v0.10.81 |
| 829 | 2026-07-20T18:43:40.933Z | Downloaded dropshot v0.16.7 |
| 830 | 2026-07-20T18:43:40.945Z | Downloaded bstr v1.12.0 |
| 831 | 2026-07-20T18:43:40.980Z | Downloaded typify-impl v0.6.2 |
| 832 | 2026-07-20T18:43:40.995Z | Downloaded typify-impl v0.4.3 |
| 833 | 2026-07-20T18:43:41.004Z | Downloaded regex-automata v0.4.13 |
| 834 | 2026-07-20T18:43:41.022Z | Downloaded petgraph v0.6.5 |
| 835 | 2026-07-20T18:43:41.049Z | Downloaded jiff v0.2.15 |
| 836 | 2026-07-20T18:43:41.060Z | Downloaded petgraph v0.8.2 |
| 837 | 2026-07-20T18:43:41.071Z | Downloaded libc v0.2.186 |
| 838 | 2026-07-20T18:43:41.091Z | Downloaded libz-sys v1.1.22 |
| 839 | 2026-07-20T18:43:41.102Z | Downloaded chrono-tz v0.10.4 |
| 840 | 2026-07-20T18:43:41.112Z | Downloaded sha3 v0.10.8 |
| 841 | 2026-07-20T18:43:41.116Z | Downloaded csv v1.4.0 |
| 842 | 2026-07-20T18:43:41.169Z | Downloaded tokio v1.52.3 |
| 843 | 2026-07-20T18:43:41.206Z | Downloaded encoding_rs v0.8.35 |
| 844 | 2026-07-20T18:43:41.227Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 845 | 2026-07-20T18:43:41.306Z | Downloaded ring v0.17.14 |
| 846 | 2026-07-20T18:43:41.340Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 847 | 2026-07-20T18:43:41.857Z | Downloaded aws-lc-sys v0.39.1 |
| 848 | 2026-07-20T18:43:42.174Z | Compiling proc-macro2 v1.0.106 |
| 849 | 2026-07-20T18:43:42.174Z | Compiling quote v1.0.45 |
| 850 | 2026-07-20T18:43:42.178Z | Compiling unicode-ident v1.0.24 |
| 851 | 2026-07-20T18:43:42.178Z | Compiling serde_core v1.0.228 |
| 852 | 2026-07-20T18:43:42.178Z | Compiling serde v1.0.228 |
| 853 | 2026-07-20T18:43:42.178Z | Compiling libc v0.2.186 |
| 854 | 2026-07-20T18:43:42.178Z | Checking cfg-if v1.0.4 |
| 855 | 2026-07-20T18:43:42.446Z | Compiling zmij v1.0.17 |
| 856 | 2026-07-20T18:43:42.503Z | Compiling autocfg v1.5.0 |
| 857 | 2026-07-20T18:43:42.827Z | Compiling memchr v2.7.5 |
| 858 | 2026-07-20T18:43:42.830Z | Compiling libm v0.2.15 |
| 859 | 2026-07-20T18:43:43.153Z | Compiling getrandom v0.4.2 |
| 860 | 2026-07-20T18:43:43.254Z | Compiling thiserror v2.0.18 |
| 861 | 2026-07-20T18:43:43.277Z | Checking smallvec v1.15.1 |
| 862 | 2026-07-20T18:43:43.362Z | Checking itoa v1.0.15 |
| 863 | 2026-07-20T18:43:43.400Z | Compiling version_check v0.9.5 |
| 864 | 2026-07-20T18:43:43.461Z | Compiling jobserver v0.1.34 |
| 865 | 2026-07-20T18:43:43.492Z | Compiling shlex v2.0.1 |
| 866 | 2026-07-20T18:43:43.643Z | Compiling find-msvc-tools v0.1.9 |
| 867 | 2026-07-20T18:43:43.689Z | Compiling syn v2.0.118 |
| 868 | 2026-07-20T18:43:43.704Z | Compiling icu_normalizer_data v2.0.0 |
| 869 | 2026-07-20T18:43:43.707Z | Compiling icu_properties_data v2.0.1 |
| 870 | 2026-07-20T18:43:43.834Z | Compiling cc v1.2.64 |
| 871 | 2026-07-20T18:43:43.876Z | Compiling parking_lot_core v0.9.12 |
| 872 | 2026-07-20T18:43:43.952Z | Checking stable_deref_trait v1.2.0 |
| 873 | 2026-07-20T18:43:43.965Z | Compiling serde_json v1.0.150 |
| 874 | 2026-07-20T18:43:44.028Z | Compiling heck v0.5.0 |
| 875 | 2026-07-20T18:43:44.211Z | Checking writeable v0.6.1 |
| 876 | 2026-07-20T18:43:44.229Z | Checking litemap v0.8.0 |
| 877 | 2026-07-20T18:43:44.401Z | Compiling num-traits v0.2.19 |
| 878 | 2026-07-20T18:43:44.417Z | Checking percent-encoding v2.3.2 |
| 879 | 2026-07-20T18:43:44.646Z | Checking form_urlencoded v1.2.2 |
| 880 | 2026-07-20T18:43:44.774Z | Checking utf8_iter v1.0.4 |
| 881 | 2026-07-20T18:43:44.792Z | Compiling zerocopy v0.8.27 |
| 882 | 2026-07-20T18:43:44.807Z | Checking pin-project-lite v0.2.16 |
| 883 | 2026-07-20T18:43:44.896Z | Checking iana-time-zone v0.1.64 |
| 884 | 2026-07-20T18:43:44.897Z | Compiling log v0.4.29 |
| 885 | 2026-07-20T18:43:44.963Z | Compiling rustversion v1.0.22 |
| 886 | 2026-07-20T18:43:45.014Z | Compiling equivalent v1.0.2 |
| 887 | 2026-07-20T18:43:45.061Z | Compiling semver v1.0.28 |
| 888 | 2026-07-20T18:43:45.076Z | Checking socket2 v0.6.4 |
| 889 | 2026-07-20T18:43:45.098Z | Checking uuid v1.23.3 |
| 890 | 2026-07-20T18:43:45.216Z | Checking scopeguard v1.2.0 |
| 891 | 2026-07-20T18:43:45.323Z | Checking lock_api v0.4.14 |
| 892 | 2026-07-20T18:43:45.397Z | Checking signal-hook-registry v1.4.6 |
| 893 | 2026-07-20T18:43:45.475Z | Checking getrandom v0.2.16 |
| 894 | 2026-07-20T18:43:45.516Z | Checking mio v1.2.1 |
| 895 | 2026-07-20T18:43:45.530Z | Checking dyn-clone v1.0.20 |
| 896 | 2026-07-20T18:43:45.543Z | Compiling schemars v0.8.22 |
| 897 | 2026-07-20T18:43:45.546Z | Checking parking_lot v0.12.5 |
| 898 | 2026-07-20T18:43:45.613Z | Checking bitflags v2.11.1 |
| 899 | 2026-07-20T18:43:45.776Z | Compiling portable-atomic v1.11.1 |
| 900 | 2026-07-20T18:43:45.804Z | Checking futures-core v0.3.32 |
| 901 | 2026-07-20T18:43:45.820Z | Checking critical-section v1.2.0 |
| 902 | 2026-07-20T18:43:45.888Z | Compiling ring v0.17.14 |
| 903 | 2026-07-20T18:43:45.933Z | Compiling hashbrown v0.17.1 |
| 904 | 2026-07-20T18:43:45.947Z | Compiling thiserror v1.0.69 |
| 905 | 2026-07-20T18:43:46.064Z | Compiling httparse v1.10.1 |
| 906 | 2026-07-20T18:43:46.276Z | Compiling regex-syntax v0.8.11 |
| 907 | 2026-07-20T18:43:46.478Z | Checking futures-sink v0.3.32 |
| 908 | 2026-07-20T18:43:46.502Z | Compiling synstructure v0.13.2 |
| 909 | 2026-07-20T18:43:46.546Z | Compiling serde_derive_internals v0.29.1 |
| 910 | 2026-07-20T18:43:46.748Z | Checking once_cell v1.21.3 |
| 911 | 2026-07-20T18:43:46.775Z | Compiling indexmap v2.14.0 |
| 912 | 2026-07-20T18:43:47.215Z | Compiling rustix v1.1.4 |
| 913 | 2026-07-20T18:43:47.320Z | Checking slab v0.4.11 |
| 914 | 2026-07-20T18:43:47.335Z | Compiling aho-corasick v1.1.3 |
| 915 | 2026-07-20T18:43:47.413Z | Checking subtle v2.6.1 |
| 916 | 2026-07-20T18:43:47.417Z | Compiling ucd-trie v0.1.7 |
| 917 | 2026-07-20T18:43:47.565Z | Checking futures-channel v0.3.32 |
| 918 | 2026-07-20T18:43:47.648Z | Compiling anyhow v1.0.102 |
| 919 | 2026-07-20T18:43:47.758Z | Checking rand_core v0.6.4 |
| 920 | 2026-07-20T18:43:47.776Z | Compiling serde_derive v1.0.228 |
| 921 | 2026-07-20T18:43:47.802Z | Compiling zerofrom-derive v0.1.6 |
| 922 | 2026-07-20T18:43:47.930Z | Compiling yoke-derive v0.8.0 |
| 923 | 2026-07-20T18:43:47.949Z | Compiling zerovec-derive v0.11.1 |
| 924 | 2026-07-20T18:43:47.967Z | Compiling displaydoc v0.2.5 |
| 925 | 2026-07-20T18:43:48.418Z | Compiling thiserror-impl v2.0.18 |
| 926 | 2026-07-20T18:43:48.715Z | Compiling schemars_derive v0.8.22 |
| 927 | 2026-07-20T18:43:48.786Z | Compiling tokio-macros v2.7.0 |
| 928 | 2026-07-20T18:43:48.952Z | Compiling zerocopy-derive v0.8.27 |
| 929 | 2026-07-20T18:43:49.006Z | Checking zerofrom v0.1.6 |
| 930 | 2026-07-20T18:43:49.029Z | Compiling futures-macro v0.3.32 |
| 931 | 2026-07-20T18:43:49.129Z | Checking yoke v0.8.0 |
| 932 | 2026-07-20T18:43:49.308Z | Checking zerovec v0.11.4 |
| 933 | 2026-07-20T18:43:49.509Z | Checking zerotrie v0.2.2 |
| 934 | 2026-07-20T18:43:49.773Z | Compiling zeroize_derive v1.4.3 |
| 935 | 2026-07-20T18:43:49.835Z | Compiling thiserror-impl v1.0.69 |
| 936 | 2026-07-20T18:43:49.849Z | Compiling regex-automata v0.4.13 |
| 937 | 2026-07-20T18:43:49.907Z | Compiling pest v2.8.2 |
| 938 | 2026-07-20T18:43:50.012Z | Checking tinystr v0.8.1 |
| 939 | 2026-07-20T18:43:50.178Z | Checking potential_utf v0.1.3 |
| 940 | 2026-07-20T18:43:50.197Z | Checking icu_locale_core v2.0.0 |
| 941 | 2026-07-20T18:43:50.310Z | Checking icu_collections v2.0.0 |
| 942 | 2026-07-20T18:43:50.598Z | Checking zeroize v1.8.1 |
| 943 | 2026-07-20T18:43:50.648Z | Checking icu_provider v2.0.0 |
| 944 | 2026-07-20T18:43:50.801Z | Checking bytes v1.12.0 |
| 945 | 2026-07-20T18:43:50.900Z | Checking icu_normalizer v2.0.0 |
| 946 | 2026-07-20T18:43:50.925Z | Checking icu_properties v2.0.1 |
| 947 | 2026-07-20T18:43:50.987Z | Checking chrono v0.4.45 |
| 948 | 2026-07-20T18:43:51.270Z | Compiling serde_tokenstream v0.2.3 |
| 949 | 2026-07-20T18:43:51.285Z | Checking tokio v1.52.3 |
| 950 | 2026-07-20T18:43:51.555Z | Compiling regex v1.12.4 |
| 951 | 2026-07-20T18:43:51.780Z | Checking idna_adapter v1.2.1 |
| 952 | 2026-07-20T18:43:51.801Z | Compiling pest_meta v2.8.2 |
| 953 | 2026-07-20T18:43:51.911Z | Checking idna v1.1.0 |
| 954 | 2026-07-20T18:43:51.961Z | Checking futures-io v0.3.32 |
| 955 | 2026-07-20T18:43:51.987Z | Checking typenum v1.20.1 |
| 956 | 2026-07-20T18:43:52.079Z | Checking futures-task v0.3.32 |
| 957 | 2026-07-20T18:43:52.109Z | Compiling getrandom v0.3.3 |
| 958 | 2026-07-20T18:43:52.164Z | Checking url v2.5.7 |
| 959 | 2026-07-20T18:43:52.220Z | Checking futures-util v0.3.32 |
| 960 | 2026-07-20T18:43:52.461Z | Compiling pest_generator v2.8.2 |
| 961 | 2026-07-20T18:43:52.709Z | Compiling tracing-attributes v0.1.30 |
| 962 | 2026-07-20T18:43:52.796Z | Checking tracing-core v0.1.34 |
| 963 | 2026-07-20T18:43:53.076Z | Compiling pkg-config v0.3.32 |
| 964 | 2026-07-20T18:43:53.125Z | Compiling allocator-api2 v0.2.21 |
| 965 | 2026-07-20T18:43:53.139Z | Compiling pest_derive v2.8.2 |
| 966 | 2026-07-20T18:43:53.247Z | Compiling foldhash v0.2.0 |
| 967 | 2026-07-20T18:43:53.448Z | Compiling hashbrown v0.16.1 |
| 968 | 2026-07-20T18:43:53.518Z | Checking fnv v1.0.7 |
| 969 | 2026-07-20T18:43:53.567Z | Checking http v1.4.2 |
| 970 | 2026-07-20T18:43:53.613Z | Compiling generic-array v0.14.7 |
| 971 | 2026-07-20T18:43:53.757Z | Compiling vcpkg v0.2.15 |
| 972 | 2026-07-20T18:43:53.939Z | Checking tracing v0.1.41 |
| 973 | 2026-07-20T18:43:54.015Z | Compiling time-core v0.1.8 |
| 974 | 2026-07-20T18:43:54.042Z | Compiling byteorder v1.5.0 |
| 975 | 2026-07-20T18:43:54.088Z | Compiling num-conv v0.2.1 |
| 976 | 2026-07-20T18:43:54.241Z | Compiling time-macros v0.2.27 |
| 977 | 2026-07-20T18:43:54.265Z | Checking errno v0.3.14 |
| 978 | 2026-07-20T18:43:54.312Z | Checking ipnet v2.11.0 |
| 979 | 2026-07-20T18:43:54.385Z | Checking base64 v0.22.1 |
| 980 | 2026-07-20T18:43:54.469Z | Checking tokio-util v0.7.16 |
| 981 | 2026-07-20T18:43:54.534Z | Compiling scroll_derive v0.13.1 |
| 982 | 2026-07-20T18:43:54.603Z | Compiling camino v1.2.3 |
| 983 | 2026-07-20T18:43:54.735Z | Checking crypto-common v0.1.6 |
| 984 | 2026-07-20T18:43:54.861Z | Checking http-body v1.0.1 |
| 985 | 2026-07-20T18:43:54.954Z | Compiling crossbeam-utils v0.8.21 |
| 986 | 2026-07-20T18:43:54.986Z | Checking atomic-waker v1.1.2 |
| 987 | 2026-07-20T18:43:55.000Z | Checking ppv-lite86 v0.2.21 |
| 988 | 2026-07-20T18:43:55.228Z | Compiling slog v2.8.2 |
| 989 | 2026-07-20T18:43:55.276Z | Checking tower-layer v0.3.3 |
| 990 | 2026-07-20T18:43:55.294Z | Checking tower-service v0.3.3 |
| 991 | 2026-07-20T18:43:55.351Z | Compiling paste v1.0.15 |
| 992 | 2026-07-20T18:43:55.386Z | Checking try-lock v0.2.5 |
| 993 | 2026-07-20T18:43:55.425Z | Checking h2 v0.4.14 |
| 994 | 2026-07-20T18:43:55.472Z | Checking ipnetwork v0.21.1 |
| 995 | 2026-07-20T18:43:55.488Z | Checking want v0.3.1 |
| 996 | 2026-07-20T18:43:55.612Z | Checking erased-serde v0.3.31 |
| 997 | 2026-07-20T18:43:55.641Z | Checking rustls-pki-types v1.12.0 |
| 998 | 2026-07-20T18:43:55.665Z | Checking pretty-hex v0.4.1 |
| 999 | 2026-07-20T18:43:55.693Z | Checking ryu v1.0.20 |
| 1000 | 2026-07-20T18:43:55.707Z | Checking httpdate v1.0.3 |
| 1001 | 2026-07-20T18:43:55.793Z | Compiling async-trait v0.1.89 |
| 1002 | 2026-07-20T18:43:55.851Z | Checking untrusted v0.9.0 |
| 1003 | 2026-07-20T18:43:55.934Z | Compiling scroll v0.13.0 |
| 1004 | 2026-07-20T18:43:56.038Z | Compiling usdt-impl v0.6.0 |
| 1005 | 2026-07-20T18:43:56.209Z | Compiling plain v0.2.3 |
| 1006 | 2026-07-20T18:43:56.312Z | Compiling goblin v0.10.1 |
| 1007 | 2026-07-20T18:43:56.326Z | Checking http-body-util v0.1.3 |
| 1008 | 2026-07-20T18:43:56.359Z | Compiling openssl-sys v0.9.117 |
| 1009 | 2026-07-20T18:43:56.443Z | Compiling cmake v0.1.54 |
| 1010 | 2026-07-20T18:43:56.514Z | Compiling slog-async v2.8.0 |
| 1011 | 2026-07-20T18:43:56.546Z | Compiling strsim v0.11.1 |
| 1012 | 2026-07-20T18:43:56.810Z | Compiling fs_extra v1.3.0 |
| 1013 | 2026-07-20T18:43:56.912Z | Compiling dunce v1.0.5 |
| 1014 | 2026-07-20T18:43:57.016Z | Checking rand_core v0.9.3 |
| 1015 | 2026-07-20T18:43:57.020Z | Checking serde_urlencoded v0.7.1 |
| 1016 | 2026-07-20T18:43:57.049Z | Checking oxnet v0.1.6 |
| 1017 | 2026-07-20T18:43:57.063Z | Compiling aws-lc-sys v0.39.1 |
| 1018 | 2026-07-20T18:43:57.133Z | Checking block-buffer v0.10.4 |
| 1019 | 2026-07-20T18:43:57.194Z | Compiling regress v0.10.5 |
| 1020 | 2026-07-20T18:43:57.240Z | Compiling dtrace-parser v0.3.0 |
| 1021 | 2026-07-20T18:43:57.278Z | Compiling openapiv3 v2.2.0 |
| 1022 | 2026-07-20T18:43:57.311Z | Compiling thread-id v5.0.0 |
| 1023 | 2026-07-20T18:43:57.376Z | Checking hyper v1.10.1 |
| 1024 | 2026-07-20T18:43:57.863Z | Checking digest v0.10.7 |
| 1025 | 2026-07-20T18:43:58.042Z | Compiling omicron-workspace-hack v0.1.0 |
| 1026 | 2026-07-20T18:43:58.059Z | Compiling ident_case v1.0.1 |
| 1027 | 2026-07-20T18:43:58.183Z | Compiling darling_core v0.21.3 |
| 1028 | 2026-07-20T18:43:58.270Z | Checking rand_chacha v0.9.0 |
| 1029 | 2026-07-20T18:43:58.294Z | Checking hyper-util v0.1.20 |
| 1030 | 2026-07-20T18:43:58.454Z | Compiling daft-derive v0.1.5 |
| 1031 | 2026-07-20T18:43:58.718Z | Compiling typify-impl v0.4.3 |
| 1032 | 2026-07-20T18:43:58.784Z | Compiling aws-lc-rs v1.16.2 |
| 1033 | 2026-07-20T18:43:59.091Z | Compiling dof v0.4.0 |
| 1034 | 2026-07-20T18:43:59.180Z | Checking powerfmt v0.2.0 |
| 1035 | 2026-07-20T18:43:59.350Z | Checking deranged v0.5.3 |
| 1036 | 2026-07-20T18:43:59.854Z | Checking rand v0.9.3 |
| 1037 | 2026-07-20T18:43:59.979Z | Compiling unsafe-libyaml v0.2.11 |
| 1038 | 2026-07-20T18:44:00.162Z | Checking num_threads v0.1.7 |
| 1039 | 2026-07-20T18:44:00.221Z | Compiling usdt-attr-macro v0.6.0 |
| 1040 | 2026-07-20T18:44:00.247Z | Compiling darling_macro v0.21.3 |
| 1041 | 2026-07-20T18:44:00.262Z | Compiling usdt-macro v0.6.0 |
| 1042 | 2026-07-20T18:44:00.294Z | Compiling syn v1.0.109 |
| 1043 | 2026-07-20T18:44:00.497Z | Checking time v0.3.47 |
| 1044 | 2026-07-20T18:44:00.648Z | Compiling serde_yaml v0.9.34+deprecated |
| 1045 | 2026-07-20T18:44:00.784Z | Compiling darling v0.21.3 |
| 1046 | 2026-07-20T18:44:00.870Z | Checking sync_wrapper v1.0.2 |
| 1047 | 2026-07-20T18:44:01.044Z | Checking encoding_rs v0.8.35 |
| 1048 | 2026-07-20T18:44:01.048Z | Checking mime v0.3.17 |
| 1049 | 2026-07-20T18:44:01.297Z | Checking cpufeatures v0.2.17 |
| 1050 | 2026-07-20T18:44:01.370Z | Checking untrusted v0.7.1 |
| 1051 | 2026-07-20T18:44:01.489Z | Checking tower v0.5.2 |
| 1052 | 2026-07-20T18:44:01.878Z | Checking crossbeam-channel v0.5.15 |
| 1053 | 2026-07-20T18:44:01.972Z | Checking futures-executor v0.3.32 |
| 1054 | 2026-07-20T18:44:01.975Z | Compiling structmeta-derive v0.3.0 |
| 1055 | 2026-07-20T18:44:02.038Z | Compiling multer v3.1.0 |
| 1056 | 2026-07-20T18:44:02.053Z | Compiling rustls v0.23.40 |
| 1057 | 2026-07-20T18:44:02.117Z | Checking iri-string v0.7.8 |
| 1058 | 2026-07-20T18:44:02.120Z | Compiling typify-macro v0.4.3 |
| 1059 | 2026-07-20T18:44:02.206Z | Compiling rustls v0.22.4 |
| 1060 | 2026-07-20T18:44:02.260Z | Checking futures v0.3.32 |
| 1061 | 2026-07-20T18:44:02.342Z | Compiling async-stream-impl v0.3.6 |
| 1062 | 2026-07-20T18:44:02.437Z | Checking thread_local v1.1.9 |
| 1063 | 2026-07-20T18:44:02.570Z | Checking hex v0.4.3 |
| 1064 | 2026-07-20T18:44:02.600Z | Compiling openssl v0.10.81 |
| 1065 | 2026-07-20T18:44:02.783Z | Checking fastrand v2.3.0 |
| 1066 | 2026-07-20T18:44:02.864Z | Checking foreign-types-shared v0.1.1 |
| 1067 | 2026-07-20T18:44:02.950Z | Checking unicode-width v0.2.1 |
| 1068 | 2026-07-20T18:44:02.964Z | Checking tempfile v3.27.0 |
| 1069 | 2026-07-20T18:44:02.968Z | Checking foreign-types v0.3.2 |
| 1070 | 2026-07-20T18:44:03.003Z | Compiling structmeta v0.3.0 |
| 1071 | 2026-07-20T18:44:03.134Z | Checking tower-http v0.6.8 |
| 1072 | 2026-07-20T18:44:03.153Z | Compiling openssl-macros v0.1.1 |
| 1073 | 2026-07-20T18:44:03.194Z | Compiling strum_macros v0.26.4 |
| 1074 | 2026-07-20T18:44:03.199Z | Checking is-terminal v0.4.16 |
| 1075 | 2026-07-20T18:44:03.287Z | Checking memmap2 v0.9.8 |
| 1076 | 2026-07-20T18:44:03.300Z | Checking take_mut v0.2.2 |
| 1077 | 2026-07-20T18:44:03.403Z | Checking openssl-probe v0.1.6 |
| 1078 | 2026-07-20T18:44:03.407Z | Checking term v1.2.0 |
| 1079 | 2026-07-20T18:44:03.445Z | Compiling native-tls v0.2.14 |
| 1080 | 2026-07-20T18:44:03.639Z | Checking match_cfg v0.1.0 |
| 1081 | 2026-07-20T18:44:03.643Z | Compiling typify v0.4.3 |
| 1082 | 2026-07-20T18:44:03.676Z | Checking slog-term v2.9.2 |
| 1083 | 2026-07-20T18:44:03.744Z | Checking hostname v0.3.1 |
| 1084 | 2026-07-20T18:44:03.898Z | Checking slog-json v2.6.1 |
| 1085 | 2026-07-20T18:44:03.901Z | Compiling newtype-uuid-macros v0.1.0 |
| 1086 | 2026-07-20T18:44:04.060Z | Compiling ref-cast v1.0.25 |
| 1087 | 2026-07-20T18:44:04.102Z | Checking slog-bunyan v2.5.0 |
| 1088 | 2026-07-20T18:44:04.418Z | Compiling ref-cast-impl v1.0.25 |
| 1089 | 2026-07-20T18:44:04.446Z | Compiling dropshot v0.16.7 |
| 1090 | 2026-07-20T18:44:04.725Z | Compiling derive-ex v0.1.8 |
| 1091 | 2026-07-20T18:44:04.739Z | Checking webpki-roots v1.0.2 |
| 1092 | 2026-07-20T18:44:04.787Z | Compiling dropshot_endpoint v0.16.7 |
| 1093 | 2026-07-20T18:44:04.855Z | Compiling strum_macros v0.27.2 |
| 1094 | 2026-07-20T18:44:05.205Z | Checking winnow v0.7.14 |
| 1095 | 2026-07-20T18:44:05.987Z | Checking tokio-native-tls v0.3.1 |
| 1096 | 2026-07-20T18:44:06.269Z | Compiling test-strategy v0.4.3 |
| 1097 | 2026-07-20T18:44:06.288Z | Checking hyper-tls v0.6.0 |
| 1098 | 2026-07-20T18:44:06.387Z | Compiling progenitor-impl v0.11.1 |
| 1099 | 2026-07-20T18:44:06.424Z | Checking newtype-uuid v1.3.2 |
| 1100 | 2026-07-20T18:44:06.458Z | Compiling either v1.15.0 |
| 1101 | 2026-07-20T18:44:06.472Z | Checking winnow v1.0.3 |
| 1102 | 2026-07-20T18:44:06.664Z | Checking daft v0.1.5 |
| 1103 | 2026-07-20T18:44:06.679Z | Compiling serde_with_macros v3.14.1 |
| 1104 | 2026-07-20T18:44:06.762Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1105 | 2026-07-20T18:44:06.824Z | Checking usdt v0.6.0 |
| 1106 | 2026-07-20T18:44:06.893Z | Checking serde_spanned v1.1.1 |
| 1107 | 2026-07-20T18:44:06.989Z | Checking debug-ignore v1.0.5 |
| 1108 | 2026-07-20T18:44:07.074Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1109 | 2026-07-20T18:44:07.118Z | Checking spin v0.9.8 |
| 1110 | 2026-07-20T18:44:07.256Z | Compiling parse-display-derive v0.10.0 |
| 1111 | 2026-07-20T18:44:07.295Z | Checking async-stream v0.3.6 |
| 1112 | 2026-07-20T18:44:07.454Z | Checking rustls-webpki v0.102.8 |
| 1113 | 2026-07-20T18:44:07.499Z | Checking rustls-pemfile v2.2.0 |
| 1114 | 2026-07-20T18:44:07.641Z | Checking waitgroup v0.1.2 |
| 1115 | 2026-07-20T18:44:07.644Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1116 | 2026-07-20T18:44:07.747Z | Checking serde_path_to_error v0.1.20 |
| 1117 | 2026-07-20T18:44:07.789Z | Checking hostname v0.4.2 |
| 1118 | 2026-07-20T18:44:08.013Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1119 | 2026-07-20T18:44:08.095Z | Checking strum v0.26.3 |
| 1120 | 2026-07-20T18:44:08.208Z | Checking rand_chacha v0.3.1 |
| 1121 | 2026-07-20T18:44:08.328Z | Compiling toml_datetime v0.6.11 |
| 1122 | 2026-07-20T18:44:08.402Z | Checking macaddr v1.0.1 |
| 1123 | 2026-07-20T18:44:08.517Z | Compiling progenitor-macro v0.11.1 |
| 1124 | 2026-07-20T18:44:08.573Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1125 | 2026-07-20T18:44:08.587Z | Checking wait-timeout v0.2.1 |
| 1126 | 2026-07-20T18:44:08.709Z | Checking quick-error v1.2.3 |
| 1127 | 2026-07-20T18:44:08.769Z | Checking bit-vec v0.8.0 |
| 1128 | 2026-07-20T18:44:08.786Z | Checking lazy_static v1.5.0 |
| 1129 | 2026-07-20T18:44:08.817Z | Checking rusty-fork v0.3.0 |
| 1130 | 2026-07-20T18:44:08.881Z | Checking toml v0.9.12+spec-1.1.0 |
| 1131 | 2026-07-20T18:44:08.961Z | Checking bit-set v0.8.0 |
| 1132 | 2026-07-20T18:44:08.997Z | Checking rand v0.8.5 |
| 1133 | 2026-07-20T18:44:09.041Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1134 | 2026-07-20T18:44:09.239Z | Checking tokio-rustls v0.25.0 |
| 1135 | 2026-07-20T18:44:09.358Z | Checking tabwriter v1.4.1 |
| 1136 | 2026-07-20T18:44:09.435Z | Checking sha1 v0.10.6 |
| 1137 | 2026-07-20T18:44:09.450Z | Checking rand_xorshift v0.4.0 |
| 1138 | 2026-07-20T18:44:09.502Z | Compiling clap_derive v4.6.1 |
| 1139 | 2026-07-20T18:44:09.564Z | Checking utf8parse v0.2.2 |
| 1140 | 2026-07-20T18:44:09.596Z | Checking colored v3.1.1 |
| 1141 | 2026-07-20T18:44:09.596Z | Checking unarray v0.1.4 |
| 1142 | 2026-07-20T18:44:09.684Z | Checking anstyle-parse v1.0.0 |
| 1143 | 2026-07-20T18:44:09.706Z | Checking proptest v1.8.0 |
| 1144 | 2026-07-20T18:44:09.786Z | Checking strum v0.27.2 |
| 1145 | 2026-07-20T18:44:09.893Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1146 | 2026-07-20T18:44:09.934Z | Checking terminal_size v0.4.3 |
| 1147 | 2026-07-20T18:44:10.364Z | Checking colorchoice v1.0.4 |
| 1148 | 2026-07-20T18:44:10.392Z | Checking anstyle v1.0.14 |
| 1149 | 2026-07-20T18:44:10.463Z | Checking is_terminal_polyfill v1.70.1 |
| 1150 | 2026-07-20T18:44:10.466Z | Checking anstyle-query v1.1.4 |
| 1151 | 2026-07-20T18:44:10.574Z | Checking anstream v1.0.0 |
| 1152 | 2026-07-20T18:44:10.781Z | Checking itertools v0.14.0 |
| 1153 | 2026-07-20T18:44:10.960Z | Checking clap_lex v1.1.0 |
| 1154 | 2026-07-20T18:44:11.386Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1155 | 2026-07-20T18:44:11.617Z | Checking clap_builder v4.6.0 |
| 1156 | 2026-07-20T18:44:11.992Z | Checking serde_with v3.14.1 |
| 1157 | 2026-07-20T18:44:12.732Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1158 | 2026-07-20T18:44:12.860Z | Checking clap v4.6.1 |
| 1159 | 2026-07-20T18:44:12.927Z | Checking instant v0.1.13 |
| 1160 | 2026-07-20T18:44:12.935Z | Checking rustc-hash v2.1.1 |
| 1161 | 2026-07-20T18:44:13.068Z | Checking iddqd v0.3.18 |
| 1162 | 2026-07-20T18:44:13.127Z | Checking backoff v0.4.0 |
| 1163 | 2026-07-20T18:44:13.299Z | Checking parse-display v0.10.0 |
| 1164 | 2026-07-20T18:44:13.344Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1165 | 2026-07-20T18:44:13.443Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1166 | 2026-07-20T18:44:14.975Z | Compiling num-derive v0.4.2 |
| 1167 | 2026-07-20T18:44:15.425Z | Compiling rustls-webpki v0.103.6 |
| 1168 | 2026-07-20T18:44:15.858Z | Compiling prettyplease v0.2.37 |
| 1169 | 2026-07-20T18:44:18.776Z | Checking serde_spanned v0.6.9 |
| 1170 | 2026-07-20T18:44:18.792Z | Compiling memoffset v0.9.1 |
| 1171 | 2026-07-20T18:44:18.792Z | Compiling cfg_aliases v0.2.1 |
| 1172 | 2026-07-20T18:44:18.792Z | Compiling nix v0.30.1 |
| 1173 | 2026-07-20T18:44:18.792Z | Compiling tokio-rustls v0.26.4 |
| 1174 | 2026-07-20T18:44:19.364Z | Compiling hyper-rustls v0.27.7 |
| 1175 | 2026-07-20T18:44:19.574Z | Compiling reqwest v0.12.23 |
| 1176 | 2026-07-20T18:44:20.591Z | Checking crossbeam-epoch v0.9.18 |
| 1177 | 2026-07-20T18:44:20.771Z | Compiling progenitor-client v0.11.1 |
| 1178 | 2026-07-20T18:44:21.396Z | Compiling winnow v0.5.40 |
| 1179 | 2026-07-20T18:44:22.368Z | Compiling progenitor v0.11.1 |
| 1180 | 2026-07-20T18:44:22.718Z | Compiling toml_edit v0.19.15 |
| 1181 | 2026-07-20T18:44:23.058Z | Compiling num-integer v0.1.46 |
| 1182 | 2026-07-20T18:44:23.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1183 | 2026-07-20T18:44:23.784Z | Compiling progenitor-client v0.10.0 |
| 1184 | 2026-07-20T18:44:24.047Z | Compiling proc-macro-crate v1.3.1 |
| 1185 | 2026-07-20T18:44:26.365Z | Compiling hubpack_derive v0.1.1 |
| 1186 | 2026-07-20T18:44:26.365Z | Compiling rayon-core v1.13.0 |
| 1187 | 2026-07-20T18:44:26.365Z | Checking toml_write v0.1.2 |
| 1188 | 2026-07-20T18:44:26.365Z | Checking hubpack v0.1.2 |
| 1189 | 2026-07-20T18:44:26.365Z | Checking toml_edit v0.22.27 |
| 1190 | 2026-07-20T18:44:26.366Z | Checking num-rational v0.4.2 |
| 1191 | 2026-07-20T18:44:26.366Z | Checking num-iter v0.1.45 |
| 1192 | 2026-07-20T18:44:26.366Z | Compiling zerocopy-derive v0.7.35 |
| 1193 | 2026-07-20T18:44:26.366Z | Compiling num-complex v0.4.6 |
| 1194 | 2026-07-20T18:44:26.366Z | Checking static_assertions v1.1.0 |
| 1195 | 2026-07-20T18:44:26.366Z | Checking num v0.4.3 |
| 1196 | 2026-07-20T18:44:26.369Z | Checking toml v0.8.23 |
| 1197 | 2026-07-20T18:44:26.434Z | Checking crossbeam-deque v0.8.6 |
| 1198 | 2026-07-20T18:44:26.604Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1199 | 2026-07-20T18:44:26.616Z | Compiling float-ord v0.3.2 |
| 1200 | 2026-07-20T18:44:26.695Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1201 | 2026-07-20T18:44:26.841Z | Compiling proc-macro-error-attr v1.0.4 |
| 1202 | 2026-07-20T18:44:26.967Z | Checking bytecount v0.6.9 |
| 1203 | 2026-07-20T18:44:27.070Z | Compiling heapless v0.8.0 |
| 1204 | 2026-07-20T18:44:27.148Z | Checking libscf-sys v1.2.0 |
| 1205 | 2026-07-20T18:44:27.211Z | Compiling ingot-macros v0.1.1 |
| 1206 | 2026-07-20T18:44:27.275Z | Checking hash32 v0.3.1 |
| 1207 | 2026-07-20T18:44:27.402Z | Compiling proc-macro-error v1.0.4 |
| 1208 | 2026-07-20T18:44:27.539Z | Compiling smoltcp v0.11.0 |
| 1209 | 2026-07-20T18:44:27.638Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1210 | 2026-07-20T18:44:28.400Z | Compiling zerocopy v0.7.35 |
| 1211 | 2026-07-20T18:44:28.514Z | Compiling num_enum_derive v0.7.5 |
| 1212 | 2026-07-20T18:44:28.514Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1213 | 2026-07-20T18:44:28.576Z | Checking cobs v0.3.0 |
| 1214 | 2026-07-20T18:44:28.715Z | Compiling scroll_derive v0.12.1 |
| 1215 | 2026-07-20T18:44:28.830Z | Compiling foreign-types-macros v0.2.3 |
| 1216 | 2026-07-20T18:44:28.992Z | Compiling usdt-impl v0.5.0 |
| 1217 | 2026-07-20T18:44:29.028Z | Compiling crucible-workspace-hack v0.1.0 |
| 1218 | 2026-07-20T18:44:29.210Z | Checking foreign-types-shared v0.3.1 |
| 1219 | 2026-07-20T18:44:29.261Z | Checking managed v0.8.0 |
| 1220 | 2026-07-20T18:44:29.305Z | Checking bitflags v1.3.2 |
| 1221 | 2026-07-20T18:44:29.343Z | Checking num_enum v0.7.5 |
| 1222 | 2026-07-20T18:44:29.404Z | Checking scroll v0.12.0 |
| 1223 | 2026-07-20T18:44:29.450Z | Checking foreign-types v0.5.0 |
| 1224 | 2026-07-20T18:44:29.495Z | Compiling dof v0.3.0 |
| 1225 | 2026-07-20T18:44:29.502Z | Checking postcard v1.1.3 |
| 1226 | 2026-07-20T18:44:29.738Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1227 | 2026-07-20T18:44:29.778Z | Compiling dtrace-parser v0.2.0 |
| 1228 | 2026-07-20T18:44:29.838Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1229 | 2026-07-20T18:44:29.851Z | Checking ingot-types v0.1.2 |
| 1230 | 2026-07-20T18:44:29.887Z | Checking camino-tempfile v1.4.1 |
| 1231 | 2026-07-20T18:44:29.937Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1232 | 2026-07-20T18:44:30.042Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1233 | 2026-07-20T18:44:30.146Z | Checking cstr-argument v0.1.2 |
| 1234 | 2026-07-20T18:44:30.196Z | Checking ingot v0.1.1 |
| 1235 | 2026-07-20T18:44:30.264Z | Compiling thread-id v4.2.2 |
| 1236 | 2026-07-20T18:44:30.281Z | Compiling minimal-lexical v0.2.1 |
| 1237 | 2026-07-20T18:44:30.322Z | Compiling heck v0.4.1 |
| 1238 | 2026-07-20T18:44:30.401Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1239 | 2026-07-20T18:44:30.511Z | Compiling nom v7.1.3 |
| 1240 | 2026-07-20T18:44:30.548Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1241 | 2026-07-20T18:44:30.570Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1242 | 2026-07-20T18:44:30.624Z | Checking goblin v0.8.2 |
| 1243 | 2026-07-20T18:44:30.724Z | Checking rayon v1.11.0 |
| 1244 | 2026-07-20T18:44:30.896Z | Compiling num_enum_derive v0.5.11 |
| 1245 | 2026-07-20T18:44:31.333Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1246 | 2026-07-20T18:44:31.522Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1247 | 2026-07-20T18:44:31.827Z | Compiling rustc_version v0.4.1 |
| 1248 | 2026-07-20T18:44:31.851Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1249 | 2026-07-20T18:44:32.116Z | Compiling convert_case v0.4.0 |
| 1250 | 2026-07-20T18:44:32.168Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1251 | 2026-07-20T18:44:32.207Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1252 | 2026-07-20T18:44:32.259Z | Compiling rustix v0.38.44 |
| 1253 | 2026-07-20T18:44:32.319Z | Checking tinyvec_macros v0.1.1 |
| 1254 | 2026-07-20T18:44:32.374Z | Checking tinyvec v1.10.0 |
| 1255 | 2026-07-20T18:44:32.423Z | Compiling derive_more v0.99.20 |
| 1256 | 2026-07-20T18:44:32.624Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1257 | 2026-07-20T18:44:32.711Z | Compiling proc-macro-error2 v2.0.1 |
| 1258 | 2026-07-20T18:44:32.790Z | Checking num_enum v0.5.11 |
| 1259 | 2026-07-20T18:44:32.905Z | Compiling libz-sys v1.1.22 |
| 1260 | 2026-07-20T18:44:32.923Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1261 | 2026-07-20T18:44:33.062Z | Compiling crc32fast v1.5.0 |
| 1262 | 2026-07-20T18:44:33.281Z | Compiling tabled_derive v0.11.0 |
| 1263 | 2026-07-20T18:44:33.386Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1264 | 2026-07-20T18:44:35.032Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1265 | 2026-07-20T18:44:35.032Z | Compiling usdt-macro v0.5.0 |
| 1266 | 2026-07-20T18:44:35.032Z | Compiling usdt-attr-macro v0.5.0 |
| 1267 | 2026-07-20T18:44:35.032Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1268 | 2026-07-20T18:44:35.032Z | Compiling zone_cfg_derive v0.3.1 |
| 1269 | 2026-07-20T18:44:35.032Z | Checking papergrid v0.17.0 |
| 1270 | 2026-07-20T18:44:35.032Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1271 | 2026-07-20T18:44:35.040Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1272 | 2026-07-20T18:44:35.040Z | Checking itertools v0.12.1 |
| 1273 | 2026-07-20T18:44:35.040Z | Checking testing_table v0.3.0 |
| 1274 | 2026-07-20T18:44:35.040Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1275 | 2026-07-20T18:44:35.040Z | Checking memmap v0.7.0 |
| 1276 | 2026-07-20T18:44:35.040Z | Checking sigpipe v0.1.3 |
| 1277 | 2026-07-20T18:44:35.057Z | Checking glob v0.3.3 |
| 1278 | 2026-07-20T18:44:35.070Z | Checking jiff v0.2.15 |
| 1279 | 2026-07-20T18:44:35.140Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1280 | 2026-07-20T18:44:35.155Z | Checking adler2 v2.0.1 |
| 1281 | 2026-07-20T18:44:35.240Z | Checking tabled v0.20.0 |
| 1282 | 2026-07-20T18:44:35.265Z | Checking miniz_oxide v0.8.9 |
| 1283 | 2026-07-20T18:44:35.335Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 1284 | 2026-07-20T18:44:35.409Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1285 | 2026-07-20T18:44:35.424Z | Checking usdt v0.5.0 |
| 1286 | 2026-07-20T18:44:35.583Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1287 | 2026-07-20T18:44:35.611Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1288 | 2026-07-20T18:44:35.707Z | Checking zone v0.3.1 |
| 1289 | 2026-07-20T18:44:35.884Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1290 | 2026-07-20T18:44:35.951Z | Checking smf v0.2.3 |
| 1291 | 2026-07-20T18:44:36.043Z | Checking secrecy v0.10.3 |
| 1292 | 2026-07-20T18:44:36.100Z | Checking bstr v1.12.0 |
| 1293 | 2026-07-20T18:44:36.226Z | Checking whoami v1.6.1 |
| 1294 | 2026-07-20T18:44:36.251Z | Checking flate2 v1.1.2 |
| 1295 | 2026-07-20T18:44:36.399Z | Compiling curve25519-dalek v4.1.3 |
| 1296 | 2026-07-20T18:44:36.498Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1297 | 2026-07-20T18:44:36.544Z | Compiling clang-sys v1.8.1 |
| 1298 | 2026-07-20T18:44:36.551Z | Checking hmac v0.12.1 |
| 1299 | 2026-07-20T18:44:36.674Z | Checking inout v0.1.4 |
| 1300 | 2026-07-20T18:44:36.691Z | Checking hybrid-array v0.4.12 |
| 1301 | 2026-07-20T18:44:36.813Z | Checking ff v0.13.1 |
| 1302 | 2026-07-20T18:44:36.917Z | Compiling enum-as-inner v0.6.1 |
| 1303 | 2026-07-20T18:44:36.946Z | Checking data-encoding v2.9.0 |
| 1304 | 2026-07-20T18:44:37.151Z | Compiling semver v0.1.20 |
| 1305 | 2026-07-20T18:44:37.222Z | Checking group v0.13.0 |
| 1306 | 2026-07-20T18:44:37.257Z | Checking cipher v0.4.4 |
| 1307 | 2026-07-20T18:44:37.336Z | Compiling rustc_version v0.1.7 |
| 1308 | 2026-07-20T18:44:37.411Z | Checking hkdf v0.12.4 |
| 1309 | 2026-07-20T18:44:37.473Z | Checking atomicwrites v0.4.4 |
| 1310 | 2026-07-20T18:44:37.528Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1311 | 2026-07-20T18:44:37.540Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1312 | 2026-07-20T18:44:37.552Z | Checking universal-hash v0.5.1 |
| 1313 | 2026-07-20T18:44:37.558Z | Checking crypto-bigint v0.5.5 |
| 1314 | 2026-07-20T18:44:37.592Z | Compiling regress v0.11.1 |
| 1315 | 2026-07-20T18:44:37.676Z | Checking half v2.7.1 |
| 1316 | 2026-07-20T18:44:37.691Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1317 | 2026-07-20T18:44:37.871Z | Checking ciborium-io v0.2.2 |
| 1318 | 2026-07-20T18:44:37.928Z | Checking opaque-debug v0.3.1 |
| 1319 | 2026-07-20T18:44:37.977Z | Checking base64ct v1.8.0 |
| 1320 | 2026-07-20T18:44:38.000Z | Checking indent_write v2.2.0 |
| 1321 | 2026-07-20T18:44:38.136Z | Checking base16ct v0.2.0 |
| 1322 | 2026-07-20T18:44:38.206Z | Checking password-hash v0.5.0 |
| 1323 | 2026-07-20T18:44:38.266Z | Checking poly1305 v0.8.0 |
| 1324 | 2026-07-20T18:44:38.430Z | Checking ciborium-ll v0.2.2 |
| 1325 | 2026-07-20T18:44:38.485Z | Compiling newtype_derive v0.1.6 |
| 1326 | 2026-07-20T18:44:38.594Z | Checking elliptic-curve v0.13.8 |
| 1327 | 2026-07-20T18:44:38.608Z | Checking chacha20 v0.9.1 |
| 1328 | 2026-07-20T18:44:38.621Z | Checking thiserror-no-std v2.0.2 |
| 1329 | 2026-07-20T18:44:38.715Z | Checking crypto-common v0.2.2 |
| 1330 | 2026-07-20T18:44:38.723Z | Checking block-buffer v0.12.0 |
| 1331 | 2026-07-20T18:44:38.793Z | Checking similar v2.7.0 |
| 1332 | 2026-07-20T18:44:38.835Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1333 | 2026-07-20T18:44:38.869Z | Checking blake2 v0.10.6 |
| 1334 | 2026-07-20T18:44:39.066Z | Checking aead v0.5.2 |
| 1335 | 2026-07-20T18:44:39.080Z | Compiling libloading v0.8.9 |
| 1336 | 2026-07-20T18:44:39.085Z | Compiling owo-colors v4.3.0 |
| 1337 | 2026-07-20T18:44:39.120Z | Compiling typify-impl v0.6.2 |
| 1338 | 2026-07-20T18:44:39.204Z | Checking resolv-conf v0.7.5 |
| 1339 | 2026-07-20T18:44:39.269Z | Checking compression-core v0.4.32 |
| 1340 | 2026-07-20T18:44:39.305Z | Checking const-oid v0.10.2 |
| 1341 | 2026-07-20T18:44:39.339Z | Checking keccak v0.1.6 |
| 1342 | 2026-07-20T18:44:39.384Z | Compiling bindgen v0.72.1 |
| 1343 | 2026-07-20T18:44:39.406Z | Checking linked-hash-map v0.5.6 |
| 1344 | 2026-07-20T18:44:39.465Z | Checking compression-codecs v0.4.32 |
| 1345 | 2026-07-20T18:44:39.483Z | Checking digest v0.11.3 |
| 1346 | 2026-07-20T18:44:39.493Z | Checking sha3 v0.10.8 |
| 1347 | 2026-07-20T18:44:39.573Z | Checking lru-cache v0.1.2 |
| 1348 | 2026-07-20T18:44:39.629Z | Checking chacha20poly1305 v0.10.1 |
| 1349 | 2026-07-20T18:44:39.685Z | Checking argon2 v0.5.3 |
| 1350 | 2026-07-20T18:44:39.694Z | Checking vsss-rs v3.3.4 |
| 1351 | 2026-07-20T18:44:39.775Z | Checking ciborium v0.2.2 |
| 1352 | 2026-07-20T18:44:39.780Z | Checking hickory-proto v0.24.4 |
| 1353 | 2026-07-20T18:44:40.089Z | Checking tokio-dtrace v0.1.1 |
| 1354 | 2026-07-20T18:44:40.187Z | Compiling cexpr v0.6.0 |
| 1355 | 2026-07-20T18:44:40.205Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1356 | 2026-07-20T18:44:40.480Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1357 | 2026-07-20T18:44:40.716Z | Checking serde-big-array v0.5.1 |
| 1358 | 2026-07-20T18:44:40.756Z | Compiling derive-where v1.6.0 |
| 1359 | 2026-07-20T18:44:40.795Z | Compiling serde_repr v0.1.20 |
| 1360 | 2026-07-20T18:44:40.854Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1361 | 2026-07-20T18:44:41.057Z | Compiling dropshot v0.17.1 |
| 1362 | 2026-07-20T18:44:41.120Z | Checking cpufeatures v0.3.0 |
| 1363 | 2026-07-20T18:44:41.204Z | Checking same-file v1.0.6 |
| 1364 | 2026-07-20T18:44:41.329Z | Checking unicode-segmentation v1.12.0 |
| 1365 | 2026-07-20T18:44:41.345Z | Checking siphasher v1.0.1 |
| 1366 | 2026-07-20T18:44:41.359Z | Compiling shlex v1.3.0 |
| 1367 | 2026-07-20T18:44:41.440Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1368 | 2026-07-20T18:44:41.511Z | Checking phf_shared v0.12.1 |
| 1369 | 2026-07-20T18:44:41.669Z | Checking newline-converter v0.3.0 |
| 1370 | 2026-07-20T18:44:41.703Z | Checking walkdir v2.5.0 |
| 1371 | 2026-07-20T18:44:41.784Z | Checking hickory-resolver v0.24.4 |
| 1372 | 2026-07-20T18:44:41.875Z | Checking sha1 v0.11.0 |
| 1373 | 2026-07-20T18:44:42.057Z | Checking toml v1.1.2+spec-1.1.0 |
| 1374 | 2026-07-20T18:44:42.076Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1375 | 2026-07-20T18:44:42.462Z | Checking oxide-tokio-rt v0.1.2 |
| 1376 | 2026-07-20T18:44:42.612Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1377 | 2026-07-20T18:44:42.630Z | Compiling typify-macro v0.6.2 |
| 1378 | 2026-07-20T18:44:42.659Z | Checking async-compression v0.4.33 |
| 1379 | 2026-07-20T18:44:42.812Z | Compiling progenitor-impl v0.10.0 |
| 1380 | 2026-07-20T18:44:42.911Z | Checking console v0.15.11 |
| 1381 | 2026-07-20T18:44:43.186Z | Checking tokio-stream v0.1.17 |
| 1382 | 2026-07-20T18:44:43.315Z | Compiling dropshot_endpoint v0.17.1 |
| 1383 | 2026-07-20T18:44:43.330Z | Compiling pin-project-internal v1.1.10 |
| 1384 | 2026-07-20T18:44:44.846Z | Compiling slog-dtrace v0.3.0 |
| 1385 | 2026-07-20T18:44:44.860Z | Checking csv-core v0.1.12 |
| 1386 | 2026-07-20T18:44:44.860Z | Checking smawk v0.3.2 |
| 1387 | 2026-07-20T18:44:44.860Z | Compiling unicode-xid v0.2.6 |
| 1388 | 2026-07-20T18:44:44.860Z | Checking foldhash v0.1.5 |
| 1389 | 2026-07-20T18:44:44.860Z | Checking unicode-linebreak v0.1.5 |
| 1390 | 2026-07-20T18:44:44.860Z | Compiling chrono-tz v0.10.4 |
| 1391 | 2026-07-20T18:44:44.860Z | Compiling cancel-safe-futures v0.1.5 |
| 1392 | 2026-07-20T18:44:44.860Z | Checking swrite v0.1.0 |
| 1393 | 2026-07-20T18:44:44.860Z | Checking unicode-width v0.1.14 |
| 1394 | 2026-07-20T18:44:44.860Z | Checking textwrap v0.16.2 |
| 1395 | 2026-07-20T18:44:44.860Z | Checking pin-project v1.1.10 |
| 1396 | 2026-07-20T18:44:44.860Z | Checking hashbrown v0.15.5 |
| 1397 | 2026-07-20T18:44:44.860Z | Compiling const_format_proc_macros v0.2.34 |
| 1398 | 2026-07-20T18:44:44.860Z | Checking csv v1.4.0 |
| 1399 | 2026-07-20T18:44:44.864Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1400 | 2026-07-20T18:44:44.885Z | Compiling progenitor-macro v0.10.0 |
| 1401 | 2026-07-20T18:44:44.895Z | Checking qorb v0.4.1 |
| 1402 | 2026-07-20T18:44:44.910Z | Checking expectorate v1.2.0 |
| 1403 | 2026-07-20T18:44:45.044Z | Checking phf v0.12.1 |
| 1404 | 2026-07-20T18:44:45.195Z | Checking unicode-normalization v0.1.24 |
| 1405 | 2026-07-20T18:44:45.303Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1406 | 2026-07-20T18:44:45.865Z | Checking libsw-core v0.3.2 |
| 1407 | 2026-07-20T18:44:46.018Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1408 | 2026-07-20T18:44:46.080Z | Compiling snafu-derive v0.8.9 |
| 1409 | 2026-07-20T18:44:46.214Z | Compiling async-recursion v1.1.1 |
| 1410 | 2026-07-20T18:44:46.474Z | Compiling cookie v0.18.1 |
| 1411 | 2026-07-20T18:44:46.711Z | Compiling moka v0.12.11 |
| 1412 | 2026-07-20T18:44:46.729Z | Checking fixedbitset v0.4.2 |
| 1413 | 2026-07-20T18:44:46.887Z | Checking highway v1.3.0 |
| 1414 | 2026-07-20T18:44:46.935Z | Checking fixedbitset v0.5.7 |
| 1415 | 2026-07-20T18:44:46.972Z | Checking petgraph v0.6.5 |
| 1416 | 2026-07-20T18:44:47.151Z | Checking petgraph v0.8.2 |
| 1417 | 2026-07-20T18:44:47.856Z | Checking snafu v0.8.9 |
| 1418 | 2026-07-20T18:44:48.096Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1419 | 2026-07-20T18:44:48.170Z | Checking libsw v3.5.0 |
| 1420 | 2026-07-20T18:44:48.247Z | Checking olpc-cjson v0.1.4 |
| 1421 | 2026-07-20T18:44:48.261Z | Checking const_format v0.2.34 |
| 1422 | 2026-07-20T18:44:48.387Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1423 | 2026-07-20T18:44:48.475Z | Checking papergrid v0.11.0 |
| 1424 | 2026-07-20T18:44:48.678Z | Compiling typify v0.6.2 |
| 1425 | 2026-07-20T18:44:48.713Z | Checking globset v0.4.16 |
| 1426 | 2026-07-20T18:44:48.770Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1427 | 2026-07-20T18:44:48.784Z | Checking gethostname v0.5.0 |
| 1428 | 2026-07-20T18:44:48.955Z | Compiling tabled_derive v0.7.0 |
| 1429 | 2026-07-20T18:44:48.984Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1430 | 2026-07-20T18:44:49.071Z | Checking reqwest v0.13.2 |
| 1431 | 2026-07-20T18:44:49.091Z | Checking progenitor v0.10.0 |
| 1432 | 2026-07-20T18:44:49.229Z | Checking bcs v0.1.6 |
| 1433 | 2026-07-20T18:44:49.258Z | Checking pem v3.0.5 |
| 1434 | 2026-07-20T18:44:49.313Z | Checking serde_plain v1.0.2 |
| 1435 | 2026-07-20T18:44:49.416Z | Checking crc8 v0.1.1 |
| 1436 | 2026-07-20T18:44:49.458Z | Checking termtree v0.5.1 |
| 1437 | 2026-07-20T18:44:49.529Z | Checking linear-map v1.2.0 |
| 1438 | 2026-07-20T18:44:49.529Z | Checking tagptr v0.2.0 |
| 1439 | 2026-07-20T18:44:49.595Z | Checking typed-path v0.9.3 |
| 1440 | 2026-07-20T18:44:49.619Z | Checking humantime v2.3.0 |
| 1441 | 2026-07-20T18:44:49.639Z | Compiling signal-hook v0.4.4 |
| 1442 | 2026-07-20T18:44:49.803Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1443 | 2026-07-20T18:44:49.877Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1444 | 2026-07-20T18:44:49.900Z | Checking tabled v0.15.0 |
| 1445 | 2026-07-20T18:44:50.291Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1446 | 2026-07-20T18:44:50.343Z | Checking tough v0.20.0 |
| 1447 | 2026-07-20T18:44:50.455Z | Compiling progenitor-impl v0.14.0 |
| 1448 | 2026-07-20T18:44:51.085Z | Checking steno v0.4.1 |
| 1449 | 2026-07-20T18:44:51.407Z | Checking hickory-proto v0.25.2 |
| 1450 | 2026-07-20T18:44:52.040Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1451 | 2026-07-20T18:44:52.055Z | Compiling cargo-platform v0.1.9 |
| 1452 | 2026-07-20T18:44:52.297Z | Compiling vergen v8.3.2 |
| 1453 | 2026-07-20T18:44:52.367Z | Compiling fs-err v3.1.2 |
| 1454 | 2026-07-20T18:44:52.461Z | Compiling cargo_metadata v0.18.1 |
| 1455 | 2026-07-20T18:44:52.599Z | Compiling progenitor-macro v0.14.0 |
| 1456 | 2026-07-20T18:44:52.730Z | Checking progenitor-client v0.14.0 |
| 1457 | 2026-07-20T18:44:52.913Z | Checking dropshot-api-manager-types v0.7.2 |
| 1458 | 2026-07-20T18:44:52.953Z | Checking sha2 v0.10.9 |
| 1459 | 2026-07-20T18:44:52.982Z | Checking hickory-resolver v0.25.2 |
| 1460 | 2026-07-20T18:44:53.064Z | Compiling blake3 v1.8.2 |
| 1461 | 2026-07-20T18:44:53.719Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1462 | 2026-07-20T18:44:53.723Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1463 | 2026-07-20T18:44:53.918Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1464 | 2026-07-20T18:44:54.262Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1465 | 2026-07-20T18:44:54.684Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1466 | 2026-07-20T18:44:54.833Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-07-20T18:44:55.067Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1468 | 2026-07-20T18:44:55.233Z | Checking git-stub v1.0.0 |
| 1469 | 2026-07-20T18:44:55.235Z | Compiling strum_macros v0.28.0 |
| 1470 | 2026-07-20T18:44:55.335Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1471 | 2026-07-20T18:44:55.393Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1472 | 2026-07-20T18:44:55.520Z | Checking filetime v0.2.26 |
| 1473 | 2026-07-20T18:44:55.661Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1474 | 2026-07-20T18:44:55.800Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1475 | 2026-07-20T18:44:55.826Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1476 | 2026-07-20T18:44:55.885Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1477 | 2026-07-20T18:44:56.073Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1478 | 2026-07-20T18:44:56.267Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1479 | 2026-07-20T18:44:56.524Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1480 | 2026-07-20T18:44:56.628Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1481 | 2026-07-20T18:44:56.805Z | Checking progenitor v0.14.0 |
| 1482 | 2026-07-20T18:44:56.880Z | Checking is_ci v1.2.0 |
| 1483 | 2026-07-20T18:44:56.939Z | Checking arrayvec v0.7.6 |
| 1484 | 2026-07-20T18:44:56.987Z | Checking arrayref v0.3.9 |
| 1485 | 2026-07-20T18:44:57.065Z | Checking constant_time_eq v0.3.1 |
| 1486 | 2026-07-20T18:44:57.088Z | Checking xattr v1.6.1 |
| 1487 | 2026-07-20T18:44:57.119Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1488 | 2026-07-20T18:44:57.134Z | Compiling curl v0.4.50 |
| 1489 | 2026-07-20T18:44:57.154Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1490 | 2026-07-20T18:44:57.221Z | Checking tar v0.4.45 |
| 1491 | 2026-07-20T18:44:57.400Z | Checking strum v0.28.0 |
| 1492 | 2026-07-20T18:44:57.440Z | Checking supports-color v3.0.2 |
| 1493 | 2026-07-20T18:44:57.517Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1494 | 2026-07-20T18:44:57.624Z | Checking toml v0.7.8 |
| 1495 | 2026-07-20T18:44:57.935Z | Checking git-stub-vcs v0.1.0 |
| 1496 | 2026-07-20T18:44:58.140Z | Checking drift v0.2.0 |
| 1497 | 2026-07-20T18:44:58.303Z | Checking kstat-rs v0.2.4 |
| 1498 | 2026-07-20T18:44:58.451Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1499 | 2026-07-20T18:44:58.494Z | Checking topological-sort v0.2.2 |
| 1500 | 2026-07-20T18:44:58.634Z | Checking omicron-zone-package v0.12.2 |
| 1501 | 2026-07-20T18:44:58.848Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1502 | 2026-07-20T18:44:58.865Z | Checking dropshot-api-manager v0.7.2 |
| 1503 | 2026-07-20T18:44:59.889Z | Checking signal-hook-tokio v0.4.0 |
| 1504 | 2026-07-20T18:45:00.016Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1505 | 2026-07-20T18:45:00.279Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1506 | 2026-07-20T18:45:00.531Z | Checking scuffle v0.1.0 |
| 1507 | 2026-07-20T18:45:00.572Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1508 | 2026-07-20T18:45:00.685Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1509 | 2026-07-20T18:45:01.236Z | Checking iddqd v0.4.5 |
| 1510 | 2026-07-20T18:45:01.366Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1511 | 2026-07-20T18:45:01.467Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-07-20T18:45:01.567Z | Checking search_path v0.1.4 |
| 1513 | 2026-07-20T18:45:01.683Z | Checking internet-checksum v0.2.1 |
| 1514 | 2026-07-20T18:45:01.709Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1515 | 2026-07-20T18:45:01.808Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1516 | 2026-07-20T18:45:01.929Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1517 | 2026-07-20T18:45:02.364Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-07-20T18:45:02.738Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1519 | 2026-07-20T18:45:02.874Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1520 | 2026-07-20T18:45:03.249Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1521 | 2026-07-20T18:45:04.425Z | Compiling git2 v0.19.0 |
| 1522 | 2026-07-20T18:45:05.703Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1523 | 2026-07-20T18:45:06.757Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1524 | 2026-07-20T18:45:14.210Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1525 | 2026-07-20T18:45:15.497Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1526 | 2026-07-20T18:45:20.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1527 | 2026-07-20T18:45:20.809Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1528 | 2026-07-20T18:45:20.809Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1529 | 2026-07-20T18:45:21.304Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1530 | 2026-07-20T18:45:21.308Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1531 | 2026-07-20T18:45:21.384Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1532 | 2026-07-20T18:45:21.388Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1533 | 2026-07-20T18:45:28.535Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1534 | 2026-07-20T18:45:28.538Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1535 | 2026-07-20T18:45:31.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.21s |
| 1536 | 2026-07-20T18:45:31.211Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1537 | 2026-07-20T18:45:31.211Z | + cargo clippy --features softnpu -- --deny warnings |
| 1538 | 2026-07-20T18:45:31.517Z | Downloading crates ... |
| 1539 | 2026-07-20T18:45:31.648Z | Downloaded funty v2.0.0 |
| 1540 | 2026-07-20T18:45:31.651Z | Downloaded tap v1.0.1 |
| 1541 | 2026-07-20T18:45:31.651Z | Downloaded radium v0.7.0 |
| 1542 | 2026-07-20T18:45:31.654Z | Downloaded bitstruct v0.1.1 |
| 1543 | 2026-07-20T18:45:31.658Z | Downloaded ascii v1.1.0 |
| 1544 | 2026-07-20T18:45:31.661Z | Downloaded bitstruct_derive v0.1.0 |
| 1545 | 2026-07-20T18:45:31.665Z | Downloaded typeid v1.0.3 |
| 1546 | 2026-07-20T18:45:31.668Z | Downloaded serde_arrays v0.1.0 |
| 1547 | 2026-07-20T18:45:31.668Z | Downloaded libloading v0.7.4 |
| 1548 | 2026-07-20T18:45:31.671Z | Downloaded wyz v0.5.1 |
| 1549 | 2026-07-20T18:45:31.671Z | Downloaded erased-serde v0.4.8 |
| 1550 | 2026-07-20T18:45:31.671Z | Downloaded num-bigint v0.4.6 |
| 1551 | 2026-07-20T18:45:31.681Z | Downloaded bitvec v1.0.1 |
| 1552 | 2026-07-20T18:45:31.810Z | Checking num-integer v0.1.46 |
| 1553 | 2026-07-20T18:45:31.892Z | Checking num-complex v0.4.6 |
| 1554 | 2026-07-20T18:45:31.903Z | Compiling radium v0.7.0 |
| 1555 | 2026-07-20T18:45:31.910Z | Checking tap v1.0.1 |
| 1556 | 2026-07-20T18:45:31.916Z | Checking funty v2.0.0 |
| 1557 | 2026-07-20T18:45:31.923Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1558 | 2026-07-20T18:45:31.926Z | Compiling typeid v1.0.3 |
| 1559 | 2026-07-20T18:45:31.936Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1560 | 2026-07-20T18:45:31.995Z | Checking wyz v0.5.1 |
| 1561 | 2026-07-20T18:45:32.090Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1562 | 2026-07-20T18:45:32.099Z | Checking num-bigint v0.4.6 |
| 1563 | 2026-07-20T18:45:32.131Z | Checking num-iter v0.1.45 |
| 1564 | 2026-07-20T18:45:32.180Z | Compiling erased-serde v0.4.8 |
| 1565 | 2026-07-20T18:45:32.196Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1566 | 2026-07-20T18:45:32.212Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1567 | 2026-07-20T18:45:32.230Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1568 | 2026-07-20T18:45:32.294Z | Compiling bitstruct_derive v0.1.0 |
| 1569 | 2026-07-20T18:45:32.303Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1570 | 2026-07-20T18:45:32.324Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1571 | 2026-07-20T18:45:32.339Z | Checking bitvec v1.0.1 |
| 1572 | 2026-07-20T18:45:32.348Z | Checking ascii v1.1.0 |
| 1573 | 2026-07-20T18:45:32.356Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1574 | 2026-07-20T18:45:32.407Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1575 | 2026-07-20T18:45:32.511Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1576 | 2026-07-20T18:45:32.522Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1577 | 2026-07-20T18:45:32.526Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1578 | 2026-07-20T18:45:32.526Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1579 | 2026-07-20T18:45:32.823Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1580 | 2026-07-20T18:45:32.837Z | Checking serde_arrays v0.1.0 |
| 1581 | 2026-07-20T18:45:32.905Z | Checking num-rational v0.4.2 |
| 1582 | 2026-07-20T18:45:32.931Z | Checking bitstruct v0.1.1 |
| 1583 | 2026-07-20T18:45:32.931Z | Checking libloading v0.7.4 |
| 1584 | 2026-07-20T18:45:32.962Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1585 | 2026-07-20T18:45:33.169Z | Checking num v0.4.3 |
| 1586 | 2026-07-20T18:45:33.251Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1587 | 2026-07-20T18:45:33.784Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1588 | 2026-07-20T18:45:34.080Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1589 | 2026-07-20T18:45:34.084Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1590 | 2026-07-20T18:45:34.271Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1591 | 2026-07-20T18:45:34.442Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1592 | 2026-07-20T18:45:34.442Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1593 | 2026-07-20T18:45:34.911Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1594 | 2026-07-20T18:45:35.129Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1595 | 2026-07-20T18:45:35.132Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1596 | 2026-07-20T18:45:35.132Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1597 | 2026-07-20T18:45:35.133Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1598 | 2026-07-20T18:45:35.520Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1599 | 2026-07-20T18:45:35.926Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1600 | 2026-07-20T18:45:36.796Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1601 | 2026-07-20T18:45:39.038Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1602 | 2026-07-20T18:45:39.394Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1603 | 2026-07-20T18:45:40.262Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1604 | 2026-07-20T18:45:41.080Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1605 | 2026-07-20T18:45:41.198Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1606 | 2026-07-20T18:45:47.631Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1607 | 2026-07-20T18:45:48.906Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1608 | 2026-07-20T18:45:49.444Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1609 | 2026-07-20T18:45:53.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.65s |
| 1610 | 2026-07-20T18:45:54.056Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1611 | 2026-07-20T18:45:54.056Z | + cargo clippy --features chaos -- --deny warnings |
| 1612 | 2026-07-20T18:45:54.543Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1613 | 2026-07-20T18:45:54.546Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1614 | 2026-07-20T18:45:54.546Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1615 | 2026-07-20T18:46:01.713Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1616 | 2026-07-20T18:46:01.716Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1617 | 2026-07-20T18:46:04.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.09s |
| 1618 | 2026-07-20T18:46:04.353Z | + banner fmt |
| 1619 | 2026-07-20T18:46:04.357Z | |
| 1620 | 2026-07-20T18:46:04.357Z | ###### # # ##### |
| 1621 | 2026-07-20T18:46:04.357Z | # ## ## # |
| 1622 | 2026-07-20T18:46:04.357Z | ##### # ## # # |
| 1623 | 2026-07-20T18:46:04.357Z | # # # # |
| 1624 | 2026-07-20T18:46:04.357Z | # # # # |
| 1625 | 2026-07-20T18:46:04.357Z | # # # # |
| 1626 | 2026-07-20T18:46:04.357Z | |
| 1627 | 2026-07-20T18:46:04.358Z | + cargo fmt -- --check |
| 1628 | 2026-07-20T18:46:04.801Z | + banner test |
| 1629 | 2026-07-20T18:46:04.806Z | |
| 1630 | 2026-07-20T18:46:04.806Z | ##### ###### #### ##### |
| 1631 | 2026-07-20T18:46:04.806Z | # # # # |
| 1632 | 2026-07-20T18:46:04.806Z | # ##### #### # |
| 1633 | 2026-07-20T18:46:04.806Z | # # # # |
| 1634 | 2026-07-20T18:46:04.806Z | # # # # # |
| 1635 | 2026-07-20T18:46:04.807Z | # ###### #### # |
| 1636 | 2026-07-20T18:46:04.807Z | |
| 1637 | 2026-07-20T18:46:04.807Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1638 | 2026-07-20T18:46:04.807Z | + RUST_BACKTRACE=full |
| 1639 | 2026-07-20T18:46:04.807Z | + cargo test --features tofino_stub --no-fail-fast |
| 1640 | 2026-07-20T18:46:05.655Z | Compiling unicode-ident v1.0.24 |
| 1641 | 2026-07-20T18:46:05.656Z | Compiling cfg-if v1.0.4 |
| 1642 | 2026-07-20T18:46:05.659Z | Compiling memchr v2.7.5 |
| 1643 | 2026-07-20T18:46:05.777Z | Compiling serde_core v1.0.228 |
| 1644 | 2026-07-20T18:46:05.789Z | Compiling itoa v1.0.15 |
| 1645 | 2026-07-20T18:46:05.797Z | Compiling libc v0.2.186 |
| 1646 | 2026-07-20T18:46:05.807Z | Compiling zmij v1.0.17 |
| 1647 | 2026-07-20T18:46:05.832Z | Compiling libm v0.2.15 |
| 1648 | 2026-07-20T18:46:05.878Z | Compiling proc-macro2 v1.0.106 |
| 1649 | 2026-07-20T18:46:05.916Z | Compiling heck v0.5.0 |
| 1650 | 2026-07-20T18:46:06.087Z | Compiling equivalent v1.0.2 |
| 1651 | 2026-07-20T18:46:06.213Z | Compiling log v0.4.29 |
| 1652 | 2026-07-20T18:46:06.319Z | Compiling quote v1.0.45 |
| 1653 | 2026-07-20T18:46:06.374Z | Compiling smallvec v1.15.1 |
| 1654 | 2026-07-20T18:46:06.405Z | Compiling iana-time-zone v0.1.64 |
| 1655 | 2026-07-20T18:46:06.561Z | Compiling syn v2.0.118 |
| 1656 | 2026-07-20T18:46:06.593Z | Compiling dyn-clone v1.0.20 |
| 1657 | 2026-07-20T18:46:06.632Z | Compiling hashbrown v0.17.1 |
| 1658 | 2026-07-20T18:46:06.635Z | Compiling stable_deref_trait v1.2.0 |
| 1659 | 2026-07-20T18:46:06.656Z | Compiling pin-project-lite v0.2.16 |
| 1660 | 2026-07-20T18:46:06.724Z | Compiling percent-encoding v2.3.2 |
| 1661 | 2026-07-20T18:46:06.739Z | Compiling litemap v0.8.0 |
| 1662 | 2026-07-20T18:46:06.754Z | Compiling fnv v1.0.7 |
| 1663 | 2026-07-20T18:46:06.853Z | Compiling writeable v0.6.1 |
| 1664 | 2026-07-20T18:46:06.930Z | Compiling icu_properties_data v2.0.1 |
| 1665 | 2026-07-20T18:46:06.961Z | Compiling icu_normalizer_data v2.0.0 |
| 1666 | 2026-07-20T18:46:07.043Z | Compiling regex-syntax v0.8.11 |
| 1667 | 2026-07-20T18:46:07.056Z | Compiling form_urlencoded v1.2.2 |
| 1668 | 2026-07-20T18:46:07.069Z | Compiling utf8_iter v1.0.4 |
| 1669 | 2026-07-20T18:46:07.161Z | Compiling scopeguard v1.2.0 |
| 1670 | 2026-07-20T18:46:07.212Z | Compiling num-traits v0.2.19 |
| 1671 | 2026-07-20T18:46:07.222Z | Compiling getrandom v0.4.2 |
| 1672 | 2026-07-20T18:46:07.244Z | Compiling lock_api v0.4.14 |
| 1673 | 2026-07-20T18:46:07.368Z | Compiling aho-corasick v1.1.3 |
| 1674 | 2026-07-20T18:46:07.474Z | Compiling ucd-trie v0.1.7 |
| 1675 | 2026-07-20T18:46:07.675Z | Compiling semver v1.0.28 |
| 1676 | 2026-07-20T18:46:07.776Z | Compiling serde_json v1.0.150 |
| 1677 | 2026-07-20T18:46:07.827Z | Compiling indexmap v2.14.0 |
| 1678 | 2026-07-20T18:46:07.933Z | Compiling byteorder v1.5.0 |
| 1679 | 2026-07-20T18:46:08.027Z | Compiling futures-core v0.3.32 |
| 1680 | 2026-07-20T18:46:08.047Z | Compiling uuid v1.23.3 |
| 1681 | 2026-07-20T18:46:08.161Z | Compiling allocator-api2 v0.2.21 |
| 1682 | 2026-07-20T18:46:08.473Z | Compiling num-conv v0.2.1 |
| 1683 | 2026-07-20T18:46:08.473Z | Compiling foldhash v0.2.0 |
| 1684 | 2026-07-20T18:46:08.498Z | Compiling regex-automata v0.4.13 |
| 1685 | 2026-07-20T18:46:08.630Z | Compiling time-core v0.1.8 |
| 1686 | 2026-07-20T18:46:08.702Z | Compiling hashbrown v0.16.1 |
| 1687 | 2026-07-20T18:46:08.719Z | Compiling ryu v1.0.20 |
| 1688 | 2026-07-20T18:46:08.784Z | Compiling time-macros v0.2.27 |
| 1689 | 2026-07-20T18:46:08.818Z | Compiling futures-sink v0.3.32 |
| 1690 | 2026-07-20T18:46:08.924Z | Compiling pretty-hex v0.4.1 |
| 1691 | 2026-07-20T18:46:09.065Z | Compiling slab v0.4.11 |
| 1692 | 2026-07-20T18:46:09.294Z | Compiling plain v0.2.3 |
| 1693 | 2026-07-20T18:46:09.335Z | Compiling strsim v0.11.1 |
| 1694 | 2026-07-20T18:46:09.401Z | Compiling synstructure v0.13.2 |
| 1695 | 2026-07-20T18:46:09.414Z | Compiling serde_derive_internals v0.29.1 |
| 1696 | 2026-07-20T18:46:09.740Z | Compiling futures-channel v0.3.32 |
| 1697 | 2026-07-20T18:46:09.766Z | Compiling futures-task v0.3.32 |
| 1698 | 2026-07-20T18:46:09.789Z | Compiling futures-io v0.3.32 |
| 1699 | 2026-07-20T18:46:09.901Z | Compiling socket2 v0.6.4 |
| 1700 | 2026-07-20T18:46:09.942Z | Compiling parking_lot_core v0.9.12 |
| 1701 | 2026-07-20T18:46:09.955Z | Compiling signal-hook-registry v1.4.6 |
| 1702 | 2026-07-20T18:46:09.966Z | Compiling thread-id v5.0.0 |
| 1703 | 2026-07-20T18:46:10.049Z | Compiling mio v1.2.1 |
| 1704 | 2026-07-20T18:46:10.160Z | Compiling parking_lot v0.12.5 |
| 1705 | 2026-07-20T18:46:10.241Z | Compiling regex v1.12.4 |
| 1706 | 2026-07-20T18:46:10.352Z | Compiling regress v0.10.5 |
| 1707 | 2026-07-20T18:46:10.363Z | Compiling darling_core v0.21.3 |
| 1708 | 2026-07-20T18:46:10.422Z | Compiling base64 v0.22.1 |
| 1709 | 2026-07-20T18:46:10.575Z | Compiling bitflags v2.11.1 |
| 1710 | 2026-07-20T18:46:10.575Z | Compiling getrandom v0.2.16 |
| 1711 | 2026-07-20T18:46:10.608Z | Compiling serde_derive v1.0.228 |
| 1712 | 2026-07-20T18:46:10.724Z | Compiling zerofrom-derive v0.1.6 |
| 1713 | 2026-07-20T18:46:10.764Z | Compiling yoke-derive v0.8.0 |
| 1714 | 2026-07-20T18:46:10.775Z | Compiling zerovec-derive v0.11.1 |
| 1715 | 2026-07-20T18:46:10.833Z | Compiling displaydoc v0.2.5 |
| 1716 | 2026-07-20T18:46:11.114Z | Compiling thiserror-impl v2.0.18 |
| 1717 | 2026-07-20T18:46:11.655Z | Compiling schemars_derive v0.8.22 |
| 1718 | 2026-07-20T18:46:11.878Z | Compiling tokio-macros v2.7.0 |
| 1719 | 2026-07-20T18:46:11.945Z | Compiling zerocopy-derive v0.8.27 |
| 1720 | 2026-07-20T18:46:11.990Z | Compiling zeroize_derive v1.4.3 |
| 1721 | 2026-07-20T18:46:12.432Z | Compiling thiserror v2.0.18 |
| 1722 | 2026-07-20T18:46:12.544Z | Compiling futures-macro v0.3.32 |
| 1723 | 2026-07-20T18:46:12.562Z | Compiling zerofrom v0.1.6 |
| 1724 | 2026-07-20T18:46:12.654Z | Compiling thiserror-impl v1.0.69 |
| 1725 | 2026-07-20T18:46:12.696Z | Compiling yoke v0.8.0 |
| 1726 | 2026-07-20T18:46:12.709Z | Compiling tracing-attributes v0.1.30 |
| 1727 | 2026-07-20T18:46:12.892Z | Compiling zerovec v0.11.4 |
| 1728 | 2026-07-20T18:46:12.910Z | Compiling zerotrie v0.2.2 |
| 1729 | 2026-07-20T18:46:13.229Z | Compiling pest v2.8.2 |
| 1730 | 2026-07-20T18:46:13.242Z | Compiling zerocopy v0.8.27 |
| 1731 | 2026-07-20T18:46:13.419Z | Compiling scroll_derive v0.13.1 |
| 1732 | 2026-07-20T18:46:13.433Z | Compiling serde v1.0.228 |
| 1733 | 2026-07-20T18:46:13.880Z | Compiling tinystr v0.8.1 |
| 1734 | 2026-07-20T18:46:13.981Z | Compiling bytes v1.12.0 |
| 1735 | 2026-07-20T18:46:13.993Z | Compiling serde_tokenstream v0.2.3 |
| 1736 | 2026-07-20T18:46:14.094Z | Compiling icu_locale_core v2.0.0 |
| 1737 | 2026-07-20T18:46:14.280Z | Compiling potential_utf v0.1.3 |
| 1738 | 2026-07-20T18:46:14.312Z | Compiling chrono v0.4.45 |
| 1739 | 2026-07-20T18:46:14.370Z | Compiling pest_meta v2.8.2 |
| 1740 | 2026-07-20T18:46:14.451Z | Compiling icu_collections v2.0.0 |
| 1741 | 2026-07-20T18:46:14.569Z | Compiling http v1.4.2 |
| 1742 | 2026-07-20T18:46:14.629Z | Compiling icu_provider v2.0.0 |
| 1743 | 2026-07-20T18:46:14.764Z | Compiling async-trait v0.1.89 |
| 1744 | 2026-07-20T18:46:14.947Z | Compiling icu_normalizer v2.0.0 |
| 1745 | 2026-07-20T18:46:14.971Z | Compiling icu_properties v2.0.1 |
| 1746 | 2026-07-20T18:46:14.975Z | Compiling pest_generator v2.8.2 |
| 1747 | 2026-07-20T18:46:15.556Z | Compiling schemars v0.8.22 |
| 1748 | 2026-07-20T18:46:15.569Z | Compiling scroll v0.13.0 |
| 1749 | 2026-07-20T18:46:15.635Z | Compiling thiserror v1.0.69 |
| 1750 | 2026-07-20T18:46:15.689Z | Compiling pest_derive v2.8.2 |
| 1751 | 2026-07-20T18:46:15.741Z | Compiling tokio v1.52.3 |
| 1752 | 2026-07-20T18:46:15.770Z | Compiling openapiv3 v2.2.0 |
| 1753 | 2026-07-20T18:46:15.835Z | Compiling goblin v0.10.1 |
| 1754 | 2026-07-20T18:46:15.848Z | Compiling idna_adapter v1.2.1 |
| 1755 | 2026-07-20T18:46:15.998Z | Compiling idna v1.1.0 |
| 1756 | 2026-07-20T18:46:16.211Z | Compiling daft-derive v0.1.5 |
| 1757 | 2026-07-20T18:46:16.310Z | Compiling dtrace-parser v0.3.0 |
| 1758 | 2026-07-20T18:46:16.603Z | Compiling url v2.5.7 |
| 1759 | 2026-07-20T18:46:16.864Z | Compiling typify-impl v0.4.3 |
| 1760 | 2026-07-20T18:46:17.004Z | Compiling darling_macro v0.21.3 |
| 1761 | 2026-07-20T18:46:17.240Z | Compiling http-body v1.0.1 |
| 1762 | 2026-07-20T18:46:17.403Z | Compiling ppv-lite86 v0.2.21 |
| 1763 | 2026-07-20T18:46:17.473Z | Compiling serde_yaml v0.9.34+deprecated |
| 1764 | 2026-07-20T18:46:17.514Z | Compiling erased-serde v0.3.31 |
| 1765 | 2026-07-20T18:46:17.611Z | Compiling darling v0.21.3 |
| 1766 | 2026-07-20T18:46:17.697Z | Compiling openssl-macros v0.1.1 |
| 1767 | 2026-07-20T18:46:18.013Z | Compiling ipnet v2.11.0 |
| 1768 | 2026-07-20T18:46:18.026Z | Compiling atomic-waker v1.1.2 |
| 1769 | 2026-07-20T18:46:18.556Z | Compiling httparse v1.10.1 |
| 1770 | 2026-07-20T18:46:18.625Z | Compiling tower-service v0.3.3 |
| 1771 | 2026-07-20T18:46:18.728Z | Compiling dof v0.4.0 |
| 1772 | 2026-07-20T18:46:18.746Z | Compiling untrusted v0.9.0 |
| 1773 | 2026-07-20T18:46:18.873Z | Compiling tower-layer v0.3.3 |
| 1774 | 2026-07-20T18:46:18.876Z | Compiling anyhow v1.0.102 |
| 1775 | 2026-07-20T18:46:19.040Z | Compiling try-lock v0.2.5 |
| 1776 | 2026-07-20T18:46:19.053Z | Compiling syn v1.0.109 |
| 1777 | 2026-07-20T18:46:19.158Z | Compiling want v0.3.1 |
| 1778 | 2026-07-20T18:46:19.253Z | Compiling usdt-impl v0.6.0 |
| 1779 | 2026-07-20T18:46:19.289Z | Compiling zeroize v1.8.1 |
| 1780 | 2026-07-20T18:46:19.334Z | Compiling httpdate v1.0.3 |
| 1781 | 2026-07-20T18:46:19.581Z | Compiling portable-atomic v1.11.1 |
| 1782 | 2026-07-20T18:46:20.116Z | Compiling structmeta-derive v0.3.0 |
| 1783 | 2026-07-20T18:46:20.147Z | Compiling async-stream-impl v0.3.6 |
| 1784 | 2026-07-20T18:46:20.547Z | Compiling critical-section v1.2.0 |
| 1785 | 2026-07-20T18:46:20.666Z | Compiling once_cell v1.21.3 |
| 1786 | 2026-07-20T18:46:20.733Z | Compiling usdt-macro v0.6.0 |
| 1787 | 2026-07-20T18:46:20.813Z | Compiling usdt-attr-macro v0.6.0 |
| 1788 | 2026-07-20T18:46:21.230Z | Compiling structmeta v0.3.0 |
| 1789 | 2026-07-20T18:46:21.279Z | Compiling newtype-uuid-macros v0.1.0 |
| 1790 | 2026-07-20T18:46:21.448Z | Compiling strum_macros v0.26.4 |
| 1791 | 2026-07-20T18:46:21.960Z | Compiling powerfmt v0.2.0 |
| 1792 | 2026-07-20T18:46:22.130Z | Compiling deranged v0.5.3 |
| 1793 | 2026-07-20T18:46:22.195Z | Compiling num_threads v0.1.7 |
| 1794 | 2026-07-20T18:46:22.627Z | Compiling http-body-util v0.1.3 |
| 1795 | 2026-07-20T18:46:22.712Z | Compiling omicron-workspace-hack v0.1.0 |
| 1796 | 2026-07-20T18:46:22.876Z | Compiling dropshot_endpoint v0.16.7 |
| 1797 | 2026-07-20T18:46:22.891Z | Compiling serde_urlencoded v0.7.1 |
| 1798 | 2026-07-20T18:46:22.908Z | Compiling ref-cast-impl v1.0.25 |
| 1799 | 2026-07-20T18:46:23.098Z | Compiling derive-ex v0.1.8 |
| 1800 | 2026-07-20T18:46:23.136Z | Compiling strum_macros v0.27.2 |
| 1801 | 2026-07-20T18:46:23.148Z | Compiling sync_wrapper v1.0.2 |
| 1802 | 2026-07-20T18:46:23.199Z | Compiling typify-macro v0.4.3 |
| 1803 | 2026-07-20T18:46:23.250Z | Compiling serde_with_macros v3.14.1 |
| 1804 | 2026-07-20T18:46:23.319Z | Compiling subtle v2.6.1 |
| 1805 | 2026-07-20T18:46:23.537Z | Compiling thread_local v1.1.9 |
| 1806 | 2026-07-20T18:46:23.645Z | Compiling iri-string v0.7.8 |
| 1807 | 2026-07-20T18:46:23.803Z | Compiling futures-util v0.3.32 |
| 1808 | 2026-07-20T18:46:24.554Z | Compiling match_cfg v0.1.0 |
| 1809 | 2026-07-20T18:46:24.637Z | Compiling rand_core v0.6.4 |
| 1810 | 2026-07-20T18:46:24.712Z | Compiling test-strategy v0.4.3 |
| 1811 | 2026-07-20T18:46:24.869Z | Compiling take_mut v0.2.2 |
| 1812 | 2026-07-20T18:46:24.983Z | Compiling term v1.2.0 |
| 1813 | 2026-07-20T18:46:24.986Z | Compiling typenum v1.20.1 |
| 1814 | 2026-07-20T18:46:25.285Z | Compiling typify v0.4.3 |
| 1815 | 2026-07-20T18:46:25.288Z | Compiling parse-display-derive v0.10.0 |
| 1816 | 2026-07-20T18:46:25.382Z | Compiling progenitor-impl v0.11.1 |
| 1817 | 2026-07-20T18:46:25.603Z | Compiling tracing-core v0.1.34 |
| 1818 | 2026-07-20T18:46:25.701Z | Compiling toml_datetime v0.6.11 |
| 1819 | 2026-07-20T18:46:25.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1820 | 2026-07-20T18:46:25.988Z | Compiling tracing v0.1.41 |
| 1821 | 2026-07-20T18:46:26.105Z | Compiling camino v1.2.3 |
| 1822 | 2026-07-20T18:46:26.285Z | Compiling clap_derive v4.6.1 |
| 1823 | 2026-07-20T18:46:26.417Z | Compiling encoding_rs v0.8.35 |
| 1824 | 2026-07-20T18:46:26.494Z | Compiling fastrand v2.3.0 |
| 1825 | 2026-07-20T18:46:26.565Z | Compiling mime v0.3.17 |
| 1826 | 2026-07-20T18:46:26.583Z | Compiling cpufeatures v0.2.17 |
| 1827 | 2026-07-20T18:46:26.768Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1828 | 2026-07-20T18:46:27.044Z | Compiling unicode-width v0.2.1 |
| 1829 | 2026-07-20T18:46:27.338Z | Compiling errno v0.3.14 |
| 1830 | 2026-07-20T18:46:27.476Z | Compiling hex v0.4.3 |
| 1831 | 2026-07-20T18:46:27.507Z | Compiling generic-array v0.14.7 |
| 1832 | 2026-07-20T18:46:27.766Z | Compiling ipnetwork v0.21.1 |
| 1833 | 2026-07-20T18:46:28.021Z | Compiling crossbeam-utils v0.8.21 |
| 1834 | 2026-07-20T18:46:28.188Z | Compiling tokio-util v0.7.16 |
| 1835 | 2026-07-20T18:46:28.233Z | Compiling slog v2.8.2 |
| 1836 | 2026-07-20T18:46:28.548Z | Compiling rustix v1.1.4 |
| 1837 | 2026-07-20T18:46:28.648Z | Compiling getrandom v0.3.3 |
| 1838 | 2026-07-20T18:46:28.804Z | Compiling winnow v0.7.14 |
| 1839 | 2026-07-20T18:46:28.828Z | Compiling rand_core v0.9.3 |
| 1840 | 2026-07-20T18:46:28.831Z | Compiling h2 v0.4.14 |
| 1841 | 2026-07-20T18:46:28.905Z | Compiling oxnet v0.1.6 |
| 1842 | 2026-07-20T18:46:29.057Z | Compiling crypto-common v0.1.6 |
| 1843 | 2026-07-20T18:46:29.072Z | Compiling progenitor-macro v0.11.1 |
| 1844 | 2026-07-20T18:46:29.196Z | Compiling itertools v0.14.0 |
| 1845 | 2026-07-20T18:46:29.768Z | Compiling winnow v1.0.3 |
| 1846 | 2026-07-20T18:46:29.923Z | Compiling num-derive v0.4.2 |
| 1847 | 2026-07-20T18:46:30.124Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1848 | 2026-07-20T18:46:30.295Z | Compiling serde_spanned v1.1.1 |
| 1849 | 2026-07-20T18:46:30.469Z | Compiling spin v0.9.8 |
| 1850 | 2026-07-20T18:46:30.476Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1851 | 2026-07-20T18:46:30.697Z | Compiling debug-ignore v1.0.5 |
| 1852 | 2026-07-20T18:46:30.812Z | Compiling rand_chacha v0.9.0 |
| 1853 | 2026-07-20T18:46:30.843Z | Compiling rustls-pki-types v1.12.0 |
| 1854 | 2026-07-20T18:46:30.891Z | Compiling quick-error v1.2.3 |
| 1855 | 2026-07-20T18:46:30.927Z | Compiling hyper v1.10.1 |
| 1856 | 2026-07-20T18:46:31.002Z | Compiling rand v0.9.3 |
| 1857 | 2026-07-20T18:46:31.316Z | Compiling tabwriter v1.4.1 |
| 1858 | 2026-07-20T18:46:31.387Z | Compiling async-stream v0.3.6 |
| 1859 | 2026-07-20T18:46:31.569Z | Compiling waitgroup v0.1.2 |
| 1860 | 2026-07-20T18:46:31.572Z | Compiling serde_path_to_error v0.1.20 |
| 1861 | 2026-07-20T18:46:31.671Z | Compiling bit-vec v0.8.0 |
| 1862 | 2026-07-20T18:46:31.729Z | Compiling colored v3.1.1 |
| 1863 | 2026-07-20T18:46:31.901Z | Compiling lazy_static v1.5.0 |
| 1864 | 2026-07-20T18:46:31.923Z | Compiling bit-set v0.8.0 |
| 1865 | 2026-07-20T18:46:31.941Z | Compiling strum v0.26.3 |
| 1866 | 2026-07-20T18:46:32.006Z | Compiling time v0.3.47 |
| 1867 | 2026-07-20T18:46:32.069Z | Compiling ring v0.17.14 |
| 1868 | 2026-07-20T18:46:32.094Z | Compiling hyper-util v0.1.20 |
| 1869 | 2026-07-20T18:46:32.145Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1870 | 2026-07-20T18:46:32.471Z | Compiling unarray v0.1.4 |
| 1871 | 2026-07-20T18:46:32.588Z | Compiling anstyle v1.0.14 |
| 1872 | 2026-07-20T18:46:32.823Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1873 | 2026-07-20T18:46:32.903Z | Compiling crossbeam-channel v0.5.15 |
| 1874 | 2026-07-20T18:46:33.396Z | Compiling macaddr v1.0.1 |
| 1875 | 2026-07-20T18:46:33.642Z | Compiling utf8parse v0.2.2 |
| 1876 | 2026-07-20T18:46:33.761Z | Compiling anstyle-parse v1.0.0 |
| 1877 | 2026-07-20T18:46:33.761Z | Compiling block-buffer v0.10.4 |
| 1878 | 2026-07-20T18:46:33.801Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1879 | 2026-07-20T18:46:33.838Z | Compiling ref-cast v1.0.25 |
| 1880 | 2026-07-20T18:46:33.851Z | Compiling anstyle-query v1.1.4 |
| 1881 | 2026-07-20T18:46:33.925Z | Compiling is_terminal_polyfill v1.70.1 |
| 1882 | 2026-07-20T18:46:33.947Z | Compiling colorchoice v1.0.4 |
| 1883 | 2026-07-20T18:46:33.960Z | Compiling digest v0.10.7 |
| 1884 | 2026-07-20T18:46:33.971Z | Compiling strum v0.27.2 |
| 1885 | 2026-07-20T18:46:33.986Z | Compiling is-terminal v0.4.16 |
| 1886 | 2026-07-20T18:46:34.019Z | Compiling clap_lex v1.1.0 |
| 1887 | 2026-07-20T18:46:34.065Z | Compiling anstream v1.0.0 |
| 1888 | 2026-07-20T18:46:34.081Z | Compiling slog-term v2.9.2 |
| 1889 | 2026-07-20T18:46:34.095Z | Compiling slog-json v2.6.1 |
| 1890 | 2026-07-20T18:46:34.145Z | Compiling slog-async v2.8.0 |
| 1891 | 2026-07-20T18:46:34.266Z | Compiling hostname v0.3.1 |
| 1892 | 2026-07-20T18:46:34.393Z | Compiling slog-bunyan v2.5.0 |
| 1893 | 2026-07-20T18:46:34.406Z | Compiling tower v0.5.2 |
| 1894 | 2026-07-20T18:46:34.409Z | Compiling futures-executor v0.3.32 |
| 1895 | 2026-07-20T18:46:34.409Z | Compiling instant v0.1.13 |
| 1896 | 2026-07-20T18:46:34.709Z | Compiling futures v0.3.32 |
| 1897 | 2026-07-20T18:46:34.712Z | Compiling aws-lc-sys v0.39.1 |
| 1898 | 2026-07-20T18:46:34.712Z | Compiling untrusted v0.7.1 |
| 1899 | 2026-07-20T18:46:34.801Z | Compiling tower-http v0.6.8 |
| 1900 | 2026-07-20T18:46:34.868Z | Compiling openssl-sys v0.9.117 |
| 1901 | 2026-07-20T18:46:35.227Z | Compiling memmap2 v0.9.8 |
| 1902 | 2026-07-20T18:46:35.332Z | Compiling aws-lc-rs v1.16.2 |
| 1903 | 2026-07-20T18:46:36.262Z | Compiling foreign-types-shared v0.1.1 |
| 1904 | 2026-07-20T18:46:36.353Z | Compiling rustls-webpki v0.103.6 |
| 1905 | 2026-07-20T18:46:36.356Z | Compiling foreign-types v0.3.2 |
| 1906 | 2026-07-20T18:46:36.905Z | Compiling rustls v0.23.40 |
| 1907 | 2026-07-20T18:46:37.095Z | Compiling tempfile v3.27.0 |
| 1908 | 2026-07-20T18:46:37.220Z | Compiling openssl-probe v0.1.6 |
| 1909 | 2026-07-20T18:46:37.574Z | Compiling openssl v0.10.81 |
| 1910 | 2026-07-20T18:46:38.255Z | Compiling usdt v0.6.0 |
| 1911 | 2026-07-20T18:46:38.473Z | Compiling either v1.15.0 |
| 1912 | 2026-07-20T18:46:38.691Z | Compiling webpki-roots v1.0.2 |
| 1913 | 2026-07-20T18:46:38.808Z | Compiling newtype-uuid v1.3.2 |
| 1914 | 2026-07-20T18:46:39.160Z | Compiling daft v0.1.5 |
| 1915 | 2026-07-20T18:46:39.927Z | Compiling tokio-rustls v0.26.4 |
| 1916 | 2026-07-20T18:46:40.016Z | Compiling native-tls v0.2.14 |
| 1917 | 2026-07-20T18:46:40.201Z | Compiling hyper-rustls v0.27.7 |
| 1918 | 2026-07-20T18:46:40.341Z | Compiling tokio-native-tls v0.3.1 |
| 1919 | 2026-07-20T18:46:40.525Z | Compiling hyper-tls v0.6.0 |
| 1920 | 2026-07-20T18:46:40.766Z | Compiling reqwest v0.12.23 |
| 1921 | 2026-07-20T18:46:41.670Z | Compiling rustls-webpki v0.102.8 |
| 1922 | 2026-07-20T18:46:41.683Z | Compiling rustls-pemfile v2.2.0 |
| 1923 | 2026-07-20T18:46:41.892Z | Compiling multer v3.1.0 |
| 1924 | 2026-07-20T18:46:42.435Z | Compiling hostname v0.4.2 |
| 1925 | 2026-07-20T18:46:42.586Z | Compiling rustls v0.22.4 |
| 1926 | 2026-07-20T18:46:42.610Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1927 | 2026-07-20T18:46:43.195Z | Compiling terminal_size v0.4.3 |
| 1928 | 2026-07-20T18:46:43.344Z | Compiling rand_chacha v0.3.1 |
| 1929 | 2026-07-20T18:46:43.491Z | Compiling wait-timeout v0.2.1 |
| 1930 | 2026-07-20T18:46:44.033Z | Compiling rusty-fork v0.3.0 |
| 1931 | 2026-07-20T18:46:44.152Z | Compiling rand v0.8.5 |
| 1932 | 2026-07-20T18:46:44.406Z | Compiling tokio-rustls v0.25.0 |
| 1933 | 2026-07-20T18:46:45.484Z | Compiling sha1 v0.10.6 |
| 1934 | 2026-07-20T18:46:45.726Z | Compiling rand_xorshift v0.4.0 |
| 1935 | 2026-07-20T18:46:46.406Z | Compiling hubpack_derive v0.1.1 |
| 1936 | 2026-07-20T18:46:46.902Z | Compiling proptest v1.8.0 |
| 1937 | 2026-07-20T18:46:46.968Z | Compiling dropshot v0.16.7 |
| 1938 | 2026-07-20T18:46:47.007Z | Compiling clap_builder v4.6.0 |
| 1939 | 2026-07-20T18:46:48.439Z | Compiling serde_spanned v0.6.9 |
| 1940 | 2026-07-20T18:46:48.931Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1941 | 2026-07-20T18:46:48.983Z | Compiling clap v4.6.1 |
| 1942 | 2026-07-20T18:46:49.203Z | Compiling prettyplease v0.2.37 |
| 1943 | 2026-07-20T18:46:50.513Z | Compiling progenitor-client v0.11.1 |
| 1944 | 2026-07-20T18:46:50.617Z | Compiling progenitor-client v0.10.0 |
| 1945 | 2026-07-20T18:46:50.802Z | Compiling serde_with v3.14.1 |
| 1946 | 2026-07-20T18:46:51.738Z | Compiling progenitor v0.11.1 |
| 1947 | 2026-07-20T18:46:52.466Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1948 | 2026-07-20T18:46:52.715Z | Compiling rustc-hash v2.1.1 |
| 1949 | 2026-07-20T18:46:52.834Z | Compiling iddqd v0.3.18 |
| 1950 | 2026-07-20T18:46:52.859Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1951 | 2026-07-20T18:46:53.905Z | Compiling backoff v0.4.0 |
| 1952 | 2026-07-20T18:46:54.012Z | Compiling parse-display v0.10.0 |
| 1953 | 2026-07-20T18:46:54.026Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1954 | 2026-07-20T18:46:54.067Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1955 | 2026-07-20T18:46:54.212Z | Compiling winnow v0.5.40 |
| 1956 | 2026-07-20T18:46:54.225Z | Compiling toml_write v0.1.2 |
| 1957 | 2026-07-20T18:46:54.381Z | Compiling toml_edit v0.22.27 |
| 1958 | 2026-07-20T18:46:55.769Z | Compiling num-integer v0.1.46 |
| 1959 | 2026-07-20T18:46:55.907Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1960 | 2026-07-20T18:46:56.228Z | Compiling float-ord v0.3.2 |
| 1961 | 2026-07-20T18:46:56.353Z | Compiling toml v0.8.23 |
| 1962 | 2026-07-20T18:47:00.133Z | Compiling num-iter v0.1.45 |
| 1963 | 2026-07-20T18:47:00.265Z | Compiling num-rational v0.4.2 |
| 1964 | 2026-07-20T18:47:00.812Z | Compiling num-complex v0.4.6 |
| 1965 | 2026-07-20T18:47:01.263Z | Compiling num v0.4.3 |
| 1966 | 2026-07-20T18:47:01.783Z | Compiling toml_edit v0.19.15 |
| 1967 | 2026-07-20T18:47:03.461Z | Compiling proc-macro-crate v1.3.1 |
| 1968 | 2026-07-20T18:47:05.282Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1969 | 2026-07-20T18:47:05.899Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1970 | 2026-07-20T18:47:06.400Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1971 | 2026-07-20T18:47:06.804Z | Compiling zerocopy-derive v0.7.35 |
| 1972 | 2026-07-20T18:47:07.694Z | Compiling memoffset v0.9.1 |
| 1973 | 2026-07-20T18:47:07.790Z | Compiling libscf-sys v1.2.0 |
| 1974 | 2026-07-20T18:47:07.889Z | Compiling ingot-macros v0.1.1 |
| 1975 | 2026-07-20T18:47:07.974Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1976 | 2026-07-20T18:47:08.105Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1977 | 2026-07-20T18:47:09.170Z | Compiling proc-macro-error2 v2.0.1 |
| 1978 | 2026-07-20T18:47:09.370Z | Compiling nix v0.30.1 |
| 1979 | 2026-07-20T18:47:09.792Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1980 | 2026-07-20T18:47:10.323Z | Compiling scroll_derive v0.12.1 |
| 1981 | 2026-07-20T18:47:10.851Z | Compiling tabled_derive v0.11.0 |
| 1982 | 2026-07-20T18:47:11.220Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1983 | 2026-07-20T18:47:13.073Z | Compiling zerocopy v0.7.35 |
| 1984 | 2026-07-20T18:47:13.543Z | Compiling num_enum_derive v0.7.5 |
| 1985 | 2026-07-20T18:47:13.730Z | Compiling hubpack v0.1.2 |
| 1986 | 2026-07-20T18:47:13.797Z | Compiling foreign-types-macros v0.2.3 |
| 1987 | 2026-07-20T18:47:13.964Z | Compiling static_assertions v1.1.0 |
| 1988 | 2026-07-20T18:47:14.641Z | Compiling glob v0.3.3 |
| 1989 | 2026-07-20T18:47:14.726Z | Compiling proc-macro-error-attr v1.0.4 |
| 1990 | 2026-07-20T18:47:14.896Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1991 | 2026-07-20T18:47:15.042Z | Compiling dtrace-parser v0.2.0 |
| 1992 | 2026-07-20T18:47:15.126Z | Compiling bytecount v0.6.9 |
| 1993 | 2026-07-20T18:47:15.429Z | Compiling proc-macro-error v1.0.4 |
| 1994 | 2026-07-20T18:47:15.533Z | Compiling dof v0.3.0 |
| 1995 | 2026-07-20T18:47:16.150Z | Compiling num_enum_derive v0.5.11 |
| 1996 | 2026-07-20T18:47:17.279Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1997 | 2026-07-20T18:47:17.775Z | Compiling thread-id v4.2.2 |
| 1998 | 2026-07-20T18:47:17.867Z | Compiling usdt-impl v0.5.0 |
| 1999 | 2026-07-20T18:47:18.414Z | Compiling derive_more v0.99.20 |
| 2000 | 2026-07-20T18:47:18.566Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2001 | 2026-07-20T18:47:18.824Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2002 | 2026-07-20T18:47:19.306Z | Compiling minimal-lexical v0.2.1 |
| 2003 | 2026-07-20T18:47:19.576Z | Compiling nom v7.1.3 |
| 2004 | 2026-07-20T18:47:19.600Z | Compiling usdt-macro v0.5.0 |
| 2005 | 2026-07-20T18:47:19.739Z | Compiling usdt-attr-macro v0.5.0 |
| 2006 | 2026-07-20T18:47:19.813Z | Compiling zone_cfg_derive v0.3.1 |
| 2007 | 2026-07-20T18:47:20.377Z | Compiling papergrid v0.17.0 |
| 2008 | 2026-07-20T18:47:20.523Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2009 | 2026-07-20T18:47:20.599Z | Compiling testing_table v0.3.0 |
| 2010 | 2026-07-20T18:47:20.696Z | Compiling rustc_version v0.4.1 |
| 2011 | 2026-07-20T18:47:20.770Z | Compiling crossbeam-epoch v0.9.18 |
| 2012 | 2026-07-20T18:47:20.926Z | Compiling dropshot_endpoint v0.17.1 |
| 2013 | 2026-07-20T18:47:20.981Z | Compiling adler2 v2.0.1 |
| 2014 | 2026-07-20T18:47:21.122Z | Compiling miniz_oxide v0.8.9 |
| 2015 | 2026-07-20T18:47:21.149Z | Compiling crc32fast v1.5.0 |
| 2016 | 2026-07-20T18:47:21.426Z | Compiling tabled v0.20.0 |
| 2017 | 2026-07-20T18:47:21.590Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2018 | 2026-07-20T18:47:21.658Z | Compiling enum-as-inner v0.6.1 |
| 2019 | 2026-07-20T18:47:21.920Z | Compiling regress v0.11.1 |
| 2020 | 2026-07-20T18:47:22.197Z | Compiling flate2 v1.1.2 |
| 2021 | 2026-07-20T18:47:22.272Z | Compiling curve25519-dalek v4.1.3 |
| 2022 | 2026-07-20T18:47:22.580Z | Compiling hybrid-array v0.4.12 |
| 2023 | 2026-07-20T18:47:22.721Z | Compiling crossbeam-deque v0.8.6 |
| 2024 | 2026-07-20T18:47:22.757Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2025 | 2026-07-20T18:47:22.920Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2026 | 2026-07-20T18:47:23.072Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2027 | 2026-07-20T18:47:23.257Z | Compiling crypto-common v0.2.2 |
| 2028 | 2026-07-20T18:47:23.646Z | Compiling typify-impl v0.6.2 |
| 2029 | 2026-07-20T18:47:23.907Z | Compiling block-buffer v0.12.0 |
| 2030 | 2026-07-20T18:47:23.920Z | Compiling rayon-core v1.13.0 |
| 2031 | 2026-07-20T18:47:24.075Z | Compiling clang-sys v1.8.1 |
| 2032 | 2026-07-20T18:47:24.243Z | Compiling const-oid v0.10.2 |
| 2033 | 2026-07-20T18:47:24.373Z | Compiling compression-core v0.4.32 |
| 2034 | 2026-07-20T18:47:24.394Z | Compiling digest v0.11.3 |
| 2035 | 2026-07-20T18:47:24.461Z | Compiling scroll v0.12.0 |
| 2036 | 2026-07-20T18:47:24.494Z | Compiling compression-codecs v0.4.32 |
| 2037 | 2026-07-20T18:47:24.673Z | Compiling hash32 v0.3.1 |
| 2038 | 2026-07-20T18:47:24.732Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2039 | 2026-07-20T18:47:24.769Z | Compiling cpufeatures v0.3.0 |
| 2040 | 2026-07-20T18:47:24.831Z | Compiling sha1 v0.11.0 |
| 2041 | 2026-07-20T18:47:24.852Z | Compiling heapless v0.8.0 |
| 2042 | 2026-07-20T18:47:24.874Z | Compiling goblin v0.8.2 |
| 2043 | 2026-07-20T18:47:24.877Z | Compiling async-compression v0.4.33 |
| 2044 | 2026-07-20T18:47:25.050Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2045 | 2026-07-20T18:47:25.090Z | Compiling ingot-types v0.1.2 |
| 2046 | 2026-07-20T18:47:25.289Z | Compiling cobs v0.3.0 |
| 2047 | 2026-07-20T18:47:25.345Z | Compiling libloading v0.8.9 |
| 2048 | 2026-07-20T18:47:25.487Z | Compiling bitflags v1.3.2 |
| 2049 | 2026-07-20T18:47:25.500Z | Compiling foreign-types-shared v0.3.1 |
| 2050 | 2026-07-20T18:47:25.546Z | Compiling managed v0.8.0 |
| 2051 | 2026-07-20T18:47:25.571Z | Compiling bindgen v0.72.1 |
| 2052 | 2026-07-20T18:47:25.589Z | Compiling foreign-types v0.5.0 |
| 2053 | 2026-07-20T18:47:25.678Z | Compiling ingot v0.1.1 |
| 2054 | 2026-07-20T18:47:25.767Z | Compiling dropshot v0.17.1 |
| 2055 | 2026-07-20T18:47:26.051Z | Compiling smoltcp v0.11.0 |
| 2056 | 2026-07-20T18:47:26.643Z | Compiling postcard v1.1.3 |
| 2057 | 2026-07-20T18:47:27.437Z | Compiling cexpr v0.6.0 |
| 2058 | 2026-07-20T18:47:28.027Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2059 | 2026-07-20T18:47:28.040Z | Compiling num_enum v0.7.5 |
| 2060 | 2026-07-20T18:47:28.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2061 | 2026-07-20T18:47:28.577Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2062 | 2026-07-20T18:47:28.604Z | Compiling camino-tempfile v1.4.1 |
| 2063 | 2026-07-20T18:47:28.685Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2064 | 2026-07-20T18:47:28.698Z | Compiling serde_repr v0.1.20 |
| 2065 | 2026-07-20T18:47:28.837Z | Compiling derive-where v1.6.0 |
| 2066 | 2026-07-20T18:47:28.944Z | Compiling cstr-argument v0.1.2 |
| 2067 | 2026-07-20T18:47:29.079Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2068 | 2026-07-20T18:47:29.300Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2069 | 2026-07-20T18:47:30.031Z | Compiling typify-macro v0.6.2 |
| 2070 | 2026-07-20T18:47:30.107Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2071 | 2026-07-20T18:47:30.300Z | Compiling rayon v1.11.0 |
| 2072 | 2026-07-20T18:47:30.468Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2073 | 2026-07-20T18:47:30.598Z | Compiling crucible-workspace-hack v0.1.0 |
| 2074 | 2026-07-20T18:47:31.280Z | Compiling memmap v0.7.0 |
| 2075 | 2026-07-20T18:47:31.406Z | Compiling tinyvec_macros v0.1.1 |
| 2076 | 2026-07-20T18:47:31.474Z | Compiling tinyvec v1.10.0 |
| 2077 | 2026-07-20T18:47:31.502Z | Compiling usdt v0.5.0 |
| 2078 | 2026-07-20T18:47:31.793Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2079 | 2026-07-20T18:47:32.188Z | Compiling typify v0.6.2 |
| 2080 | 2026-07-20T18:47:32.305Z | Compiling num_enum v0.5.11 |
| 2081 | 2026-07-20T18:47:32.621Z | Compiling pin-project-internal v1.1.10 |
| 2082 | 2026-07-20T18:47:33.648Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2083 | 2026-07-20T18:47:33.736Z | Compiling progenitor-impl v0.14.0 |
| 2084 | 2026-07-20T18:47:33.797Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2085 | 2026-07-20T18:47:33.809Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2086 | 2026-07-20T18:47:33.870Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2087 | 2026-07-20T18:47:34.046Z | Compiling rustix v0.38.44 |
| 2088 | 2026-07-20T18:47:34.446Z | Compiling itertools v0.12.1 |
| 2089 | 2026-07-20T18:47:34.556Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2090 | 2026-07-20T18:47:34.669Z | Compiling progenitor-impl v0.10.0 |
| 2091 | 2026-07-20T18:47:34.934Z | Compiling sigpipe v0.1.3 |
| 2092 | 2026-07-20T18:47:35.022Z | Compiling jiff v0.2.15 |
| 2093 | 2026-07-20T18:47:35.035Z | Compiling const_format_proc_macros v0.2.34 |
| 2094 | 2026-07-20T18:47:35.586Z | Compiling zone v0.3.1 |
| 2095 | 2026-07-20T18:47:35.667Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-07-20T18:47:35.857Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2097 | 2026-07-20T18:47:37.329Z | Compiling progenitor-macro v0.14.0 |
| 2098 | 2026-07-20T18:47:37.495Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2099 | 2026-07-20T18:47:37.751Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2100 | 2026-07-20T18:47:37.986Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2101 | 2026-07-20T18:47:38.198Z | Compiling progenitor-macro v0.10.0 |
| 2102 | 2026-07-20T18:47:38.219Z | Compiling secrecy v0.10.3 |
| 2103 | 2026-07-20T18:47:38.310Z | Compiling smf v0.2.3 |
| 2104 | 2026-07-20T18:47:38.388Z | Compiling async-recursion v1.1.1 |
| 2105 | 2026-07-20T18:47:38.717Z | Compiling snafu-derive v0.8.9 |
| 2106 | 2026-07-20T18:47:38.871Z | Compiling bstr v1.12.0 |
| 2107 | 2026-07-20T18:47:39.164Z | Compiling whoami v1.6.1 |
| 2108 | 2026-07-20T18:47:39.371Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2109 | 2026-07-20T18:47:40.490Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2110 | 2026-07-20T18:47:41.044Z | Compiling hmac v0.12.1 |
| 2111 | 2026-07-20T18:47:41.217Z | Compiling inout v0.1.4 |
| 2112 | 2026-07-20T18:47:41.366Z | Compiling ff v0.13.1 |
| 2113 | 2026-07-20T18:47:41.510Z | Compiling data-encoding v2.9.0 |
| 2114 | 2026-07-20T18:47:41.691Z | Compiling crc8 v0.1.1 |
| 2115 | 2026-07-20T18:47:41.819Z | Compiling group v0.13.0 |
| 2116 | 2026-07-20T18:47:41.936Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2117 | 2026-07-20T18:47:41.948Z | Compiling cipher v0.4.4 |
| 2118 | 2026-07-20T18:47:42.664Z | Compiling hkdf v0.12.4 |
| 2119 | 2026-07-20T18:47:42.858Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2120 | 2026-07-20T18:47:43.223Z | Compiling atomicwrites v0.4.4 |
| 2121 | 2026-07-20T18:47:43.367Z | Compiling tokio-dtrace v0.1.1 |
| 2122 | 2026-07-20T18:47:43.654Z | Compiling tabled_derive v0.7.0 |
| 2123 | 2026-07-20T18:47:44.038Z | Compiling reqwest v0.13.2 |
| 2124 | 2026-07-20T18:47:44.174Z | Compiling universal-hash v0.5.1 |
| 2125 | 2026-07-20T18:47:44.187Z | Compiling crypto-bigint v0.5.5 |
| 2126 | 2026-07-20T18:47:44.315Z | Compiling half v2.7.1 |
| 2127 | 2026-07-20T18:47:44.419Z | Compiling indent_write v2.2.0 |
| 2128 | 2026-07-20T18:47:44.568Z | Compiling base16ct v0.2.0 |
| 2129 | 2026-07-20T18:47:44.617Z | Compiling ciborium-io v0.2.2 |
| 2130 | 2026-07-20T18:47:44.721Z | Compiling base64ct v1.8.0 |
| 2131 | 2026-07-20T18:47:44.734Z | Compiling opaque-debug v0.3.1 |
| 2132 | 2026-07-20T18:47:44.815Z | Compiling poly1305 v0.8.0 |
| 2133 | 2026-07-20T18:47:45.031Z | Compiling progenitor-client v0.14.0 |
| 2134 | 2026-07-20T18:47:45.242Z | Compiling elliptic-curve v0.13.8 |
| 2135 | 2026-07-20T18:47:45.277Z | Compiling password-hash v0.5.0 |
| 2136 | 2026-07-20T18:47:45.335Z | Compiling ciborium-ll v0.2.2 |
| 2137 | 2026-07-20T18:47:45.902Z | Compiling oxide-tokio-rt v0.1.2 |
| 2138 | 2026-07-20T18:47:46.261Z | Compiling chacha20 v0.9.1 |
| 2139 | 2026-07-20T18:47:46.498Z | Compiling similar v2.7.0 |
| 2140 | 2026-07-20T18:47:46.512Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2141 | 2026-07-20T18:47:46.708Z | Compiling thiserror-no-std v2.0.2 |
| 2142 | 2026-07-20T18:47:47.518Z | Compiling blake2 v0.10.6 |
| 2143 | 2026-07-20T18:47:47.986Z | Compiling aead v0.5.2 |
| 2144 | 2026-07-20T18:47:47.998Z | Compiling strum_macros v0.28.0 |
| 2145 | 2026-07-20T18:47:48.290Z | Compiling resolv-conf v0.7.5 |
| 2146 | 2026-07-20T18:47:48.328Z | Compiling linked-hash-map v0.5.6 |
| 2147 | 2026-07-20T18:47:48.492Z | Compiling keccak v0.1.6 |
| 2148 | 2026-07-20T18:47:48.526Z | Compiling lru-cache v0.1.2 |
| 2149 | 2026-07-20T18:47:48.658Z | Compiling sha3 v0.10.8 |
| 2150 | 2026-07-20T18:47:48.919Z | Compiling chacha20poly1305 v0.10.1 |
| 2151 | 2026-07-20T18:47:48.973Z | Compiling argon2 v0.5.3 |
| 2152 | 2026-07-20T18:47:48.986Z | Compiling vsss-rs v3.3.4 |
| 2153 | 2026-07-20T18:47:48.997Z | Compiling progenitor v0.14.0 |
| 2154 | 2026-07-20T18:47:49.054Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2155 | 2026-07-20T18:47:49.338Z | Compiling ciborium v0.2.2 |
| 2156 | 2026-07-20T18:47:49.359Z | Compiling hickory-proto v0.24.4 |
| 2157 | 2026-07-20T18:47:49.868Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2158 | 2026-07-20T18:47:49.904Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2159 | 2026-07-20T18:47:50.292Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2160 | 2026-07-20T18:47:50.416Z | Compiling serde-big-array v0.5.1 |
| 2161 | 2026-07-20T18:47:50.431Z | Compiling same-file v1.0.6 |
| 2162 | 2026-07-20T18:47:50.606Z | Compiling siphasher v1.0.1 |
| 2163 | 2026-07-20T18:47:50.629Z | Compiling unicode-segmentation v1.12.0 |
| 2164 | 2026-07-20T18:47:50.816Z | Compiling phf_shared v0.12.1 |
| 2165 | 2026-07-20T18:47:50.954Z | Compiling newline-converter v0.3.0 |
| 2166 | 2026-07-20T18:47:50.996Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2167 | 2026-07-20T18:47:51.037Z | Compiling walkdir v2.5.0 |
| 2168 | 2026-07-20T18:47:51.078Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2169 | 2026-07-20T18:47:51.206Z | Compiling hickory-resolver v0.24.4 |
| 2170 | 2026-07-20T18:47:51.512Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2171 | 2026-07-20T18:47:52.086Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2172 | 2026-07-20T18:47:53.180Z | Compiling newtype_derive v0.1.6 |
| 2173 | 2026-07-20T18:47:53.194Z | Compiling owo-colors v4.3.0 |
| 2174 | 2026-07-20T18:47:53.197Z | Compiling tokio-stream v0.1.17 |
| 2175 | 2026-07-20T18:47:53.588Z | Compiling console v0.15.11 |
| 2176 | 2026-07-20T18:47:53.671Z | Compiling csv-core v0.1.12 |
| 2177 | 2026-07-20T18:47:53.752Z | Compiling unicode-width v0.1.14 |
| 2178 | 2026-07-20T18:47:53.952Z | Compiling unicode-linebreak v0.1.5 |
| 2179 | 2026-07-20T18:47:54.030Z | Compiling swrite v0.1.0 |
| 2180 | 2026-07-20T18:47:54.135Z | Compiling foldhash v0.1.5 |
| 2181 | 2026-07-20T18:47:54.167Z | Compiling humantime v2.3.0 |
| 2182 | 2026-07-20T18:47:54.208Z | Compiling termtree v0.5.1 |
| 2183 | 2026-07-20T18:47:54.243Z | Compiling smawk v0.3.2 |
| 2184 | 2026-07-20T18:47:54.264Z | Compiling hashbrown v0.15.5 |
| 2185 | 2026-07-20T18:47:54.385Z | Compiling textwrap v0.16.2 |
| 2186 | 2026-07-20T18:47:54.450Z | Compiling expectorate v1.2.0 |
| 2187 | 2026-07-20T18:47:54.453Z | Compiling csv v1.4.0 |
| 2188 | 2026-07-20T18:47:54.618Z | Compiling qorb v0.4.1 |
| 2189 | 2026-07-20T18:47:54.825Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2190 | 2026-07-20T18:47:54.924Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2191 | 2026-07-20T18:47:56.121Z | Compiling phf v0.12.1 |
| 2192 | 2026-07-20T18:47:56.287Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2193 | 2026-07-20T18:47:56.851Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2194 | 2026-07-20T18:47:57.043Z | Compiling pin-project v1.1.10 |
| 2195 | 2026-07-20T18:47:57.133Z | Compiling unicode-normalization v0.1.24 |
| 2196 | 2026-07-20T18:47:57.155Z | Compiling libz-sys v1.1.22 |
| 2197 | 2026-07-20T18:47:57.404Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2198 | 2026-07-20T18:47:58.271Z | Compiling libsw-core v0.3.2 |
| 2199 | 2026-07-20T18:47:58.521Z | Compiling fixedbitset v0.5.7 |
| 2200 | 2026-07-20T18:47:58.726Z | Compiling fixedbitset v0.4.2 |
| 2201 | 2026-07-20T18:47:58.726Z | Compiling highway v1.3.0 |
| 2202 | 2026-07-20T18:47:59.361Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2203 | 2026-07-20T18:48:00.120Z | Compiling petgraph v0.6.5 |
| 2204 | 2026-07-20T18:48:00.146Z | Compiling progenitor v0.10.0 |
| 2205 | 2026-07-20T18:48:00.308Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2206 | 2026-07-20T18:48:01.192Z | Compiling petgraph v0.8.2 |
| 2207 | 2026-07-20T18:48:01.859Z | Compiling libsw v3.5.0 |
| 2208 | 2026-07-20T18:48:02.493Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2209 | 2026-07-20T18:48:03.003Z | Compiling olpc-cjson v0.1.4 |
| 2210 | 2026-07-20T18:48:03.016Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2211 | 2026-07-20T18:48:03.191Z | Compiling snafu v0.8.9 |
| 2212 | 2026-07-20T18:48:03.593Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2213 | 2026-07-20T18:48:03.800Z | Compiling chrono-tz v0.10.4 |
| 2214 | 2026-07-20T18:48:03.816Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2215 | 2026-07-20T18:48:04.505Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2216 | 2026-07-20T18:48:04.578Z | Compiling papergrid v0.11.0 |
| 2217 | 2026-07-20T18:48:04.704Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-07-20T18:48:04.791Z | Compiling strum v0.28.0 |
| 2219 | 2026-07-20T18:48:04.935Z | Compiling globset v0.4.16 |
| 2220 | 2026-07-20T18:48:04.988Z | Compiling const_format v0.2.34 |
| 2221 | 2026-07-20T18:48:05.328Z | Compiling slog-dtrace v0.3.0 |
| 2222 | 2026-07-20T18:48:05.342Z | Compiling cancel-safe-futures v0.1.5 |
| 2223 | 2026-07-20T18:48:05.656Z | Compiling gethostname v0.5.0 |
| 2224 | 2026-07-20T18:48:05.793Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2225 | 2026-07-20T18:48:06.390Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2226 | 2026-07-20T18:48:06.772Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2227 | 2026-07-20T18:48:06.871Z | Compiling bcs v0.1.6 |
| 2228 | 2026-07-20T18:48:07.018Z | Compiling serde_plain v1.0.2 |
| 2229 | 2026-07-20T18:48:07.175Z | Compiling cargo-platform v0.1.9 |
| 2230 | 2026-07-20T18:48:07.211Z | Compiling pem v3.0.5 |
| 2231 | 2026-07-20T18:48:07.555Z | Compiling linear-map v1.2.0 |
| 2232 | 2026-07-20T18:48:07.610Z | Compiling tagptr v0.2.0 |
| 2233 | 2026-07-20T18:48:07.615Z | Compiling typed-path v0.9.3 |
| 2234 | 2026-07-20T18:48:07.783Z | Compiling moka v0.12.11 |
| 2235 | 2026-07-20T18:48:07.816Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2236 | 2026-07-20T18:48:08.535Z | Compiling tough v0.20.0 |
| 2237 | 2026-07-20T18:48:09.676Z | Compiling cargo_metadata v0.18.1 |
| 2238 | 2026-07-20T18:48:09.900Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2239 | 2026-07-20T18:48:10.981Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2240 | 2026-07-20T18:48:11.269Z | Compiling tabled v0.15.0 |
| 2241 | 2026-07-20T18:48:11.669Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2242 | 2026-07-20T18:48:12.120Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2243 | 2026-07-20T18:48:12.325Z | Compiling git2 v0.19.0 |
| 2244 | 2026-07-20T18:48:13.986Z | Compiling steno v0.4.1 |
| 2245 | 2026-07-20T18:48:15.171Z | Compiling cookie v0.18.1 |
| 2246 | 2026-07-20T18:48:15.284Z | Compiling hickory-proto v0.25.2 |
| 2247 | 2026-07-20T18:48:17.433Z | Compiling hickory-resolver v0.25.2 |
| 2248 | 2026-07-20T18:48:18.510Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2249 | 2026-07-20T18:48:19.966Z | Compiling vergen v8.3.2 |
| 2250 | 2026-07-20T18:48:22.225Z | Compiling signal-hook v0.4.4 |
| 2251 | 2026-07-20T18:48:22.522Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2252 | 2026-07-20T18:48:22.536Z | Compiling mockall_derive v0.14.0 |
| 2253 | 2026-07-20T18:48:22.726Z | Compiling predicates-core v1.0.9 |
| 2254 | 2026-07-20T18:48:23.084Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2255 | 2026-07-20T18:48:23.301Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2256 | 2026-07-20T18:48:23.430Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2257 | 2026-07-20T18:48:23.590Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2258 | 2026-07-20T18:48:23.820Z | Compiling sha2 v0.10.9 |
| 2259 | 2026-07-20T18:48:24.381Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2260 | 2026-07-20T18:48:25.205Z | Compiling mockall v0.14.0 |
| 2261 | 2026-07-20T18:48:25.454Z | Compiling yansi v1.0.1 |
| 2262 | 2026-07-20T18:48:25.506Z | Compiling diff v0.1.13 |
| 2263 | 2026-07-20T18:48:25.703Z | Compiling pretty_assertions v1.4.1 |
| 2264 | 2026-07-20T18:48:25.821Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2265 | 2026-07-20T18:48:26.219Z | Compiling fs-err v3.1.2 |
| 2266 | 2026-07-20T18:48:26.545Z | Compiling predicates-tree v1.0.12 |
| 2267 | 2026-07-20T18:48:26.832Z | Compiling predicates v3.1.3 |
| 2268 | 2026-07-20T18:48:27.846Z | Compiling git-stub v1.0.0 |
| 2269 | 2026-07-20T18:48:27.929Z | Compiling filetime v0.2.26 |
| 2270 | 2026-07-20T18:48:28.131Z | Compiling xattr v1.6.1 |
| 2271 | 2026-07-20T18:48:28.135Z | Compiling fragile v2.0.1 |
| 2272 | 2026-07-20T18:48:28.325Z | Compiling is_ci v1.2.0 |
| 2273 | 2026-07-20T18:48:28.455Z | Compiling arrayref v0.3.9 |
| 2274 | 2026-07-20T18:48:28.489Z | Compiling constant_time_eq v0.3.1 |
| 2275 | 2026-07-20T18:48:28.543Z | Compiling arrayvec v0.7.6 |
| 2276 | 2026-07-20T18:48:28.618Z | Compiling downcast v0.11.0 |
| 2277 | 2026-07-20T18:48:28.761Z | Compiling blake3 v1.8.2 |
| 2278 | 2026-07-20T18:48:28.783Z | Compiling supports-color v3.0.2 |
| 2279 | 2026-07-20T18:48:28.990Z | Compiling toml v0.7.8 |
| 2280 | 2026-07-20T18:48:29.352Z | Compiling tar v0.4.45 |
| 2281 | 2026-07-20T18:48:29.689Z | Compiling git-stub-vcs v0.1.0 |
| 2282 | 2026-07-20T18:48:30.083Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2283 | 2026-07-20T18:48:30.383Z | Compiling signal-hook-tokio v0.4.0 |
| 2284 | 2026-07-20T18:48:30.681Z | Compiling scuffle v0.1.0 |
| 2285 | 2026-07-20T18:48:31.671Z | Compiling drift v0.2.0 |
| 2286 | 2026-07-20T18:48:31.858Z | Compiling kstat-rs v0.2.4 |
| 2287 | 2026-07-20T18:48:32.199Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2288 | 2026-07-20T18:48:32.351Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2289 | 2026-07-20T18:48:32.429Z | Compiling topological-sort v0.2.2 |
| 2290 | 2026-07-20T18:48:32.528Z | Compiling hex-literal v1.1.0 |
| 2291 | 2026-07-20T18:48:32.587Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2292 | 2026-07-20T18:48:32.660Z | Compiling omicron-zone-package v0.12.2 |
| 2293 | 2026-07-20T18:48:33.335Z | Compiling dropshot-api-manager v0.7.2 |
| 2294 | 2026-07-20T18:48:34.625Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2295 | 2026-07-20T18:48:34.662Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2296 | 2026-07-20T18:48:35.576Z | Compiling curl v0.4.50 |
| 2297 | 2026-07-20T18:48:35.926Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2298 | 2026-07-20T18:48:36.461Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2299 | 2026-07-20T18:48:36.474Z | Compiling iddqd v0.4.5 |
| 2300 | 2026-07-20T18:48:36.721Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2301 | 2026-07-20T18:48:37.232Z | Compiling internet-checksum v0.2.1 |
| 2302 | 2026-07-20T18:48:37.358Z | Compiling search_path v0.1.4 |
| 2303 | 2026-07-20T18:48:37.390Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2304 | 2026-07-20T18:48:37.787Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2305 | 2026-07-20T18:48:40.640Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2306 | 2026-07-20T18:48:40.699Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2307 | 2026-07-20T18:49:26.542Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 21s |
| 2308 | 2026-07-20T18:49:26.666Z | Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a) |
| 2309 | 2026-07-20T18:49:26.669Z | |
| 2310 | 2026-07-20T18:49:26.669Z | running 5 tests |
| 2311 | 2026-07-20T18:49:26.672Z | test fuse::tests::chip_revision_b1 ... ok |
| 2312 | 2026-07-20T18:49:26.672Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 2313 | 2026-07-20T18:49:26.672Z | test fuse::tests::chip_revision_b0 ... ok |
| 2314 | 2026-07-20T18:49:26.672Z | test fuse::tests::chip_revision_a0 ... ok |
| 2315 | 2026-07-20T18:49:26.672Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 2316 | 2026-07-20T18:49:26.672Z | |
| 2317 | 2026-07-20T18:49:26.672Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2318 | 2026-07-20T18:49:26.672Z | |
| 2319 | 2026-07-20T18:49:26.672Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2320 | 2026-07-20T18:49:26.675Z | |
| 2321 | 2026-07-20T18:49:26.675Z | running 0 tests |
| 2322 | 2026-07-20T18:49:26.675Z | |
| 2323 | 2026-07-20T18:49:26.675Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2324 | 2026-07-20T18:49:26.675Z | |
| 2325 | 2026-07-20T18:49:26.675Z | Running unittests src/lib.rs (target/debug/deps/asic-3efa9620a1154aea) |
| 2326 | 2026-07-20T18:49:26.678Z | |
| 2327 | 2026-07-20T18:49:26.678Z | running 0 tests |
| 2328 | 2026-07-20T18:49:26.678Z | |
| 2329 | 2026-07-20T18:49:26.678Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2330 | 2026-07-20T18:49:26.678Z | |
| 2331 | 2026-07-20T18:49:26.678Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 2332 | 2026-07-20T18:49:26.678Z | |
| 2333 | 2026-07-20T18:49:26.678Z | running 11 tests |
| 2334 | 2026-07-20T18:49:26.678Z | test nat::tests::test_vni ... ok |
| 2335 | 2026-07-20T18:49:26.678Z | test network::tests::test_equal ... ok |
| 2336 | 2026-07-20T18:49:26.679Z | test network::tests::test_eui64 ... ok |
| 2337 | 2026-07-20T18:49:26.679Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2338 | 2026-07-20T18:49:26.679Z | test network::tests::test_into ... ok |
| 2339 | 2026-07-20T18:49:26.679Z | test network::tests::test_not_equal ... ok |
| 2340 | 2026-07-20T18:49:26.679Z | test network::tests::test_to_string ... ok |
| 2341 | 2026-07-20T18:49:26.679Z | test network::tests::test_parse ... ok |
| 2342 | 2026-07-20T18:49:26.679Z | test ports::tests::port_ids_are_ascii ... ok |
| 2343 | 2026-07-20T18:49:26.682Z | test test_purge ... ok |
| 2344 | 2026-07-20T18:49:26.682Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2345 | 2026-07-20T18:49:26.682Z | |
| 2346 | 2026-07-20T18:49:26.682Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2347 | 2026-07-20T18:49:26.682Z | |
| 2348 | 2026-07-20T18:49:26.685Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7) |
| 2349 | 2026-07-20T18:49:26.688Z | |
| 2350 | 2026-07-20T18:49:26.688Z | running 1 test |
| 2351 | 2026-07-20T18:49:26.691Z | ------- |
| 2352 | 2026-07-20T18:49:26.691Z | Generating OpenAPI documents from API definitions ... |
| 2353 | 2026-07-20T18:49:26.830Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2354 | 2026-07-20T18:49:26.898Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2355 | 2026-07-20T18:49:27.902Z | ------- |
| 2356 | 2026-07-20T18:49:27.902Z | Checking 12 OpenAPI documents... |
| 2357 | 2026-07-20T18:49:27.902Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2358 | 2026-07-20T18:49:27.902Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2359 | 2026-07-20T18:49:27.902Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2360 | 2026-07-20T18:49:27.903Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2361 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2362 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2363 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2364 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2365 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2366 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2367 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2368 | 2026-07-20T18:49:27.906Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2369 | 2026-07-20T18:49:27.906Z | Fresh dpd "latest" symlink |
| 2370 | 2026-07-20T18:49:27.906Z | ------- |
| 2371 | 2026-07-20T18:49:27.906Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 2372 | 2026-07-20T18:49:27.966Z | test test::test_apis_up_to_date ... ok |
| 2373 | 2026-07-20T18:49:27.966Z | |
| 2374 | 2026-07-20T18:49:27.966Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.28s |
| 2375 | 2026-07-20T18:49:27.966Z | |
| 2376 | 2026-07-20T18:49:28.023Z | Running unittests src/main.rs (target/debug/deps/dpd-9d0febdcaaefc583) |
| 2377 | 2026-07-20T18:49:28.029Z | |
| 2378 | 2026-07-20T18:49:28.029Z | running 34 tests |
| 2379 | 2026-07-20T18:49:28.032Z | test freemap::test_ordering ... ok |
| 2380 | 2026-07-20T18:49:28.032Z | test config::tests::test_updates ... ok |
| 2381 | 2026-07-20T18:49:28.032Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2382 | 2026-07-20T18:49:28.032Z | test freemap::test_split ... ok |
| 2383 | 2026-07-20T18:49:28.036Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2384 | 2026-07-20T18:49:28.036Z | test macaddrs::tests::test_mac_offset ... ok |
| 2385 | 2026-07-20T18:49:28.036Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2386 | 2026-07-20T18:49:28.036Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2387 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG created new freemap, unit: freemap_test |
| 2388 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG initted freemap. size: 128, unit: freemap_test |
| 2389 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG reset freemap, unit: freemap_test |
| 2390 | 2026-07-20T18:49:28.036Z | test nat::test_mapping ... ok |
| 2391 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG created new freemap, unit: freemap_test |
| 2392 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG initted freemap. size: 128, unit: freemap_test |
| 2393 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.585 DEBG reset freemap, unitJul 20 18:49:26.585: DEBGfreemap_test |
| 2394 | 2026-07-20T18:49:28.036Z | created new freemap, unit: freemap_test |
| 2395 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.586 DEBG initted freemap. size: 128, unit:Jul 20 18:49:26.585 freemap_testDEBG |
| 2396 | 2026-07-20T18:49:28.036Z | created new freemap, unitJul 20 18:49:26.586: DEBGfreemap_test |
| 2397 | 2026-07-20T18:49:28.036Z | reset freemap, unit: Jul 20 18:49:26.586freemap_test |
| 2398 | 2026-07-20T18:49:28.036Z | DEBG initted freemap. size: 128, unit: freemap_test |
| 2399 | 2026-07-20T18:49:28.036Z | test freemap::test_exhaustion ... ok |
| 2400 | 2026-07-20T18:49:28.036Z | Jul 20 18:49:26.586 DEBG reset freemap, unit: freemap_test |
| 2401 | 2026-07-20T18:49:28.036Z | test freemap::test_reclaim ... ok |
| 2402 | 2026-07-20T18:49:28.036Z | test freemap::test_free ... ok |
| 2403 | 2026-07-20T18:49:28.036Z | test freemap::test_basic ... ok |
| 2404 | 2026-07-20T18:49:28.037Z | test port_map::tests::test_backplane_group ... ok |
| 2405 | 2026-07-20T18:49:28.037Z | test port_map::tests::test_port_map ... ok |
| 2406 | 2026-07-20T18:49:28.037Z | test port_map::tests::dump_map ... ok |
| 2407 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.586 DEBG created new freemap, unit: freemap_test |
| 2408 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.586 DEBG initted freemap. size: 8, unit: freemap_test |
| 2409 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.586 DEBG reset freemap, unit: freemap_test |
| 2410 | 2026-07-20T18:49:28.037Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2411 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2412 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2413 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2414 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2415 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2416 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2417 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2418 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2419 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2420 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2421 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2422 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2423 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2424 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2425 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2426 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2427 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2428 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2429 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2430 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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-20T18:49:28.037Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffcreated new freemap |
| 2432 | 2026-07-20T18:49:28.037Z | , unit:Jul 20 18:49:26.587 freemap_testDEBG |
| 2433 | 2026-07-20T18:49:28.037Z | replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2434 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 Jul 20 18:49:26.587INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2435 | 2026-07-20T18:49:28.037Z | initted freemap. size: 128, unit:Jul 20 18:49:26.587 freemap_testDEBG |
| 2436 | 2026-07-20T18:49:28.037Z | 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 } }] |
| 2437 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 Jul 20 18:49:26.587DEBG INFOreset freemap , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 2438 | 2026-07-20T18:49:28.037Z | : freemap_test |
| 2439 | 2026-07-20T18:49:28.037Z | Jul 20 18:49:26.587 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 } }] |
| 2440 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2441 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2442 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2443 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2444 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2445 | 2026-07-20T18:49:28.038Z | test api_server::tests::test_build_info ... ok |
| 2446 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2448 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2449 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2450 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2451 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2452 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2453 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2454 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 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 } }] |
| 2455 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2456 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBG DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2457 | 2026-07-20T18:49:28.038Z | created new freemap, unitJul 20 18:49:26.587: INFOfreemap_route_ipv4 adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2458 | 2026-07-20T18:49:28.038Z | |
| 2459 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 DEBG Jul 20 18:49:26.587replacing 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 } }] |
| 2460 | 2026-07-20T18:49:28.038Z | DEBG created new freemap, unitJul 20 18:49:26.587: INFOfreemap_route_ipv6 |
| 2461 | 2026-07-20T18:49:28.038Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2462 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2463 | 2026-07-20T18:49:28.038Z | unit: freemap_route_ipv4 |
| 2464 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 20 18:49:26.587 |
| 2465 | 2026-07-20T18:49:28.038Z | DEBG reset freemap, Jul 20 18:49:26.587unit :DEBG 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 } }] |
| 2466 | 2026-07-20T18:49:28.038Z | |
| 2467 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2468 | 2026-07-20T18:49:28.038Z | , unit: freemap_route_ipv6Jul 20 18:49:26.587 |
| 2469 | 2026-07-20T18:49:28.038Z | 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 20 18:49:26.587 |
| 2470 | 2026-07-20T18:49:28.038Z | DEBG reset freemap, Jul 20 18:49:26.587unit :INFO freemap_route_ipv6adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2471 | 2026-07-20T18:49:28.038Z | |
| 2472 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 2473 | 2026-07-20T18:49:28.038Z | |
| 2474 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2475 | 2026-07-20T18:49:28.038Z | |
| 2476 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 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::/64 -> 2001:db8::55:ff |
| 2477 | 2026-07-20T18:49:28.038Z | |
| 2478 | 2026-07-20T18:49:28.038Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 2479 | 2026-07-20T18:49:28.039Z | |
| 2480 | 2026-07-20T18:49:28.039Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2481 | 2026-07-20T18:49:28.039Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2482 | 2026-07-20T18:49:28.039Z | |
| 2483 | 2026-07-20T18:49:28.042Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:15::/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 } }] |
| 2484 | 2026-07-20T18:49:28.044Z | |
| 2485 | 2026-07-20T18:49:28.044Z | test freemap::test_span ... ok |
| 2486 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2487 | 2026-07-20T18:49:28.044Z | |
| 2488 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2489 | 2026-07-20T18:49:28.044Z | |
| 2490 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2491 | 2026-07-20T18:49:28.044Z | |
| 2492 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 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:17::/64 -> 2001:db8::55:ff |
| 2493 | 2026-07-20T18:49:28.044Z | |
| 2494 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2495 | 2026-07-20T18:49:28.044Z | |
| 2496 | 2026-07-20T18:49:28.044Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGINFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2497 | 2026-07-20T18:49:28.044Z | |
| 2498 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2499 | 2026-07-20T18:49:28.045Z | |
| 2500 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFODEBG adding route 3fff:beef:19::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2501 | 2026-07-20T18:49:28.045Z | |
| 2502 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2503 | 2026-07-20T18:49:28.045Z | 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 20 18:49:26.587 |
| 2504 | 2026-07-20T18:49:28.045Z | 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 } }] |
| 2505 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587 Jul 20 18:49:26.587INFO INFOadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2506 | 2026-07-20T18:49:28.045Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2507 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2508 | 2026-07-20T18:49:28.045Z | |
| 2509 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2510 | 2026-07-20T18:49:28.045Z | |
| 2511 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }] |
| 2512 | 2026-07-20T18:49:28.045Z | |
| 2513 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2514 | 2026-07-20T18:49:28.045Z | |
| 2515 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2516 | 2026-07-20T18:49:28.045Z | |
| 2517 | 2026-07-20T18:49:28.045Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2518 | 2026-07-20T18:49:28.045Z | |
| 2519 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2520 | 2026-07-20T18:49:28.046Z | |
| 2521 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2522 | 2026-07-20T18:49:28.046Z | |
| 2523 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2524 | 2026-07-20T18:49:28.046Z | |
| 2525 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2526 | 2026-07-20T18:49:28.046Z | |
| 2527 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }] |
| 2528 | 2026-07-20T18:49:28.046Z | |
| 2529 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2530 | 2026-07-20T18:49:28.046Z | |
| 2531 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2532 | 2026-07-20T18:49:28.046Z | |
| 2533 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 INFOINFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2534 | 2026-07-20T18:49:28.046Z | |
| 2535 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.587 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: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 } }] |
| 2536 | 2026-07-20T18:49:28.046Z | |
| 2537 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2538 | 2026-07-20T18:49:28.046Z | |
| 2539 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 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: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 } }] |
| 2540 | 2026-07-20T18:49:28.046Z | |
| 2541 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2542 | 2026-07-20T18:49:28.046Z | |
| 2543 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2544 | 2026-07-20T18:49:28.046Z | |
| 2545 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2546 | 2026-07-20T18:49:28.046Z | |
| 2547 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2548 | 2026-07-20T18:49:28.046Z | |
| 2549 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2550 | 2026-07-20T18:49:28.046Z | |
| 2551 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBG 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 } }] |
| 2552 | 2026-07-20T18:49:28.046Z | 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 } }] |
| 2553 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2554 | 2026-07-20T18:49:28.046Z | |
| 2555 | 2026-07-20T18:49:28.046Z | Jul 20 18:49:26.587Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBGDEBG DEBGcreated new freemap replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }], |
| 2556 | 2026-07-20T18:49:28.046Z | |
| 2557 | 2026-07-20T18:49:28.047Z | unit:Jul 20 18:49:26.588 Jul 20 18:49:26.588freemap_route_ipv4INFO INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2558 | 2026-07-20T18:49:28.047Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2559 | 2026-07-20T18:49:28.047Z | |
| 2560 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 20 18:49:26.588 |
| 2561 | 2026-07-20T18:49:28.047Z | |
| 2562 | 2026-07-20T18:49:28.047Z | DEBG created new freemap, Jul 20 18:49:26.588unitJul 20 18:49:26.588: INFOINFO freemap_route_ipv6adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2563 | 2026-07-20T18:49:28.047Z | |
| 2564 | 2026-07-20T18:49:28.047Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2565 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBG 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: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 } }] |
| 2566 | 2026-07-20T18:49:28.047Z | |
| 2567 | 2026-07-20T18:49:28.047Z | initted freemap. size: 64, unit: Jul 20 18:49:26.588freemap_route_ipv4 Jul 20 18:49:26.588 |
| 2568 | 2026-07-20T18:49:28.047Z | INFOINFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2569 | 2026-07-20T18:49:28.047Z | |
| 2570 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588 DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588DEBGreset freemap , replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unitDEBG |
| 2571 | 2026-07-20T18:49:28.047Z | : replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 2572 | 2026-07-20T18:49:28.047Z | |
| 2573 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588 INFOJul 20 18:49:26.588 Jul 20 18:49:26.588INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2574 | 2026-07-20T18:49:28.047Z | DEBGadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2575 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588initted freemap. size: 64 , DEBGunit :replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2576 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588freemap_route_ipv6 |
| 2577 | 2026-07-20T18:49:28.047Z | 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 } }]Jul 20 18:49:26.588 |
| 2578 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588 INFO DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2579 | 2026-07-20T18:49:28.047Z | reset freemapJul 20 18:49:26.588, unitINFO :Jul 20 18:49:26.588adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2580 | 2026-07-20T18:49:28.047Z | freemap_route_ipv6 |
| 2581 | 2026-07-20T18:49:28.047Z | 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 } }] |
| 2582 | 2026-07-20T18:49:28.047Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBG 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 } }] Jul 20 18:49:26.588 |
| 2583 | 2026-07-20T18:49:28.051Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2584 | 2026-07-20T18:49:28.051Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2585 | 2026-07-20T18:49:28.051Z | Jul 20 18:49:26.588 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:49:26.588replacing 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 } }] |
| 2586 | 2026-07-20T18:49:28.052Z | |
| 2587 | 2026-07-20T18:49:28.052Z | 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 } }] |
| 2588 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBG 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 } }] |
| 2589 | 2026-07-20T18:49:28.052Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.588 |
| 2590 | 2026-07-20T18:49:28.052Z | INFOJul 20 18:49:26.588 Jul 20 18:49:26.588adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff INFO |
| 2591 | 2026-07-20T18:49:28.052Z | DEBG adding route 3fff:beef:2d::/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 } }] |
| 2592 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588 |
| 2593 | 2026-07-20T18:49:28.052Z | 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 20 18:49:26.588 |
| 2594 | 2026-07-20T18:49:28.052Z | DEBGJul 20 18:49:26.588 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 |
| 2595 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 2596 | 2026-07-20T18:49:28.052Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2597 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588INFO DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2598 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588replacing 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 } }] |
| 2599 | 2026-07-20T18:49:28.052Z | DEBG Jul 20 18:49:26.588replacing 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 } }] |
| 2600 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588DEBG 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 } }] |
| 2601 | 2026-07-20T18:49:28.052Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2602 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2603 | 2026-07-20T18:49:28.052Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2604 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588replacing 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 } }] |
| 2605 | 2026-07-20T18:49:28.052Z | 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 20 18:49:26.588 |
| 2606 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588DEBG INFOJul 20 18:49:26.588replacing 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::/64 -> 2001:db8::55:ffINFO |
| 2607 | 2026-07-20T18:49:28.052Z | |
| 2608 | 2026-07-20T18:49:28.052Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2609 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.588adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2610 | 2026-07-20T18:49:28.052Z | DEBG |
| 2611 | 2026-07-20T18:49:28.052Z | 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 } }] |
| 2612 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 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 } }]Jul 20 18:49:26.588 |
| 2613 | 2026-07-20T18:49:28.052Z | INFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Jul 20 18:49:26.588 |
| 2614 | 2026-07-20T18:49:28.052Z | created new freemap INFO, unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff: |
| 2615 | 2026-07-20T18:49:28.052Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2616 | 2026-07-20T18:49:28.052Z | freemap_route_ipv4 |
| 2617 | 2026-07-20T18:49:28.052Z | DEBG Jul 20 18:49:26.588Jul 20 18:49:26.588replacing 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 } }] |
| 2618 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588DEBGDEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2619 | 2026-07-20T18:49:28.052Z | |
| 2620 | 2026-07-20T18:49:28.052Z | Jul 20 18:49:26.588DEBG created new freemapINFO, unitadding route 3fff:beef:2::/64 -> 2001:db8::55:ff: |
| 2621 | 2026-07-20T18:49:28.052Z | freemap_route_ipv6Jul 20 18:49:26.588Jul 20 18:49:26.588 |
| 2622 | 2026-07-20T18:49:28.052Z | INFO Jul 20 18:49:26.588INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff Jul 20 18:49:26.588DEBG |
| 2623 | 2026-07-20T18:49:28.053Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ff 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 } }] |
| 2624 | 2026-07-20T18:49:28.053Z | |
| 2625 | 2026-07-20T18:49:28.053Z | DEBG Jul 20 18:49:26.588initted freemap. size: 64 Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBG DEBGINFO , unitadding route 3fff:beef:3::/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 } }] |
| 2626 | 2026-07-20T18:49:28.053Z | 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 } }] |
| 2627 | 2026-07-20T18:49:28.053Z | : |
| 2628 | 2026-07-20T18:49:28.053Z | freemap_route_ipv4 |
| 2629 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO DEBGadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2630 | 2026-07-20T18:49:28.053Z | 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:33::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2631 | 2026-07-20T18:49:28.053Z | |
| 2632 | 2026-07-20T18:49:28.053Z | DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588DEBG Jul 20 18:49:26.588 reset freemapINFO, DEBG unitadding route 3fff:beef:4::/64 -> 2001:db8::55:ff :replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2633 | 2026-07-20T18:49:28.053Z | freemap_route_ipv4 |
| 2634 | 2026-07-20T18:49:28.053Z | 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 } }] |
| 2635 | 2026-07-20T18:49:28.053Z | |
| 2636 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 DEBGJul 20 18:49:26.588 Jul 20 18:49:26.588replacing 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 20 18:49:26.588 |
| 2637 | 2026-07-20T18:49:28.053Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff INFOJul 20 18:49:26.588initted freemap. size: 64 , adding route 3fff:beef:21::/64 -> 2001:db8::55:ffunit |
| 2638 | 2026-07-20T18:49:28.053Z | INFO: |
| 2639 | 2026-07-20T18:49:28.053Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2640 | 2026-07-20T18:49:28.053Z | |
| 2641 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBG Jul 20 18:49:26.588Jul 20 18:49:26.588replacing 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 } }] |
| 2642 | 2026-07-20T18:49:28.053Z | 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 |
| 2643 | 2026-07-20T18:49:28.053Z | DEBG reset freemapreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 2644 | 2026-07-20T18:49:28.053Z | unitJul 20 18:49:26.588: Jul 20 18:49:26.588INFOfreemap_route_ipv6 |
| 2645 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588adding route 3fff:beef:22::/64 -> 2001:db8::55:ff INFO |
| 2646 | 2026-07-20T18:49:28.053Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.588 |
| 2647 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 2648 | 2026-07-20T18:49:28.053Z | adding route 3fff:dead::/64 -> 2001:db8::55: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 } }]Jul 20 18:49:26.588 |
| 2649 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 DEBG |
| 2650 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG 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:23::/64 -> 2001:db8::55:ff |
| 2651 | 2026-07-20T18:49:28.053Z | |
| 2652 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 |
| 2653 | 2026-07-20T18:49:28.053Z | DEBG Jul 20 18:49:26.588replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2654 | 2026-07-20T18:49:28.053Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2655 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 DEBGJul 20 18:49:26.588 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 2656 | 2026-07-20T18:49:28.053Z | 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 } }] |
| 2657 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOINFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2658 | 2026-07-20T18:49:28.053Z | |
| 2659 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 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 } }]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 } }] |
| 2660 | 2026-07-20T18:49:28.053Z | |
| 2661 | 2026-07-20T18:49:28.053Z | Jul 20 18:49:26.588 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2662 | 2026-07-20T18:49:28.054Z | Jul 20 18:49:26.588 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2663 | 2026-07-20T18:49:28.054Z | DEBG created new freemap, Jul 20 18:49:26.588unit :DEBG freemap_route_ipv6replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2664 | 2026-07-20T18:49:28.054Z | |
| 2665 | 2026-07-20T18:49:28.054Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588INFOJul 20 18:49:26.588 DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO initted freemap. size: 64adding route 3fff:beef:38::/64 -> 2001:db8::55:ff, |
| 2666 | 2026-07-20T18:49:28.055Z | |
| 2667 | 2026-07-20T18:49:28.055Z | unit: freemap_route_ipv4 |
| 2668 | 2026-07-20T18:49:28.055Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGDEBGJul 20 18:49:26.588 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 |
| 2669 | 2026-07-20T18:49:28.055Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2670 | 2026-07-20T18:49:28.055Z | reset freemap, unit: freemap_route_ipv4Jul 20 18:49:26.588 |
| 2671 | 2026-07-20T18:49:28.055Z | Jul 20 18:49:26.588 INFO INFOadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2672 | 2026-07-20T18:49:28.055Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 20 18:49:26.588 |
| 2673 | 2026-07-20T18:49:28.055Z | DEBG Jul 20 18:49:26.588Jul 20 18:49:26.588 initted freemap. size: 64DEBGDEBG, replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2674 | 2026-07-20T18:49:28.055Z | |
| 2675 | 2026-07-20T18:49:28.055Z | unit: freemap_route_ipv6Jul 20 18:49:26.588 |
| 2676 | 2026-07-20T18:49:28.055Z | Jul 20 18:49:26.588INFO Jul 20 18:49:26.588adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2677 | 2026-07-20T18:49:28.055Z | INFODEBG reset freemapadding route 3fff:beef:b::/64 -> 2001:db8::55:ff, Jul 20 18:49:26.588unit |
| 2678 | 2026-07-20T18:49:28.055Z | : 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 } }] |
| 2679 | 2026-07-20T18:49:28.055Z | |
| 2680 | 2026-07-20T18:49:28.055Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 INFOJul 20 18:49:26.588DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2681 | 2026-07-20T18:49:28.055Z | 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 |
| 2682 | 2026-07-20T18:49:28.055Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2683 | 2026-07-20T18:49:28.059Z | Jul 20 18:49:26.588 DEBGJul 20 18:49:26.588 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 20 18:49:26.588INFO |
| 2684 | 2026-07-20T18:49:28.059Z | DEBG adding route 3fff:beef:c::/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 } }] |
| 2685 | 2026-07-20T18:49:28.059Z | |
| 2686 | 2026-07-20T18:49:28.059Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588Jul 20 18:49:26.588INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2687 | 2026-07-20T18:49:28.059Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 2688 | 2026-07-20T18:49:28.059Z | 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 } }] |
| 2689 | 2026-07-20T18:49:28.059Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBGDEBG 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 |
| 2690 | 2026-07-20T18:49:28.059Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2691 | 2026-07-20T18:49:28.059Z | Jul 20 18:49:26.588 |
| 2692 | 2026-07-20T18:49:28.059Z | DEBG failed to allocate space for the new target listJul 20 18:49:26.588Jul 20 18:49:26.588 |
| 2693 | 2026-07-20T18:49:28.059Z | INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2694 | 2026-07-20T18:49:28.060Z | 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 20 18:49:26.588 |
| 2695 | 2026-07-20T18:49:28.060Z | 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 20 18:49:26.588 |
| 2696 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.588 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:e::/64 -> 2001:db8::55:ff |
| 2697 | 2026-07-20T18:49:28.060Z | |
| 2698 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.588Jul 20 18:49:26.588 DEBGINFO replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2699 | 2026-07-20T18:49:28.060Z | |
| 2700 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.588 Jul 20 18:49:26.588DEBG 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 } }] |
| 2701 | 2026-07-20T18:49:28.060Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2702 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 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: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 } }] |
| 2703 | 2026-07-20T18:49:28.060Z | |
| 2704 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2705 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2706 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2707 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2708 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2709 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2710 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2711 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2712 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2713 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2714 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2715 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2716 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2717 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2718 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2719 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2720 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2721 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2722 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2723 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2724 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2725 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2726 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2727 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2728 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2729 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 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 } }] |
| 2730 | 2026-07-20T18:49:28.060Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2731 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2732 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2733 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2734 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2735 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2736 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2737 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2738 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2739 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2740 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2741 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2742 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2743 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2744 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2745 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2746 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2747 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2748 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2749 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2750 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2751 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2752 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2753 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2754 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2755 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 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 } }] |
| 2756 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2757 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.588 Jul 20 18:49:26.589DEBG 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 } }] |
| 2758 | 2026-07-20T18:49:28.061Z | 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 } }] |
| 2759 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2760 | 2026-07-20T18:49:28.061Z | |
| 2761 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2762 | 2026-07-20T18:49:28.061Z | |
| 2763 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2764 | 2026-07-20T18:49:28.061Z | |
| 2765 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2766 | 2026-07-20T18:49:28.061Z | |
| 2767 | 2026-07-20T18:49:28.061Z | Jul 20 18:49:26.589Jul 20 18:49:26.589Jul 20 18:49:26.589 INFO INFOadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffDEBG |
| 2768 | 2026-07-20T18:49:28.061Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ffcreated new freemap |
| 2769 | 2026-07-20T18:49:28.062Z | Jul 20 18:49:26.589, Jul 20 18:49:26.589unitDEBG :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 } }]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 } }] |
| 2770 | 2026-07-20T18:49:28.062Z | |
| 2771 | 2026-07-20T18:49:28.062Z | |
| 2772 | 2026-07-20T18:49:28.062Z | Jul 20 18:49:26.589Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGINFO created new freemapINFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff, |
| 2773 | 2026-07-20T18:49:28.062Z | unit: adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:49:26.589freemap_route_ipv6 |
| 2774 | 2026-07-20T18:49:28.062Z | DEBG |
| 2775 | 2026-07-20T18:49:28.062Z | 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 } }] |
| 2776 | 2026-07-20T18:49:28.062Z | Jul 20 18:49:26.589 Jul 20 18:49:26.589DEBG DEBGinitted freemap. size: 64Jul 20 18:49:26.589 , 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 |
| 2777 | 2026-07-20T18:49:28.062Z | INFO: adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2778 | 2026-07-20T18:49:28.062Z | |
| 2779 | 2026-07-20T18:49:28.062Z | Jul 20 18:49:26.589 INFOJul 20 18:49:26.589Jul 20 18:49:26.589 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 2780 | 2026-07-20T18:49:28.062Z | DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2781 | 2026-07-20T18:49:28.062Z | Jul 20 18:49:26.589reset freemap DEBG, Jul 20 18:49:26.589replacing 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 } }] unit |
| 2782 | 2026-07-20T18:49:28.062Z | :INFO freemap_route_ipv4 |
| 2783 | 2026-07-20T18:49:28.066Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2784 | 2026-07-20T18:49:28.066Z | INFOJul 20 18:49:26.589 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 2785 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589 initted freemap. size: 64Jul 20 18:49:26.589 DEBGDEBG , replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2786 | 2026-07-20T18:49:28.066Z | |
| 2787 | 2026-07-20T18:49:28.066Z | : freemap_route_ipv6 |
| 2788 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFOJul 20 18:49:26.589 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 2789 | 2026-07-20T18:49:28.066Z | |
| 2790 | 2026-07-20T18:49:28.066Z | reset freemap, unit:Jul 20 18:49:26.589 Jul 20 18:49:26.589DEBGfreemap_route_ipv6 |
| 2791 | 2026-07-20T18:49:28.066Z | DEBG replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2792 | 2026-07-20T18:49:28.066Z | |
| 2793 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589 INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.589 |
| 2794 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2795 | 2026-07-20T18:49:28.066Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2796 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG Jul 20 18:49:26.589replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 2797 | 2026-07-20T18:49:28.066Z | |
| 2798 | 2026-07-20T18:49:28.066Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2799 | 2026-07-20T18:49:28.066Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 INFODEBGJul 20 18:49:26.589 adding route 3fff:beef:2c::/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 } }] |
| 2800 | 2026-07-20T18:49:28.066Z | INFO |
| 2801 | 2026-07-20T18:49:28.066Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2802 | 2026-07-20T18:49:28.066Z | 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 } }] |
| 2803 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }] |
| 2804 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2805 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 2806 | 2026-07-20T18:49:28.067Z | 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 } }] |
| 2807 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }] |
| 2808 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2809 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2810 | 2026-07-20T18:49:28.067Z | 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 } }] |
| 2811 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }] |
| 2812 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2813 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 INFO Jul 20 18:49:26.589adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2814 | 2026-07-20T18:49:28.067Z | 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 } }] |
| 2815 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 DEBG Jul 20 18:49:26.589replacing 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 } }] |
| 2816 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2817 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2818 | 2026-07-20T18:49:28.067Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2819 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 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 20 18:49:26.589 |
| 2820 | 2026-07-20T18:49:28.067Z | test route::tests::grow_succeeds ... ok |
| 2821 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2822 | 2026-07-20T18:49:28.067Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2823 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 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 20 18:49:26.589 |
| 2824 | 2026-07-20T18:49:28.067Z | 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 } }] |
| 2825 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 Jul 20 18:49:26.589INFO INFOadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2826 | 2026-07-20T18:49:28.067Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2827 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 2828 | 2026-07-20T18:49:28.067Z | |
| 2829 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589Jul 20 18:49:26.589 INFOINFO Jul 20 18:49:26.589 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 2830 | 2026-07-20T18:49:28.067Z | |
| 2831 | 2026-07-20T18:49:28.067Z | created new freemapJul 20 18:49:26.589Jul 20 18:49:26.589 Jul 20 18:49:26.589 DEBGDEBG replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG , created new freemap |
| 2832 | 2026-07-20T18:49:28.067Z | unit, replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:unit |
| 2833 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589freemap_route_ipv4: INFO |
| 2834 | 2026-07-20T18:49:28.067Z | freemap_route_ipv4 |
| 2835 | 2026-07-20T18:49:28.067Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2836 | 2026-07-20T18:49:28.067Z | Jul 20 18:49:26.589 DEBGINFOJul 20 18:49:26.589 created new freemap DEBG, unitreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Jul 20 18:49:26.589adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2837 | 2026-07-20T18:49:28.067Z | freemap_route_ipv6DEBG |
| 2838 | 2026-07-20T18:49:28.068Z | |
| 2839 | 2026-07-20T18:49:28.068Z | created new freemap, Jul 20 18:49:26.589unit:Jul 20 18:49:26.589 Jul 20 18:49:26.589 INFODEBGDEBG freemap_route_ipv6 |
| 2840 | 2026-07-20T18:49:28.068Z | test route::tests::identity_replace_is_noop ... ok |
| 2841 | 2026-07-20T18:49:28.068Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2842 | 2026-07-20T18:49:28.068Z | , 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 } }]unitJul 20 18:49:26.589Jul 20 18:49:26.589 : |
| 2843 | 2026-07-20T18:49:28.068Z | freemap_route_ipv4DEBG |
| 2844 | 2026-07-20T18:49:28.068Z | 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 } }]initted freemap. size: 64 |
| 2845 | 2026-07-20T18:49:28.068Z | , Jul 20 18:49:26.589unit Jul 20 18:49:26.589: Jul 20 18:49:26.589DEBGINFOfreemap_route_ipv4 reset freemap |
| 2846 | 2026-07-20T18:49:28.068Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff, |
| 2847 | 2026-07-20T18:49:28.068Z | unitINFO: Jul 20 18:49:26.589adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:49:26.589 |
| 2848 | 2026-07-20T18:49:28.068Z | DEBG freemap_route_ipv4replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2849 | 2026-07-20T18:49:28.068Z | Jul 20 18:49:26.589 DEBG |
| 2850 | 2026-07-20T18:49:28.068Z | reset 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 } }], |
| 2851 | 2026-07-20T18:49:28.068Z | Jul 20 18:49:26.590unitJul 20 18:49:26.590 INFO: adding route 3fff:beef:37::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2852 | 2026-07-20T18:49:28.068Z | Jul 20 18:49:26.590 DEBG |
| 2853 | 2026-07-20T18:49:28.068Z | DEBGJul 20 18:49:26.590initted freemap. size: 64 failed to allocate space for the new target list, |
| 2854 | 2026-07-20T18:49:28.068Z | unitJul 20 18:49:26.590DEBG: 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 } }]initted freemap. size: 64Jul 20 18:49:26.590 |
| 2855 | 2026-07-20T18:49:28.068Z | , freemap_route_ipv6unitDEBG: |
| 2856 | 2026-07-20T18:49:28.068Z | replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6 |
| 2857 | 2026-07-20T18:49:28.068Z | |
| 2858 | 2026-07-20T18:49:28.068Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:49:26.590DEBG |
| 2859 | 2026-07-20T18:49:28.068Z | DEBG reset freemapreset freemap, , Jul 20 18:49:26.590unitunit: DEBGfreemap_route_ipv6 |
| 2860 | 2026-07-20T18:49:28.068Z | :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 } }] |
| 2861 | 2026-07-20T18:49:28.068Z | freemap_route_ipv6Jul 20 18:49:26.590 |
| 2862 | 2026-07-20T18:49:28.068Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.590Jul 20 18:49:26.590 |
| 2863 | 2026-07-20T18:49:28.068Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2864 | 2026-07-20T18:49:28.068Z | |
| 2865 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590 Jul 20 18:49:26.590DEBG Jul 20 18:49:26.590 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 } }] 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 } }] |
| 2866 | 2026-07-20T18:49:28.069Z | |
| 2867 | 2026-07-20T18:49:28.069Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 20 18:49:26.590 |
| 2868 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.590 adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2869 | 2026-07-20T18:49:28.069Z | |
| 2870 | 2026-07-20T18:49:28.069Z | INFO adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.590 |
| 2871 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBG 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 } }] |
| 2872 | 2026-07-20T18:49:28.069Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 created new freemap |
| 2873 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590, unitJul 20 18:49:26.590DEBG: Jul 20 18:49:26.590INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 2874 | 2026-07-20T18:49:28.069Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.3freemap_route_ipv4 |
| 2875 | 2026-07-20T18:49:28.069Z | |
| 2876 | 2026-07-20T18:49:28.069Z | |
| 2877 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590 INFOJul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBG DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.16.0.0/32 -> 10.0.0.3 |
| 2878 | 2026-07-20T18:49:28.069Z | created new freemap |
| 2879 | 2026-07-20T18:49:28.069Z | 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 } }]Jul 20 18:49:26.590 |
| 2880 | 2026-07-20T18:49:28.069Z | Jul 20 18:49:26.590 INFO unitDEBG adding route 3fff:beef:3c::/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 } }] |
| 2881 | 2026-07-20T18:49:28.069Z | |
| 2882 | 2026-07-20T18:49:28.069Z | : Jul 20 18:49:26.590freemap_route_ipv6 Jul 20 18:49:26.590 |
| 2883 | 2026-07-20T18:49:28.073Z | INFODEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 2884 | 2026-07-20T18:49:28.073Z | |
| 2885 | 2026-07-20T18:49:28.073Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 Jul 20 18:49:26.590 DEBGINFOINFO Jul 20 18:49:26.590adding route 172.16.0.0/32 -> 10.0.0.4 |
| 2886 | 2026-07-20T18:49:28.073Z | DEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 2887 | 2026-07-20T18:49:28.073Z | initted freemap. size: 64replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:49:26.590 |
| 2888 | 2026-07-20T18:49:28.073Z | Jul 20 18:49:26.590unit DEBG DEBGJul 20 18:49:26.590replacing 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 } }] : |
| 2889 | 2026-07-20T18:49:28.073Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO |
| 2890 | 2026-07-20T18:49:28.073Z | freemap_route_ipv4adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:49:26.590 |
| 2891 | 2026-07-20T18:49:28.074Z | |
| 2892 | 2026-07-20T18:49:28.074Z | INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 2893 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGJul 20 18:49:26.590 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 2894 | 2026-07-20T18:49:28.074Z | |
| 2895 | 2026-07-20T18:49:28.074Z | DEBGreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2896 | 2026-07-20T18:49:28.074Z | reset freemap, unitJul 20 18:49:26.590Jul 20 18:49:26.590: INFOINFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:fffreemap_route_ipv4adding route 172.17.0.1/32 -> 10.0.0.255 |
| 2897 | 2026-07-20T18:49:28.074Z | |
| 2898 | 2026-07-20T18:49:28.074Z | |
| 2899 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBG DEBGreplacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2900 | 2026-07-20T18:49:28.074Z | initted freemap. size: 64replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 2901 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590unit :DEBG failed to allocate space for the new target listfreemap_route_ipv6Jul 20 18:49:26.590 |
| 2902 | 2026-07-20T18:49:28.074Z | |
| 2903 | 2026-07-20T18:49:28.074Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 2904 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG Jul 20 18:49:26.590reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2905 | 2026-07-20T18:49:28.074Z | 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 } }]unit |
| 2906 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590: DEBG freemap_route_ipv6failed to allocate space for the new target listJul 20 18:49:26.590 |
| 2907 | 2026-07-20T18:49:28.074Z | |
| 2908 | 2026-07-20T18:49:28.074Z | INFO Jul 20 18:49:26.590adding route 172.17.0.3/32 -> 10.0.0.255 |
| 2909 | 2026-07-20T18:49:28.074Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2910 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 DEBGJul 20 18:49:26.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 } }]DEBG |
| 2911 | 2026-07-20T18:49:28.074Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 2912 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 INFOJul 20 18:49:26.590 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 2913 | 2026-07-20T18:49:28.074Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2914 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 DEBGJul 20 18:49:26.590 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 |
| 2915 | 2026-07-20T18:49:28.074Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2916 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 INFO Jul 20 18:49:26.590adding route 172.17.0.5/32 -> 10.0.0.255 |
| 2917 | 2026-07-20T18:49:28.074Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2918 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 DEBGJul 20 18:49:26.590 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 2919 | 2026-07-20T18:49:28.074Z | 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 } }] |
| 2920 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590 Jul 20 18:49:26.590INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 2921 | 2026-07-20T18:49:28.074Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2922 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2923 | 2026-07-20T18:49:28.074Z | |
| 2924 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2925 | 2026-07-20T18:49:28.074Z | |
| 2926 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }] |
| 2927 | 2026-07-20T18:49:28.074Z | |
| 2928 | 2026-07-20T18:49:28.074Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 172.17.0.8/32 -> 10.0.0.255 |
| 2929 | 2026-07-20T18:49:28.074Z | |
| 2930 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 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.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 } }] |
| 2931 | 2026-07-20T18:49:28.075Z | |
| 2932 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 172.17.0.9/32 -> 10.0.0.255 |
| 2933 | 2026-07-20T18:49:28.075Z | |
| 2934 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }] |
| 2935 | 2026-07-20T18:49:28.075Z | |
| 2936 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 172.17.0.10/32 -> 10.0.0.255 |
| 2937 | 2026-07-20T18:49:28.075Z | |
| 2938 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 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 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 } }] |
| 2939 | 2026-07-20T18:49:28.075Z | |
| 2940 | 2026-07-20T18:49:28.075Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2941 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 172.17.0.11/32 -> 10.0.0.255 |
| 2942 | 2026-07-20T18:49:28.075Z | |
| 2943 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 2944 | 2026-07-20T18:49:28.075Z | |
| 2945 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2946 | 2026-07-20T18:49:28.075Z | |
| 2947 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 2948 | 2026-07-20T18:49:28.075Z | |
| 2949 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.590 INFOINFO adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2950 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.591Jul 20 18:49:26.591 DEBGDEBG created new freemapJul 20 18:49:26.590Jul 20 18:49:26.594created new freemap, Jul 20 18:49:26.590 DEBGDEBG created new freemapDEBGcreated new freemap , , unitunit:: freemap_route_ipv4freemap_route_ipv4replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2951 | 2026-07-20T18:49:28.075Z | |
| 2952 | 2026-07-20T18:49:28.075Z | |
| 2953 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.590Jul 20 18:49:26.594 DEBGINFO created new freemapadding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 20 18:49:26.594 |
| 2954 | 2026-07-20T18:49:28.075Z | DEBG, |
| 2955 | 2026-07-20T18:49:28.075Z | unitJul 20 18:49:26.594Jul 20 18:49:26.594 : DEBGDEBG freemap_route_ipv4 |
| 2956 | 2026-07-20T18:49:28.075Z | created new freemapJul 20 18:49:26.594 DEBG, unitcreated new freemap:, 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 } }]unit :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 } }] |
| 2957 | 2026-07-20T18:49:28.075Z | |
| 2958 | 2026-07-20T18:49:28.075Z | freemap_route_ipv6 |
| 2959 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.594freemap_route_ipv6 |
| 2960 | 2026-07-20T18:49:28.075Z | DEBGJul 20 18:49:26.594 created new freemapJul 20 18:49:26.594 , INFOunit Jul 20 18:49:26.595:adding route 172.17.0.14/32 -> 10.0.0.255 Jul 20 18:49:26.595 DEBGfreemap_route_ipv6DEBGINFO |
| 2961 | 2026-07-20T18:49:28.075Z | |
| 2962 | 2026-07-20T18:49:28.075Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2963 | 2026-07-20T18:49:28.075Z | initted freemap. size: 64Jul 20 18:49:26.595, initted freemap. size: 64 Jul 20 18:49:26.595DEBGJul 20 18:49:26.595, unitDEBG 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: unit |
| 2964 | 2026-07-20T18:49:28.075Z | initted freemap. size: 64 , unitreplacing 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 } }]: : |
| 2965 | 2026-07-20T18:49:28.075Z | Jul 20 18:49:26.595 freemap_route_ipv4 |
| 2966 | 2026-07-20T18:49:28.075Z | INFOfreemap_route_ipv4 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 2967 | 2026-07-20T18:49:28.075Z | freemap_route_ipv4Jul 20 18:49:26.595 |
| 2968 | 2026-07-20T18:49:28.076Z | Jul 20 18:49:26.595 |
| 2969 | 2026-07-20T18:49:28.076Z | DEBGJul 20 18:49:26.595 DEBGreset freemap , reset freemapINFOJul 20 18:49:26.595 , adding route 3fff:beef:b::/64 -> 2001:db8::55:ffunit unit |
| 2970 | 2026-07-20T18:49:28.076Z | : freemap_route_ipv4DEBG |
| 2971 | 2026-07-20T18:49:28.076Z | :Jul 20 18:49:26.595 freemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:49:26.595DEBG |
| 2972 | 2026-07-20T18:49:28.076Z | 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 } }] |
| 2973 | 2026-07-20T18:49:28.076Z | DEBG |
| 2974 | 2026-07-20T18:49:28.076Z | Jul 20 18:49:26.595Jul 20 18:49:26.595 INFO Jul 20 18:49:26.595DEBGJul 20 18:49:26.595adding route 172.17.0.16/32 -> 10.0.0.255 reset freemapDEBG |
| 2975 | 2026-07-20T18:49:28.076Z | initted freemap. size: 64 INFO, , adding route 3fff:beef:c::/64 -> 2001:db8::55:ffunitinitted freemap. size: 64:unit, |
| 2976 | 2026-07-20T18:49:28.076Z | :Jul 20 18:49:26.595 freemap_route_ipv4 unitDEBGfreemap_route_ipv6 Jul 20 18:49:26.595 |
| 2977 | 2026-07-20T18:49:28.076Z | : replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 2978 | 2026-07-20T18:49:28.076Z | 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 } }] |
| 2979 | 2026-07-20T18:49:28.076Z | |
| 2980 | 2026-07-20T18:49:28.076Z | freemap_route_ipv6Jul 20 18:49:26.595 |
| 2981 | 2026-07-20T18:49:28.076Z | Jul 20 18:49:26.595Jul 20 18:49:26.595Jul 20 18:49:26.595DEBG INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2982 | 2026-07-20T18:49:28.076Z | initted freemap. size: 64 |
| 2983 | 2026-07-20T18:49:28.080Z | , DEBG Jul 20 18:49:26.595reset freemap unit:, DEBGunit :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 20 18:49:26.595 |
| 2984 | 2026-07-20T18:49:28.081Z | freemap_route_ipv6 freemap_route_ipv6DEBG |
| 2985 | 2026-07-20T18:49:28.082Z | |
| 2986 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595Jul 20 18:49:26.595 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 } }] DEBGINFO |
| 2987 | 2026-07-20T18:49:28.082Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:49:26.595reset freemap Jul 20 18:49:26.595INFOJul 20 18:49:26.595, DEBGadding route 172.16.0.0/32 -> 10.0.0.1INFOunit reset freemapadding route 172.17.0.18/32 -> 10.0.0.255, |
| 2988 | 2026-07-20T18:49:28.082Z | |
| 2989 | 2026-07-20T18:49:28.082Z | unit:: |
| 2990 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595freemap_route_ipv6 Jul 20 18:49:26.595DEBGfreemap_route_ipv6 |
| 2991 | 2026-07-20T18:49:28.082Z | 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 } }] |
| 2992 | 2026-07-20T18:49:28.082Z | 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 20 18:49:26.595 |
| 2993 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595 |
| 2994 | 2026-07-20T18:49:28.082Z | DEBGINFOJul 20 18:49:26.595 adding route 3fff:dead::/64 -> 2001:db8::55:1INFOJul 20 18:49:26.595 |
| 2995 | 2026-07-20T18:49:28.082Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 2996 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595 INFOadding route 172.16.0.0/32 -> 10.0.0.1 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 } }] |
| 2997 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595 Jul 20 18:49:26.595 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2998 | 2026-07-20T18:49:28.082Z | 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 } }] Jul 20 18:49:26.595 |
| 2999 | 2026-07-20T18:49:28.082Z | |
| 3000 | 2026-07-20T18:49:28.082Z | 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 } }]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 } }]Jul 20 18:49:26.595 |
| 3001 | 2026-07-20T18:49:28.082Z | Jul 20 18:49:26.595INFOJul 20 18:49:26.595 adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3002 | 2026-07-20T18:49:28.083Z | |
| 3003 | 2026-07-20T18:49:28.083Z | Jul 20 18:49:26.595 INFODEBG Jul 20 18:49:26.595 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3004 | 2026-07-20T18:49:28.083Z | 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 } }] Jul 20 18:49:26.595 |
| 3005 | 2026-07-20T18:49:28.083Z | 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 |
| 3006 | 2026-07-20T18:49:28.083Z | Jul 20 18:49:26.595adding route 172.16.0.0/32 -> 10.0.0.1 DEBG |
| 3007 | 2026-07-20T18:49:28.083Z | Jul 20 18:49:26.595Jul 20 18:49:26.595replacing 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 } }] INFOINFO |
| 3008 | 2026-07-20T18:49:28.083Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3009 | 2026-07-20T18:49:28.083Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.595 |
| 3010 | 2026-07-20T18:49:28.083Z | Jul 20 18:49:26.595 |
| 3011 | 2026-07-20T18:49:28.083Z | DEBG Jul 20 18:49:26.595 DEBG Jul 20 18:49:26.595replacing 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 |
| 3012 | 2026-07-20T18:49:28.083Z | 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 } }] |
| 3013 | 2026-07-20T18:49:28.083Z | 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 20 18:49:26.595 |
| 3014 | 2026-07-20T18:49:28.084Z | Jul 20 18:49:26.595DEBG Jul 20 18:49:26.595 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3015 | 2026-07-20T18:49:28.084Z | |
| 3016 | 2026-07-20T18:49:28.084Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff Jul 20 18:49:26.595adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3017 | 2026-07-20T18:49:28.084Z | INFOJul 20 18:49:26.595Jul 20 18:49:26.595 DEBG |
| 3018 | 2026-07-20T18:49:28.084Z | Jul 20 18:49:26.595INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3019 | 2026-07-20T18:49:28.084Z | |
| 3020 | 2026-07-20T18:49:28.084Z | DEBGJul 20 18:49:26.595adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:49:26.595replacing 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 20 18:49:26.595 |
| 3021 | 2026-07-20T18:49:28.084Z | INFO |
| 3022 | 2026-07-20T18:49:28.084Z | adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 3023 | 2026-07-20T18:49:28.084Z | 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 Jul 20 18:49:26.595replacing 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 } }] |
| 3024 | 2026-07-20T18:49:28.084Z | |
| 3025 | 2026-07-20T18:49:28.084Z | DEBG Jul 20 18:49:26.595Jul 20 18:49:26.595 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 20 18:49:26.595DEBGJul 20 18:49:26.595INFO INFO |
| 3026 | 2026-07-20T18:49:28.084Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3027 | 2026-07-20T18:49:28.084Z | INFOJul 20 18:49:26.595 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3028 | 2026-07-20T18:49:28.084Z | adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3029 | 2026-07-20T18:49:28.084Z | |
| 3030 | 2026-07-20T18:49:28.084Z | |
| 3031 | 2026-07-20T18:49:28.084Z | Jul 20 18:49:26.595 DEBG Jul 20 18:49:26.595Jul 20 18:49:26.595 DEBGJul 20 18:49:26.595 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 } }]DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:49:26.595 |
| 3032 | 2026-07-20T18:49:28.084Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO DEBG |
| 3033 | 2026-07-20T18:49:28.084Z | 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 20 18:49:26.595adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3034 | 2026-07-20T18:49:28.084Z | INFO |
| 3035 | 2026-07-20T18:49:28.084Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3036 | 2026-07-20T18:49:28.084Z | |
| 3037 | 2026-07-20T18:49:28.084Z | Jul 20 18:49:26.595 Jul 20 18:49:26.595Jul 20 18:49:26.595Jul 20 18:49:26.595INFO Jul 20 18:49:26.595DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3038 | 2026-07-20T18:49:28.085Z | |
| 3039 | 2026-07-20T18:49:28.085Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 3040 | 2026-07-20T18:49:28.085Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 3041 | 2026-07-20T18:49:28.085Z | Jul 20 18:49:26.595replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3042 | 2026-07-20T18:49:28.085Z | INFOJul 20 18:49:26.595INFO Jul 20 18:49:26.595Jul 20 18:49:26.595 adding route 172.17.0.26/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 3043 | 2026-07-20T18:49:28.085Z | |
| 3044 | 2026-07-20T18:49:28.085Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 3045 | 2026-07-20T18:49:28.085Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3046 | 2026-07-20T18:49:28.085Z | Jul 20 18:49:26.595replacing 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 } }] |
| 3047 | 2026-07-20T18:49:28.085Z | 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 20 18:49:26.595DEBG |
| 3048 | 2026-07-20T18:49:28.085Z | Jul 20 18:49:26.595 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 20 18:49:26.595Jul 20 18:49:26.595WARN |
| 3049 | 2026-07-20T18:49:28.085Z | INFOshrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3050 | 2026-07-20T18:49:28.085Z | adding route 172.17.0.27/32 -> 10.0.0.255adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3051 | 2026-07-20T18:49:28.086Z | |
| 3052 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.595 Jul 20 18:49:26.595INFO 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 } }]Jul 20 18:49:26.595 adding route 3fff:beef:1::/64 -> 2001:db8::55:ff 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 } }] |
| 3053 | 2026-07-20T18:49:28.086Z | DEBG |
| 3054 | 2026-07-20T18:49:28.086Z | |
| 3055 | 2026-07-20T18:49:28.086Z | 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 } }]Jul 20 18:49:26.595 INFO , Jul 20 18:49:26.595unitadding route 172.17.0.28/32 -> 10.0.0.255: |
| 3056 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.596 Jul 20 18:49:26.603 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 } }] |
| 3057 | 2026-07-20T18:49:28.086Z | DEBGJul 20 18:49:26.603 INFO freemap_route_ipv4created new freemapINFO |
| 3058 | 2026-07-20T18:49:28.086Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 3059 | 2026-07-20T18:49:28.086Z | |
| 3060 | 2026-07-20T18:49:28.086Z | , unit:Jul 20 18:49:26.603adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3061 | 2026-07-20T18:49:28.086Z | freemap_route_ipv4Jul 20 18:49:26.603DEBG |
| 3062 | 2026-07-20T18:49:28.086Z | INFOcreated new freemap adding route 172.17.0.3/32 -> 10.0.0.255, |
| 3063 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.603Jul 20 18:49:26.603unit:Jul 20 18:49:26.603 Jul 20 18:49:26.603freemap_route_ipv6DEBG |
| 3064 | 2026-07-20T18:49:28.086Z | 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 } }] |
| 3065 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.604DEBG DEBGcreated new freemap , Jul 20 18:49:26.604DEBGreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3066 | 2026-07-20T18:49:28.086Z | 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 } }] : adding route 172.17.0.30/32 -> 10.0.0.255freemap_route_ipv6 |
| 3067 | 2026-07-20T18:49:28.086Z | |
| 3068 | 2026-07-20T18:49:28.086Z | |
| 3069 | 2026-07-20T18:49:28.086Z | initted freemap. size: 64Jul 20 18:49:26.604, unitJul 20 18:49:26.604Jul 20 18:49:26.604INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:49:26.604 |
| 3070 | 2026-07-20T18:49:28.086Z | DEBGinitted freemap. size: 64:, 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 } }]freemap_route_ipv4INFO |
| 3071 | 2026-07-20T18:49:28.086Z | unit: |
| 3072 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.604freemap_route_ipv4Jul 20 18:49:26.604adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3073 | 2026-07-20T18:49:28.086Z | DEBG |
| 3074 | 2026-07-20T18:49:28.086Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:49:26.604Jul 20 18:49:26.604 |
| 3075 | 2026-07-20T18:49:28.086Z | 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 20 18:49:26.604DEBG Jul 20 18:49:26.604 |
| 3076 | 2026-07-20T18:49:28.086Z | DEBGDEBGreset freemapDEBG, reset freemapreplacing 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 } }] unit, |
| 3077 | 2026-07-20T18:49:28.086Z | unit: :freemap_route_ipv4Jul 20 18:49:26.604 replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3078 | 2026-07-20T18:49:28.086Z | |
| 3079 | 2026-07-20T18:49:28.086Z | Jul 20 18:49:26.604 |
| 3080 | 2026-07-20T18:49:28.086Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3081 | 2026-07-20T18:49:28.086Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604 |
| 3082 | 2026-07-20T18:49:28.087Z | DEBGDEBGDEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64initted freemap. size: 64, , unitunit |
| 3083 | 2026-07-20T18:49:28.091Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff:Jul 20 18:49:26.604 |
| 3084 | 2026-07-20T18:49:28.091Z | freemap_route_ipv6 |
| 3085 | 2026-07-20T18:49:28.091Z | :DEBG Jul 20 18:49:26.604 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3086 | 2026-07-20T18:49:28.091Z | Jul 20 18:49:26.604 freemap_route_ipv6 |
| 3087 | 2026-07-20T18:49:28.091Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3088 | 2026-07-20T18:49:28.091Z | DEBGJul 20 18:49:26.604 Jul 20 18:49:26.604reset freemap , INFO unitJul 20 18:49:26.604Jul 20 18:49:26.604 DEBGDEBG DEBGreset freemapadding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3089 | 2026-07-20T18:49:28.091Z | unit :replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3090 | 2026-07-20T18:49:28.091Z | |
| 3091 | 2026-07-20T18:49:28.091Z | freemap_route_ipv6: |
| 3092 | 2026-07-20T18:49:28.091Z | Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604 INFODEBG freemap_route_ipv6adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:49:26.604INFO |
| 3093 | 2026-07-20T18:49:28.091Z | |
| 3094 | 2026-07-20T18:49:28.091Z | 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 } }] |
| 3095 | 2026-07-20T18:49:28.091Z | Jul 20 18:49:26.604adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:49:26.604 DEBG |
| 3096 | 2026-07-20T18:49:28.091Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff Jul 20 18:49:26.604replacing 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 } }] |
| 3097 | 2026-07-20T18:49:28.091Z | |
| 3098 | 2026-07-20T18:49:28.092Z | INFOJul 20 18:49:26.604 INFO DEBG Jul 20 18:49:26.604adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3099 | 2026-07-20T18:49:28.092Z | DEBGJul 20 18:49:26.604 adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3100 | 2026-07-20T18:49:28.092Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3101 | 2026-07-20T18:49:28.092Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3102 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604Jul 20 18:49:26.604 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 } }] |
| 3103 | 2026-07-20T18:49:28.092Z | DEBGJul 20 18:49:26.604DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]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 } }] |
| 3104 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604Jul 20 18:49:26.604 |
| 3105 | 2026-07-20T18:49:28.092Z | replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3106 | 2026-07-20T18:49:28.092Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3107 | 2026-07-20T18:49:28.092Z | INFO Jul 20 18:49:26.604adding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 20 18:49:26.604 INFOINFOJul 20 18:49:26.604 INFO |
| 3108 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604 adding route 172.17.0.36/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.8/32 -> 10.0.0.255 DEBG |
| 3109 | 2026-07-20T18:49:28.092Z | |
| 3110 | 2026-07-20T18:49:28.092Z | |
| 3111 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604 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 } }] Jul 20 18:49:26.604replacing 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 } }] |
| 3112 | 2026-07-20T18:49:28.092Z | |
| 3113 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604DEBG 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 20 18:49:26.604 |
| 3114 | 2026-07-20T18:49:28.092Z | 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 } }] DEBGJul 20 18:49:26.604 |
| 3115 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604Jul 20 18:49:26.604 INFO INFOINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:49:26.604 adding route 172.17.0.37/32 -> 10.0.0.255 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3116 | 2026-07-20T18:49:28.092Z | INFO |
| 3117 | 2026-07-20T18:49:28.092Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 3118 | 2026-07-20T18:49:28.092Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3119 | 2026-07-20T18:49:28.092Z | |
| 3120 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604Jul 20 18:49:26.604 DEBGJul 20 18:49:26.604Jul 20 18:49:26.604DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 3121 | 2026-07-20T18:49:28.092Z | DEBG Jul 20 18:49:26.604 DEBG |
| 3122 | 2026-07-20T18:49:28.092Z | INFO replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 3123 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604 |
| 3124 | 2026-07-20T18:49:28.092Z | |
| 3125 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604INFO Jul 20 18:49:26.604 INFOadding route 172.17.0.38/32 -> 10.0.0.255 |
| 3126 | 2026-07-20T18:49:28.092Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3127 | 2026-07-20T18:49:28.092Z | INFO Jul 20 18:49:26.604adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:49:26.604 |
| 3128 | 2026-07-20T18:49:28.092Z | DEBGJul 20 18:49:26.604 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 20 18:49:26.604 |
| 3129 | 2026-07-20T18:49:28.092Z | Jul 20 18:49:26.604 DEBGDEBG DEBGJul 20 18:49:26.604replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3130 | 2026-07-20T18:49:28.093Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3131 | 2026-07-20T18:49:28.093Z | INFO |
| 3132 | 2026-07-20T18:49:28.093Z | adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:49:26.604 |
| 3133 | 2026-07-20T18:49:28.093Z | Jul 20 18:49:26.604 INFOINFODEBG Jul 20 18:49:26.604Jul 20 18:49:26.604 INFODEBG adding route 172.17.0.11/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 } }] adding route 3fff:beef:19::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3134 | 2026-07-20T18:49:28.093Z | |
| 3135 | 2026-07-20T18:49:28.093Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3136 | 2026-07-20T18:49:28.094Z | |
| 3137 | 2026-07-20T18:49:28.094Z | |
| 3138 | 2026-07-20T18:49:28.094Z | Jul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.595WARNJul 20 18:49:26.604 DEBG Jul 20 18:49:26.604INFODEBG shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3139 | 2026-07-20T18:49:28.094Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3140 | 2026-07-20T18:49:28.094Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3141 | 2026-07-20T18:49:28.094Z | 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: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 } }] |
| 3142 | 2026-07-20T18:49:28.095Z | |
| 3143 | 2026-07-20T18:49:28.095Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:49:26.604 DEBGDEBGJul 20 18:49:26.604 |
| 3144 | 2026-07-20T18:49:28.095Z | 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 } }] |
| 3145 | 2026-07-20T18:49:28.095Z | ERROreplacing 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 } }] rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3146 | 2026-07-20T18:49:28.095Z | |
| 3147 | 2026-07-20T18:49:28.095Z | Jul 20 18:49:26.604Jul 20 18:49:26.604Jul 20 18:49:26.604 Jul 20 18:49:26.604Jul 20 18:49:26.604INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3148 | 2026-07-20T18:49:28.095Z | INFOINFODEBG Jul 20 18:49:26.604INFO adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:49:26.604replacing targets for 3fff:dead::/64 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 } }] |
| 3149 | 2026-07-20T18:49:28.095Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3150 | 2026-07-20T18:49:28.095Z | |
| 3151 | 2026-07-20T18:49:28.095Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ffERRO |
| 3152 | 2026-07-20T18:49:28.095Z | 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 |
| 3153 | 2026-07-20T18:49:28.095Z | 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 20 18:49:26.604Jul 20 18:49:26.604 |
| 3154 | 2026-07-20T18:49:28.096Z | Jul 20 18:49:26.604 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 20 18:49:26.604WARNDEBG |
| 3155 | 2026-07-20T18:49:28.096Z | INFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:49:26.604Jul 20 18:49:26.604 |
| 3156 | 2026-07-20T18:49:28.096Z | INFO |
| 3157 | 2026-07-20T18:49:28.096Z | |
| 3158 | 2026-07-20T18:49:28.096Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:49:26.604 |
| 3159 | 2026-07-20T18:49:28.096Z | DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 20 18:49:26.604 |
| 3160 | 2026-07-20T18:49:28.096Z | |
| 3161 | 2026-07-20T18:49:28.096Z | Jul 20 18:49:26.604DEBG 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 } }]Jul 20 18:49:26.604 INFOJul 20 18:49:26.605Jul 20 18:49:26.605 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 |
| 3162 | 2026-07-20T18:49:28.097Z | created new freemapDEBG, unitcreated new freemap:, Jul 20 18:49:26.611unit Jul 20 18:49:26.604DEBG: 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 } }]INFOfreemap_route_ipv4 |
| 3163 | 2026-07-20T18:49:28.097Z | |
| 3164 | 2026-07-20T18:49:28.097Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 3165 | 2026-07-20T18:49:28.097Z | |
| 3166 | 2026-07-20T18:49:28.097Z | Jul 20 18:49:26.611Jul 20 18:49:26.611 INFODEBG adding route 172.17.0.44/32 -> 10.0.0.255created new freemap |
| 3167 | 2026-07-20T18:49:28.097Z | , unitJul 20 18:49:26.611: DEBGfreemap_route_ipv6Jul 20 18:49:26.611 |
| 3168 | 2026-07-20T18:49:28.097Z | DEBG created new freemapreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 3169 | 2026-07-20T18:49:28.097Z | Jul 20 18:49:26.611unit :DEBG freemap_route_ipv6Jul 20 18:49:26.611 |
| 3170 | 2026-07-20T18:49:28.097Z | INFOinitted freemap. size: 64 , adding route 172.17.0.45/32 -> 10.0.0.255unit |
| 3171 | 2026-07-20T18:49:28.097Z | :Jul 20 18:49:26.611 freemap_route_ipv4DEBG |
| 3172 | 2026-07-20T18:49:28.097Z | Jul 20 18:49:26.611 initted freemap. size: 64DEBG, unitreplacing 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 20 18:49:26.611: |
| 3173 | 2026-07-20T18:49:28.097Z | DEBGfreemap_route_ipv4 |
| 3174 | 2026-07-20T18:49:28.097Z | reset freemap, Jul 20 18:49:26.611unit:unit: freemap_route_ipv4INFO |
| 3175 | 2026-07-20T18:49:28.097Z | Jul 20 18:49:26.611adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3176 | 2026-07-20T18:49:28.097Z | DEBG freemap_route_ipv4reset freemapJul 20 18:49:26.611 |
| 3177 | 2026-07-20T18:49:28.097Z | Jul 20 18:49:26.611DEBG DEBG, created new freemap , Jul 20 18:49:26.611replacing 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 } }]unit : |
| 3178 | 2026-07-20T18:49:28.097Z | DEBGunit freemap_route_ipv6 |
| 3179 | 2026-07-20T18:49:28.097Z | initted freemap. size: 64: , unitJul 20 18:49:26.611freemap_route_ipv4 :Jul 20 18:49:26.611INFO freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255DEBG |
| 3180 | 2026-07-20T18:49:28.097Z | |
| 3181 | 2026-07-20T18:49:28.097Z | |
| 3182 | 2026-07-20T18:49:28.097Z | initted freemap. size: 64, Jul 20 18:49:26.611Jul 20 18:49:26.611unit DEBGDEBG: freemap_route_ipv4reset freemap |
| 3183 | 2026-07-20T18:49:28.101Z | 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 } }], |
| 3184 | 2026-07-20T18:49:28.101Z | unit:Jul 20 18:49:26.611 freemap_route_ipv6Jul 20 18:49:26.611 |
| 3185 | 2026-07-20T18:49:28.101Z | Jul 20 18:49:26.611DEBG DEBGreset freemap INFO, unitinitted freemap. size: 64adding route 172.17.0.48/32 -> 10.0.0.255, : |
| 3186 | 2026-07-20T18:49:28.101Z | Jul 20 18:49:26.611unitfreemap_route_ipv4 |
| 3187 | 2026-07-20T18:49:28.102Z | : Jul 20 18:49:26.611INFO freemap_route_ipv6DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3188 | 2026-07-20T18:49:28.102Z | |
| 3189 | 2026-07-20T18:49:28.102Z | 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 } }] |
| 3190 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611 DEBGJul 20 18:49:26.611Jul 20 18:49:26.611 DEBGDEBG 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 } }], Jul 20 18:49:26.611 |
| 3191 | 2026-07-20T18:49:28.102Z | unit initted freemap. size: 64INFO:, Jul 20 18:49:26.611adding route 172.17.0.49/32 -> 10.0.0.255unit |
| 3192 | 2026-07-20T18:49:28.102Z | INFO: freemap_route_ipv6 |
| 3193 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611freemap_route_ipv6 |
| 3194 | 2026-07-20T18:49:28.102Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3195 | 2026-07-20T18:49:28.102Z | |
| 3196 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611Jul 20 18:49:26.611 Jul 20 18:49:26.611INFOJul 20 18:49:26.611 adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 3197 | 2026-07-20T18:49:28.102Z | INFODEBG reset freemapadding route 172.17.0.50/32 -> 10.0.0.255, |
| 3198 | 2026-07-20T18:49:28.102Z | unit: Jul 20 18:49:26.611freemap_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 } }] Jul 20 18:49:26.611DEBG |
| 3199 | 2026-07-20T18:49:28.102Z | |
| 3200 | 2026-07-20T18:49:28.102Z | DEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3201 | 2026-07-20T18:49:28.102Z | |
| 3202 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611 Jul 20 18:49:26.611INFO Jul 20 18:49:26.611DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3203 | 2026-07-20T18:49:28.102Z | INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] adding route 172.17.0.51/32 -> 10.0.0.255Jul 20 18:49:26.611 |
| 3204 | 2026-07-20T18:49:28.102Z | |
| 3205 | 2026-07-20T18:49:28.102Z | INFO Jul 20 18:49:26.611adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3206 | 2026-07-20T18:49:28.102Z | DEBGJul 20 18:49:26.611 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 3207 | 2026-07-20T18:49:28.102Z | 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 20 18:49:26.611 |
| 3208 | 2026-07-20T18:49:28.102Z | DEBGJul 20 18:49:26.611 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOJul 20 18:49:26.611 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3209 | 2026-07-20T18:49:28.102Z | INFO |
| 3210 | 2026-07-20T18:49:28.102Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3211 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611Jul 20 18:49:26.611 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:49:26.611replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3212 | 2026-07-20T18:49:28.102Z | |
| 3213 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.591DEBG replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3214 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.611created new freemap Jul 20 18:49:26.611, INFOINFOJul 20 18:49:26.611 adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3215 | 2026-07-20T18:49:28.102Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:3:DEBG |
| 3216 | 2026-07-20T18:49:28.102Z | freemap_route_ipv4 |
| 3217 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.612replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3218 | 2026-07-20T18:49:28.102Z | DEBGJul 20 18:49:26.612 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 |
| 3219 | 2026-07-20T18:49:28.102Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3220 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 DEBG created new freemapINFO, Jul 20 18:49:26.612Jul 20 18:49:26.612 unitadding route 172.17.0.54/32 -> 10.0.0.255: |
| 3221 | 2026-07-20T18:49:28.102Z | freemap_route_ipv6 |
| 3222 | 2026-07-20T18:49:28.102Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:49:26.612 |
| 3223 | 2026-07-20T18:49:28.102Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:49:26.612 |
| 3224 | 2026-07-20T18:49:28.102Z | DEBGDEBG Jul 20 18:49:26.612 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 } }] |
| 3225 | 2026-07-20T18:49:28.102Z | DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]unitJul 20 18:49:26.612: |
| 3226 | 2026-07-20T18:49:28.102Z | Jul 20 18:49:26.612 INFO freemap_route_ipv4DEBGadding route 172.17.0.55/32 -> 10.0.0.255 |
| 3227 | 2026-07-20T18:49:28.103Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3228 | 2026-07-20T18:49:28.103Z | |
| 3229 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3230 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 Jul 20 18:49:26.612DEBGWARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 3231 | 2026-07-20T18:49:28.103Z | DEBGDEBG |
| 3232 | 2026-07-20T18:49:28.103Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 172.17.0.13/32 -> 10.0.0.255reset freemap |
| 3233 | 2026-07-20T18:49:28.103Z | , |
| 3234 | 2026-07-20T18:49:28.103Z | unitJul 20 18:49:26.612: INFOfreemap_route_ipv4 |
| 3235 | 2026-07-20T18:49:28.103Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3236 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 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 } }]initted freemap. size: 64 |
| 3237 | 2026-07-20T18:49:28.103Z | , Jul 20 18:49:26.612unit :DEBG freemap_route_ipv6Jul 20 18:49:26.612 |
| 3238 | 2026-07-20T18:49:28.103Z | 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 |
| 3239 | 2026-07-20T18:49:28.103Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3240 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612 DEBG reset freemap, Jul 20 18:49:26.612unit :Jul 20 18:49:26.612 DEBGINFO freemap_route_ipv6 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 } }] |
| 3241 | 2026-07-20T18:49:28.103Z | |
| 3242 | 2026-07-20T18:49:28.103Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3243 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612Jul 20 18:49:26.612Jul 20 18:49:26.612Jul 20 18:49:26.612 INFOINFO DEBG adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 3244 | 2026-07-20T18:49:28.103Z | |
| 3245 | 2026-07-20T18:49:28.103Z | |
| 3246 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612 DEBG Jul 20 18:49:26.612replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3247 | 2026-07-20T18:49:28.103Z | INFO Jul 20 18:49:26.612adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBG |
| 3248 | 2026-07-20T18:49:28.103Z | 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 20 18:49:26.612 INFO |
| 3249 | 2026-07-20T18:49:28.103Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:49:26.612 |
| 3250 | 2026-07-20T18:49:28.103Z | DEBGJul 20 18:49:26.612 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3251 | 2026-07-20T18:49:28.103Z | |
| 3252 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612 adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 3253 | 2026-07-20T18:49:28.103Z | 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 20 18:49:26.612Jul 20 18:49:26.612 INFOINFO |
| 3254 | 2026-07-20T18:49:28.103Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 3255 | 2026-07-20T18:49:28.103Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffJul 20 18:49:26.612 |
| 3256 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612 DEBG INFOreplacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3257 | 2026-07-20T18:49:28.103Z | Jul 20 18:49:26.612adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:49:26.612 |
| 3258 | 2026-07-20T18:49:28.104Z | DEBGDEBG Jul 20 18:49:26.612replacing 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 } }] |
| 3259 | 2026-07-20T18:49:28.104Z | 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 20 18:49:26.612 |
| 3260 | 2026-07-20T18:49:28.104Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 3261 | 2026-07-20T18:49:28.104Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 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 } }]INFO |
| 3262 | 2026-07-20T18:49:28.104Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3263 | 2026-07-20T18:49:28.104Z | |
| 3264 | 2026-07-20T18:49:28.104Z | Jul 20 18:49:26.612Jul 20 18:49:26.612 DEBGINFO Jul 20 18:49:26.612 Jul 20 18:49:26.612replacing 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 } }] |
| 3265 | 2026-07-20T18:49:28.104Z | DEBG adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 3266 | 2026-07-20T18:49:28.104Z | 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 20 18:49:26.612replacing 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 } }] |
| 3267 | 2026-07-20T18:49:28.104Z | |
| 3268 | 2026-07-20T18:49:28.104Z | DEBG Jul 20 18:49:26.612failed to allocate space for the new target list Jul 20 18:49:26.612Jul 20 18:49:26.612 |
| 3269 | 2026-07-20T18:49:28.104Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 3270 | 2026-07-20T18:49:28.104Z | DEBGJul 20 18:49:26.612adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 3271 | 2026-07-20T18:49:28.104Z | test route::tests::same_size_non_subset_replace ... ok |
| 3272 | 2026-07-20T18:49:28.104Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3273 | 2026-07-20T18:49:28.104Z | Jul 20 18:49:26.612replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] DEBGJul 20 18:49:26.612 Jul 20 18:49:26.612replacing 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 } }] |
| 3274 | 2026-07-20T18:49:28.105Z | DEBG created new freemapDEBG , Jul 20 18:49:26.618unitcreated new freemap , INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff:unit |
| 3275 | 2026-07-20T18:49:28.105Z | :freemap_route_ipv4 |
| 3276 | 2026-07-20T18:49:28.105Z | Jul 20 18:49:26.618DEBG Jul 20 18:49:26.618replacing 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 |
| 3277 | 2026-07-20T18:49:28.105Z | INFOfreemap_route_ipv4 created new freemap |
| 3278 | 2026-07-20T18:49:28.105Z | Jul 20 18:49:26.618 , DEBGadding route 172.17.0.3/32 -> 10.0.0.255unit |
| 3279 | 2026-07-20T18:49:28.105Z | Jul 20 18:49:26.618Jul 20 18:49:26.618 : INFODEBGfreemap_route_ipv6replacing 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 } }] |
| 3280 | 2026-07-20T18:49:28.105Z | |
| 3281 | 2026-07-20T18:49:28.105Z | adding route 172.17.0.15/32 -> 10.0.0.255created new freemap |
| 3282 | 2026-07-20T18:49:28.105Z | , unitJul 20 18:49:26.618:Jul 20 18:49:26.618 Jul 20 18:49:26.618freemap_route_ipv6 Jul 20 18:49:26.618 |
| 3283 | 2026-07-20T18:49:28.109Z | DEBG 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 } }]INFODEBGreplacing 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 20 18:49:26.618 |
| 3284 | 2026-07-20T18:49:28.109Z | initted freemap. size: 64 DEBGadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 3285 | 2026-07-20T18:49:28.109Z | initted freemap. size: 64, unit, : |
| 3286 | 2026-07-20T18:49:28.109Z | Jul 20 18:49:26.618 Jul 20 18:49:26.618DEBGfreemap_route_ipv4 |
| 3287 | 2026-07-20T18:49:28.109Z | INFO replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3288 | 2026-07-20T18:49:28.110Z | Jul 20 18:49:26.618 |
| 3289 | 2026-07-20T18:49:28.110Z | unitDEBG: Jul 20 18:49:26.618Jul 20 18:49:26.618 Jul 20 18:49:26.618freemap_route_ipv4reset freemap |
| 3290 | 2026-07-20T18:49:28.110Z | , unitDEBG: INFOfreemap_route_ipv4 |
| 3291 | 2026-07-20T18:49:28.110Z | Jul 20 18:49:26.618INFO replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3292 | 2026-07-20T18:49:28.110Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:49:26.618 |
| 3293 | 2026-07-20T18:49:28.110Z | reset freemapJul 20 18:49:26.618DEBG, unitadding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 3294 | 2026-07-20T18:49:28.110Z | adding route 172.17.0.17/32 -> 10.0.0.255initted freemap. size: 64 |
| 3295 | 2026-07-20T18:49:28.110Z | , unitJul 20 18:49:26.618: DEBG Jul 20 18:49:26.618freemap_route_ipv6 |
| 3296 | 2026-07-20T18:49:28.110Z | Jul 20 18:49:26.618 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 |
| 3297 | 2026-07-20T18:49:28.110Z | 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 } }] Jul 20 18:49:26.618 |
| 3298 | 2026-07-20T18:49:28.110Z | Jul 20 18:49:26.618replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG INFO |
| 3299 | 2026-07-20T18:49:28.110Z | reset freemapJul 20 18:49:26.618, unitINFO :adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 3300 | 2026-07-20T18:49:28.110Z | freemap_route_ipv6adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3301 | 2026-07-20T18:49:28.110Z | Jul 20 18:49:26.618freemap_route_ipv4 |
| 3302 | 2026-07-20T18:49:28.110Z | |
| 3303 | 2026-07-20T18:49:28.110Z | DEBG Jul 20 18:49:26.618replacing 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 20 18:49:26.618INFOJul 20 18:49:26.618 Jul 20 18:49:26.618adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3304 | 2026-07-20T18:49:28.110Z | 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 } }] |
| 3305 | 2026-07-20T18:49:28.112Z | DEBG |
| 3306 | 2026-07-20T18:49:28.112Z | adding route 172.17.0.5/32 -> 10.0.0.255 Jul 20 18:49:26.618 |
| 3307 | 2026-07-20T18:49:28.112Z | initted freemap. size: 64, Jul 20 18:49:26.618Jul 20 18:49:26.618unitINFO adding route 172.17.0.19/32 -> 10.0.0.255DEBGINFO |
| 3308 | 2026-07-20T18:49:28.112Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3309 | 2026-07-20T18:49:28.112Z | |
| 3310 | 2026-07-20T18:49:28.112Z | Jul 20 18:49:26.618Jul 20 18:49:26.618: 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 20 18:49:26.618 |
| 3311 | 2026-07-20T18:49:28.112Z | INFOJul 20 18:49:26.618freemap_route_ipv6 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3312 | 2026-07-20T18:49:28.112Z | DEBG |
| 3313 | 2026-07-20T18:49:28.112Z | Jul 20 18:49:26.618 DEBGJul 20 18:49:26.618 Jul 20 18:49:26.618 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 } }] |
| 3314 | 2026-07-20T18:49:28.112Z | DEBGDEBGINFO Jul 20 18:49:26.618reset freemapreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 , |
| 3315 | 2026-07-20T18:49:28.112Z | unitreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3316 | 2026-07-20T18:49:28.112Z | :INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 3317 | 2026-07-20T18:49:28.112Z | freemap_route_ipv6Jul 20 18:49:26.618 |
| 3318 | 2026-07-20T18:49:28.112Z | Jul 20 18:49:26.618 |
| 3319 | 2026-07-20T18:49:28.112Z | DEBGDEBG Jul 20 18:49:26.618replacing 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 20 18:49:26.618replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO |
| 3320 | 2026-07-20T18:49:28.112Z | Jul 20 18:49:26.618 |
| 3321 | 2026-07-20T18:49:28.112Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255replacing 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 } }] |
| 3322 | 2026-07-20T18:49:28.112Z | |
| 3323 | 2026-07-20T18:49:28.112Z | Jul 20 18:49:26.618 |
| 3324 | 2026-07-20T18:49:28.112Z | INFOJul 20 18:49:26.618Jul 20 18:49:26.618 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 } }] |
| 3325 | 2026-07-20T18:49:28.112Z | 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 } }] |
| 3326 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 INFO adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:49:26.618 |
| 3327 | 2026-07-20T18:49:28.113Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:49:26.618 |
| 3328 | 2026-07-20T18:49:28.113Z | |
| 3329 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 INFODEBG Jul 20 18:49:26.618adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 3330 | 2026-07-20T18:49:28.113Z | 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 20 18:49:26.618DEBG |
| 3331 | 2026-07-20T18:49:28.113Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 3332 | 2026-07-20T18:49:28.113Z | DEBGJul 20 18:49:26.618Jul 20 18:49:26.618 DEBGreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 3333 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618INFO |
| 3334 | 2026-07-20T18:49:28.113Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:49:26.618adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3335 | 2026-07-20T18:49:28.113Z | |
| 3336 | 2026-07-20T18:49:28.113Z | INFO Jul 20 18:49:26.618adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3337 | 2026-07-20T18:49:28.113Z | INFOJul 20 18:49:26.618Jul 20 18:49:26.618 DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 3338 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3339 | 2026-07-20T18:49:28.113Z | |
| 3340 | 2026-07-20T18:49:28.113Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3341 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 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 } }]DEBGJul 20 18:49:26.618 |
| 3342 | 2026-07-20T18:49:28.113Z | test route::tests::delete_target_fragmented ... ok |
| 3343 | 2026-07-20T18:49:28.113Z | replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3344 | 2026-07-20T18:49:28.113Z | adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:49:26.618 |
| 3345 | 2026-07-20T18:49:28.113Z | INFOJul 20 18:49:26.618 Jul 20 18:49:26.618adding route 3fff:dead::/64 -> 2001:db8::55:4 INFO |
| 3346 | 2026-07-20T18:49:28.113Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 Jul 20 18:49:26.618 |
| 3347 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 3348 | 2026-07-20T18:49:28.113Z | DEBGDEBG Jul 20 18:49:26.618 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3349 | 2026-07-20T18:49:28.113Z | 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 } }]DEBGJul 20 18:49:26.618 |
| 3350 | 2026-07-20T18:49:28.113Z | DEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3351 | 2026-07-20T18:49:28.113Z | |
| 3352 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618Jul 20 18:49:26.618 DEBGJul 20 18:49:26.618Jul 20 18:49:26.618 INFOINFO INFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 3353 | 2026-07-20T18:49:28.113Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3354 | 2026-07-20T18:49:28.113Z | |
| 3355 | 2026-07-20T18:49:28.113Z | |
| 3356 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618Jul 20 18:49:26.618 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 } }] |
| 3357 | 2026-07-20T18:49:28.113Z | DEBGJul 20 18:49:26.618Jul 20 18:49:26.618Jul 20 18:49:26.612 Jul 20 18:49:26.612 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 } }] DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 3358 | 2026-07-20T18:49:28.113Z | |
| 3359 | 2026-07-20T18:49:28.113Z | created new freemapDEBG, Jul 20 18:49:26.618unit :DEBGreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG freemap_route_ipv4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3360 | 2026-07-20T18:49:28.113Z | |
| 3361 | 2026-07-20T18:49:28.113Z | 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 } }] |
| 3362 | 2026-07-20T18:49:28.113Z | Jul 20 18:49:26.618 |
| 3363 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618INFO DEBGJul 20 18:49:26.618adding route 3fff:beef:11::/64 -> 2001:db8::55:ffJul 20 18:49:26.618 INFO |
| 3364 | 2026-07-20T18:49:28.114Z | INFOcreated new freemap , adding route 3fff:beef:20::/64 -> 2001:db8::55:ffunit |
| 3365 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618adding route 172.17.0.26/32 -> 10.0.0.255 : |
| 3366 | 2026-07-20T18:49:28.114Z | freemap_route_ipv6Jul 20 18:49:26.618INFO |
| 3367 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618 DEBG adding route 172.17.0.11/32 -> 10.0.0.255 Jul 20 18:49:26.618Jul 20 18:49:26.618DEBG 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 |
| 3368 | 2026-07-20T18:49:28.114Z | |
| 3369 | 2026-07-20T18:49:28.114Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 3370 | 2026-07-20T18:49:28.114Z | , replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3371 | 2026-07-20T18:49:28.114Z | :Jul 20 18:49:26.618Jul 20 18:49:26.618Jul 20 18:49:26.618 freemap_route_ipv4 |
| 3372 | 2026-07-20T18:49:28.114Z | DEBGJul 20 18:49:26.618INFO 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 20 18:49:26.618INFO |
| 3373 | 2026-07-20T18:49:28.114Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBG reset freemap |
| 3374 | 2026-07-20T18:49:28.114Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff, |
| 3375 | 2026-07-20T18:49:28.114Z | unitJul 20 18:49:26.618Jul 20 18:49:26.618: freemap_route_ipv4 |
| 3376 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618INFO DEBG |
| 3377 | 2026-07-20T18:49:28.114Z | adding route 172.17.0.12/32 -> 10.0.0.255 Jul 20 18:49:26.618replacing 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 } }] |
| 3378 | 2026-07-20T18:49:28.114Z | DEBGDEBG |
| 3379 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618initted freemap. size: 64replacing 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 20 18:49:26.618 |
| 3380 | 2026-07-20T18:49:28.114Z | Jul 20 18:49:26.618DEBG, unit :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 |
| 3381 | 2026-07-20T18:49:28.114Z | adding route 172.17.0.28/32 -> 10.0.0.255 DEBGfreemap_route_ipv6 |
| 3382 | 2026-07-20T18:49:28.114Z | |
| 3383 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.618replacing 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 20 18:49:26.618Jul 20 18:49:26.618 INFOINFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3384 | 2026-07-20T18:49:28.119Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3385 | 2026-07-20T18:49:28.119Z | |
| 3386 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.619 |
| 3387 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.619DEBG reset freemap, INFO unitadding route 172.17.0.13/32 -> 10.0.0.255: |
| 3388 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625freemap_route_ipv6 |
| 3389 | 2026-07-20T18:49:28.119Z | 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 } }] |
| 3390 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625 Jul 20 18:49:26.625Jul 20 18:49:26.619INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:49:26.625INFO |
| 3391 | 2026-07-20T18:49:28.119Z | DEBG adding route 172.17.0.29/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 } }] |
| 3392 | 2026-07-20T18:49:28.119Z | |
| 3393 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 3394 | 2026-07-20T18:49:28.119Z | 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 20 18:49:26.625 |
| 3395 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625DEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3396 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3397 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625INFO adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 3398 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 3399 | 2026-07-20T18:49:28.119Z | 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 20 18:49:26.625 |
| 3400 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 20 18:49:26.625 |
| 3401 | 2026-07-20T18:49:28.119Z | INFO |
| 3402 | 2026-07-20T18:49:28.119Z | adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:49:26.625 |
| 3403 | 2026-07-20T18:49:28.119Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3404 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625 DEBGJul 20 18:49:26.625 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 |
| 3405 | 2026-07-20T18:49:28.119Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:49:26.625 INFOJul 20 18:49:26.619 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 3406 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625created new freemap |
| 3407 | 2026-07-20T18:49:28.119Z | INFO , Jul 20 18:49:26.625adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:49:26.625unit Jul 20 18:49:26.625 |
| 3408 | 2026-07-20T18:49:28.119Z | :DEBG DEBG INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 3409 | 2026-07-20T18:49:28.119Z | Jul 20 18:49:26.625 |
| 3410 | 2026-07-20T18:49:28.120Z | freemap_route_ipv4 DEBG |
| 3411 | 2026-07-20T18:49:28.120Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 20 18:49:26.625 |
| 3412 | 2026-07-20T18:49:28.120Z | |
| 3413 | 2026-07-20T18:49:28.120Z | DEBG Jul 20 18:49:26.625replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:49:26.625 |
| 3414 | 2026-07-20T18:49:28.120Z | INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 20 18:49:26.625created new freemapJul 20 18:49:26.625 |
| 3415 | 2026-07-20T18:49:28.120Z | Jul 20 18:49:26.625, INFO unitINFO:Jul 20 18:49:26.626 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3416 | 2026-07-20T18:49:28.120Z | DEBGDEBGfreemap_route_ipv6 |
| 3417 | 2026-07-20T18:49:28.120Z | replacing targets for 172.16.0.0/32 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 } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3418 | 2026-07-20T18:49:28.120Z | |
| 3419 | 2026-07-20T18:49:28.120Z | 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 } }] |
| 3420 | 2026-07-20T18:49:28.120Z | Jul 20 18:49:26.626 Jul 20 18:49:26.626Jul 20 18:49:26.626DEBGJul 20 18:49:26.626 DEBG initted freemap. size: 64INFO, DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3421 | 2026-07-20T18:49:28.120Z | |
| 3422 | 2026-07-20T18:49:28.120Z | 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 } }]: |
| 3423 | 2026-07-20T18:49:28.120Z | freemap_route_ipv4Jul 20 18:49:26.626Jul 20 18:49:26.626 DEBGJul 20 18:49:26.626 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 |
| 3424 | 2026-07-20T18:49:28.122Z | |
| 3425 | 2026-07-20T18:49:28.122Z | INFOadding route 172.17.0.18/32 -> 10.0.0.255 |
| 3426 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3427 | 2026-07-20T18:49:28.122Z | INFOJul 20 18:49:26.626 Jul 20 18:49:26.626adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3428 | 2026-07-20T18:49:28.122Z | DEBGDEBGJul 20 18:49:26.626 reset freemapDEBGreplacing 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 } }] , |
| 3429 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626replacing 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 } }] DEBGunit |
| 3430 | 2026-07-20T18:49:28.122Z | :Jul 20 18:49:26.626 freemap_route_ipv4replacing 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 } }] |
| 3431 | 2026-07-20T18:49:28.122Z | |
| 3432 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626INFO adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 3433 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626 adding route 172.17.0.32/32 -> 10.0.0.255DEBGJul 20 18:49:26.626 |
| 3434 | 2026-07-20T18:49:28.122Z | INFOJul 20 18:49:26.626 initted freemap. size: 64 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 3435 | 2026-07-20T18:49:28.122Z | , Jul 20 18:49:26.626 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 } }]unit |
| 3436 | 2026-07-20T18:49:28.122Z | :Jul 20 18:49:26.626 DEBGfreemap_route_ipv6replacing 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 } }] |
| 3437 | 2026-07-20T18:49:28.122Z | |
| 3438 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626replacing 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 } }] |
| 3439 | 2026-07-20T18:49:28.122Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:49:26.626 Jul 20 18:49:26.626INFOJul 20 18:49:26.619Jul 20 18:49:26.626 |
| 3440 | 2026-07-20T18:49:28.122Z | DEBG INFODEBG |
| 3441 | 2026-07-20T18:49:28.122Z | 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:1b::/64 -> 2001:db8::55:ff |
| 3442 | 2026-07-20T18:49:28.122Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3443 | 2026-07-20T18:49:28.122Z | reset freemapJul 20 18:49:26.626 |
| 3444 | 2026-07-20T18:49:28.122Z | , unitDEBG:Jul 20 18:49:26.626 Jul 20 18:49:26.626 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 20 18:49:26.626DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3445 | 2026-07-20T18:49:28.122Z | |
| 3446 | 2026-07-20T18:49:28.122Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG |
| 3447 | 2026-07-20T18:49:28.122Z | 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 } }]freemap_route_ipv6 |
| 3448 | 2026-07-20T18:49:28.122Z | |
| 3449 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626Jul 20 18:49:26.626 Jul 20 18:49:26.626INFO Jul 20 18:49:26.626DEBG INFO Jul 20 18:49:26.626 replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 3450 | 2026-07-20T18:49:28.122Z | |
| 3451 | 2026-07-20T18:49:28.122Z | INFO |
| 3452 | 2026-07-20T18:49:28.122Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3453 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626 |
| 3454 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626INFOJul 20 18:49:26.626Jul 20 18:49:26.626 DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 3455 | 2026-07-20T18:49:28.122Z | 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 } }]DEBGDEBG Jul 20 18:49:26.626 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 20 18:49:26.626 |
| 3456 | 2026-07-20T18:49:28.122Z | 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 |
| 3457 | 2026-07-20T18:49:28.122Z | DEBG |
| 3458 | 2026-07-20T18:49:28.122Z | 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.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3459 | 2026-07-20T18:49:28.122Z | Jul 20 18:49:26.626 |
| 3460 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626 INFOINFO adding route 172.17.0.22/32 -> 10.0.0.255Jul 20 18:49:26.626 |
| 3461 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.626 INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:49:26.626 |
| 3462 | 2026-07-20T18:49:28.123Z | INFO |
| 3463 | 2026-07-20T18:49:28.123Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3464 | 2026-07-20T18:49:28.123Z | adding route 172.17.0.35/32 -> 10.0.0.255DEBGJul 20 18:49:26.626 Jul 20 18:49:26.626 |
| 3465 | 2026-07-20T18:49:28.123Z | 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 } }] |
| 3466 | 2026-07-20T18:49:28.123Z | DEBGDEBGJul 20 18:49:26.626 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 } }] |
| 3467 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 20 18:49:26.626 |
| 3468 | 2026-07-20T18:49:28.123Z | |
| 3469 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 20 18:49:26.626 |
| 3470 | 2026-07-20T18:49:28.123Z | INFO |
| 3471 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626INFOJul 20 18:49:26.626 adding route 3fff:beef:26::/64 -> 2001:db8::55:ffINFOJul 20 18:49:26.626 |
| 3472 | 2026-07-20T18:49:28.123Z | DEBGadding route 172.17.0.23/32 -> 10.0.0.255 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 } }]INFOadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3473 | 2026-07-20T18:49:28.123Z | |
| 3474 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626adding route 172.16.0.0/32 -> 10.0.0.3 |
| 3475 | 2026-07-20T18:49:28.123Z | |
| 3476 | 2026-07-20T18:49:28.123Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.626 INFO |
| 3477 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:49:26.626 Jul 20 18:49:26.626 |
| 3478 | 2026-07-20T18:49:28.123Z | DEBG Jul 20 18:49:26.626replacing 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 20 18:49:26.626 |
| 3479 | 2026-07-20T18:49:28.123Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 3480 | 2026-07-20T18:49:28.123Z | DEBG Jul 20 18:49:26.626 replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3481 | 2026-07-20T18:49:28.123Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3482 | 2026-07-20T18:49:28.123Z | Jul 20 18:49:26.626 DEBG |
| 3483 | 2026-07-20T18:49:28.127Z | INFO Jul 20 18:49:26.626 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3484 | 2026-07-20T18:49:28.127Z | adding route 172.17.0.24/32 -> 10.0.0.255adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 3485 | 2026-07-20T18:49:28.128Z | |
| 3486 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.626Jul 20 18:49:26.626 INFOJul 20 18:49:26.626 INFO Jul 20 18:49:26.626adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3487 | 2026-07-20T18:49:28.128Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:49:26.626adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3488 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.626replacing 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 } }] |
| 3489 | 2026-07-20T18:49:28.128Z | DEBG |
| 3490 | 2026-07-20T18:49:28.128Z | 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 } }] 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 } }] |
| 3491 | 2026-07-20T18:49:28.128Z | |
| 3492 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.626 Jul 20 18:49:26.626INFO Jul 20 18:49:26.626Jul 20 18:49:26.626 Jul 20 18:49:26.626INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3493 | 2026-07-20T18:49:28.128Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255 adding route 3fff:beef:21::/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 } }, 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 } }] |
| 3494 | 2026-07-20T18:49:28.128Z | |
| 3495 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.626 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 } }] |
| 3496 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.632 DEBG Jul 20 18:49:26.632replacing 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 } }] |
| 3497 | 2026-07-20T18:49:28.128Z | INFOJul 20 18:49:26.632 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 3498 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.632replacing 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 } }] |
| 3499 | 2026-07-20T18:49:28.128Z | INFO Jul 20 18:49:26.632 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 } }] |
| 3500 | 2026-07-20T18:49:28.128Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3501 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.632Jul 20 18:49:26.632 INFO adding route 172.17.0.26/32 -> 10.0.0.255DEBG |
| 3502 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.632 INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3503 | 2026-07-20T18:49:28.128Z | |
| 3504 | 2026-07-20T18:49:28.128Z | 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 20 18:49:26.632 |
| 3505 | 2026-07-20T18:49:28.128Z | DEBG Jul 20 18:49:26.632 Jul 20 18:49:26.632Jul 20 18:49:26.632DEBG INFOINFOreplacing 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 } }] |
| 3506 | 2026-07-20T18:49:28.128Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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.38/32 -> 10.0.0.255 |
| 3507 | 2026-07-20T18:49:28.128Z | |
| 3508 | 2026-07-20T18:49:28.128Z | |
| 3509 | 2026-07-20T18:49:28.128Z | Jul 20 18:49:26.632Jul 20 18:49:26.632 Jul 20 18:49:26.632 INFO INFO adding route 172.17.0.27/32 -> 10.0.0.255adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 3510 | 2026-07-20T18:49:28.128Z | |
| 3511 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632replacing 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 20 18:49:26.632 |
| 3512 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632 DEBGDEBG Jul 20 18:49:26.632replacing 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 } }] DEBGINFO |
| 3513 | 2026-07-20T18:49:28.129Z | 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 3fff:beef:24::/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 } }] |
| 3514 | 2026-07-20T18:49:28.129Z | |
| 3515 | 2026-07-20T18:49:28.129Z | |
| 3516 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632 Jul 20 18:49:26.632Jul 20 18:49:26.632 INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3517 | 2026-07-20T18:49:28.129Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffJul 20 18:49:26.632 |
| 3518 | 2026-07-20T18:49:28.129Z | DEBGINFO Jul 20 18:49:26.632 adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:49:26.632 |
| 3519 | 2026-07-20T18:49:28.129Z | replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3520 | 2026-07-20T18:49:28.129Z | 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 |
| 3521 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632 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 |
| 3522 | 2026-07-20T18:49:28.129Z | 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 20 18:49:26.632 |
| 3523 | 2026-07-20T18:49:28.129Z | INFOJul 20 18:49:26.632 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:49:26.632 |
| 3524 | 2026-07-20T18:49:28.129Z | INFOINFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3525 | 2026-07-20T18:49:28.129Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:49:26.632 |
| 3526 | 2026-07-20T18:49:28.129Z | DEBGJul 20 18:49:26.632 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 20 18:49:26.632 |
| 3527 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632DEBG INFODEBG 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 172.17.0.40/32 -> 10.0.0.255 |
| 3528 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632replacing 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 } }] |
| 3529 | 2026-07-20T18:49:28.129Z | |
| 3530 | 2026-07-20T18:49:28.129Z | INFO Jul 20 18:49:26.632adding route 3fff:beef:26::/64 -> 2001:db8::55:ff INFO |
| 3531 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.632 Jul 20 18:49:26.632INFOJul 20 18:49:26.632 adding route 172.17.0.30/32 -> 10.0.0.255DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3532 | 2026-07-20T18:49:28.129Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3533 | 2026-07-20T18:49:28.129Z | |
| 3534 | 2026-07-20T18:49:28.129Z | Jul 20 18:49:26.633 Jul 20 18:49:26.633DEBG |
| 3535 | 2026-07-20T18:49:28.129Z | INFO Jul 20 18:49:26.633 Jul 20 18:49:26.633INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.41/32 -> 10.0.0.255 adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 3536 | 2026-07-20T18:49:28.129Z | |
| 3537 | 2026-07-20T18:49:28.129Z | 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 } }] |
| 3538 | 2026-07-20T18:49:28.130Z | |
| 3539 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.633 Jul 20 18:49:26.633DEBG 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 } }] |
| 3540 | 2026-07-20T18:49:28.130Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3541 | 2026-07-20T18:49:28.130Z | adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:49:26.633 |
| 3542 | 2026-07-20T18:49:28.130Z | DEBG Jul 20 18:49:26.633replacing 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 20 18:49:26.633Jul 20 18:49:26.633 |
| 3543 | 2026-07-20T18:49:28.130Z | INFO INFODEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 3544 | 2026-07-20T18:49:28.130Z | |
| 3545 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.633 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 } }]Jul 20 18:49:26.633 |
| 3546 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.633adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3547 | 2026-07-20T18:49:28.130Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3548 | 2026-07-20T18:49:28.130Z | 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 20 18:49:26.633 |
| 3549 | 2026-07-20T18:49:28.130Z | INFOJul 20 18:49:26.633 adding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:49:26.633DEBG |
| 3550 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.633INFO INFOreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 3551 | 2026-07-20T18:49:28.130Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3552 | 2026-07-20T18:49:28.130Z | DEBG |
| 3553 | 2026-07-20T18:49:28.130Z | 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 } }] |
| 3554 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3555 | 2026-07-20T18:49:28.130Z | 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 } }] |
| 3556 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643replacing 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 } }] |
| 3557 | 2026-07-20T18:49:28.130Z | DEBGDEBG replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 20 18:49:26.643 |
| 3558 | 2026-07-20T18:49:28.130Z | |
| 3559 | 2026-07-20T18:49:28.130Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3560 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643 INFOJul 20 18:49:26.643 Jul 20 18:49:26.643 adding route 172.17.0.33/32 -> 10.0.0.255 DEBGINFO |
| 3561 | 2026-07-20T18:49:28.130Z | 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 } }] |
| 3562 | 2026-07-20T18:49:28.130Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 3563 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643 Jul 20 18:49:26.643DEBG 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 } }] |
| 3564 | 2026-07-20T18:49:28.130Z | 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 } }] |
| 3565 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643INFOINFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3566 | 2026-07-20T18:49:28.130Z | |
| 3567 | 2026-07-20T18:49:28.130Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3568 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643 DEBG Jul 20 18:49:26.643Jul 20 18:49:26.643replacing 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 } }] |
| 3569 | 2026-07-20T18:49:28.130Z | 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 } }]DEBG |
| 3570 | 2026-07-20T18:49:28.130Z | Jul 20 18:49:26.643replacing 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 } }] |
| 3571 | 2026-07-20T18:49:28.130Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3572 | 2026-07-20T18:49:28.130Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3573 | 2026-07-20T18:49:28.131Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643replacing 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 |
| 3574 | 2026-07-20T18:49:28.131Z | DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3575 | 2026-07-20T18:49:28.131Z | Jul 20 18:49:26.643 |
| 3576 | 2026-07-20T18:49:28.131Z | INFO Jul 20 18:49:26.643adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3577 | 2026-07-20T18:49:28.131Z | 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 } }] |
| 3578 | 2026-07-20T18:49:28.131Z | Jul 20 18:49:26.643 Jul 20 18:49:26.643DEBG Jul 20 18:49:26.643INFO 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.36/32 -> 10.0.0.255 |
| 3579 | 2026-07-20T18:49:28.131Z | INFO |
| 3580 | 2026-07-20T18:49:28.131Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3581 | 2026-07-20T18:49:28.131Z | Jul 20 18:49:26.643 INFOJul 20 18:49:26.643 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGJul 20 18:49:26.643 |
| 3582 | 2026-07-20T18:49:28.131Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3583 | 2026-07-20T18:49:28.135Z | 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 } }] |
| 3584 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 DEBG Jul 20 18:49:26.643replacing 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 |
| 3585 | 2026-07-20T18:49:28.135Z | adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:49:26.643 |
| 3586 | 2026-07-20T18:49:28.135Z | INFOJul 20 18:49:26.643 Jul 20 18:49:26.643adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 3587 | 2026-07-20T18:49:28.135Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 3588 | 2026-07-20T18:49:28.135Z | 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 } }] |
| 3589 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643 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 |
| 3590 | 2026-07-20T18:49:28.135Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3591 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 Jul 20 18:49:26.643DEBG INFOJul 20 18:49:26.643replacing 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 } }] |
| 3592 | 2026-07-20T18:49:28.135Z | DEBG adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3593 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 |
| 3594 | 2026-07-20T18:49:28.135Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3595 | 2026-07-20T18:49:28.135Z | DEBG replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3596 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643 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 } }] INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 3597 | 2026-07-20T18:49:28.135Z | |
| 3598 | 2026-07-20T18:49:28.135Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 3599 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBGDEBG Jul 20 18:49:26.643replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3600 | 2026-07-20T18:49:28.135Z | |
| 3601 | 2026-07-20T18:49:28.135Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3602 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643 |
| 3603 | 2026-07-20T18:49:28.135Z | Jul 20 18:49:26.643INFOJul 20 18:49:26.643 DEBGadding route 172.17.0.40/32 -> 10.0.0.255 Jul 20 18:49:26.643 |
| 3604 | 2026-07-20T18:49:28.135Z | 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 } }]INFOINFO |
| 3605 | 2026-07-20T18:49:28.136Z | adding route 172.17.0.43/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3606 | 2026-07-20T18:49:28.136Z | |
| 3607 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643 Jul 20 18:49:26.643Jul 20 18:49:26.643replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFODEBG |
| 3608 | 2026-07-20T18:49:28.136Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 3609 | 2026-07-20T18:49:28.136Z | 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 } }] |
| 3610 | 2026-07-20T18:49:28.136Z | DEBG Jul 20 18:49:26.643replacing 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 20 18:49:26.643DEBG INFOreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:49:26.643 |
| 3611 | 2026-07-20T18:49:28.136Z | adding route 172.17.0.41/32 -> 10.0.0.255INFO |
| 3612 | 2026-07-20T18:49:28.136Z | |
| 3613 | 2026-07-20T18:49:28.136Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3614 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 Jul 20 18:49:26.643INFOJul 20 18:49:26.643 Jul 20 18:49:26.643INFO DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3615 | 2026-07-20T18:49:28.136Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 3616 | 2026-07-20T18:49:28.136Z | 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.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 } }] |
| 3617 | 2026-07-20T18:49:28.136Z | |
| 3618 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBGINFO 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 } }] |
| 3619 | 2026-07-20T18:49:28.136Z | DEBGadding route 172.17.0.45/32 -> 10.0.0.255 |
| 3620 | 2026-07-20T18:49:28.136Z | replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3621 | 2026-07-20T18:49:28.136Z | |
| 3622 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 Jul 20 18:49:26.643INFOJul 20 18:49:26.643 DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3623 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643replacing 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 } }] INFODEBG |
| 3624 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643adding route 3fff:beef:34::/64 -> 2001:db8::55:ff DEBG |
| 3625 | 2026-07-20T18:49:28.136Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 20 18:49:26.643 |
| 3626 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 |
| 3627 | 2026-07-20T18:49:28.136Z | DEBG 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 } }] Jul 20 18:49:26.643adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3628 | 2026-07-20T18:49:28.136Z | INFO |
| 3629 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 3630 | 2026-07-20T18:49:28.136Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3631 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643DEBGJul 20 18:49:26.643 INFO 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 } }] |
| 3632 | 2026-07-20T18:49:28.136Z | DEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 3633 | 2026-07-20T18:49:28.136Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3634 | 2026-07-20T18:49:28.136Z | |
| 3635 | 2026-07-20T18:49:28.136Z | INFOJul 20 18:49:26.643 adding route 172.17.0.47/32 -> 10.0.0.255INFOJul 20 18:49:26.643 |
| 3636 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 3637 | 2026-07-20T18:49:28.136Z | 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 } }] |
| 3638 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBGDEBG Jul 20 18:49:26.643replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3639 | 2026-07-20T18:49:28.136Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 3640 | 2026-07-20T18:49:28.136Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 3641 | 2026-07-20T18:49:28.136Z | Jul 20 18:49:26.643 |
| 3642 | 2026-07-20T18:49:28.136Z | INFOJul 20 18:49:26.643 Jul 20 18:49:26.643DEBGadding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:49:26.643 |
| 3643 | 2026-07-20T18:49:28.136Z | failed to allocate space for the new target listDEBGDEBG |
| 3644 | 2026-07-20T18:49:28.137Z | 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.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 } }] |
| 3645 | 2026-07-20T18:49:28.137Z | |
| 3646 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643 DEBGJul 20 18:49:26.643Jul 20 18:49:26.643 Jul 20 18:49:26.643 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 3fff:dead::/64 with: [NextHop { asic_port_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.45/32 -> 10.0.0.255 |
| 3647 | 2026-07-20T18:49:28.137Z | |
| 3648 | 2026-07-20T18:49:28.137Z | |
| 3649 | 2026-07-20T18:49:28.137Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:49:26.643 |
| 3650 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643 DEBGINFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255Jul 20 18:49:26.643 |
| 3651 | 2026-07-20T18:49:28.137Z | |
| 3652 | 2026-07-20T18:49:28.137Z | 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 } }] |
| 3653 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643Jul 20 18:49:26.643 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 } }] |
| 3654 | 2026-07-20T18:49:28.137Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3655 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643 INFO adding route 172.17.0.50/32 -> 10.0.0.255Jul 20 18:49:26.643 |
| 3656 | 2026-07-20T18:49:28.137Z | 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 } }] |
| 3657 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 INFODEBG INFOadding route 172.17.0.46/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 } }] |
| 3658 | 2026-07-20T18:49:28.137Z | |
| 3659 | 2026-07-20T18:49:28.137Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 3660 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 DEBG INFOreplacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3661 | 2026-07-20T18:49:28.137Z | adding route 172.17.0.51/32 -> 10.0.0.255replacing 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 } }] |
| 3662 | 2026-07-20T18:49:28.137Z | |
| 3663 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.643Jul 20 18:49:26.643Jul 20 18:49:26.643 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG |
| 3664 | 2026-07-20T18:49:28.137Z | |
| 3665 | 2026-07-20T18:49:28.137Z | test route::tests::delete_targets_full ... ok |
| 3666 | 2026-07-20T18:49:28.137Z | test route::tests::add_target_fails_full ... ok |
| 3667 | 2026-07-20T18:49:28.137Z | 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 } }] |
| 3668 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.644 Jul 20 18:49:26.653 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3669 | 2026-07-20T18:49:28.137Z | DEBG created new freemapJul 20 18:49:26.653Jul 20 18:49:26.644 DEBG DEBG, unit : freemap_route_ipv4 |
| 3670 | 2026-07-20T18:49:28.137Z | 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 } }] |
| 3671 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.653 Jul 20 18:49:26.653DEBG INFOcreated new freemap , adding route 172.17.0.53/32 -> 10.0.0.255unit |
| 3672 | 2026-07-20T18:49:28.137Z | : freemap_route_ipv6 |
| 3673 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.653 DEBG initted freemap. size: 64Jul 20 18:49:26.653, unitDEBG: replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 3674 | 2026-07-20T18:49:28.137Z | |
| 3675 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.653Jul 20 18:49:26.653 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255reset freemap |
| 3676 | 2026-07-20T18:49:28.137Z | , unit: freemap_route_ipv4Jul 20 18:49:26.653 |
| 3677 | 2026-07-20T18:49:28.137Z | 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 } }] |
| 3678 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.653 DEBG initted freemap. size: 64Jul 20 18:49:26.653, unitINFO: adding route 172.17.0.55/32 -> 10.0.0.255freemap_route_ipv6 |
| 3679 | 2026-07-20T18:49:28.137Z | |
| 3680 | 2026-07-20T18:49:28.137Z | Jul 20 18:49:26.653Jul 20 18:49:26.653 DEBGDEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 3681 | 2026-07-20T18:49:28.137Z | , unit: freemap_route_ipv6Jul 20 18:49:26.653 |
| 3682 | 2026-07-20T18:49:28.138Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255Jul 20 18:49:26.644 |
| 3683 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653 DEBGINFOJul 20 18:49:26.653 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3684 | 2026-07-20T18:49:28.142Z | replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3685 | 2026-07-20T18:49:28.142Z | 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 } }] |
| 3686 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653 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 20 18:49:26.653 |
| 3687 | 2026-07-20T18:49:28.142Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3688 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653 INFO Jul 20 18:49:26.653adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:49:26.653 |
| 3689 | 2026-07-20T18:49:28.142Z | INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3690 | 2026-07-20T18:49:28.142Z | |
| 3691 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653Jul 20 18:49:26.653 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 3692 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653 |
| 3693 | 2026-07-20T18:49:28.142Z | INFOJul 20 18:49:26.653 adding route 172.17.0.58/32 -> 10.0.0.255INFOJul 20 18:49:26.653 |
| 3694 | 2026-07-20T18:49:28.142Z | INFOadding route 172.17.0.0/32 -> 10.0.0.255 |
| 3695 | 2026-07-20T18:49:28.142Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 3696 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653 Jul 20 18:49:26.653DEBG 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 } }] |
| 3697 | 2026-07-20T18:49:28.142Z | 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 20 18:49:26.653 |
| 3698 | 2026-07-20T18:49:28.142Z | DEBGJul 20 18:49:26.653 Jul 20 18:49:26.653INFO 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 } }]DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 3699 | 2026-07-20T18:49:28.142Z | |
| 3700 | 2026-07-20T18:49:28.142Z | failed to allocate space for the new target list |
| 3701 | 2026-07-20T18:49:28.142Z | Jul 20 18:49:26.653Jul 20 18:49:26.653 DEBGDEBG Jul 20 18:49:26.653replacing targets for 3fff:dead::/64 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 } }] |
| 3702 | 2026-07-20T18:49:28.142Z | INFOreplacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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.59/32 -> 10.0.0.255 |
| 3703 | 2026-07-20T18:49:28.142Z | |
| 3704 | 2026-07-20T18:49:28.143Z | |
| 3705 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.2/32 -> 10.0.0.255Jul 20 18:49:26.654replacing 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 } }] |
| 3706 | 2026-07-20T18:49:28.143Z | INFO |
| 3707 | 2026-07-20T18:49:28.143Z | adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3708 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 Jul 20 18:49:26.654DEBGJul 20 18:49:26.654 DEBGINFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3709 | 2026-07-20T18:49:28.143Z | adding route 172.17.0.60/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 } }] |
| 3710 | 2026-07-20T18:49:28.143Z | |
| 3711 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 Jul 20 18:49:26.654Jul 20 18:49:26.654INFO DEBGadding route 172.17.0.3/32 -> 10.0.0.255 |
| 3712 | 2026-07-20T18:49:28.143Z | INFO replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3713 | 2026-07-20T18:49:28.143Z | |
| 3714 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 Jul 20 18:49:26.654 DEBGDEBGDEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3715 | 2026-07-20T18:49:28.143Z | failed to allocate space for the new target listreplacing 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 } }] |
| 3716 | 2026-07-20T18:49:28.143Z | |
| 3717 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 Jul 20 18:49:26.654INFOJul 20 18:49:26.654 INFOadding route 172.17.0.4/32 -> 10.0.0.255 DEBG |
| 3718 | 2026-07-20T18:49:28.143Z | adding route 172.17.0.50/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 } }] |
| 3719 | 2026-07-20T18:49:28.143Z | |
| 3720 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 20 18:49:26.654 |
| 3721 | 2026-07-20T18:49:28.143Z | 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 } }] |
| 3722 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:49:26.654 |
| 3723 | 2026-07-20T18:49:28.143Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3724 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 20 18:49:26.654 |
| 3725 | 2026-07-20T18:49:28.143Z | 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 } }] |
| 3726 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:49:26.654 |
| 3727 | 2026-07-20T18:49:28.143Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3728 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 } }] |
| 3729 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654 |
| 3730 | 2026-07-20T18:49:28.143Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3731 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:49:26.654 |
| 3732 | 2026-07-20T18:49:28.143Z | 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 } }] |
| 3733 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654 |
| 3734 | 2026-07-20T18:49:28.143Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3735 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.54/32 -> 10.0.0.255Jul 20 18:49:26.654 |
| 3736 | 2026-07-20T18:49:28.143Z | 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 } }] |
| 3737 | 2026-07-20T18:49:28.143Z | Jul 20 18:49:26.654 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 } }]Jul 20 18:49:26.654 |
| 3738 | 2026-07-20T18:49:28.143Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3739 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:49:26.654 |
| 3740 | 2026-07-20T18:49:28.144Z | 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 } }] |
| 3741 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 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.10/32 -> 10.0.0.255 |
| 3742 | 2026-07-20T18:49:28.144Z | |
| 3743 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654 INFO Jul 20 18:49:26.654 DEBG adding route 172.17.0.56/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 } }] |
| 3744 | 2026-07-20T18:49:28.144Z | |
| 3745 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3746 | 2026-07-20T18:49:28.144Z | |
| 3747 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3748 | 2026-07-20T18:49:28.144Z | |
| 3749 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.12/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 } }] |
| 3750 | 2026-07-20T18:49:28.144Z | |
| 3751 | 2026-07-20T18:49:28.144Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3752 | 2026-07-20T18:49:28.145Z | |
| 3753 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.13/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 } }] |
| 3754 | 2026-07-20T18:49:28.145Z | |
| 3755 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3756 | 2026-07-20T18:49:28.145Z | |
| 3757 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 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.14/32 -> 10.0.0.255 |
| 3758 | 2026-07-20T18:49:28.145Z | |
| 3759 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.60/32 -> 10.0.0.255replacing 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 } }] |
| 3760 | 2026-07-20T18:49:28.145Z | |
| 3761 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 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.15/32 -> 10.0.0.255 |
| 3762 | 2026-07-20T18:49:28.145Z | |
| 3763 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.61/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3764 | 2026-07-20T18:49:28.145Z | |
| 3765 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 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.16/32 -> 10.0.0.255 |
| 3766 | 2026-07-20T18:49:28.145Z | |
| 3767 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.62/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 } }] |
| 3768 | 2026-07-20T18:49:28.145Z | |
| 3769 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.17/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 } }] |
| 3770 | 2026-07-20T18:49:28.145Z | |
| 3771 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 DEBGINFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3772 | 2026-07-20T18:49:28.145Z | |
| 3773 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3774 | 2026-07-20T18:49:28.145Z | |
| 3775 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 3776 | 2026-07-20T18:49:28.145Z | |
| 3777 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654Jul 20 18:49:26.654 INFODEBG adding route 172.17.0.19/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3778 | 2026-07-20T18:49:28.145Z | |
| 3779 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654 Jul 20 18:49:26.654DEBG 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 } }] |
| 3780 | 2026-07-20T18:49:28.145Z | failed to allocate space for the new target list |
| 3781 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3782 | 2026-07-20T18:49:28.145Z | Jul 20 18:49:26.654 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 } }] |
| 3783 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3784 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.654 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 } }] |
| 3785 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.654 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3786 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.654 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 } }] |
| 3787 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.654Jul 20 18:49:26.661 DEBGINFO created new freemapadding route 172.17.0.23/32 -> 10.0.0.255, |
| 3788 | 2026-07-20T18:49:28.150Z | unit: freemap_route_ipv4 |
| 3789 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 created new freemap, unit: freemap_route_ipv6 |
| 3790 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.661DEBG DEBG initted freemap. size: 64replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit: freemap_route_ipv4 |
| 3791 | 2026-07-20T18:49:28.150Z | |
| 3792 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.661 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3793 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.661 INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:49:26.661 |
| 3794 | 2026-07-20T18:49:28.150Z | DEBG initted freemap. size: 64, Jul 20 18:49:26.661unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 3795 | 2026-07-20T18:49:28.150Z | |
| 3796 | 2026-07-20T18:49:28.150Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGINFO reset freemapadding route 172.17.0.25/32 -> 10.0.0.255, |
| 3797 | 2026-07-20T18:49:28.151Z | unit: freemap_route_ipv6 |
| 3798 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 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 20 18:49:26.661 |
| 3799 | 2026-07-20T18:49:28.151Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3800 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFO adding route 172.17.0.26/32 -> 10.0.0.255Jul 20 18:49:26.661 |
| 3801 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3802 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 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 20 18:49:26.661 |
| 3803 | 2026-07-20T18:49:28.151Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3804 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 20 18:49:26.661 |
| 3805 | 2026-07-20T18:49:28.151Z | 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 } }]Jul 20 18:49:26.661 |
| 3806 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3807 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 3808 | 2026-07-20T18:49:28.151Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3809 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG |
| 3810 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3811 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 3812 | 2026-07-20T18:49:28.151Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3813 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 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 |
| 3814 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3815 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 3816 | 2026-07-20T18:49:28.151Z | adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3817 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3818 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3819 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3820 | 2026-07-20T18:49:28.151Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3821 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3822 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3823 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.2/32 -> 10.0.0.255INFO |
| 3824 | 2026-07-20T18:49:28.151Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3825 | 2026-07-20T18:49:28.151Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3826 | 2026-07-20T18:49:28.151Z | 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 } }] |
| 3827 | 2026-07-20T18:49:28.152Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.3/32 -> 10.0.0.255INFO |
| 3828 | 2026-07-20T18:49:28.152Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3829 | 2026-07-20T18:49:28.152Z | Jul 20 18:49:26.661 DEBGJul 20 18:49:26.661 replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 3830 | 2026-07-20T18:49:28.152Z | 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 } }] |
| 3831 | 2026-07-20T18:49:28.152Z | Jul 20 18:49:26.661 INFOJul 20 18:49:26.661 adding route 172.17.0.4/32 -> 10.0.0.255INFO |
| 3832 | 2026-07-20T18:49:28.152Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3833 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3834 | 2026-07-20T18:49:28.153Z | replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3835 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.5/32 -> 10.0.0.255 |
| 3836 | 2026-07-20T18:49:28.153Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3837 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }] |
| 3838 | 2026-07-20T18:49:28.153Z | 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 } }] |
| 3839 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3840 | 2026-07-20T18:49:28.153Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3841 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }] |
| 3842 | 2026-07-20T18:49:28.153Z | test route::tests::delete_target_full ... ok |
| 3843 | 2026-07-20T18:49:28.153Z | 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 } }] |
| 3844 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.7/32 -> 10.0.0.255 |
| 3845 | 2026-07-20T18:49:28.153Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3846 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }] |
| 3847 | 2026-07-20T18:49:28.153Z | 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 } }] |
| 3848 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 3849 | 2026-07-20T18:49:28.153Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3850 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG DEBGreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3851 | 2026-07-20T18:49:28.153Z | 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 } }] |
| 3852 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 |
| 3853 | 2026-07-20T18:49:28.153Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3854 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661 Jul 20 18:49:26.661DEBG 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 } }] |
| 3855 | 2026-07-20T18:49:28.153Z | 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 } }] |
| 3856 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.10/32 -> 10.0.0.255adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3857 | 2026-07-20T18:49:28.153Z | |
| 3858 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3859 | 2026-07-20T18:49:28.153Z | |
| 3860 | 2026-07-20T18:49:28.153Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3861 | 2026-07-20T18:49:28.153Z | |
| 3862 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3863 | 2026-07-20T18:49:28.154Z | |
| 3864 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3865 | 2026-07-20T18:49:28.154Z | |
| 3866 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3867 | 2026-07-20T18:49:28.154Z | |
| 3868 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.43/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3869 | 2026-07-20T18:49:28.154Z | |
| 3870 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3871 | 2026-07-20T18:49:28.154Z | |
| 3872 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3873 | 2026-07-20T18:49:28.154Z | |
| 3874 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }] |
| 3875 | 2026-07-20T18:49:28.154Z | |
| 3876 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3877 | 2026-07-20T18:49:28.154Z | |
| 3878 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }] |
| 3879 | 2026-07-20T18:49:28.154Z | |
| 3880 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3881 | 2026-07-20T18:49:28.154Z | |
| 3882 | 2026-07-20T18:49:28.154Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }] |
| 3883 | 2026-07-20T18:49:28.158Z | |
| 3884 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3885 | 2026-07-20T18:49:28.158Z | |
| 3886 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 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.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 } }] |
| 3887 | 2026-07-20T18:49:28.158Z | |
| 3888 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.18/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3889 | 2026-07-20T18:49:28.158Z | |
| 3890 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 3891 | 2026-07-20T18:49:28.158Z | |
| 3892 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.19/32 -> 10.0.0.255adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3893 | 2026-07-20T18:49:28.158Z | |
| 3894 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3895 | 2026-07-20T18:49:28.158Z | |
| 3896 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3897 | 2026-07-20T18:49:28.158Z | |
| 3898 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3899 | 2026-07-20T18:49:28.158Z | |
| 3900 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3901 | 2026-07-20T18:49:28.158Z | |
| 3902 | 2026-07-20T18:49:28.158Z | Jul 20 18:49:26.661Jul 20 18:49:26.661 DEBGDEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3903 | 2026-07-20T18:49:28.158Z | |
| 3904 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3905 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3906 | 2026-07-20T18:49:28.159Z | |
| 3907 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3908 | 2026-07-20T18:49:28.159Z | |
| 3909 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3910 | 2026-07-20T18:49:28.159Z | |
| 3911 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3912 | 2026-07-20T18:49:28.159Z | |
| 3913 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.54/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 } }] |
| 3914 | 2026-07-20T18:49:28.159Z | |
| 3915 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.25/32 -> 10.0.0.255replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3916 | 2026-07-20T18:49:28.159Z | |
| 3917 | 2026-07-20T18:49:28.159Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3918 | 2026-07-20T18:49:28.160Z | |
| 3919 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.26/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 } }] |
| 3920 | 2026-07-20T18:49:28.160Z | |
| 3921 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3922 | 2026-07-20T18:49:28.160Z | |
| 3923 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 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.27/32 -> 10.0.0.255 |
| 3924 | 2026-07-20T18:49:28.160Z | |
| 3925 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3926 | 2026-07-20T18:49:28.160Z | |
| 3927 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 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.28/32 -> 10.0.0.255 |
| 3928 | 2026-07-20T18:49:28.160Z | |
| 3929 | 2026-07-20T18:49:28.160Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.58/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 } }] |
| 3930 | 2026-07-20T18:49:28.160Z | |
| 3931 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 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.29/32 -> 10.0.0.255 |
| 3932 | 2026-07-20T18:49:28.161Z | |
| 3933 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3934 | 2026-07-20T18:49:28.161Z | |
| 3935 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 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.30/32 -> 10.0.0.255 |
| 3936 | 2026-07-20T18:49:28.161Z | |
| 3937 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.60/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 } }] |
| 3938 | 2026-07-20T18:49:28.161Z | |
| 3939 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 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.31/32 -> 10.0.0.255 |
| 3940 | 2026-07-20T18:49:28.161Z | |
| 3941 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3942 | 2026-07-20T18:49:28.161Z | |
| 3943 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.32/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 } }] |
| 3944 | 2026-07-20T18:49:28.161Z | |
| 3945 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3946 | 2026-07-20T18:49:28.161Z | |
| 3947 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3948 | 2026-07-20T18:49:28.161Z | |
| 3949 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 3950 | 2026-07-20T18:49:28.161Z | |
| 3951 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671Jul 20 18:49:26.671 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3952 | 2026-07-20T18:49:28.161Z | |
| 3953 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 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 } }] |
| 3954 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3955 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 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 } }] |
| 3956 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3957 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 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 } }] |
| 3958 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3959 | 2026-07-20T18:49:28.161Z | test route::tests::delete_targets_fragmented ... ok |
| 3960 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 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 } }] |
| 3961 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 3962 | 2026-07-20T18:49:28.161Z | |
| 3963 | 2026-07-20T18:49:28.161Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 3964 | 2026-07-20T18:49:28.161Z | |
| 3965 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.671 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 } }] |
| 3966 | 2026-07-20T18:49:28.161Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3967 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3968 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 3969 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3970 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3971 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3972 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3973 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3974 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 3975 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3976 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3977 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3978 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3979 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3980 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3981 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 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 } }] |
| 3982 | 2026-07-20T18:49:28.162Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3983 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3984 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3985 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3986 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3987 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3988 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3989 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3990 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3991 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3992 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3993 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.679 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 } }] |
| 3994 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3995 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 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 } }] |
| 3996 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3997 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 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 } }] |
| 3998 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3999 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 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 } }] |
| 4000 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4001 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 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 } }] |
| 4002 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4003 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 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 } }] |
| 4004 | 2026-07-20T18:49:28.166Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4005 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 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 } }] |
| 4006 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4007 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 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 } }] |
| 4008 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4009 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 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 } }] |
| 4010 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 DEBG failed to allocate space for the new target list |
| 4011 | 2026-07-20T18:49:28.167Z | Jul 20 18:49:26.680 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 } }] |
| 4012 | 2026-07-20T18:49:28.167Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a684dcc8df259f68) |
| 4013 | 2026-07-20T18:49:28.167Z | |
| 4014 | 2026-07-20T18:49:28.167Z | running 0 tests |
| 4015 | 2026-07-20T18:49:28.167Z | |
| 4016 | 2026-07-20T18:49:28.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4017 | 2026-07-20T18:49:28.167Z | |
| 4018 | 2026-07-20T18:49:28.167Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8) |
| 4019 | 2026-07-20T18:49:28.167Z | |
| 4020 | 2026-07-20T18:49:28.167Z | running 0 tests |
| 4021 | 2026-07-20T18:49:28.167Z | |
| 4022 | 2026-07-20T18:49:28.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4023 | 2026-07-20T18:49:28.167Z | |
| 4024 | 2026-07-20T18:49:28.167Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-93e55afa6a106351) |
| 4025 | 2026-07-20T18:49:28.167Z | |
| 4026 | 2026-07-20T18:49:28.167Z | running 6 tests |
| 4027 | 2026-07-20T18:49:28.167Z | test tests::test_full_lot_id_neither_present ... ok |
| 4028 | 2026-07-20T18:49:28.167Z | test tests::test_full_lot_id_both_present ... ok |
| 4029 | 2026-07-20T18:49:28.167Z | test tests::test_parse_client_port_id ... ok |
| 4030 | 2026-07-20T18:49:28.167Z | test tests::test_port_id_cmp ... ok |
| 4031 | 2026-07-20T18:49:28.167Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4032 | 2026-07-20T18:49:28.167Z | test tests::test_full_lot_id_lot_only ... ok |
| 4033 | 2026-07-20T18:49:28.167Z | |
| 4034 | 2026-07-20T18:49:28.167Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4035 | 2026-07-20T18:49:28.167Z | |
| 4036 | 2026-07-20T18:49:28.167Z | Running tests/test_all.rs (target/debug/deps/test_all-1ffdebd4e62e4b5d) |
| 4037 | 2026-07-20T18:49:28.167Z | |
| 4038 | 2026-07-20T18:49:28.167Z | running 0 tests |
| 4039 | 2026-07-20T18:49:28.167Z | |
| 4040 | 2026-07-20T18:49:28.167Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4041 | 2026-07-20T18:49:28.167Z | |
| 4042 | 2026-07-20T18:49:28.167Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98) |
| 4043 | 2026-07-20T18:49:28.167Z | |
| 4044 | 2026-07-20T18:49:28.168Z | running 0 tests |
| 4045 | 2026-07-20T18:49:28.168Z | |
| 4046 | 2026-07-20T18:49:28.168Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4047 | 2026-07-20T18:49:28.168Z | |
| 4048 | 2026-07-20T18:49:28.168Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a) |
| 4049 | 2026-07-20T18:49:28.168Z | |
| 4050 | 2026-07-20T18:49:28.168Z | running 0 tests |
| 4051 | 2026-07-20T18:49:28.168Z | |
| 4052 | 2026-07-20T18:49:28.168Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4053 | 2026-07-20T18:49:28.168Z | |
| 4054 | 2026-07-20T18:49:28.168Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 4055 | 2026-07-20T18:49:28.168Z | |
| 4056 | 2026-07-20T18:49:28.168Z | running 12 tests |
| 4057 | 2026-07-20T18:49:28.168Z | test icmp::test_v4_checksum ... ok |
| 4058 | 2026-07-20T18:49:28.168Z | test ipv6::test_ipv6_parse ... ok |
| 4059 | 2026-07-20T18:49:28.168Z | test icmp::test_v6_checksum ... ok |
| 4060 | 2026-07-20T18:49:28.168Z | test lldp::test_lldp_parse ... ok |
| 4061 | 2026-07-20T18:49:28.168Z | test pbuf::test_byte ... ok |
| 4062 | 2026-07-20T18:49:28.168Z | test pbuf::test_nibble ... ok |
| 4063 | 2026-07-20T18:49:28.168Z | test pbuf::test_overflow ... ok |
| 4064 | 2026-07-20T18:49:28.168Z | test pbuf::test_short ... ok |
| 4065 | 2026-07-20T18:49:28.168Z | test pbuf::test_twelve ... ok |
| 4066 | 2026-07-20T18:49:28.168Z | test pbuf::test_word ... ok |
| 4067 | 2026-07-20T18:49:28.168Z | test tcp::test_checksum_syn_nodata ... ok |
| 4068 | 2026-07-20T18:49:28.168Z | test tcp::test_checksum_ack_data ... ok |
| 4069 | 2026-07-20T18:49:28.168Z | |
| 4070 | 2026-07-20T18:49:28.168Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4071 | 2026-07-20T18:49:28.168Z | |
| 4072 | 2026-07-20T18:49:28.168Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4073 | 2026-07-20T18:49:28.168Z | |
| 4074 | 2026-07-20T18:49:28.168Z | running 0 tests |
| 4075 | 2026-07-20T18:49:28.168Z | |
| 4076 | 2026-07-20T18:49:28.168Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-07-20T18:49:28.168Z | |
| 4078 | 2026-07-20T18:49:28.168Z | Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a) |
| 4079 | 2026-07-20T18:49:28.168Z | |
| 4080 | 2026-07-20T18:49:28.168Z | running 5 tests |
| 4081 | 2026-07-20T18:49:28.168Z | test switchport::test::test_compute_lanes ... ok |
| 4082 | 2026-07-20T18:49:28.169Z | test switchport::test::port_id_ordering ... ok |
| 4083 | 2026-07-20T18:49:28.172Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 4084 | 2026-07-20T18:49:28.172Z | Lane 0 Rx Loss-of-lock: Yes Lane 1Yes Lane 2 YesLane 3 Yes |
| 4085 | 2026-07-20T18:49:28.172Z | |
| 4086 | 2026-07-20T18:49:28.172Z | State: Activated Rx Loss-of-signal: Yes ActivatedYes Activated YesActivated |
| 4087 | 2026-07-20T18:49:28.173Z | Yes |
| 4088 | 2026-07-20T18:49:28.173Z | Rx Output Enabled: false Rx CDR Enabled: Yes falseYes Yesfalse Yes |
| 4089 | 2026-07-20T18:49:28.173Z | false |
| 4090 | 2026-07-20T18:49:28.173Z | Rx Output Status: valid Tx Enabled: Yes validYes Yesvalid Yesvalid |
| 4091 | 2026-07-20T18:49:28.173Z | |
| 4092 | 2026-07-20T18:49:28.173Z | Rx Loss-of-lock: true Tx Loss-of-lock: No trueNo true Notrue |
| 4093 | 2026-07-20T18:49:28.173Z | No Rx Loss-of-signal: false |
| 4094 | 2026-07-20T18:49:28.173Z | Tx Loss-of-signal: Nofalse Nofalse falseNo |
| 4095 | 2026-07-20T18:49:28.173Z | Rx Auto-squelch Disable: trueNo |
| 4096 | 2026-07-20T18:49:28.173Z | true Tx CDR Enabled: No trueNo trueNo |
| 4097 | 2026-07-20T18:49:28.173Z | No |
| 4098 | 2026-07-20T18:49:28.173Z | Tx Output Enabled: true Tx Adaptive EQ Fault: No trueNo true Notrue |
| 4099 | 2026-07-20T18:49:28.173Z | No |
| 4100 | 2026-07-20T18:49:28.173Z | Tx Output Status: invalid Tx Fault: Yesinvalid Yesinvalid invalidYes |
| 4101 | 2026-07-20T18:49:28.173Z | Tx Loss-of-lock: falseYes |
| 4102 | 2026-07-20T18:49:28.173Z | false false false |
| 4103 | 2026-07-20T18:49:28.173Z | Tx Loss-of-signal: true true true true |
| 4104 | 2026-07-20T18:49:28.173Z | Tx Auto-squelch Disable: false false false false |
| 4105 | 2026-07-20T18:49:28.173Z | Tx Adaptive EQ Fail: true true true true |
| 4106 | 2026-07-20T18:49:28.173Z | Tx Failure: false false false false |
| 4107 | 2026-07-20T18:49:28.173Z | Tx Force Squelch: true true true true |
| 4108 | 2026-07-20T18:49:28.173Z | Tx Input Polarity: normal normal normal normal |
| 4109 | 2026-07-20T18:49:28.173Z | test switchport::test::test_print_sff_datapath ... ok |
| 4110 | 2026-07-20T18:49:28.173Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4111 | 2026-07-20T18:49:28.173Z | test link::test_filter ... ok |
| 4112 | 2026-07-20T18:49:28.173Z | |
| 4113 | 2026-07-20T18:49:28.173Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4114 | 2026-07-20T18:49:28.173Z | |
| 4115 | 2026-07-20T18:49:28.173Z | Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613) |
| 4116 | 2026-07-20T18:49:28.173Z | |
| 4117 | 2026-07-20T18:49:28.173Z | running 1 test |
| 4118 | 2026-07-20T18:49:28.173Z | test test_p4_counter_list ... ignored |
| 4119 | 2026-07-20T18:49:28.173Z | |
| 4120 | 2026-07-20T18:49:28.173Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4121 | 2026-07-20T18:49:28.173Z | |
| 4122 | 2026-07-20T18:49:28.173Z | Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb) |
| 4123 | 2026-07-20T18:49:28.173Z | |
| 4124 | 2026-07-20T18:49:28.173Z | running 5 tests |
| 4125 | 2026-07-20T18:49:28.174Z | test test_an ... ignored |
| 4126 | 2026-07-20T18:49:28.174Z | test test_enable ... ignored |
| 4127 | 2026-07-20T18:49:28.174Z | test test_ip_addresses ... ignored |
| 4128 | 2026-07-20T18:49:28.174Z | test test_kr ... ignored |
| 4129 | 2026-07-20T18:49:28.174Z | test test_mac ... ignored |
| 4130 | 2026-07-20T18:49:28.174Z | |
| 4131 | 2026-07-20T18:49:28.174Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4132 | 2026-07-20T18:49:28.174Z | |
| 4133 | 2026-07-20T18:49:28.174Z | Running unittests src/main.rs (target/debug/deps/tfportd-59ab80d49235ce69) |
| 4134 | 2026-07-20T18:49:28.174Z | |
| 4135 | 2026-07-20T18:49:28.174Z | running 3 tests |
| 4136 | 2026-07-20T18:49:28.174Z | test linklocal::test_parse_ipadm ... ok |
| 4137 | 2026-07-20T18:49:28.174Z | test tfport::test_parse_tfport ... ok |
| 4138 | 2026-07-20T18:49:28.174Z | test config::tests::test_updates ... ok |
| 4139 | 2026-07-20T18:49:28.174Z | |
| 4140 | 2026-07-20T18:49:28.174Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4141 | 2026-07-20T18:49:28.174Z | |
| 4142 | 2026-07-20T18:49:28.174Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 4143 | 2026-07-20T18:49:28.174Z | |
| 4144 | 2026-07-20T18:49:28.174Z | running 0 tests |
| 4145 | 2026-07-20T18:49:28.174Z | |
| 4146 | 2026-07-20T18:49:28.174Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4147 | 2026-07-20T18:49:28.174Z | |
| 4148 | 2026-07-20T18:49:28.174Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4149 | 2026-07-20T18:49:28.174Z | |
| 4150 | 2026-07-20T18:49:28.174Z | running 0 tests |
| 4151 | 2026-07-20T18:49:28.174Z | |
| 4152 | 2026-07-20T18:49:28.174Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4153 | 2026-07-20T18:49:28.174Z | |
| 4154 | 2026-07-20T18:49:28.174Z | Doc-tests aal |
| 4155 | 2026-07-20T18:49:28.296Z | |
| 4156 | 2026-07-20T18:49:28.296Z | running 0 tests |
| 4157 | 2026-07-20T18:49:28.296Z | |
| 4158 | 2026-07-20T18:49:28.296Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4159 | 2026-07-20T18:49:28.296Z | |
| 4160 | 2026-07-20T18:49:28.312Z | Doc-tests aal_macros |
| 4161 | 2026-07-20T18:49:28.380Z | |
| 4162 | 2026-07-20T18:49:28.380Z | running 0 tests |
| 4163 | 2026-07-20T18:49:28.380Z | |
| 4164 | 2026-07-20T18:49:28.380Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4165 | 2026-07-20T18:49:28.380Z | |
| 4166 | 2026-07-20T18:49:28.390Z | Doc-tests common |
| 4167 | 2026-07-20T18:49:28.621Z | |
| 4168 | 2026-07-20T18:49:28.621Z | running 0 tests |
| 4169 | 2026-07-20T18:49:28.621Z | |
| 4170 | 2026-07-20T18:49:28.621Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4171 | 2026-07-20T18:49:28.621Z | |
| 4172 | 2026-07-20T18:49:28.641Z | Doc-tests dpd_api |
| 4173 | 2026-07-20T18:49:29.377Z | |
| 4174 | 2026-07-20T18:49:29.377Z | running 2 tests |
| 4175 | 2026-07-20T18:49:29.378Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 4176 | 2026-07-20T18:49:29.378Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 4177 | 2026-07-20T18:49:29.378Z | |
| 4178 | 2026-07-20T18:49:29.378Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4179 | 2026-07-20T18:49:29.378Z | |
| 4180 | 2026-07-20T18:49:29.408Z | Doc-tests dpd_client |
| 4181 | 2026-07-20T18:49:30.719Z | |
| 4182 | 2026-07-20T18:49:30.719Z | running 0 tests |
| 4183 | 2026-07-20T18:49:30.719Z | |
| 4184 | 2026-07-20T18:49:30.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4185 | 2026-07-20T18:49:30.719Z | |
| 4186 | 2026-07-20T18:49:30.763Z | Doc-tests dpd_types |
| 4187 | 2026-07-20T18:49:30.979Z | |
| 4188 | 2026-07-20T18:49:30.980Z | running 0 tests |
| 4189 | 2026-07-20T18:49:30.980Z | |
| 4190 | 2026-07-20T18:49:30.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4191 | 2026-07-20T18:49:30.980Z | |
| 4192 | 2026-07-20T18:49:31.004Z | Doc-tests dpd_types_versions |
| 4193 | 2026-07-20T18:49:32.230Z | |
| 4194 | 2026-07-20T18:49:32.230Z | running 1 test |
| 4195 | 2026-07-20T18:49:32.230Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4196 | 2026-07-20T18:49:32.230Z | |
| 4197 | 2026-07-20T18:49:32.230Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4198 | 2026-07-20T18:49:32.230Z | |
| 4199 | 2026-07-20T18:49:32.274Z | Doc-tests packet |
| 4200 | 2026-07-20T18:49:32.388Z | |
| 4201 | 2026-07-20T18:49:32.388Z | running 0 tests |
| 4202 | 2026-07-20T18:49:32.388Z | |
| 4203 | 2026-07-20T18:49:32.388Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4204 | 2026-07-20T18:49:32.388Z | |
| 4205 | 2026-07-20T18:49:32.404Z | Doc-tests pcap |
| 4206 | 2026-07-20T18:49:32.457Z | |
| 4207 | 2026-07-20T18:49:32.457Z | running 0 tests |
| 4208 | 2026-07-20T18:49:32.457Z | |
| 4209 | 2026-07-20T18:49:32.457Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4210 | 2026-07-20T18:49:32.458Z | |
| 4211 | 2026-07-20T18:49:32.526Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4212 | 2026-07-20T18:49:32.526Z | + RUST_BACKTRACE=full |
| 4213 | 2026-07-20T18:49:32.526Z | + cargo test --features tofino_asic --no-fail-fast |
| 4214 | 2026-07-20T18:49:33.133Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4215 | 2026-07-20T18:49:33.214Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4216 | 2026-07-20T18:49:33.221Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4217 | 2026-07-20T18:49:33.228Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4218 | 2026-07-20T18:49:41.827Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4219 | 2026-07-20T18:49:41.947Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4220 | 2026-07-20T18:50:22.387Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 49.84s |
| 4221 | 2026-07-20T18:50:22.498Z | Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a) |
| 4222 | 2026-07-20T18:50:22.501Z | |
| 4223 | 2026-07-20T18:50:22.501Z | running 5 tests |
| 4224 | 2026-07-20T18:50:22.504Z | test fuse::tests::chip_revision_b0 ... ok |
| 4225 | 2026-07-20T18:50:22.504Z | test fuse::tests::chip_revision_b1 ... ok |
| 4226 | 2026-07-20T18:50:22.504Z | test fuse::tests::chip_revision_a0 ... ok |
| 4227 | 2026-07-20T18:50:22.504Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 4228 | 2026-07-20T18:50:22.504Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 4229 | 2026-07-20T18:50:22.504Z | |
| 4230 | 2026-07-20T18:50:22.504Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4231 | 2026-07-20T18:50:22.504Z | |
| 4232 | 2026-07-20T18:50:22.504Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4233 | 2026-07-20T18:50:22.504Z | |
| 4234 | 2026-07-20T18:50:22.505Z | running 0 tests |
| 4235 | 2026-07-20T18:50:22.505Z | |
| 4236 | 2026-07-20T18:50:22.505Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4237 | 2026-07-20T18:50:22.505Z | |
| 4238 | 2026-07-20T18:50:22.508Z | Running unittests src/lib.rs (target/debug/deps/asic-d22b81953e442c5c) |
| 4239 | 2026-07-20T18:50:22.604Z | |
| 4240 | 2026-07-20T18:50:22.604Z | running 8 tests |
| 4241 | 2026-07-20T18:50:22.607Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4242 | 2026-07-20T18:50:22.607Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4243 | 2026-07-20T18:50:22.607Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4244 | 2026-07-20T18:50:22.607Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4245 | 2026-07-20T18:50:22.607Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4246 | 2026-07-20T18:50:22.607Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4247 | 2026-07-20T18:50:22.614Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4248 | 2026-07-20T18:50:23.106Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4249 | 2026-07-20T18:50:23.106Z | |
| 4250 | 2026-07-20T18:50:23.106Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4251 | 2026-07-20T18:50:23.106Z | |
| 4252 | 2026-07-20T18:50:23.115Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 4253 | 2026-07-20T18:50:23.118Z | |
| 4254 | 2026-07-20T18:50:23.118Z | running 11 tests |
| 4255 | 2026-07-20T18:50:23.118Z | test nat::tests::test_vni ... ok |
| 4256 | 2026-07-20T18:50:23.118Z | test network::tests::test_equal ... ok |
| 4257 | 2026-07-20T18:50:23.118Z | test network::tests::test_eui64 ... ok |
| 4258 | 2026-07-20T18:50:23.118Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4259 | 2026-07-20T18:50:23.118Z | test network::tests::test_into ... ok |
| 4260 | 2026-07-20T18:50:23.118Z | test network::tests::test_not_equal ... ok |
| 4261 | 2026-07-20T18:50:23.118Z | test ports::tests::port_ids_are_ascii ... ok |
| 4262 | 2026-07-20T18:50:23.118Z | test network::tests::test_parse ... ok |
| 4263 | 2026-07-20T18:50:23.118Z | test network::tests::test_to_string ... ok |
| 4264 | 2026-07-20T18:50:23.118Z | test test_purge ... ok |
| 4265 | 2026-07-20T18:50:23.121Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4266 | 2026-07-20T18:50:23.121Z | |
| 4267 | 2026-07-20T18:50:23.121Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4268 | 2026-07-20T18:50:23.121Z | |
| 4269 | 2026-07-20T18:50:23.122Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7) |
| 4270 | 2026-07-20T18:50:23.125Z | |
| 4271 | 2026-07-20T18:50:23.125Z | running 1 test |
| 4272 | 2026-07-20T18:50:23.128Z | ------- |
| 4273 | 2026-07-20T18:50:23.128Z | Generating OpenAPI documents from API definitions ... |
| 4274 | 2026-07-20T18:50:23.268Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4275 | 2026-07-20T18:50:23.336Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4276 | 2026-07-20T18:50:24.338Z | ------- |
| 4277 | 2026-07-20T18:50:24.338Z | Checking 12 OpenAPI documents... |
| 4278 | 2026-07-20T18:50:24.338Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4279 | 2026-07-20T18:50:24.338Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4280 | 2026-07-20T18:50:24.339Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4281 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4282 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4283 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4284 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4285 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4286 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4287 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4288 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4289 | 2026-07-20T18:50:24.342Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4290 | 2026-07-20T18:50:24.342Z | Fresh dpd "latest" symlink |
| 4291 | 2026-07-20T18:50:24.342Z | ------- |
| 4292 | 2026-07-20T18:50:24.342Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 4293 | 2026-07-20T18:50:24.398Z | test test::test_apis_up_to_date ... ok |
| 4294 | 2026-07-20T18:50:24.398Z | |
| 4295 | 2026-07-20T18:50:24.398Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.27s |
| 4296 | 2026-07-20T18:50:24.398Z | |
| 4297 | 2026-07-20T18:50:24.457Z | Running unittests src/main.rs (target/debug/deps/dpd-b3aa4a2a455084b9) |
| 4298 | 2026-07-20T18:50:24.523Z | |
| 4299 | 2026-07-20T18:50:24.523Z | running 66 tests |
| 4300 | 2026-07-20T18:50:24.527Z | test freemap::test_ordering ... ok |
| 4301 | 2026-07-20T18:50:24.527Z | test config::tests::test_updates ... ok |
| 4302 | 2026-07-20T18:50:24.527Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4303 | 2026-07-20T18:50:24.527Z | test freemap::test_split ... ok |
| 4304 | 2026-07-20T18:50:24.527Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4305 | 2026-07-20T18:50:24.527Z | test macaddrs::tests::test_mac_offset ... ok |
| 4306 | 2026-07-20T18:50:24.527Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4307 | 2026-07-20T18:50:24.527Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4308 | 2026-07-20T18:50:24.532Z | test nat::test_mapping ... ok |
| 4309 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG Jul 20 18:50:23.079created new freemap DEBG created new freemap, , unitunit:: freemap_testfreemap_test |
| 4310 | 2026-07-20T18:50:24.533Z | |
| 4311 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 Jul 20 18:50:23.079DEBG Jul 20 18:50:23.079initted freemap. size: 128 , DEBGunit DEBG: initted freemap. size: 128 , freemap_testcreated new freemapunit |
| 4312 | 2026-07-20T18:50:24.533Z | :, unitfreemap_test: |
| 4313 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079freemap_test DEBG |
| 4314 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079reset freemap , DEBGunit :reset freemap Jul 20 18:50:23.079freemap_test |
| 4315 | 2026-07-20T18:50:24.533Z | , DEBGunit :initted freemap. size: 128 , freemap_testunit |
| 4316 | 2026-07-20T18:50:24.533Z | : freemap_test |
| 4317 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG reset freemap, unit:Jul 20 18:50:23.079 freemap_test |
| 4318 | 2026-07-20T18:50:24.533Z | DEBG created new freemap, unit: freemap_test |
| 4319 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG initted freemap. size: 128, unit: freemap_test |
| 4320 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG reset freemap, unit: freemap_test |
| 4321 | 2026-07-20T18:50:24.533Z | test freemap::test_basic ... ok |
| 4322 | 2026-07-20T18:50:24.533Z | test freemap::test_free ... ok |
| 4323 | 2026-07-20T18:50:24.533Z | test freemap::test_exhaustion ... ok |
| 4324 | 2026-07-20T18:50:24.533Z | test freemap::test_reclaim ... ok |
| 4325 | 2026-07-20T18:50:24.533Z | test port_map::tests::test_backplane_group ... ok |
| 4326 | 2026-07-20T18:50:24.533Z | test port_map::tests::test_port_map ... ok |
| 4327 | 2026-07-20T18:50:24.533Z | test port_map::tests::dump_map ... ok |
| 4328 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG created new freemap, unit: freemap_test |
| 4329 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG initted freemap. size: 128, unit: freemap_test |
| 4330 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.079 DEBG reset freemap, unit: freemap_test |
| 4331 | 2026-07-20T18:50:24.533Z | test freemap::test_span ... ok |
| 4332 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG created new freemap, unit: freemap_test |
| 4333 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG initted freemap. size: 8, unit: freemap_test |
| 4334 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG reset freemap, unit: freemap_test |
| 4335 | 2026-07-20T18:50:24.533Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4336 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4337 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4338 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4339 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4340 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 DEBG initted freemap. size: 64, unit: freemap_route_ipv6Jul 20 18:50:23.080 |
| 4341 | 2026-07-20T18:50:24.533Z | DEBG created new freemapJul 20 18:50:23.080 DEBG, unitreset freemap:, unitfreemap_route_ipv4: |
| 4342 | 2026-07-20T18:50:24.533Z | freemap_route_ipv6 |
| 4343 | 2026-07-20T18:50:24.533Z | Jul 20 18:50:23.080 INFOJul 20 18:50:23.080 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4344 | 2026-07-20T18:50:24.533Z | created new freemap, unit:Jul 20 18:50:23.080 freemap_route_ipv6DEBG |
| 4345 | 2026-07-20T18:50:24.533Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:50:23.080 |
| 4346 | 2026-07-20T18:50:24.533Z | DEBG initted freemap. size: 64, Jul 20 18:50:23.080unit :INFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4347 | 2026-07-20T18:50:24.534Z | |
| 4348 | 2026-07-20T18:50:24.534Z | Jul 20 18:50:23.080Jul 20 18:50:23.080 DEBGDEBG reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 4349 | 2026-07-20T18:50:24.534Z | unit: freemap_route_ipv4 |
| 4350 | 2026-07-20T18:50:24.534Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4351 | 2026-07-20T18:50:24.534Z | DEBG initted freemap. size: 64, Jul 20 18:50:23.080unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 4352 | 2026-07-20T18:50:24.534Z | |
| 4353 | 2026-07-20T18:50:24.534Z | Jul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO reset freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 4354 | 2026-07-20T18:50:24.534Z | unit: freemap_route_ipv6 |
| 4355 | 2026-07-20T18:50:24.534Z | Jul 20 18:50:23.080 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 20 18:50:23.080 |
| 4356 | 2026-07-20T18:50:24.534Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:50:23.080 |
| 4357 | 2026-07-20T18:50:24.534Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4358 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4359 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4360 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4361 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4362 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 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 20 18:50:23.080 |
| 4363 | 2026-07-20T18:50:24.535Z | 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 20 18:50:23.080 |
| 4364 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4365 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4366 | 2026-07-20T18:50:24.535Z | 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-20T18:50:24.535Z | Jul 20 18:50:23.080 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 20 18:50:23.080 |
| 4368 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4369 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4370 | 2026-07-20T18:50:24.535Z | 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 20 18:50:23.080 |
| 4371 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4372 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4373 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4374 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 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 20 18:50:23.080 |
| 4375 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4376 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4377 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 20 18:50:23.080 |
| 4378 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4379 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4380 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4381 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4382 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4383 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4384 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4385 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4386 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4387 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 DEBG Jul 20 18:50:23.080replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4388 | 2026-07-20T18:50:24.535Z | INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4389 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 INFO Jul 20 18:50:23.080adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4390 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4391 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 Jul 20 18:50:23.080DEBG INFOreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4392 | 2026-07-20T18:50:24.535Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4393 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 Jul 20 18:50:23.080INFO DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4394 | 2026-07-20T18:50:24.535Z | 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 } }] |
| 4395 | 2026-07-20T18:50:24.535Z | Jul 20 18:50:23.080 Jul 20 18:50:23.080DEBG INFOreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4396 | 2026-07-20T18:50:24.536Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4397 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080 Jul 20 18:50:23.080INFO DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4398 | 2026-07-20T18:50:24.536Z | 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 } }] |
| 4399 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080Jul 20 18:50:23.080 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:a::/64 -> 2001:db8::55:ff |
| 4400 | 2026-07-20T18:50:24.536Z | |
| 4401 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080Jul 20 18:50:23.080 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:d::/64 -> 2001:db8::55:ff |
| 4402 | 2026-07-20T18:50:24.536Z | |
| 4403 | 2026-07-20T18:50:24.536Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4404 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080Jul 20 18:50:23.080 DEBGINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4405 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080 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 } }] |
| 4406 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4407 | 2026-07-20T18:50:24.536Z | Jul 20 18:50:23.080 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 } }] |
| 4408 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4409 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.080 DEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4410 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.080 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4411 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4412 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4413 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4414 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4415 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4416 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4417 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4418 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4419 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4420 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4421 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4422 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4423 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4424 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4425 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4426 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4427 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4428 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4429 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4430 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4431 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4432 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4433 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 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 } }] |
| 4434 | 2026-07-20T18:50:24.541Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4435 | 2026-07-20T18:50:24.541Z | 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 20 18:50:23.081 DEBG |
| 4436 | 2026-07-20T18:50:24.541Z | 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 } }] |
| 4437 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4438 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 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 } }] |
| 4439 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4440 | 2026-07-20T18:50:24.542Z | |
| 4441 | 2026-07-20T18:50:24.542Z | test api_server::tests::test_build_info ... ok |
| 4442 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 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 } }] |
| 4443 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4444 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 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 } }] |
| 4445 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4446 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 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 } }] |
| 4447 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4448 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 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 20 18:50:23.081 |
| 4449 | 2026-07-20T18:50:24.542Z | DEBG created new freemap, Jul 20 18:50:23.081unit :INFO freemap_route_ipv4adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4450 | 2026-07-20T18:50:24.542Z | |
| 4451 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 4452 | 2026-07-20T18:50:24.542Z | , unit: freemap_route_ipv6Jul 20 18:50:23.081 |
| 4453 | 2026-07-20T18:50:24.542Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4454 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 DEBG initted freemap. size: 64Jul 20 18:50:23.081, unitDEBG: replacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4455 | 2026-07-20T18:50:24.542Z | |
| 4456 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreset freemap |
| 4457 | 2026-07-20T18:50:24.542Z | , unit: freemap_route_ipv4Jul 20 18:50:23.081 |
| 4458 | 2026-07-20T18:50:24.542Z | 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 } }] |
| 4459 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081 DEBG initted freemap. size: 64Jul 20 18:50:23.081, unitINFO: adding route 3fff:beef:23::/64 -> 2001:db8::55:fffreemap_route_ipv6DEBG |
| 4460 | 2026-07-20T18:50:24.542Z | |
| 4461 | 2026-07-20T18:50:24.542Z | 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 } }] |
| 4462 | 2026-07-20T18:50:24.542Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 4463 | 2026-07-20T18:50:24.543Z | , unit:Jul 20 18:50:23.081 freemap_route_ipv6INFO |
| 4464 | 2026-07-20T18:50:24.543Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4465 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 INFOJul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4466 | 2026-07-20T18:50:24.543Z | 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 } }] |
| 4467 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 DEBG Jul 20 18:50:23.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4468 | 2026-07-20T18:50:24.543Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4469 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 INFO Jul 20 18:50:23.081adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4470 | 2026-07-20T18:50:24.543Z | 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 } }] |
| 4471 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 DEBG Jul 20 18:50:23.081replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4472 | 2026-07-20T18:50:24.543Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4473 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 INFOJul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 4474 | 2026-07-20T18:50:24.543Z | 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 } }] |
| 4475 | 2026-07-20T18:50:24.543Z | Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBG 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 } }] |
| 4476 | 2026-07-20T18:50:24.543Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4477 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 4478 | 2026-07-20T18:50:24.544Z | |
| 4479 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4480 | 2026-07-20T18:50:24.544Z | |
| 4481 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4482 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081 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 } }] |
| 4483 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4484 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081 Jul 20 18:50:23.081INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4485 | 2026-07-20T18:50:24.544Z | 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 } }] |
| 4486 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG adding 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 } }] |
| 4487 | 2026-07-20T18:50:24.544Z | |
| 4488 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBG INFODEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] created new freemapadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4489 | 2026-07-20T18:50:24.544Z | |
| 4490 | 2026-07-20T18:50:24.544Z | , unit: Jul 20 18:50:23.081freemap_route_ipv4Jul 20 18:50:23.081 |
| 4491 | 2026-07-20T18:50:24.544Z | INFO DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4492 | 2026-07-20T18:50:24.544Z | 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 20 18:50:23.081 |
| 4493 | 2026-07-20T18:50:24.544Z | DEBG created new freemap, unitJul 20 18:50:23.081: Jul 20 18:50:23.081 freemap_route_ipv6DEBGINFO |
| 4494 | 2026-07-20T18:50:24.544Z | adding route 3fff:beef:2::/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 } }] |
| 4495 | 2026-07-20T18:50:24.544Z | |
| 4496 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081INFODEBG DEBGinitted freemap. size: 64adding route 3fff:beef:13::/64 -> 2001:db8::55:ff, |
| 4497 | 2026-07-20T18:50:24.544Z | unit: replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Jul 20 18:50:23.081 |
| 4498 | 2026-07-20T18:50:24.544Z | |
| 4499 | 2026-07-20T18:50:24.544Z | 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 20 18:50:23.081 |
| 4500 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.081DEBG |
| 4501 | 2026-07-20T18:50:24.544Z | INFO reset freemapadding route 3fff:beef:14::/64 -> 2001:db8::55:ff, |
| 4502 | 2026-07-20T18:50:24.544Z | unitJul 20 18:50:23.081: freemap_route_ipv4DEBG |
| 4503 | 2026-07-20T18:50:24.544Z | 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 } }] |
| 4504 | 2026-07-20T18:50:24.544Z | Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBGJul 20 18:50:23.081 DEBG INFO 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 } }] |
| 4505 | 2026-07-20T18:50:24.544Z | initted freemap. size: 64adding route 3fff:beef:4::/64 -> 2001:db8::55:ff, |
| 4506 | 2026-07-20T18:50:24.544Z | unit: Jul 20 18:50:23.081freemap_route_ipv6Jul 20 18:50:23.081 |
| 4507 | 2026-07-20T18:50:24.545Z | INFO DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4508 | 2026-07-20T18:50:24.549Z | 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 } }] |
| 4509 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBGDEBG 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 } }] reset freemap |
| 4510 | 2026-07-20T18:50:24.549Z | , adding route 3fff:beef:5::/64 -> 2001:db8::55:ffunit |
| 4511 | 2026-07-20T18:50:24.549Z | : freemap_route_ipv6 |
| 4512 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081 INFOJul 20 18:50:23.081 Jul 20 18:50:23.081 DEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ffINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4513 | 2026-07-20T18:50:24.549Z | |
| 4514 | 2026-07-20T18:50:24.549Z | |
| 4515 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFO DEBGDEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4516 | 2026-07-20T18:50:24.549Z | 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: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 } }] |
| 4517 | 2026-07-20T18:50:24.549Z | |
| 4518 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081 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 20 18:50:23.081Jul 20 18:50:23.081 |
| 4519 | 2026-07-20T18:50:24.549Z | INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ff Jul 20 18:50:23.081 |
| 4520 | 2026-07-20T18:50:24.549Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4521 | 2026-07-20T18:50:24.549Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffJul 20 18:50:23.081 |
| 4522 | 2026-07-20T18:50:24.549Z | DEBG Jul 20 18:50:23.081replacing 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 20 18:50:23.081DEBG |
| 4523 | 2026-07-20T18:50:24.549Z | DEBG Jul 20 18:50:23.081replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 4524 | 2026-07-20T18:50:24.549Z | INFO |
| 4525 | 2026-07-20T18:50:24.549Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4526 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081 INFOJul 20 18:50:23.081 Jul 20 18:50:23.081adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 4527 | 2026-07-20T18:50:24.549Z | DEBG INFOreplacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4528 | 2026-07-20T18:50:24.549Z | Jul 20 18:50:23.081 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4529 | 2026-07-20T18:50:24.550Z | 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 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 |
| 4530 | 2026-07-20T18:50:24.550Z | DEBGINFODEBG 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 20 18:50:23.081adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4531 | 2026-07-20T18:50:24.550Z | |
| 4532 | 2026-07-20T18:50:24.550Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffcreated new freemap |
| 4533 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081, Jul 20 18:50:23.081DEBGJul 20 18:50:23.081 unit replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4534 | 2026-07-20T18:50:24.550Z | :DEBG INFOfreemap_route_ipv4 replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4535 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081 |
| 4536 | 2026-07-20T18:50:24.550Z | INFO |
| 4537 | 2026-07-20T18:50:24.550Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffJul 20 18:50:23.081 |
| 4538 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081DEBG 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 20 18:50:23.081adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:50:23.081 |
| 4539 | 2026-07-20T18:50:24.550Z | |
| 4540 | 2026-07-20T18:50:24.550Z | DEBG DEBGJul 20 18:50:23.081replacing 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 20 18:50:23.081 |
| 4541 | 2026-07-20T18:50:24.550Z | DEBG INFO replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4542 | 2026-07-20T18:50:24.550Z | |
| 4543 | 2026-07-20T18:50:24.550Z | created new freemapJul 20 18:50:23.081, unitJul 20 18:50:23.081Jul 20 18:50:23.081: INFOINFO DEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4544 | 2026-07-20T18:50:24.550Z | freemap_route_ipv6 |
| 4545 | 2026-07-20T18:50:24.550Z | |
| 4546 | 2026-07-20T18:50:24.550Z | 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 } }] |
| 4547 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081 DEBGJul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4548 | 2026-07-20T18:50:24.550Z | |
| 4549 | 2026-07-20T18:50:24.550Z | |
| 4550 | 2026-07-20T18:50:24.550Z | initted freemap. size: 64, Jul 20 18:50:23.081Jul 20 18:50:23.081Jul 20 18:50:23.081 INFO DEBG unitINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff: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 } }] |
| 4551 | 2026-07-20T18:50:24.550Z | freemap_route_ipv4adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4552 | 2026-07-20T18:50:24.550Z | |
| 4553 | 2026-07-20T18:50:24.550Z | |
| 4554 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBGJul 20 18:50:23.081DEBG 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 |
| 4555 | 2026-07-20T18:50:24.550Z | INFO reset freemap adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.081, |
| 4556 | 2026-07-20T18:50:24.550Z | unit |
| 4557 | 2026-07-20T18:50:24.550Z | :INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4558 | 2026-07-20T18:50:24.550Z | |
| 4559 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 Jul 20 18:50:23.081DEBG INFOreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.081 |
| 4560 | 2026-07-20T18:50:24.550Z | DEBGadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4561 | 2026-07-20T18:50:24.550Z | initted freemap. size: 64 |
| 4562 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081 INFO , adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:50:23.081unit |
| 4563 | 2026-07-20T18:50:24.550Z | 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 20 18:50:23.081 |
| 4564 | 2026-07-20T18:50:24.550Z | freemap_route_ipv6Jul 20 18:50:23.081 |
| 4565 | 2026-07-20T18:50:24.550Z | INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4566 | 2026-07-20T18:50:24.550Z | Jul 20 18:50:23.081DEBG INFOJul 20 18:50:23.081replacing 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:1e::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.081 |
| 4567 | 2026-07-20T18:50:24.550Z | DEBG |
| 4568 | 2026-07-20T18:50:24.550Z | reset 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 20 18:50:23.081 |
| 4569 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.081unit DEBG:INFO replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4570 | 2026-07-20T18:50:24.551Z | |
| 4571 | 2026-07-20T18:50:24.551Z | freemap_route_ipv6 |
| 4572 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFODEBG Jul 20 18:50:23.081 adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 4573 | 2026-07-20T18:50:24.551Z | |
| 4574 | 2026-07-20T18:50:24.551Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffJul 20 18:50:23.081 |
| 4575 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.081INFO Jul 20 18:50:23.081Jul 20 18:50:23.081DEBG INFODEBGreplacing 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 } }] |
| 4576 | 2026-07-20T18:50:24.551Z | adding route 3fff:beef:5::/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 } }] |
| 4577 | 2026-07-20T18:50:24.551Z | |
| 4578 | 2026-07-20T18:50:24.551Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4579 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.081Jul 20 18:50:23.081 INFOJul 20 18:50:23.081INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4580 | 2026-07-20T18:50:24.551Z | |
| 4581 | 2026-07-20T18:50:24.551Z | DEBG Jul 20 18:50:23.082replacing 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 20 18:50:23.082 |
| 4582 | 2026-07-20T18:50:24.551Z | DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4583 | 2026-07-20T18:50:24.551Z | |
| 4584 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 4585 | 2026-07-20T18:50:24.551Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4586 | 2026-07-20T18:50:24.551Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4587 | 2026-07-20T18:50:24.551Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4588 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082 DEBGDEBGJul 20 18:50:23.082 DEBGreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4589 | 2026-07-20T18:50:24.551Z | |
| 4590 | 2026-07-20T18:50:24.551Z | 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 } }] |
| 4591 | 2026-07-20T18:50:24.551Z | DEBGJul 20 18:50:23.082 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.082 |
| 4592 | 2026-07-20T18:50:24.551Z | INFOJul 20 18:50:23.082 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 4593 | 2026-07-20T18:50:24.551Z | INFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4594 | 2026-07-20T18:50:24.551Z | |
| 4595 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082 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 20 18:50:23.082Jul 20 18:50:23.082 |
| 4596 | 2026-07-20T18:50:24.551Z | DEBGDEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4597 | 2026-07-20T18:50:24.551Z | |
| 4598 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4599 | 2026-07-20T18:50:24.551Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4600 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBG Jul 20 18:50:23.082replacing 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 |
| 4601 | 2026-07-20T18:50:24.551Z | DEBG adding route 3fff:beef:13::/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 } }] |
| 4602 | 2026-07-20T18:50:24.551Z | |
| 4603 | 2026-07-20T18:50:24.551Z | Jul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.081adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4604 | 2026-07-20T18:50:24.551Z | 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:24::/64 -> 2001:db8::55:ff |
| 4605 | 2026-07-20T18:50:24.551Z | |
| 4606 | 2026-07-20T18:50:24.551Z | DEBGJul 20 18:50:23.082 Jul 20 18:50:23.082DEBG 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: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 20 18:50:23.082 |
| 4607 | 2026-07-20T18:50:24.551Z | 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 } }] |
| 4608 | 2026-07-20T18:50:24.555Z | INFO |
| 4609 | 2026-07-20T18:50:24.555Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4610 | 2026-07-20T18:50:24.555Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOJul 20 18:50:23.082INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 4611 | 2026-07-20T18:50:24.555Z | |
| 4612 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082 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 20 18:50:23.082 |
| 4613 | 2026-07-20T18:50:24.556Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4614 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082DEBG 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 20 18:50:23.082 |
| 4615 | 2026-07-20T18:50:24.556Z | 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 20 18:50:23.082Jul 20 18:50:23.082 DEBGINFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 4616 | 2026-07-20T18:50:24.556Z | |
| 4617 | 2026-07-20T18:50:24.556Z | replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4618 | 2026-07-20T18:50:24.556Z | |
| 4619 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082 INFOJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 adding route 3fff:beef:b::/64 -> 2001:db8::55:ff DEBG |
| 4620 | 2026-07-20T18:50:24.556Z | 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 } }]INFODEBG |
| 4621 | 2026-07-20T18:50:24.556Z | replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4622 | 2026-07-20T18:50:24.556Z | |
| 4623 | 2026-07-20T18:50:24.556Z | DEBGJul 20 18:50:23.082 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 |
| 4624 | 2026-07-20T18:50:24.556Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4625 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082 DEBG INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4626 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 4627 | 2026-07-20T18:50:24.556Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff 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 } }] |
| 4628 | 2026-07-20T18:50:24.556Z | |
| 4629 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBGINFO 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 20 18:50:23.082 |
| 4630 | 2026-07-20T18:50:24.556Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 4631 | 2026-07-20T18:50:24.556Z | DEBGJul 20 18:50:23.082adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4632 | 2026-07-20T18:50:24.556Z | INFOreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:50:23.082 |
| 4633 | 2026-07-20T18:50:24.556Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4634 | 2026-07-20T18:50:24.556Z | DEBGJul 20 18:50:23.082 DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4635 | 2026-07-20T18:50:24.556Z | 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 20 18:50:23.082 |
| 4636 | 2026-07-20T18:50:24.556Z | INFO Jul 20 18:50:23.082adding route 3fff:beef:17::/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 } }] |
| 4637 | 2026-07-20T18:50:24.556Z | |
| 4638 | 2026-07-20T18:50:24.556Z | INFO Jul 20 18:50:23.082adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4639 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082 INFOJul 20 18:50:23.082DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4640 | 2026-07-20T18:50:24.556Z | INFO DEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4641 | 2026-07-20T18:50:24.556Z | |
| 4642 | 2026-07-20T18:50:24.556Z | Jul 20 18:50:23.082 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 } }] |
| 4643 | 2026-07-20T18:50:24.557Z | 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 20 18:50:23.082 |
| 4644 | 2026-07-20T18:50:24.557Z | INFOJul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082 INFODEBGINFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4645 | 2026-07-20T18:50:24.557Z | adding route 3fff:beef:2a::/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 } }]adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4646 | 2026-07-20T18:50:24.557Z | |
| 4647 | 2026-07-20T18:50:24.557Z | |
| 4648 | 2026-07-20T18:50:24.557Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082DEBG DEBGINFO DEBGadding route 3fff:beef:f::/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 } }] |
| 4649 | 2026-07-20T18:50:24.557Z | |
| 4650 | 2026-07-20T18:50:24.557Z | 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: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 } }] |
| 4651 | 2026-07-20T18:50:24.557Z | Jul 20 18:50:23.082 |
| 4652 | 2026-07-20T18:50:24.557Z | DEBGJul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082INFO INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4653 | 2026-07-20T18:50:24.557Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffINFO |
| 4654 | 2026-07-20T18:50:24.557Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4655 | 2026-07-20T18:50:24.557Z | INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4656 | 2026-07-20T18:50:24.557Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4657 | 2026-07-20T18:50:24.557Z | Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBG DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.082 |
| 4658 | 2026-07-20T18:50:24.557Z | 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 } }]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 } }] |
| 4659 | 2026-07-20T18:50:24.557Z | |
| 4660 | 2026-07-20T18:50:24.557Z | 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 } }] |
| 4661 | 2026-07-20T18:50:24.557Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082INFOJul 20 18:50:23.082 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4662 | 2026-07-20T18:50:24.557Z | INFOJul 20 18:50:23.082INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4663 | 2026-07-20T18:50:24.557Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 4664 | 2026-07-20T18:50:24.557Z | 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 } }]Jul 20 18:50:23.082adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4665 | 2026-07-20T18:50:24.558Z | DEBG |
| 4666 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082replacing 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 } }] |
| 4667 | 2026-07-20T18:50:24.558Z | DEBG Jul 20 18:50:23.082replacing 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 20 18:50:23.082DEBGJul 20 18:50:23.082 |
| 4668 | 2026-07-20T18:50:24.558Z | 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 } }] |
| 4669 | 2026-07-20T18:50:24.558Z | INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 4670 | 2026-07-20T18:50:24.558Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4671 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082Jul 20 18:50:23.082INFO INFOJul 20 18:50:23.082 adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4672 | 2026-07-20T18:50:24.558Z | 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:12::/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 } }] |
| 4673 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082 |
| 4674 | 2026-07-20T18:50:24.558Z | |
| 4675 | 2026-07-20T18:50:24.558Z | 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 20 18:50:23.082 |
| 4676 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBGINFO INFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4677 | 2026-07-20T18:50:24.558Z | |
| 4678 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4679 | 2026-07-20T18:50:24.558Z | INFOJul 20 18:50:23.082Jul 20 18:50:23.082 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffINFO |
| 4680 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082DEBG DEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4681 | 2026-07-20T18:50:24.558Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4682 | 2026-07-20T18:50:24.558Z | |
| 4683 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBGDEBG replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4684 | 2026-07-20T18:50:24.558Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFO |
| 4685 | 2026-07-20T18:50:24.558Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4686 | 2026-07-20T18:50:24.558Z | 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 20 18:50:23.082 |
| 4687 | 2026-07-20T18:50:24.558Z | DEBGJul 20 18:50:23.082 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 } }]INFODEBG Jul 20 18:50:23.082adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4688 | 2026-07-20T18:50:24.558Z | |
| 4689 | 2026-07-20T18:50:24.558Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4690 | 2026-07-20T18:50:24.558Z | 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 20 18:50:23.082 |
| 4691 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082 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 } }]INFO |
| 4692 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082adding route 3fff:beef:30::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4693 | 2026-07-20T18:50:24.558Z | INFODEBGJul 20 18:50:23.082 INFOJul 20 18:50:23.082adding route 3fff:beef:33::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4694 | 2026-07-20T18:50:24.558Z | |
| 4695 | 2026-07-20T18:50:24.558Z | adding route 3fff:beef:15::/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 } }] |
| 4696 | 2026-07-20T18:50:24.558Z | |
| 4697 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFO DEBG DEBGINFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1e::/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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4698 | 2026-07-20T18:50:24.558Z | |
| 4699 | 2026-07-20T18:50:24.558Z | |
| 4700 | 2026-07-20T18:50:24.558Z | |
| 4701 | 2026-07-20T18:50:24.558Z | Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOJul 20 18:50:23.082 INFODEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4702 | 2026-07-20T18:50:24.558Z | 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 |
| 4703 | 2026-07-20T18:50:24.558Z | 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 20 18:50:23.082 |
| 4704 | 2026-07-20T18:50:24.558Z | DEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.082 |
| 4705 | 2026-07-20T18:50:24.559Z | |
| 4706 | 2026-07-20T18:50:24.559Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 |
| 4707 | 2026-07-20T18:50:24.559Z | INFO INFO DEBGadding route 3fff:beef:17::/64 -> 2001:db8::55:ffJul 20 18:50:23.082adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4708 | 2026-07-20T18:50:24.564Z | |
| 4709 | 2026-07-20T18:50:24.564Z | DEBGreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:50:23.082 |
| 4710 | 2026-07-20T18:50:24.564Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4711 | 2026-07-20T18:50:24.564Z | 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 } }] |
| 4712 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 Jul 20 18:50:23.082 INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFOINFO |
| 4713 | 2026-07-20T18:50:24.564Z | 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:35::/64 -> 2001:db8::55:ff adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 4714 | 2026-07-20T18:50:24.564Z | |
| 4715 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082 |
| 4716 | 2026-07-20T18:50:24.564Z | DEBG Jul 20 18:50:23.082replacing 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 20 18:50:23.082 |
| 4717 | 2026-07-20T18:50:24.564Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4718 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082DEBGJul 20 18:50:23.082 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 } }] DEBGINFO |
| 4719 | 2026-07-20T18:50:24.564Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4720 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082 |
| 4721 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082 DEBG Jul 20 18:50:23.082INFO 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 20 18:50:23.082DEBG |
| 4722 | 2026-07-20T18:50:24.564Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4723 | 2026-07-20T18:50:24.564Z | INFO |
| 4724 | 2026-07-20T18:50:24.564Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4725 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082 Jul 20 18:50:23.082DEBG Jul 20 18:50:23.082 replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4726 | 2026-07-20T18:50:24.564Z | Jul 20 18:50:23.082INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4727 | 2026-07-20T18:50:24.564Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 DEBG INFO |
| 4728 | 2026-07-20T18:50:24.564Z | 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 20 18:50:23.082 adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 4729 | 2026-07-20T18:50:24.565Z | 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 } }] |
| 4730 | 2026-07-20T18:50:24.565Z | |
| 4731 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 DEBG Jul 20 18:50:23.082replacing 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 20 18:50:23.082 |
| 4732 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 INFO DEBGadding route 3fff:beef:36::/64 -> 2001:db8::55:ff INFO |
| 4733 | 2026-07-20T18:50:24.565Z | 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 } }] |
| 4734 | 2026-07-20T18:50:24.565Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4735 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4736 | 2026-07-20T18:50:24.565Z | |
| 4737 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 |
| 4738 | 2026-07-20T18:50:24.565Z | 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 20 18:50:23.082Jul 20 18:50:23.082 |
| 4739 | 2026-07-20T18:50:24.565Z | 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: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 } }] |
| 4740 | 2026-07-20T18:50:24.565Z | |
| 4741 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4742 | 2026-07-20T18:50:24.565Z | INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4743 | 2026-07-20T18:50:24.565Z | 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 } }]Jul 20 18:50:23.082 |
| 4744 | 2026-07-20T18:50:24.565Z | 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 } }] |
| 4745 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4746 | 2026-07-20T18:50:24.565Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4747 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 DEBGJul 20 18:50:23.082 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 |
| 4748 | 2026-07-20T18:50:24.565Z | 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 } }] |
| 4749 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4750 | 2026-07-20T18:50:24.565Z | |
| 4751 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBGDEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4752 | 2026-07-20T18:50:24.565Z | |
| 4753 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 INFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4754 | 2026-07-20T18:50:24.565Z | |
| 4755 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082Jul 20 18:50:23.082 DEBGDEBG replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4756 | 2026-07-20T18:50:24.565Z | Jul 20 18:50:23.082 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:50:23.082 |
| 4757 | 2026-07-20T18:50:24.565Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4758 | 2026-07-20T18:50:24.565Z | 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 } }] |
| 4759 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 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 20 18:50:23.083 |
| 4760 | 2026-07-20T18:50:24.566Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 4761 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4762 | 2026-07-20T18:50:24.566Z | DEBG replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083 |
| 4763 | 2026-07-20T18:50:24.566Z | 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 } }] |
| 4764 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 INFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4765 | 2026-07-20T18:50:24.566Z | |
| 4766 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 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 20 18:50:23.083 |
| 4767 | 2026-07-20T18:50:24.566Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4768 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 INFO adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4769 | 2026-07-20T18:50:24.566Z | 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 } }] |
| 4770 | 2026-07-20T18:50:24.566Z | test route::tests::grow_succeeds ... ok |
| 4771 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 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 } }]Jul 20 18:50:23.083 |
| 4772 | 2026-07-20T18:50:24.566Z | INFOJul 20 18:50:23.083 adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 4773 | 2026-07-20T18:50:24.566Z | failed to allocate space for the new target list |
| 4774 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083 |
| 4775 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.082DEBGJul 20 18:50:23.083 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 4776 | 2026-07-20T18:50:24.566Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 4777 | 2026-07-20T18:50:24.566Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4778 | 2026-07-20T18:50:24.566Z | DEBGJul 20 18:50:23.083 failed to allocate space for the new target listDEBG |
| 4779 | 2026-07-20T18:50:24.566Z | 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 } }] |
| 4780 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 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 20 18:50:23.083 |
| 4781 | 2026-07-20T18:50:24.566Z | INFO Jul 20 18:50:23.083adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4782 | 2026-07-20T18:50:24.566Z | INFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:50:23.083 |
| 4783 | 2026-07-20T18:50:24.566Z | , unitDEBG: replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4784 | 2026-07-20T18:50:24.566Z | Jul 20 18:50:23.083 |
| 4785 | 2026-07-20T18:50:24.566Z | 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 20 18:50:23.083 |
| 4786 | 2026-07-20T18:50:24.566Z | INFO Jul 20 18:50:23.083adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4787 | 2026-07-20T18:50:24.566Z | DEBGJul 20 18:50:23.083 created new freemapINFO, Jul 20 18:50:23.083adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4788 | 2026-07-20T18:50:24.566Z | DEBGunit :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 20 18:50:23.083freemap_route_ipv6 |
| 4789 | 2026-07-20T18:50:24.566Z | |
| 4790 | 2026-07-20T18:50:24.567Z | 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 } }] |
| 4791 | 2026-07-20T18:50:24.567Z | Jul 20 18:50:23.083 Jul 20 18:50:23.083INFO Jul 20 18:50:23.083adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG |
| 4792 | 2026-07-20T18:50:24.567Z | INFOinitted freemap. size: 64 , adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffunit |
| 4793 | 2026-07-20T18:50:24.567Z | :Jul 20 18:50:23.083 freemap_route_ipv4DEBG |
| 4794 | 2026-07-20T18:50:24.567Z | 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 20 18:50:23.083 |
| 4795 | 2026-07-20T18:50:24.567Z | Jul 20 18:50:23.083DEBG DEBGJul 20 18:50:23.083 reset freemapINFOreplacing 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 } }], |
| 4796 | 2026-07-20T18:50:24.567Z | unitadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff: |
| 4797 | 2026-07-20T18:50:24.567Z | freemap_route_ipv4 |
| 4798 | 2026-07-20T18:50:24.567Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 } }]INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4799 | 2026-07-20T18:50:24.567Z | |
| 4800 | 2026-07-20T18:50:24.567Z | initted freemap. size: 64, unit: Jul 20 18:50:23.083Jul 20 18:50:23.083 freemap_route_ipv6INFO |
| 4801 | 2026-07-20T18:50:24.567Z | DEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4802 | 2026-07-20T18:50:24.567Z | Jul 20 18:50:23.083 |
| 4803 | 2026-07-20T18:50:24.567Z | DEBG reset freemap, Jul 20 18:50:23.083Jul 20 18:50:23.083 INFOunitDEBG: adding route 3fff:beef:21::/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 } }] |
| 4804 | 2026-07-20T18:50:24.567Z | freemap_route_ipv6 |
| 4805 | 2026-07-20T18:50:24.567Z | |
| 4806 | 2026-07-20T18:50:24.567Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083 INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4807 | 2026-07-20T18:50:24.567Z | |
| 4808 | 2026-07-20T18:50:24.571Z | 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 } }] |
| 4809 | 2026-07-20T18:50:24.571Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083DEBG DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:22::/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 } }] |
| 4810 | 2026-07-20T18:50:24.571Z | |
| 4811 | 2026-07-20T18:50:24.571Z | |
| 4812 | 2026-07-20T18:50:24.571Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 Jul 20 18:50:23.083DEBG 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 } }] |
| 4813 | 2026-07-20T18:50:24.571Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffINFO |
| 4814 | 2026-07-20T18:50:24.571Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4815 | 2026-07-20T18:50:24.571Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBG Jul 20 18:50:23.083Jul 20 18:50:23.083created new freemap INFO Jul 20 18:50:23.083adding route 3fff:beef:23::/64 -> 2001:db8::55:ff, unitDEBG : freemap_route_ipv4INFO |
| 4816 | 2026-07-20T18:50:24.571Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4817 | 2026-07-20T18:50:24.571Z | |
| 4818 | 2026-07-20T18:50:24.571Z | Jul 20 18:50:23.083Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBG DEBG DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap, unit: freemap_route_ipv6 |
| 4819 | 2026-07-20T18:50:24.571Z | |
| 4820 | 2026-07-20T18:50:24.571Z | 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 } }]DEBGJul 20 18:50:23.083 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 initted freemap. size: 64, 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 } }]: |
| 4821 | 2026-07-20T18:50:24.571Z | freemap_route_ipv4 |
| 4822 | 2026-07-20T18:50:24.571Z | |
| 4823 | 2026-07-20T18:50:24.571Z | |
| 4824 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBG reset freemapJul 20 18:50:23.083, unit:INFO freemap_route_ipv4Jul 20 18:50:23.083 |
| 4825 | 2026-07-20T18:50:24.572Z | INFO Jul 20 18:50:23.083INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBG initted freemap. size: 64, |
| 4826 | 2026-07-20T18:50:24.572Z | unitINFO: freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4827 | 2026-07-20T18:50:24.572Z | |
| 4828 | 2026-07-20T18:50:24.572Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4829 | 2026-07-20T18:50:24.572Z | DEBG reset freemap, unitJul 20 18:50:23.083: freemap_route_ipv6 |
| 4830 | 2026-07-20T18:50:24.572Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4831 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 Jul 20 18:50:23.083 Jul 20 18:50:23.083INFO adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 4832 | 2026-07-20T18:50:24.572Z | 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 } }]DEBGJul 20 18:50:23.083DEBG DEBG |
| 4833 | 2026-07-20T18:50:24.572Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4834 | 2026-07-20T18:50:24.572Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4835 | 2026-07-20T18:50:24.572Z | 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 20 18:50:23.083replacing 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 } }] |
| 4836 | 2026-07-20T18:50:24.572Z | 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 } }] |
| 4837 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 INFO |
| 4838 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 4839 | 2026-07-20T18:50:24.572Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4840 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 INFOJul 20 18:50:23.083 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.083 |
| 4841 | 2026-07-20T18:50:24.572Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4842 | 2026-07-20T18:50:24.572Z | 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 20 18:50:23.083 |
| 4843 | 2026-07-20T18:50:24.572Z | DEBGJul 20 18:50:23.083 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 } }]INFOJul 20 18:50:23.083 |
| 4844 | 2026-07-20T18:50:24.572Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4845 | 2026-07-20T18:50:24.572Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4846 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 INFOJul 20 18:50:23.083 Jul 20 18:50:23.083 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 4847 | 2026-07-20T18:50:24.572Z | DEBGreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4848 | 2026-07-20T18:50:24.572Z | 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 } }] |
| 4849 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 20 18:50:23.083 |
| 4850 | 2026-07-20T18:50:24.572Z | INFO INFOadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4851 | 2026-07-20T18:50:24.572Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4852 | 2026-07-20T18:50:24.572Z | INFOJul 20 18:50:23.083 Jul 20 18:50:23.083DEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 4853 | 2026-07-20T18:50:24.572Z | 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: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 } }] |
| 4854 | 2026-07-20T18:50:24.572Z | |
| 4855 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4856 | 2026-07-20T18:50:24.572Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4857 | 2026-07-20T18:50:24.572Z | |
| 4858 | 2026-07-20T18:50:24.572Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4859 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083 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 20 18:50:23.083 |
| 4860 | 2026-07-20T18:50:24.572Z | Jul 20 18:50:23.083DEBG DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083 |
| 4861 | 2026-07-20T18:50:24.572Z | replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4862 | 2026-07-20T18:50:24.572Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4863 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083 INFOJul 20 18:50:23.083 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.083 |
| 4864 | 2026-07-20T18:50:24.573Z | 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 } }] |
| 4865 | 2026-07-20T18:50:24.573Z | INFOJul 20 18:50:23.083 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 4866 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083replacing 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 } }] |
| 4867 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083INFO Jul 20 18:50:23.083INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Jul 20 18:50:23.083 |
| 4868 | 2026-07-20T18:50:24.573Z | 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 } }]INFOJul 20 18:50:23.083 |
| 4869 | 2026-07-20T18:50:24.573Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4870 | 2026-07-20T18:50:24.573Z | DEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083 |
| 4871 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083INFO DEBG |
| 4872 | 2026-07-20T18:50:24.573Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.083 |
| 4873 | 2026-07-20T18:50:24.573Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4874 | 2026-07-20T18:50:24.573Z | |
| 4875 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083 DEBGJul 20 18:50:23.083 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 20 18:50:23.083Jul 20 18:50:23.083 INFO |
| 4876 | 2026-07-20T18:50:24.573Z | adding route 3fff:beef:3c::/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 } }]DEBG |
| 4877 | 2026-07-20T18:50:24.573Z | |
| 4878 | 2026-07-20T18:50:24.573Z | 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 20 18:50:23.083 |
| 4879 | 2026-07-20T18:50:24.573Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4880 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083INFO DEBGJul 20 18:50:23.083 Jul 20 18:50:23.083 INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4881 | 2026-07-20T18:50:24.573Z | |
| 4882 | 2026-07-20T18:50:24.573Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 4883 | 2026-07-20T18:50:24.573Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 20 18:50:23.083 |
| 4884 | 2026-07-20T18:50:24.573Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4885 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.083 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 } }]INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffJul 20 18:50:23.084Jul 20 18:50:23.084 |
| 4886 | 2026-07-20T18:50:24.573Z | DEBG DEBGcreated new freemap created new freemap, unitJul 20 18:50:23.092: , DEBGunit :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 } }] |
| 4887 | 2026-07-20T18:50:24.573Z | freemap_route_ipv4freemap_route_ipv4 |
| 4888 | 2026-07-20T18:50:24.573Z | |
| 4889 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.092 Jul 20 18:50:23.092INFO DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4890 | 2026-07-20T18:50:24.573Z | created new freemapJul 20 18:50:23.092, unitDEBG: Jul 20 18:50:23.092 freemap_route_ipv6DEBG |
| 4891 | 2026-07-20T18:50:24.573Z | created new freemap , 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 } }]unit |
| 4892 | 2026-07-20T18:50:24.573Z | : Jul 20 18:50:23.092freemap_route_ipv6 |
| 4893 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.092DEBG DEBGinitted freemap. size: 64Jul 20 18:50:23.092, unit DEBGfailed to allocate space for the new target list |
| 4894 | 2026-07-20T18:50:24.573Z | initted freemap. size: 64:, unitfreemap_route_ipv4:Jul 20 18:50:23.092 |
| 4895 | 2026-07-20T18:50:24.573Z | DEBGfreemap_route_ipv4 |
| 4896 | 2026-07-20T18:50:24.573Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4897 | 2026-07-20T18:50:24.573Z | Jul 20 18:50:23.092 DEBG reset freemap, unit: freemap_route_ipv4Jul 20 18:50:23.092Jul 20 18:50:23.083 |
| 4898 | 2026-07-20T18:50:24.573Z | DEBGJul 20 18:50:23.083DEBGJul 20 18:50:23.092 created new freemapDEBGDEBGreset freemap , initted freemap. size: 64, unit :unit :replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4, |
| 4899 | 2026-07-20T18:50:24.573Z | freemap_route_ipv4unit |
| 4900 | 2026-07-20T18:50:24.573Z | : |
| 4901 | 2026-07-20T18:50:24.573Z | freemap_route_ipv6Jul 20 18:50:23.092 |
| 4902 | 2026-07-20T18:50:24.574Z | Jul 20 18:50:23.092Jul 20 18:50:23.092 DEBGINFO Jul 20 18:50:23.092DEBG DEBG reset freemapinitted freemap. size: 64created new freemapadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff, |
| 4903 | 2026-07-20T18:50:24.574Z | unit: , , freemap_route_ipv6unitJul 20 18:50:23.092unit |
| 4904 | 2026-07-20T18:50:24.574Z | 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 } }]freemap_route_ipv6 |
| 4905 | 2026-07-20T18:50:24.574Z | |
| 4906 | 2026-07-20T18:50:24.574Z | :Jul 20 18:50:23.092 freemap_route_ipv6 DEBG |
| 4907 | 2026-07-20T18:50:24.574Z | initted freemap. size: 64Jul 20 18:50:23.092, unitINFOJul 20 18:50:23.092 : adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGfreemap_route_ipv4Jul 20 18:50:23.092 |
| 4908 | 2026-07-20T18:50:24.579Z | reset freemap |
| 4909 | 2026-07-20T18:50:24.579Z | , INFOunit :Jul 20 18:50:23.092adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4910 | 2026-07-20T18:50:24.579Z | DEBGJul 20 18:50:23.092freemap_route_ipv6 |
| 4911 | 2026-07-20T18:50:24.579Z | reset freemap , Jul 20 18:50:23.092unit DEBG:DEBG Jul 20 18:50:23.092 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]freemap_route_ipv4 |
| 4912 | 2026-07-20T18:50:24.579Z | |
| 4913 | 2026-07-20T18:50:24.579Z | |
| 4914 | 2026-07-20T18:50:24.579Z | INFOJul 20 18:50:23.092Jul 20 18:50:23.092Jul 20 18:50:23.092 INFODEBG INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4915 | 2026-07-20T18:50:24.579Z | initted freemap. size: 64adding route 3fff:dead::/64 -> 2001:db8::55:2, |
| 4916 | 2026-07-20T18:50:24.579Z | unit: |
| 4917 | 2026-07-20T18:50:24.579Z | Jul 20 18:50:23.092freemap_route_ipv6 Jul 20 18:50:23.092Jul 20 18:50:23.092 |
| 4918 | 2026-07-20T18:50:24.579Z | DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Jul 20 18:50:23.092 |
| 4919 | 2026-07-20T18:50:24.579Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG 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 } }] |
| 4920 | 2026-07-20T18:50:24.579Z | Jul 20 18:50:23.093 |
| 4921 | 2026-07-20T18:50:24.579Z | , unitINFOJul 20 18:50:23.093: Jul 20 18:50:23.093 INFOfreemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 4922 | 2026-07-20T18:50:24.579Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4923 | 2026-07-20T18:50:24.579Z | |
| 4924 | 2026-07-20T18:50:24.579Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4925 | 2026-07-20T18:50:24.579Z | Jul 20 18:50:23.093Jul 20 18:50:23.093 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 } }] |
| 4926 | 2026-07-20T18:50:24.579Z | Jul 20 18:50:23.093INFOJul 20 18:50:23.093Jul 20 18:50:23.093 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4927 | 2026-07-20T18:50:24.580Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4928 | 2026-07-20T18:50:24.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBGJul 20 18:50:23.093 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4929 | 2026-07-20T18:50:24.580Z | DEBG |
| 4930 | 2026-07-20T18:50:24.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:50:23.093Jul 20 18:50:23.093 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4931 | 2026-07-20T18:50:24.580Z | |
| 4932 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093DEBGJul 20 18:50:23.093 Jul 20 18:50:23.093INFOreplacing 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 |
| 4933 | 2026-07-20T18:50:24.580Z | adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4934 | 2026-07-20T18:50:24.580Z | DEBG |
| 4935 | 2026-07-20T18:50:24.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4936 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093Jul 20 18:50:23.093 Jul 20 18:50:23.093DEBGDEBG 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4937 | 2026-07-20T18:50:24.580Z | |
| 4938 | 2026-07-20T18:50:24.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.093 |
| 4939 | 2026-07-20T18:50:24.580Z | INFOJul 20 18:50:23.093Jul 20 18:50:23.093 DEBGINFOadding route 3fff:dead::/64 -> 2001:db8::55:4 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:dead::/64 -> 2001:db8::55:3 |
| 4940 | 2026-07-20T18:50:24.580Z | |
| 4941 | 2026-07-20T18:50:24.580Z | |
| 4942 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.083Jul 20 18:50:23.093Jul 20 18:50:23.093 Jul 20 18:50:23.093DEBG INFO DEBGcreated new freemap Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], |
| 4943 | 2026-07-20T18:50:24.580Z | unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ff: |
| 4944 | 2026-07-20T18:50:24.580Z | DEBG freemap_route_ipv4Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 4945 | 2026-07-20T18:50:24.580Z | INFO |
| 4946 | 2026-07-20T18:50:24.580Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4947 | 2026-07-20T18:50:24.580Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:50:23.093 |
| 4948 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093 WARNDEBGJul 20 18:50:23.093Jul 20 18:50:23.093 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 20 18:50:23.093DEBG |
| 4949 | 2026-07-20T18:50:24.580Z | DEBG DEBGcreated new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4950 | 2026-07-20T18:50:24.580Z | 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:2, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.093 |
| 4951 | 2026-07-20T18:50:24.580Z | freemap_route_ipv6INFO |
| 4952 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4953 | 2026-07-20T18:50:24.580Z | |
| 4954 | 2026-07-20T18:50:24.580Z | DEBGJul 20 18:50:23.093 Jul 20 18:50:23.093replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.093 |
| 4955 | 2026-07-20T18:50:24.580Z | DEBGERRO WARN rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4956 | 2026-07-20T18:50:24.580Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 } }] |
| 4957 | 2026-07-20T18:50:24.580Z | |
| 4958 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093 DEBG Jul 20 18:50:23.093initted freemap. size: 64 , ERROunit :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 |
| 4959 | 2026-07-20T18:50:24.580Z | freemap_route_ipv4Jul 20 18:50:23.093 |
| 4960 | 2026-07-20T18:50:24.580Z | INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4961 | 2026-07-20T18:50:24.580Z | Jul 20 18:50:23.093 |
| 4962 | 2026-07-20T18:50:24.580Z | DEBG Jul 20 18:50:23.093reset freemap , DEBGJul 20 18:50:23.093unit 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 } }] |
| 4963 | 2026-07-20T18:50:24.580Z | : adding route 3fff:beef:39::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 4964 | 2026-07-20T18:50:24.580Z | |
| 4965 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 INFO Jul 20 18:50:23.093adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:50:23.093 |
| 4966 | 2026-07-20T18:50:24.581Z | DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 4967 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093, unitDEBG: 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 } }]Jul 20 18:50:23.093freemap_route_ipv6 |
| 4968 | 2026-07-20T18:50:24.581Z | |
| 4969 | 2026-07-20T18:50:24.581Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4970 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 Jul 20 18:50:23.093DEBG Jul 20 18:50:23.093INFOreset freemap , unitadding route 3fff:beef:36::/64 -> 2001:db8::55:ff: |
| 4971 | 2026-07-20T18:50:24.581Z | 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 } }]freemap_route_ipv6 |
| 4972 | 2026-07-20T18:50:24.581Z | |
| 4973 | 2026-07-20T18:50:24.581Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 4974 | 2026-07-20T18:50:24.581Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 4975 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 DEBGJul 20 18:50:23.093Jul 20 18:50:23.093 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4976 | 2026-07-20T18:50:24.581Z | test route::tests::identity_replace_is_noop ... ok |
| 4977 | 2026-07-20T18:50:24.581Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 4978 | 2026-07-20T18:50:24.581Z | |
| 4979 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.093 |
| 4980 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.083DEBG Jul 20 18:50:23.093 DEBGreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:50:23.093 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 } }]DEBGDEBG |
| 4981 | 2026-07-20T18:50:24.581Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 4982 | 2026-07-20T18:50:24.581Z | 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 } }] |
| 4983 | 2026-07-20T18:50:24.581Z | |
| 4984 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 INFO Jul 20 18:50:23.093Jul 20 18:50:23.093Jul 20 18:50:23.093 INFO INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff INFO |
| 4985 | 2026-07-20T18:50:24.581Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255 |
| 4986 | 2026-07-20T18:50:24.581Z | |
| 4987 | 2026-07-20T18:50:24.581Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4988 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 Jul 20 18:50:23.093Jul 20 18:50:23.093Jul 20 18:50:23.100 DEBGDEBGDEBGDEBG created new freemapcreated new freemap, unit: , unit :freemap_route_ipv4 |
| 4989 | 2026-07-20T18:50:24.581Z | 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 } }] |
| 4990 | 2026-07-20T18:50:24.581Z | |
| 4991 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.093 Jul 20 18:50:23.100DEBG 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 } }] |
| 4992 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.100created new freemap , INFOunit Jul 20 18:50:23.100adding route 3fff:beef:8::/64 -> 2001:db8::55:ff :DEBG |
| 4993 | 2026-07-20T18:50:24.581Z | created new freemapfreemap_route_ipv6, |
| 4994 | 2026-07-20T18:50:24.581Z | unitJul 20 18:50:23.100:Jul 20 18:50:23.100 Jul 20 18:50:23.100freemap_route_ipv6 |
| 4995 | 2026-07-20T18:50:24.581Z | DEBG DEBGinitted freemap. size: 64 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 } }], unitJul 20 18:50:23.100: DEBG |
| 4996 | 2026-07-20T18:50:24.581Z | freemap_route_ipv4initted freemap. size: 64 |
| 4997 | 2026-07-20T18:50:24.581Z | adding route 172.17.0.1/32 -> 10.0.0.255, |
| 4998 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.100unit : INFOfreemap_route_ipv4Jul 20 18:50:23.100 |
| 4999 | 2026-07-20T18:50:24.581Z | DEBG adding route 3fff:beef:9::/64 -> 2001:db8::55:ffJul 20 18:50:23.100 |
| 5000 | 2026-07-20T18:50:24.581Z | reset freemapJul 20 18:50:23.100 , DEBG unitreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]:DEBG Jul 20 18:50:23.100freemap_route_ipv4 reset freemap |
| 5001 | 2026-07-20T18:50:24.581Z | , |
| 5002 | 2026-07-20T18:50:24.581Z | DEBGunit :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 } }] |
| 5003 | 2026-07-20T18:50:24.581Z | Jul 20 18:50:23.101Jul 20 18:50:23.101freemap_route_ipv4 |
| 5004 | 2026-07-20T18:50:24.581Z | DEBG initted freemap. size: 64 , INFOJul 20 18:50:23.101Jul 20 18:50:23.101unit : DEBGINFOfreemap_route_ipv6 |
| 5005 | 2026-07-20T18:50:24.582Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5006 | 2026-07-20T18:50:24.582Z | |
| 5007 | 2026-07-20T18:50:24.582Z | , Jul 20 18:50:23.101unit :DEBGJul 20 18:50:23.101 freemap_route_ipv6reset freemap |
| 5008 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101, DEBG unitreplacing 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 } }]: |
| 5009 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101DEBG 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 } }]freemap_route_ipv6Jul 20 18:50:23.101 |
| 5010 | 2026-07-20T18:50:24.586Z | DEBG reset freemapINFOJul 20 18:50:23.101 |
| 5011 | 2026-07-20T18:50:24.586Z | , adding route 172.17.0.3/32 -> 10.0.0.255 unitINFO |
| 5012 | 2026-07-20T18:50:24.586Z | : adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv6 |
| 5013 | 2026-07-20T18:50:24.586Z | |
| 5014 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101 Jul 20 18:50:23.101Jul 20 18:50:23.101INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff Jul 20 18:50:23.101 |
| 5015 | 2026-07-20T18:50:24.586Z | DEBGDEBG INFOreplacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5016 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5017 | 2026-07-20T18:50:24.586Z | |
| 5018 | 2026-07-20T18:50:24.586Z | 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 } }]Jul 20 18:50:23.101Jul 20 18:50:23.101 |
| 5019 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101INFO DEBGJul 20 18:50:23.093 adding route 172.17.0.4/32 -> 10.0.0.255DEBGJul 20 18:50:23.101 INFO |
| 5020 | 2026-07-20T18:50:24.586Z | created new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 5021 | 2026-07-20T18:50:24.586Z | unitINFO:adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5022 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101freemap_route_ipv4adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Jul 20 18:50:23.101 |
| 5023 | 2026-07-20T18:50:24.586Z | DEBG Jul 20 18:50:23.101replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5024 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101adding route 3fff:dead::/64 -> 2001:db8::55:2 DEBG |
| 5025 | 2026-07-20T18:50:24.586Z | created new freemap , unitDEBG: Jul 20 18:50:23.101Jul 20 18:50:23.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5026 | 2026-07-20T18:50:24.586Z | 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 } }] |
| 5027 | 2026-07-20T18:50:24.586Z | INFO Jul 20 18:50:23.101 freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5028 | 2026-07-20T18:50:24.586Z | |
| 5029 | 2026-07-20T18:50:24.586Z | INFOJul 20 18:50:23.101 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 5030 | 2026-07-20T18:50:24.586Z | Jul 20 18:50:23.101Jul 20 18:50:23.101 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 Jul 20 18:50:23.101 |
| 5031 | 2026-07-20T18:50:24.586Z | initted freemap. size: 64DEBG, unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.101 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 } }] |
| 5032 | 2026-07-20T18:50:24.586Z | |
| 5033 | 2026-07-20T18:50:24.586Z | |
| 5034 | 2026-07-20T18:50:24.587Z | DEBGJul 20 18:50:23.101Jul 20 18:50:23.101 DEBGINFOJul 20 18:50:23.101 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 5035 | 2026-07-20T18:50:24.587Z | reset freemapadding route 172.17.0.6/32 -> 10.0.0.255created new freemap, |
| 5036 | 2026-07-20T18:50:24.587Z | unitadding route 3fff:dead::/64 -> 2001:db8::55:4, Jul 20 18:50:23.101unit :INFO |
| 5037 | 2026-07-20T18:50:24.587Z | freemap_route_ipv4:Jul 20 18:50:23.101 freemap_route_ipv4 |
| 5038 | 2026-07-20T18:50:24.587Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5039 | 2026-07-20T18:50:24.587Z | |
| 5040 | 2026-07-20T18:50:24.587Z | 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 20 18:50:23.101 |
| 5041 | 2026-07-20T18:50:24.587Z | Jul 20 18:50:23.101 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Jul 20 18:50:23.101 |
| 5042 | 2026-07-20T18:50:24.587Z | , Jul 20 18:50:23.101 unitINFO DEBG: Jul 20 18:50:23.101replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv6 |
| 5043 | 2026-07-20T18:50:24.587Z | |
| 5044 | 2026-07-20T18:50:24.587Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5045 | 2026-07-20T18:50:24.587Z | Jul 20 18:50:23.101created new freemap , DEBGJul 20 18:50:23.101Jul 20 18:50:23.101 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:2, vlan_id: None } }, NextHop { asic_port_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 reset freemapfreemap_route_ipv6, |
| 5046 | 2026-07-20T18:50:24.588Z | unit: |
| 5047 | 2026-07-20T18:50:24.588Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]freemap_route_ipv6Jul 20 18:50:23.101 |
| 5048 | 2026-07-20T18:50:24.588Z | |
| 5049 | 2026-07-20T18:50:24.588Z | DEBG Jul 20 18:50:23.101replacing 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 20 18:50:23.101Jul 20 18:50:23.101Jul 20 18:50:23.101 WARN INFOWARN |
| 5050 | 2026-07-20T18:50:24.588Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5051 | 2026-07-20T18:50:24.588Z | shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5052 | 2026-07-20T18:50:24.588Z | |
| 5053 | 2026-07-20T18:50:24.588Z | initted freemap. size: 64, unitJul 20 18:50:23.101: Jul 20 18:50:23.101freemap_route_ipv4DEBG |
| 5054 | 2026-07-20T18:50:24.588Z | 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 } }] |
| 5055 | 2026-07-20T18:50:24.588Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5056 | 2026-07-20T18:50:24.588Z | Jul 20 18:50:23.101 DEBG Jul 20 18:50:23.101reset freemap , DEBGunit :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 20 18:50:23.101 |
| 5057 | 2026-07-20T18:50:24.588Z | freemap_route_ipv4 |
| 5058 | 2026-07-20T18:50:24.588Z | INFO Jul 20 18:50:23.101adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5059 | 2026-07-20T18:50:24.588Z | INFO Jul 20 18:50:23.101adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5060 | 2026-07-20T18:50:24.588Z | DEBG initted freemap. size: 64Jul 20 18:50:23.101, unitDEBG:Jul 20 18:50:23.101 freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]DEBG |
| 5061 | 2026-07-20T18:50:24.588Z | |
| 5062 | 2026-07-20T18:50:24.588Z | 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 } }] |
| 5063 | 2026-07-20T18:50:24.588Z | Jul 20 18:50:23.101Jul 20 18:50:23.101 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.3reset freemap |
| 5064 | 2026-07-20T18:50:24.588Z | , Jul 20 18:50:23.101unit :INFO freemap_route_ipv6Jul 20 18:50:23.101adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5065 | 2026-07-20T18:50:24.588Z | |
| 5066 | 2026-07-20T18:50:24.588Z | 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 } }] |
| 5067 | 2026-07-20T18:50:24.588Z | Jul 20 18:50:23.101 Jul 20 18:50:23.101 Jul 20 18:50:23.101 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 } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5068 | 2026-07-20T18:50:24.588Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5069 | 2026-07-20T18:50:24.588Z | |
| 5070 | 2026-07-20T18:50:24.588Z | Jul 20 18:50:23.101 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 } }] |
| 5071 | 2026-07-20T18:50:24.588Z | Jul 20 18:50:23.101 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 } }]Jul 20 18:50:23.101 |
| 5072 | 2026-07-20T18:50:24.588Z | INFOJul 20 18:50:23.101 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 5073 | 2026-07-20T18:50:24.588Z | adding route 172.17.0.11/32 -> 10.0.0.255Jul 20 18:50:23.101 |
| 5074 | 2026-07-20T18:50:24.589Z | DEBG |
| 5075 | 2026-07-20T18:50:24.589Z | Jul 20 18:50:23.101 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]DEBGJul 20 18:50:23.101 |
| 5076 | 2026-07-20T18:50:24.589Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5077 | 2026-07-20T18:50:24.589Z | Jul 20 18:50:23.101 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5078 | 2026-07-20T18:50:24.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 20 18:50:23.101 |
| 5079 | 2026-07-20T18:50:24.589Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:50:23.101 |
| 5080 | 2026-07-20T18:50:24.589Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5081 | 2026-07-20T18:50:24.589Z | Jul 20 18:50:23.101 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 } }]Jul 20 18:50:23.101Jul 20 18:50:23.101 |
| 5082 | 2026-07-20T18:50:24.589Z | DEBGJul 20 18:50:23.093 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 |
| 5083 | 2026-07-20T18:50:24.589Z | 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 } }]Jul 20 18:50:23.101 |
| 5084 | 2026-07-20T18:50:24.589Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 5085 | 2026-07-20T18:50:24.589Z | Jul 20 18:50:23.101 Jul 20 18:50:23.101INFOadding route 172.17.0.1/32 -> 10.0.0.255 DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5086 | 2026-07-20T18:50:24.589Z | |
| 5087 | 2026-07-20T18:50:24.589Z | Jul 20 18:50:23.101 failed to allocate space for the new target listDEBG |
| 5088 | 2026-07-20T18:50:24.590Z | 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 20 18:50:23.101 |
| 5089 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.101DEBG DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.101 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:50:23.102 |
| 5090 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.102 DEBGDEBGJul 20 18:50:23.107 created new freemapcreated new freemap, unit , :DEBGunit :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 } }] |
| 5091 | 2026-07-20T18:50:24.590Z | freemap_route_ipv4freemap_route_ipv4 |
| 5092 | 2026-07-20T18:50:24.590Z | |
| 5093 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.101Jul 20 18:50:23.107 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:f::/64 -> 2001:db8::55:ff |
| 5094 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.107 |
| 5095 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.107 DEBGDEBG created new freemapcreated new freemap, , unitunit:: Jul 20 18:50:23.107freemap_route_ipv6 |
| 5096 | 2026-07-20T18:50:24.590Z | freemap_route_ipv6 |
| 5097 | 2026-07-20T18:50:24.590Z | DEBGJul 20 18:50:23.107Jul 20 18:50:23.107 DEBGDEBG initted freemap. size: 64 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: 64, |
| 5098 | 2026-07-20T18:50:24.590Z | unit, :unit :freemap_route_ipv4 |
| 5099 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.107freemap_route_ipv4 |
| 5100 | 2026-07-20T18:50:24.590Z | INFO Jul 20 18:50:23.107adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 5101 | 2026-07-20T18:50:24.590Z | DEBGJul 20 18:50:23.107 reset freemapDEBG, unitreset freemap:, Jul 20 18:50:23.107unitfreemap_route_ipv4: |
| 5102 | 2026-07-20T18:50:24.590Z | freemap_route_ipv4DEBG |
| 5103 | 2026-07-20T18:50:24.590Z | Jul 20 18:50:23.107replacing 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 } }] |
| 5104 | 2026-07-20T18:50:24.591Z | DEBG Jul 20 18:50:23.107initted freemap. size: 64 , DEBGunit :initted freemap. size: 64 , freemap_route_ipv6unit |
| 5105 | 2026-07-20T18:50:24.591Z | : Jul 20 18:50:23.107freemap_route_ipv6 |
| 5106 | 2026-07-20T18:50:24.591Z | Jul 20 18:50:23.107INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGJul 20 18:50:23.107 |
| 5107 | 2026-07-20T18:50:24.591Z | reset freemapDEBG, unitreset freemapJul 20 18:50:23.107:, unitfreemap_route_ipv6: |
| 5108 | 2026-07-20T18:50:24.599Z | freemap_route_ipv6DEBG |
| 5109 | 2026-07-20T18:50:24.599Z | 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 20 18:50:23.107 |
| 5110 | 2026-07-20T18:50:24.599Z | INFOJul 20 18:50:23.102 Jul 20 18:50:23.107adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5111 | 2026-07-20T18:50:24.599Z | Jul 20 18:50:23.107INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG |
| 5112 | 2026-07-20T18:50:24.599Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:50:23.107Jul 20 18:50:23.107 , DEBGDEBG |
| 5113 | 2026-07-20T18:50:24.599Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5114 | 2026-07-20T18:50:24.599Z | |
| 5115 | 2026-07-20T18:50:24.599Z | unitJul 20 18:50:23.107Jul 20 18:50:23.107: |
| 5116 | 2026-07-20T18:50:24.599Z | Jul 20 18:50:23.107 DEBGfreemap_route_ipv4 |
| 5117 | 2026-07-20T18:50:24.599Z | 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 } }]INFO |
| 5118 | 2026-07-20T18:50:24.599Z | adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5119 | 2026-07-20T18:50:24.599Z | Jul 20 18:50:23.107 |
| 5120 | 2026-07-20T18:50:24.599Z | INFOJul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGJul 20 18:50:23.107INFOadding route 172.17.0.14/32 -> 10.0.0.255 DEBG |
| 5121 | 2026-07-20T18:50:24.599Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5122 | 2026-07-20T18:50:24.599Z | Jul 20 18:50:23.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5123 | 2026-07-20T18:50:24.599Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff DEBG |
| 5124 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107created new freemap Jul 20 18:50:23.107Jul 20 18:50:23.107, Jul 20 18:50:23.107DEBG 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 } }] unitDEBG |
| 5125 | 2026-07-20T18:50:24.600Z | INFOINFO :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:dead::/64 -> 2001:db8::55:3Jul 20 18:50:23.107adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5126 | 2026-07-20T18:50:24.600Z | |
| 5127 | 2026-07-20T18:50:24.600Z | INFO |
| 5128 | 2026-07-20T18:50:24.600Z | adding route 172.17.0.15/32 -> 10.0.0.255 freemap_route_ipv6 |
| 5129 | 2026-07-20T18:50:24.600Z | |
| 5130 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107Jul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5131 | 2026-07-20T18:50:24.600Z | INFOreplacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5132 | 2026-07-20T18:50:24.600Z | adding route 3fff:beef:14::/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 } }] |
| 5133 | 2026-07-20T18:50:24.600Z | initted freemap. size: 64 |
| 5134 | 2026-07-20T18:50:24.600Z | , Jul 20 18:50:23.107 INFOunit :Jul 20 18:50:23.107Jul 20 18:50:23.107adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5135 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107INFO freemap_route_ipv4INFO Jul 20 18:50:23.107 |
| 5136 | 2026-07-20T18:50:24.600Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5137 | 2026-07-20T18:50:24.600Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 } }] |
| 5138 | 2026-07-20T18:50:24.600Z | |
| 5139 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107 DEBG |
| 5140 | 2026-07-20T18:50:24.600Z | reset freemapJul 20 18:50:23.107, Jul 20 18:50:23.107Jul 20 18:50:23.107 unitINFO DEBG :DEBGadding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:50:23.107replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5141 | 2026-07-20T18:50:24.600Z | freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 5142 | 2026-07-20T18:50:24.600Z | |
| 5143 | 2026-07-20T18:50:24.600Z | |
| 5144 | 2026-07-20T18:50:24.600Z | INFO Jul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107 DEBGDEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:50:23.107replacing 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 } }] |
| 5145 | 2026-07-20T18:50:24.600Z | initted freemap. size: 64adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 5146 | 2026-07-20T18:50:24.600Z | DEBG, Jul 20 18:50:23.107replacing targets for 3fff:dead::/64 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 } }] |
| 5147 | 2026-07-20T18:50:24.600Z | unit |
| 5148 | 2026-07-20T18:50:24.600Z | INFO: adding route 172.17.0.18/32 -> 10.0.0.255freemap_route_ipv6 |
| 5149 | 2026-07-20T18:50:24.600Z | |
| 5150 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107 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 } }] |
| 5151 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 20 18:50:23.107 |
| 5152 | 2026-07-20T18:50:24.600Z | DEBG reset freemap, Jul 20 18:50:23.107unit :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 } }]freemap_route_ipv6 |
| 5153 | 2026-07-20T18:50:24.600Z | |
| 5154 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107 DEBG Jul 20 18:50:23.107replacing 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 20 18:50:23.107 |
| 5155 | 2026-07-20T18:50:24.600Z | INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:50:23.107 |
| 5156 | 2026-07-20T18:50:24.600Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 5157 | 2026-07-20T18:50:24.600Z | INFO Jul 20 18:50:23.107 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 20 18:50:23.107 |
| 5158 | 2026-07-20T18:50:24.600Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5159 | 2026-07-20T18:50:24.600Z | 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 } }] |
| 5160 | 2026-07-20T18:50:24.600Z | Jul 20 18:50:23.107Jul 20 18:50:23.107 Jul 20 18:50:23.107DEBGINFO 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 |
| 5161 | 2026-07-20T18:50:24.600Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5162 | 2026-07-20T18:50:24.601Z | |
| 5163 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.107 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5164 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.107 Jul 20 18:50:23.107DEBG 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 } }] |
| 5165 | 2026-07-20T18:50:24.601Z | 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 } }] |
| 5166 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108Jul 20 18:50:23.108 INFOINFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 5167 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108 |
| 5168 | 2026-07-20T18:50:24.601Z | DEBG Jul 20 18:50:23.108replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5169 | 2026-07-20T18:50:24.601Z | test route::tests::same_size_non_subset_replace ... ok |
| 5170 | 2026-07-20T18:50:24.601Z | DEBGJul 20 18:50:23.108 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 |
| 5171 | 2026-07-20T18:50:24.601Z | 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 20 18:50:23.108 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Jul 20 18:50:23.108 |
| 5172 | 2026-07-20T18:50:24.601Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5173 | 2026-07-20T18:50:24.601Z | INFO |
| 5174 | 2026-07-20T18:50:24.601Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5175 | 2026-07-20T18:50:24.601Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5176 | 2026-07-20T18:50:24.601Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5177 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108replacing 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 20 18:50:23.108INFO |
| 5178 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5179 | 2026-07-20T18:50:24.601Z | DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5180 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5181 | 2026-07-20T18:50:24.601Z | |
| 5182 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5183 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108Jul 20 18:50:23.108 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 172.17.0.2/32 -> 10.0.0.255 |
| 5184 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5185 | 2026-07-20T18:50:24.601Z | |
| 5186 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5187 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5188 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108 INFO adding route 172.17.0.23/32 -> 10.0.0.255Jul 20 18:50:23.108Jul 20 18:50:23.108 |
| 5189 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5190 | 2026-07-20T18:50:24.601Z | DEBG 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 } }] |
| 5191 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5192 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5193 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5194 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5195 | 2026-07-20T18:50:24.601Z | 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 } }] |
| 5196 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5197 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108 INFO adding route 172.17.0.3/32 -> 10.0.0.255Jul 20 18:50:23.108 |
| 5198 | 2026-07-20T18:50:24.601Z | INFO adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:50:23.108 |
| 5199 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5200 | 2026-07-20T18:50:24.601Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5201 | 2026-07-20T18:50:24.601Z | Jul 20 18:50:23.108 DEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.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 20 18:50:23.108 |
| 5202 | 2026-07-20T18:50:24.602Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5203 | 2026-07-20T18:50:24.602Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5204 | 2026-07-20T18:50:24.602Z | |
| 5205 | 2026-07-20T18:50:24.602Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5206 | 2026-07-20T18:50:24.602Z | 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 } }] |
| 5207 | 2026-07-20T18:50:24.602Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5208 | 2026-07-20T18:50:24.606Z | Jul 20 18:50:23.108 INFO Jul 20 18:50:23.108adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5209 | 2026-07-20T18:50:24.606Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5210 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5211 | 2026-07-20T18:50:24.607Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:50:23.108 |
| 5212 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5213 | 2026-07-20T18:50:24.607Z | Jul 20 18:50:23.108INFO DEBGadding route 172.17.0.4/32 -> 10.0.0.255 Jul 20 18:50:23.108replacing 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 } }] |
| 5214 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5215 | 2026-07-20T18:50:24.607Z | |
| 5216 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5217 | 2026-07-20T18:50:24.607Z | 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 } }] |
| 5218 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5219 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5220 | 2026-07-20T18:50:24.607Z | Jul 20 18:50:23.108 DEBGJul 20 18:50:23.108 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5221 | 2026-07-20T18:50:24.607Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5222 | 2026-07-20T18:50:24.607Z | Jul 20 18:50:23.108adding route 172.17.0.26/32 -> 10.0.0.255 INFOJul 20 18:50:23.108 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 5223 | 2026-07-20T18:50:24.607Z | DEBG created new freemap |
| 5224 | 2026-07-20T18:50:24.607Z | , unitJul 20 18:50:23.114: DEBGfreemap_route_ipv4 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 } }] |
| 5225 | 2026-07-20T18:50:24.607Z | |
| 5226 | 2026-07-20T18:50:24.607Z | Jul 20 18:50:23.114 DEBG Jul 20 18:50:23.114replacing 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 } }] |
| 5227 | 2026-07-20T18:50:24.607Z | Jul 20 18:50:23.114INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:50:23.093 |
| 5228 | 2026-07-20T18:50:24.607Z | DEBG Jul 20 18:50:23.114 DEBGINFO Jul 20 18:50:23.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 } }] adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5229 | 2026-07-20T18:50:24.607Z | DEBG |
| 5230 | 2026-07-20T18:50:24.607Z | created new freemapreplacing 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 } }], |
| 5231 | 2026-07-20T18:50:24.608Z | unitJul 20 18:50:23.114Jul 20 18:50:23.114 INFO: DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5232 | 2026-07-20T18:50:24.608Z | freemap_route_ipv6 |
| 5233 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.114Jul 20 18:50:23.108 |
| 5234 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.114 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 } }] INFOcreated new freemap |
| 5235 | 2026-07-20T18:50:24.608Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:50:23.114Jul 20 18:50:23.114 |
| 5236 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.114INFO, DEBGunit :Jul 20 18:50:23.114INFO freemap_route_ipv4adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5237 | 2026-07-20T18:50:24.608Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5238 | 2026-07-20T18:50:24.608Z | |
| 5239 | 2026-07-20T18:50:24.608Z | DEBG initted freemap. size: 64replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], Jul 20 18:50:23.114 |
| 5240 | 2026-07-20T18:50:24.608Z | unit:Jul 20 18:50:23.114DEBG DEBGJul 20 18:50:23.114Jul 20 18:50:23.114replacing 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 } }] |
| 5241 | 2026-07-20T18:50:24.608Z | freemap_route_ipv4replacing 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 } }] |
| 5242 | 2026-07-20T18:50:24.608Z | INFO |
| 5243 | 2026-07-20T18:50:24.608Z | DEBG created new freemap, unitJul 20 18:50:23.114Jul 20 18:50:23.114Jul 20 18:50:23.114adding route 3fff:beef:20::/64 -> 2001:db8::55:ff : |
| 5244 | 2026-07-20T18:50:24.608Z | INFOINFO DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreset freemap |
| 5245 | 2026-07-20T18:50:24.608Z | adding route 172.17.0.29/32 -> 10.0.0.255freemap_route_ipv6 |
| 5246 | 2026-07-20T18:50:24.608Z | |
| 5247 | 2026-07-20T18:50:24.608Z | , unit:Jul 20 18:50:23.115Jul 20 18:50:23.115 Jul 20 18:50:23.115Jul 20 18:50:23.108Jul 20 18:50:23.115DEBGfreemap_route_ipv4 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 } }]DEBGDEBGDEBG |
| 5248 | 2026-07-20T18:50:24.608Z | |
| 5249 | 2026-07-20T18:50:24.608Z | initted freemap. size: 64 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 } }] , |
| 5250 | 2026-07-20T18:50:24.608Z | unitJul 20 18:50:23.115DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] :created new freemap freemap_route_ipv4, |
| 5251 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.115 |
| 5252 | 2026-07-20T18:50:24.608Z | INFO INFOJul 20 18:50:23.115unit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 5253 | 2026-07-20T18:50:24.608Z | DEBG adding route 3fff:beef:21::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5254 | 2026-07-20T18:50:24.608Z | , Jul 20 18:50:23.115Jul 20 18:50:23.115 unit : DEBGINFOJul 20 18:50:23.115 freemap_route_ipv6freemap_route_ipv4reset freemapDEBG |
| 5255 | 2026-07-20T18:50:24.608Z | |
| 5256 | 2026-07-20T18:50:24.608Z | 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 } }], |
| 5257 | 2026-07-20T18:50:24.608Z | adding route 172.17.0.30/32 -> 10.0.0.255unit: |
| 5258 | 2026-07-20T18:50:24.608Z | freemap_route_ipv4Jul 20 18:50:23.115 |
| 5259 | 2026-07-20T18:50:24.608Z | DEBG Jul 20 18:50:23.115failed to allocate space for the new target list Jul 20 18:50:23.115Jul 20 18:50:23.115 |
| 5260 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.115DEBG DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5261 | 2026-07-20T18:50:24.608Z | created new freemap |
| 5262 | 2026-07-20T18:50:24.608Z | Jul 20 18:50:23.115 Jul 20 18:50:23.115DEBGreset freemap Jul 20 18:50:23.115 , replacing targets for 3fff:dead::/64 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 } }], DEBGINFOunit: initted freemap. size: 64unitJul 20 18:50:23.115, freemap_route_ipv6adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5263 | 2026-07-20T18:50:24.609Z | |
| 5264 | 2026-07-20T18:50:24.609Z | |
| 5265 | 2026-07-20T18:50:24.609Z | INFO :unit:adding route 3fff:beef:22::/64 -> 2001:db8::55:ff freemap_route_ipv6Jul 20 18:50:23.115 |
| 5266 | 2026-07-20T18:50:24.609Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5267 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115 |
| 5268 | 2026-07-20T18:50:24.609Z | 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 } }]INFO |
| 5269 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115freemap_route_ipv6 Jul 20 18:50:23.115 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5270 | 2026-07-20T18:50:24.609Z | |
| 5271 | 2026-07-20T18:50:24.609Z | reset freemapJul 20 18:50:23.115 INFO, DEBG adding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:50:23.115 |
| 5272 | 2026-07-20T18:50:24.609Z | 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 } }] |
| 5273 | 2026-07-20T18:50:24.609Z | unit: DEBGJul 20 18:50:23.115Jul 20 18:50:23.115 freemap_route_ipv6 initted freemap. size: 64DEBG, |
| 5274 | 2026-07-20T18:50:24.609Z | unitreplacing 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 } }]: |
| 5275 | 2026-07-20T18:50:24.609Z | freemap_route_ipv4Jul 20 18:50:23.115 |
| 5276 | 2026-07-20T18:50:24.609Z | DEBG INFOJul 20 18:50:23.115 Jul 20 18:50:23.115adding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO |
| 5277 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 5278 | 2026-07-20T18:50:24.609Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5279 | 2026-07-20T18:50:24.609Z | |
| 5280 | 2026-07-20T18:50:24.609Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5281 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115DEBG Jul 20 18:50:23.115DEBGJul 20 18:50:23.115 Jul 20 18:50:23.115 reset freemapreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 5282 | 2026-07-20T18:50:24.609Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5283 | 2026-07-20T18:50:24.609Z | DEBG INFOreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5284 | 2026-07-20T18:50:24.609Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5285 | 2026-07-20T18:50:24.609Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5286 | 2026-07-20T18:50:24.609Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5287 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115unit |
| 5288 | 2026-07-20T18:50:24.609Z | INFO:Jul 20 18:50:23.115 adding route 172.17.0.34/32 -> 10.0.0.255freemap_route_ipv4INFO |
| 5289 | 2026-07-20T18:50:24.609Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5290 | 2026-07-20T18:50:24.609Z | |
| 5291 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115Jul 20 18:50:23.115Jul 20 18:50:23.115 Jul 20 18:50:23.115 DEBGDEBGDEBG Jul 20 18:50:23.115replacing 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 } }] 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 } }] |
| 5292 | 2026-07-20T18:50:24.609Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5293 | 2026-07-20T18:50:24.609Z | DEBG |
| 5294 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115 |
| 5295 | 2026-07-20T18:50:24.609Z | initted freemap. size: 64 , INFOJul 20 18:50:23.115 unitadding route 172.17.0.35/32 -> 10.0.0.255 |
| 5296 | 2026-07-20T18:50:24.609Z | :DEBG freemap_route_ipv6Jul 20 18:50:23.115 |
| 5297 | 2026-07-20T18:50:24.609Z | Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: 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 20 18:50:23.115DEBG Jul 20 18:50:23.115 |
| 5298 | 2026-07-20T18:50:24.609Z | DEBG DEBG INFOreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5299 | 2026-07-20T18:50:24.609Z | 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 172.16.0.0/32 -> 10.0.0.3 |
| 5300 | 2026-07-20T18:50:24.609Z | reset freemap |
| 5301 | 2026-07-20T18:50:24.609Z | , unitJul 20 18:50:23.115Jul 20 18:50:23.115 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5302 | 2026-07-20T18:50:24.610Z | :Jul 20 18:50:23.115 |
| 5303 | 2026-07-20T18:50:24.610Z | DEBGfreemap_route_ipv6 |
| 5304 | 2026-07-20T18:50:24.610Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5305 | 2026-07-20T18:50:24.610Z | Jul 20 18:50:23.115Jul 20 18:50:23.115Jul 20 18:50:23.115 DEBGDEBGJul 20 18:50:23.115 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.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 |
| 5306 | 2026-07-20T18:50:24.610Z | |
| 5307 | 2026-07-20T18:50:24.610Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:50:23.115Jul 20 18:50:23.115 |
| 5308 | 2026-07-20T18:50:24.614Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5309 | 2026-07-20T18:50:24.614Z | |
| 5310 | 2026-07-20T18:50:24.614Z | INFOJul 20 18:50:23.115 adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 5311 | 2026-07-20T18:50:24.614Z | Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:50:23.115 |
| 5312 | 2026-07-20T18:50:24.614Z | 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 } }] |
| 5313 | 2026-07-20T18:50:24.614Z | DEBG Jul 20 18:50:23.115replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 20 18:50:23.115 |
| 5314 | 2026-07-20T18:50:24.614Z | Jul 20 18:50:23.115 DEBGINFO INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:50:23.115 |
| 5315 | 2026-07-20T18:50:24.614Z | adding route 172.17.0.38/32 -> 10.0.0.255INFO |
| 5316 | 2026-07-20T18:50:24.614Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5317 | 2026-07-20T18:50:24.614Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5318 | 2026-07-20T18:50:24.614Z | Jul 20 18:50:23.115Jul 20 18:50:23.115 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 } }]adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5319 | 2026-07-20T18:50:24.614Z | |
| 5320 | 2026-07-20T18:50:24.614Z | Jul 20 18:50:23.115 DEBG Jul 20 18:50:23.115replacing 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 20 18:50:23.115 Jul 20 18:50:23.115INFO |
| 5321 | 2026-07-20T18:50:24.614Z | DEBG adding route 172.17.0.39/32 -> 10.0.0.255DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5322 | 2026-07-20T18:50:24.614Z | |
| 5323 | 2026-07-20T18:50:24.614Z | 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 20 18:50:23.115 |
| 5324 | 2026-07-20T18:50:24.614Z | Jul 20 18:50:23.115 INFO DEBGJul 20 18:50:23.115adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5325 | 2026-07-20T18:50:24.615Z | 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 20 18:50:23.115 INFO |
| 5326 | 2026-07-20T18:50:24.615Z | INFO Jul 20 18:50:23.115 DEBGadding route 172.16.0.0/32 -> 10.0.0.3adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 5327 | 2026-07-20T18:50:24.615Z | |
| 5328 | 2026-07-20T18:50:24.615Z | 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 20 18:50:23.115 |
| 5329 | 2026-07-20T18:50:24.615Z | INFOJul 20 18:50:23.115 adding route 172.17.0.40/32 -> 10.0.0.255DEBGJul 20 18:50:23.115Jul 20 18:50:23.115 |
| 5330 | 2026-07-20T18:50:24.615Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5331 | 2026-07-20T18:50:24.615Z | 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 } }]Jul 20 18:50:23.115 |
| 5332 | 2026-07-20T18:50:24.615Z | DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 5333 | 2026-07-20T18:50:24.615Z | Jul 20 18:50:23.115 |
| 5334 | 2026-07-20T18:50:24.615Z | Jul 20 18:50:23.115 DEBGJul 20 18:50:23.115INFO Jul 20 18:50:23.115INFO adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 |
| 5335 | 2026-07-20T18:50:24.615Z | |
| 5336 | 2026-07-20T18:50:24.615Z | |
| 5337 | 2026-07-20T18:50:24.615Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 5338 | 2026-07-20T18:50:24.615Z | Jul 20 18:50:23.115Jul 20 18:50:23.115 DEBGDEBG Jul 20 18:50:23.115 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 } }]INFOJul 20 18:50:23.115 |
| 5339 | 2026-07-20T18:50:24.616Z | 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 } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5340 | 2026-07-20T18:50:24.616Z | Jul 20 18:50:23.115 |
| 5341 | 2026-07-20T18:50:24.616Z | Jul 20 18:50:23.115 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5342 | 2026-07-20T18:50:24.616Z | 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 20 18:50:23.123Jul 20 18:50:23.123 |
| 5343 | 2026-07-20T18:50:24.616Z | created new freemapDEBG, 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 } }]unitJul 20 18:50:23.123 |
| 5344 | 2026-07-20T18:50:24.616Z | : DEBGfreemap_route_ipv4DEBG |
| 5345 | 2026-07-20T18:50:24.616Z | Jul 20 18:50:23.123replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 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 } }]Jul 20 18:50:23.123 |
| 5346 | 2026-07-20T18:50:24.616Z | |
| 5347 | 2026-07-20T18:50:24.616Z | INFOINFOJul 20 18:50:23.123 DEBGadding route 172.17.0.43/32 -> 10.0.0.255 created new freemap |
| 5348 | 2026-07-20T18:50:24.616Z | Jul 20 18:50:23.123adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff, |
| 5349 | 2026-07-20T18:50:24.616Z | INFOunit Jul 20 18:50:23.123adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5350 | 2026-07-20T18:50:24.617Z | DEBG: Jul 20 18:50:23.123freemap_route_ipv6replacing 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 20 18:50:23.123 |
| 5351 | 2026-07-20T18:50:24.617Z | DEBG |
| 5352 | 2026-07-20T18:50:24.617Z | DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5353 | 2026-07-20T18:50:24.617Z | 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 20 18:50:23.123 |
| 5354 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123INFOJul 20 18:50:23.123 Jul 20 18:50:23.123 adding route 172.17.0.44/32 -> 10.0.0.255 DEBGINFOINFO |
| 5355 | 2026-07-20T18:50:24.617Z | adding route 172.17.0.5/32 -> 10.0.0.255adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 5356 | 2026-07-20T18:50:24.617Z | , Jul 20 18:50:23.123 |
| 5357 | 2026-07-20T18:50:24.617Z | unitDEBG: Jul 20 18:50:23.123Jul 20 18:50:23.123 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 } }] DEBGfreemap_route_ipv4 |
| 5358 | 2026-07-20T18:50:24.617Z | DEBG |
| 5359 | 2026-07-20T18:50:24.617Z | 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.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 } }] |
| 5360 | 2026-07-20T18:50:24.617Z | |
| 5361 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123Jul 20 18:50:23.123 Jul 20 18:50:23.108DEBGJul 20 18:50:23.123 Jul 20 18:50:23.123 INFO reset freemap INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff, |
| 5362 | 2026-07-20T18:50:24.617Z | created new freemapINFO , adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5363 | 2026-07-20T18:50:24.617Z | adding route 172.17.0.6/32 -> 10.0.0.255unitunit |
| 5364 | 2026-07-20T18:50:24.617Z | :Jul 20 18:50:23.123: Jul 20 18:50:23.123freemap_route_ipv4 |
| 5365 | 2026-07-20T18:50:24.617Z | DEBG freemap_route_ipv4DEBG |
| 5366 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 |
| 5367 | 2026-07-20T18:50:24.617Z | |
| 5368 | 2026-07-20T18:50:24.617Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5369 | 2026-07-20T18:50:24.617Z | 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 20 18:50:23.123 |
| 5370 | 2026-07-20T18:50:24.617Z | DEBG Jul 20 18:50:23.123created new freemap Jul 20 18:50:23.123Jul 20 18:50:23.123, DEBG unitINFOINFO: freemap_route_ipv6adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:50:23.123 |
| 5371 | 2026-07-20T18:50:24.617Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffINFO |
| 5372 | 2026-07-20T18:50:24.617Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5373 | 2026-07-20T18:50:24.617Z | |
| 5374 | 2026-07-20T18:50:24.617Z | initted freemap. size: 64, Jul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123unit DEBGDEBG : replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGinitted freemap. size: 64 , Jul 20 18:50:23.123freemap_route_ipv6 |
| 5375 | 2026-07-20T18:50:24.617Z | unit: |
| 5376 | 2026-07-20T18:50:24.617Z | DEBGfreemap_route_ipv4 |
| 5377 | 2026-07-20T18:50:24.617Z | 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 20 18:50:23.123 |
| 5378 | 2026-07-20T18:50:24.617Z | 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 } }] adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 5379 | 2026-07-20T18:50:24.617Z | |
| 5380 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123 DEBG Jul 20 18:50:23.123reset freemap Jul 20 18:50:23.123INFO Jul 20 18:50:23.123DEBG adding route 172.17.0.8/32 -> 10.0.0.255INFO Jul 20 18:50:23.123, 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 172.17.0.47/32 -> 10.0.0.255 |
| 5381 | 2026-07-20T18:50:24.617Z | unit: |
| 5382 | 2026-07-20T18:50:24.617Z | freemap_route_ipv4 |
| 5383 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123 |
| 5384 | 2026-07-20T18:50:24.617Z | DEBGDEBGJul 20 18:50:23.123 Jul 20 18:50:23.123reset 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 } }] , Jul 20 18:50:23.123 unitDEBG |
| 5385 | 2026-07-20T18:50:24.617Z | INFODEBG: replacing targets for 172.17.0.47/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 5386 | 2026-07-20T18:50:24.617Z | |
| 5387 | 2026-07-20T18:50:24.617Z | |
| 5388 | 2026-07-20T18:50:24.617Z | Jul 20 18:50:23.123 INFOinitted freemap. size: 64 Jul 20 18:50:23.123Jul 20 18:50:23.123adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.123 , |
| 5389 | 2026-07-20T18:50:24.618Z | DEBGunit: INFOfreemap_route_ipv6 Jul 20 18:50:23.123 |
| 5390 | 2026-07-20T18:50:24.618Z | adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5391 | 2026-07-20T18:50:24.618Z | |
| 5392 | 2026-07-20T18:50:24.618Z | INFODEBG Jul 20 18:50:23.123 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 |
| 5393 | 2026-07-20T18:50:24.618Z | adding route 172.16.0.0/32 -> 10.0.0.1 reset freemapJul 20 18:50:23.123 |
| 5394 | 2026-07-20T18:50:24.618Z | , DEBGunitJul 20 18:50:23.123 Jul 20 18:50:23.123: INFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.123 freemap_route_ipv6adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5395 | 2026-07-20T18:50:24.618Z | |
| 5396 | 2026-07-20T18:50:24.618Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5397 | 2026-07-20T18:50:24.618Z | |
| 5398 | 2026-07-20T18:50:24.618Z | DEBGJul 20 18:50:23.123 Jul 20 18:50:23.123 Jul 20 18:50:23.123replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]DEBG INFOINFO 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 } }] |
| 5399 | 2026-07-20T18:50:24.618Z | |
| 5400 | 2026-07-20T18:50:24.618Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5401 | 2026-07-20T18:50:24.618Z | |
| 5402 | 2026-07-20T18:50:24.618Z | Jul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123Jul 20 18:50:23.123 Jul 20 18:50:23.123DEBG Jul 20 18:50:23.108replacing 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 } }] |
| 5403 | 2026-07-20T18:50:24.618Z | INFO adding route 172.17.0.5/32 -> 10.0.0.255INFOJul 20 18:50:23.129 |
| 5404 | 2026-07-20T18:50:24.618Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5405 | 2026-07-20T18:50:24.618Z | 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 20 18:50:23.130 |
| 5406 | 2026-07-20T18:50:24.618Z | INFO DEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5407 | 2026-07-20T18:50:24.618Z | |
| 5408 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130 Jul 20 18:50:23.130INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 5409 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130replacing 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 20 18:50:23.130 |
| 5410 | 2026-07-20T18:50:24.687Z | INFODEBGJul 20 18:50:23.130 adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 5411 | 2026-07-20T18:50:24.687Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5412 | 2026-07-20T18:50:24.687Z | |
| 5413 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 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 } }]INFOINFO Jul 20 18:50:23.130adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5414 | 2026-07-20T18:50:24.687Z | |
| 5415 | 2026-07-20T18:50:24.687Z | |
| 5416 | 2026-07-20T18:50:24.687Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:50:23.130 Jul 20 18:50:23.130DEBG 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 } }] |
| 5417 | 2026-07-20T18:50:24.687Z | |
| 5418 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130replacing 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 } }] |
| 5419 | 2026-07-20T18:50:24.687Z | INFO Jul 20 18:50:23.130Jul 20 18:50:23.130adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5420 | 2026-07-20T18:50:24.687Z | INFODEBGJul 20 18:50:23.130 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 } }] Jul 20 18:50:23.130adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5421 | 2026-07-20T18:50:24.687Z | 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 } }] |
| 5422 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130 |
| 5423 | 2026-07-20T18:50:24.687Z | 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 } }] |
| 5424 | 2026-07-20T18:50:24.687Z | DEBGINFO replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:50:23.130 |
| 5425 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130 INFO |
| 5426 | 2026-07-20T18:50:24.687Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5427 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130INFO Jul 20 18:50:23.130INFO adding route 172.16.0.0/32 -> 10.0.0.4adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5428 | 2026-07-20T18:50:24.687Z | |
| 5429 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130 INFODEBGJul 20 18:50:23.130 Jul 20 18:50:23.130replacing 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 } }] DEBGJul 20 18:50:23.130adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5430 | 2026-07-20T18:50:24.687Z | DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5431 | 2026-07-20T18:50:24.687Z | |
| 5432 | 2026-07-20T18:50:24.687Z | Jul 20 18:50:23.130 |
| 5433 | 2026-07-20T18:50:24.687Z | DEBGJul 20 18:50:23.130Jul 20 18:50:23.130 INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 5434 | 2026-07-20T18:50:24.688Z | |
| 5435 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130replacing targets for 172.16.0.0/32 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 } }] 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 } }]Jul 20 18:50:23.130 |
| 5436 | 2026-07-20T18:50:24.688Z | INFOJul 20 18:50:23.130 |
| 5437 | 2026-07-20T18:50:24.688Z | DEBGadding route 172.17.0.54/32 -> 10.0.0.255 replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5438 | 2026-07-20T18:50:24.688Z | |
| 5439 | 2026-07-20T18:50:24.688Z | |
| 5440 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 INFOINFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff 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 } }] |
| 5441 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130adding route 172.17.0.1/32 -> 10.0.0.255 |
| 5442 | 2026-07-20T18:50:24.688Z | DEBG |
| 5443 | 2026-07-20T18:50:24.688Z | 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 20 18:50:23.130Jul 20 18:50:23.130 DEBG |
| 5444 | 2026-07-20T18:50:24.688Z | 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 } }] |
| 5445 | 2026-07-20T18:50:24.688Z | adding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:50:23.130 |
| 5446 | 2026-07-20T18:50:24.688Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.130Jul 20 18:50:23.130 |
| 5447 | 2026-07-20T18:50:24.688Z | INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5448 | 2026-07-20T18:50:24.688Z | 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 } }] |
| 5449 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130 DEBGJul 20 18:50:23.130 Jul 20 18:50:23.130DEBGreplacing 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 } }] |
| 5450 | 2026-07-20T18:50:24.688Z | 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 } }] |
| 5451 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130 INFODEBG Jul 20 18:50:23.130adding route 172.17.0.56/32 -> 10.0.0.255 Jul 20 18:50:23.130 |
| 5452 | 2026-07-20T18:50:24.688Z | 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 adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 5453 | 2026-07-20T18:50:24.688Z | |
| 5454 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130 adding route 3fff:beef:35::/64 -> 2001:db8::55:ffDEBG |
| 5455 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130replacing 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 20 18:50:23.130 |
| 5456 | 2026-07-20T18:50:24.688Z | Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130DEBG 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 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 172.17.0.57/32 -> 10.0.0.255 |
| 5457 | 2026-07-20T18:50:24.688Z | |
| 5458 | 2026-07-20T18:50:24.688Z | |
| 5459 | 2026-07-20T18:50:24.689Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5460 | 2026-07-20T18:50:24.689Z | Jul 20 18:50:23.130 Jul 20 18:50:23.130DEBG DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5461 | 2026-07-20T18:50:24.689Z | 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 } }]Jul 20 18:50:23.130 |
| 5462 | 2026-07-20T18:50:24.689Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:50:23.130 |
| 5463 | 2026-07-20T18:50:24.689Z | Jul 20 18:50:23.130INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 5464 | 2026-07-20T18:50:24.689Z | Jul 20 18:50:23.130adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5465 | 2026-07-20T18:50:24.689Z | DEBGJul 20 18:50:23.130 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5466 | 2026-07-20T18:50:24.689Z | test route::tests::add_target_fails_full ... ok |
| 5467 | 2026-07-20T18:50:24.689Z | Jul 20 18:50:23.130 Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130DEBGreplacing 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 } }] |
| 5468 | 2026-07-20T18:50:24.689Z | adding route 172.17.0.11/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 5469 | 2026-07-20T18:50:24.689Z | |
| 5470 | 2026-07-20T18:50:24.689Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:50:23.130 |
| 5471 | 2026-07-20T18:50:24.689Z | INFOJul 20 18:50:23.130Jul 20 18:50:23.130Jul 20 18:50:23.130 INFODEBG replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5472 | 2026-07-20T18:50:24.689Z | |
| 5473 | 2026-07-20T18:50:24.689Z | DEBG INFO adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:50:23.130 |
| 5474 | 2026-07-20T18:50:24.689Z | Jul 20 18:50:23.130adding route 172.17.0.11/32 -> 10.0.0.255replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5475 | 2026-07-20T18:50:24.689Z | DEBG |
| 5476 | 2026-07-20T18:50:24.690Z | INFOJul 20 18:50:23.130 Jul 20 18:50:23.130DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ffJul 20 18:50:23.130 |
| 5477 | 2026-07-20T18:50:24.690Z | INFO replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 20 18:50:23.130 |
| 5478 | 2026-07-20T18:50:24.690Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5479 | 2026-07-20T18:50:24.690Z | DEBGDEBG |
| 5480 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130 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 } }] Jul 20 18:50:23.130 |
| 5481 | 2026-07-20T18:50:24.690Z | adding route 172.17.0.60/32 -> 10.0.0.255replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5482 | 2026-07-20T18:50:24.690Z | INFOJul 20 18:50:23.130 |
| 5483 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130 DEBGINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:50:23.130 Jul 20 18:50:23.130 |
| 5484 | 2026-07-20T18:50:24.690Z | DEBG |
| 5485 | 2026-07-20T18:50:24.690Z | 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 } }] |
| 5486 | 2026-07-20T18:50:24.690Z | 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 } }] |
| 5487 | 2026-07-20T18:50:24.690Z | INFOJul 20 18:50:23.130 DEBGadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5488 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130replacing 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 20 18:50:23.130 |
| 5489 | 2026-07-20T18:50:24.690Z | INFO INFOadding route 172.17.0.13/32 -> 10.0.0.255 |
| 5490 | 2026-07-20T18:50:24.690Z | adding route 172.17.0.61/32 -> 10.0.0.255Jul 20 18:50:23.130 |
| 5491 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130DEBG Jul 20 18:50:23.130 Jul 20 18:50:23.130 Jul 20 18:50:23.130 DEBGDEBG 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 } }]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 } }]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 } }] |
| 5492 | 2026-07-20T18:50:24.690Z | |
| 5493 | 2026-07-20T18:50:24.690Z | 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 } }] |
| 5494 | 2026-07-20T18:50:24.690Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5495 | 2026-07-20T18:50:24.690Z | |
| 5496 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130 Jul 20 18:50:23.130INFOJul 20 18:50:23.130Jul 20 18:50:23.130 Jul 20 18:50:23.130 DEBG INFOreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 5497 | 2026-07-20T18:50:24.690Z | adding route 172.17.0.62/32 -> 10.0.0.255INFO |
| 5498 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5499 | 2026-07-20T18:50:24.690Z | INFO |
| 5500 | 2026-07-20T18:50:24.690Z | |
| 5501 | 2026-07-20T18:50:24.690Z | Jul 20 18:50:23.130adding route 172.17.0.14/32 -> 10.0.0.255 Jul 20 18:50:23.130Jul 20 18:50:23.130DEBG |
| 5502 | 2026-07-20T18:50:24.690Z | 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 } }] |
| 5503 | 2026-07-20T18:50:24.691Z | DEBGDEBG Jul 20 18:50:23.130replacing 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 20 18:50:23.130replacing 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 } }] |
| 5504 | 2026-07-20T18:50:24.691Z | |
| 5505 | 2026-07-20T18:50:24.691Z | 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 20 18:50:23.130INFO |
| 5506 | 2026-07-20T18:50:24.691Z | DEBGJul 20 18:50:23.130 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.63/32 -> 10.0.0.255 |
| 5507 | 2026-07-20T18:50:24.691Z | INFO |
| 5508 | 2026-07-20T18:50:24.696Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5509 | 2026-07-20T18:50:24.696Z | Jul 20 18:50:23.130Jul 20 18:50:23.137 Jul 20 18:50:23.137 INFOINFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5510 | 2026-07-20T18:50:24.696Z | DEBG replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5511 | 2026-07-20T18:50:24.696Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5512 | 2026-07-20T18:50:24.696Z | Jul 20 18:50:23.137Jul 20 18:50:23.137Jul 20 18:50:23.137 DEBGDEBGDEBG 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 } }]failed to allocate space for the new target list |
| 5513 | 2026-07-20T18:50:24.696Z | |
| 5514 | 2026-07-20T18:50:24.696Z | 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 20 18:50:23.137 |
| 5515 | 2026-07-20T18:50:24.696Z | INFOJul 20 18:50:23.137 Jul 20 18:50:23.137 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFO |
| 5516 | 2026-07-20T18:50:24.696Z | DEBGadding route 172.17.0.8/32 -> 10.0.0.255 |
| 5517 | 2026-07-20T18:50:24.696Z | 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 20 18:50:23.137Jul 20 18:50:23.137 |
| 5518 | 2026-07-20T18:50:24.696Z | DEBG Jul 20 18:50:23.137 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 } }]Jul 20 18:50:23.137DEBG |
| 5519 | 2026-07-20T18:50:24.696Z | 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.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5520 | 2026-07-20T18:50:24.696Z | |
| 5521 | 2026-07-20T18:50:24.696Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:50:23.137 |
| 5522 | 2026-07-20T18:50:24.696Z | Jul 20 18:50:23.137DEBG DEBG failed to allocate space for the new target listJul 20 18:50:23.137 |
| 5523 | 2026-07-20T18:50:24.696Z | failed to allocate space for the new target list Jul 20 18:50:23.137DEBG |
| 5524 | 2026-07-20T18:50:24.696Z | 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 } }] |
| 5525 | 2026-07-20T18:50:24.696Z | adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.137 |
| 5526 | 2026-07-20T18:50:24.696Z | 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 } }] |
| 5527 | 2026-07-20T18:50:24.696Z | Jul 20 18:50:23.137 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5528 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.137 DEBGJul 20 18:50:23.137 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 |
| 5529 | 2026-07-20T18:50:24.697Z | 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 } }] |
| 5530 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.137 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5531 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.137 INFO adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:50:23.137 |
| 5532 | 2026-07-20T18:50:24.697Z | 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 } }] |
| 5533 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.137 DEBGJul 20 18:50:23.137 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 |
| 5534 | 2026-07-20T18:50:24.697Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5535 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5536 | 2026-07-20T18:50:24.697Z | |
| 5537 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138 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 } }] |
| 5538 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5539 | 2026-07-20T18:50:24.697Z | |
| 5540 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138 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 } }] |
| 5541 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5542 | 2026-07-20T18:50:24.697Z | |
| 5543 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138 Jul 20 18:50:23.138DEBG 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 } }] |
| 5544 | 2026-07-20T18:50:24.697Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5545 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138 Jul 20 18:50:23.138INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 5546 | 2026-07-20T18:50:24.697Z | 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 20 18:50:23.138 |
| 5547 | 2026-07-20T18:50:24.697Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:50:23.138Jul 20 18:50:23.138 INFODEBG |
| 5548 | 2026-07-20T18:50:24.697Z | adding route 172.17.0.14/32 -> 10.0.0.255replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5549 | 2026-07-20T18:50:24.697Z | |
| 5550 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO adding route 172.17.0.23/32 -> 10.0.0.255replacing 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 } }] |
| 5551 | 2026-07-20T18:50:24.697Z | DEBG |
| 5552 | 2026-07-20T18:50:24.697Z | 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 } }] |
| 5553 | 2026-07-20T18:50:24.697Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5554 | 2026-07-20T18:50:24.698Z | |
| 5555 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 INFO adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:50:23.138 |
| 5556 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 INFODEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5557 | 2026-07-20T18:50:24.698Z | |
| 5558 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 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 20 18:50:23.138 |
| 5559 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 DEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5560 | 2026-07-20T18:50:24.698Z | |
| 5561 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 INFO Jul 20 18:50:23.138adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:50:23.138 |
| 5562 | 2026-07-20T18:50:24.698Z | INFODEBG Jul 20 18:50:23.138adding route 172.17.0.25/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 } }] |
| 5563 | 2026-07-20T18:50:24.698Z | |
| 5564 | 2026-07-20T18:50:24.698Z | 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 } }] |
| 5565 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 INFOJul 20 18:50:23.138DEBG adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5566 | 2026-07-20T18:50:24.698Z | adding route 172.17.0.18/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 } }] |
| 5567 | 2026-07-20T18:50:24.698Z | |
| 5568 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 DEBG Jul 20 18:50:23.138replacing 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 20 18:50:23.138 |
| 5569 | 2026-07-20T18:50:24.698Z | DEBGINFO replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5570 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 |
| 5571 | 2026-07-20T18:50:24.698Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Jul 20 18:50:23.138 |
| 5572 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5573 | 2026-07-20T18:50:24.698Z | 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 20 18:50:23.138 |
| 5574 | 2026-07-20T18:50:24.698Z | 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 } }] |
| 5575 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBG INFOreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.138 |
| 5576 | 2026-07-20T18:50:24.698Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5577 | 2026-07-20T18:50:24.698Z | adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5578 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138 Jul 20 18:50:23.138INFO Jul 20 18:50:23.138 DEBG adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 5579 | 2026-07-20T18:50:24.698Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5580 | 2026-07-20T18:50:24.698Z | |
| 5581 | 2026-07-20T18:50:24.698Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFOINFO DEBG adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5582 | 2026-07-20T18:50:24.699Z | 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 } }] |
| 5583 | 2026-07-20T18:50:24.699Z | |
| 5584 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 DEBGINFODEBG adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5585 | 2026-07-20T18:50:24.699Z | replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5586 | 2026-07-20T18:50:24.699Z | |
| 5587 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFO INFOadding route 172.17.0.21/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 } }] |
| 5588 | 2026-07-20T18:50:24.699Z | adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5589 | 2026-07-20T18:50:24.699Z | |
| 5590 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGJul 20 18:50:23.138INFO 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 |
| 5591 | 2026-07-20T18:50:24.699Z | adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5592 | 2026-07-20T18:50:24.699Z | |
| 5593 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFOINFODEBG adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5594 | 2026-07-20T18:50:24.699Z | |
| 5595 | 2026-07-20T18:50:24.699Z | 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 } }] |
| 5596 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5597 | 2026-07-20T18:50:24.699Z | |
| 5598 | 2026-07-20T18:50:24.699Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5599 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 INFO INFODEBG adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5600 | 2026-07-20T18:50:24.699Z | adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5601 | 2026-07-20T18:50:24.699Z | |
| 5602 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138DEBGDEBG 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 } }] adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5603 | 2026-07-20T18:50:24.699Z | |
| 5604 | 2026-07-20T18:50:24.699Z | |
| 5605 | 2026-07-20T18:50:24.699Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 INFODEBGINFO replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5606 | 2026-07-20T18:50:24.699Z | |
| 5607 | 2026-07-20T18:50:24.699Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5608 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGJul 20 18:50:23.138 INFOreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5609 | 2026-07-20T18:50:24.704Z | DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 5610 | 2026-07-20T18:50:24.704Z | 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 } }] |
| 5611 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBGINFOINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5612 | 2026-07-20T18:50:24.704Z | |
| 5613 | 2026-07-20T18:50:24.704Z | |
| 5614 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 Jul 20 18:50:23.138 DEBG 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 } }]INFO |
| 5615 | 2026-07-20T18:50:24.704Z | adding route 172.17.0.26/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 } }] |
| 5616 | 2026-07-20T18:50:24.704Z | |
| 5617 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138 INFO Jul 20 18:50:23.138Jul 20 18:50:23.138adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5618 | 2026-07-20T18:50:24.704Z | DEBGINFO replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5619 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138 |
| 5620 | 2026-07-20T18:50:24.704Z | 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 } }] |
| 5621 | 2026-07-20T18:50:24.704Z | Jul 20 18:50:23.138Jul 20 18:50:23.138 DEBG INFOreplacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.138 |
| 5622 | 2026-07-20T18:50:24.704Z | adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5623 | 2026-07-20T18:50:24.704Z | adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:50:23.138 |
| 5624 | 2026-07-20T18:50:24.704Z | INFOJul 20 18:50:23.138 adding route 172.17.0.27/32 -> 10.0.0.255DEBGJul 20 18:50:23.138 |
| 5625 | 2026-07-20T18:50:24.704Z | 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 } }] DEBGJul 20 18:50:23.138 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 } }] |
| 5626 | 2026-07-20T18:50:24.704Z | 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 20 18:50:23.150 |
| 5627 | 2026-07-20T18:50:24.705Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255Jul 20 18:50:23.138 |
| 5628 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150DEBG INFOJul 20 18:50:23.150created new freemap DEBG, adding route 172.17.0.28/32 -> 10.0.0.255 unit |
| 5629 | 2026-07-20T18:50:24.705Z | : freemap_route_ipv4replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.150 |
| 5630 | 2026-07-20T18:50:24.705Z | DEBG |
| 5631 | 2026-07-20T18:50:24.705Z | 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 20 18:50:23.150 |
| 5632 | 2026-07-20T18:50:24.705Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5633 | 2026-07-20T18:50:24.705Z | |
| 5634 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150 Jul 20 18:50:23.150INFO DEBGadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5635 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150Jul 20 18:50:23.150 created new freemap , INFODEBGJul 20 18:50:23.150 unit :DEBG freemap_route_ipv6replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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-20T18:50:24.705Z | |
| 5637 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5638 | 2026-07-20T18:50:24.705Z | |
| 5639 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150 INFOINFO Jul 20 18:50:23.150adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5640 | 2026-07-20T18:50:24.705Z | |
| 5641 | 2026-07-20T18:50:24.705Z | DEBG DEBGinitted freemap. size: 64 , 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 |
| 5642 | 2026-07-20T18:50:24.705Z | : freemap_route_ipv4Jul 20 18:50:23.150 |
| 5643 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150 Jul 20 18:50:23.150DEBG 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 20 18:50:23.150 |
| 5644 | 2026-07-20T18:50:24.705Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5645 | 2026-07-20T18:50:24.705Z | |
| 5646 | 2026-07-20T18:50:24.705Z | DEBG Jul 20 18:50:23.150reset freemapJul 20 18:50:23.150Jul 20 18:50:23.150, INFOunitINFO: adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5647 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5648 | 2026-07-20T18:50:24.705Z | freemap_route_ipv4 |
| 5649 | 2026-07-20T18:50:24.705Z | 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 20 18:50:23.150Jul 20 18:50:23.150 |
| 5650 | 2026-07-20T18:50:24.705Z | 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 } }]DEBGJul 20 18:50:23.150Jul 20 18:50:23.150 |
| 5651 | 2026-07-20T18:50:24.705Z | DEBG initted freemap. size: 64INFO, Jul 20 18:50:23.150 unitreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 :INFO |
| 5652 | 2026-07-20T18:50:24.705Z | freemap_route_ipv6 |
| 5653 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5654 | 2026-07-20T18:50:24.705Z | |
| 5655 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150Jul 20 18:50:23.150 DEBG DEBG DEBGINFO replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }]reset freemap |
| 5656 | 2026-07-20T18:50:24.705Z | |
| 5657 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5658 | 2026-07-20T18:50:24.705Z | , unit: Jul 20 18:50:23.150freemap_route_ipv6Jul 20 18:50:23.150Jul 20 18:50:23.150 |
| 5659 | 2026-07-20T18:50:24.705Z | INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 5660 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:50:23.150 |
| 5661 | 2026-07-20T18:50:24.705Z | 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 } }] |
| 5662 | 2026-07-20T18:50:24.705Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5663 | 2026-07-20T18:50:24.705Z | Jul 20 18:50:23.150Jul 20 18:50:23.150 DEBG Jul 20 18:50:23.150INFO 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 20 18:50:23.150 |
| 5664 | 2026-07-20T18:50:24.705Z | adding route 172.17.0.33/32 -> 10.0.0.255 DEBG |
| 5665 | 2026-07-20T18:50:24.705Z | 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 } }] Jul 20 18:50:23.150replacing 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 } }] |
| 5666 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150 |
| 5667 | 2026-07-20T18:50:24.707Z | INFODEBG adding route 172.17.0.32/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:50:23.150 |
| 5668 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150 |
| 5669 | 2026-07-20T18:50:24.707Z | INFOINFO Jul 20 18:50:23.150adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5670 | 2026-07-20T18:50:24.707Z | |
| 5671 | 2026-07-20T18:50:24.707Z | DEBGJul 20 18:50:23.150 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 20 18:50:23.150INFO |
| 5672 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150 adding route 172.17.0.34/32 -> 10.0.0.255DEBG |
| 5673 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150replacing 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 |
| 5674 | 2026-07-20T18:50:24.707Z | 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 20 18:50:23.150 |
| 5675 | 2026-07-20T18:50:24.707Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5676 | 2026-07-20T18:50:24.707Z | 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 20 18:50:23.150 |
| 5677 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150Jul 20 18:50:23.150 Jul 20 18:50:23.150DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFOINFO |
| 5678 | 2026-07-20T18:50:24.707Z | adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5679 | 2026-07-20T18:50:24.707Z | |
| 5680 | 2026-07-20T18:50:24.707Z | |
| 5681 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150 INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:50:23.150 |
| 5682 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.150 DEBGJul 20 18:50:23.150 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 20 18:50:23.150 |
| 5683 | 2026-07-20T18:50:24.707Z | 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 } }] DEBG |
| 5684 | 2026-07-20T18:50:24.707Z | 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 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 20 18:50:23.150 |
| 5685 | 2026-07-20T18:50:24.707Z | |
| 5686 | 2026-07-20T18:50:24.707Z | INFO Jul 20 18:50:23.150Jul 20 18:50:23.150 Jul 20 18:50:23.150 adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 5687 | 2026-07-20T18:50:24.707Z | INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255 adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5688 | 2026-07-20T18:50:24.707Z | |
| 5689 | 2026-07-20T18:50:24.707Z | adding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:50:23.151 |
| 5690 | 2026-07-20T18:50:24.707Z | 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 } }] |
| 5691 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151 DEBG 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.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 } }] |
| 5692 | 2026-07-20T18:50:24.707Z | |
| 5693 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.151replacing 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 } }] |
| 5694 | 2026-07-20T18:50:24.707Z | INFO Jul 20 18:50:23.151adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5695 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.151INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5696 | 2026-07-20T18:50:24.707Z | Jul 20 18:50:23.151Jul 20 18:50:23.151 INFO INFODEBG adding route 172.17.0.0/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 } }] Jul 20 18:50:23.151 |
| 5697 | 2026-07-20T18:50:24.707Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5698 | 2026-07-20T18:50:24.708Z | |
| 5699 | 2026-07-20T18:50:24.708Z | DEBGJul 20 18:50:23.151 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 20 18:50:23.151Jul 20 18:50:23.151 |
| 5700 | 2026-07-20T18:50:24.708Z | DEBGINFO adding route 172.17.0.38/32 -> 10.0.0.255 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 } }] |
| 5701 | 2026-07-20T18:50:24.708Z | |
| 5702 | 2026-07-20T18:50:24.708Z | 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 20 18:50:23.151 |
| 5703 | 2026-07-20T18:50:24.708Z | Jul 20 18:50:23.151 Jul 20 18:50:23.151DEBGINFO 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.46/32 -> 10.0.0.255 |
| 5704 | 2026-07-20T18:50:24.708Z | Jul 20 18:50:23.151INFO |
| 5705 | 2026-07-20T18:50:24.708Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:50:23.151Jul 20 18:50:23.151 INFO |
| 5706 | 2026-07-20T18:50:24.708Z | DEBG adding route 172.17.0.39/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 } }] |
| 5707 | 2026-07-20T18:50:24.708Z | Jul 20 18:50:23.151 |
| 5708 | 2026-07-20T18:50:24.713Z | |
| 5709 | 2026-07-20T18:50:24.713Z | 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 } }]Jul 20 18:50:23.151Jul 20 18:50:23.151 |
| 5710 | 2026-07-20T18:50:24.713Z | DEBGDEBG Jul 20 18:50:23.151 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.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 20 18:50:23.151 |
| 5711 | 2026-07-20T18:50:24.713Z | |
| 5712 | 2026-07-20T18:50:24.713Z | INFO INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5713 | 2026-07-20T18:50:24.713Z | |
| 5714 | 2026-07-20T18:50:24.713Z | Jul 20 18:50:23.151 INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 20 18:50:23.151 |
| 5715 | 2026-07-20T18:50:24.713Z | Jul 20 18:50:23.151 DEBGJul 20 18:50:23.151 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 } }] Jul 20 18:50:23.151 |
| 5716 | 2026-07-20T18:50:24.713Z | 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 } }] |
| 5717 | 2026-07-20T18:50:24.713Z | DEBG INFOreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5718 | 2026-07-20T18:50:24.713Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5719 | 2026-07-20T18:50:24.713Z | Jul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5720 | 2026-07-20T18:50:24.713Z | |
| 5721 | 2026-07-20T18:50:24.713Z | INFO Jul 20 18:50:23.151adding route 172.17.0.3/32 -> 10.0.0.255 Jul 20 18:50:23.151Jul 20 18:50:23.151DEBG |
| 5722 | 2026-07-20T18:50:24.713Z | 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 } }] |
| 5723 | 2026-07-20T18:50:24.713Z | 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 |
| 5724 | 2026-07-20T18:50:24.713Z | Jul 20 18:50:23.151 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 } }]Jul 20 18:50:23.151DEBGJul 20 18:50:23.151 |
| 5725 | 2026-07-20T18:50:24.713Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5726 | 2026-07-20T18:50:24.713Z | |
| 5727 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.151adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5728 | 2026-07-20T18:50:24.714Z | INFOJul 20 18:50:23.151 Jul 20 18:50:23.151 adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5729 | 2026-07-20T18:50:24.714Z | DEBGJul 20 18:50:23.151 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 } }]DEBGINFO |
| 5730 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5731 | 2026-07-20T18:50:24.714Z | adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:50:23.151 |
| 5732 | 2026-07-20T18:50:24.714Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255Jul 20 18:50:23.151Jul 20 18:50:23.151Jul 20 18:50:23.151 |
| 5733 | 2026-07-20T18:50:24.714Z | INFO 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 } }]Jul 20 18:50:23.151adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5734 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5735 | 2026-07-20T18:50:24.714Z | |
| 5736 | 2026-07-20T18:50:24.714Z | DEBG Jul 20 18:50:23.151replacing 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 } }] |
| 5737 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.151Jul 20 18:50:23.151 INFO DEBGJul 20 18:50:23.151adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5738 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5739 | 2026-07-20T18:50:24.714Z | INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 5740 | 2026-07-20T18:50:24.714Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5741 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158Jul 20 18:50:23.158 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5742 | 2026-07-20T18:50:24.714Z | |
| 5743 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5744 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 Jul 20 18:50:23.158INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 5745 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5746 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 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 } }] |
| 5747 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.151Jul 20 18:50:23.158Jul 20 18:50:23.158 INFOINFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255 |
| 5748 | 2026-07-20T18:50:24.714Z | adding route 172.17.0.45/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 } }] |
| 5749 | 2026-07-20T18:50:24.714Z | |
| 5750 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 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 } }]Jul 20 18:50:23.158 |
| 5751 | 2026-07-20T18:50:24.714Z | INFO Jul 20 18:50:23.158adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5752 | 2026-07-20T18:50:24.714Z | DEBGJul 20 18:50:23.158 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 } }] |
| 5753 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5754 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5755 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 INFOJul 20 18:50:23.158 adding route 172.17.0.46/32 -> 10.0.0.255INFO |
| 5756 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5757 | 2026-07-20T18:50:24.714Z | 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 20 18:50:23.158 |
| 5758 | 2026-07-20T18:50:24.714Z | DEBG Jul 20 18:50:23.158replacing 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 20 18:50:23.158 |
| 5759 | 2026-07-20T18:50:24.714Z | INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5760 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 |
| 5761 | 2026-07-20T18:50:24.714Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255Jul 20 18:50:23.158 |
| 5762 | 2026-07-20T18:50:24.714Z | 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 } }] |
| 5763 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 DEBGJul 20 18:50:23.158 Jul 20 18:50:23.158 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 |
| 5764 | 2026-07-20T18:50:24.714Z | INFOadding route 172.17.0.8/32 -> 10.0.0.255 adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5765 | 2026-07-20T18:50:24.714Z | |
| 5766 | 2026-07-20T18:50:24.714Z | Jul 20 18:50:23.158 INFOJul 20 18:50:23.158 adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 5767 | 2026-07-20T18:50:24.715Z | replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5768 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 Jul 20 18:50:23.158DEBG Jul 20 18:50:23.158DEBG 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 } }] |
| 5769 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.56/32 -> 10.0.0.255replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5770 | 2026-07-20T18:50:24.715Z | |
| 5771 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158Jul 20 18:50:23.158 INFODEBG adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:50:23.158 |
| 5772 | 2026-07-20T18:50:24.715Z | 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 |
| 5773 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5774 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 DEBGJul 20 18:50:23.158 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 20 18:50:23.158 |
| 5775 | 2026-07-20T18:50:24.715Z | INFO DEBGadding route 172.17.0.57/32 -> 10.0.0.255 |
| 5776 | 2026-07-20T18:50:24.715Z | 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 } }] |
| 5777 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 INFO Jul 20 18:50:23.158adding route 172.17.0.10/32 -> 10.0.0.255 |
| 5778 | 2026-07-20T18:50:24.715Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5779 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158Jul 20 18:50:23.158 DEBGDEBGJul 20 18:50:23.158 DEBGreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5780 | 2026-07-20T18:50:24.715Z | 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 } }] |
| 5781 | 2026-07-20T18:50:24.715Z | |
| 5782 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 Jul 20 18:50:23.158INFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 |
| 5783 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5784 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 INFOJul 20 18:50:23.158 Jul 20 18:50:23.158 adding route 172.17.0.11/32 -> 10.0.0.255 DEBG |
| 5785 | 2026-07-20T18:50:24.715Z | DEBGreplacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5786 | 2026-07-20T18:50:24.715Z | 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 } }] |
| 5787 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 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 20 18:50:23.158 |
| 5788 | 2026-07-20T18:50:24.715Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255Jul 20 18:50:23.158 |
| 5789 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158INFO INFOadding route 172.17.0.59/32 -> 10.0.0.255 Jul 20 18:50:23.158 |
| 5790 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 5791 | 2026-07-20T18:50:24.715Z | 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 } }] |
| 5792 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158 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 20 18:50:23.158 |
| 5793 | 2026-07-20T18:50:24.715Z | INFO Jul 20 18:50:23.158adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5794 | 2026-07-20T18:50:24.715Z | DEBGJul 20 18:50:23.158 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 |
| 5795 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:50:23.158 |
| 5796 | 2026-07-20T18:50:24.715Z | DEBGJul 20 18:50:23.158 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 |
| 5797 | 2026-07-20T18:50:24.715Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5798 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.158Jul 20 18:50:23.158 Jul 20 18:50:23.158 INFO DEBGDEBGadding route 172.17.0.54/32 -> 10.0.0.255 |
| 5799 | 2026-07-20T18:50:24.715Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5800 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.165 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 } }] |
| 5801 | 2026-07-20T18:50:24.715Z | |
| 5802 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.165Jul 20 18:50:23.165 INFOINFO Jul 20 18:50:23.165adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5803 | 2026-07-20T18:50:24.715Z | |
| 5804 | 2026-07-20T18:50:24.715Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 5805 | 2026-07-20T18:50:24.715Z | Jul 20 18:50:23.165 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 20 18:50:23.165 |
| 5806 | 2026-07-20T18:50:24.716Z | DEBG Jul 20 18:50:23.165replacing 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 } }] |
| 5807 | 2026-07-20T18:50:24.716Z | DEBGJul 20 18:50:23.165 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5808 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.165adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5809 | 2026-07-20T18:50:24.720Z | INFO Jul 20 18:50:23.165adding route 172.17.0.62/32 -> 10.0.0.255 |
| 5810 | 2026-07-20T18:50:24.720Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5811 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166DEBG Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5812 | 2026-07-20T18:50:24.720Z | |
| 5813 | 2026-07-20T18:50:24.720Z | |
| 5814 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.16/32 -> 10.0.0.255failed to allocate space for the new target listJul 20 18:50:23.166 |
| 5815 | 2026-07-20T18:50:24.720Z | |
| 5816 | 2026-07-20T18:50:24.720Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:50:23.166 |
| 5817 | 2026-07-20T18:50:24.720Z | DEBGJul 20 18:50:23.166 Jul 20 18:50:23.166DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 5818 | 2026-07-20T18:50:24.720Z | DEBG |
| 5819 | 2026-07-20T18:50:24.720Z | 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 } }] |
| 5820 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166 INFOJul 20 18:50:23.166 adding route 172.17.0.17/32 -> 10.0.0.255INFO |
| 5821 | 2026-07-20T18:50:24.720Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5822 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166 DEBGDEBG 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.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5823 | 2026-07-20T18:50:24.720Z | |
| 5824 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5825 | 2026-07-20T18:50:24.720Z | |
| 5826 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166 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 20 18:50:23.166 |
| 5827 | 2026-07-20T18:50:24.720Z | 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 20 18:50:23.166 |
| 5828 | 2026-07-20T18:50:24.720Z | INFOJul 20 18:50:23.166 adding route 172.17.0.19/32 -> 10.0.0.255Jul 20 18:50:23.166INFO |
| 5829 | 2026-07-20T18:50:24.720Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 5830 | 2026-07-20T18:50:24.720Z | adding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:50:23.166 |
| 5831 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166DEBG 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 } }] Jul 20 18:50:23.166replacing 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 } }] |
| 5832 | 2026-07-20T18:50:24.720Z | |
| 5833 | 2026-07-20T18:50:24.720Z | 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 20 18:50:23.166 |
| 5834 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:50:23.166adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5835 | 2026-07-20T18:50:24.720Z | |
| 5836 | 2026-07-20T18:50:24.720Z | DEBG failed to allocate space for the new target list |
| 5837 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBGJul 20 18:50:23.166 DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5838 | 2026-07-20T18:50:24.720Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5839 | 2026-07-20T18:50:24.720Z | |
| 5840 | 2026-07-20T18:50:24.720Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5841 | 2026-07-20T18:50:24.720Z | |
| 5842 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 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.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 } }] |
| 5843 | 2026-07-20T18:50:24.721Z | |
| 5844 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5845 | 2026-07-20T18:50:24.721Z | |
| 5846 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5847 | 2026-07-20T18:50:24.721Z | |
| 5848 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:50:23.166 |
| 5849 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.23/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 } }] |
| 5850 | 2026-07-20T18:50:24.721Z | |
| 5851 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5852 | 2026-07-20T18:50:24.721Z | |
| 5853 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 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.24/32 -> 10.0.0.255 |
| 5854 | 2026-07-20T18:50:24.721Z | |
| 5855 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.48/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 } }] |
| 5856 | 2026-07-20T18:50:24.721Z | |
| 5857 | 2026-07-20T18:50:24.721Z | test route::tests::delete_target_full ... ok |
| 5858 | 2026-07-20T18:50:24.721Z | test route::tests::delete_targets_full ... ok |
| 5859 | 2026-07-20T18:50:24.721Z | test route::tests::delete_target_fragmented ... ok |
| 5860 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5861 | 2026-07-20T18:50:24.721Z | |
| 5862 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.49/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 } }] |
| 5863 | 2026-07-20T18:50:24.721Z | |
| 5864 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO 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.26/32 -> 10.0.0.255 |
| 5865 | 2026-07-20T18:50:24.721Z | |
| 5866 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFODEBG 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 } }] |
| 5867 | 2026-07-20T18:50:24.721Z | |
| 5868 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5869 | 2026-07-20T18:50:24.721Z | |
| 5870 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5871 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 DEBG |
| 5872 | 2026-07-20T18:50:24.721Z | 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 } }] |
| 5873 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 INFOJul 20 18:50:23.166 adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5874 | 2026-07-20T18:50:24.721Z | adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5875 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166DEBG 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 } }] |
| 5876 | 2026-07-20T18:50:24.721Z | 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 } }] |
| 5877 | 2026-07-20T18:50:24.721Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.29/32 -> 10.0.0.255 |
| 5878 | 2026-07-20T18:50:24.721Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5879 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5880 | 2026-07-20T18:50:24.722Z | 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 } }] |
| 5881 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.30/32 -> 10.0.0.255 |
| 5882 | 2026-07-20T18:50:24.722Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5883 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166DEBG 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 } }] |
| 5884 | 2026-07-20T18:50:24.722Z | 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 } }] |
| 5885 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166 Jul 20 18:50:23.166INFO INFOadding route 172.17.0.31/32 -> 10.0.0.255 |
| 5886 | 2026-07-20T18:50:24.722Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5887 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 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 } }] |
| 5888 | 2026-07-20T18:50:24.722Z | |
| 5889 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5890 | 2026-07-20T18:50:24.722Z | |
| 5891 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 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.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 } }] |
| 5892 | 2026-07-20T18:50:24.722Z | |
| 5893 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5894 | 2026-07-20T18:50:24.722Z | |
| 5895 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5896 | 2026-07-20T18:50:24.722Z | |
| 5897 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.58/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5898 | 2026-07-20T18:50:24.722Z | |
| 5899 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5900 | 2026-07-20T18:50:24.722Z | |
| 5901 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.59/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5902 | 2026-07-20T18:50:24.722Z | |
| 5903 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5904 | 2026-07-20T18:50:24.722Z | |
| 5905 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 INFOINFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5906 | 2026-07-20T18:50:24.722Z | |
| 5907 | 2026-07-20T18:50:24.722Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5908 | 2026-07-20T18:50:24.726Z | |
| 5909 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGINFO failed to allocate space for the new target listadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5910 | 2026-07-20T18:50:24.726Z | |
| 5911 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166Jul 20 18:50:23.166 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5912 | 2026-07-20T18:50:24.726Z | |
| 5913 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5914 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166 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 } }] |
| 5915 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5916 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.166 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 } }] |
| 5917 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5918 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 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 } }] |
| 5919 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5920 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 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 } }] |
| 5921 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5922 | 2026-07-20T18:50:24.726Z | Jul 20 18:50:23.239 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 } }] |
| 5923 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5924 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5925 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5926 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5927 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5928 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5929 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5930 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5931 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5932 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5933 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5934 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5935 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5936 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5937 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5938 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5939 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5940 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5941 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5942 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5943 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5944 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5945 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5946 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5947 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5948 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5949 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5950 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5951 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5952 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 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 } }] |
| 5953 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5954 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5955 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5956 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5957 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5958 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5959 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 DEBG failed to allocate space for the new target list |
| 5960 | 2026-07-20T18:50:24.727Z | Jul 20 18:50:23.239 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5961 | 2026-07-20T18:50:24.727Z | test route::tests::delete_targets_fragmented ... ok |
| 5962 | 2026-07-20T18:50:24.727Z | |
| 5963 | 2026-07-20T18:50:24.728Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s |
| 5964 | 2026-07-20T18:50:24.728Z | |
| 5965 | 2026-07-20T18:50:24.728Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-d321c30bfdaebeca) |
| 5966 | 2026-07-20T18:50:24.728Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8) |
| 5967 | 2026-07-20T18:50:24.728Z | |
| 5968 | 2026-07-20T18:50:24.728Z | running 0 tests |
| 5969 | 2026-07-20T18:50:24.728Z | |
| 5970 | 2026-07-20T18:50:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5971 | 2026-07-20T18:50:24.728Z | |
| 5972 | 2026-07-20T18:50:24.728Z | |
| 5973 | 2026-07-20T18:50:24.728Z | running 0 tests |
| 5974 | 2026-07-20T18:50:24.728Z | |
| 5975 | 2026-07-20T18:50:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5976 | 2026-07-20T18:50:24.728Z | |
| 5977 | 2026-07-20T18:50:24.728Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-43a94576e20d1d8f) |
| 5978 | 2026-07-20T18:50:24.728Z | |
| 5979 | 2026-07-20T18:50:24.728Z | running 6 tests |
| 5980 | 2026-07-20T18:50:24.728Z | test tests::test_parse_client_port_id ... ok |
| 5981 | 2026-07-20T18:50:24.728Z | test tests::test_port_id_cmp ... ok |
| 5982 | 2026-07-20T18:50:24.728Z | test tests::test_full_lot_id_both_present ... ok |
| 5983 | 2026-07-20T18:50:24.728Z | test tests::test_full_lot_id_lot_only ... ok |
| 5984 | 2026-07-20T18:50:24.728Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 5985 | 2026-07-20T18:50:24.728Z | test tests::test_full_lot_id_neither_present ... ok |
| 5986 | 2026-07-20T18:50:24.728Z | |
| 5987 | 2026-07-20T18:50:24.728Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5988 | 2026-07-20T18:50:24.728Z | |
| 5989 | 2026-07-20T18:50:24.728Z | Running tests/test_all.rs (target/debug/deps/test_all-d7a79c82098892c7) |
| 5990 | 2026-07-20T18:50:24.728Z | |
| 5991 | 2026-07-20T18:50:24.728Z | running 0 tests |
| 5992 | 2026-07-20T18:50:24.728Z | |
| 5993 | 2026-07-20T18:50:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 5994 | 2026-07-20T18:50:24.728Z | |
| 5995 | 2026-07-20T18:50:24.728Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98) |
| 5996 | 2026-07-20T18:50:24.728Z | |
| 5997 | 2026-07-20T18:50:24.728Z | running 0 tests |
| 5998 | 2026-07-20T18:50:24.728Z | |
| 5999 | 2026-07-20T18:50:24.728Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6000 | 2026-07-20T18:50:24.728Z | |
| 6001 | 2026-07-20T18:50:24.728Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a) |
| 6002 | 2026-07-20T18:50:24.729Z | |
| 6003 | 2026-07-20T18:50:24.729Z | running 0 tests |
| 6004 | 2026-07-20T18:50:24.729Z | |
| 6005 | 2026-07-20T18:50:24.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6006 | 2026-07-20T18:50:24.729Z | |
| 6007 | 2026-07-20T18:50:24.729Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 6008 | 2026-07-20T18:50:24.733Z | |
| 6009 | 2026-07-20T18:50:24.733Z | running 12 tests |
| 6010 | 2026-07-20T18:50:24.733Z | test icmp::test_v4_checksum ... ok |
| 6011 | 2026-07-20T18:50:24.733Z | test lldp::test_lldp_parse ... ok |
| 6012 | 2026-07-20T18:50:24.733Z | test icmp::test_v6_checksum ... ok |
| 6013 | 2026-07-20T18:50:24.733Z | test pbuf::test_overflow ... ok |
| 6014 | 2026-07-20T18:50:24.733Z | test pbuf::test_byte ... ok |
| 6015 | 2026-07-20T18:50:24.733Z | test pbuf::test_nibble ... ok |
| 6016 | 2026-07-20T18:50:24.733Z | test ipv6::test_ipv6_parse ... ok |
| 6017 | 2026-07-20T18:50:24.733Z | test pbuf::test_short ... ok |
| 6018 | 2026-07-20T18:50:24.733Z | test pbuf::test_word ... ok |
| 6019 | 2026-07-20T18:50:24.733Z | test pbuf::test_twelve ... ok |
| 6020 | 2026-07-20T18:50:24.733Z | test tcp::test_checksum_ack_data ... ok |
| 6021 | 2026-07-20T18:50:24.733Z | test tcp::test_checksum_syn_nodata ... ok |
| 6022 | 2026-07-20T18:50:24.733Z | |
| 6023 | 2026-07-20T18:50:24.733Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6024 | 2026-07-20T18:50:24.733Z | |
| 6025 | 2026-07-20T18:50:24.733Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6026 | 2026-07-20T18:50:24.733Z | |
| 6027 | 2026-07-20T18:50:24.733Z | running 0 tests |
| 6028 | 2026-07-20T18:50:24.733Z | |
| 6029 | 2026-07-20T18:50:24.733Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6030 | 2026-07-20T18:50:24.733Z | |
| 6031 | 2026-07-20T18:50:24.733Z | Running unittests src/main.rs (target/debug/deps/swadm-518ca5f382c53b54) |
| 6032 | 2026-07-20T18:50:24.733Z | |
| 6033 | 2026-07-20T18:50:24.733Z | running 5 tests |
| 6034 | 2026-07-20T18:50:24.733Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6035 | 2026-07-20T18:50:24.733Z | State: Activated Activated Activated Activated |
| 6036 | 2026-07-20T18:50:24.733Z | Rx Output Enabled: false false false false |
| 6037 | 2026-07-20T18:50:24.733Z | Rx Output Status: valid valid valid valid |
| 6038 | 2026-07-20T18:50:24.733Z | Rx Loss-of-lock: true true true true |
| 6039 | 2026-07-20T18:50:24.733Z | Rx Loss-of-signal: false false false false |
| 6040 | 2026-07-20T18:50:24.733Z | Rx Auto-squelch Disable: true true true true |
| 6041 | 2026-07-20T18:50:24.733Z | Tx Output Enabled: true true true true |
| 6042 | 2026-07-20T18:50:24.733Z | Tx Output Status: invalid invalid invalid invalid |
| 6043 | 2026-07-20T18:50:24.733Z | Tx Loss-of-lock: false false false false |
| 6044 | 2026-07-20T18:50:24.733Z | Tx Loss-of-signal: true true true true |
| 6045 | 2026-07-20T18:50:24.733Z | Tx Auto-squelch Disable: false false false false |
| 6046 | 2026-07-20T18:50:24.734Z | Tx Adaptive EQ Fail: true true true true |
| 6047 | 2026-07-20T18:50:24.734Z | Tx Failure: false false false false |
| 6048 | 2026-07-20T18:50:24.734Z | Tx Force Squelch: true true true true |
| 6049 | 2026-07-20T18:50:24.734Z | Tx Input Polarity: normal normal normal normal |
| 6050 | 2026-07-20T18:50:24.734Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 6051 | 2026-07-20T18:50:24.734Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 6052 | 2026-07-20T18:50:24.734Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 6053 | 2026-07-20T18:50:24.734Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 6054 | 2026-07-20T18:50:24.734Z | Tx Enabled: Yes Yes Yes Yes |
| 6055 | 2026-07-20T18:50:24.734Z | Tx Loss-of-lock: No No No No |
| 6056 | 2026-07-20T18:50:24.734Z | Tx Loss-of-signal: No No No No |
| 6057 | 2026-07-20T18:50:24.734Z | Tx CDR Enabled: No No No No |
| 6058 | 2026-07-20T18:50:24.734Z | Tx Adaptive EQ Fault: No No No No |
| 6059 | 2026-07-20T18:50:24.734Z | Tx Fault: Yes Yes Yes Yes |
| 6060 | 2026-07-20T18:50:24.734Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6061 | 2026-07-20T18:50:24.734Z | test switchport::test::test_compute_lanes ... ok |
| 6062 | 2026-07-20T18:50:24.734Z | test switchport::test::test_print_sff_datapath ... ok |
| 6063 | 2026-07-20T18:50:24.734Z | test switchport::test::port_id_ordering ... ok |
| 6064 | 2026-07-20T18:50:24.734Z | test link::test_filter ... ok |
| 6065 | 2026-07-20T18:50:24.734Z | |
| 6066 | 2026-07-20T18:50:24.734Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6067 | 2026-07-20T18:50:24.734Z | |
| 6068 | 2026-07-20T18:50:24.734Z | Running tests/counters.rs (target/debug/deps/counters-7f136c3044d7344a) |
| 6069 | 2026-07-20T18:50:24.734Z | |
| 6070 | 2026-07-20T18:50:24.734Z | running 1 test |
| 6071 | 2026-07-20T18:50:24.734Z | test test_p4_counter_list ... ignored |
| 6072 | 2026-07-20T18:50:24.734Z | |
| 6073 | 2026-07-20T18:50:24.734Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6074 | 2026-07-20T18:50:24.734Z | |
| 6075 | 2026-07-20T18:50:24.734Z | Running tests/port-link.rs (target/debug/deps/port_link-b92f3df522d3b414) |
| 6076 | 2026-07-20T18:50:24.738Z | |
| 6077 | 2026-07-20T18:50:24.738Z | running 5 tests |
| 6078 | 2026-07-20T18:50:24.738Z | test test_an ... ignored |
| 6079 | 2026-07-20T18:50:24.738Z | test test_enable ... ignored |
| 6080 | 2026-07-20T18:50:24.738Z | test test_ip_addresses ... ignored |
| 6081 | 2026-07-20T18:50:24.738Z | test test_kr ... ignored |
| 6082 | 2026-07-20T18:50:24.738Z | test test_mac ... ignored |
| 6083 | 2026-07-20T18:50:24.738Z | |
| 6084 | 2026-07-20T18:50:24.738Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6085 | 2026-07-20T18:50:24.738Z | |
| 6086 | 2026-07-20T18:50:24.738Z | Running unittests src/main.rs (target/debug/deps/tfportd-1d5c3b46e18c14f4) |
| 6087 | 2026-07-20T18:50:24.738Z | |
| 6088 | 2026-07-20T18:50:24.738Z | running 3 tests |
| 6089 | 2026-07-20T18:50:24.738Z | test linklocal::test_parse_ipadm ... ok |
| 6090 | 2026-07-20T18:50:24.738Z | test config::tests::test_updates ... ok |
| 6091 | 2026-07-20T18:50:24.738Z | test tfport::test_parse_tfport ... ok |
| 6092 | 2026-07-20T18:50:24.738Z | |
| 6093 | 2026-07-20T18:50:24.738Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6094 | 2026-07-20T18:50:24.738Z | |
| 6095 | 2026-07-20T18:50:24.738Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 6096 | 2026-07-20T18:50:24.742Z | |
| 6097 | 2026-07-20T18:50:24.742Z | running 0 tests |
| 6098 | 2026-07-20T18:50:24.742Z | |
| 6099 | 2026-07-20T18:50:24.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6100 | 2026-07-20T18:50:24.742Z | |
| 6101 | 2026-07-20T18:50:24.742Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6102 | 2026-07-20T18:50:24.742Z | |
| 6103 | 2026-07-20T18:50:24.742Z | running 0 tests |
| 6104 | 2026-07-20T18:50:24.742Z | |
| 6105 | 2026-07-20T18:50:24.742Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6106 | 2026-07-20T18:50:24.742Z | |
| 6107 | 2026-07-20T18:50:24.742Z | Doc-tests aal |
| 6108 | 2026-07-20T18:50:24.869Z | |
| 6109 | 2026-07-20T18:50:24.869Z | running 0 tests |
| 6110 | 2026-07-20T18:50:24.869Z | |
| 6111 | 2026-07-20T18:50:24.869Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6112 | 2026-07-20T18:50:24.869Z | |
| 6113 | 2026-07-20T18:50:24.886Z | Doc-tests aal_macros |
| 6114 | 2026-07-20T18:50:24.955Z | |
| 6115 | 2026-07-20T18:50:24.955Z | running 0 tests |
| 6116 | 2026-07-20T18:50:24.955Z | |
| 6117 | 2026-07-20T18:50:24.955Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6118 | 2026-07-20T18:50:24.955Z | |
| 6119 | 2026-07-20T18:50:24.967Z | Doc-tests common |
| 6120 | 2026-07-20T18:50:25.205Z | |
| 6121 | 2026-07-20T18:50:25.205Z | running 0 tests |
| 6122 | 2026-07-20T18:50:25.205Z | |
| 6123 | 2026-07-20T18:50:25.205Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6124 | 2026-07-20T18:50:25.205Z | |
| 6125 | 2026-07-20T18:50:25.228Z | Doc-tests dpd_api |
| 6126 | 2026-07-20T18:50:25.980Z | |
| 6127 | 2026-07-20T18:50:25.980Z | running 2 tests |
| 6128 | 2026-07-20T18:50:25.980Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 6129 | 2026-07-20T18:50:25.980Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 6130 | 2026-07-20T18:50:25.980Z | |
| 6131 | 2026-07-20T18:50:25.980Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6132 | 2026-07-20T18:50:25.980Z | |
| 6133 | 2026-07-20T18:50:26.014Z | Doc-tests dpd_client |
| 6134 | 2026-07-20T18:50:27.317Z | |
| 6135 | 2026-07-20T18:50:27.317Z | running 0 tests |
| 6136 | 2026-07-20T18:50:27.317Z | |
| 6137 | 2026-07-20T18:50:27.317Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6138 | 2026-07-20T18:50:27.317Z | |
| 6139 | 2026-07-20T18:50:27.367Z | Doc-tests dpd_types |
| 6140 | 2026-07-20T18:50:27.585Z | |
| 6141 | 2026-07-20T18:50:27.585Z | running 0 tests |
| 6142 | 2026-07-20T18:50:27.585Z | |
| 6143 | 2026-07-20T18:50:27.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6144 | 2026-07-20T18:50:27.585Z | |
| 6145 | 2026-07-20T18:50:27.613Z | Doc-tests dpd_types_versions |
| 6146 | 2026-07-20T18:50:28.832Z | |
| 6147 | 2026-07-20T18:50:28.832Z | running 1 test |
| 6148 | 2026-07-20T18:50:28.832Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6149 | 2026-07-20T18:50:28.832Z | |
| 6150 | 2026-07-20T18:50:28.832Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6151 | 2026-07-20T18:50:28.832Z | |
| 6152 | 2026-07-20T18:50:28.878Z | Doc-tests packet |
| 6153 | 2026-07-20T18:50:28.993Z | |
| 6154 | 2026-07-20T18:50:28.993Z | running 0 tests |
| 6155 | 2026-07-20T18:50:28.993Z | |
| 6156 | 2026-07-20T18:50:28.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6157 | 2026-07-20T18:50:28.993Z | |
| 6158 | 2026-07-20T18:50:29.010Z | Doc-tests pcap |
| 6159 | 2026-07-20T18:50:29.062Z | |
| 6160 | 2026-07-20T18:50:29.062Z | running 0 tests |
| 6161 | 2026-07-20T18:50:29.062Z | |
| 6162 | 2026-07-20T18:50:29.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6163 | 2026-07-20T18:50:29.063Z | |
| 6164 | 2026-07-20T18:50:29.110Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6165 | 2026-07-20T18:50:29.110Z | + RUST_BACKTRACE=full |
| 6166 | 2026-07-20T18:50:29.110Z | + cargo test --features softnpu --no-fail-fast |
| 6167 | 2026-07-20T18:50:29.766Z | Compiling num-integer v0.1.46 |
| 6168 | 2026-07-20T18:50:29.852Z | Compiling num-complex v0.4.6 |
| 6169 | 2026-07-20T18:50:29.897Z | Compiling bitstruct_derive v0.1.0 |
| 6170 | 2026-07-20T18:50:29.900Z | Compiling tap v1.0.1 |
| 6171 | 2026-07-20T18:50:30.024Z | Compiling wyz v0.5.1 |
| 6172 | 2026-07-20T18:50:30.145Z | Compiling num-rational v0.4.2 |
| 6173 | 2026-07-20T18:50:30.179Z | Compiling num-iter v0.1.45 |
| 6174 | 2026-07-20T18:50:30.198Z | Compiling num-bigint v0.4.6 |
| 6175 | 2026-07-20T18:50:30.287Z | Compiling radium v0.7.0 |
| 6176 | 2026-07-20T18:50:30.299Z | Compiling funty v2.0.0 |
| 6177 | 2026-07-20T18:50:30.343Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6178 | 2026-07-20T18:50:30.385Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6179 | 2026-07-20T18:50:30.490Z | Compiling num v0.4.3 |
| 6180 | 2026-07-20T18:50:30.575Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6181 | 2026-07-20T18:50:30.588Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6182 | 2026-07-20T18:50:30.601Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6183 | 2026-07-20T18:50:30.653Z | Compiling bitvec v1.0.1 |
| 6184 | 2026-07-20T18:50:30.721Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6185 | 2026-07-20T18:50:30.860Z | Compiling typeid v1.0.3 |
| 6186 | 2026-07-20T18:50:30.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6187 | 2026-07-20T18:50:30.971Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6188 | 2026-07-20T18:50:30.982Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6189 | 2026-07-20T18:50:31.019Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6190 | 2026-07-20T18:50:31.562Z | Compiling ascii v1.1.0 |
| 6191 | 2026-07-20T18:50:31.744Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6192 | 2026-07-20T18:50:31.842Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6193 | 2026-07-20T18:50:31.914Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6194 | 2026-07-20T18:50:32.010Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6195 | 2026-07-20T18:50:32.117Z | Compiling erased-serde v0.4.8 |
| 6196 | 2026-07-20T18:50:32.259Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6197 | 2026-07-20T18:50:32.279Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6198 | 2026-07-20T18:50:32.323Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6199 | 2026-07-20T18:50:32.615Z | Compiling bitstruct v0.1.1 |
| 6200 | 2026-07-20T18:50:32.722Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6201 | 2026-07-20T18:50:32.956Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6202 | 2026-07-20T18:50:33.004Z | Compiling serde_arrays v0.1.0 |
| 6203 | 2026-07-20T18:50:33.135Z | Compiling libloading v0.7.4 |
| 6204 | 2026-07-20T18:50:33.369Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6205 | 2026-07-20T18:50:33.821Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6206 | 2026-07-20T18:50:33.931Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6207 | 2026-07-20T18:50:33.975Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6208 | 2026-07-20T18:50:35.065Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6209 | 2026-07-20T18:50:36.022Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6210 | 2026-07-20T18:50:41.899Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6211 | 2026-07-20T18:50:42.128Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6212 | 2026-07-20T18:50:42.218Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6213 | 2026-07-20T18:50:42.308Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6214 | 2026-07-20T18:50:42.372Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6215 | 2026-07-20T18:50:42.770Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 6216 | 2026-07-20T18:50:44.383Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6217 | 2026-07-20T18:50:44.834Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6218 | 2026-07-20T18:50:47.416Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 6219 | 2026-07-20T18:50:48.043Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 6220 | 2026-07-20T18:50:49.530Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6221 | 2026-07-20T18:50:51.644Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6222 | 2026-07-20T18:50:52.560Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6223 | 2026-07-20T18:50:52.889Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 6224 | 2026-07-20T18:50:59.823Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6225 | 2026-07-20T18:51:01.718Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6226 | 2026-07-20T18:51:05.520Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6227 | 2026-07-20T18:51:46.933Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 17s |
| 6228 | 2026-07-20T18:51:47.055Z | Running unittests src/lib.rs (target/debug/deps/aal-a8d0db4e36680448) |
| 6229 | 2026-07-20T18:51:47.059Z | |
| 6230 | 2026-07-20T18:51:47.059Z | running 5 tests |
| 6231 | 2026-07-20T18:51:47.059Z | test fuse::tests::chip_revision_a0 ... ok |
| 6232 | 2026-07-20T18:51:47.059Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 6233 | 2026-07-20T18:51:47.059Z | test fuse::tests::chip_revision_b0 ... ok |
| 6234 | 2026-07-20T18:51:47.059Z | test fuse::tests::chip_revision_b1 ... ok |
| 6235 | 2026-07-20T18:51:47.059Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 6236 | 2026-07-20T18:51:47.060Z | |
| 6237 | 2026-07-20T18:51:47.060Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6238 | 2026-07-20T18:51:47.060Z | |
| 6239 | 2026-07-20T18:51:47.060Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6240 | 2026-07-20T18:51:47.063Z | |
| 6241 | 2026-07-20T18:51:47.063Z | running 0 tests |
| 6242 | 2026-07-20T18:51:47.063Z | |
| 6243 | 2026-07-20T18:51:47.063Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6244 | 2026-07-20T18:51:47.063Z | |
| 6245 | 2026-07-20T18:51:47.063Z | Running unittests src/lib.rs (target/debug/deps/asic-f76135edc24d21b8) |
| 6246 | 2026-07-20T18:51:47.067Z | |
| 6247 | 2026-07-20T18:51:47.067Z | running 0 tests |
| 6248 | 2026-07-20T18:51:47.067Z | |
| 6249 | 2026-07-20T18:51:47.067Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6250 | 2026-07-20T18:51:47.067Z | |
| 6251 | 2026-07-20T18:51:47.067Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 6252 | 2026-07-20T18:51:47.071Z | |
| 6253 | 2026-07-20T18:51:47.071Z | running 11 tests |
| 6254 | 2026-07-20T18:51:47.074Z | test nat::tests::test_vni ... ok |
| 6255 | 2026-07-20T18:51:47.074Z | test network::tests::test_equal ... ok |
| 6256 | 2026-07-20T18:51:47.074Z | test network::tests::test_eui64 ... ok |
| 6257 | 2026-07-20T18:51:47.074Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6258 | 2026-07-20T18:51:47.074Z | test network::tests::test_not_equal ... ok |
| 6259 | 2026-07-20T18:51:47.074Z | test network::tests::test_into ... ok |
| 6260 | 2026-07-20T18:51:47.074Z | test network::tests::test_parse ... ok |
| 6261 | 2026-07-20T18:51:47.074Z | test network::tests::test_to_string ... ok |
| 6262 | 2026-07-20T18:51:47.075Z | test ports::tests::port_ids_are_ascii ... ok |
| 6263 | 2026-07-20T18:51:47.077Z | test test_purge ... ok |
| 6264 | 2026-07-20T18:51:47.078Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6265 | 2026-07-20T18:51:47.078Z | |
| 6266 | 2026-07-20T18:51:47.078Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6267 | 2026-07-20T18:51:47.078Z | |
| 6268 | 2026-07-20T18:51:47.081Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-f38933af422e6bab) |
| 6269 | 2026-07-20T18:51:47.085Z | |
| 6270 | 2026-07-20T18:51:47.085Z | running 1 test |
| 6271 | 2026-07-20T18:51:47.090Z | ------- |
| 6272 | 2026-07-20T18:51:47.090Z | Generating OpenAPI documents from API definitions ... |
| 6273 | 2026-07-20T18:51:47.229Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6274 | 2026-07-20T18:51:47.296Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6275 | 2026-07-20T18:51:48.330Z | ------- |
| 6276 | 2026-07-20T18:51:48.330Z | Checking 12 OpenAPI documents... |
| 6277 | 2026-07-20T18:51:48.330Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6278 | 2026-07-20T18:51:48.330Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6279 | 2026-07-20T18:51:48.331Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6280 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6281 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6282 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6283 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6284 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6285 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6286 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6287 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6288 | 2026-07-20T18:51:48.334Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6289 | 2026-07-20T18:51:48.334Z | Fresh dpd "latest" symlink |
| 6290 | 2026-07-20T18:51:48.334Z | ------- |
| 6291 | 2026-07-20T18:51:48.334Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 6292 | 2026-07-20T18:51:48.398Z | test test::test_apis_up_to_date ... ok |
| 6293 | 2026-07-20T18:51:48.398Z | |
| 6294 | 2026-07-20T18:51:48.398Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.31s |
| 6295 | 2026-07-20T18:51:48.398Z | |
| 6296 | 2026-07-20T18:51:48.457Z | Running unittests src/main.rs (target/debug/deps/dpd-890b7e62da59521f) |
| 6297 | 2026-07-20T18:51:48.463Z | |
| 6298 | 2026-07-20T18:51:48.463Z | running 34 tests |
| 6299 | 2026-07-20T18:51:48.466Z | test freemap::test_ordering ... ok |
| 6300 | 2026-07-20T18:51:48.466Z | test config::tests::test_updates ... ok |
| 6301 | 2026-07-20T18:51:48.466Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6302 | 2026-07-20T18:51:48.466Z | test freemap::test_split ... ok |
| 6303 | 2026-07-20T18:51:48.469Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6304 | 2026-07-20T18:51:48.469Z | test macaddrs::tests::test_mac_offset ... ok |
| 6305 | 2026-07-20T18:51:48.469Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6306 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test |
| 6307 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG initted freemap. size: 128, unit: freemap_test |
| 6308 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test |
| 6309 | 2026-07-20T18:51:48.469Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6310 | 2026-07-20T18:51:48.469Z | test nat::test_mapping ... ok |
| 6311 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG Jul 20 18:51:47.019created new freemap , DEBGunit :created new freemap freemap_test, |
| 6312 | 2026-07-20T18:51:48.469Z | unit: freemap_test |
| 6313 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG initted freemap. size: 128, unitJul 20 18:51:47.019: DEBGfreemap_test |
| 6314 | 2026-07-20T18:51:48.469Z | initted freemap. size: 128, unit: Jul 20 18:51:47.019freemap_test |
| 6315 | 2026-07-20T18:51:48.469Z | DEBG reset freemap, Jul 20 18:51:47.019unit :DEBG freemap_testreset freemap |
| 6316 | 2026-07-20T18:51:48.469Z | , unit: freemap_test |
| 6317 | 2026-07-20T18:51:48.469Z | test freemap::test_reclaim ... ok |
| 6318 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test |
| 6319 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG initted freemap. size: 128, unit: freemap_test |
| 6320 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test |
| 6321 | 2026-07-20T18:51:48.469Z | test freemap::test_basic ... ok |
| 6322 | 2026-07-20T18:51:48.469Z | test freemap::test_exhaustion ... ok |
| 6323 | 2026-07-20T18:51:48.469Z | test freemap::test_free ... ok |
| 6324 | 2026-07-20T18:51:48.469Z | test port_map::tests::test_backplane_group ... ok |
| 6325 | 2026-07-20T18:51:48.469Z | test port_map::tests::test_port_map ... ok |
| 6326 | 2026-07-20T18:51:48.469Z | test port_map::tests::dump_map ... ok |
| 6327 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG created new freemap, unit: freemap_test |
| 6328 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG initted freemap. size: 8, unit: freemap_test |
| 6329 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.019 DEBG reset freemap, unit: freemap_test |
| 6330 | 2026-07-20T18:51:48.469Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6331 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG created new freemap, unit: freemap_test |
| 6332 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG initted freemap. size: 128, unit: freemap_test |
| 6333 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG reset freemap, unit: freemap_test |
| 6334 | 2026-07-20T18:51:48.469Z | test freemap::test_span ... ok |
| 6335 | 2026-07-20T18:51:48.469Z | test api_server::tests::test_build_info ... ok |
| 6336 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG created new freemap, unit: freemap_route_ipv4 |
| 6337 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG created new freemap, unit: freemap_route_ipv6 |
| 6338 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 6339 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG reset freemap, unit: freemap_route_ipv4 |
| 6340 | 2026-07-20T18:51:48.469Z | Jul 20 18:51:47.020 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 6341 | 2026-07-20T18:51:48.470Z | Jul 20 18:51:47.020 DEBG reset freemap, unit: freemap_route_ipv6 |
| 6342 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6343 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 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 } }] |
| 6344 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 Jul 20 18:51:47.020DEBG INFOcreated new freemap , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 6345 | 2026-07-20T18:51:48.474Z | : freemap_route_ipv4 |
| 6346 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 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 20 18:51:47.020 |
| 6347 | 2026-07-20T18:51:48.474Z | DEBG created new freemap, unitJul 20 18:51:47.020: INFOfreemap_route_ipv6 |
| 6348 | 2026-07-20T18:51:48.474Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6349 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGDEBG initted freemap. size: 64replacing 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 } }], |
| 6350 | 2026-07-20T18:51:48.474Z | unit: freemap_route_ipv4 |
| 6351 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:51:47.020 |
| 6352 | 2026-07-20T18:51:48.474Z | DEBG reset freemap, Jul 20 18:51:47.020unit :DEBG freemap_route_ipv4replacing 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 } }] |
| 6353 | 2026-07-20T18:51:48.474Z | |
| 6354 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO initted freemap. size: 64adding route 3fff:beef:2::/64 -> 2001:db8::55:ff, |
| 6355 | 2026-07-20T18:51:48.474Z | unit: freemap_route_ipv6 |
| 6356 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020 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 20 18:51:47.020 |
| 6357 | 2026-07-20T18:51:48.474Z | DEBG reset freemap, Jul 20 18:51:47.020unit :INFO freemap_route_ipv6adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6358 | 2026-07-20T18:51:48.474Z | |
| 6359 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6360 | 2026-07-20T18:51:48.474Z | |
| 6361 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6362 | 2026-07-20T18:51:48.474Z | |
| 6363 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef::/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 } }] |
| 6364 | 2026-07-20T18:51:48.474Z | |
| 6365 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6366 | 2026-07-20T18:51:48.474Z | |
| 6367 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6368 | 2026-07-20T18:51:48.474Z | |
| 6369 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 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:6::/64 -> 2001:db8::55:ff |
| 6370 | 2026-07-20T18:51:48.474Z | |
| 6371 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6372 | 2026-07-20T18:51:48.474Z | |
| 6373 | 2026-07-20T18:51:48.474Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6374 | 2026-07-20T18:51:48.474Z | |
| 6375 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6376 | 2026-07-20T18:51:48.475Z | |
| 6377 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 6378 | 2026-07-20T18:51:48.475Z | |
| 6379 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 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:4::/64 -> 2001:db8::55:ff |
| 6380 | 2026-07-20T18:51:48.475Z | |
| 6381 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding 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 } }] |
| 6382 | 2026-07-20T18:51:48.475Z | |
| 6383 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:5::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6384 | 2026-07-20T18:51:48.475Z | |
| 6385 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 DEBGINFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6386 | 2026-07-20T18:51:48.475Z | |
| 6387 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.020Jul 20 18:51:47.020 INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6388 | 2026-07-20T18:51:48.475Z | |
| 6389 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6390 | 2026-07-20T18:51:48.475Z | |
| 6391 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 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:7::/64 -> 2001:db8::55:ff |
| 6392 | 2026-07-20T18:51:48.475Z | |
| 6393 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 6394 | 2026-07-20T18:51:48.475Z | |
| 6395 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 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:8::/64 -> 2001:db8::55:ff |
| 6396 | 2026-07-20T18:51:48.475Z | |
| 6397 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 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:d::/64 -> 2001:db8::55:ff |
| 6398 | 2026-07-20T18:51:48.475Z | |
| 6399 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:9::/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 } }] |
| 6400 | 2026-07-20T18:51:48.475Z | |
| 6401 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6402 | 2026-07-20T18:51:48.475Z | |
| 6403 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 6404 | 2026-07-20T18:51:48.475Z | |
| 6405 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 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 } }]DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6406 | 2026-07-20T18:51:48.475Z | created new freemap |
| 6407 | 2026-07-20T18:51:48.475Z | , unit:Jul 20 18:51:47.021 Jul 20 18:51:47.021 freemap_route_ipv4INFO |
| 6408 | 2026-07-20T18:51:48.475Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6409 | 2026-07-20T18:51:48.475Z | 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 } }] |
| 6410 | 2026-07-20T18:51:48.475Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFOreplacing 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 } }] |
| 6411 | 2026-07-20T18:51:48.475Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 6412 | 2026-07-20T18:51:48.475Z | created new freemapJul 20 18:51:47.021, unitINFOJul 20 18:51:47.021 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 6413 | 2026-07-20T18:51:48.475Z | : 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 } }] |
| 6414 | 2026-07-20T18:51:48.475Z | freemap_route_ipv6 |
| 6415 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG INFOreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.021 |
| 6416 | 2026-07-20T18:51:48.476Z | DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 6417 | 2026-07-20T18:51:48.476Z | , unitJul 20 18:51:47.021: Jul 20 18:51:47.021INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6418 | 2026-07-20T18:51:48.476Z | |
| 6419 | 2026-07-20T18:51:48.476Z | DEBGJul 20 18:51:47.021 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 } }]DEBGJul 20 18:51:47.021 |
| 6420 | 2026-07-20T18:51:48.476Z | 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 } }] |
| 6421 | 2026-07-20T18:51:48.476Z | DEBGJul 20 18:51:47.021 reset freemap , INFOunitJul 20 18:51:47.021 :INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6422 | 2026-07-20T18:51:48.476Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6423 | 2026-07-20T18:51:48.476Z | |
| 6424 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBGDEBG 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 } }]initted freemap. size: 64 |
| 6425 | 2026-07-20T18:51:48.476Z | , 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 } }]unitJul 20 18:51:47.021: |
| 6426 | 2026-07-20T18:51:48.476Z | INFOfreemap_route_ipv6 |
| 6427 | 2026-07-20T18:51:48.476Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6428 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG DEBGINFO reset freemapreplacing 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 } }], |
| 6429 | 2026-07-20T18:51:48.476Z | unitadding route 3fff:beef:13::/64 -> 2001:db8::55:ff: |
| 6430 | 2026-07-20T18:51:48.476Z | freemap_route_ipv6 |
| 6431 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 INFODEBGJul 20 18:51:47.021 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:10::/64 -> 2001:db8::55:ffINFO |
| 6432 | 2026-07-20T18:51:48.476Z | |
| 6433 | 2026-07-20T18:51:48.476Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6434 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6435 | 2026-07-20T18:51:48.476Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6436 | 2026-07-20T18:51:48.476Z | |
| 6437 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ffINFO |
| 6438 | 2026-07-20T18:51:48.476Z | 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:dead::/64 -> 2001:db8::55:2 |
| 6439 | 2026-07-20T18:51:48.476Z | |
| 6440 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021 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 20 18:51:47.021 |
| 6441 | 2026-07-20T18:51:48.476Z | Jul 20 18:51:47.021 INFODEBG Jul 20 18:51:47.021adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6442 | 2026-07-20T18:51:48.481Z | 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 } }]adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6443 | 2026-07-20T18:51:48.481Z | |
| 6444 | 2026-07-20T18:51:48.481Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021DEBG 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 } }]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 } }] |
| 6445 | 2026-07-20T18:51:48.481Z | |
| 6446 | 2026-07-20T18:51:48.482Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.021Jul 20 18:51:47.021 |
| 6447 | 2026-07-20T18:51:48.482Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6448 | 2026-07-20T18:51:48.482Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 6449 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 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 } }] |
| 6450 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 INFO DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff INFO |
| 6451 | 2026-07-20T18:51:48.482Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:17::/64 -> 2001:db8::55:ff |
| 6452 | 2026-07-20T18:51:48.482Z | |
| 6453 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBGJul 20 18:51:47.021 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 } }]INFODEBG |
| 6454 | 2026-07-20T18:51:48.482Z | 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:dead::/64 -> 2001:db8::55:4 |
| 6455 | 2026-07-20T18:51:48.482Z | |
| 6456 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGINFO INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 6457 | 2026-07-20T18:51:48.482Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6458 | 2026-07-20T18:51:48.482Z | |
| 6459 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021Jul 20 18:51:47.021 Jul 20 18:51:47.021 Jul 20 18:51:47.021INFO DEBGDEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ffcreated new freemap |
| 6460 | 2026-07-20T18:51:48.482Z | |
| 6461 | 2026-07-20T18:51:48.482Z | , |
| 6462 | 2026-07-20T18:51:48.482Z | unit: freemap_route_ipv4Jul 20 18:51:47.021Jul 20 18:51:47.021 |
| 6463 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 INFODEBGINFO Jul 20 18:51:47.021 adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6464 | 2026-07-20T18:51:48.482Z | 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 } }]DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6465 | 2026-07-20T18:51:48.482Z | created new freemap |
| 6466 | 2026-07-20T18:51:48.482Z | , unit:Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021freemap_route_ipv6 INFO |
| 6467 | 2026-07-20T18:51:48.482Z | 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 } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6468 | 2026-07-20T18:51:48.482Z | |
| 6469 | 2026-07-20T18:51:48.482Z | 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 20 18:51:47.021 |
| 6470 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 6471 | 2026-07-20T18:51:48.482Z | DEBG, Jul 20 18:51:47.021 unitreplacing 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 } }]: |
| 6472 | 2026-07-20T18:51:48.482Z | INFOJul 20 18:51:47.021freemap_route_ipv4 DEBG |
| 6473 | 2026-07-20T18:51:48.482Z | 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:16::/64 -> 2001:db8::55:ff |
| 6474 | 2026-07-20T18:51:48.482Z | |
| 6475 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021DEBG INFO reset freemapINFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6476 | 2026-07-20T18:51:48.482Z | |
| 6477 | 2026-07-20T18:51:48.482Z | , unitreplacing 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 } }] |
| 6478 | 2026-07-20T18:51:48.482Z | : Jul 20 18:51:47.021Jul 20 18:51:47.021freemap_route_ipv4 Jul 20 18:51:47.021 DEBG DEBG Jul 20 18:51:47.021INFOreplacing 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 } }] |
| 6479 | 2026-07-20T18:51:48.482Z | |
| 6480 | 2026-07-20T18:51:48.482Z | 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:17::/64 -> 2001:db8::55:ff |
| 6481 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 |
| 6482 | 2026-07-20T18:51:48.482Z | Jul 20 18:51:47.021 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff, Jul 20 18:51:47.021 |
| 6483 | 2026-07-20T18:51:48.483Z | 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 } }] |
| 6484 | 2026-07-20T18:51:48.483Z | Jul 20 18:51:47.021freemap_route_ipv6 |
| 6485 | 2026-07-20T18:51:48.483Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021INFODEBG 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 20 18:51:47.021adding route 3fff:beef:3::/64 -> 2001:db8::55:ffINFO |
| 6486 | 2026-07-20T18:51:48.483Z | |
| 6487 | 2026-07-20T18:51:48.483Z | DEBGadding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6488 | 2026-07-20T18:51:48.483Z | reset freemapJul 20 18:51:47.021, unitJul 20 18:51:47.021Jul 20 18:51:47.021 :DEBGDEBG freemap_route_ipv6INFO |
| 6489 | 2026-07-20T18:51:48.483Z | replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/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 } }] |
| 6490 | 2026-07-20T18:51:48.483Z | |
| 6491 | 2026-07-20T18:51:48.483Z | |
| 6492 | 2026-07-20T18:51:48.483Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021INFOJul 20 18:51:47.021Jul 20 18:51:47.021 adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6493 | 2026-07-20T18:51:48.483Z | DEBGINFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6494 | 2026-07-20T18:51:48.483Z | Jul 20 18:51:47.021adding route 3fff:beef:4::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.021 |
| 6495 | 2026-07-20T18:51:48.483Z | DEBG |
| 6496 | 2026-07-20T18:51:48.483Z | 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 } }] |
| 6497 | 2026-07-20T18:51:48.484Z | DEBG Jul 20 18:51:47.021replacing 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 } }] |
| 6498 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 6499 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:51:47.021 |
| 6500 | 2026-07-20T18:51:48.484Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6501 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021Jul 20 18:51:47.021replacing 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 } }] |
| 6502 | 2026-07-20T18:51:48.484Z | DEBG DEBG Jul 20 18:51:47.021replacing 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 20 18:51:47.021DEBG |
| 6503 | 2026-07-20T18:51:48.484Z | 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: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 } }] |
| 6504 | 2026-07-20T18:51:48.484Z | |
| 6505 | 2026-07-20T18:51:48.484Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffJul 20 18:51:47.021 |
| 6506 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021 INFOINFO INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6507 | 2026-07-20T18:51:48.484Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6508 | 2026-07-20T18:51:48.484Z | |
| 6509 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021 DEBGDEBG 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 } }] |
| 6510 | 2026-07-20T18:51:48.484Z | 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: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 } }] |
| 6511 | 2026-07-20T18:51:48.484Z | |
| 6512 | 2026-07-20T18:51:48.484Z | 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 } }] |
| 6513 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021Jul 20 18:51:47.021Jul 20 18:51:47.021 INFOINFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6514 | 2026-07-20T18:51:48.484Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6515 | 2026-07-20T18:51:48.484Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6516 | 2026-07-20T18:51:48.484Z | |
| 6517 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021 Jul 20 18:51:47.021replacing 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 20 18:51:47.021 |
| 6518 | 2026-07-20T18:51:48.484Z | 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 DEBGJul 20 18:51:47.021 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 } }] |
| 6519 | 2026-07-20T18:51:48.484Z | |
| 6520 | 2026-07-20T18:51:48.484Z | replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6521 | 2026-07-20T18:51:48.484Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6522 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 INFOJul 20 18:51:47.021 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFOJul 20 18:51:47.021 |
| 6523 | 2026-07-20T18:51:48.484Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff DEBGJul 20 18:51:47.021 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 } }] |
| 6524 | 2026-07-20T18:51:48.484Z | |
| 6525 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021INFO 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:7::/64 -> 2001:db8::55:ff |
| 6526 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021INFO |
| 6527 | 2026-07-20T18:51:48.484Z | DEBGJul 20 18:51:47.021adding route 3fff:beef:1::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6528 | 2026-07-20T18:51:48.484Z | |
| 6529 | 2026-07-20T18:51:48.484Z | INFOJul 20 18:51:47.021 Jul 20 18:51:47.021 DEBGDEBGadding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:51:47.021 |
| 6530 | 2026-07-20T18:51:48.484Z | 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 } }] |
| 6531 | 2026-07-20T18:51:48.484Z | INFO adding route 3fff:beef:1e::/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 } }] |
| 6532 | 2026-07-20T18:51:48.484Z | |
| 6533 | 2026-07-20T18:51:48.484Z | Jul 20 18:51:47.021 DEBGJul 20 18:51:47.021Jul 20 18:51:47.021 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 } }] |
| 6534 | 2026-07-20T18:51:48.484Z | INFOJul 20 18:51:47.021 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6535 | 2026-07-20T18:51:48.485Z | DEBGINFO Jul 20 18:51:47.021replacing 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 } }] |
| 6536 | 2026-07-20T18:51:48.485Z | INFOJul 20 18:51:47.021adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6537 | 2026-07-20T18:51:48.485Z | DEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6538 | 2026-07-20T18:51:48.485Z | |
| 6539 | 2026-07-20T18:51:48.485Z | Jul 20 18:51:47.021 INFO Jul 20 18:51:47.021Jul 20 18:51:47.021adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6540 | 2026-07-20T18:51:48.485Z | Jul 20 18:51:47.021DEBG INFO 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 20 18:51:47.021 |
| 6541 | 2026-07-20T18:51:48.485Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6542 | 2026-07-20T18:51:48.489Z | DEBGJul 20 18:51:47.021 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 |
| 6543 | 2026-07-20T18:51:48.489Z | DEBGJul 20 18:51:47.021 adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6544 | 2026-07-20T18:51:48.489Z | DEBG Jul 20 18:51:47.021replacing 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: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 } }] |
| 6545 | 2026-07-20T18:51:48.489Z | Jul 20 18:51:47.021 DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6546 | 2026-07-20T18:51:48.489Z | Jul 20 18:51:47.021 |
| 6547 | 2026-07-20T18:51:48.489Z | 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 adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6548 | 2026-07-20T18:51:48.489Z | |
| 6549 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.021 Jul 20 18:51:47.021DEBG Jul 20 18:51:47.021INFO Jul 20 18:51:47.021INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6550 | 2026-07-20T18:51:48.490Z | |
| 6551 | 2026-07-20T18:51:48.490Z | |
| 6552 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 DEBGINFODEBG 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 } }] |
| 6553 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022 INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6554 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022replacing 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 } }] |
| 6555 | 2026-07-20T18:51:48.490Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6556 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 INFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6557 | 2026-07-20T18:51:48.490Z | |
| 6558 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022 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 } }]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 } }] |
| 6559 | 2026-07-20T18:51:48.490Z | |
| 6560 | 2026-07-20T18:51:48.490Z | 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 } }] |
| 6561 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022INFOJul 20 18:51:47.022 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFOINFO |
| 6562 | 2026-07-20T18:51:48.490Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6563 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022 |
| 6564 | 2026-07-20T18:51:48.490Z | DEBG Jul 20 18:51:47.022replacing 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 20 18:51:47.022 |
| 6565 | 2026-07-20T18:51:48.490Z | 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 } }]Jul 20 18:51:47.022 |
| 6566 | 2026-07-20T18:51:48.490Z | INFO replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6567 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022 |
| 6568 | 2026-07-20T18:51:48.490Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6569 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022 INFODEBG Jul 20 18:51:47.022 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:7::/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-20T18:51:48.490Z | |
| 6571 | 2026-07-20T18:51:48.490Z | 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 } }] |
| 6572 | 2026-07-20T18:51:48.490Z | |
| 6573 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022DEBG DEBGINFOJul 20 18:51:47.022 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:2a::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6574 | 2026-07-20T18:51:48.490Z | |
| 6575 | 2026-07-20T18:51:48.490Z | |
| 6576 | 2026-07-20T18:51:48.490Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6577 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFO DEBGINFO 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 } }] |
| 6578 | 2026-07-20T18:51:48.490Z | |
| 6579 | 2026-07-20T18:51:48.490Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6580 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022DEBGJul 20 18:51:47.022 INFODEBG Jul 20 18:51:47.022replacing 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: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 } }] |
| 6581 | 2026-07-20T18:51:48.490Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6582 | 2026-07-20T18:51:48.490Z | DEBGJul 20 18:51:47.022 |
| 6583 | 2026-07-20T18:51:48.490Z | Jul 20 18:51:47.022INFO 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 } }] INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6584 | 2026-07-20T18:51:48.490Z | |
| 6585 | 2026-07-20T18:51:48.490Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBG |
| 6586 | 2026-07-20T18:51:48.490Z | 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 20 18:51:47.022 |
| 6587 | 2026-07-20T18:51:48.490Z | DEBG Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022replacing 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 } }] |
| 6588 | 2026-07-20T18:51:48.491Z | DEBG INFO 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 20 18:51:47.022 |
| 6589 | 2026-07-20T18:51:48.492Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff INFO |
| 6590 | 2026-07-20T18:51:48.492Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6591 | 2026-07-20T18:51:48.492Z | |
| 6592 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022DEBGJul 20 18:51:47.022 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 } }] |
| 6593 | 2026-07-20T18:51:48.492Z | DEBGINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022 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 } }] |
| 6594 | 2026-07-20T18:51:48.492Z | |
| 6595 | 2026-07-20T18:51:48.492Z | INFODEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6596 | 2026-07-20T18:51:48.492Z | 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 20 18:51:47.022Jul 20 18:51:47.022 |
| 6597 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBGDEBG |
| 6598 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6599 | 2026-07-20T18:51:48.492Z | |
| 6600 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022INFO DEBGJul 20 18:51:47.022adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6601 | 2026-07-20T18:51:48.492Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6602 | 2026-07-20T18:51:48.492Z | 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 } }] |
| 6603 | 2026-07-20T18:51:48.492Z | |
| 6604 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022 DEBGJul 20 18:51:47.022Jul 20 18:51:47.022 DEBGDEBG Jul 20 18:51:47.022replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6605 | 2026-07-20T18:51:48.492Z | |
| 6606 | 2026-07-20T18:51:48.492Z | INFO adding route 3fff:beef:26::/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 } }] |
| 6607 | 2026-07-20T18:51:48.492Z | |
| 6608 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022Jul 20 18:51:47.022DEBG INFOINFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6609 | 2026-07-20T18:51:48.492Z | |
| 6610 | 2026-07-20T18:51:48.492Z | |
| 6611 | 2026-07-20T18:51:48.492Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6612 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6613 | 2026-07-20T18:51:48.492Z | 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 |
| 6614 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022 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 } }] |
| 6615 | 2026-07-20T18:51:48.492Z | Jul 20 18:51:47.022DEBG Jul 20 18:51:47.022DEBG 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 } }] |
| 6616 | 2026-07-20T18:51:48.492Z | adding route 3fff:beef:30::/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 } }] |
| 6617 | 2026-07-20T18:51:48.492Z | |
| 6618 | 2026-07-20T18:51:48.493Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022 Jul 20 18:51:47.022 DEBGINFOadding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFO |
| 6619 | 2026-07-20T18:51:48.493Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6620 | 2026-07-20T18:51:48.493Z | adding route 3fff:beef:28::/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 } }] |
| 6621 | 2026-07-20T18:51:48.493Z | |
| 6622 | 2026-07-20T18:51:48.493Z | Jul 20 18:51:47.022 DEBGJul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022 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 } }]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 } }] |
| 6623 | 2026-07-20T18:51:48.494Z | INFO |
| 6624 | 2026-07-20T18:51:48.494Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBG |
| 6625 | 2026-07-20T18:51:48.494Z | 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 20 18:51:47.022 |
| 6626 | 2026-07-20T18:51:48.494Z | Jul 20 18:51:47.022INFO Jul 20 18:51:47.022 INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6627 | 2026-07-20T18:51:48.494Z | DEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.022 |
| 6628 | 2026-07-20T18:51:48.494Z | |
| 6629 | 2026-07-20T18:51:48.494Z | Jul 20 18:51:47.022INFO 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 20 18:51:47.022adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6630 | 2026-07-20T18:51:48.494Z | INFOJul 20 18:51:47.022 |
| 6631 | 2026-07-20T18:51:48.494Z | DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 Jul 20 18:51:47.022 |
| 6632 | 2026-07-20T18:51:48.494Z | 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 } }] |
| 6633 | 2026-07-20T18:51:48.494Z | DEBGJul 20 18:51:47.022 adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6634 | 2026-07-20T18:51:48.494Z | |
| 6635 | 2026-07-20T18:51:48.494Z | 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 } }] |
| 6636 | 2026-07-20T18:51:48.494Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022Jul 20 18:51:47.022 DEBG INFOINFO 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:33::/64 -> 2001:db8::55:ff |
| 6637 | 2026-07-20T18:51:48.494Z | |
| 6638 | 2026-07-20T18:51:48.494Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6639 | 2026-07-20T18:51:48.494Z | INFOJul 20 18:51:47.022 adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 6640 | 2026-07-20T18:51:48.494Z | 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 } }] |
| 6641 | 2026-07-20T18:51:48.494Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022 |
| 6642 | 2026-07-20T18:51:48.501Z | DEBGDEBG Jul 20 18:51:47.022 Jul 20 18:51:47.022replacing 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: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 } }]INFODEBG adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6643 | 2026-07-20T18:51:48.502Z | |
| 6644 | 2026-07-20T18:51:48.502Z | |
| 6645 | 2026-07-20T18:51:48.502Z | 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 20 18:51:47.022 |
| 6646 | 2026-07-20T18:51:48.502Z | INFOJul 20 18:51:47.022Jul 20 18:51:47.022 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 } }] |
| 6647 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6648 | 2026-07-20T18:51:48.502Z | INFOadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6649 | 2026-07-20T18:51:48.502Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6650 | 2026-07-20T18:51:48.502Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:51:47.022Jul 20 18:51:47.022 DEBG |
| 6651 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022 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 } }] |
| 6652 | 2026-07-20T18:51:48.502Z | DEBGDEBGJul 20 18:51:47.022 replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6653 | 2026-07-20T18:51:48.502Z | DEBG |
| 6654 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022 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 } }] |
| 6655 | 2026-07-20T18:51:48.502Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6656 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6657 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022INFOINFO 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 } }] |
| 6658 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6659 | 2026-07-20T18:51:48.502Z | DEBG Jul 20 18:51:47.022replacing 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 } }] |
| 6660 | 2026-07-20T18:51:48.502Z | Jul 20 18:51:47.022INFO |
| 6661 | 2026-07-20T18:51:48.503Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG Jul 20 18:51:47.022replacing 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 } }] |
| 6662 | 2026-07-20T18:51:48.503Z | |
| 6663 | 2026-07-20T18:51:48.503Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6664 | 2026-07-20T18:51:48.503Z | Jul 20 18:51:47.022 Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO DEBGDEBG DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6665 | 2026-07-20T18:51:48.503Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6666 | 2026-07-20T18:51:48.503Z | |
| 6667 | 2026-07-20T18:51:48.503Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6668 | 2026-07-20T18:51:48.503Z | 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 } }] |
| 6669 | 2026-07-20T18:51:48.503Z | |
| 6670 | 2026-07-20T18:51:48.503Z | Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 INFO DEBGJul 20 18:51:47.022 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 } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 6671 | 2026-07-20T18:51:48.503Z | |
| 6672 | 2026-07-20T18:51:48.503Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6673 | 2026-07-20T18:51:48.503Z | 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 20 18:51:47.022 |
| 6674 | 2026-07-20T18:51:48.503Z | Jul 20 18:51:47.022INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6675 | 2026-07-20T18:51:48.503Z | |
| 6676 | 2026-07-20T18:51:48.504Z | 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 } }] |
| 6677 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022DEBG 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 } }]INFOINFO |
| 6678 | 2026-07-20T18:51:48.504Z | 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 } }] |
| 6679 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6680 | 2026-07-20T18:51:48.504Z | INFOadding route 3fff:beef:18::/64 -> 2001:db8::55:ff adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6681 | 2026-07-20T18:51:48.504Z | |
| 6682 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022 DEBGJul 20 18:51:47.022 Jul 20 18:51:47.022replacing 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 20 18:51:47.022 |
| 6683 | 2026-07-20T18:51:48.504Z | INFO DEBGDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 6684 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6685 | 2026-07-20T18:51:48.504Z | INFO |
| 6686 | 2026-07-20T18:51:48.504Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6687 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022 INFOJul 20 18:51:47.022 Jul 20 18:51:47.022adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6688 | 2026-07-20T18:51:48.504Z | INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6689 | 2026-07-20T18:51:48.504Z | 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 20 18:51:47.022Jul 20 18:51:47.022 |
| 6690 | 2026-07-20T18:51:48.504Z | DEBG DEBGJul 20 18:51:47.022 Jul 20 18:51:47.022replacing 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 } }] 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 } }] |
| 6691 | 2026-07-20T18:51:48.504Z | |
| 6692 | 2026-07-20T18:51:48.504Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6693 | 2026-07-20T18:51:48.504Z | 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 } }] |
| 6694 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 Jul 20 18:51:47.022INFO Jul 20 18:51:47.022DEBG INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6695 | 2026-07-20T18:51:48.504Z | 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 } }] |
| 6696 | 2026-07-20T18:51:48.504Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6697 | 2026-07-20T18:51:48.504Z | INFOJul 20 18:51:47.022 Jul 20 18:51:47.022 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6698 | 2026-07-20T18:51:48.504Z | 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 |
| 6699 | 2026-07-20T18:51:48.504Z | Jul 20 18:51:47.022 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 6700 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022 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 } }] |
| 6701 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 INFODEBG adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6702 | 2026-07-20T18:51:48.505Z | 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 } }] |
| 6703 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022Jul 20 18:51:47.022 DEBGINFO Jul 20 18:51:47.022DEBG 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 } }]INFO |
| 6704 | 2026-07-20T18:51:48.505Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffDEBG |
| 6705 | 2026-07-20T18:51:48.505Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff created new freemapJul 20 18:51:47.022 |
| 6706 | 2026-07-20T18:51:48.505Z | , replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO unit |
| 6707 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6708 | 2026-07-20T18:51:48.505Z | : Jul 20 18:51:47.022 Jul 20 18:51:47.022freemap_route_ipv4DEBGDEBGINFO 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 } }] |
| 6709 | 2026-07-20T18:51:48.505Z | |
| 6710 | 2026-07-20T18:51:48.505Z | DEBGreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6711 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022 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 } }] |
| 6712 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6713 | 2026-07-20T18:51:48.505Z | Jul 20 18:51:47.022 INFODEBGJul 20 18:51:47.022 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffJul 20 18:51:47.022 |
| 6714 | 2026-07-20T18:51:48.505Z | failed to allocate space for the new target list adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6715 | 2026-07-20T18:51:48.505Z | |
| 6716 | 2026-07-20T18:51:48.506Z | DEBG DEBGcreated new freemapJul 20 18:51:47.023, unit 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 } }]:Jul 20 18:51:47.023 |
| 6717 | 2026-07-20T18:51:48.506Z | DEBGJul 20 18:51:47.023DEBG freemap_route_ipv6 Jul 20 18:51:47.023replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6718 | 2026-07-20T18:51:48.506Z | |
| 6719 | 2026-07-20T18:51:48.506Z | 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 } }]INFO |
| 6720 | 2026-07-20T18:51:48.506Z | Jul 20 18:51:47.023adding route 3fff:beef:36::/64 -> 2001:db8::55:ff DEBG |
| 6721 | 2026-07-20T18:51:48.506Z | initted freemap. size: 64Jul 20 18:51:47.023, 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 } }]unit |
| 6722 | 2026-07-20T18:51:48.506Z | : INFOJul 20 18:51:47.023freemap_route_ipv4 DEBGJul 20 18:51:47.023 |
| 6723 | 2026-07-20T18:51:48.506Z | 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 } }] |
| 6724 | 2026-07-20T18:51:48.506Z | INFOadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023adding route 3fff:beef:15::/64 -> 2001:db8::55:ffJul 20 18:51:47.023 |
| 6725 | 2026-07-20T18:51:48.506Z | |
| 6726 | 2026-07-20T18:51:48.506Z | DEBGINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffJul 20 18:51:47.023reset freemap |
| 6727 | 2026-07-20T18:51:48.506Z | DEBG , Jul 20 18:51:47.023Jul 20 18:51:47.023replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] unit DEBG: 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 } }] |
| 6728 | 2026-07-20T18:51:48.506Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 6729 | 2026-07-20T18:51:48.506Z | |
| 6730 | 2026-07-20T18:51:48.506Z | Jul 20 18:51:47.023 INFO |
| 6731 | 2026-07-20T18:51:48.506Z | Jul 20 18:51:47.023 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6732 | 2026-07-20T18:51:48.506Z | Jul 20 18:51:47.023INFO DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023Jul 20 18:51:47.023 |
| 6733 | 2026-07-20T18:51:48.506Z | DEBGinitted freemap. size: 64INFO , 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 } }]unit |
| 6734 | 2026-07-20T18:51:48.506Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff:Jul 20 18:51:47.023 Jul 20 18:51:47.023 |
| 6735 | 2026-07-20T18:51:48.506Z | DEBGfreemap_route_ipv6INFOJul 20 18:51:47.023 |
| 6736 | 2026-07-20T18:51:48.506Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6737 | 2026-07-20T18:51:48.506Z | 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 } }] Jul 20 18:51:47.023replacing 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 20 18:51:47.023DEBG |
| 6738 | 2026-07-20T18:51:48.506Z | |
| 6739 | 2026-07-20T18:51:48.506Z | 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 |
| 6740 | 2026-07-20T18:51:48.506Z | reset freemap, unit:Jul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 INFOfreemap_route_ipv6 |
| 6741 | 2026-07-20T18:51:48.506Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 6742 | 2026-07-20T18:51:48.511Z | |
| 6743 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023 INFOadding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023Jul 20 18:51:47.023 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6744 | 2026-07-20T18:51:48.511Z | DEBG |
| 6745 | 2026-07-20T18:51:48.511Z | DEBGreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6746 | 2026-07-20T18:51:48.511Z | 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 } }] |
| 6747 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023 Jul 20 18:51:47.023INFOJul 20 18:51:47.023 Jul 20 18:51:47.023 DEBG DEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffINFO |
| 6748 | 2026-07-20T18:51:48.511Z | 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:18::/64 -> 2001:db8::55:ff |
| 6749 | 2026-07-20T18:51:48.511Z | |
| 6750 | 2026-07-20T18:51:48.511Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6751 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGINFOJul 20 18:51:47.023 DEBGDEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6752 | 2026-07-20T18:51:48.511Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6753 | 2026-07-20T18:51:48.511Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6754 | 2026-07-20T18:51:48.511Z | |
| 6755 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023INFODEBG adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6756 | 2026-07-20T18:51:48.511Z | 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 |
| 6757 | 2026-07-20T18:51:48.511Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6758 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGDEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6759 | 2026-07-20T18:51:48.511Z | |
| 6760 | 2026-07-20T18:51:48.511Z | 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 } }] |
| 6761 | 2026-07-20T18:51:48.511Z | Jul 20 18:51:47.023 Jul 20 18:51:47.023INFOJul 20 18:51:47.023 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff INFO |
| 6762 | 2026-07-20T18:51:48.511Z | DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 6763 | 2026-07-20T18:51:48.511Z | 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 } }] |
| 6764 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 Jul 20 18:51:47.023Jul 20 18:51:47.023 DEBGDEBG INFOJul 20 18:51:47.023replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6765 | 2026-07-20T18:51:48.512Z | |
| 6766 | 2026-07-20T18:51:48.512Z | DEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffcreated new freemapJul 20 18:51:47.023 |
| 6767 | 2026-07-20T18:51:48.512Z | , INFOunit : Jul 20 18:51:47.023adding route 3fff:beef:3e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6768 | 2026-07-20T18:51:48.512Z | INFOJul 20 18:51:47.023 |
| 6769 | 2026-07-20T18:51:48.512Z | DEBGadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6770 | 2026-07-20T18:51:48.512Z | 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 } }] |
| 6771 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 Jul 20 18:51:47.023Jul 20 18:51:47.023DEBGJul 20 18:51:47.023 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 } }] |
| 6772 | 2026-07-20T18:51:48.512Z | DEBG INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ff created new freemap |
| 6773 | 2026-07-20T18:51:48.512Z | 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 } }], |
| 6774 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 INFOunit adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023 |
| 6775 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 : INFODEBGJul 20 18:51:47.023 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff DEBGfreemap_route_ipv6 |
| 6776 | 2026-07-20T18:51:48.512Z | |
| 6777 | 2026-07-20T18:51:48.512Z | 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 } }] |
| 6778 | 2026-07-20T18:51:48.512Z | 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 } }] |
| 6779 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 Jul 20 18:51:47.023DEBG DEBGJul 20 18:51:47.023 Jul 20 18:51:47.023DEBG 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 } }]failed to allocate space for the new target list |
| 6780 | 2026-07-20T18:51:48.512Z | INFO |
| 6781 | 2026-07-20T18:51:48.512Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffinitted freemap. size: 64, unitJul 20 18:51:47.023 |
| 6782 | 2026-07-20T18:51:48.512Z | :DEBG freemap_route_ipv4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6783 | 2026-07-20T18:51:48.512Z | |
| 6784 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 INFO Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023 DEBGDEBGDEBG failed to allocate space for the new target listadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6785 | 2026-07-20T18:51:48.512Z | 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 } }]reset freemap |
| 6786 | 2026-07-20T18:51:48.512Z | |
| 6787 | 2026-07-20T18:51:48.512Z | , unit: Jul 20 18:51:47.023Jul 20 18:51:47.023 DEBGINFO freemap_route_ipv4replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6788 | 2026-07-20T18:51:48.512Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6789 | 2026-07-20T18:51:48.512Z | |
| 6790 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023DEBGDEBG 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 } }]initted freemap. size: 64 |
| 6791 | 2026-07-20T18:51:48.512Z | , INFOunit: adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:51:47.023 |
| 6792 | 2026-07-20T18:51:48.512Z | freemap_route_ipv6INFO |
| 6793 | 2026-07-20T18:51:48.512Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6794 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 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 } }]DEBGJul 20 18:51:47.023 |
| 6795 | 2026-07-20T18:51:48.512Z | reset freemapDEBG , 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 20 18:51:47.023 |
| 6796 | 2026-07-20T18:51:48.512Z | unitINFO: adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffJul 20 18:51:47.023 |
| 6797 | 2026-07-20T18:51:48.512Z | freemap_route_ipv6 |
| 6798 | 2026-07-20T18:51:48.512Z | INFO Jul 20 18:51:47.023adding route 3fff:beef:27::/64 -> 2001:db8::55:ff Jul 20 18:51:47.023DEBG |
| 6799 | 2026-07-20T18:51:48.512Z | INFO replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6800 | 2026-07-20T18:51:48.512Z | |
| 6801 | 2026-07-20T18:51:48.512Z | Jul 20 18:51:47.023 DEBGJul 20 18:51:47.023 replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6802 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.023 DEBG Jul 20 18:51:47.023replacing 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 } }] |
| 6803 | 2026-07-20T18:51:48.513Z | test route::tests::grow_succeeds ... ok |
| 6804 | 2026-07-20T18:51:48.513Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6805 | 2026-07-20T18:51:48.513Z | INFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6806 | 2026-07-20T18:51:48.513Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6807 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGreplacing 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 } }] |
| 6808 | 2026-07-20T18:51:48.513Z | |
| 6809 | 2026-07-20T18:51:48.513Z | 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 } }] |
| 6810 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.023Jul 20 18:51:47.023Jul 20 18:51:47.023 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6811 | 2026-07-20T18:51:48.513Z | |
| 6812 | 2026-07-20T18:51:48.513Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffJul 20 18:51:47.023Jul 20 18:51:47.023 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 6813 | 2026-07-20T18:51:48.513Z | |
| 6814 | 2026-07-20T18:51:48.513Z | |
| 6815 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.023Jul 20 18:51:47.023 Jul 20 18:51:47.023INFODEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 6816 | 2026-07-20T18:51:48.513Z | 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 } }]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 } }] |
| 6817 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.024Jul 20 18:51:47.024Jul 20 18:51:47.024 DEBG INFODEBG created new freemapcreated new freemap , , unitunitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff: |
| 6818 | 2026-07-20T18:51:48.513Z | :freemap_route_ipv4 |
| 6819 | 2026-07-20T18:51:48.513Z | freemap_route_ipv4 |
| 6820 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.024 DEBG Jul 20 18:51:47.024created new freemapJul 20 18:51:47.023, Jul 20 18:51:47.024Jul 20 18:51:47.024unit DEBGDEBG DEBGDEBGcreated new freemap 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 } }] : |
| 6821 | 2026-07-20T18:51:48.513Z | , 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 } }] |
| 6822 | 2026-07-20T18:51:48.513Z | created new freemapunitfreemap_route_ipv6:, |
| 6823 | 2026-07-20T18:51:48.513Z | freemap_route_ipv4unit |
| 6824 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.024: Jul 20 18:51:47.024 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 6825 | 2026-07-20T18:51:48.513Z | |
| 6826 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.024initted freemap. size: 64 , DEBGunit :created new freemap , Jul 20 18:51:47.024freemap_route_ipv4 |
| 6827 | 2026-07-20T18:51:48.513Z | unitDEBG:Jul 20 18:51:47.024 freemap_route_ipv6 |
| 6828 | 2026-07-20T18:51:48.513Z | 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 |
| 6829 | 2026-07-20T18:51:48.513Z | initted freemap. size: 64Jul 20 18:51:47.024, Jul 20 18:51:47.024DEBG DEBGreset freemap unit, initted freemap. size: 64Jul 20 18:51:47.025: , INFOunit : adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff unitfreemap_route_ipv4: |
| 6830 | 2026-07-20T18:51:48.513Z | |
| 6831 | 2026-07-20T18:51:48.513Z | freemap_route_ipv4 freemap_route_ipv4 |
| 6832 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.025 |
| 6833 | 2026-07-20T18:51:48.513Z | DEBG Jul 20 18:51:47.025Jul 20 18:51:47.025 replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6834 | 2026-07-20T18:51:48.513Z | Jul 20 18:51:47.025 DEBGreset freemapDEBGJul 20 18:51:47.025 reset freemapinitted freemap. size: 64, , , unitunit :unitINFO: adding route 3fff:beef:2d::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6835 | 2026-07-20T18:51:48.513Z | |
| 6836 | 2026-07-20T18:51:48.513Z | freemap_route_ipv6 |
| 6837 | 2026-07-20T18:51:48.513Z | : Jul 20 18:51:47.025freemap_route_ipv4Jul 20 18:51:47.025 Jul 20 18:51:47.025 |
| 6838 | 2026-07-20T18:51:48.513Z | DEBG DEBGinitted freemap. size: 64 , unitreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:DEBG |
| 6839 | 2026-07-20T18:51:48.513Z | reset freemapfreemap_route_ipv6Jul 20 18:51:47.025, |
| 6840 | 2026-07-20T18:51:48.513Z | unit: Jul 20 18:51:47.025DEBGJul 20 18:51:47.025 INFO initted freemap. size: 64DEBGfreemap_route_ipv6 |
| 6841 | 2026-07-20T18:51:48.514Z | , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffreset freemap |
| 6842 | 2026-07-20T18:51:48.517Z | unit, :unit :freemap_route_ipv6Jul 20 18:51:47.025 Jul 20 18:51:47.025freemap_route_ipv6 |
| 6843 | 2026-07-20T18:51:48.517Z | INFO |
| 6844 | 2026-07-20T18:51:48.517Z | adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.025 DEBGDEBG |
| 6845 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025reset freemap INFO, Jul 20 18:51:47.025 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 172.16.0.0/32 -> 10.0.0.1unit |
| 6846 | 2026-07-20T18:51:48.518Z | : |
| 6847 | 2026-07-20T18:51:48.518Z | freemap_route_ipv6DEBG |
| 6848 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 20 18:51:47.025 DEBG INFO |
| 6849 | 2026-07-20T18:51:48.518Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6850 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6851 | 2026-07-20T18:51:48.518Z | INFOJul 20 18:51:47.025Jul 20 18:51:47.025Jul 20 18:51:47.025 DEBG DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 INFO |
| 6852 | 2026-07-20T18:51:48.518Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255 |
| 6853 | 2026-07-20T18:51:48.518Z | |
| 6854 | 2026-07-20T18:51:48.518Z | |
| 6855 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025 Jul 20 18:51:47.025Jul 20 18:51:47.025 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 6856 | 2026-07-20T18:51:48.518Z | 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 } }] adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6857 | 2026-07-20T18:51:48.518Z | |
| 6858 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.024Jul 20 18:51:47.025Jul 20 18:51:47.025 Jul 20 18:51:47.025 INFO DEBGDEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6859 | 2026-07-20T18:51:48.518Z | created new freemap replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6860 | 2026-07-20T18:51:48.518Z | INFOJul 20 18:51:47.025, unitDEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 6861 | 2026-07-20T18:51:48.518Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]: |
| 6862 | 2026-07-20T18:51:48.518Z | freemap_route_ipv4Jul 20 18:51:47.025 Jul 20 18:51:47.025 |
| 6863 | 2026-07-20T18:51:48.518Z | INFODEBGJul 20 18:51:47.025 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 |
| 6864 | 2026-07-20T18:51:48.518Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6865 | 2026-07-20T18:51:48.518Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.025 |
| 6866 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025 INFODEBG created new freemapadding route 172.17.0.2/32 -> 10.0.0.255Jul 20 18:51:47.025, |
| 6867 | 2026-07-20T18:51:48.518Z | unit:DEBGJul 20 18:51:47.025 Jul 20 18:51:47.025replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 6868 | 2026-07-20T18:51:48.518Z | |
| 6869 | 2026-07-20T18:51:48.518Z | DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6870 | 2026-07-20T18:51:48.518Z | |
| 6871 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025Jul 20 18:51:47.025Jul 20 18:51:47.025 Jul 20 18:51:47.025 INFOINFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6872 | 2026-07-20T18:51:48.518Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6873 | 2026-07-20T18:51:48.518Z | |
| 6874 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025initted freemap. size: 64 , unitDEBGJul 20 18:51:47.025: Jul 20 18:51:47.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_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 |
| 6875 | 2026-07-20T18:51:48.518Z | freemap_route_ipv4DEBG |
| 6876 | 2026-07-20T18:51:48.518Z | replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 6877 | 2026-07-20T18:51:48.518Z | |
| 6878 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025Jul 20 18:51:47.025 DEBGDEBGJul 20 18:51:47.025 Jul 20 18:51:47.025reset freemap , INFO unit INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]: |
| 6879 | 2026-07-20T18:51:48.518Z | |
| 6880 | 2026-07-20T18:51:48.518Z | adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4 |
| 6881 | 2026-07-20T18:51:48.518Z | |
| 6882 | 2026-07-20T18:51:48.518Z | Jul 20 18:51:47.025 Jul 20 18:51:47.025Jul 20 18:51:47.025DEBG DEBGWARNreplacing 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 20 18:51:47.025 |
| 6883 | 2026-07-20T18:51:48.518Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 6884 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025replacing 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 } }] INFOinitted freemap. size: 64 |
| 6885 | 2026-07-20T18:51:48.519Z | , Jul 20 18:51:47.025unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff: |
| 6886 | 2026-07-20T18:51:48.519Z | ERRO freemap_route_ipv6rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6887 | 2026-07-20T18:51:48.519Z | |
| 6888 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025Jul 20 18:51:47.025 DEBGINFO Jul 20 18:51:47.025 Jul 20 18:51:47.025replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.5/32 -> 10.0.0.255 |
| 6889 | 2026-07-20T18:51:48.519Z | |
| 6890 | 2026-07-20T18:51:48.519Z | ERRO DEBGshrink-in-place rollback failed for 3fff:dead::/64; in-core entry stays cleared and ASIC state may diverge until the next control-plane update on this subnet rebuilds itJul 20 18:51:47.025Jul 20 18:51:47.025 |
| 6891 | 2026-07-20T18:51:48.519Z | DEBG INFO replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap |
| 6892 | 2026-07-20T18:51:48.519Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff, |
| 6893 | 2026-07-20T18:51:48.519Z | unit:Jul 20 18:51:47.025 freemap_route_ipv6INFOJul 20 18:51:47.025 |
| 6894 | 2026-07-20T18:51:48.519Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 6895 | 2026-07-20T18:51:48.519Z | DEBG Jul 20 18:51:47.025replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6896 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6897 | 2026-07-20T18:51:48.519Z | 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 20 18:51:47.025 |
| 6898 | 2026-07-20T18:51:48.519Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:51:47.025 |
| 6899 | 2026-07-20T18:51:48.519Z | |
| 6900 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 INFODEBGJul 20 18:51:47.025 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 172.17.0.7/32 -> 10.0.0.255 |
| 6901 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 |
| 6902 | 2026-07-20T18:51:48.519Z | DEBG INFO adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 20 18:51:47.025 |
| 6903 | 2026-07-20T18:51:48.519Z | |
| 6904 | 2026-07-20T18:51:48.519Z | DEBGJul 20 18:51:47.025 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 } }] INFOJul 20 18:51:47.025 |
| 6905 | 2026-07-20T18:51:48.519Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 6906 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffDEBG |
| 6907 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6908 | 2026-07-20T18:51:48.519Z | adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 6909 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 |
| 6910 | 2026-07-20T18:51:48.519Z | DEBG Jul 20 18:51:47.025replacing 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 20 18:51:47.025 |
| 6911 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025DEBGDEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 6912 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6913 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6914 | 2026-07-20T18:51:48.519Z | INFO |
| 6915 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025adding route 172.17.0.9/32 -> 10.0.0.255 |
| 6916 | 2026-07-20T18:51:48.519Z | DEBGJul 20 18:51:47.025 Jul 20 18:51:47.025INFOreplacing 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 20 18:51:47.025 |
| 6917 | 2026-07-20T18:51:48.519Z | 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 } }] |
| 6918 | 2026-07-20T18:51:48.519Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 6919 | 2026-07-20T18:51:48.519Z | |
| 6920 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025Jul 20 18:51:47.025 INFO INFOadding route 172.17.0.10/32 -> 10.0.0.255 |
| 6921 | 2026-07-20T18:51:48.519Z | Jul 20 18:51:47.025 adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:51:47.025 |
| 6922 | 2026-07-20T18:51:48.519Z | DEBG Jul 20 18:51:47.025INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:39::/64 -> 2001:db8::55:ff |
| 6923 | 2026-07-20T18:51:48.520Z | |
| 6924 | 2026-07-20T18:51:48.520Z | 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 } }]Jul 20 18:51:47.025Jul 20 18:51:47.025 |
| 6925 | 2026-07-20T18:51:48.520Z | INFODEBG Jul 20 18:51:47.025adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6926 | 2026-07-20T18:51:48.520Z | 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 20 18:51:47.025 |
| 6927 | 2026-07-20T18:51:48.521Z | INFODEBG Jul 20 18:51:47.025adding route 172.17.0.11/32 -> 10.0.0.255 |
| 6928 | 2026-07-20T18:51:48.521Z | 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 20 18:51:47.025 INFO Jul 20 18:51:47.026Jul 20 18:51:47.025adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6929 | 2026-07-20T18:51:48.521Z | DEBGDEBG created new freemapcreated new freemap, unit:Jul 20 18:51:47.032 |
| 6930 | 2026-07-20T18:51:48.521Z | freemap_route_ipv4DEBG |
| 6931 | 2026-07-20T18:51:48.521Z | 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 20 18:51:47.023Jul 20 18:51:47.032 |
| 6932 | 2026-07-20T18:51:48.521Z | Jul 20 18:51:47.032 DEBGINFODEBG Jul 20 18:51:47.032 created new freemapadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff, created new freemap |
| 6933 | 2026-07-20T18:51:48.521Z | unit, :unit INFOfreemap_route_ipv6 |
| 6934 | 2026-07-20T18:51:48.521Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff: Jul 20 18:51:47.032freemap_route_ipv4 |
| 6935 | 2026-07-20T18:51:48.521Z | |
| 6936 | 2026-07-20T18:51:48.521Z | 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 } }] |
| 6937 | 2026-07-20T18:51:48.521Z | Jul 20 18:51:47.032 DEBG initted freemap. size: 64Jul 20 18:51:47.032, Jul 20 18:51:47.032unit : Jul 20 18:51:47.032INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 6938 | 2026-07-20T18:51:48.521Z | 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 } }] |
| 6939 | 2026-07-20T18:51:48.521Z | created new freemap, |
| 6940 | 2026-07-20T18:51:48.521Z | unit:Jul 20 18:51:47.032Jul 20 18:51:47.032 freemap_route_ipv6 |
| 6941 | 2026-07-20T18:51:48.521Z | Jul 20 18:51:47.032 DEBGDEBG reset freemapJul 20 18:51:47.032INFO, adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGreplacing 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 } }] |
| 6942 | 2026-07-20T18:51:48.525Z | |
| 6943 | 2026-07-20T18:51:48.525Z | unitinitted freemap. size: 64:Jul 20 18:51:47.032Jul 20 18:51:47.032 , freemap_route_ipv4DEBGunit :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 } }] |
| 6944 | 2026-07-20T18:51:48.525Z | |
| 6945 | 2026-07-20T18:51:48.525Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6946 | 2026-07-20T18:51:48.525Z | |
| 6947 | 2026-07-20T18:51:48.525Z | Jul 20 18:51:47.032Jul 20 18:51:47.032 INFODEBG Jul 20 18:51:47.032initted freemap. size: 64 Jul 20 18:51:47.032adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG , |
| 6948 | 2026-07-20T18:51:48.525Z | 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 } }]unitreset freemap: |
| 6949 | 2026-07-20T18:51:48.526Z | freemap_route_ipv6Jul 20 18:51:47.032 |
| 6950 | 2026-07-20T18:51:48.526Z | , Jul 20 18:51:47.032unit DEBG:DEBG freemap_route_ipv4 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 } }] |
| 6951 | 2026-07-20T18:51:48.526Z | failed to allocate space for the new target list |
| 6952 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032 |
| 6953 | 2026-07-20T18:51:48.526Z | DEBG Jul 20 18:51:47.032reset freemap , Jul 20 18:51:47.032unit :DEBGDEBG Jul 20 18:51:47.032freemap_route_ipv6initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6954 | 2026-07-20T18:51:48.526Z | INFO, |
| 6955 | 2026-07-20T18:51:48.526Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffunit |
| 6956 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032: INFOfreemap_route_ipv6 Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6957 | 2026-07-20T18:51:48.526Z | |
| 6958 | 2026-07-20T18:51:48.526Z | 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 20 18:51:47.032 |
| 6959 | 2026-07-20T18:51:48.526Z | DEBGJul 20 18:51:47.032Jul 20 18:51:47.032 reset freemap DEBG, INFO, unitunitadding route 3fff:beef:7::/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 } }] |
| 6960 | 2026-07-20T18:51:48.526Z | :: |
| 6961 | 2026-07-20T18:51:48.526Z | freemap_route_ipv4 freemap_route_ipv6 |
| 6962 | 2026-07-20T18:51:48.526Z | |
| 6963 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032Jul 20 18:51:47.032 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6964 | 2026-07-20T18:51:48.526Z | |
| 6965 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032 INFOJul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 6966 | 2026-07-20T18:51:48.526Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG DEBGcreated new freemap Jul 20 18:51:47.032replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 6967 | 2026-07-20T18:51:48.526Z | unit:DEBG |
| 6968 | 2026-07-20T18:51:48.526Z | freemap_route_ipv6 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 6969 | 2026-07-20T18:51:48.526Z | |
| 6970 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOJul 20 18:51:47.032 DEBG DEBGreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 6971 | 2026-07-20T18:51:48.526Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 6972 | 2026-07-20T18:51:48.526Z | initted freemap. size: 64 |
| 6973 | 2026-07-20T18:51:48.526Z | , Jul 20 18:51:47.032 unitDEBG: Jul 20 18:51:47.032replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6974 | 2026-07-20T18:51:48.526Z | DEBG freemap_route_ipv4replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 6975 | 2026-07-20T18:51:48.526Z | |
| 6976 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032 Jul 20 18:51:47.032INFO Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6977 | 2026-07-20T18:51:48.526Z | INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffINFO |
| 6978 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:51:47.032 |
| 6979 | 2026-07-20T18:51:48.526Z | 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 20 18:51:47.032Jul 20 18:51:47.032 |
| 6980 | 2026-07-20T18:51:48.526Z | DEBGDEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.032 |
| 6981 | 2026-07-20T18:51:48.526Z | 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 } }] |
| 6982 | 2026-07-20T18:51:48.526Z | DEBGJul 20 18:51:47.032 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:2, vlan_id: None } }, NextHop { asic_port_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, |
| 6983 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032adding route 172.17.0.1/32 -> 10.0.0.255unit |
| 6984 | 2026-07-20T18:51:48.526Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff: |
| 6985 | 2026-07-20T18:51:48.526Z | Jul 20 18:51:47.032 Jul 20 18:51:47.032 WARNDEBGfreemap_route_ipv4 Jul 20 18:51:47.032 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 } }]shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6986 | 2026-07-20T18:51:48.526Z | |
| 6987 | 2026-07-20T18:51:48.526Z | DEBG |
| 6988 | 2026-07-20T18:51:48.527Z | 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 20 18:51:47.032 |
| 6989 | 2026-07-20T18:51:48.527Z | INFO Jul 20 18:51:47.032 adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 6990 | 2026-07-20T18:51:48.527Z | initted freemap. size: 64, unit:Jul 20 18:51:47.032 Jul 20 18:51:47.032Jul 20 18:51:47.032 freemap_route_ipv6 DEBG |
| 6991 | 2026-07-20T18:51:48.527Z | INFO replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6992 | 2026-07-20T18:51:48.527Z | INFO |
| 6993 | 2026-07-20T18:51:48.527Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:51:47.032Jul 20 18:51:47.032Jul 20 18:51:47.032 DEBGINFO |
| 6994 | 2026-07-20T18:51:48.527Z | DEBGadding route 172.17.0.3/32 -> 10.0.0.255 reset freemap |
| 6995 | 2026-07-20T18:51:48.527Z | 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 } }] |
| 6996 | 2026-07-20T18:51:48.527Z | , unit:Jul 20 18:51:47.032 freemap_route_ipv6DEBG |
| 6997 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032replacing 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 } }] |
| 6998 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032DEBG INFOJul 20 18:51:47.032Jul 20 18:51:47.032 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 INFO |
| 6999 | 2026-07-20T18:51:48.527Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7000 | 2026-07-20T18:51:48.527Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7001 | 2026-07-20T18:51:48.527Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7002 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032 Jul 20 18:51:47.032Jul 20 18:51:47.032adding route 3fff:dead::/64 -> 2001:db8::55:1 INFODEBG |
| 7003 | 2026-07-20T18:51:48.527Z | 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 } }] |
| 7004 | 2026-07-20T18:51:48.527Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 7005 | 2026-07-20T18:51:48.527Z | 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 20 18:51:47.032 |
| 7006 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032Jul 20 18:51:47.032INFO adding route 172.17.0.5/32 -> 10.0.0.255DEBG |
| 7007 | 2026-07-20T18:51:48.527Z | test route::tests::identity_replace_is_noop ... ok |
| 7008 | 2026-07-20T18:51:48.527Z | 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7009 | 2026-07-20T18:51:48.527Z | |
| 7010 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032 Jul 20 18:51:47.032 INFODEBG Jul 20 18:51:47.032replacing 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:d::/64 -> 2001:db8::55:ff |
| 7011 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032 |
| 7012 | 2026-07-20T18:51:48.527Z | INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7013 | 2026-07-20T18:51:48.527Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:51:47.032 |
| 7014 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032 INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7015 | 2026-07-20T18:51:48.527Z | 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 20 18:51:47.032 |
| 7016 | 2026-07-20T18:51:48.527Z | DEBGJul 20 18:51:47.032Jul 20 18:51:47.032 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7017 | 2026-07-20T18:51:48.527Z | DEBGJul 20 18:51:47.032DEBG 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: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 |
| 7018 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 7019 | 2026-07-20T18:51:48.527Z | |
| 7020 | 2026-07-20T18:51:48.527Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:51:47.032 |
| 7021 | 2026-07-20T18:51:48.527Z | Jul 20 18:51:47.032 INFOINFO Jul 20 18:51:47.032adding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:51:47.032 |
| 7022 | 2026-07-20T18:51:48.527Z | DEBGDEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBGJul 20 18:51:47.032 |
| 7023 | 2026-07-20T18:51:48.527Z | 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 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 7024 | 2026-07-20T18:51:48.527Z | |
| 7025 | 2026-07-20T18:51:48.527Z | |
| 7026 | 2026-07-20T18:51:48.528Z | 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 } }] |
| 7027 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.032Jul 20 18:51:47.032Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOINFODEBG adding route 172.17.0.8/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 } }] |
| 7028 | 2026-07-20T18:51:48.528Z | DEBG |
| 7029 | 2026-07-20T18:51:48.528Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:dead::/64 -> 2001:db8::55:4 |
| 7030 | 2026-07-20T18:51:48.528Z | |
| 7031 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.032 Jul 20 18:51:47.032INFOJul 20 18:51:47.032 INFODEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff Jul 20 18:51:47.032 |
| 7032 | 2026-07-20T18:51:48.528Z | 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 } }] |
| 7033 | 2026-07-20T18:51:48.528Z | DEBG adding route 3fff:beef:27::/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 } }] |
| 7034 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.033 Jul 20 18:51:47.040DEBG Jul 20 18:51:47.033DEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7035 | 2026-07-20T18:51:48.528Z | DEBG |
| 7036 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.040 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 } }] |
| 7037 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.040 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7038 | 2026-07-20T18:51:48.528Z | Jul 20 18:51:47.040 DEBG replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7039 | 2026-07-20T18:51:48.528Z | created new freemapJul 20 18:51:47.040, Jul 20 18:51:47.032unitJul 20 18:51:47.040 INFOINFO: adding route 3fff:beef:29::/64 -> 2001:db8::55:ffWARNfreemap_route_ipv4 |
| 7040 | 2026-07-20T18:51:48.528Z | |
| 7041 | 2026-07-20T18:51:48.528Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7042 | 2026-07-20T18:51:48.532Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 7043 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040 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 20 18:51:47.040 |
| 7044 | 2026-07-20T18:51:48.532Z | DEBGJul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040 INFO, DEBG unitadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff: |
| 7045 | 2026-07-20T18:51:48.532Z | DEBGcreated new freemap 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 } }], |
| 7046 | 2026-07-20T18:51:48.532Z | |
| 7047 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040replacing 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 } }] |
| 7048 | 2026-07-20T18:51:48.532Z | DEBGJul 20 18:51:47.040 INFOreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 7049 | 2026-07-20T18:51:48.532Z | :adding route 172.17.0.12/32 -> 10.0.0.255 Jul 20 18:51:47.040 |
| 7050 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040freemap_route_ipv6Jul 20 18:51:47.040 INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 7051 | 2026-07-20T18:51:48.532Z | |
| 7052 | 2026-07-20T18:51:48.532Z | created new freemapadding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:51:47.040, |
| 7053 | 2026-07-20T18:51:48.532Z | unitJul 20 18:51:47.040: DEBG DEBGfreemap_route_ipv6replacing 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 } }] |
| 7054 | 2026-07-20T18:51:48.532Z | |
| 7055 | 2026-07-20T18:51:48.532Z | 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 } }] |
| 7056 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040 Jul 20 18:51:47.040 Jul 20 18:51:47.040DEBG Jul 20 18:51:47.040INFO INFO DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffinitted freemap. size: 64adding route 172.17.0.13/32 -> 10.0.0.255 , replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7057 | 2026-07-20T18:51:48.532Z | |
| 7058 | 2026-07-20T18:51:48.532Z | |
| 7059 | 2026-07-20T18:51:48.532Z | : freemap_route_ipv4 |
| 7060 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040DEBGJul 20 18:51:47.040 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 } }] |
| 7061 | 2026-07-20T18:51:48.532Z | DEBGINFO DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.040 adding route 172.17.0.11/32 -> 10.0.0.255reset freemap |
| 7062 | 2026-07-20T18:51:48.532Z | , unitDEBG:Jul 20 18:51:47.040 INFO |
| 7063 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7064 | 2026-07-20T18:51:48.532Z | initted freemap. size: 64freemap_route_ipv4DEBG |
| 7065 | 2026-07-20T18:51:48.532Z | , Jul 20 18:51:47.040Jul 20 18:51:47.040replacing 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 } }] |
| 7066 | 2026-07-20T18:51:48.532Z | Jul 20 18:51:47.040DEBG 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 } }] |
| 7067 | 2026-07-20T18:51:48.533Z | adding route 172.17.0.14/32 -> 10.0.0.255unitDEBG:Jul 20 18:51:47.040 |
| 7068 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040 INFOINFO initted freemap. size: 64adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff, |
| 7069 | 2026-07-20T18:51:48.533Z | unitfreemap_route_ipv4adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:51:47.040: Jul 20 18:51:47.040DEBG |
| 7070 | 2026-07-20T18:51:48.533Z | |
| 7071 | 2026-07-20T18:51:48.533Z | DEBGreplacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 7072 | 2026-07-20T18:51:48.533Z | |
| 7073 | 2026-07-20T18:51:48.533Z | 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 } }] |
| 7074 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040Jul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBGDEBGDEBG INFO reset freemapINFO , adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffunit |
| 7075 | 2026-07-20T18:51:48.533Z | adding route 172.17.0.15/32 -> 10.0.0.255: |
| 7076 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040freemap_route_ipv6 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 } }] |
| 7077 | 2026-07-20T18:51:48.533Z | |
| 7078 | 2026-07-20T18:51:48.533Z | DEBGreset freemap Jul 20 18:51:47.040replacing 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 } }] |
| 7079 | 2026-07-20T18:51:48.533Z | , DEBG unitJul 20 18:51:47.040:Jul 20 18:51:47.040 Jul 20 18:51:47.040 INFOINFOfreemap_route_ipv4replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7080 | 2026-07-20T18:51:48.533Z | INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7081 | 2026-07-20T18:51:48.533Z | |
| 7082 | 2026-07-20T18:51:48.533Z | adding route 172.17.0.13/32 -> 10.0.0.255 Jul 20 18:51:47.040adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.040 |
| 7083 | 2026-07-20T18:51:48.533Z | |
| 7084 | 2026-07-20T18:51:48.533Z | 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 } }] Jul 20 18:51:47.040 Jul 20 18:51:47.040 |
| 7085 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040DEBGadding route 172.17.0.16/32 -> 10.0.0.255 |
| 7086 | 2026-07-20T18:51:48.533Z | DEBGJul 20 18:51:47.040 DEBGINFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7087 | 2026-07-20T18:51:48.533Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffJul 20 18:51:47.040 |
| 7088 | 2026-07-20T18:51:48.533Z | DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7089 | 2026-07-20T18:51:48.533Z | 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 20 18:51:47.040 |
| 7090 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040DEBG 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 } }] |
| 7091 | 2026-07-20T18:51:48.533Z | initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:51:47.040Jul 20 18:51:47.040 |
| 7092 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040 INFOINFO Jul 20 18:51:47.040INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7093 | 2026-07-20T18:51:48.533Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7094 | 2026-07-20T18:51:48.533Z | DEBG, adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7095 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040Jul 20 18:51:47.040replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 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 } }] |
| 7096 | 2026-07-20T18:51:48.533Z | |
| 7097 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040unitreplacing 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 20 18:51:47.040: |
| 7098 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040 DEBG INFOreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFOadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7099 | 2026-07-20T18:51:48.533Z | adding route 172.17.0.18/32 -> 10.0.0.255Jul 20 18:51:47.040 |
| 7100 | 2026-07-20T18:51:48.533Z | |
| 7101 | 2026-07-20T18:51:48.533Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7102 | 2026-07-20T18:51:48.533Z | Jul 20 18:51:47.040 Jul 20 18:51:47.040 DEBGDEBGJul 20 18:51:47.040 Jul 20 18:51:47.040 freemap_route_ipv6 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 } }]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 } }] |
| 7103 | 2026-07-20T18:51:48.533Z | |
| 7104 | 2026-07-20T18:51:48.533Z | 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 } }] adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7105 | 2026-07-20T18:51:48.534Z | |
| 7106 | 2026-07-20T18:51:48.534Z | |
| 7107 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040Jul 20 18:51:47.040 INFOINFOJul 20 18:51:47.040 adding route 172.17.0.19/32 -> 10.0.0.255INFO adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7108 | 2026-07-20T18:51:48.534Z | |
| 7109 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040Jul 20 18:51:47.040adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7110 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040DEBG DEBG Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBGDEBGDEBG reset freemapreplacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7111 | 2026-07-20T18:51:48.534Z | , 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 } }] |
| 7112 | 2026-07-20T18:51:48.534Z | 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 } }]: |
| 7113 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 INFOfreemap_route_ipv6 Jul 20 18:51:47.040adding route 3fff:beef:35::/64 -> 2001:db8::55:ffJul 20 18:51:47.040 |
| 7114 | 2026-07-20T18:51:48.534Z | |
| 7115 | 2026-07-20T18:51:48.534Z | INFO DEBG |
| 7116 | 2026-07-20T18:51:48.534Z | adding route 172.17.0.20/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:51:47.040 |
| 7117 | 2026-07-20T18:51:48.534Z | |
| 7118 | 2026-07-20T18:51:48.534Z | 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 } }] |
| 7119 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBGJul 20 18:51:47.040Jul 20 18:51:47.040INFO INFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7120 | 2026-07-20T18:51:48.534Z | 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 } }] |
| 7121 | 2026-07-20T18:51:48.534Z | |
| 7122 | 2026-07-20T18:51:48.534Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7123 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040Jul 20 18:51:47.040 Jul 20 18:51:47.040Jul 20 18:51:47.040 DEBG INFODEBG 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 } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7124 | 2026-07-20T18:51:48.534Z | |
| 7125 | 2026-07-20T18:51:48.534Z | 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 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:51:47.040Jul 20 18:51:47.040 |
| 7126 | 2026-07-20T18:51:48.534Z | 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 } }]INFO |
| 7127 | 2026-07-20T18:51:48.534Z | |
| 7128 | 2026-07-20T18:51:48.534Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7129 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 INFO adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:51:47.040Jul 20 18:51:47.040 INFODEBG |
| 7130 | 2026-07-20T18:51:48.534Z | adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:51:47.040 |
| 7131 | 2026-07-20T18:51:48.534Z | |
| 7132 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 DEBGINFO Jul 20 18:51:47.040Jul 20 18:51:47.040replacing 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 } }] |
| 7133 | 2026-07-20T18:51:48.534Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7134 | 2026-07-20T18:51:48.534Z | |
| 7135 | 2026-07-20T18:51:48.534Z | 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 } }] |
| 7136 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 INFOJul 20 18:51:47.040 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7137 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040replacing 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 |
| 7138 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 Jul 20 18:51:47.040 adding route 172.17.0.23/32 -> 10.0.0.255DEBGDEBG |
| 7139 | 2026-07-20T18:51:48.534Z | Jul 20 18:51:47.040 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 Jul 20 18:51:47.041adding route 3fff:beef:39::/64 -> 2001:db8::55:ff Jul 20 18:51:47.040Jul 20 18:51:47.041 |
| 7140 | 2026-07-20T18:51:48.534Z | DEBGDEBG created new freemap, unit: Jul 20 18:51:47.050 freemap_route_ipv4DEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap |
| 7141 | 2026-07-20T18:51:48.534Z | |
| 7142 | 2026-07-20T18:51:48.538Z | , DEBGunit: Jul 20 18:51:47.050 replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7143 | 2026-07-20T18:51:48.539Z | freemap_route_ipv4adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:51:47.050 |
| 7144 | 2026-07-20T18:51:48.539Z | DEBG |
| 7145 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 INFOcreated new freemap , adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 7146 | 2026-07-20T18:51:48.539Z | DEBGunit replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.050 |
| 7147 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050: freemap_route_ipv6DEBG |
| 7148 | 2026-07-20T18:51:48.539Z | DEBGJul 20 18:51:47.050replacing 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 } }] |
| 7149 | 2026-07-20T18:51:48.539Z | created new freemapINFO Jul 20 18:51:47.050, Jul 20 18:51:47.050DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7150 | 2026-07-20T18:51:48.539Z | INFO unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ffinitted freemap. size: 64Jul 20 18:51:47.050 |
| 7151 | 2026-07-20T18:51:48.539Z | , DEBG:unit :Jul 20 18:51:47.050replacing 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 } }] |
| 7152 | 2026-07-20T18:51:48.539Z | 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 } }] |
| 7153 | 2026-07-20T18:51:48.539Z | freemap_route_ipv6freemap_route_ipv4Jul 20 18:51:47.050 |
| 7154 | 2026-07-20T18:51:48.539Z | INFO |
| 7155 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050 Jul 20 18:51:47.050 adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7156 | 2026-07-20T18:51:48.539Z | DEBGINFO reset freemapadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:51:47.050 |
| 7157 | 2026-07-20T18:51:48.539Z | DEBG, Jul 20 18:51:47.050unit Jul 20 18:51:47.050:initted freemap. size: 64 DEBGDEBG freemap_route_ipv4, |
| 7158 | 2026-07-20T18:51:48.539Z | unitreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7159 | 2026-07-20T18:51:48.539Z | 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 } }]: |
| 7160 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050 freemap_route_ipv4 |
| 7161 | 2026-07-20T18:51:48.539Z | DEBGJul 20 18:51:47.050Jul 20 18:51:47.050 INFO initted freemap. size: 64DEBG, unit :failed to allocate space for the new target listadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7162 | 2026-07-20T18:51:48.539Z | freemap_route_ipv6 |
| 7163 | 2026-07-20T18:51:48.539Z | |
| 7164 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 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:2, vlan_id: None } }] |
| 7165 | 2026-07-20T18:51:48.539Z | 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 } }] |
| 7166 | 2026-07-20T18:51:48.539Z | DEBGJul 20 18:51:47.050 reset freemapDEBG, Jul 20 18:51:47.050unit :INFO reset freemapadding route 172.17.0.28/32 -> 10.0.0.255, freemap_route_ipv4unit |
| 7167 | 2026-07-20T18:51:48.539Z | |
| 7168 | 2026-07-20T18:51:48.539Z | : Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGDEBG freemap_route_ipv6 |
| 7169 | 2026-07-20T18:51:48.539Z | 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 } }]initted freemap. size: 64 |
| 7170 | 2026-07-20T18:51:48.539Z | , unitJul 20 18:51:47.050: Jul 20 18:51:47.033INFO freemap_route_ipv6DEBGJul 20 18:51:47.050 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7171 | 2026-07-20T18:51:48.539Z | INFOcreated new freemap adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7172 | 2026-07-20T18:51:48.539Z | |
| 7173 | 2026-07-20T18:51:48.539Z | , unitJul 20 18:51:47.050: DEBGJul 20 18:51:47.050 freemap_route_ipv4Jul 20 18:51:47.050replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7174 | 2026-07-20T18:51:48.539Z | DEBG |
| 7175 | 2026-07-20T18:51:48.539Z | DEBGreset freemap , Jul 20 18:51:47.050replacing 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 } }]unit |
| 7176 | 2026-07-20T18:51:48.539Z | : DEBG created new freemapfreemap_route_ipv6, Jul 20 18:51:47.050unit |
| 7177 | 2026-07-20T18:51:48.539Z | :Jul 20 18:51:47.050 INFOfreemap_route_ipv6INFO |
| 7178 | 2026-07-20T18:51:48.539Z | adding route 172.17.0.30/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7179 | 2026-07-20T18:51:48.539Z | |
| 7180 | 2026-07-20T18:51:48.539Z | Jul 20 18:51:47.050 Jul 20 18:51:47.050INFO Jul 20 18:51:47.050 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGDEBG 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 20 18:51:47.050initted freemap. size: 64 |
| 7181 | 2026-07-20T18:51:48.540Z | , |
| 7182 | 2026-07-20T18:51:48.540Z | 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 } }]unit: |
| 7183 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 freemap_route_ipv4Jul 20 18:51:47.050 |
| 7184 | 2026-07-20T18:51:48.540Z | DEBGJul 20 18:51:47.050 INFODEBG Jul 20 18:51:47.050adding route 172.17.0.31/32 -> 10.0.0.255 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7185 | 2026-07-20T18:51:48.540Z | |
| 7186 | 2026-07-20T18:51:48.540Z | reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], |
| 7187 | 2026-07-20T18:51:48.540Z | unit:Jul 20 18:51:47.050 freemap_route_ipv4DEBGJul 20 18:51:47.050 |
| 7188 | 2026-07-20T18:51:48.540Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7189 | 2026-07-20T18:51:48.540Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7190 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 DEBG Jul 20 18:51:47.050initted freemap. size: 64 Jul 20 18:51:47.050, unitDEBGINFO : replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.32/32 -> 10.0.0.255 |
| 7191 | 2026-07-20T18:51:48.540Z | |
| 7192 | 2026-07-20T18:51:48.540Z | freemap_route_ipv6 |
| 7193 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGINFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 7194 | 2026-07-20T18:51:48.540Z | , unitreplacing 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 } }]: |
| 7195 | 2026-07-20T18:51:48.540Z | freemap_route_ipv6 |
| 7196 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 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 } }] |
| 7197 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 INFO Jul 20 18:51:47.050adding route 172.17.0.33/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 } }] |
| 7198 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 |
| 7199 | 2026-07-20T18:51:48.540Z | INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.050 |
| 7200 | 2026-07-20T18:51:48.540Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 Jul 20 18:51:47.050DEBG |
| 7201 | 2026-07-20T18:51:48.540Z | INFOJul 20 18:51:47.050 adding route 172.17.0.19/32 -> 10.0.0.255DEBG |
| 7202 | 2026-07-20T18:51:48.540Z | 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 } }] |
| 7203 | 2026-07-20T18:51:48.540Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7204 | 2026-07-20T18:51:48.540Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7205 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050Jul 20 18:51:47.050Jul 20 18:51:47.050 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7206 | 2026-07-20T18:51:48.540Z | DEBG |
| 7207 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7208 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 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 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7209 | 2026-07-20T18:51:48.540Z | |
| 7210 | 2026-07-20T18:51:48.540Z | test route::tests::same_size_non_subset_replace ... ok |
| 7211 | 2026-07-20T18:51:48.540Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7212 | 2026-07-20T18:51:48.540Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7213 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050 Jul 20 18:51:47.050Jul 20 18:51:47.050 INFOINFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7214 | 2026-07-20T18:51:48.540Z | |
| 7215 | 2026-07-20T18:51:48.540Z | adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:51:47.050Jul 20 18:51:47.032 |
| 7216 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Jul 20 18:51:47.050 DEBGDEBGJul 20 18:51:47.050 |
| 7217 | 2026-07-20T18:51:48.540Z | 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 |
| 7218 | 2026-07-20T18:51:48.540Z | 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 } }] |
| 7219 | 2026-07-20T18:51:48.540Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 20 18:51:47.050 |
| 7220 | 2026-07-20T18:51:48.540Z | Jul 20 18:51:47.050INFO |
| 7221 | 2026-07-20T18:51:48.541Z | adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 7222 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050 INFO adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:51:47.050 |
| 7223 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050DEBG |
| 7224 | 2026-07-20T18:51:48.541Z | 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 |
| 7225 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 7226 | 2026-07-20T18:51:48.541Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 20 18:51:47.050 |
| 7227 | 2026-07-20T18:51:48.541Z | |
| 7228 | 2026-07-20T18:51:48.541Z | INFOJul 20 18:51:47.050 DEBGJul 20 18:51:47.050adding route 172.17.0.37/32 -> 10.0.0.255 Jul 20 18:51:47.050 |
| 7229 | 2026-07-20T18:51:48.541Z | INFO INFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7230 | 2026-07-20T18:51:48.541Z | |
| 7231 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050 DEBG |
| 7232 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050replacing 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 } }] |
| 7233 | 2026-07-20T18:51:48.541Z | 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 } }]Jul 20 18:51:47.050Jul 20 18:51:47.050 Jul 20 18:51:47.050INFODEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 7234 | 2026-07-20T18:51:48.541Z | INFO |
| 7235 | 2026-07-20T18:51:48.541Z | |
| 7236 | 2026-07-20T18:51:48.541Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7237 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 Jul 20 18:51:47.050INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 7238 | 2026-07-20T18:51:48.541Z | Jul 20 18:51:47.050 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 } }] adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:51:47.050 |
| 7239 | 2026-07-20T18:51:48.541Z | |
| 7240 | 2026-07-20T18:51:48.541Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 7241 | 2026-07-20T18:51:48.541Z | 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 20 18:51:47.050 |
| 7242 | 2026-07-20T18:51:48.545Z | INFOJul 20 18:51:47.050 adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:51:47.050DEBG |
| 7243 | 2026-07-20T18:51:48.545Z | 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 |
| 7244 | 2026-07-20T18:51:48.545Z | adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:51:47.050 |
| 7245 | 2026-07-20T18:51:48.545Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 INFODEBGINFO Jul 20 18:51:47.050adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7246 | 2026-07-20T18:51:48.545Z | DEBG |
| 7247 | 2026-07-20T18:51:48.545Z | |
| 7248 | 2026-07-20T18:51:48.545Z | 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 } }] |
| 7249 | 2026-07-20T18:51:48.545Z | Jul 20 18:51:47.050Jul 20 18:51:47.050 DEBGINFO 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.40/32 -> 10.0.0.255 |
| 7250 | 2026-07-20T18:51:48.545Z | Jul 20 18:51:47.051Jul 20 18:51:47.051 DEBGDEBG created new freemapcreated new freemap, , unitunit: Jul 20 18:51:47.062:freemap_route_ipv4 |
| 7251 | 2026-07-20T18:51:48.545Z | 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 } }]freemap_route_ipv4Jul 20 18:51:47.062 |
| 7252 | 2026-07-20T18:51:48.545Z | Jul 20 18:51:47.050 |
| 7253 | 2026-07-20T18:51:48.545Z | |
| 7254 | 2026-07-20T18:51:48.545Z | DEBGINFO created new freemapJul 20 18:51:47.062, unitINFOadding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:51:47.062 |
| 7255 | 2026-07-20T18:51:48.545Z | : adding route 172.17.0.41/32 -> 10.0.0.255DEBGJul 20 18:51:47.062 |
| 7256 | 2026-07-20T18:51:48.545Z | freemap_route_ipv6INFO created new freemapadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7257 | 2026-07-20T18:51:48.545Z | Jul 20 18:51:47.062 |
| 7258 | 2026-07-20T18:51:48.545Z | 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 20 18:51:47.062, |
| 7259 | 2026-07-20T18:51:48.545Z | unitJul 20 18:51:47.062:DEBGJul 20 18:51:47.062 Jul 20 18:51:47.062DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]initted freemap. size: 64freemap_route_ipv6, |
| 7260 | 2026-07-20T18:51:48.545Z | INFO unitDEBGadding route 172.17.0.42/32 -> 10.0.0.255:Jul 20 18:51:47.062 |
| 7261 | 2026-07-20T18:51:48.545Z | freemap_route_ipv4 |
| 7262 | 2026-07-20T18:51:48.546Z | 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 } }] |
| 7263 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062DEBG |
| 7264 | 2026-07-20T18:51:48.546Z | initted freemap. size: 64Jul 20 18:51:47.062Jul 20 18:51:47.062 DEBGINFO, DEBGreset freemap replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7265 | 2026-07-20T18:51:48.546Z | unit:adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7266 | 2026-07-20T18:51:48.546Z | freemap_route_ipv4 |
| 7267 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062 Jul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062INFOunit :INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7268 | 2026-07-20T18:51:48.546Z | freemap_route_ipv4 |
| 7269 | 2026-07-20T18:51:48.546Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:51:47.062DEBG |
| 7270 | 2026-07-20T18:51:48.546Z | DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.062initted freemap. size: 64Jul 20 18:51:47.062, unit |
| 7271 | 2026-07-20T18:51:48.546Z | :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_ipv6DEBG |
| 7272 | 2026-07-20T18:51:48.546Z | |
| 7273 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 7274 | 2026-07-20T18:51:48.546Z | reset freemapJul 20 18:51:47.062 Jul 20 18:51:47.062adding route 172.17.0.44/32 -> 10.0.0.255DEBG , DEBG |
| 7275 | 2026-07-20T18:51:48.546Z | unit : reset freemapJul 20 18:51:47.062freemap_route_ipv4, replacing targets for 3fff:dead::/64 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 } }] |
| 7276 | 2026-07-20T18:51:48.546Z | |
| 7277 | 2026-07-20T18:51:48.546Z | DEBGJul 20 18:51:47.062unit :replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7278 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062 WARN freemap_route_ipv6adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7279 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:51:47.062 INFODEBG adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7280 | 2026-07-20T18:51:48.546Z | |
| 7281 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062 |
| 7282 | 2026-07-20T18:51:48.546Z | initted freemap. size: 64 INFO adding route 172.16.0.0/32 -> 10.0.0.1, |
| 7283 | 2026-07-20T18:51:48.546Z | unitJul 20 18:51:47.062: DEBG freemap_route_ipv6Jul 20 18:51:47.062replacing 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 20 18:51:47.062 |
| 7284 | 2026-07-20T18:51:48.546Z | |
| 7285 | 2026-07-20T18:51:48.546Z | 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 20 18:51:47.062 |
| 7286 | 2026-07-20T18:51:48.546Z | 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 20 18:51:47.062INFO |
| 7287 | 2026-07-20T18:51:48.546Z | DEBG adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7288 | 2026-07-20T18:51:48.546Z | reset freemapJul 20 18:51:47.062 Jul 20 18:51:47.062, INFOunitINFOJul 20 18:51:47.062: adding route 172.16.0.0/32 -> 10.0.0.2freemap_route_ipv6 |
| 7289 | 2026-07-20T18:51:48.546Z | |
| 7290 | 2026-07-20T18:51:48.546Z | 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 } }]adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062 |
| 7291 | 2026-07-20T18:51:48.546Z | |
| 7292 | 2026-07-20T18:51:48.546Z | 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 } }]Jul 20 18:51:47.062 |
| 7293 | 2026-07-20T18:51:48.546Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7294 | 2026-07-20T18:51:48.546Z | |
| 7295 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062Jul 20 18:51:47.062 DEBG Jul 20 18:51:47.062DEBGreplacing 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 20 18:51:47.062 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.3, vlan_id: None } }] DEBG |
| 7296 | 2026-07-20T18:51:48.546Z | 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 } }] |
| 7297 | 2026-07-20T18:51:48.546Z | |
| 7298 | 2026-07-20T18:51:48.546Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7299 | 2026-07-20T18:51:48.546Z | Jul 20 18:51:47.062Jul 20 18:51:47.062 INFOJul 20 18:51:47.062INFO adding route 172.17.0.29/32 -> 10.0.0.255INFOadding route 172.17.0.48/32 -> 10.0.0.255 |
| 7300 | 2026-07-20T18:51:48.547Z | |
| 7301 | 2026-07-20T18:51:48.547Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7302 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062Jul 20 18:51:47.062 DEBGDEBG Jul 20 18:51:47.062replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7303 | 2026-07-20T18:51:48.547Z | DEBG |
| 7304 | 2026-07-20T18:51:48.547Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7305 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 INFOJul 20 18:51:47.051 Jul 20 18:51:47.062 DEBGINFOadding route 172.17.0.30/32 -> 10.0.0.255 Jul 20 18:51:47.062created new freemapadding route 172.17.0.49/32 -> 10.0.0.255 , |
| 7306 | 2026-07-20T18:51:48.547Z | |
| 7307 | 2026-07-20T18:51:48.547Z | unit: INFO freemap_route_ipv4Jul 20 18:51:47.062adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7308 | 2026-07-20T18:51:48.547Z | |
| 7309 | 2026-07-20T18:51:48.547Z | DEBGJul 20 18:51:47.062 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 } }]DEBGJul 20 18:51:47.062 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 } }] |
| 7310 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 DEBGDEBG |
| 7311 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062created new freemap , unit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]INFO |
| 7312 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 freemap_route_ipv6INFO |
| 7313 | 2026-07-20T18:51:48.547Z | adding route 172.17.0.50/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:51:47.062 |
| 7314 | 2026-07-20T18:51:48.547Z | |
| 7315 | 2026-07-20T18:51:48.547Z | INFO Jul 20 18:51:47.062adding route 172.16.0.0/32 -> 10.0.0.4 DEBG Jul 20 18:51:47.062initted freemap. size: 64 |
| 7316 | 2026-07-20T18:51:48.547Z | , Jul 20 18:51:47.062unit Jul 20 18:51:47.062: DEBGfreemap_route_ipv4DEBG |
| 7317 | 2026-07-20T18:51:48.547Z | 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 } }] |
| 7318 | 2026-07-20T18:51:48.547Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7319 | 2026-07-20T18:51:48.547Z | |
| 7320 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 Jul 20 18:51:47.062INFO DEBGadding route 172.17.0.51/32 -> 10.0.0.255 |
| 7321 | 2026-07-20T18:51:48.547Z | reset freemap, unitJul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062 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.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4INFO |
| 7322 | 2026-07-20T18:51:48.547Z | |
| 7323 | 2026-07-20T18:51:48.547Z | |
| 7324 | 2026-07-20T18:51:48.547Z | adding route 172.17.0.32/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062 |
| 7325 | 2026-07-20T18:51:48.547Z | INFODEBG adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7326 | 2026-07-20T18:51:48.547Z | initted freemap. size: 64, unit:Jul 20 18:51:47.062 freemap_route_ipv6DEBG |
| 7327 | 2026-07-20T18:51:48.547Z | 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 } }] |
| 7328 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 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 } }]Jul 20 18:51:47.062 |
| 7329 | 2026-07-20T18:51:48.547Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7330 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 DEBGJul 20 18:51:47.062 reset freemapJul 20 18:51:47.062INFO, unitDEBG: freemap_route_ipv6adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7331 | 2026-07-20T18:51:48.547Z | |
| 7332 | 2026-07-20T18:51:48.547Z | 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 } }] |
| 7333 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7334 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062Jul 20 18:51:47.062Jul 20 18:51:47.062 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7335 | 2026-07-20T18:51:48.547Z | |
| 7336 | 2026-07-20T18:51:48.547Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:51:47.062Jul 20 18:51:47.062 INFOINFO |
| 7337 | 2026-07-20T18:51:48.547Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7338 | 2026-07-20T18:51:48.547Z | |
| 7339 | 2026-07-20T18:51:48.547Z | Jul 20 18:51:47.062 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 } }] |
| 7340 | 2026-07-20T18:51:48.548Z | Jul 20 18:51:47.062Jul 20 18:51:47.062 INFODEBG adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7341 | 2026-07-20T18:51:48.548Z | Jul 20 18:51:47.051Jul 20 18:51:47.062replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7342 | 2026-07-20T18:51:48.551Z | 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 } }] |
| 7343 | 2026-07-20T18:51:48.552Z | DEBGJul 20 18:51:47.062 Jul 20 18:51:47.062replacing 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 adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7344 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.062 |
| 7345 | 2026-07-20T18:51:48.552Z | |
| 7346 | 2026-07-20T18:51:48.552Z | INFO Jul 20 18:51:47.062Jul 20 18:51:47.062 Jul 20 18:51:47.062 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 7347 | 2026-07-20T18:51:48.552Z | INFODEBG adding route 3fff:beef:13::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 7348 | 2026-07-20T18:51:48.552Z | |
| 7349 | 2026-07-20T18:51:48.552Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7350 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.062 Jul 20 18:51:47.062DEBG Jul 20 18:51:47.062DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 7351 | 2026-07-20T18:51:48.552Z | |
| 7352 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.062 DEBGadding route 172.17.0.56/32 -> 10.0.0.255 Jul 20 18:51:47.062Jul 20 18:51:47.062 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7353 | 2026-07-20T18:51:48.552Z | 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 } }] |
| 7354 | 2026-07-20T18:51:48.552Z | |
| 7355 | 2026-07-20T18:51:48.552Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7356 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.062 Jul 20 18:51:47.062Jul 20 18:51:47.062DEBG 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 } }] INFOJul 20 18:51:47.063 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 7357 | 2026-07-20T18:51:48.552Z | |
| 7358 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.062 DEBGcreated new freemap , 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 } }]unit |
| 7359 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069Jul 20 18:51:47.069: INFOfreemap_route_ipv4 adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7360 | 2026-07-20T18:51:48.552Z | |
| 7361 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069DEBG Jul 20 18:51:47.069INFOJul 20 18:51:47.069 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 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ff created new freemap |
| 7362 | 2026-07-20T18:51:48.552Z | , replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 7363 | 2026-07-20T18:51:48.552Z | : |
| 7364 | 2026-07-20T18:51:48.552Z | freemap_route_ipv6 |
| 7365 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069 INFOJul 20 18:51:47.069 adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 7366 | 2026-07-20T18:51:48.552Z | 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 } }] |
| 7367 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069 Jul 20 18:51:47.069DEBGJul 20 18:51:47.069 Jul 20 18:51:47.069 initted freemap. size: 64 INFOINFO, DEBGunit adding route 3fff:beef:16::/64 -> 2001:db8::55:ff:adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7368 | 2026-07-20T18:51:48.552Z | |
| 7369 | 2026-07-20T18:51:48.552Z | 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 } }] |
| 7370 | 2026-07-20T18:51:48.552Z | freemap_route_ipv4Jul 20 18:51:47.069Jul 20 18:51:47.069 DEBGDEBG replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7371 | 2026-07-20T18:51:48.552Z | 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 20 18:51:47.069 |
| 7372 | 2026-07-20T18:51:48.552Z | INFO |
| 7373 | 2026-07-20T18:51:48.552Z | adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:51:47.069 |
| 7374 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069Jul 20 18:51:47.069DEBG INFO Jul 20 18:51:47.069INFO DEBGadding route 172.17.0.39/32 -> 10.0.0.255adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7375 | 2026-07-20T18:51:48.552Z | reset freemapreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 7376 | 2026-07-20T18:51:48.552Z | unit |
| 7377 | 2026-07-20T18:51:48.552Z | : Jul 20 18:51:47.069freemap_route_ipv4 DEBG |
| 7378 | 2026-07-20T18:51:48.552Z | Jul 20 18:51:47.069Jul 20 18:51:47.069 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 20 18:51:47.069DEBG INFODEBG |
| 7379 | 2026-07-20T18:51:48.552Z | adding route 172.17.0.6/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 } }] |
| 7380 | 2026-07-20T18:51:48.552Z | |
| 7381 | 2026-07-20T18:51:48.553Z | initted freemap. size: 64, Jul 20 18:51:47.069unit Jul 20 18:51:47.069:INFO DEBGfreemap_route_ipv6 |
| 7382 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069adding route 3fff:beef:18::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7383 | 2026-07-20T18:51:48.553Z | |
| 7384 | 2026-07-20T18:51:48.553Z | INFOJul 20 18:51:47.069 DEBG adding route 172.17.0.40/32 -> 10.0.0.255reset freemap |
| 7385 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069, Jul 20 18:51:47.069INFO unit Jul 20 18:51:47.069:DEBG adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6 |
| 7386 | 2026-07-20T18:51:48.553Z | |
| 7387 | 2026-07-20T18:51:48.553Z | DEBGJul 20 18:51:47.069replacing 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 20 18:51:47.069 |
| 7388 | 2026-07-20T18:51:48.553Z | INFODEBG Jul 20 18:51:47.069replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7389 | 2026-07-20T18:51:48.553Z | 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 } }] |
| 7390 | 2026-07-20T18:51:48.553Z | |
| 7391 | 2026-07-20T18:51:48.553Z | INFO Jul 20 18:51:47.069adding route 3fff:beef:19::/64 -> 2001:db8::55:ff Jul 20 18:51:47.069 |
| 7392 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069 INFODEBGINFO Jul 20 18:51:47.069replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7393 | 2026-07-20T18:51:48.553Z | adding route 172.17.0.41/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 7394 | 2026-07-20T18:51:48.553Z | |
| 7395 | 2026-07-20T18:51:48.553Z | 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 20 18:51:47.069Jul 20 18:51:47.069Jul 20 18:51:47.069 DEBGDEBG |
| 7396 | 2026-07-20T18:51:48.553Z | 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 } }] 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 } }] |
| 7397 | 2026-07-20T18:51:48.553Z | |
| 7398 | 2026-07-20T18:51:48.553Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:51:47.069 |
| 7399 | 2026-07-20T18:51:48.553Z | INFO Jul 20 18:51:47.069Jul 20 18:51:47.069 Jul 20 18:51:47.069DEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 7400 | 2026-07-20T18:51:48.553Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.9/32 -> 10.0.0.255 |
| 7401 | 2026-07-20T18:51:48.553Z | |
| 7402 | 2026-07-20T18:51:48.553Z | INFO Jul 20 18:51:47.069adding route 172.17.0.42/32 -> 10.0.0.255 DEBGJul 20 18:51:47.069 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 } }] |
| 7403 | 2026-07-20T18:51:48.553Z | DEBG |
| 7404 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069replacing 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 } }] |
| 7405 | 2026-07-20T18:51:48.553Z | INFO Jul 20 18:51:47.069adding route 3fff:dead::/64 -> 2001:db8::55:3 INFO |
| 7406 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGJul 20 18:51:47.069 |
| 7407 | 2026-07-20T18:51:48.553Z | test route::tests::add_target_fails_full ... ok |
| 7408 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069 INFODEBG Jul 20 18:51:47.069adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7409 | 2026-07-20T18:51:48.553Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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.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 } }] |
| 7410 | 2026-07-20T18:51:48.553Z | DEBG |
| 7411 | 2026-07-20T18:51:48.553Z | 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 20 18:51:47.069Jul 20 18:51:47.069 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7412 | 2026-07-20T18:51:48.553Z | 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 20 18:51:47.069 |
| 7413 | 2026-07-20T18:51:48.553Z | |
| 7414 | 2026-07-20T18:51:48.553Z | |
| 7415 | 2026-07-20T18:51:48.553Z | INFO Jul 20 18:51:47.069Jul 20 18:51:47.069 INFOadding route 172.17.0.43/32 -> 10.0.0.255INFO |
| 7416 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7417 | 2026-07-20T18:51:48.553Z | 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 } }]Jul 20 18:51:47.069 DEBG |
| 7418 | 2026-07-20T18:51:48.553Z | 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 } }] |
| 7419 | 2026-07-20T18:51:48.553Z | Jul 20 18:51:47.069 Jul 20 18:51:47.076 INFO Jul 20 18:51:47.076 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 } }] |
| 7420 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.076 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 } }] |
| 7421 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.076 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOJul 20 18:51:47.076 |
| 7422 | 2026-07-20T18:51:48.554Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7423 | 2026-07-20T18:51:48.554Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:51:47.076 |
| 7424 | 2026-07-20T18:51:48.554Z | 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 } }] |
| 7425 | 2026-07-20T18:51:48.554Z | adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.076 |
| 7426 | 2026-07-20T18:51:48.554Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7427 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.076 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 } }]Jul 20 18:51:47.076 |
| 7428 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.076 DEBG DEBGreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7429 | 2026-07-20T18:51:48.554Z | 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 20 18:51:47.076 |
| 7430 | 2026-07-20T18:51:48.554Z | INFO Jul 20 18:51:47.076Jul 20 18:51:47.076 INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 172.17.0.58/32 -> 10.0.0.255 |
| 7431 | 2026-07-20T18:51:48.554Z | |
| 7432 | 2026-07-20T18:51:48.554Z | |
| 7433 | 2026-07-20T18:51:48.554Z | INFOJul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077 DEBGDEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 7434 | 2026-07-20T18:51:48.554Z | |
| 7435 | 2026-07-20T18:51:48.554Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7436 | 2026-07-20T18:51:48.554Z | |
| 7437 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.077 Jul 20 18:51:47.077Jul 20 18:51:47.077adding route 172.17.0.11/32 -> 10.0.0.255INFO |
| 7438 | 2026-07-20T18:51:48.554Z | adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 7439 | 2026-07-20T18:51:48.554Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 20 18:51:47.077DEBG |
| 7440 | 2026-07-20T18:51:48.554Z | 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 20 18:51:47.077 |
| 7441 | 2026-07-20T18:51:48.554Z | Jul 20 18:51:47.077 INFOJul 20 18:51:47.077 DEBG DEBGDEBGreplacing 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 20 18:51:47.077 |
| 7442 | 2026-07-20T18:51:48.558Z | 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 |
| 7443 | 2026-07-20T18:51:48.558Z | 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.2/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7444 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077 |
| 7445 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077INFO INFO |
| 7446 | 2026-07-20T18:51:48.558Z | adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7447 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077 |
| 7448 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077INFO DEBGadding route 172.17.0.60/32 -> 10.0.0.255Jul 20 18:51:47.077 Jul 20 18:51:47.077 |
| 7449 | 2026-07-20T18:51:48.558Z | DEBGJul 20 18:51:47.077 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 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 } }] |
| 7450 | 2026-07-20T18:51:48.558Z | |
| 7451 | 2026-07-20T18:51:48.558Z | |
| 7452 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077DEBGJul 20 18:51:47.077 Jul 20 18:51:47.077 DEBGINFOINFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 7453 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077replacing 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 } }] |
| 7454 | 2026-07-20T18:51:48.558Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7455 | 2026-07-20T18:51:48.558Z | 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 20 18:51:47.077INFO |
| 7456 | 2026-07-20T18:51:48.558Z | Jul 20 18:51:47.077adding route 172.17.0.3/32 -> 10.0.0.255 DEBG |
| 7457 | 2026-07-20T18:51:48.558Z | DEBGreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.077 |
| 7458 | 2026-07-20T18:51:48.558Z | 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 } }] INFOJul 20 18:51:47.077Jul 20 18:51:47.077 |
| 7459 | 2026-07-20T18:51:48.558Z | adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:51:47.077 |
| 7460 | 2026-07-20T18:51:48.559Z | INFOINFO Jul 20 18:51:47.077adding route 172.17.0.14/32 -> 10.0.0.255adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7461 | 2026-07-20T18:51:48.559Z | INFODEBG |
| 7462 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077adding route 3fff:beef:23::/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 } }] |
| 7463 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 |
| 7464 | 2026-07-20T18:51:48.559Z | DEBGJul 20 18:51:47.077Jul 20 18:51:47.077 DEBG DEBG DEBGreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7465 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 |
| 7466 | 2026-07-20T18:51:48.559Z | 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 } }] |
| 7467 | 2026-07-20T18:51:48.559Z | INFOreplacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.077 |
| 7468 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 INFO Jul 20 18:51:47.077Jul 20 18:51:47.077INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 7469 | 2026-07-20T18:51:48.559Z | adding route 172.17.0.62/32 -> 10.0.0.255 |
| 7470 | 2026-07-20T18:51:48.559Z | INFO |
| 7471 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 adding route 172.17.0.4/32 -> 10.0.0.255DEBGJul 20 18:51:47.077adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7472 | 2026-07-20T18:51:48.559Z | |
| 7473 | 2026-07-20T18:51:48.559Z | 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 } }] 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 } }] |
| 7474 | 2026-07-20T18:51:48.559Z | |
| 7475 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077 DEBG INFOINFODEBG adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 7476 | 2026-07-20T18:51:48.559Z | |
| 7477 | 2026-07-20T18:51:48.559Z | 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.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 } }] |
| 7478 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 |
| 7479 | 2026-07-20T18:51:48.559Z | 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 } }] |
| 7480 | 2026-07-20T18:51:48.559Z | DEBGJul 20 18:51:47.077 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7481 | 2026-07-20T18:51:48.559Z | 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 } }] |
| 7482 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077Jul 20 18:51:47.077INFO INFOINFO adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7483 | 2026-07-20T18:51:48.559Z | |
| 7484 | 2026-07-20T18:51:48.559Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 Jul 20 18:51:47.077 |
| 7485 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077DEBG DEBGadding route 172.17.0.63/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 } }] |
| 7486 | 2026-07-20T18:51:48.559Z | 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 } }] |
| 7487 | 2026-07-20T18:51:48.559Z | INFO Jul 20 18:51:47.077Jul 20 18:51:47.077 |
| 7488 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077 adding route 172.17.0.5/32 -> 10.0.0.255 INFOINFO |
| 7489 | 2026-07-20T18:51:48.559Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 7490 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7491 | 2026-07-20T18:51:48.559Z | DEBGJul 20 18:51:47.077 DEBGreplacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Jul 20 18:51:47.077replacing 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 } }] DEBGDEBG |
| 7492 | 2026-07-20T18:51:48.559Z | |
| 7493 | 2026-07-20T18:51:48.559Z | 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 } }] |
| 7494 | 2026-07-20T18:51:48.559Z | 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 20 18:51:47.077 DEBG |
| 7495 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077Jul 20 18:51:47.077 INFOreplacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7496 | 2026-07-20T18:51:48.559Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffJul 20 18:51:47.077 |
| 7497 | 2026-07-20T18:51:48.559Z | INFOadding route 172.17.0.49/32 -> 10.0.0.255 Jul 20 18:51:47.077 |
| 7498 | 2026-07-20T18:51:48.559Z | Jul 20 18:51:47.077adding route 172.17.0.19/32 -> 10.0.0.255 Jul 20 18:51:47.077DEBG |
| 7499 | 2026-07-20T18:51:48.559Z | DEBGreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7500 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077failed to allocate space for the new target list |
| 7501 | 2026-07-20T18:51:48.560Z | INFOJul 20 18:51:47.077Jul 20 18:51:47.077 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7502 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.6/32 -> 10.0.0.255DEBGJul 20 18:51:47.077 |
| 7503 | 2026-07-20T18:51:48.560Z | |
| 7504 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077replacing 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 } }] INFODEBG |
| 7505 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.20/32 -> 10.0.0.255Jul 20 18:51:47.077 |
| 7506 | 2026-07-20T18:51:48.560Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7507 | 2026-07-20T18:51:48.560Z | DEBGJul 20 18:51:47.077 Jul 20 18:51:47.077replacing 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 |
| 7508 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077replacing 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 20 18:51:47.077 |
| 7509 | 2026-07-20T18:51:48.560Z | INFODEBGJul 20 18:51:47.077DEBG 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 } }] |
| 7510 | 2026-07-20T18:51:48.560Z | INFOJul 20 18:51:47.077 Jul 20 18:51:47.077adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffINFO |
| 7511 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.50/32 -> 10.0.0.255INFO failed to allocate space for the new target listadding route 172.17.0.7/32 -> 10.0.0.255 |
| 7512 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7513 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077 |
| 7514 | 2026-07-20T18:51:48.560Z | DEBG |
| 7515 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077 DEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7516 | 2026-07-20T18:51:48.560Z | 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 20 18:51:47.077 |
| 7517 | 2026-07-20T18:51:48.560Z | 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 20 18:51:47.077Jul 20 18:51:47.077Jul 20 18:51:47.077 INFO |
| 7518 | 2026-07-20T18:51:48.560Z | DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff INFO |
| 7519 | 2026-07-20T18:51:48.560Z | 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 } }] |
| 7520 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7521 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077Jul 20 18:51:47.077 Jul 20 18:51:47.077DEBGJul 20 18:51:47.077 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 } }] |
| 7522 | 2026-07-20T18:51:48.560Z | DEBG replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.51/32 -> 10.0.0.255INFO |
| 7523 | 2026-07-20T18:51:48.560Z | |
| 7524 | 2026-07-20T18:51:48.560Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7525 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.077Jul 20 18:51:47.083 INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7526 | 2026-07-20T18:51:48.560Z | |
| 7527 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083 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 } }] |
| 7528 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083 Jul 20 18:51:47.083Jul 20 18:51:47.083INFO adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 7529 | 2026-07-20T18:51:48.560Z | DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7530 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083 |
| 7531 | 2026-07-20T18:51:48.560Z | DEBGJul 20 18:51:47.083 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7532 | 2026-07-20T18:51:48.560Z | 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 } }] |
| 7533 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 DEBGDEBG Jul 20 18:51:47.083replacing 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 } }] |
| 7534 | 2026-07-20T18:51:48.560Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7535 | 2026-07-20T18:51:48.560Z | 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 20 18:51:47.083 |
| 7536 | 2026-07-20T18:51:48.560Z | INFOJul 20 18:51:47.083 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 } }] |
| 7537 | 2026-07-20T18:51:48.560Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:51:47.083 |
| 7538 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083 INFO INFOJul 20 18:51:47.083 adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 7539 | 2026-07-20T18:51:48.560Z | Jul 20 18:51:47.083 |
| 7540 | 2026-07-20T18:51:48.561Z | 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 } }] |
| 7541 | 2026-07-20T18:51:48.561Z | INFO Jul 20 18:51:47.083adding route 172.17.0.23/32 -> 10.0.0.255Jul 20 18:51:47.083 |
| 7542 | 2026-07-20T18:51:48.564Z | Jul 20 18:51:47.083 INFODEBG Jul 20 18:51:47.083adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 7543 | 2026-07-20T18:51:48.564Z | DEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7544 | 2026-07-20T18:51:48.564Z | Jul 20 18:51:47.083 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 } }] |
| 7545 | 2026-07-20T18:51:48.565Z | 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 20 18:51:47.083replacing 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 } }] |
| 7546 | 2026-07-20T18:51:48.565Z | INFO |
| 7547 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7548 | 2026-07-20T18:51:48.565Z | |
| 7549 | 2026-07-20T18:51:48.565Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7550 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083 Jul 20 18:51:47.083INFO Jul 20 18:51:47.083 DEBGDEBG replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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.54/32 -> 10.0.0.255 |
| 7551 | 2026-07-20T18:51:48.565Z | |
| 7552 | 2026-07-20T18:51:48.565Z | |
| 7553 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083 Jul 20 18:51:47.083Jul 20 18:51:47.083 Jul 20 18:51:47.083INFO INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffDEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7554 | 2026-07-20T18:51:48.565Z | replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7555 | 2026-07-20T18:51:48.565Z | |
| 7556 | 2026-07-20T18:51:48.565Z | |
| 7557 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083Jul 20 18:51:47.083Jul 20 18:51:47.083 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 172.17.0.25/32 -> 10.0.0.255DEBG |
| 7558 | 2026-07-20T18:51:48.565Z | |
| 7559 | 2026-07-20T18:51:48.565Z | 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 20 18:51:47.083 |
| 7560 | 2026-07-20T18:51:48.565Z | INFOJul 20 18:51:47.083 adding route 172.17.0.55/32 -> 10.0.0.255Jul 20 18:51:47.083DEBG |
| 7561 | 2026-07-20T18:51:48.565Z | INFOreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.083 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:51:47.083 |
| 7562 | 2026-07-20T18:51:48.565Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7563 | 2026-07-20T18:51:48.565Z | DEBG |
| 7564 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083 replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7565 | 2026-07-20T18:51:48.565Z | 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 } }] |
| 7566 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 Jul 20 18:51:47.083INFO INFOJul 20 18:51:47.083adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7567 | 2026-07-20T18:51:48.565Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 7568 | 2026-07-20T18:51:48.565Z | INFODEBG 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.56/32 -> 10.0.0.255Jul 20 18:51:47.083Jul 20 18:51:47.083 |
| 7569 | 2026-07-20T18:51:48.565Z | DEBGDEBG |
| 7570 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083replacing 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.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 } }] |
| 7571 | 2026-07-20T18:51:48.565Z | |
| 7572 | 2026-07-20T18:51:48.565Z | INFOJul 20 18:51:47.083 Jul 20 18:51:47.083adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7573 | 2026-07-20T18:51:48.565Z | DEBG Jul 20 18:51:47.083INFOreplacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7574 | 2026-07-20T18:51:48.565Z | |
| 7575 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083INFO adding route 172.17.0.27/32 -> 10.0.0.255Jul 20 18:51:47.083 DEBG |
| 7576 | 2026-07-20T18:51:48.565Z | 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.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 20 18:51:47.083 |
| 7577 | 2026-07-20T18:51:48.565Z | |
| 7578 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083 INFO adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.083DEBG |
| 7579 | 2026-07-20T18:51:48.565Z | Jul 20 18:51:47.083 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7580 | 2026-07-20T18:51:48.565Z | adding route 172.17.0.16/32 -> 10.0.0.255Jul 20 18:51:47.083 |
| 7581 | 2026-07-20T18:51:48.565Z | |
| 7582 | 2026-07-20T18:51:48.565Z | 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 } }] |
| 7583 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 Jul 20 18:51:47.083DEBG Jul 20 18:51:47.083 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 } }] Jul 20 18:51:47.083 |
| 7584 | 2026-07-20T18:51:48.566Z | adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7585 | 2026-07-20T18:51:48.566Z | DEBG Jul 20 18:51:47.083replacing 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 20 18:51:47.083INFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 7586 | 2026-07-20T18:51:48.566Z | DEBG |
| 7587 | 2026-07-20T18:51:48.566Z | 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.58/32 -> 10.0.0.255 |
| 7588 | 2026-07-20T18:51:48.566Z | |
| 7589 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 DEBG INFOreplacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Jul 20 18:51:47.083adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7590 | 2026-07-20T18:51:48.566Z | DEBG Jul 20 18:51:47.083replacing 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 } }] |
| 7591 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 |
| 7592 | 2026-07-20T18:51:48.566Z | INFOINFO Jul 20 18:51:47.083adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 7593 | 2026-07-20T18:51:48.566Z | 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 } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7594 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 |
| 7595 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 DEBGINFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7596 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 INFODEBG |
| 7597 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083replacing 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 |
| 7598 | 2026-07-20T18:51:48.566Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffadding route 172.17.0.18/32 -> 10.0.0.255 |
| 7599 | 2026-07-20T18:51:48.566Z | |
| 7600 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083Jul 20 18:51:47.083 INFODEBG adding route 172.17.0.30/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 } }] |
| 7601 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 |
| 7602 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083DEBG DEBGJul 20 18:51:47.083 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: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 |
| 7603 | 2026-07-20T18:51:48.566Z | 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 } }] |
| 7604 | 2026-07-20T18:51:48.566Z | |
| 7605 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 INFOJul 20 18:51:47.083 Jul 20 18:51:47.083adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7606 | 2026-07-20T18:51:48.566Z | INFO Jul 20 18:51:47.083adding route 172.17.0.19/32 -> 10.0.0.255INFO Jul 20 18:51:47.083 INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 7607 | 2026-07-20T18:51:48.566Z | test route::tests::delete_target_full ... ok |
| 7608 | 2026-07-20T18:51:48.566Z | |
| 7609 | 2026-07-20T18:51:48.566Z | adding route 172.17.0.31/32 -> 10.0.0.255replacing 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 } }] |
| 7610 | 2026-07-20T18:51:48.566Z | |
| 7611 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083 DEBGJul 20 18:51:47.083 Jul 20 18:51:47.083replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 7612 | 2026-07-20T18:51:48.566Z | DEBGreplacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.083 |
| 7613 | 2026-07-20T18:51:48.566Z | replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7614 | 2026-07-20T18:51:48.566Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7615 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.083adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffJul 20 18:51:47.083 INFO |
| 7616 | 2026-07-20T18:51:48.566Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7617 | 2026-07-20T18:51:48.566Z | |
| 7618 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.084 DEBG Jul 20 18:51:47.084replacing 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 } }] |
| 7619 | 2026-07-20T18:51:48.566Z | DEBGJul 20 18:51:47.084 replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7620 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.084replacing 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 } }] |
| 7621 | 2026-07-20T18:51:48.566Z | INFO Jul 20 18:51:47.084adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7622 | 2026-07-20T18:51:48.566Z | Jul 20 18:51:47.084 INFOINFO Jul 20 18:51:47.084adding route 172.17.0.33/32 -> 10.0.0.255 Jul 20 18:51:47.084DEBG |
| 7623 | 2026-07-20T18:51:48.567Z | 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 |
| 7624 | 2026-07-20T18:51:48.567Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 7625 | 2026-07-20T18:51:48.567Z | Jul 20 18:51:47.084Jul 20 18:51:47.084 adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7626 | 2026-07-20T18:51:48.567Z | INFODEBG Jul 20 18:51:47.084adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7627 | 2026-07-20T18:51:48.567Z | 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 } }]Jul 20 18:51:47.084Jul 20 18:51:47.084 DEBGDEBG |
| 7628 | 2026-07-20T18:51:48.567Z | 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.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 } }] |
| 7629 | 2026-07-20T18:51:48.567Z | 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 20 18:51:47.084 |
| 7630 | 2026-07-20T18:51:48.567Z | |
| 7631 | 2026-07-20T18:51:48.567Z | INFO Jul 20 18:51:47.084adding route 172.17.0.62/32 -> 10.0.0.255 Jul 20 18:51:47.084DEBG |
| 7632 | 2026-07-20T18:51:48.567Z | INFOfailed to allocate space for the new target listJul 20 18:51:47.084 |
| 7633 | 2026-07-20T18:51:48.567Z | adding route 172.17.0.22/32 -> 10.0.0.255 INFO |
| 7634 | 2026-07-20T18:51:48.567Z | Jul 20 18:51:47.084adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7635 | 2026-07-20T18:51:48.567Z | DEBG Jul 20 18:51:47.084replacing targets for 3fff:dead::/64 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 20 18:51:47.084DEBG |
| 7636 | 2026-07-20T18:51:48.567Z | Jul 20 18:51:47.084 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 } }] 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 } }] |
| 7637 | 2026-07-20T18:51:48.567Z | |
| 7638 | 2026-07-20T18:51:48.567Z | 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 20 18:51:47.084 |
| 7639 | 2026-07-20T18:51:48.567Z | DEBG Jul 20 18:51:47.084failed to allocate space for the new target list |
| 7640 | 2026-07-20T18:51:48.567Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7641 | 2026-07-20T18:51:48.567Z | Jul 20 18:51:47.084 Jul 20 18:51:47.084DEBGJul 20 18:51:47.084 INFO DEBGadding route 172.17.0.23/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 } }] 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 20 18:51:47.084 |
| 7642 | 2026-07-20T18:51:48.571Z | DEBG created new freemap, unit: freemap_route_ipv4Jul 20 18:51:47.090 |
| 7643 | 2026-07-20T18:51:48.571Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7644 | 2026-07-20T18:51:48.571Z | |
| 7645 | 2026-07-20T18:51:48.571Z | Jul 20 18:51:47.090 DEBG Jul 20 18:51:47.090replacing 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 } }] |
| 7646 | 2026-07-20T18:51:48.571Z | DEBGJul 20 18:51:47.077 created new freemapDEBG, unitJul 20 18:51:47.090:created new freemap , freemap_route_ipv6unit |
| 7647 | 2026-07-20T18:51:48.571Z | : freemap_route_ipv4INFO |
| 7648 | 2026-07-20T18:51:48.571Z | adding route 172.17.0.37/32 -> 10.0.0.255Jul 20 18:51:47.090 |
| 7649 | 2026-07-20T18:51:48.571Z | |
| 7650 | 2026-07-20T18:51:48.571Z | DEBG initted freemap. size: 64, Jul 20 18:51:47.090unitJul 20 18:51:47.090: DEBGDEBG freemap_route_ipv4replacing 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 } }]created new freemap |
| 7651 | 2026-07-20T18:51:48.571Z | , unit |
| 7652 | 2026-07-20T18:51:48.571Z | :Jul 20 18:51:47.090 Jul 20 18:51:47.090 DEBG DEBGreset freemapfreemap_route_ipv6Jul 20 18:51:47.090 |
| 7653 | 2026-07-20T18:51:48.571Z | , 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 |
| 7654 | 2026-07-20T18:51:48.571Z | : freemap_route_ipv4Jul 20 18:51:47.090adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7655 | 2026-07-20T18:51:48.571Z | DEBG |
| 7656 | 2026-07-20T18:51:48.571Z | initted freemap. size: 64, unit: Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 freemap_route_ipv4INFO |
| 7657 | 2026-07-20T18:51:48.571Z | DEBG DEBGadding route 172.17.0.24/32 -> 10.0.0.255 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7658 | 2026-07-20T18:51:48.571Z | initted freemap. size: 64 |
| 7659 | 2026-07-20T18:51:48.571Z | , Jul 20 18:51:47.090 unitDEBG: Jul 20 18:51:47.090reset freemap freemap_route_ipv6INFO, |
| 7660 | 2026-07-20T18:51:48.571Z | adding route 172.17.0.39/32 -> 10.0.0.255unitJul 20 18:51:47.090 |
| 7661 | 2026-07-20T18:51:48.571Z | : freemap_route_ipv4 |
| 7662 | 2026-07-20T18:51:48.571Z | Jul 20 18:51:47.090 DEBGDEBG Jul 20 18:51:47.090reset 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 } }] , DEBGunit |
| 7663 | 2026-07-20T18:51:48.571Z | Jul 20 18:51:47.090 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 } }] |
| 7664 | 2026-07-20T18:51:48.571Z | Jul 20 18:51:47.090freemap_route_ipv6 |
| 7665 | 2026-07-20T18:51:48.571Z | INFO initted freemap. size: 64adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:51:47.090Jul 20 18:51:47.090, unit : |
| 7666 | 2026-07-20T18:51:48.571Z | INFO INFO adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.090freemap_route_ipv6adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7667 | 2026-07-20T18:51:48.571Z | DEBG |
| 7668 | 2026-07-20T18:51:48.571Z | |
| 7669 | 2026-07-20T18:51:48.572Z | 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 20 18:51:47.090 |
| 7670 | 2026-07-20T18:51:48.572Z | DEBG Jul 20 18:51:47.090replacing 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 } }] |
| 7671 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090 DEBGJul 20 18:51:47.090 Jul 20 18:51:47.090 DEBG reset freemapINFOINFO, unitadding route 172.16.0.0/32 -> 10.0.0.1 |
| 7672 | 2026-07-20T18:51:48.572Z | :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 } }] |
| 7673 | 2026-07-20T18:51:48.572Z | freemap_route_ipv6Jul 20 18:51:47.090adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7674 | 2026-07-20T18:51:48.572Z | DEBG |
| 7675 | 2026-07-20T18:51:48.572Z | 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 } }] |
| 7676 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFOINFOINFO adding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.16.0.0/32 -> 10.0.0.1Jul 20 18:51:47.090adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7677 | 2026-07-20T18:51:48.572Z | |
| 7678 | 2026-07-20T18:51:48.572Z | |
| 7679 | 2026-07-20T18:51:48.572Z | DEBG Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 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 |
| 7680 | 2026-07-20T18:51:48.572Z | 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 } }]DEBG |
| 7681 | 2026-07-20T18:51:48.572Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7682 | 2026-07-20T18:51:48.572Z | |
| 7683 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090INFOJul 20 18:51:47.090Jul 20 18:51:47.090 adding route 172.16.0.0/32 -> 10.0.0.2INFO |
| 7684 | 2026-07-20T18:51:48.572Z | INFOINFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7685 | 2026-07-20T18:51:48.572Z | adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:51:47.090 |
| 7686 | 2026-07-20T18:51:48.572Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7687 | 2026-07-20T18:51:48.572Z | DEBG Jul 20 18:51:47.090replacing 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 20 18:51:47.090 |
| 7688 | 2026-07-20T18:51:48.572Z | DEBGJul 20 18:51:47.090 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 |
| 7689 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7690 | 2026-07-20T18:51:48.572Z | DEBGINFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7691 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090Jul 20 18:51:47.090replacing 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 } }] |
| 7692 | 2026-07-20T18:51:48.572Z | INFOINFO adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:51:47.090 |
| 7693 | 2026-07-20T18:51:48.572Z | |
| 7694 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090 INFO Jul 20 18:51:47.090DEBGadding route 172.17.0.43/32 -> 10.0.0.255 Jul 20 18:51:47.090replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7695 | 2026-07-20T18:51:48.572Z | DEBG |
| 7696 | 2026-07-20T18:51:48.572Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7697 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090replacing 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 20 18:51:47.090 |
| 7698 | 2026-07-20T18:51:48.572Z | INFO DEBGadding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:51:47.090Jul 20 18:51:47.090 |
| 7699 | 2026-07-20T18:51:48.572Z | 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.16.0.0/32 -> 10.0.0.4 |
| 7700 | 2026-07-20T18:51:48.572Z | |
| 7701 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090 adding route 172.17.0.29/32 -> 10.0.0.255DEBG |
| 7702 | 2026-07-20T18:51:48.572Z | 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 20 18:51:47.090 |
| 7703 | 2026-07-20T18:51:48.572Z | test route::tests::delete_target_fragmented ... ok |
| 7704 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 7705 | 2026-07-20T18:51:48.572Z | 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 20 18:51:47.090 |
| 7706 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090INFO adding route 172.17.0.44/32 -> 10.0.0.255INFO |
| 7707 | 2026-07-20T18:51:48.572Z | Jul 20 18:51:47.090 adding route 172.17.0.2/32 -> 10.0.0.255DEBGJul 20 18:51:47.090 |
| 7708 | 2026-07-20T18:51:48.572Z | replacing targets for 172.16.0.0/32 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 20 18:51:47.090INFO |
| 7709 | 2026-07-20T18:51:48.573Z | adding route 172.17.0.30/32 -> 10.0.0.255Jul 20 18:51:47.090 |
| 7710 | 2026-07-20T18:51:48.573Z | 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.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 } }] |
| 7711 | 2026-07-20T18:51:48.573Z | |
| 7712 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090Jul 20 18:51:47.090 DEBGINFO INFOreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7713 | 2026-07-20T18:51:48.573Z | adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7714 | 2026-07-20T18:51:48.573Z | |
| 7715 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090INFO DEBGadding route 172.17.0.31/32 -> 10.0.0.255 Jul 20 18:51:47.090replacing 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 } }] |
| 7716 | 2026-07-20T18:51:48.573Z | DEBG |
| 7717 | 2026-07-20T18:51:48.573Z | 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 } }] |
| 7718 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090INFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255Jul 20 18:51:47.090 |
| 7719 | 2026-07-20T18:51:48.573Z | 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 } }] adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7720 | 2026-07-20T18:51:48.573Z | |
| 7721 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 DEBGJul 20 18:51:47.090Jul 20 18:51:47.090 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7722 | 2026-07-20T18:51:48.573Z | adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7723 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 INFOreplacing 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 } }] |
| 7724 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7725 | 2026-07-20T18:51:48.573Z | 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 20 18:51:47.090 |
| 7726 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7727 | 2026-07-20T18:51:48.573Z | |
| 7728 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFOINFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 |
| 7729 | 2026-07-20T18:51:48.573Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7730 | 2026-07-20T18:51:48.573Z | 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 } }] |
| 7731 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090DEBG 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 } }]Jul 20 18:51:47.090 |
| 7732 | 2026-07-20T18:51:48.573Z | 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 |
| 7733 | 2026-07-20T18:51:48.573Z | adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:51:47.090 |
| 7734 | 2026-07-20T18:51:48.573Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7735 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090Jul 20 18:51:47.090 INFODEBG Jul 20 18:51:47.090adding route 172.17.0.34/32 -> 10.0.0.255 replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7736 | 2026-07-20T18:51:48.573Z | DEBG |
| 7737 | 2026-07-20T18:51:48.573Z | 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 } }] |
| 7738 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 DEBG INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7739 | 2026-07-20T18:51:48.573Z | 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.49/32 -> 10.0.0.255 |
| 7740 | 2026-07-20T18:51:48.573Z | |
| 7741 | 2026-07-20T18:51:48.573Z | Jul 20 18:51:47.090 DEBGJul 20 18:51:47.090 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7742 | 2026-07-20T18:51:48.577Z | adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:51:47.090 |
| 7743 | 2026-07-20T18:51:48.577Z | DEBGJul 20 18:51:47.090 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 } }]INFOJul 20 18:51:47.090 adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7744 | 2026-07-20T18:51:48.577Z | |
| 7745 | 2026-07-20T18:51:48.577Z | 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 } }] |
| 7746 | 2026-07-20T18:51:48.577Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:51:47.090 |
| 7747 | 2026-07-20T18:51:48.578Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7748 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090 |
| 7749 | 2026-07-20T18:51:48.578Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7750 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090 Jul 20 18:51:47.090DEBG Jul 20 18:51:47.090 DEBGDEBGreplacing 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.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7751 | 2026-07-20T18:51:48.578Z | |
| 7752 | 2026-07-20T18:51:48.578Z | |
| 7753 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090Jul 20 18:51:47.090Jul 20 18:51:47.090 INFO INFOINFO adding route 172.17.0.11/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7754 | 2026-07-20T18:51:48.578Z | |
| 7755 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7756 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090 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 } }] |
| 7757 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090Jul 20 18:51:47.096 DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7758 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:51:47.096 |
| 7759 | 2026-07-20T18:51:48.578Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Jul 20 18:51:47.096 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 } }] |
| 7760 | 2026-07-20T18:51:48.578Z | |
| 7761 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096Jul 20 18:51:47.096 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 } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7762 | 2026-07-20T18:51:48.578Z | |
| 7763 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 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 } }] |
| 7764 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 Jul 20 18:51:47.096INFO INFOadding route 172.17.0.39/32 -> 10.0.0.255 |
| 7765 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7766 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 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 } }] |
| 7767 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 DEBGJul 20 18:51:47.096 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 |
| 7768 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7769 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 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 } }] |
| 7770 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 INFO Jul 20 18:51:47.096adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7771 | 2026-07-20T18:51:48.578Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7772 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 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 20 18:51:47.096 |
| 7773 | 2026-07-20T18:51:48.578Z | 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 } }]Jul 20 18:51:47.096 |
| 7774 | 2026-07-20T18:51:48.578Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7775 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7776 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 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 } }] |
| 7777 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 Jul 20 18:51:47.096DEBG 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 } }] |
| 7778 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7779 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.090Jul 20 18:51:47.096 DEBGDEBG Jul 20 18:51:47.096replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7780 | 2026-07-20T18:51:48.578Z | INFO |
| 7781 | 2026-07-20T18:51:48.578Z | adding route 172.17.0.42/32 -> 10.0.0.255Jul 20 18:51:47.096 |
| 7782 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7783 | 2026-07-20T18:51:48.578Z | |
| 7784 | 2026-07-20T18:51:48.578Z | Jul 20 18:51:47.096 DEBG Jul 20 18:51:47.096replacing 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 20 18:51:47.096 |
| 7785 | 2026-07-20T18:51:48.578Z | 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 } }] |
| 7786 | 2026-07-20T18:51:48.579Z | 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 20 18:51:47.096 |
| 7787 | 2026-07-20T18:51:48.579Z | INFOJul 20 18:51:47.096 Jul 20 18:51:47.096INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 7788 | 2026-07-20T18:51:48.579Z | INFOadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7789 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7790 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.096 Jul 20 18:51:47.096Jul 20 18:51:47.096 DEBGDEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7791 | 2026-07-20T18:51:48.579Z | 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.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 } }] |
| 7792 | 2026-07-20T18:51:48.579Z | |
| 7793 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097 Jul 20 18:51:47.097INFOJul 20 18:51:47.097 adding route 172.17.0.21/32 -> 10.0.0.255INFO |
| 7794 | 2026-07-20T18:51:48.579Z | INFOadding route 172.17.0.54/32 -> 10.0.0.255 Jul 20 18:51:47.097 |
| 7795 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.44/32 -> 10.0.0.255DEBG |
| 7796 | 2026-07-20T18:51:48.579Z | 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 20 18:51:47.097 |
| 7797 | 2026-07-20T18:51:48.579Z | DEBG Jul 20 18:51:47.097replacing 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 20 18:51:47.097DEBG |
| 7798 | 2026-07-20T18:51:48.579Z | INFOreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7799 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7800 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097Jul 20 18:51:47.097Jul 20 18:51:47.097 INFO DEBG INFOreplacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7801 | 2026-07-20T18:51:48.579Z | |
| 7802 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7803 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097INFO DEBG adding route 172.17.0.23/32 -> 10.0.0.255DEBG |
| 7804 | 2026-07-20T18:51:48.579Z | replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7805 | 2026-07-20T18:51:48.579Z | test route::tests::delete_targets_full ... ok |
| 7806 | 2026-07-20T18:51:48.579Z | |
| 7807 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097 DEBGJul 20 18:51:47.097 Jul 20 18:51:47.097 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 |
| 7808 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.56/32 -> 10.0.0.255INFO |
| 7809 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:51:47.097 |
| 7810 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097INFO DEBG adding route 172.17.0.24/32 -> 10.0.0.255replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7811 | 2026-07-20T18:51:48.579Z | |
| 7812 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097 DEBG Jul 20 18:51:47.097Jul 20 18:51:47.097replacing 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 } }] |
| 7813 | 2026-07-20T18:51:48.579Z | test route::tests::delete_targets_fragmented ... ok |
| 7814 | 2026-07-20T18:51:48.579Z | |
| 7815 | 2026-07-20T18:51:48.579Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 7816 | 2026-07-20T18:51:48.579Z | |
| 7817 | 2026-07-20T18:51:48.579Z | 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 } }] |
| 7818 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.57/32 -> 10.0.0.255Jul 20 18:51:47.097 |
| 7819 | 2026-07-20T18:51:48.579Z | INFOJul 20 18:51:47.097 Jul 20 18:51:47.097INFO adding route 172.17.0.47/32 -> 10.0.0.255DEBGadding route 172.17.0.25/32 -> 10.0.0.255 |
| 7820 | 2026-07-20T18:51:48.579Z | |
| 7821 | 2026-07-20T18:51:48.579Z | 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 } }] |
| 7822 | 2026-07-20T18:51:48.579Z | Jul 20 18:51:47.097Jul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7823 | 2026-07-20T18:51:48.579Z | adding route 172.17.0.58/32 -> 10.0.0.255DEBG |
| 7824 | 2026-07-20T18:51:48.579Z | 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 20 18:51:47.097 |
| 7825 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097INFO DEBGadding route 172.17.0.26/32 -> 10.0.0.255 |
| 7826 | 2026-07-20T18:51:48.580Z | 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 20 18:51:47.097 |
| 7827 | 2026-07-20T18:51:48.580Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:51:47.097 |
| 7828 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097DEBG 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 } }]INFOJul 20 18:51:47.097 |
| 7829 | 2026-07-20T18:51:48.580Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7830 | 2026-07-20T18:51:48.580Z | 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 } }]Jul 20 18:51:47.097 |
| 7831 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.27/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 } }] |
| 7832 | 2026-07-20T18:51:48.580Z | |
| 7833 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097 INFO Jul 20 18:51:47.097Jul 20 18:51:47.097 adding route 172.17.0.49/32 -> 10.0.0.255DEBG INFO |
| 7834 | 2026-07-20T18:51:48.580Z | 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 } }] |
| 7835 | 2026-07-20T18:51:48.580Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7836 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:51:47.097 |
| 7837 | 2026-07-20T18:51:48.580Z | 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.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 } }] |
| 7838 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097 |
| 7839 | 2026-07-20T18:51:48.580Z | 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 } }] |
| 7840 | 2026-07-20T18:51:48.580Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255INFO |
| 7841 | 2026-07-20T18:51:48.580Z | failed to allocate space for the new target list adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7842 | 2026-07-20T18:51:48.586Z | |
| 7843 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 Jul 20 18:51:47.097 DEBGDEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.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.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 } }] |
| 7844 | 2026-07-20T18:51:48.586Z | |
| 7845 | 2026-07-20T18:51:48.586Z | |
| 7846 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7847 | 2026-07-20T18:51:48.586Z | |
| 7848 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 DEBGDEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7849 | 2026-07-20T18:51:48.586Z | |
| 7850 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7851 | 2026-07-20T18:51:48.586Z | |
| 7852 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 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 } }]Jul 20 18:51:47.097 |
| 7853 | 2026-07-20T18:51:48.586Z | DEBG Jul 20 18:51:47.097 INFO adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7854 | 2026-07-20T18:51:48.586Z | |
| 7855 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7856 | 2026-07-20T18:51:48.586Z | |
| 7857 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.54/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 } }] |
| 7858 | 2026-07-20T18:51:48.586Z | |
| 7859 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 DEBGINFO replacing targets for 172.17.0.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7860 | 2026-07-20T18:51:48.586Z | |
| 7861 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7862 | 2026-07-20T18:51:48.586Z | |
| 7863 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 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.34/32 -> 10.0.0.255 |
| 7864 | 2026-07-20T18:51:48.586Z | |
| 7865 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097Jul 20 18:51:47.097 INFODEBG adding route 172.17.0.56/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 } }] |
| 7866 | 2026-07-20T18:51:48.586Z | |
| 7867 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7868 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 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 } }] |
| 7869 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 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 } }] |
| 7870 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 INFOJul 20 18:51:47.097 adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 7871 | 2026-07-20T18:51:48.586Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7872 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 DEBGJul 20 18:51:47.097 replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7873 | 2026-07-20T18:51:48.586Z | 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 } }] |
| 7874 | 2026-07-20T18:51:48.586Z | Jul 20 18:51:47.097 INFOJul 20 18:51:47.097 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 7875 | 2026-07-20T18:51:48.586Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7876 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.097 DEBGJul 20 18:51:47.097 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG 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 } }] |
| 7877 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7878 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7879 | 2026-07-20T18:51:48.587Z | |
| 7880 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.39/32 -> 10.0.0.255Jul 20 18:51:47.103 |
| 7881 | 2026-07-20T18:51:48.587Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7882 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }]Jul 20 18:51:47.103 |
| 7883 | 2026-07-20T18:51:48.587Z | 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 } }] |
| 7884 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 20 18:51:47.103 |
| 7885 | 2026-07-20T18:51:48.587Z | INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7886 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }]Jul 20 18:51:47.103 |
| 7887 | 2026-07-20T18:51:48.587Z | 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 } }] |
| 7888 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:51:47.103 |
| 7889 | 2026-07-20T18:51:48.587Z | DEBG failed to allocate space for the new target list |
| 7890 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 20 18:51:47.103 |
| 7891 | 2026-07-20T18:51:48.587Z | 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 } }]Jul 20 18:51:47.103 |
| 7892 | 2026-07-20T18:51:48.587Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7893 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7894 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7895 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7896 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7897 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7898 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7899 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7900 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7901 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7902 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7903 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7904 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7905 | 2026-07-20T18:51:48.587Z | |
| 7906 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7907 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7908 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7909 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7910 | 2026-07-20T18:51:48.587Z | running 0 tests |
| 7911 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7912 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7913 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 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 } }] |
| 7914 | 2026-07-20T18:51:48.587Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7915 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7916 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7917 | 2026-07-20T18:51:48.588Z | |
| 7918 | 2026-07-20T18:51:48.588Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7919 | 2026-07-20T18:51:48.588Z | |
| 7920 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7921 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7922 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7923 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7924 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7925 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7926 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7927 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7928 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7929 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7930 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7931 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7932 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7933 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7934 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7935 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 DEBG failed to allocate space for the new target list |
| 7936 | 2026-07-20T18:51:48.588Z | Jul 20 18:51:47.103 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 } }] |
| 7937 | 2026-07-20T18:51:48.588Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-0b3a85da04d4dd88) |
| 7938 | 2026-07-20T18:51:48.588Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-f06e786512a06691) |
| 7939 | 2026-07-20T18:51:48.588Z | |
| 7940 | 2026-07-20T18:51:48.588Z | running 0 tests |
| 7941 | 2026-07-20T18:51:48.588Z | |
| 7942 | 2026-07-20T18:51:48.592Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7943 | 2026-07-20T18:51:48.592Z | |
| 7944 | 2026-07-20T18:51:48.592Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-3e28f173c8456a07) |
| 7945 | 2026-07-20T18:51:48.592Z | |
| 7946 | 2026-07-20T18:51:48.592Z | running 6 tests |
| 7947 | 2026-07-20T18:51:48.592Z | test tests::test_full_lot_id_neither_present ... ok |
| 7948 | 2026-07-20T18:51:48.592Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7949 | 2026-07-20T18:51:48.592Z | test tests::test_parse_client_port_id ... ok |
| 7950 | 2026-07-20T18:51:48.592Z | test tests::test_full_lot_id_both_present ... ok |
| 7951 | 2026-07-20T18:51:48.592Z | test tests::test_full_lot_id_lot_only ... ok |
| 7952 | 2026-07-20T18:51:48.592Z | test tests::test_port_id_cmp ... ok |
| 7953 | 2026-07-20T18:51:48.592Z | |
| 7954 | 2026-07-20T18:51:48.592Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7955 | 2026-07-20T18:51:48.592Z | |
| 7956 | 2026-07-20T18:51:48.592Z | Running tests/test_all.rs (target/debug/deps/test_all-71c9ac307a45d5f1) |
| 7957 | 2026-07-20T18:51:48.592Z | |
| 7958 | 2026-07-20T18:51:48.592Z | running 0 tests |
| 7959 | 2026-07-20T18:51:48.592Z | |
| 7960 | 2026-07-20T18:51:48.592Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7961 | 2026-07-20T18:51:48.592Z | |
| 7962 | 2026-07-20T18:51:48.592Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-11db5a325e35dfde) |
| 7963 | 2026-07-20T18:51:48.592Z | |
| 7964 | 2026-07-20T18:51:48.592Z | running 0 tests |
| 7965 | 2026-07-20T18:51:48.593Z | |
| 7966 | 2026-07-20T18:51:48.593Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7967 | 2026-07-20T18:51:48.593Z | |
| 7968 | 2026-07-20T18:51:48.593Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-c4f9de8db5458c62) |
| 7969 | 2026-07-20T18:51:48.593Z | |
| 7970 | 2026-07-20T18:51:48.593Z | running 0 tests |
| 7971 | 2026-07-20T18:51:48.593Z | |
| 7972 | 2026-07-20T18:51:48.593Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7973 | 2026-07-20T18:51:48.593Z | |
| 7974 | 2026-07-20T18:51:48.593Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 7975 | 2026-07-20T18:51:48.593Z | |
| 7976 | 2026-07-20T18:51:48.593Z | running 12 tests |
| 7977 | 2026-07-20T18:51:48.593Z | test icmp::test_v6_checksum ... ok |
| 7978 | 2026-07-20T18:51:48.593Z | test lldp::test_lldp_parse ... ok |
| 7979 | 2026-07-20T18:51:48.593Z | test icmp::test_v4_checksum ... ok |
| 7980 | 2026-07-20T18:51:48.593Z | test ipv6::test_ipv6_parse ... ok |
| 7981 | 2026-07-20T18:51:48.593Z | test pbuf::test_byte ... ok |
| 7982 | 2026-07-20T18:51:48.593Z | test pbuf::test_nibble ... ok |
| 7983 | 2026-07-20T18:51:48.593Z | test pbuf::test_short ... ok |
| 7984 | 2026-07-20T18:51:48.593Z | test pbuf::test_overflow ... ok |
| 7985 | 2026-07-20T18:51:48.593Z | test pbuf::test_twelve ... ok |
| 7986 | 2026-07-20T18:51:48.593Z | test pbuf::test_word ... ok |
| 7987 | 2026-07-20T18:51:48.593Z | test tcp::test_checksum_ack_data ... ok |
| 7988 | 2026-07-20T18:51:48.593Z | test tcp::test_checksum_syn_nodata ... ok |
| 7989 | 2026-07-20T18:51:48.593Z | |
| 7990 | 2026-07-20T18:51:48.593Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7991 | 2026-07-20T18:51:48.593Z | |
| 7992 | 2026-07-20T18:51:48.593Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 7993 | 2026-07-20T18:51:48.593Z | |
| 7994 | 2026-07-20T18:51:48.593Z | running 0 tests |
| 7995 | 2026-07-20T18:51:48.593Z | |
| 7996 | 2026-07-20T18:51:48.593Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7997 | 2026-07-20T18:51:48.593Z | |
| 7998 | 2026-07-20T18:51:48.593Z | Running unittests src/main.rs (target/debug/deps/swadm-e17c0d2faaf93a7a) |
| 7999 | 2026-07-20T18:51:48.596Z | |
| 8000 | 2026-07-20T18:51:48.596Z | running 5 tests |
| 8001 | 2026-07-20T18:51:48.600Z | test switchport::test::test_compute_lanes ... ok |
| 8002 | 2026-07-20T18:51:48.603Z | test switchport::test::port_id_ordering ... ok |
| 8003 | 2026-07-20T18:51:48.603Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8004 | 2026-07-20T18:51:48.603Z | State: Activated Activated Activated Activated |
| 8005 | 2026-07-20T18:51:48.603Z | Rx Output Enabled: false false false false |
| 8006 | 2026-07-20T18:51:48.603Z | Rx Output Status: valid valid valid valid |
| 8007 | 2026-07-20T18:51:48.603Z | Rx Loss-of-lock: true true true true |
| 8008 | 2026-07-20T18:51:48.603Z | Rx Loss-of-signal: false Lane 0 false false Lane 1false |
| 8009 | 2026-07-20T18:51:48.603Z | Lane 2 Rx Auto-squelch Disable: trueLane 3 |
| 8010 | 2026-07-20T18:51:48.603Z | true Rx Loss-of-lock: Yestrue true |
| 8011 | 2026-07-20T18:51:48.603Z | Yes Tx Output Enabled: true Yestrue trueYes |
| 8012 | 2026-07-20T18:51:48.603Z | true Rx Loss-of-signal: Yes |
| 8013 | 2026-07-20T18:51:48.603Z | Tx Output Status: invalidYes invalidYes Yes |
| 8014 | 2026-07-20T18:51:48.603Z | invalid Rx CDR Enabled: Yesinvalid |
| 8015 | 2026-07-20T18:51:48.603Z | Yes Tx Loss-of-lock: false Yesfalse Yes |
| 8016 | 2026-07-20T18:51:48.603Z | false Tx Enabled: Yesfalse |
| 8017 | 2026-07-20T18:51:48.603Z | Yes Tx Loss-of-signal: true Yestrue Yes |
| 8018 | 2026-07-20T18:51:48.603Z | true true |
| 8019 | 2026-07-20T18:51:48.603Z | Tx Loss-of-lock: No Tx Auto-squelch Disable: falseNo No falseNo |
| 8020 | 2026-07-20T18:51:48.603Z | Tx Loss-of-signal: Nofalse falseNo |
| 8021 | 2026-07-20T18:51:48.603Z | No Tx Adaptive EQ Fail: true Notrue |
| 8022 | 2026-07-20T18:51:48.603Z | Tx CDR Enabled: Notrue Notrue |
| 8023 | 2026-07-20T18:51:48.603Z | No Tx Failure: falseNo |
| 8024 | 2026-07-20T18:51:48.604Z | false Tx Adaptive EQ Fault: No false Nofalse |
| 8025 | 2026-07-20T18:51:48.604Z | No Tx Force Squelch: trueNo |
| 8026 | 2026-07-20T18:51:48.604Z | true Tx Fault: Yes true Yes true |
| 8027 | 2026-07-20T18:51:48.604Z | Yes Tx Input Polarity: normalYes |
| 8028 | 2026-07-20T18:51:48.604Z | normal normal normal |
| 8029 | 2026-07-20T18:51:48.604Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8030 | 2026-07-20T18:51:48.604Z | test switchport::test::test_print_sff_datapath ... ok |
| 8031 | 2026-07-20T18:51:48.604Z | test link::test_filter ... ok |
| 8032 | 2026-07-20T18:51:48.604Z | |
| 8033 | 2026-07-20T18:51:48.604Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8034 | 2026-07-20T18:51:48.604Z | |
| 8035 | 2026-07-20T18:51:48.607Z | Running tests/counters.rs (target/debug/deps/counters-60c9131b700c3613) |
| 8036 | 2026-07-20T18:51:48.610Z | |
| 8037 | 2026-07-20T18:51:48.610Z | running 1 test |
| 8038 | 2026-07-20T18:51:48.610Z | test test_p4_counter_list ... ignored |
| 8039 | 2026-07-20T18:51:48.610Z | |
| 8040 | 2026-07-20T18:51:48.610Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8041 | 2026-07-20T18:51:48.610Z | |
| 8042 | 2026-07-20T18:51:48.610Z | Running tests/port-link.rs (target/debug/deps/port_link-d4cd4f805b4a86eb) |
| 8043 | 2026-07-20T18:51:48.615Z | |
| 8044 | 2026-07-20T18:51:48.615Z | running 5 tests |
| 8045 | 2026-07-20T18:51:48.618Z | test test_an ... ignored |
| 8046 | 2026-07-20T18:51:48.618Z | test test_enable ... ignored |
| 8047 | 2026-07-20T18:51:48.618Z | test test_ip_addresses ... ignored |
| 8048 | 2026-07-20T18:51:48.618Z | test test_kr ... ignored |
| 8049 | 2026-07-20T18:51:48.618Z | test test_mac ... ignored |
| 8050 | 2026-07-20T18:51:48.618Z | |
| 8051 | 2026-07-20T18:51:48.618Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8052 | 2026-07-20T18:51:48.618Z | |
| 8053 | 2026-07-20T18:51:48.618Z | Running unittests src/main.rs (target/debug/deps/tfportd-f4a585f2ebf62604) |
| 8054 | 2026-07-20T18:51:48.621Z | |
| 8055 | 2026-07-20T18:51:48.621Z | running 3 tests |
| 8056 | 2026-07-20T18:51:48.624Z | test linklocal::test_parse_ipadm ... ok |
| 8057 | 2026-07-20T18:51:48.624Z | test tfport::test_parse_tfport ... ok |
| 8058 | 2026-07-20T18:51:48.624Z | test config::tests::test_updates ... ok |
| 8059 | 2026-07-20T18:51:48.624Z | |
| 8060 | 2026-07-20T18:51:48.624Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8061 | 2026-07-20T18:51:48.624Z | |
| 8062 | 2026-07-20T18:51:48.624Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 8063 | 2026-07-20T18:51:48.629Z | |
| 8064 | 2026-07-20T18:51:48.629Z | running 0 tests |
| 8065 | 2026-07-20T18:51:48.629Z | |
| 8066 | 2026-07-20T18:51:48.629Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8067 | 2026-07-20T18:51:48.629Z | |
| 8068 | 2026-07-20T18:51:48.632Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8069 | 2026-07-20T18:51:48.632Z | |
| 8070 | 2026-07-20T18:51:48.632Z | running 0 tests |
| 8071 | 2026-07-20T18:51:48.632Z | |
| 8072 | 2026-07-20T18:51:48.632Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8073 | 2026-07-20T18:51:48.632Z | |
| 8074 | 2026-07-20T18:51:48.635Z | Doc-tests aal |
| 8075 | 2026-07-20T18:51:48.765Z | |
| 8076 | 2026-07-20T18:51:48.765Z | running 0 tests |
| 8077 | 2026-07-20T18:51:48.765Z | |
| 8078 | 2026-07-20T18:51:48.769Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8079 | 2026-07-20T18:51:48.769Z | |
| 8080 | 2026-07-20T18:51:48.783Z | Doc-tests aal_macros |
| 8081 | 2026-07-20T18:51:48.856Z | |
| 8082 | 2026-07-20T18:51:48.856Z | running 0 tests |
| 8083 | 2026-07-20T18:51:48.856Z | |
| 8084 | 2026-07-20T18:51:48.856Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8085 | 2026-07-20T18:51:48.856Z | |
| 8086 | 2026-07-20T18:51:48.868Z | Doc-tests common |
| 8087 | 2026-07-20T18:51:49.106Z | |
| 8088 | 2026-07-20T18:51:49.106Z | running 0 tests |
| 8089 | 2026-07-20T18:51:49.106Z | |
| 8090 | 2026-07-20T18:51:49.106Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8091 | 2026-07-20T18:51:49.106Z | |
| 8092 | 2026-07-20T18:51:49.127Z | Doc-tests dpd_api |
| 8093 | 2026-07-20T18:51:49.895Z | |
| 8094 | 2026-07-20T18:51:49.895Z | running 2 tests |
| 8095 | 2026-07-20T18:51:49.895Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 8096 | 2026-07-20T18:51:49.895Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 8097 | 2026-07-20T18:51:49.895Z | |
| 8098 | 2026-07-20T18:51:49.895Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8099 | 2026-07-20T18:51:49.895Z | |
| 8100 | 2026-07-20T18:51:49.927Z | Doc-tests dpd_client |
| 8101 | 2026-07-20T18:51:51.203Z | |
| 8102 | 2026-07-20T18:51:51.203Z | running 0 tests |
| 8103 | 2026-07-20T18:51:51.203Z | |
| 8104 | 2026-07-20T18:51:51.203Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8105 | 2026-07-20T18:51:51.203Z | |
| 8106 | 2026-07-20T18:51:51.251Z | Doc-tests dpd_types |
| 8107 | 2026-07-20T18:51:51.469Z | |
| 8108 | 2026-07-20T18:51:51.469Z | running 0 tests |
| 8109 | 2026-07-20T18:51:51.469Z | |
| 8110 | 2026-07-20T18:51:51.469Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8111 | 2026-07-20T18:51:51.470Z | |
| 8112 | 2026-07-20T18:51:51.497Z | Doc-tests dpd_types_versions |
| 8113 | 2026-07-20T18:51:52.707Z | |
| 8114 | 2026-07-20T18:51:52.707Z | running 1 test |
| 8115 | 2026-07-20T18:51:52.707Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8116 | 2026-07-20T18:51:52.707Z | |
| 8117 | 2026-07-20T18:51:52.707Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8118 | 2026-07-20T18:51:52.707Z | |
| 8119 | 2026-07-20T18:51:52.754Z | Doc-tests packet |
| 8120 | 2026-07-20T18:51:52.869Z | |
| 8121 | 2026-07-20T18:51:52.869Z | running 0 tests |
| 8122 | 2026-07-20T18:51:52.869Z | |
| 8123 | 2026-07-20T18:51:52.869Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8124 | 2026-07-20T18:51:52.869Z | |
| 8125 | 2026-07-20T18:51:52.885Z | Doc-tests pcap |
| 8126 | 2026-07-20T18:51:52.938Z | |
| 8127 | 2026-07-20T18:51:52.939Z | running 0 tests |
| 8128 | 2026-07-20T18:51:52.939Z | |
| 8129 | 2026-07-20T18:51:52.939Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-07-20T18:51:52.939Z | |
| 8131 | 2026-07-20T18:51:52.990Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8132 | 2026-07-20T18:51:52.990Z | + RUST_BACKTRACE=full |
| 8133 | 2026-07-20T18:51:52.990Z | + cargo test --features chaos --no-fail-fast |
| 8134 | 2026-07-20T18:51:53.590Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8135 | 2026-07-20T18:51:53.673Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8136 | 2026-07-20T18:51:53.681Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8137 | 2026-07-20T18:52:02.053Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8138 | 2026-07-20T18:52:02.140Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8139 | 2026-07-20T18:52:37.584Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 44.57s |
| 8140 | 2026-07-20T18:52:37.698Z | Running unittests src/lib.rs (target/debug/deps/aal-8d959592a841ca0a) |
| 8141 | 2026-07-20T18:52:37.702Z | |
| 8142 | 2026-07-20T18:52:37.702Z | running 5 tests |
| 8143 | 2026-07-20T18:52:37.706Z | test fuse::tests::chip_revision_a0 ... ok |
| 8144 | 2026-07-20T18:52:37.706Z | test fuse::tests::chip_revision_b1 ... ok |
| 8145 | 2026-07-20T18:52:37.706Z | test fuse::tests::chip_revision_unknown_device_id ... ok |
| 8146 | 2026-07-20T18:52:37.706Z | test fuse::tests::chip_revision_b0 ... ok |
| 8147 | 2026-07-20T18:52:37.706Z | test fuse::tests::chip_revision_unknown_rev_num ... ok |
| 8148 | 2026-07-20T18:52:37.706Z | |
| 8149 | 2026-07-20T18:52:37.706Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8150 | 2026-07-20T18:52:37.706Z | |
| 8151 | 2026-07-20T18:52:37.706Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8152 | 2026-07-20T18:52:37.709Z | |
| 8153 | 2026-07-20T18:52:37.710Z | running 0 tests |
| 8154 | 2026-07-20T18:52:37.710Z | |
| 8155 | 2026-07-20T18:52:37.710Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-07-20T18:52:37.710Z | |
| 8157 | 2026-07-20T18:52:37.710Z | Running unittests src/lib.rs (target/debug/deps/asic-c9e76c22fa243ede) |
| 8158 | 2026-07-20T18:52:37.716Z | |
| 8159 | 2026-07-20T18:52:37.716Z | running 0 tests |
| 8160 | 2026-07-20T18:52:37.716Z | |
| 8161 | 2026-07-20T18:52:37.719Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8162 | 2026-07-20T18:52:37.719Z | |
| 8163 | 2026-07-20T18:52:37.719Z | Running unittests src/lib.rs (target/debug/deps/common-ddd70d3034f6ddac) |
| 8164 | 2026-07-20T18:52:37.723Z | |
| 8165 | 2026-07-20T18:52:37.723Z | running 11 tests |
| 8166 | 2026-07-20T18:52:37.726Z | test nat::tests::test_vni ... ok |
| 8167 | 2026-07-20T18:52:37.726Z | test network::tests::test_equal ... ok |
| 8168 | 2026-07-20T18:52:37.726Z | test network::tests::test_eui64 ... ok |
| 8169 | 2026-07-20T18:52:37.726Z | test network::tests::test_not_equal ... ok |
| 8170 | 2026-07-20T18:52:37.726Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8171 | 2026-07-20T18:52:37.726Z | test network::tests::test_into ... ok |
| 8172 | 2026-07-20T18:52:37.726Z | test network::tests::test_to_string ... ok |
| 8173 | 2026-07-20T18:52:37.726Z | test ports::tests::port_ids_are_ascii ... ok |
| 8174 | 2026-07-20T18:52:37.726Z | test network::tests::test_parse ... ok |
| 8175 | 2026-07-20T18:52:37.727Z | test test_purge ... ok |
| 8176 | 2026-07-20T18:52:37.730Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8177 | 2026-07-20T18:52:37.730Z | |
| 8178 | 2026-07-20T18:52:37.730Z | test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8179 | 2026-07-20T18:52:37.730Z | |
| 8180 | 2026-07-20T18:52:37.730Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-532f59adce81adc7) |
| 8181 | 2026-07-20T18:52:37.754Z | |
| 8182 | 2026-07-20T18:52:37.754Z | running 1 test |
| 8183 | 2026-07-20T18:52:37.758Z | ------- |
| 8184 | 2026-07-20T18:52:37.762Z | Generating OpenAPI documents from API definitions ... |
| 8185 | 2026-07-20T18:52:37.919Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8186 | 2026-07-20T18:52:37.988Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8187 | 2026-07-20T18:52:38.952Z | ------- |
| 8188 | 2026-07-20T18:52:38.953Z | Checking 12 OpenAPI documents... |
| 8189 | 2026-07-20T18:52:38.953Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8190 | 2026-07-20T18:52:38.953Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8191 | 2026-07-20T18:52:38.956Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8192 | 2026-07-20T18:52:38.956Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8193 | 2026-07-20T18:52:38.956Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8194 | 2026-07-20T18:52:38.956Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8195 | 2026-07-20T18:52:38.956Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8196 | 2026-07-20T18:52:38.957Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8197 | 2026-07-20T18:52:38.957Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8198 | 2026-07-20T18:52:38.957Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8199 | 2026-07-20T18:52:38.957Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8200 | 2026-07-20T18:52:38.957Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8201 | 2026-07-20T18:52:38.957Z | Fresh dpd "latest" symlink |
| 8202 | 2026-07-20T18:52:38.957Z | ------- |
| 8203 | 2026-07-20T18:52:38.957Z | Success 12 documents checked: 13 fresh, 0 stale, 0 failed, 0 other problems |
| 8204 | 2026-07-20T18:52:39.019Z | test test::test_apis_up_to_date ... ok |
| 8205 | 2026-07-20T18:52:39.019Z | |
| 8206 | 2026-07-20T18:52:39.019Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s |
| 8207 | 2026-07-20T18:52:39.019Z | |
| 8208 | 2026-07-20T18:52:39.081Z | Running unittests src/main.rs (target/debug/deps/dpd-4b8a65ead319ba24) |
| 8209 | 2026-07-20T18:52:39.087Z | |
| 8210 | 2026-07-20T18:52:39.087Z | running 34 tests |
| 8211 | 2026-07-20T18:52:39.090Z | test freemap::test_ordering ... ok |
| 8212 | 2026-07-20T18:52:39.090Z | test config::tests::test_updates ... ok |
| 8213 | 2026-07-20T18:52:39.090Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8214 | 2026-07-20T18:52:39.090Z | test freemap::test_split ... ok |
| 8215 | 2026-07-20T18:52:39.094Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8216 | 2026-07-20T18:52:39.094Z | test macaddrs::tests::test_mac_offset ... ok |
| 8217 | 2026-07-20T18:52:39.094Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8218 | 2026-07-20T18:52:39.094Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8219 | 2026-07-20T18:52:39.094Z | test nat::test_mapping ... ok |
| 8220 | 2026-07-20T18:52:39.094Z | test port_map::tests::dump_map ... ok |
| 8221 | 2026-07-20T18:52:39.094Z | Jul 20 18:52:37.643 DEBG created new freemapJul 20 18:52:37.643 DEBG created new freemap, unit, unit: freemap_test: freemap_testJul 20 18:52:37.643 |
| 8222 | 2026-07-20T18:52:39.094Z | DEBG created new freemap, unit: Jul 20 18:52:37.643freemap_test DEBG |
| 8223 | 2026-07-20T18:52:39.094Z | initted freemap. size: 128 |
| 8224 | 2026-07-20T18:52:39.094Z | , unit:Jul 20 18:52:37.643 freemap_testDEBG |
| 8225 | 2026-07-20T18:52:39.094Z | initted freemap. size: 128, unit:Jul 20 18:52:37.643 freemap_testDEBG |
| 8226 | 2026-07-20T18:52:39.095Z | reset freemap, unit:Jul 20 18:52:37.643 freemap_testDEBG |
| 8227 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.643 reset freemapDEBG, unitinitted freemap. size: 128: , freemap_testunit |
| 8228 | 2026-07-20T18:52:39.095Z | : freemap_test |
| 8229 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.643 DEBG reset freemap, unit: freemap_test |
| 8230 | 2026-07-20T18:52:39.095Z | test freemap::test_free ... ok |
| 8231 | 2026-07-20T18:52:39.095Z | test freemap::test_exhaustion ... ok |
| 8232 | 2026-07-20T18:52:39.095Z | test freemap::test_reclaim ... ok |
| 8233 | 2026-07-20T18:52:39.095Z | test port_map::tests::test_backplane_group ... ok |
| 8234 | 2026-07-20T18:52:39.095Z | test port_map::tests::test_port_map ... ok |
| 8235 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test |
| 8236 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG initted freemap. size: 8, unit: freemap_test |
| 8237 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test |
| 8238 | 2026-07-20T18:52:39.095Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8239 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test |
| 8240 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG initted freemap. size: 128, unit: freemap_test |
| 8241 | 2026-07-20T18:52:39.095Z | Jul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test |
| 8242 | 2026-07-20T18:52:39.096Z | test api_server::tests::test_build_info ... ok |
| 8243 | 2026-07-20T18:52:39.096Z | test freemap::test_basic ... ok |
| 8244 | 2026-07-20T18:52:39.096Z | Jul 20 18:52:37.644 DEBG created new freemap, unit: freemap_test |
| 8245 | 2026-07-20T18:52:39.096Z | Jul 20 18:52:37.644 DEBG initted freemap. size: 128, unit: freemap_test |
| 8246 | 2026-07-20T18:52:39.096Z | Jul 20 18:52:37.644 DEBG reset freemap, unit: freemap_test |
| 8247 | 2026-07-20T18:52:39.096Z | test freemap::test_span ... ok |
| 8248 | 2026-07-20T18:52:39.101Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8249 | 2026-07-20T18:52:39.101Z | Jul 20 18:52:37.645 DEBG created new freemap, unit: freemap_route_ipv4 |
| 8250 | 2026-07-20T18:52:39.101Z | Jul 20 18:52:37.645 DEBG created new freemap, unit: freemap_route_ipv6 |
| 8251 | 2026-07-20T18:52:39.101Z | Jul 20 18:52:37.645 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8252 | 2026-07-20T18:52:39.101Z | Jul 20 18:52:37.645 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8253 | 2026-07-20T18:52:39.102Z | Jul 20 18:52:37.645 DEBG Jul 20 18:52:37.645initted freemap. size: 64 , DEBGunit :created new freemap freemap_route_ipv6, |
| 8254 | 2026-07-20T18:52:39.102Z | unit: freemap_route_ipv4Jul 20 18:52:37.645 |
| 8255 | 2026-07-20T18:52:39.102Z | DEBG reset freemap, unit: Jul 20 18:52:37.645freemap_route_ipv6 |
| 8256 | 2026-07-20T18:52:39.102Z | DEBG created new freemap, unitJul 20 18:52:37.645: INFOfreemap_route_ipv6 |
| 8257 | 2026-07-20T18:52:39.102Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8258 | 2026-07-20T18:52:39.102Z | Jul 20 18:52:37.645Jul 20 18:52:37.645 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 8259 | 2026-07-20T18:52:39.102Z | unit: freemap_route_ipv4 |
| 8260 | 2026-07-20T18:52:39.102Z | Jul 20 18:52:37.645 INFO Jul 20 18:52:37.645adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8261 | 2026-07-20T18:52:39.102Z | DEBG reset freemap, unitJul 20 18:52:37.645: DEBGfreemap_route_ipv4 |
| 8262 | 2026-07-20T18:52:39.102Z | 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 } }] |
| 8263 | 2026-07-20T18:52:39.102Z | Jul 20 18:52:37.645Jul 20 18:52:37.645 DEBGINFO initted freemap. size: 64adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 8264 | 2026-07-20T18:52:39.102Z | unit: freemap_route_ipv6 |
| 8265 | 2026-07-20T18:52:39.102Z | Jul 20 18:52:37.645 DEBG Jul 20 18:52:37.645replacing 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 } }] |
| 8266 | 2026-07-20T18:52:39.102Z | DEBG reset freemap, unitJul 20 18:52:37.645: INFOfreemap_route_ipv6 |
| 8267 | 2026-07-20T18:52:39.103Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8268 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.645 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:52:37.646 |
| 8269 | 2026-07-20T18:52:39.103Z | 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 } }] |
| 8270 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646 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 20 18:52:37.646 |
| 8271 | 2026-07-20T18:52:39.103Z | INFO Jul 20 18:52:37.646adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8272 | 2026-07-20T18:52:39.103Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8273 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646 DEBGJul 20 18:52:37.646 replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8274 | 2026-07-20T18:52:39.103Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.646 |
| 8275 | 2026-07-20T18:52:39.103Z | INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8276 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646 Jul 20 18:52:37.646INFO DEBGadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8277 | 2026-07-20T18:52:39.103Z | 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 } }] |
| 8278 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8279 | 2026-07-20T18:52:39.103Z | |
| 8280 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8281 | 2026-07-20T18:52:39.103Z | |
| 8282 | 2026-07-20T18:52:39.103Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:6::/64 -> 2001:db8::55:ff |
| 8283 | 2026-07-20T18:52:39.104Z | |
| 8284 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:2::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8285 | 2026-07-20T18:52:39.104Z | |
| 8286 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8287 | 2026-07-20T18:52:39.104Z | |
| 8288 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8289 | 2026-07-20T18:52:39.104Z | |
| 8290 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:8::/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 } }] |
| 8291 | 2026-07-20T18:52:39.104Z | |
| 8292 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:4::/64 -> 2001:db8::55:ff |
| 8293 | 2026-07-20T18:52:39.104Z | |
| 8294 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding 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 } }] |
| 8295 | 2026-07-20T18:52:39.104Z | |
| 8296 | 2026-07-20T18:52:39.104Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8297 | 2026-07-20T18:52:39.104Z | |
| 8298 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8299 | 2026-07-20T18:52:39.105Z | |
| 8300 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:6::/64 -> 2001:db8::55:ff |
| 8301 | 2026-07-20T18:52:39.105Z | |
| 8302 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8303 | 2026-07-20T18:52:39.105Z | |
| 8304 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:7::/64 -> 2001:db8::55:ff |
| 8305 | 2026-07-20T18:52:39.105Z | |
| 8306 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 8307 | 2026-07-20T18:52:39.105Z | |
| 8308 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:8::/64 -> 2001:db8::55:ff |
| 8309 | 2026-07-20T18:52:39.105Z | |
| 8310 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8311 | 2026-07-20T18:52:39.105Z | |
| 8312 | 2026-07-20T18:52:39.105Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:9::/64 -> 2001:db8::55:ff |
| 8313 | 2026-07-20T18:52:39.106Z | |
| 8314 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8315 | 2026-07-20T18:52:39.106Z | |
| 8316 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:a::/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 } }] |
| 8317 | 2026-07-20T18:52:39.106Z | |
| 8318 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:f::/64 -> 2001:db8::55:ff |
| 8319 | 2026-07-20T18:52:39.106Z | |
| 8320 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:b::/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 } }] |
| 8321 | 2026-07-20T18:52:39.106Z | |
| 8322 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:10::/64 -> 2001:db8::55:ff |
| 8323 | 2026-07-20T18:52:39.106Z | |
| 8324 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:c::/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 } }] |
| 8325 | 2026-07-20T18:52:39.106Z | |
| 8326 | 2026-07-20T18:52:39.106Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:11::/64 -> 2001:db8::55:ff |
| 8327 | 2026-07-20T18:52:39.106Z | |
| 8328 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:d::/64 -> 2001:db8::55:ff |
| 8329 | 2026-07-20T18:52:39.107Z | |
| 8330 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:12::/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 } }] |
| 8331 | 2026-07-20T18:52:39.107Z | |
| 8332 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8333 | 2026-07-20T18:52:39.107Z | |
| 8334 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:13::/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 } }] |
| 8335 | 2026-07-20T18:52:39.107Z | |
| 8336 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:f::/64 -> 2001:db8::55:ff |
| 8337 | 2026-07-20T18:52:39.107Z | |
| 8338 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:14::/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 } }] |
| 8339 | 2026-07-20T18:52:39.107Z | |
| 8340 | 2026-07-20T18:52:39.107Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8341 | 2026-07-20T18:52:39.108Z | |
| 8342 | 2026-07-20T18:52:39.108Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8343 | 2026-07-20T18:52:39.108Z | |
| 8344 | 2026-07-20T18:52:39.108Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:11::/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 } }] |
| 8345 | 2026-07-20T18:52:39.108Z | |
| 8346 | 2026-07-20T18:52:39.108Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 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:16::/64 -> 2001:db8::55:ff |
| 8347 | 2026-07-20T18:52:39.108Z | |
| 8348 | 2026-07-20T18:52:39.113Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8349 | 2026-07-20T18:52:39.113Z | |
| 8350 | 2026-07-20T18:52:39.113Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8351 | 2026-07-20T18:52:39.114Z | |
| 8352 | 2026-07-20T18:52:39.114Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 Jul 20 18:52:37.646INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8353 | 2026-07-20T18:52:39.114Z | 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 } }] |
| 8354 | 2026-07-20T18:52:39.114Z | created new freemapJul 20 18:52:37.646, unitDEBGJul 20 18:52:37.646 : replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8355 | 2026-07-20T18:52:39.114Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8356 | 2026-07-20T18:52:39.114Z | |
| 8357 | 2026-07-20T18:52:39.114Z | Jul 20 18:52:37.646 Jul 20 18:52:37.646INFOJul 20 18:52:37.646 DEBGDEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8358 | 2026-07-20T18:52:39.114Z | 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 } }]created new freemap |
| 8359 | 2026-07-20T18:52:39.114Z | , unit: Jul 20 18:52:37.646Jul 20 18:52:37.646Jul 20 18:52:37.646freemap_route_ipv6 |
| 8360 | 2026-07-20T18:52:39.114Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBGDEBG Jul 20 18:52:37.646replacing 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 } }] |
| 8361 | 2026-07-20T18:52:39.114Z | |
| 8362 | 2026-07-20T18:52:39.114Z | DEBGcreated new freemapJul 20 18:52:37.646 Jul 20 18:52:37.646initted freemap. size: 64 DEBGINFO, unitadding route 3fff:beef:15::/64 -> 2001:db8::55:ff, :unit |
| 8363 | 2026-07-20T18:52:39.114Z | 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 } }] |
| 8364 | 2026-07-20T18:52:39.114Z | freemap_route_ipv4 |
| 8365 | 2026-07-20T18:52:39.114Z | : Jul 20 18:52:37.646freemap_route_ipv4 Jul 20 18:52:37.646DEBG Jul 20 18:52:37.646INFO DEBG |
| 8366 | 2026-07-20T18:52:39.114Z | adding route 3fff:beef:1a::/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 } }] |
| 8367 | 2026-07-20T18:52:39.114Z | |
| 8368 | 2026-07-20T18:52:39.114Z | reset freemap, Jul 20 18:52:37.646unit :Jul 20 18:52:37.646Jul 20 18:52:37.646DEBG created new freemapDEBGfreemap_route_ipv4 , |
| 8369 | 2026-07-20T18:52:39.114Z | unit 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 |
| 8370 | 2026-07-20T18:52:39.115Z | freemap_route_ipv6Jul 20 18:52:37.646 |
| 8371 | 2026-07-20T18:52:39.115Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffJul 20 18:52:37.646Jul 20 18:52:37.646 |
| 8372 | 2026-07-20T18:52:39.115Z | INFODEBG Jul 20 18:52:37.646adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff DEBGcreated new freemapDEBG |
| 8373 | 2026-07-20T18:52:39.115Z | Jul 20 18:52:37.646 initted freemap. size: 64, initted freemap. size: 64DEBG, , Jul 20 18:52:37.646unitunit unit:: DEBG: freemap_route_ipv4 |
| 8374 | 2026-07-20T18:52:39.115Z | 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 } }] |
| 8375 | 2026-07-20T18:52:39.115Z | freemap_route_ipv4freemap_route_ipv6replacing 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 20 18:52:37.646 |
| 8376 | 2026-07-20T18:52:39.115Z | Jul 20 18:52:37.646 |
| 8377 | 2026-07-20T18:52:39.115Z | DEBG |
| 8378 | 2026-07-20T18:52:39.115Z | INFOreset freemapJul 20 18:52:37.646 , adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8379 | 2026-07-20T18:52:39.115Z | DEBGJul 20 18:52:37.646 DEBGunit Jul 20 18:52:37.646:created new freemap , reset freemapDEBGunit , 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 } }]unitJul 20 18:52:37.646 ::freemap_route_ipv4 |
| 8380 | 2026-07-20T18:52:39.115Z | |
| 8381 | 2026-07-20T18:52:39.115Z | freemap_route_ipv6freemap_route_ipv6 |
| 8382 | 2026-07-20T18:52:39.115Z | Jul 20 18:52:37.646 |
| 8383 | 2026-07-20T18:52:39.115Z | INFO INFO Jul 20 18:52:37.646adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8384 | 2026-07-20T18:52:39.115Z | DEBGJul 20 18:52:37.646 |
| 8385 | 2026-07-20T18:52:39.115Z | Jul 20 18:52:37.646 DEBG Jul 20 18:52:37.646created new freemap DEBG INFOinitted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 8386 | 2026-07-20T18:52:39.115Z | :, unitfreemap_route_ipv4: |
| 8387 | 2026-07-20T18:52:39.115Z | freemap_route_ipv4Jul 20 18:52:37.646 |
| 8388 | 2026-07-20T18:52:39.115Z | DEBGJul 20 18:52:37.646 Jul 20 18:52:37.646replacing 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 20 18:52:37.646 DEBGDEBG reset freemap |
| 8389 | 2026-07-20T18:52:39.115Z | created new freemap, , unitunit:: DEBG Jul 20 18:52:37.646freemap_route_ipv6 freemap_route_ipv4 |
| 8390 | 2026-07-20T18:52:39.116Z | INFO |
| 8391 | 2026-07-20T18:52:39.116Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing 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 } }] |
| 8392 | 2026-07-20T18:52:39.116Z | |
| 8393 | 2026-07-20T18:52:39.116Z | Jul 20 18:52:37.646 Jul 20 18:52:37.646DEBG Jul 20 18:52:37.646DEBG initted freemap. size: 64initted freemap. size: 64, , unitunit::Jul 20 18:52:37.646 freemap_route_ipv4 |
| 8394 | 2026-07-20T18:52:39.116Z | INFODEBGfreemap_route_ipv6 |
| 8395 | 2026-07-20T18:52:39.116Z | 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 } }] |
| 8396 | 2026-07-20T18:52:39.116Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffJul 20 18:52:37.646 DEBGJul 20 18:52:37.646 reset freemapDEBG, unitreset freemapJul 20 18:52:37.646:, unitINFOfreemap_route_ipv4 |
| 8397 | 2026-07-20T18:52:39.116Z | :adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8398 | 2026-07-20T18:52:39.116Z | freemap_route_ipv6 |
| 8399 | 2026-07-20T18:52:39.116Z | Jul 20 18:52:37.646 DEBG initted freemap. size: 64, unitJul 20 18:52:37.646: DEBGfreemap_route_ipv6 |
| 8400 | 2026-07-20T18:52:39.116Z | 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 } }] |
| 8401 | 2026-07-20T18:52:39.116Z | Jul 20 18:52:37.646 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8402 | 2026-07-20T18:52:39.117Z | Jul 20 18:52:37.646 DEBG reset freemapJul 20 18:52:37.646, unitDEBG: Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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_ipv6INFO |
| 8403 | 2026-07-20T18:52:39.117Z | |
| 8404 | 2026-07-20T18:52:39.117Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8405 | 2026-07-20T18:52:39.117Z | Jul 20 18:52:37.646 Jul 20 18:52:37.646INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8406 | 2026-07-20T18:52:39.117Z | 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 } }] |
| 8407 | 2026-07-20T18:52:39.117Z | Jul 20 18:52:37.646Jul 20 18:52:37.646Jul 20 18:52:37.646 INFODEBG Jul 20 18:52:37.646 adding route 3fff:beef::/64 -> 2001:db8::55:ffINFODEBG |
| 8408 | 2026-07-20T18:52:39.117Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8409 | 2026-07-20T18:52:39.117Z | |
| 8410 | 2026-07-20T18:52:39.117Z | Jul 20 18:52:37.646 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 } }]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 } }] |
| 8411 | 2026-07-20T18:52:39.117Z | |
| 8412 | 2026-07-20T18:52:39.117Z | Jul 20 18:52:37.646Jul 20 18:52:37.646 DEBGINFO Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8413 | 2026-07-20T18:52:39.117Z | INFO |
| 8414 | 2026-07-20T18:52:39.117Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffJul 20 18:52:37.646 Jul 20 18:52:37.646INFO INFOadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8415 | 2026-07-20T18:52:39.118Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:52:37.646 |
| 8416 | 2026-07-20T18:52:39.118Z | |
| 8417 | 2026-07-20T18:52:39.118Z | Jul 20 18:52:37.646 DEBG Jul 20 18:52:37.646DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.646 |
| 8418 | 2026-07-20T18:52:39.118Z | 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 } }] |
| 8419 | 2026-07-20T18:52:39.118Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.646 |
| 8420 | 2026-07-20T18:52:39.118Z | 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 } }] Jul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8421 | 2026-07-20T18:52:39.118Z | |
| 8422 | 2026-07-20T18:52:39.118Z | Jul 20 18:52:37.646INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffINFO |
| 8423 | 2026-07-20T18:52:39.118Z | Jul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8424 | 2026-07-20T18:52:39.118Z | DEBGJul 20 18:52:37.646Jul 20 18:52:37.646 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.646 |
| 8425 | 2026-07-20T18:52:39.118Z | 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 } }] |
| 8426 | 2026-07-20T18:52:39.118Z | 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 20 18:52:37.646 |
| 8427 | 2026-07-20T18:52:39.118Z | INFO Jul 20 18:52:37.646adding route 3fff:dead::/64 -> 2001:db8::55:4Jul 20 18:52:37.646 INFO |
| 8428 | 2026-07-20T18:52:39.118Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8429 | 2026-07-20T18:52:39.118Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.646 |
| 8430 | 2026-07-20T18:52:39.119Z | DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8431 | 2026-07-20T18:52:39.119Z | Jul 20 18:52:37.646replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8432 | 2026-07-20T18:52:39.119Z | 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 20 18:52:37.646 |
| 8433 | 2026-07-20T18:52:39.119Z | INFOJul 20 18:52:37.646 adding route 3fff:beef::/64 -> 2001:db8::55:ffJul 20 18:52:37.646DEBG |
| 8434 | 2026-07-20T18:52:39.119Z | 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 |
| 8435 | 2026-07-20T18:52:39.119Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:52:37.646 |
| 8436 | 2026-07-20T18:52:39.119Z | 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 } }] |
| 8437 | 2026-07-20T18:52:39.119Z | Jul 20 18:52:37.646 DEBGJul 20 18:52:37.646 replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8438 | 2026-07-20T18:52:39.119Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 8439 | 2026-07-20T18:52:39.119Z | Jul 20 18:52:37.647 INFOJul 20 18:52:37.647Jul 20 18:52:37.647 DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8440 | 2026-07-20T18:52:39.119Z | 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 |
| 8441 | 2026-07-20T18:52:39.119Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8442 | 2026-07-20T18:52:39.119Z | Jul 20 18:52:37.647 |
| 8443 | 2026-07-20T18:52:39.119Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647 DEBGDEBG 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 } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8444 | 2026-07-20T18:52:39.119Z | |
| 8445 | 2026-07-20T18:52:39.119Z | 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 } }] |
| 8446 | 2026-07-20T18:52:39.120Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFODEBGJul 20 18:52:37.647 adding route 3fff:beef:2::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8447 | 2026-07-20T18:52:39.120Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8448 | 2026-07-20T18:52:39.124Z | |
| 8449 | 2026-07-20T18:52:39.124Z | 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 20 18:52:37.647 |
| 8450 | 2026-07-20T18:52:39.124Z | DEBGJul 20 18:52:37.647 Jul 20 18:52:37.647replacing 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 20 18:52:37.647INFODEBG |
| 8451 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 8452 | 2026-07-20T18:52:39.124Z | |
| 8453 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8454 | 2026-07-20T18:52:39.124Z | INFO Jul 20 18:52:37.647adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8455 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8456 | 2026-07-20T18:52:39.124Z | |
| 8457 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647replacing 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 } }] |
| 8458 | 2026-07-20T18:52:39.124Z | DEBGJul 20 18:52:37.647 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 } }] DEBGJul 20 18:52:37.647 |
| 8459 | 2026-07-20T18:52:39.124Z | 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 } }] |
| 8460 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFO |
| 8461 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8462 | 2026-07-20T18:52:39.124Z | |
| 8463 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8464 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBG DEBG Jul 20 18:52:37.647replacing 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 } }] |
| 8465 | 2026-07-20T18:52:39.124Z | DEBGDEBG replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8466 | 2026-07-20T18:52:39.124Z | 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: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 } }] |
| 8467 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647 |
| 8468 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647 INFOJul 20 18:52:37.647INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff INFO |
| 8469 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8470 | 2026-07-20T18:52:39.124Z | |
| 8471 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647DEBG 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 } }] |
| 8472 | 2026-07-20T18:52:39.124Z | 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 20 18:52:37.647 |
| 8473 | 2026-07-20T18:52:39.124Z | DEBGJul 20 18:52:37.647 INFOreplacing 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 20 18:52:37.647adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8474 | 2026-07-20T18:52:39.124Z | INFOINFO |
| 8475 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8476 | 2026-07-20T18:52:39.124Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8477 | 2026-07-20T18:52:39.124Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8478 | 2026-07-20T18:52:39.124Z | Jul 20 18:52:37.647DEBGJul 20 18:52:37.647 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: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 } }] |
| 8479 | 2026-07-20T18:52:39.125Z | 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 } }] |
| 8480 | 2026-07-20T18:52:39.125Z | |
| 8481 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 INFOJul 20 18:52:37.647 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 8482 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFODEBG |
| 8483 | 2026-07-20T18:52:39.125Z | 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 20 18:52:37.647 |
| 8484 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647DEBGDEBG 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 |
| 8485 | 2026-07-20T18:52:39.125Z | 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:26::/64 -> 2001:db8::55:ff |
| 8486 | 2026-07-20T18:52:39.125Z | |
| 8487 | 2026-07-20T18:52:39.125Z | |
| 8488 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO INFOJul 20 18:52:37.647adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647DEBG |
| 8489 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8490 | 2026-07-20T18:52:39.125Z | |
| 8491 | 2026-07-20T18:52:39.125Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8492 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647 INFODEBGDEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8493 | 2026-07-20T18:52:39.125Z | |
| 8494 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647 |
| 8495 | 2026-07-20T18:52:39.125Z | INFO Jul 20 18:52:37.647adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8496 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 INFOINFOJul 20 18:52:37.647DEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8497 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8498 | 2026-07-20T18:52:39.125Z | DEBG |
| 8499 | 2026-07-20T18:52:39.125Z | 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 } }] |
| 8500 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGJul 20 18:52:37.647 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 20 18:52:37.647INFO replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8501 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8502 | 2026-07-20T18:52:39.125Z | |
| 8503 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8504 | 2026-07-20T18:52:39.125Z | INFOINFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8505 | 2026-07-20T18:52:39.125Z | |
| 8506 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG DEBG DEBGreplacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8507 | 2026-07-20T18:52:39.125Z | |
| 8508 | 2026-07-20T18:52:39.125Z | |
| 8509 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647 |
| 8510 | 2026-07-20T18:52:39.125Z | INFOJul 20 18:52:37.647 Jul 20 18:52:37.647adding route 3fff:beef:29::/64 -> 2001:db8::55:ff INFOINFO |
| 8511 | 2026-07-20T18:52:39.125Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8512 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647 |
| 8513 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647INFOJul 20 18:52:37.647 DEBGDEBG Jul 20 18:52:37.647replacing 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 } }] |
| 8514 | 2026-07-20T18:52:39.125Z | 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 |
| 8515 | 2026-07-20T18:52:39.125Z | replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8516 | 2026-07-20T18:52:39.125Z | Jul 20 18:52:37.647 |
| 8517 | 2026-07-20T18:52:39.125Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8518 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 INFOINFO Jul 20 18:52:37.647adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8519 | 2026-07-20T18:52:39.126Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8520 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647DEBG 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 20 18:52:37.647replacing 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 } }] |
| 8521 | 2026-07-20T18:52:39.126Z | |
| 8522 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 DEBGJul 20 18:52:37.647DEBG 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:d::/64 -> 2001:db8::55:ff |
| 8523 | 2026-07-20T18:52:39.126Z | 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 } }] |
| 8524 | 2026-07-20T18:52:39.126Z | |
| 8525 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 INFO Jul 20 18:52:37.647adding route 3fff:beef:20::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8526 | 2026-07-20T18:52:39.126Z | 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:11::/64 -> 2001:db8::55:ff |
| 8527 | 2026-07-20T18:52:39.126Z | INFO |
| 8528 | 2026-07-20T18:52:39.126Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8529 | 2026-07-20T18:52:39.126Z | DEBGJul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8530 | 2026-07-20T18:52:39.126Z | |
| 8531 | 2026-07-20T18:52:39.126Z | INFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8532 | 2026-07-20T18:52:39.126Z | |
| 8533 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647INFOJul 20 18:52:37.647 Jul 20 18:52:37.647 INFO INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8534 | 2026-07-20T18:52:39.126Z | 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 } }] |
| 8535 | 2026-07-20T18:52:39.126Z | |
| 8536 | 2026-07-20T18:52:39.126Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8537 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBG INFO DEBGJul 20 18:52:37.647 adding route 3fff:beef:f::/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 } }] |
| 8538 | 2026-07-20T18:52:39.126Z | |
| 8539 | 2026-07-20T18:52:39.126Z | 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 20 18:52:37.647DEBG DEBGreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.647 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 } }] |
| 8540 | 2026-07-20T18:52:39.126Z | INFO |
| 8541 | 2026-07-20T18:52:39.126Z | |
| 8542 | 2026-07-20T18:52:39.126Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8543 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO INFO INFODEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8544 | 2026-07-20T18:52:39.126Z | 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 } }] |
| 8545 | 2026-07-20T18:52:39.126Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8546 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 |
| 8547 | 2026-07-20T18:52:39.126Z | Jul 20 18:52:37.647 DEBG INFOJul 20 18:52:37.647replacing 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 } }] |
| 8548 | 2026-07-20T18:52:39.130Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8549 | 2026-07-20T18:52:39.130Z | DEBGJul 20 18:52:37.647 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 20 18:52:37.647 |
| 8550 | 2026-07-20T18:52:39.130Z | DEBGJul 20 18:52:37.647 DEBGreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8551 | 2026-07-20T18:52:39.130Z | INFO 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:11::/64 -> 2001:db8::55:ff |
| 8552 | 2026-07-20T18:52:39.130Z | |
| 8553 | 2026-07-20T18:52:39.130Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647INFOJul 20 18:52:37.647 INFODEBGJul 20 18:52:37.647 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8554 | 2026-07-20T18:52:39.130Z | |
| 8555 | 2026-07-20T18:52:39.130Z | replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8556 | 2026-07-20T18:52:39.130Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8557 | 2026-07-20T18:52:39.130Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 8558 | 2026-07-20T18:52:39.130Z | |
| 8559 | 2026-07-20T18:52:39.131Z | 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: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 } }] |
| 8560 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 INFODEBG adding route 3fff:beef:16::/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 } }] |
| 8561 | 2026-07-20T18:52:39.131Z | |
| 8562 | 2026-07-20T18:52:39.131Z | |
| 8563 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647 INFO Jul 20 18:52:37.647Jul 20 18:52:37.647 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8564 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647INFO replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8565 | 2026-07-20T18:52:39.131Z | INFO |
| 8566 | 2026-07-20T18:52:39.131Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8567 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 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 } }] Jul 20 18:52:37.647 |
| 8568 | 2026-07-20T18:52:39.131Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8569 | 2026-07-20T18:52:39.131Z | 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 } }] |
| 8570 | 2026-07-20T18:52:39.131Z | DEBGJul 20 18:52:37.647 Jul 20 18:52:37.647replacing 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 } }] |
| 8571 | 2026-07-20T18:52:39.131Z | INFODEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8572 | 2026-07-20T18:52:39.131Z | |
| 8573 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647 INFO Jul 20 18:52:37.647adding route 3fff:beef:25::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8574 | 2026-07-20T18:52:39.131Z | INFOINFODEBG 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:30::/64 -> 2001:db8::55:ff |
| 8575 | 2026-07-20T18:52:39.131Z | |
| 8576 | 2026-07-20T18:52:39.131Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8577 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGINFO 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 } }]adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8578 | 2026-07-20T18:52:39.131Z | |
| 8579 | 2026-07-20T18:52:39.131Z | 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 } }] Jul 20 18:52:37.647 |
| 8580 | 2026-07-20T18:52:39.131Z | 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 20 18:52:37.647DEBG |
| 8581 | 2026-07-20T18:52:39.131Z | 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 } }] |
| 8582 | 2026-07-20T18:52:39.131Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8583 | 2026-07-20T18:52:39.131Z | INFOJul 20 18:52:37.647 INFO Jul 20 18:52:37.647 INFOadding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 8584 | 2026-07-20T18:52:39.131Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8585 | 2026-07-20T18:52:39.131Z | adding route 3fff:beef:31::/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 } }] |
| 8586 | 2026-07-20T18:52:39.131Z | |
| 8587 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647 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 } }]Jul 20 18:52:37.647 |
| 8588 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647Jul 20 18:52:37.647INFO DEBGDEBGJul 20 18:52:37.647adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8589 | 2026-07-20T18:52:39.131Z | INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8590 | 2026-07-20T18:52:39.131Z | |
| 8591 | 2026-07-20T18:52:39.131Z | |
| 8592 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647 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 20 18:52:37.647 |
| 8593 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 INFO 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 } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO |
| 8594 | 2026-07-20T18:52:39.131Z | Jul 20 18:52:37.647 |
| 8595 | 2026-07-20T18:52:39.131Z | INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ffJul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8596 | 2026-07-20T18:52:39.131Z | |
| 8597 | 2026-07-20T18:52:39.131Z | INFO Jul 20 18:52:37.647 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 8598 | 2026-07-20T18:52:39.132Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 20 18:52:37.647 |
| 8599 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647 |
| 8600 | 2026-07-20T18:52:39.132Z | DEBG 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 } }] |
| 8601 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647Jul 20 18:52:37.647replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8602 | 2026-07-20T18:52:39.132Z | INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647 |
| 8603 | 2026-07-20T18:52:39.132Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff Jul 20 18:52:37.647 |
| 8604 | 2026-07-20T18:52:39.132Z | INFO Jul 20 18:52:37.647Jul 20 18:52:37.647 adding route 3fff:beef:19::/64 -> 2001:db8::55:ff INFODEBGDEBG |
| 8605 | 2026-07-20T18:52:39.132Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8606 | 2026-07-20T18:52:39.132Z | |
| 8607 | 2026-07-20T18:52:39.132Z | 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 20 18:52:37.647 |
| 8608 | 2026-07-20T18:52:39.132Z | DEBGJul 20 18:52:37.647 Jul 20 18:52:37.647 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 } }]INFOJul 20 18:52:37.647 |
| 8609 | 2026-07-20T18:52:39.132Z | DEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffINFO |
| 8610 | 2026-07-20T18:52:39.132Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffJul 20 18:52:37.647 |
| 8611 | 2026-07-20T18:52:39.132Z | INFO replacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8612 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 |
| 8613 | 2026-07-20T18:52:39.132Z | DEBG DEBGreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8614 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO adding route 3fff:beef:29::/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 } }]DEBG |
| 8615 | 2026-07-20T18:52:39.132Z | |
| 8616 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647replacing 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 } }] |
| 8617 | 2026-07-20T18:52:39.132Z | INFOJul 20 18:52:37.647Jul 20 18:52:37.647 Jul 20 18:52:37.647INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffINFO |
| 8618 | 2026-07-20T18:52:39.132Z | DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8619 | 2026-07-20T18:52:39.132Z | |
| 8620 | 2026-07-20T18:52:39.132Z | 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 } }] |
| 8621 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.647Jul 20 18:52:37.647 DEBGDEBG Jul 20 18:52:37.648replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 20 18:52:37.648 |
| 8622 | 2026-07-20T18:52:39.132Z | INFO DEBG |
| 8623 | 2026-07-20T18:52:39.132Z | 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 20 18:52:37.648adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8624 | 2026-07-20T18:52:39.132Z | INFO |
| 8625 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.648 Jul 20 18:52:37.647 Jul 20 18:52:37.648DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8626 | 2026-07-20T18:52:39.132Z | initted freemap. size: 64 created new freemap, unit: , Jul 20 18:52:37.648 unit: freemap_route_ipv6freemap_route_ipv4 |
| 8627 | 2026-07-20T18:52:39.132Z | |
| 8628 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.648 DEBGJul 20 18:52:37.648 Jul 20 18:52:37.648INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG created new freemap, unit:DEBG freemap_route_ipv6 |
| 8629 | 2026-07-20T18:52:39.132Z | INFOreset freemapDEBG, 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 } }]: |
| 8630 | 2026-07-20T18:52:39.132Z | freemap_route_ipv6Jul 20 18:52:37.648 DEBG |
| 8631 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.648 initted freemap. size: 64, 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 } }]unit |
| 8632 | 2026-07-20T18:52:39.132Z | : freemap_route_ipv4 |
| 8633 | 2026-07-20T18:52:39.132Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 INFO Jul 20 18:52:37.648 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreset freemap |
| 8634 | 2026-07-20T18:52:39.132Z | |
| 8635 | 2026-07-20T18:52:39.132Z | , Jul 20 18:52:37.648unit DEBG:Jul 20 18:52:37.648 freemap_route_ipv4 |
| 8636 | 2026-07-20T18:52:39.132Z | 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 } }] |
| 8637 | 2026-07-20T18:52:39.132Z | 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 20 18:52:37.648INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8638 | 2026-07-20T18:52:39.133Z | DEBG initted freemap. size: 64 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8639 | 2026-07-20T18:52:39.133Z | , unit:Jul 20 18:52:37.648 freemap_route_ipv6Jul 20 18:52:37.648 |
| 8640 | 2026-07-20T18:52:39.133Z | DEBG |
| 8641 | 2026-07-20T18:52:39.133Z | 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 } }] |
| 8642 | 2026-07-20T18:52:39.133Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 |
| 8643 | 2026-07-20T18:52:39.133Z | DEBG reset freemap, unitJul 20 18:52:37.648: INFOfreemap_route_ipv6Jul 20 18:52:37.648 |
| 8644 | 2026-07-20T18:52:39.133Z | Jul 20 18:52:37.648DEBG Jul 20 18:52:37.648 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8645 | 2026-07-20T18:52:39.133Z | |
| 8646 | 2026-07-20T18:52:39.133Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8647 | 2026-07-20T18:52:39.133Z | Jul 20 18:52:37.648 Jul 20 18:52:37.648INFO DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 8648 | 2026-07-20T18:52:39.137Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8649 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648 DEBG |
| 8650 | 2026-07-20T18:52:39.137Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8651 | 2026-07-20T18:52:39.137Z | |
| 8652 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 Jul 20 18:52:37.648DEBG INFO Jul 20 18:52:37.648INFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8653 | 2026-07-20T18:52:39.137Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8654 | 2026-07-20T18:52:39.137Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8655 | 2026-07-20T18:52:39.137Z | |
| 8656 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 INFO DEBGJul 20 18:52:37.648adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8657 | 2026-07-20T18:52:39.137Z | DEBG Jul 20 18:52:37.648replacing 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 } }] |
| 8658 | 2026-07-20T18:52:39.137Z | 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 |
| 8659 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 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: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 } }] |
| 8660 | 2026-07-20T18:52:39.137Z | |
| 8661 | 2026-07-20T18:52:39.137Z | INFO Jul 20 18:52:37.648 Jul 20 18:52:37.648Jul 20 18:52:37.648 INFOINFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8662 | 2026-07-20T18:52:39.137Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8663 | 2026-07-20T18:52:39.137Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8664 | 2026-07-20T18:52:39.137Z | |
| 8665 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648Jul 20 18:52:37.648Jul 20 18:52:37.648 DEBGDEBG replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8666 | 2026-07-20T18:52:39.137Z | |
| 8667 | 2026-07-20T18:52:39.137Z | DEBGJul 20 18:52:37.648 Jul 20 18:52:37.648DEBGJul 20 18:52:37.648replacing 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: "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 } }] |
| 8668 | 2026-07-20T18:52:39.137Z | INFO |
| 8669 | 2026-07-20T18:52:39.137Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8670 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 8671 | 2026-07-20T18:52:39.137Z | Jul 20 18:52:37.648 Jul 20 18:52:37.648adding route 3fff:beef:39::/64 -> 2001:db8::55:ffINFOJul 20 18:52:37.648 |
| 8672 | 2026-07-20T18:52:39.137Z | DEBG DEBGreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.648 |
| 8673 | 2026-07-20T18:52:39.137Z | 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 } }] |
| 8674 | 2026-07-20T18:52:39.137Z | DEBGJul 20 18:52:37.648 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:2 |
| 8675 | 2026-07-20T18:52:39.137Z | INFO |
| 8676 | 2026-07-20T18:52:39.137Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8677 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 INFOJul 20 18:52:37.648 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8678 | 2026-07-20T18:52:39.138Z | 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: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 } }] |
| 8679 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648 |
| 8680 | 2026-07-20T18:52:39.138Z | DEBG Jul 20 18:52:37.648replacing 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 20 18:52:37.648INFO |
| 8681 | 2026-07-20T18:52:39.138Z | INFOJul 20 18:52:37.648 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 8682 | 2026-07-20T18:52:39.138Z | INFO |
| 8683 | 2026-07-20T18:52:39.138Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8684 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 Jul 20 18:52:37.648DEBG INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:52:37.648replacing 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 } }] |
| 8685 | 2026-07-20T18:52:39.138Z | |
| 8686 | 2026-07-20T18:52:39.138Z | DEBG replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 8687 | 2026-07-20T18:52:39.138Z | |
| 8688 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 INFO Jul 20 18:52:37.648adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 8689 | 2026-07-20T18:52:39.138Z | INFO 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 } }] |
| 8690 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 8691 | 2026-07-20T18:52:39.138Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemapJul 20 18:52:37.648, Jul 20 18:52:37.648 |
| 8692 | 2026-07-20T18:52:39.138Z | unitINFO :adding route 3fff:beef:1::/64 -> 2001:db8::55:ff DEBGJul 20 18:52:37.648freemap_route_ipv4 |
| 8693 | 2026-07-20T18:52:39.138Z | 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 |
| 8694 | 2026-07-20T18:52:39.138Z | |
| 8695 | 2026-07-20T18:52:39.138Z | adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:52:37.648 |
| 8696 | 2026-07-20T18:52:39.138Z | DEBGJul 20 18:52:37.648Jul 20 18:52:37.648 created new freemapINFO, DEBGunit :adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffJul 20 18:52:37.648 Jul 20 18:52:37.648 |
| 8697 | 2026-07-20T18:52:39.138Z | 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 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 } }] |
| 8698 | 2026-07-20T18:52:39.138Z | freemap_route_ipv6 |
| 8699 | 2026-07-20T18:52:39.138Z | |
| 8700 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648 DEBG INFOreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.648 |
| 8701 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648 DEBGINFO initted freemap. size: 64Jul 20 18:52:37.648, adding route 3fff:beef:34::/64 -> 2001:db8::55:ff unit |
| 8702 | 2026-07-20T18:52:39.138Z | INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff : |
| 8703 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648freemap_route_ipv4 |
| 8704 | 2026-07-20T18:52:39.138Z | DEBG adding route 3fff:beef:3d::/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 } }] |
| 8705 | 2026-07-20T18:52:39.138Z | test route::tests::identity_replace_is_noop ... ok |
| 8706 | 2026-07-20T18:52:39.138Z | |
| 8707 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648 DEBG DEBGJul 20 18:52:37.648Jul 20 18:52:37.648reset freemap , unitINFO : 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:35::/64 -> 2001:db8::55:ff |
| 8708 | 2026-07-20T18:52:39.138Z | DEBGfreemap_route_ipv4 |
| 8709 | 2026-07-20T18:52:39.138Z | |
| 8710 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648Jul 20 18:52:37.648 DEBGINFODEBGreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] initted freemap. size: 64 |
| 8711 | 2026-07-20T18:52:39.138Z | test route::tests::grow_succeeds ... ok |
| 8712 | 2026-07-20T18:52:39.138Z | 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 } }], |
| 8713 | 2026-07-20T18:52:39.138Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8714 | 2026-07-20T18:52:39.138Z | unitadding route 3fff:beef:24::/64 -> 2001:db8::55:ff: |
| 8715 | 2026-07-20T18:52:39.138Z | Jul 20 18:52:37.648Jul 20 18:52:37.648freemap_route_ipv6 |
| 8716 | 2026-07-20T18:52:39.138Z | INFOINFO adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffJul 20 18:52:37.648adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:52:37.648 |
| 8717 | 2026-07-20T18:52:39.139Z | |
| 8718 | 2026-07-20T18:52:39.139Z | DEBG reset freemap, DEBGunitJul 20 18:52:37.648:Jul 20 18:52:37.648 DEBGfreemap_route_ipv6DEBG |
| 8719 | 2026-07-20T18:52:39.139Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8720 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.648 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 20 18:52:37.651 |
| 8721 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.648INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff Jul 20 18:52:37.651 |
| 8722 | 2026-07-20T18:52:39.139Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8723 | 2026-07-20T18:52:39.139Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffJul 20 18:52:37.651 |
| 8724 | 2026-07-20T18:52:39.139Z | DEBGJul 20 18:52:37.651DEBG 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 } }] |
| 8725 | 2026-07-20T18:52:39.139Z | created new freemap , DEBGunit :replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8726 | 2026-07-20T18:52:39.139Z | freemap_route_ipv4 |
| 8727 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651Jul 20 18:52:37.649 DEBGJul 20 18:52:37.648 Jul 20 18:52:37.651INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ffcreated new freemapINFO |
| 8728 | 2026-07-20T18:52:39.139Z | , Jul 20 18:52:37.651 unit :INFOadding route 172.16.0.0/32 -> 10.0.0.2 adding route 3fff:beef:38::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 8729 | 2026-07-20T18:52:39.139Z | DEBG |
| 8730 | 2026-07-20T18:52:39.139Z | |
| 8731 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651 created new freemap DEBGJul 20 18:52:37.651Jul 20 18:52:37.651 , DEBG 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 } }] |
| 8732 | 2026-07-20T18:52:39.139Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]unit |
| 8733 | 2026-07-20T18:52:39.139Z | : freemap_route_ipv6replacing 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 20 18:52:37.651 |
| 8734 | 2026-07-20T18:52:39.139Z | |
| 8735 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651Jul 20 18:52:37.651 INFOJul 20 18:52:37.651 INFOadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8736 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651adding route 172.16.0.0/32 -> 10.0.0.3 DEBG |
| 8737 | 2026-07-20T18:52:39.139Z | INFO Jul 20 18:52:37.651 DEBGDEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3::/64 -> 2001:db8::55:ffJul 20 18:52:37.651 |
| 8738 | 2026-07-20T18:52:39.139Z | initted freemap. size: 64 |
| 8739 | 2026-07-20T18:52:39.139Z | DEBG, unitreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 20 18:52:37.651 |
| 8740 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651INFO :DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff created new freemap |
| 8741 | 2026-07-20T18:52:39.139Z | Jul 20 18:52:37.651replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 8742 | 2026-07-20T18:52:39.139Z | , Jul 20 18:52:37.651 freemap_route_ipv4adding route 172.16.0.0/32 -> 10.0.0.4 |
| 8743 | 2026-07-20T18:52:39.139Z | DEBG |
| 8744 | 2026-07-20T18:52:39.139Z | 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 } }] |
| 8745 | 2026-07-20T18:52:39.139Z | unit:Jul 20 18:52:37.651Jul 20 18:52:37.651 Jul 20 18:52:37.651DEBG DEBG Jul 20 18:52:37.651freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 8746 | 2026-07-20T18:52:39.139Z | |
| 8747 | 2026-07-20T18:52:39.139Z | INFOINFO reset freemap, adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff unit |
| 8748 | 2026-07-20T18:52:39.162Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffJul 20 18:52:37.651Jul 20 18:52:37.651 |
| 8749 | 2026-07-20T18:52:39.163Z | :DEBGDEBGJul 20 18:52:37.651 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 8750 | 2026-07-20T18:52:39.163Z | initted freemap. size: 64 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 8751 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651 unitDEBG:freemap_route_ipv4 |
| 8752 | 2026-07-20T18:52:39.163Z | 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 } }] |
| 8753 | 2026-07-20T18:52:39.163Z | freemap_route_ipv4Jul 20 18:52:37.651Jul 20 18:52:37.651 INFOJul 20 18:52:37.651 |
| 8754 | 2026-07-20T18:52:39.163Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8755 | 2026-07-20T18:52:39.163Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8756 | 2026-07-20T18:52:39.163Z | , unitJul 20 18:52:37.651: DEBGfreemap_route_ipv6 |
| 8757 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651 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 } }]reset freemap |
| 8758 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651, unitDEBG Jul 20 18:52:37.651 :replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 8759 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 8760 | 2026-07-20T18:52:39.163Z | |
| 8761 | 2026-07-20T18:52:39.163Z | DEBG Jul 20 18:52:37.651 reset freemapJul 20 18:52:37.651DEBGJul 20 18:52:37.651 freemap_route_ipv4replacing 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 } }] |
| 8762 | 2026-07-20T18:52:39.163Z | DEBG |
| 8763 | 2026-07-20T18:52:39.163Z | , 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 } }]unit |
| 8764 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651:INFO freemap_route_ipv6INFOJul 20 18:52:37.651 adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8765 | 2026-07-20T18:52:39.163Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8766 | 2026-07-20T18:52:39.163Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 8767 | 2026-07-20T18:52:39.163Z | |
| 8768 | 2026-07-20T18:52:39.163Z | Jul 20 18:52:37.651 Jul 20 18:52:37.651Jul 20 18:52:37.651Jul 20 18:52:37.651 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8769 | 2026-07-20T18:52:39.164Z | 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 20 18:52:37.651 DEBGDEBG |
| 8770 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651 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 |
| 8771 | 2026-07-20T18:52:39.164Z | initted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]unit |
| 8772 | 2026-07-20T18:52:39.164Z | 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 20 18:52:37.651 |
| 8773 | 2026-07-20T18:52:39.164Z | :Jul 20 18:52:37.651Jul 20 18:52:37.651 INFODEBGINFO failed to allocate space for the new target listfreemap_route_ipv6 |
| 8774 | 2026-07-20T18:52:39.164Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8775 | 2026-07-20T18:52:39.164Z | |
| 8776 | 2026-07-20T18:52:39.164Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.651 |
| 8777 | 2026-07-20T18:52:39.164Z | DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:52:37.651 |
| 8778 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651 INFO Jul 20 18:52:37.651adding route 3fff:beef:7::/64 -> 2001:db8::55:ff DEBGDEBG |
| 8779 | 2026-07-20T18:52:39.164Z | reset freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }], |
| 8780 | 2026-07-20T18:52:39.164Z | unitDEBG : 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 20 18:52:37.651freemap_route_ipv6 |
| 8781 | 2026-07-20T18:52:39.164Z | |
| 8782 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651DEBG INFOJul 20 18:52:37.651 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 8783 | 2026-07-20T18:52:39.164Z | 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:24::/64 -> 2001:db8::55:ff |
| 8784 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651 |
| 8785 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 8786 | 2026-07-20T18:52:39.164Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.651Jul 20 18:52:37.651 |
| 8787 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651DEBG INFODEBG adding route 3fff:beef:8::/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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 20 18:52:37.651 |
| 8788 | 2026-07-20T18:52:39.164Z | |
| 8789 | 2026-07-20T18:52:39.164Z | |
| 8790 | 2026-07-20T18:52:39.164Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8791 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651Jul 20 18:52:37.651 DEBGINFOJul 20 18:52:37.651 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 } }]DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8792 | 2026-07-20T18:52:39.164Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.651 |
| 8793 | 2026-07-20T18:52:39.164Z | |
| 8794 | 2026-07-20T18:52:39.164Z | DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8795 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8796 | 2026-07-20T18:52:39.164Z | 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 } }]Jul 20 18:52:37.651 DEBGJul 20 18:52:37.651 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 8797 | 2026-07-20T18:52:39.164Z | |
| 8798 | 2026-07-20T18:52:39.164Z | 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 } }] |
| 8799 | 2026-07-20T18:52:39.164Z | Jul 20 18:52:37.651 INFO Jul 20 18:52:37.651Jul 20 18:52:37.651adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8800 | 2026-07-20T18:52:39.164Z | INFOWARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })adding route 3fff:beef:a::/64 -> 2001:db8::55:ffJul 20 18:52:37.651 |
| 8801 | 2026-07-20T18:52:39.165Z | |
| 8802 | 2026-07-20T18:52:39.165Z | DEBG replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8803 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8804 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 DEBGJul 20 18:52:37.651 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 |
| 8805 | 2026-07-20T18:52:39.165Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 8806 | 2026-07-20T18:52:39.165Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 8807 | 2026-07-20T18:52:39.165Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 8808 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 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 } }]ERRO |
| 8809 | 2026-07-20T18:52:39.165Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Jul 20 18:52:37.651 |
| 8810 | 2026-07-20T18:52:39.165Z | INFOJul 20 18:52:37.651 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8811 | 2026-07-20T18:52:39.165Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8812 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 Jul 20 18:52:37.651DEBG ERROreplacing 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 20 18:52:37.651 |
| 8813 | 2026-07-20T18:52:39.165Z | 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 |
| 8814 | 2026-07-20T18:52:39.165Z | 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 } }]Jul 20 18:52:37.651 |
| 8815 | 2026-07-20T18:52:39.165Z | INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 8816 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651Jul 20 18:52:37.651 Jul 20 18:52:37.651DEBG 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 } }] |
| 8817 | 2026-07-20T18:52:39.165Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 8818 | 2026-07-20T18:52:39.165Z | 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 } }] |
| 8819 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 INFO Jul 20 18:52:37.651adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Jul 20 18:52:37.651 |
| 8820 | 2026-07-20T18:52:39.165Z | DEBG INFO replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8821 | 2026-07-20T18:52:39.165Z | |
| 8822 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.651 DEBG |
| 8823 | 2026-07-20T18:52:39.165Z | 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 20 18:52:37.651 Jul 20 18:52:37.653DEBG DEBGJul 20 18:52:37.653 created new freemapreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG, unitcreated new freemap:, unit |
| 8824 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.653 freemap_route_ipv4DEBG |
| 8825 | 2026-07-20T18:52:39.165Z | :created new freemap freemap_route_ipv4, |
| 8826 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.653 Jul 20 18:52:37.664DEBG DEBGcreated new freemapJul 20 18:52:37.664unit , :created new freemap unitJul 20 18:52:37.664DEBG:freemap_route_ipv4 |
| 8827 | 2026-07-20T18:52:39.165Z | freemap_route_ipv4, |
| 8828 | 2026-07-20T18:52:39.165Z | INFO unitcreated new freemap:adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8829 | 2026-07-20T18:52:39.165Z | freemap_route_ipv6, |
| 8830 | 2026-07-20T18:52:39.165Z | unit: Jul 20 18:52:37.664Jul 20 18:52:37.664freemap_route_ipv6 DEBG |
| 8831 | 2026-07-20T18:52:39.165Z | DEBG created new freemapcreated new freemap, Jul 20 18:52:37.664unitJul 20 18:52:37.664Jul 20 18:52:37.664, : unitDEBG freemap_route_ipv6 DEBG |
| 8832 | 2026-07-20T18:52:39.165Z | :initted freemap. size: 64replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unit |
| 8833 | 2026-07-20T18:52:39.165Z | :DEBG freemap_route_ipv6initted freemap. size: 64Jul 20 18:52:37.664 |
| 8834 | 2026-07-20T18:52:39.165Z | freemap_route_ipv4 DEBG, unit |
| 8835 | 2026-07-20T18:52:39.165Z | initted freemap. size: 64:, Jul 20 18:52:37.664unit:Jul 20 18:52:37.664 Jul 20 18:52:37.664INFO DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv4 |
| 8836 | 2026-07-20T18:52:39.165Z | initted freemap. size: 64reset freemap, , freemap_route_ipv4unitunit: |
| 8837 | 2026-07-20T18:52:39.165Z | Jul 20 18:52:37.664 |
| 8838 | 2026-07-20T18:52:39.166Z | :DEBG freemap_route_ipv4 |
| 8839 | 2026-07-20T18:52:39.166Z | reset freemapJul 20 18:52:37.664, unitJul 20 18:52:37.664DEBGJul 20 18:52:37.664: freemap_route_ipv4DEBGDEBG freemap_route_ipv4 |
| 8840 | 2026-07-20T18:52:39.166Z | |
| 8841 | 2026-07-20T18:52:39.166Z | initted freemap. size: 64reset freemap, unit, :unit Jul 20 18:52:37.664:freemap_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 } }]freemap_route_ipv6Jul 20 18:52:37.664 |
| 8842 | 2026-07-20T18:52:39.166Z | |
| 8843 | 2026-07-20T18:52:39.166Z | |
| 8844 | 2026-07-20T18:52:39.166Z | DEBGJul 20 18:52:37.664 DEBGDEBGreset freemap reset freemap, , Jul 20 18:52:37.664initted freemap. size: 64unitunit, ::unit freemap_route_ipv6freemap_route_ipv4: |
| 8845 | 2026-07-20T18:52:39.166Z | |
| 8846 | 2026-07-20T18:52:39.166Z | freemap_route_ipv6 |
| 8847 | 2026-07-20T18:52:39.166Z | INFOJul 20 18:52:37.664 Jul 20 18:52:37.664 adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8848 | 2026-07-20T18:52:39.171Z | DEBGINFO initted freemap. size: 64 , adding route 3fff:dead::/64 -> 2001:db8::55:1unit |
| 8849 | 2026-07-20T18:52:39.171Z | Jul 20 18:52:37.664Jul 20 18:52:37.664 : DEBG DEBG initted freemap. size: 64Jul 20 18:52:37.664Jul 20 18:52:37.664reset freemap , DEBG, unitunitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 8850 | 2026-07-20T18:52:39.171Z | :freemap_route_ipv6 |
| 8851 | 2026-07-20T18:52:39.171Z | freemap_route_ipv6 replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8852 | 2026-07-20T18:52:39.171Z | |
| 8853 | 2026-07-20T18:52:39.171Z | freemap_route_ipv6 |
| 8854 | 2026-07-20T18:52:39.171Z | Jul 20 18:52:37.664 INFOJul 20 18:52:37.664 Jul 20 18:52:37.664adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.664 |
| 8855 | 2026-07-20T18:52:39.172Z | DEBG INFOINFO Jul 20 18:52:37.664adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffJul 20 18:52:37.664 |
| 8856 | 2026-07-20T18:52:39.172Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8857 | 2026-07-20T18:52:39.172Z | 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 } }] reset freemapJul 20 18:52:37.664 |
| 8858 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664, DEBG unitreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]:DEBG |
| 8859 | 2026-07-20T18:52:39.172Z | DEBGJul 20 18:52:37.664 freemap_route_ipv6Jul 20 18:52:37.664 INFO |
| 8860 | 2026-07-20T18:52:39.172Z | 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:dead::/64 -> 2001:db8::55:3INFO |
| 8861 | 2026-07-20T18:52:39.172Z | |
| 8862 | 2026-07-20T18:52:39.172Z | adding route 3fff:dead::/64 -> 2001:db8::55:2reset freemap |
| 8863 | 2026-07-20T18:52:39.172Z | , Jul 20 18:52:37.664Jul 20 18:52:37.664unitJul 20 18:52:37.664:Jul 20 18:52:37.664 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8864 | 2026-07-20T18:52:39.172Z | INFOfreemap_route_ipv6replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8865 | 2026-07-20T18:52:39.172Z | |
| 8866 | 2026-07-20T18:52:39.172Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8867 | 2026-07-20T18:52:39.172Z | |
| 8868 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664Jul 20 18:52:37.664 Jul 20 18:52:37.664 INFOINFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:3Jul 20 18:52:37.664 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8869 | 2026-07-20T18:52:39.172Z | |
| 8870 | 2026-07-20T18:52:39.172Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 8871 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:52:37.664DEBG |
| 8872 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664Jul 20 18:52:37.664replacing 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 |
| 8873 | 2026-07-20T18:52:39.172Z | 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 } }] |
| 8874 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8875 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 8876 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664INFO adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 8877 | 2026-07-20T18:52:39.172Z | adding route 3fff:beef:30::/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 } }]DEBG |
| 8878 | 2026-07-20T18:52:39.172Z | |
| 8879 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664 Jul 20 18:52:37.664DEBG Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Jul 20 18:52:37.664 WARNreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 8880 | 2026-07-20T18:52:39.172Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8881 | 2026-07-20T18:52:39.172Z | DEBG |
| 8882 | 2026-07-20T18:52:39.172Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8883 | 2026-07-20T18:52:39.172Z | 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 } }]Jul 20 18:52:37.664 |
| 8884 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664 Jul 20 18:52:37.664INFO DEBGJul 20 18:52:37.664 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 } }] |
| 8885 | 2026-07-20T18:52:39.172Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8886 | 2026-07-20T18:52:39.172Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 8887 | 2026-07-20T18:52:39.172Z | |
| 8888 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664 Jul 20 18:52:37.664WARN DEBGJul 20 18:52:37.664 Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8889 | 2026-07-20T18:52:39.172Z | 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 8890 | 2026-07-20T18:52:39.172Z | 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 } }] |
| 8891 | 2026-07-20T18:52:39.172Z | |
| 8892 | 2026-07-20T18:52:39.172Z | Jul 20 18:52:37.664 Jul 20 18:52:37.664 INFOINFO Jul 20 18:52:37.664adding route 3fff:dead::/64 -> 2001:db8::55:4 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 8893 | 2026-07-20T18:52:39.172Z | |
| 8894 | 2026-07-20T18:52:39.173Z | INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8895 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 Jul 20 18:52:37.664DEBG Jul 20 18:52:37.664DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8896 | 2026-07-20T18:52:39.173Z | |
| 8897 | 2026-07-20T18:52:39.173Z | 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 } }] |
| 8898 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 INFO |
| 8899 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 DEBGadding route 172.17.0.1/32 -> 10.0.0.255 |
| 8900 | 2026-07-20T18:52:39.173Z | replacing targets for 3fff:dead::/64 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 } }] |
| 8901 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 INFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffJul 20 18:52:37.664 |
| 8902 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 DEBGWARNJul 20 18:52:37.664Jul 20 18:52:37.664 INFO shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 8903 | 2026-07-20T18:52:39.173Z | |
| 8904 | 2026-07-20T18:52:39.173Z | 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: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 } }] |
| 8905 | 2026-07-20T18:52:39.173Z | |
| 8906 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664 DEBG Jul 20 18:52:37.664 Jul 20 18:52:37.664INFO 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 |
| 8907 | 2026-07-20T18:52:39.173Z | adding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8908 | 2026-07-20T18:52:39.173Z | |
| 8909 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664Jul 20 18:52:37.664 INFOJul 20 18:52:37.664INFO Jul 20 18:52:37.664adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 8910 | 2026-07-20T18:52:39.173Z | DEBGadding route 3fff:beef:34::/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 } }]DEBG |
| 8911 | 2026-07-20T18:52:39.173Z | |
| 8912 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664replacing 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 } }] |
| 8913 | 2026-07-20T18:52:39.173Z | DEBGJul 20 18:52:37.664 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 } }]INFO |
| 8914 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664adding route 3fff:beef:29::/64 -> 2001:db8::55:ff Jul 20 18:52:37.664 |
| 8915 | 2026-07-20T18:52:39.173Z | DEBGJul 20 18:52:37.664 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 |
| 8916 | 2026-07-20T18:52:39.173Z | INFOJul 20 18:52:37.664 failed to allocate space for the new target list |
| 8917 | 2026-07-20T18:52:39.173Z | adding route 172.17.0.3/32 -> 10.0.0.255DEBGJul 20 18:52:37.664 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 } }] |
| 8918 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8919 | 2026-07-20T18:52:39.173Z | |
| 8920 | 2026-07-20T18:52:39.173Z | DEBG Jul 20 18:52:37.664replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.664 |
| 8921 | 2026-07-20T18:52:39.173Z | INFODEBGJul 20 18:52:37.664 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 } }] adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8922 | 2026-07-20T18:52:39.173Z | |
| 8923 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.664replacing 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 Jul 20 18:52:37.666failed to allocate space for the new target list |
| 8924 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.666Jul 20 18:52:37.666 DEBGDEBG created new freemapcreated new freemap, DEBGunit, unitcreated new freemap:: freemap_route_ipv4 |
| 8925 | 2026-07-20T18:52:39.173Z | freemap_route_ipv4 |
| 8926 | 2026-07-20T18:52:39.173Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675DEBG DEBGcreated new freemap Jul 20 18:52:37.675replacing 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 } }] , INFOunitJul 20 18:52:37.675: adding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 8927 | 2026-07-20T18:52:39.173Z | freemap_route_ipv6 |
| 8928 | 2026-07-20T18:52:39.173Z | |
| 8929 | 2026-07-20T18:52:39.173Z | created new freemapJul 20 18:52:37.675Jul 20 18:52:37.675, unitDEBG: 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 20 18:52:37.675 freemap_route_ipv6INFO |
| 8930 | 2026-07-20T18:52:39.173Z | |
| 8931 | 2026-07-20T18:52:39.173Z | DEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8932 | 2026-07-20T18:52:39.173Z | , Jul 20 18:52:37.675unit Jul 20 18:52:37.675: freemap_route_ipv4DEBGINFO |
| 8933 | 2026-07-20T18:52:39.174Z | initted freemap. size: 64 , adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:52:37.675Jul 20 18:52:37.675unit |
| 8934 | 2026-07-20T18:52:39.174Z | :DEBGDEBG reset freemapfreemap_route_ipv4Jul 20 18:52:37.675 , |
| 8935 | 2026-07-20T18:52:39.174Z | 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 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 } }] |
| 8936 | 2026-07-20T18:52:39.174Z | |
| 8937 | 2026-07-20T18:52:39.174Z | Jul 20 18:52:37.675unit :DEBG Jul 20 18:52:37.675freemap_route_ipv4reset freemap Jul 20 18:52:37.675 |
| 8938 | 2026-07-20T18:52:39.174Z | , INFOunit INFO:adding route 172.17.0.6/32 -> 10.0.0.255 |
| 8939 | 2026-07-20T18:52:39.174Z | freemap_route_ipv4adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8940 | 2026-07-20T18:52:39.174Z | Jul 20 18:52:37.675 |
| 8941 | 2026-07-20T18:52:39.174Z | DEBGJul 20 18:52:37.675 Jul 20 18:52:37.675DEBG 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 |
| 8942 | 2026-07-20T18:52:39.174Z | initted freemap. size: 64Jul 20 18:52:37.675 , Jul 20 18:52:37.675initted freemap. size: 64unit, DEBGINFO: adding route 172.17.0.7/32 -> 10.0.0.255 unitfreemap_route_ipv6 |
| 8943 | 2026-07-20T18:52:39.174Z | 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 } }]: |
| 8944 | 2026-07-20T18:52:39.174Z | |
| 8945 | 2026-07-20T18:52:39.174Z | freemap_route_ipv6 |
| 8946 | 2026-07-20T18:52:39.174Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675Jul 20 18:52:37.675 DEBGINFO reset freemapadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff, |
| 8947 | 2026-07-20T18:52:39.174Z | unitJul 20 18:52:37.675Jul 20 18:52:37.675 DEBGDEBG reset freemap:, DEBG freemap_route_ipv6unitreplacing 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 } }] |
| 8948 | 2026-07-20T18:52:39.178Z | |
| 8949 | 2026-07-20T18:52:39.178Z | :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 } }] freemap_route_ipv6 |
| 8950 | 2026-07-20T18:52:39.178Z | |
| 8951 | 2026-07-20T18:52:39.178Z | Jul 20 18:52:37.675Jul 20 18:52:37.675Jul 20 18:52:37.675 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 8952 | 2026-07-20T18:52:39.178Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Jul 20 18:52:37.675 |
| 8953 | 2026-07-20T18:52:39.178Z | Jul 20 18:52:37.675adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 8954 | 2026-07-20T18:52:39.178Z | DEBGJul 20 18:52:37.675 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 } }]adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8955 | 2026-07-20T18:52:39.178Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 20 18:52:37.675 DEBG |
| 8956 | 2026-07-20T18:52:39.178Z | |
| 8957 | 2026-07-20T18:52:39.178Z | Jul 20 18:52:37.675replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 8958 | 2026-07-20T18:52:39.178Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.675 |
| 8959 | 2026-07-20T18:52:39.178Z | INFOJul 20 18:52:37.675 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 8960 | 2026-07-20T18:52:39.178Z | Jul 20 18:52:37.675 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:2Jul 20 18:52:37.675 |
| 8961 | 2026-07-20T18:52:39.178Z | DEBGJul 20 18:52:37.675 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8962 | 2026-07-20T18:52:39.178Z | 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 20 18:52:37.675replacing 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 } }] |
| 8963 | 2026-07-20T18:52:39.178Z | |
| 8964 | 2026-07-20T18:52:39.178Z | Jul 20 18:52:37.675 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 } }] Jul 20 18:52:37.675replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 20 18:52:37.675 |
| 8965 | 2026-07-20T18:52:39.178Z | INFO adding route 172.17.0.10/32 -> 10.0.0.255INFO |
| 8966 | 2026-07-20T18:52:39.178Z | |
| 8967 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8968 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675Jul 20 18:52:37.675 DEBGJul 20 18:52:37.675INFO DEBGreplacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8969 | 2026-07-20T18:52:39.179Z | 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 } }] |
| 8970 | 2026-07-20T18:52:39.179Z | |
| 8971 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675Jul 20 18:52:37.675 Jul 20 18:52:37.675 DEBG Jul 20 18:52:37.651replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 8972 | 2026-07-20T18:52:39.179Z | adding route 172.17.0.11/32 -> 10.0.0.255INFO INFO |
| 8973 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff Jul 20 18:52:37.675 |
| 8974 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8975 | 2026-07-20T18:52:39.179Z | INFO Jul 20 18:52:37.675 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBGJul 20 18:52:37.675 |
| 8976 | 2026-07-20T18:52:39.179Z | DEBG Jul 20 18:52:37.675replacing 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 } }] |
| 8977 | 2026-07-20T18:52:39.179Z | 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 |
| 8978 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675Jul 20 18:52:37.675replacing 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 |
| 8979 | 2026-07-20T18:52:39.179Z | INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.12/32 -> 10.0.0.255 |
| 8980 | 2026-07-20T18:52:39.179Z | |
| 8981 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675INFO INFOadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8982 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffJul 20 18:52:37.675 |
| 8983 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675DEBG |
| 8984 | 2026-07-20T18:52:39.179Z | 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 20 18:52:37.675 DEBG |
| 8985 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675DEBG DEBGINFOreplacing 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 } }] |
| 8986 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffJul 20 18:52:37.675 |
| 8987 | 2026-07-20T18:52:39.179Z | 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 20 18:52:37.675adding route 172.17.0.13/32 -> 10.0.0.255Jul 20 18:52:37.675 |
| 8988 | 2026-07-20T18:52:39.179Z | |
| 8989 | 2026-07-20T18:52:39.179Z | 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 } }]DEBG adding route 3fff:beef:f::/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 } }] |
| 8990 | 2026-07-20T18:52:39.179Z | |
| 8991 | 2026-07-20T18:52:39.179Z | |
| 8992 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675Jul 20 18:52:37.675 Jul 20 18:52:37.675 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: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 } }] |
| 8993 | 2026-07-20T18:52:39.179Z | |
| 8994 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675 INFOINFOJul 20 18:52:37.675 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffINFO |
| 8995 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffJul 20 18:52:37.675 |
| 8996 | 2026-07-20T18:52:39.179Z | INFOJul 20 18:52:37.675 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:52:37.675adding route 172.17.0.14/32 -> 10.0.0.255 |
| 8997 | 2026-07-20T18:52:39.179Z | 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 } }] |
| 8998 | 2026-07-20T18:52:39.179Z | DEBG |
| 8999 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675 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 |
| 9000 | 2026-07-20T18:52:39.179Z | 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 20 18:52:37.675Jul 20 18:52:37.675 |
| 9001 | 2026-07-20T18:52:39.179Z | INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGJul 20 18:52:37.675 |
| 9002 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9003 | 2026-07-20T18:52:39.179Z | 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 20 18:52:37.675INFO |
| 9004 | 2026-07-20T18:52:39.179Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 9005 | 2026-07-20T18:52:39.179Z | Jul 20 18:52:37.675 replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9006 | 2026-07-20T18:52:39.180Z | 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 } }] |
| 9007 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675DEBG Jul 20 18:52:37.675 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 |
| 9008 | 2026-07-20T18:52:39.180Z | INFOadding route 172.17.0.16/32 -> 10.0.0.255 Jul 20 18:52:37.675 |
| 9009 | 2026-07-20T18:52:39.180Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff Jul 20 18:52:37.675 |
| 9010 | 2026-07-20T18:52:39.180Z | INFOINFO Jul 20 18:52:37.675 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 9011 | 2026-07-20T18:52:39.180Z | DEBG Jul 20 18:52:37.675replacing 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 } }] |
| 9012 | 2026-07-20T18:52:39.180Z | |
| 9013 | 2026-07-20T18:52:39.180Z | DEBGJul 20 18:52:37.675 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 } }] |
| 9014 | 2026-07-20T18:52:39.180Z | DEBGJul 20 18:52:37.675 INFOJul 20 18:52:37.675 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 20 18:52:37.675adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 9015 | 2026-07-20T18:52:39.180Z | |
| 9016 | 2026-07-20T18:52:39.180Z | INFO adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9017 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675replacing 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 } }]DEBGJul 20 18:52:37.675 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 } }] |
| 9018 | 2026-07-20T18:52:39.180Z | DEBG INFO |
| 9019 | 2026-07-20T18:52:39.180Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9020 | 2026-07-20T18:52:39.180Z | 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 20 18:52:37.675 |
| 9021 | 2026-07-20T18:52:39.180Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 9022 | 2026-07-20T18:52:39.180Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 9023 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.675 Jul 20 18:52:37.675INFOJul 20 18:52:37.675 DEBGadding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 9024 | 2026-07-20T18:52:39.180Z | adding route 3fff:beef:34::/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 20 18:52:37.675 |
| 9025 | 2026-07-20T18:52:39.180Z | |
| 9026 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.675 DEBGDEBGJul 20 18:52:37.675 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9027 | 2026-07-20T18:52:39.180Z | 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 20 18:52:37.675 |
| 9028 | 2026-07-20T18:52:39.180Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 9029 | 2026-07-20T18:52:39.180Z | DEBGJul 20 18:52:37.675Jul 20 18:52:37.675 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 } }] INFOJul 20 18:52:37.675 |
| 9030 | 2026-07-20T18:52:39.180Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 adding route 3fff:beef:3b::/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 } }] |
| 9031 | 2026-07-20T18:52:39.180Z | |
| 9032 | 2026-07-20T18:52:39.180Z | |
| 9033 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.675Jul 20 18:52:37.675Jul 20 18:52:37.675 DEBGINFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 9034 | 2026-07-20T18:52:39.180Z | 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: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 20 18:52:37.675 Jul 20 18:52:37.676 DEBG INFOcreated new freemap, unitadding route 3fff:beef:35::/64 -> 2001:db8::55:ff: |
| 9035 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.676 freemap_route_ipv4DEBG |
| 9036 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.681 created new freemapDEBG, unitreplacing 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 } }]: |
| 9037 | 2026-07-20T18:52:39.180Z | freemap_route_ipv4 |
| 9038 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.681 |
| 9039 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.681 DEBGINFO created new freemapJul 20 18:52:37.681, adding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 9040 | 2026-07-20T18:52:39.180Z | unit Jul 20 18:52:37.681created new freemap:, unitfreemap_route_ipv6: |
| 9041 | 2026-07-20T18:52:39.180Z | INFOfreemap_route_ipv6Jul 20 18:52:37.681 |
| 9042 | 2026-07-20T18:52:39.180Z | DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9043 | 2026-07-20T18:52:39.180Z | |
| 9044 | 2026-07-20T18:52:39.180Z | Jul 20 18:52:37.681 Jul 20 18:52:37.681DEBG Jul 20 18:52:37.681initted freemap. size: 64DEBG , INFOunit :adding route 172.17.0.21/32 -> 10.0.0.255 initted freemap. size: 64Jul 20 18:52:37.681 |
| 9045 | 2026-07-20T18:52:39.181Z | freemap_route_ipv4 DEBG, |
| 9046 | 2026-07-20T18:52:39.181Z | Jul 20 18:52:37.681unit :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 } }] freemap_route_ipv4 |
| 9047 | 2026-07-20T18:52:39.181Z | Jul 20 18:52:37.681 |
| 9048 | 2026-07-20T18:52:39.185Z | 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 } }] |
| 9049 | 2026-07-20T18:52:39.185Z | DEBG reset freemap, Jul 20 18:52:37.681Jul 20 18:52:37.681unit: INFOfreemap_route_ipv4 |
| 9050 | 2026-07-20T18:52:39.185Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 Jul 20 18:52:37.681 |
| 9051 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681adding route 3fff:beef:37::/64 -> 2001:db8::55:ff DEBGDEBG |
| 9052 | 2026-07-20T18:52:39.185Z | reset freemapinitted freemap. size: 64, , Jul 20 18:52:37.681unitunit :Jul 20 18:52:37.681DEBG DEBGfreemap_route_ipv6replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9053 | 2026-07-20T18:52:39.185Z | : |
| 9054 | 2026-07-20T18:52:39.185Z | 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 } }] |
| 9055 | 2026-07-20T18:52:39.185Z | freemap_route_ipv4 |
| 9056 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681 Jul 20 18:52:37.681INFO Jul 20 18:52:37.681 INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9057 | 2026-07-20T18:52:39.185Z | DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreset freemap |
| 9058 | 2026-07-20T18:52:39.185Z | , Jul 20 18:52:37.681unitJul 20 18:52:37.681 DEBG: freemap_route_ipv6initted freemap. size: 64DEBGJul 20 18:52:37.681, DEBGunit 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 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 } }] |
| 9059 | 2026-07-20T18:52:39.185Z | |
| 9060 | 2026-07-20T18:52:39.185Z | |
| 9061 | 2026-07-20T18:52:39.185Z | : freemap_route_ipv6Jul 20 18:52:37.681Jul 20 18:52:37.681Jul 20 18:52:37.681 INFOINFO |
| 9062 | 2026-07-20T18:52:39.185Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9063 | 2026-07-20T18:52:39.185Z | adding route 172.16.0.0/32 -> 10.0.0.1INFOJul 20 18:52:37.681 |
| 9064 | 2026-07-20T18:52:39.185Z | adding route 172.17.0.24/32 -> 10.0.0.255 DEBG |
| 9065 | 2026-07-20T18:52:39.185Z | reset freemapJul 20 18:52:37.681 , DEBGJul 20 18:52:37.681 unitreplacing 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 20 18:52:37.681 |
| 9066 | 2026-07-20T18:52:39.185Z | DEBGfreemap_route_ipv6 |
| 9067 | 2026-07-20T18:52:39.185Z | replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9068 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9069 | 2026-07-20T18:52:39.185Z | INFOJul 20 18:52:37.681Jul 20 18:52:37.681 Jul 20 18:52:37.681INFOINFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9070 | 2026-07-20T18:52:39.185Z | |
| 9071 | 2026-07-20T18:52:39.185Z | adding route 172.17.0.25/32 -> 10.0.0.255INFO |
| 9072 | 2026-07-20T18:52:39.185Z | adding route 172.17.0.0/32 -> 10.0.0.255Jul 20 18:52:37.681 |
| 9073 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681 Jul 20 18:52:37.681DEBG DEBG DEBGreplacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9074 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 9075 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681 |
| 9076 | 2026-07-20T18:52:39.185Z | INFO 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 |
| 9077 | 2026-07-20T18:52:39.185Z | |
| 9078 | 2026-07-20T18:52:39.185Z | Jul 20 18:52:37.681Jul 20 18:52:37.681Jul 20 18:52:37.681 INFODEBG Jul 20 18:52:37.681replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9079 | 2026-07-20T18:52:39.185Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9080 | 2026-07-20T18:52:39.185Z | adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:52:37.681 |
| 9081 | 2026-07-20T18:52:39.185Z | |
| 9082 | 2026-07-20T18:52:39.185Z | INFO Jul 20 18:52:37.681adding route 172.17.0.27/32 -> 10.0.0.255 Jul 20 18:52:37.681DEBG |
| 9083 | 2026-07-20T18:52:39.185Z | 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 } }] |
| 9084 | 2026-07-20T18:52:39.185Z | 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 20 18:52:37.681 |
| 9085 | 2026-07-20T18:52:39.186Z | DEBG Jul 20 18:52:37.681replacing 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 } }] |
| 9086 | 2026-07-20T18:52:39.186Z | DEBG Jul 20 18:52:37.681replacing 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 20 18:52:37.681 INFO |
| 9087 | 2026-07-20T18:52:39.186Z | INFOadding route 172.16.0.0/32 -> 10.0.0.3 Jul 20 18:52:37.681Jul 20 18:52:37.681 |
| 9088 | 2026-07-20T18:52:39.186Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffINFOINFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9089 | 2026-07-20T18:52:39.186Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:52:37.681 |
| 9090 | 2026-07-20T18:52:39.186Z | |
| 9091 | 2026-07-20T18:52:39.186Z | DEBG Jul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9092 | 2026-07-20T18:52:39.186Z | DEBGJul 20 18:52:37.681Jul 20 18:52:37.681 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 } }] |
| 9093 | 2026-07-20T18:52:39.186Z | 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 Jul 20 18:52:37.681 |
| 9094 | 2026-07-20T18:52:39.186Z | 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 } }] |
| 9095 | 2026-07-20T18:52:39.186Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.681Jul 20 18:52:37.681 |
| 9096 | 2026-07-20T18:52:39.186Z | Jul 20 18:52:37.681 INFO adding route 172.17.0.3/32 -> 10.0.0.255INFODEBG adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9097 | 2026-07-20T18:52:39.186Z | |
| 9098 | 2026-07-20T18:52:39.186Z | failed to allocate space for the new target listJul 20 18:52:37.681 |
| 9099 | 2026-07-20T18:52:39.186Z | DEBG Jul 20 18:52:37.681replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }] DEBGJul 20 18:52:37.681 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 20 18:52:37.681 |
| 9100 | 2026-07-20T18:52:39.186Z | DEBG |
| 9101 | 2026-07-20T18:52:39.186Z | 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 20 18:52:37.681 Jul 20 18:52:37.681replacing 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 } }] |
| 9102 | 2026-07-20T18:52:39.186Z | |
| 9103 | 2026-07-20T18:52:39.186Z | INFODEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9104 | 2026-07-20T18:52:39.186Z | |
| 9105 | 2026-07-20T18:52:39.186Z | Jul 20 18:52:37.681 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 9106 | 2026-07-20T18:52:39.186Z | |
| 9107 | 2026-07-20T18:52:39.186Z | test route::tests::same_size_non_subset_replace ... ok |
| 9108 | 2026-07-20T18:52:39.186Z | Jul 20 18:52:37.681 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 20 18:52:37.681 |
| 9109 | 2026-07-20T18:52:39.186Z | INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9110 | 2026-07-20T18:52:39.186Z | Jul 20 18:52:37.682 INFO adding route 172.17.0.5/32 -> 10.0.0.255Jul 20 18:52:37.682 |
| 9111 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9112 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 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 20 18:52:37.682 |
| 9113 | 2026-07-20T18:52:39.187Z | DEBG failed to allocate space for the new target list |
| 9114 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 INFO adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:52:37.682 |
| 9115 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9116 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 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 } }] |
| 9117 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9118 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 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 } }] |
| 9119 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.681Jul 20 18:52:37.682 DEBGINFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9120 | 2026-07-20T18:52:39.187Z | |
| 9121 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:52:37.682 DEBGJul 20 18:52:37.682 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 |
| 9122 | 2026-07-20T18:52:39.187Z | |
| 9123 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9124 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 Jul 20 18:52:37.682INFO DEBGadding route 172.17.0.9/32 -> 10.0.0.255 |
| 9125 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9126 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682 Jul 20 18:52:37.682DEBG INFOreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9127 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9128 | 2026-07-20T18:52:39.187Z | INFOJul 20 18:52:37.682 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 9129 | 2026-07-20T18:52:39.187Z | adding route 172.17.0.10/32 -> 10.0.0.255Jul 20 18:52:37.682 |
| 9130 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9131 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682Jul 20 18:52:37.682 INFODEBG Jul 20 18:52:37.682replacing 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.33/32 -> 10.0.0.255 |
| 9132 | 2026-07-20T18:52:39.187Z | |
| 9133 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682Jul 20 18:52:37.682 DEBGINFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 9134 | 2026-07-20T18:52:39.187Z | |
| 9135 | 2026-07-20T18:52:39.187Z | 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 } }] |
| 9136 | 2026-07-20T18:52:39.187Z | Jul 20 18:52:37.682Jul 20 18:52:37.682 INFOINFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.682adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9137 | 2026-07-20T18:52:39.187Z | |
| 9138 | 2026-07-20T18:52:39.188Z | DEBG Jul 20 18:52:37.682Jul 20 18:52:37.682 DEBGDEBG replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9139 | 2026-07-20T18:52:39.188Z | 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 } }] |
| 9140 | 2026-07-20T18:52:39.188Z | |
| 9141 | 2026-07-20T18:52:39.188Z | , Jul 20 18:52:37.682Jul 20 18:52:37.682 unitINFO :INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 9142 | 2026-07-20T18:52:39.188Z | adding route 172.17.0.12/32 -> 10.0.0.255Jul 20 18:52:37.682 |
| 9143 | 2026-07-20T18:52:39.188Z | freemap_route_ipv4Jul 20 18:52:37.682 INFO adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9144 | 2026-07-20T18:52:39.188Z | |
| 9145 | 2026-07-20T18:52:39.188Z | 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 20 18:52:37.682 |
| 9146 | 2026-07-20T18:52:39.188Z | Jul 20 18:52:37.682DEBGJul 20 18:52:37.682 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 freemapJul 20 18:52:37.682 |
| 9147 | 2026-07-20T18:52:39.188Z | , 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 } }]unit |
| 9148 | 2026-07-20T18:52:39.192Z | :Jul 20 18:52:37.682 INFOfreemap_route_ipv6 |
| 9149 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.682adding route 172.17.0.36/32 -> 10.0.0.255 INFO Jul 20 18:52:37.683adding route 172.17.0.13/32 -> 10.0.0.255 INFODEBG adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 9150 | 2026-07-20T18:52:39.192Z | |
| 9151 | 2026-07-20T18:52:39.192Z | created new freemap, unit: freemap_route_ipv4 |
| 9152 | 2026-07-20T18:52:39.192Z | |
| 9153 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.676Jul 20 18:52:37.688 DEBGDEBG created new freemapreplacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 9154 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688unitJul 20 18:52:37.688 :DEBG freemap_route_ipv4INFOreplacing 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 } }] |
| 9155 | 2026-07-20T18:52:39.192Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9156 | 2026-07-20T18:52:39.192Z | |
| 9157 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGINFO replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 9158 | 2026-07-20T18:52:39.192Z | |
| 9159 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688 DEBG Jul 20 18:52:37.688replacing 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 } }] |
| 9160 | 2026-07-20T18:52:39.192Z | DEBG created new freemapJul 20 18:52:37.688, unitDEBG: freemap_route_ipv6replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9161 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 |
| 9162 | 2026-07-20T18:52:39.192Z | INFO INFOadding route 172.17.0.15/32 -> 10.0.0.255 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9163 | 2026-07-20T18:52:39.192Z | |
| 9164 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688 Jul 20 18:52:37.688 INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 9165 | 2026-07-20T18:52:39.192Z | DEBG Jul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688DEBG initted freemap. size: 64DEBGDEBG , 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 } }]unit 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 } }]: |
| 9166 | 2026-07-20T18:52:39.192Z | 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 } }]freemap_route_ipv4 |
| 9167 | 2026-07-20T18:52:39.192Z | |
| 9168 | 2026-07-20T18:52:39.192Z | |
| 9169 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGINFO reset freemapadding route 172.17.0.38/32 -> 10.0.0.255, |
| 9170 | 2026-07-20T18:52:39.192Z | unit INFOJul 20 18:52:37.688 :Jul 20 18:52:37.688Jul 20 18:52:37.688 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG DEBG freemap_route_ipv4 |
| 9171 | 2026-07-20T18:52:39.192Z | 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 } }]initted freemap. size: 64 |
| 9172 | 2026-07-20T18:52:39.192Z | |
| 9173 | 2026-07-20T18:52:39.192Z | , unit: Jul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688INFOINFO DEBGDEBGadding route 172.17.0.39/32 -> 10.0.0.255 |
| 9174 | 2026-07-20T18:52:39.192Z | initted freemap. size: 64replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9175 | 2026-07-20T18:52:39.192Z | unit Jul 20 18:52:37.688adding route 172.17.0.16/32 -> 10.0.0.255freemap_route_ipv4 |
| 9176 | 2026-07-20T18:52:39.192Z | Jul 20 18:52:37.688DEBG |
| 9177 | 2026-07-20T18:52:39.192Z | INFOreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9178 | 2026-07-20T18:52:39.193Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff: |
| 9179 | 2026-07-20T18:52:39.193Z | freemap_route_ipv6Jul 20 18:52:37.688 |
| 9180 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGINFODEBG adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9181 | 2026-07-20T18:52:39.193Z | reset freemapreplacing 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 } }], |
| 9182 | 2026-07-20T18:52:39.193Z | unitJul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688:DEBGJul 20 18:52:37.688 reset freemap , INFO unit DEBG: adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 9183 | 2026-07-20T18:52:39.193Z | freemap_route_ipv4 DEBG |
| 9184 | 2026-07-20T18:52:39.193Z | freemap_route_ipv6 |
| 9185 | 2026-07-20T18:52:39.193Z | |
| 9186 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688 Jul 20 18:52:37.688DEBG 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 20 18:52:37.688 |
| 9187 | 2026-07-20T18:52:39.193Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:52:37.688 |
| 9188 | 2026-07-20T18:52:39.193Z | 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 } }] |
| 9189 | 2026-07-20T18:52:39.193Z | INFODEBGJul 20 18:52:37.688 initted freemap. size: 64adding route 172.16.0.0/32 -> 10.0.0.1, Jul 20 18:52:37.688 |
| 9190 | 2026-07-20T18:52:39.193Z | DEBGunit Jul 20 18:52:37.688INFOreplacing 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:20::/64 -> 2001:db8::55:ff |
| 9191 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688freemap_route_ipv6 |
| 9192 | 2026-07-20T18:52:39.193Z | |
| 9193 | 2026-07-20T18:52:39.193Z | INFO DEBGJul 20 18:52:37.688 Jul 20 18:52:37.688replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9194 | 2026-07-20T18:52:39.193Z | DEBG adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 9195 | 2026-07-20T18:52:39.193Z | |
| 9196 | 2026-07-20T18:52:39.193Z | adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:52:37.688 |
| 9197 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688Jul 20 18:52:37.688DEBG Jul 20 18:52:37.688DEBG INFOreset freemap , replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 9198 | 2026-07-20T18:52:39.193Z | : adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG freemap_route_ipv6 |
| 9199 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688Jul 20 18:52:37.688replacing 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 } }] |
| 9200 | 2026-07-20T18:52:39.193Z | |
| 9201 | 2026-07-20T18:52:39.193Z | INFOINFO Jul 20 18:52:37.688adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9202 | 2026-07-20T18:52:39.193Z | DEBG |
| 9203 | 2026-07-20T18:52:39.193Z | 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 20 18:52:37.688 INFO |
| 9204 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688adding route 172.17.0.18/32 -> 10.0.0.255 Jul 20 18:52:37.688DEBGJul 20 18:52:37.688Jul 20 18:52:37.688 |
| 9205 | 2026-07-20T18:52:39.193Z | 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 } }]INFO replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9206 | 2026-07-20T18:52:39.193Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffJul 20 18:52:37.688 |
| 9207 | 2026-07-20T18:52:39.193Z | |
| 9208 | 2026-07-20T18:52:39.193Z | DEBG Jul 20 18:52:37.688INFOJul 20 18:52:37.688 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9209 | 2026-07-20T18:52:39.193Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Jul 20 18:52:37.688replacing 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 } }] |
| 9210 | 2026-07-20T18:52:39.193Z | |
| 9211 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688 INFO INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9212 | 2026-07-20T18:52:39.193Z | adding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:52:37.688adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9213 | 2026-07-20T18:52:39.193Z | INFO |
| 9214 | 2026-07-20T18:52:39.193Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffJul 20 18:52:37.688 |
| 9215 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 9216 | 2026-07-20T18:52:39.193Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGreplacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 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 } }] |
| 9217 | 2026-07-20T18:52:39.194Z | |
| 9218 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688 DEBGINFO Jul 20 18:52:37.688Jul 20 18:52:37.688 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 9219 | 2026-07-20T18:52:39.194Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 9220 | 2026-07-20T18:52:39.194Z | adding route 172.17.0.45/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 } }] |
| 9221 | 2026-07-20T18:52:39.194Z | |
| 9222 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBGDEBG Jul 20 18:52:37.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 9223 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688 |
| 9224 | 2026-07-20T18:52:39.194Z | INFODEBG adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9225 | 2026-07-20T18:52:39.194Z | 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 } }] |
| 9226 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 Jul 20 18:52:37.688INFO INFOINFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9227 | 2026-07-20T18:52:39.194Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ff adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9228 | 2026-07-20T18:52:39.194Z | |
| 9229 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 DEBG Jul 20 18:52:37.688Jul 20 18:52:37.688 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 } }]DEBGDEBG |
| 9230 | 2026-07-20T18:52:39.194Z | replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9231 | 2026-07-20T18:52:39.194Z | |
| 9232 | 2026-07-20T18:52:39.194Z | DEBGJul 20 18:52:37.688 Jul 20 18:52:37.688replacing 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 20 18:52:37.688 INFOINFOINFO |
| 9233 | 2026-07-20T18:52:39.194Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 9234 | 2026-07-20T18:52:39.194Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 9235 | 2026-07-20T18:52:39.194Z | adding route 172.17.0.47/32 -> 10.0.0.255Jul 20 18:52:37.688 Jul 20 18:52:37.688INFO Jul 20 18:52:37.688 |
| 9236 | 2026-07-20T18:52:39.194Z | DEBG DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 9237 | 2026-07-20T18:52:39.194Z | adding route 172.17.0.21/32 -> 10.0.0.255Jul 20 18:52:37.688 |
| 9238 | 2026-07-20T18:52:39.194Z | |
| 9239 | 2026-07-20T18:52:39.194Z | DEBG Jul 20 18:52:37.688replacing 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 } }] |
| 9240 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688DEBG Jul 20 18:52:37.688 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFO |
| 9241 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688adding route 3fff:beef:27::/64 -> 2001:db8::55:ff INFO |
| 9242 | 2026-07-20T18:52:39.194Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBG |
| 9243 | 2026-07-20T18:52:39.194Z | 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 20 18:52:37.688 |
| 9244 | 2026-07-20T18:52:39.194Z | 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 } }] |
| 9245 | 2026-07-20T18:52:39.194Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 INFODEBG Jul 20 18:52:37.688adding route 3fff:beef:28::/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 } }] |
| 9246 | 2026-07-20T18:52:39.194Z | |
| 9247 | 2026-07-20T18:52:39.194Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 9248 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.688 Jul 20 18:52:37.688INFO Jul 20 18:52:37.688 DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9249 | 2026-07-20T18:52:39.199Z | 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 } }] |
| 9250 | 2026-07-20T18:52:39.199Z | 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 } }] |
| 9251 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.688 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 } }] |
| 9252 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.688Jul 20 18:52:37.688 INFOINFO Jul 20 18:52:37.688adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9253 | 2026-07-20T18:52:39.199Z | INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 9254 | 2026-07-20T18:52:39.199Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9255 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.688 DEBG Jul 20 18:52:37.688replacing 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 } }] |
| 9256 | 2026-07-20T18:52:39.199Z | 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 } }] |
| 9257 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.688 DEBGJul 20 18:52:37.688 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 } }]INFOJul 20 18:52:37.688 |
| 9258 | 2026-07-20T18:52:39.199Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 9259 | 2026-07-20T18:52:39.199Z | INFO Jul 20 18:52:37.688adding route 172.17.0.51/32 -> 10.0.0.255 INFO |
| 9260 | 2026-07-20T18:52:39.199Z | adding route 172.17.0.24/32 -> 10.0.0.255Jul 20 18:52:37.688 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 } }]Jul 20 18:52:37.688 |
| 9261 | 2026-07-20T18:52:39.199Z | DEBG |
| 9262 | 2026-07-20T18:52:39.199Z | 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 } }] |
| 9263 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.689 Jul 20 18:52:37.688DEBG created new freemap, Jul 20 18:52:37.688 INFOunitDEBG Jul 20 18:52:37.694:adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 9264 | 2026-07-20T18:52:39.199Z | 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 |
| 9265 | 2026-07-20T18:52:39.199Z | adding route 172.17.0.52/32 -> 10.0.0.255Jul 20 18:52:37.694freemap_route_ipv4 |
| 9266 | 2026-07-20T18:52:39.199Z | DEBG |
| 9267 | 2026-07-20T18:52:39.199Z | 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 20 18:52:37.694 |
| 9268 | 2026-07-20T18:52:39.199Z | Jul 20 18:52:37.694INFO DEBGJul 20 18:52:37.694 adding route 172.17.0.25/32 -> 10.0.0.255Jul 20 18:52:37.694replacing 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 } }] |
| 9269 | 2026-07-20T18:52:39.199Z | |
| 9270 | 2026-07-20T18:52:39.199Z | INFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 9271 | 2026-07-20T18:52:39.199Z | created new freemapJul 20 18:52:37.694Jul 20 18:52:37.694, unit INFO: DEBGadding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:52:37.694 |
| 9272 | 2026-07-20T18:52:39.199Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.694replacing 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 } }] |
| 9273 | 2026-07-20T18:52:39.199Z | |
| 9274 | 2026-07-20T18:52:39.199Z | DEBG |
| 9275 | 2026-07-20T18:52:39.199Z | 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 } }] |
| 9276 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694 Jul 20 18:52:37.694INFO INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 9277 | 2026-07-20T18:52:39.200Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 9278 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694 Jul 20 18:52:37.688DEBGJul 20 18:52:37.694Jul 20 18:52:37.694Jul 20 18:52:37.694 DEBGDEBG 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 } }] created new freemap |
| 9279 | 2026-07-20T18:52:39.200Z | 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 |
| 9280 | 2026-07-20T18:52:39.200Z | , unitadding route 172.17.0.54/32 -> 10.0.0.255Jul 20 18:52:37.694 |
| 9281 | 2026-07-20T18:52:39.200Z | :initted freemap. size: 64INFOJul 20 18:52:37.694 adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 9282 | 2026-07-20T18:52:39.200Z | freemap_route_ipv6INFO |
| 9283 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694 Jul 20 18:52:37.694DEBG , unitadding route 172.17.0.27/32 -> 10.0.0.255DEBG: |
| 9284 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694 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 |
| 9285 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694replacing 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_ipv4initted freemap. size: 64 |
| 9286 | 2026-07-20T18:52:39.200Z | , Jul 20 18:52:37.694DEBGunit :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 } }] |
| 9287 | 2026-07-20T18:52:39.200Z | freemap_route_ipv4 |
| 9288 | 2026-07-20T18:52:39.200Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffJul 20 18:52:37.694 |
| 9289 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694 INFODEBG Jul 20 18:52:37.694reset freemap |
| 9290 | 2026-07-20T18:52:39.200Z | , unitadding route 172.17.0.28/32 -> 10.0.0.255: |
| 9291 | 2026-07-20T18:52:39.200Z | INFOJul 20 18:52:37.694 freemap_route_ipv4 |
| 9292 | 2026-07-20T18:52:39.200Z | DEBGJul 20 18:52:37.694 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 172.17.0.55/32 -> 10.0.0.255 |
| 9293 | 2026-07-20T18:52:39.200Z | |
| 9294 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.694DEBG Jul 20 18:52:37.694Jul 20 18:52:37.694 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 |
| 9295 | 2026-07-20T18:52:39.200Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 9296 | 2026-07-20T18:52:39.200Z | DEBG Jul 20 18:52:37.694Jul 20 18:52:37.694Jul 20 18:52:37.694 DEBGDEBG reset freemap initted freemap. size: 64replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 9297 | 2026-07-20T18:52:39.200Z | INFO, unit adding route 172.17.0.29/32 -> 10.0.0.255unit: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 } }]: |
| 9298 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.695 |
| 9299 | 2026-07-20T18:52:39.200Z | freemap_route_ipv6 |
| 9300 | 2026-07-20T18:52:39.200Z | INFOJul 20 18:52:37.695 freemap_route_ipv4 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 9301 | 2026-07-20T18:52:39.200Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9302 | 2026-07-20T18:52:39.200Z | |
| 9303 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.695 Jul 20 18:52:37.695 DEBGDEBG Jul 20 18:52:37.695reset freemap , DEBGunitJul 20 18:52:37.695 :DEBGreplacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Jul 20 18:52:37.695 |
| 9304 | 2026-07-20T18:52:39.200Z | freemap_route_ipv6 |
| 9305 | 2026-07-20T18:52:39.200Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9306 | 2026-07-20T18:52:39.200Z | replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9307 | 2026-07-20T18:52:39.200Z | test route::tests::delete_target_full ... ok |
| 9308 | 2026-07-20T18:52:39.200Z | Jul 20 18:52:37.695 initted freemap. size: 64INFO, adding route 3fff:beef:32::/64 -> 2001:db8::55:ffJul 20 18:52:37.695 |
| 9309 | 2026-07-20T18:52:39.201Z | INFO unitJul 20 18:52:37.695Jul 20 18:52:37.695adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9310 | 2026-07-20T18:52:39.201Z | DEBG replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 9311 | 2026-07-20T18:52:39.201Z | INFO Jul 20 18:52:37.695freemap_route_ipv6 DEBG |
| 9312 | 2026-07-20T18:52:39.201Z | adding route 172.17.0.57/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9313 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.695 |
| 9314 | 2026-07-20T18:52:39.201Z | INFOJul 20 18:52:37.695 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffJul 20 18:52:37.695 |
| 9315 | 2026-07-20T18:52:39.201Z | DEBG INFOreplacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.695 |
| 9316 | 2026-07-20T18:52:39.201Z | adding route 172.16.0.0/32 -> 10.0.0.1DEBGJul 20 18:52:37.695 |
| 9317 | 2026-07-20T18:52:39.201Z | reset freemapDEBGJul 20 18:52:37.695 , 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 20 18:52:37.695 |
| 9318 | 2026-07-20T18:52:39.201Z | INFO DEBGadding route 172.17.0.58/32 -> 10.0.0.255 |
| 9319 | 2026-07-20T18:52:39.201Z | 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 } }]unit |
| 9320 | 2026-07-20T18:52:39.201Z | : Jul 20 18:52:37.695freemap_route_ipv6Jul 20 18:52:37.695Jul 20 18:52:37.695 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 } }] |
| 9321 | 2026-07-20T18:52:39.201Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9322 | 2026-07-20T18:52:39.201Z | |
| 9323 | 2026-07-20T18:52:39.201Z | |
| 9324 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.695 Jul 20 18:52:37.695 Jul 20 18:52:37.695DEBG 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 } }] 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 } }] |
| 9325 | 2026-07-20T18:52:39.201Z | 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 20 18:52:37.722 |
| 9326 | 2026-07-20T18:52:39.201Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 9327 | 2026-07-20T18:52:39.201Z | |
| 9328 | 2026-07-20T18:52:39.201Z | INFO Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722 INFODEBG adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 9329 | 2026-07-20T18:52:39.201Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9330 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.722replacing 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 20 18:52:37.722 |
| 9331 | 2026-07-20T18:52:39.201Z | INFODEBG adding route 172.17.0.30/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 } }]Jul 20 18:52:37.722 |
| 9332 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.722 INFO DEBG adding route 3fff:beef:36::/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 } }] |
| 9333 | 2026-07-20T18:52:39.201Z | |
| 9334 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.722 |
| 9335 | 2026-07-20T18:52:39.201Z | DEBGJul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBG 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 } }] |
| 9336 | 2026-07-20T18:52:39.201Z | adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9337 | 2026-07-20T18:52:39.201Z | |
| 9338 | 2026-07-20T18:52:39.201Z | 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 } }] |
| 9339 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFODEBG DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9340 | 2026-07-20T18:52:39.201Z | |
| 9341 | 2026-07-20T18:52:39.201Z | Jul 20 18:52:37.722adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9342 | 2026-07-20T18:52:39.201Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Jul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBGJul 20 18:52:37.722 adding route 172.16.0.0/32 -> 10.0.0.3replacing 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 } }] |
| 9343 | 2026-07-20T18:52:39.201Z | |
| 9344 | 2026-07-20T18:52:39.201Z | |
| 9345 | 2026-07-20T18:52:39.201Z | INFOJul 20 18:52:37.722 adding route 172.17.0.61/32 -> 10.0.0.255Jul 20 18:52:37.722DEBGJul 20 18:52:37.722 |
| 9346 | 2026-07-20T18:52:39.201Z | INFO adding route 3fff:beef:38::/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 } }] |
| 9347 | 2026-07-20T18:52:39.201Z | DEBG |
| 9348 | 2026-07-20T18:52:39.206Z | Jul 20 18:52:37.722 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9349 | 2026-07-20T18:52:39.206Z | Jul 20 18:52:37.722 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 } }]Jul 20 18:52:37.722DEBG |
| 9350 | 2026-07-20T18:52:39.206Z | 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 } }] |
| 9351 | 2026-07-20T18:52:39.206Z | INFO adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.722 |
| 9352 | 2026-07-20T18:52:39.206Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 9353 | 2026-07-20T18:52:39.206Z | |
| 9354 | 2026-07-20T18:52:39.206Z | INFOJul 20 18:52:37.722 adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9355 | 2026-07-20T18:52:39.206Z | DEBGJul 20 18:52:37.722 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 20 18:52:37.722 |
| 9356 | 2026-07-20T18:52:39.206Z | Jul 20 18:52:37.722 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 |
| 9357 | 2026-07-20T18:52:39.206Z | 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 } }]DEBG |
| 9358 | 2026-07-20T18:52:39.206Z | 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 20 18:52:37.722 |
| 9359 | 2026-07-20T18:52:39.206Z | Jul 20 18:52:37.722 INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]Jul 20 18:52:37.722adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9360 | 2026-07-20T18:52:39.206Z | DEBGJul 20 18:52:37.722 |
| 9361 | 2026-07-20T18:52:39.207Z | failed to allocate space for the new target list |
| 9362 | 2026-07-20T18:52:39.207Z | INFOJul 20 18:52:37.722 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9363 | 2026-07-20T18:52:39.207Z | 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 20 18:52:37.722 |
| 9364 | 2026-07-20T18:52:39.207Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.2Jul 20 18:52:37.722 |
| 9365 | 2026-07-20T18:52:39.207Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 |
| 9366 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffDEBG |
| 9367 | 2026-07-20T18:52:39.207Z | 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 20 18:52:37.722 |
| 9368 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722DEBG 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: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 20 18:52:37.722 |
| 9369 | 2026-07-20T18:52:39.207Z | |
| 9370 | 2026-07-20T18:52:39.207Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.722 |
| 9371 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.683Jul 20 18:52:37.722INFO INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 172.17.0.0/32 -> 10.0.0.255DEBG |
| 9372 | 2026-07-20T18:52:39.207Z | |
| 9373 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722created new freemap , DEBGJul 20 18:52:37.722unit : Jul 20 18:52:37.722DEBG replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: 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: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 } }] |
| 9374 | 2026-07-20T18:52:39.207Z | |
| 9375 | 2026-07-20T18:52:39.207Z | |
| 9376 | 2026-07-20T18:52:39.207Z | freemap_route_ipv4 |
| 9377 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722Jul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBG INFO failed to allocate space for the new target listJul 20 18:52:37.722 |
| 9378 | 2026-07-20T18:52:39.207Z | adding route 172.17.0.1/32 -> 10.0.0.255DEBG adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9379 | 2026-07-20T18:52:39.207Z | created new freemapJul 20 18:52:37.722, |
| 9380 | 2026-07-20T18:52:39.207Z | unit :DEBG Jul 20 18:52:37.722replacing targets for 3fff:dead::/64 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 } }]freemap_route_ipv6 DEBG |
| 9381 | 2026-07-20T18:52:39.207Z | |
| 9382 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722 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 } }]DEBGJul 20 18:52:37.722 |
| 9383 | 2026-07-20T18:52:39.207Z | 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 |
| 9384 | 2026-07-20T18:52:39.207Z | initted freemap. size: 64, unit:Jul 20 18:52:37.722 Jul 20 18:52:37.722freemap_route_ipv4INFO |
| 9385 | 2026-07-20T18:52:39.207Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9386 | 2026-07-20T18:52:39.207Z | |
| 9387 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722 DEBGJul 20 18:52:37.722 Jul 20 18:52:37.722 reset freemapDEBG, unitDEBGreplacing 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 } }] |
| 9388 | 2026-07-20T18:52:39.207Z | :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 } }] |
| 9389 | 2026-07-20T18:52:39.207Z | freemap_route_ipv4Jul 20 18:52:37.722 |
| 9390 | 2026-07-20T18:52:39.207Z | INFO Jul 20 18:52:37.722adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9391 | 2026-07-20T18:52:39.207Z | INFOJul 20 18:52:37.722 adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9392 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722initted freemap. size: 64 , DEBGunit :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 } }] |
| 9393 | 2026-07-20T18:52:39.207Z | freemap_route_ipv6Jul 20 18:52:37.722 |
| 9394 | 2026-07-20T18:52:39.207Z | 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 } }] |
| 9395 | 2026-07-20T18:52:39.207Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 INFODEBG reset freemapadding route 172.17.0.4/32 -> 10.0.0.255, |
| 9396 | 2026-07-20T18:52:39.207Z | unitJul 20 18:52:37.722: INFOfreemap_route_ipv6 |
| 9397 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9398 | 2026-07-20T18:52:39.208Z | 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 } }] |
| 9399 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGINFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 172.17.0.5/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 } }] |
| 9400 | 2026-07-20T18:52:39.208Z | |
| 9401 | 2026-07-20T18:52:39.208Z | |
| 9402 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 DEBGDEBG Jul 20 18:52:37.722 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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.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 } }] |
| 9403 | 2026-07-20T18:52:39.208Z | INFO |
| 9404 | 2026-07-20T18:52:39.208Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9405 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO INFO adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9406 | 2026-07-20T18:52:39.208Z | DEBG |
| 9407 | 2026-07-20T18:52:39.208Z | replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9408 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722DEBG DEBGINFO replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9409 | 2026-07-20T18:52:39.208Z | |
| 9410 | 2026-07-20T18:52:39.208Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9411 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:52:37.722 |
| 9412 | 2026-07-20T18:52:39.208Z | 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 |
| 9413 | 2026-07-20T18:52:39.208Z | adding route 172.16.0.0/32 -> 10.0.0.3Jul 20 18:52:37.722 |
| 9414 | 2026-07-20T18:52:39.208Z | DEBGJul 20 18:52:37.722 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 20 18:52:37.722INFO |
| 9415 | 2026-07-20T18:52:39.208Z | DEBG adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] |
| 9416 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722 |
| 9417 | 2026-07-20T18:52:39.208Z | INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9418 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 DEBGINFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4Jul 20 18:52:37.722 |
| 9419 | 2026-07-20T18:52:39.208Z | |
| 9420 | 2026-07-20T18:52:39.208Z | 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 } }] |
| 9421 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 DEBGJul 20 18:52:37.722 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]INFOINFO |
| 9422 | 2026-07-20T18:52:39.208Z | adding route 172.17.0.9/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9423 | 2026-07-20T18:52:39.208Z | |
| 9424 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 DEBGJul 20 18:52:37.722INFO 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 |
| 9425 | 2026-07-20T18:52:39.208Z | adding route 172.17.0.0/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 } }] |
| 9426 | 2026-07-20T18:52:39.208Z | |
| 9427 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.722Jul 20 18:52:37.722 Jul 20 18:52:37.722INFO DEBGINFO replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9428 | 2026-07-20T18:52:39.208Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9429 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.729 Jul 20 18:52:37.729INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9430 | 2026-07-20T18:52:39.208Z | 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 } }] |
| 9431 | 2026-07-20T18:52:39.208Z | Jul 20 18:52:37.724Jul 20 18:52:37.729 Jul 20 18:52:37.729DEBG DEBGcreated new freemap INFO, unitadding route 172.17.0.44/32 -> 10.0.0.255replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 9432 | 2026-07-20T18:52:39.208Z | |
| 9433 | 2026-07-20T18:52:39.209Z | freemap_route_ipv4Jul 20 18:52:37.729 |
| 9434 | 2026-07-20T18:52:39.209Z | Jul 20 18:52:37.729INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255 Jul 20 18:52:37.729 |
| 9435 | 2026-07-20T18:52:39.209Z | 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 |
| 9436 | 2026-07-20T18:52:39.209Z | created new freemapJul 20 18:52:37.729, unitDEBG: Jul 20 18:52:37.729replacing 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 |
| 9437 | 2026-07-20T18:52:39.209Z | freemap_route_ipv6adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9438 | 2026-07-20T18:52:39.209Z | |
| 9439 | 2026-07-20T18:52:39.209Z | Jul 20 18:52:37.729 INFOJul 20 18:52:37.729 Jul 20 18:52:37.729DEBG DEBGadding route 172.17.0.3/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 } }] |
| 9440 | 2026-07-20T18:52:39.209Z | |
| 9441 | 2026-07-20T18:52:39.209Z | initted freemap. size: 64, unit:Jul 20 18:52:37.729Jul 20 18:52:37.729 freemap_route_ipv4DEBGINFO |
| 9442 | 2026-07-20T18:52:39.209Z | adding route 172.17.0.46/32 -> 10.0.0.255replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9443 | 2026-07-20T18:52:39.209Z | |
| 9444 | 2026-07-20T18:52:39.209Z | Jul 20 18:52:37.729 DEBG Jul 20 18:52:37.729reset freemap , INFOJul 20 18:52:37.729 unitadding route 172.17.0.4/32 -> 10.0.0.255DEBG |
| 9445 | 2026-07-20T18:52:39.209Z | : 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 } }]freemap_route_ipv4 |
| 9446 | 2026-07-20T18:52:39.209Z | |
| 9447 | 2026-07-20T18:52:39.209Z | Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFO DEBGadding route 172.17.0.47/32 -> 10.0.0.255 DEBGinitted freemap. size: 64 , |
| 9448 | 2026-07-20T18:52:39.213Z | unitreplacing 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 } }]: |
| 9449 | 2026-07-20T18:52:39.213Z | freemap_route_ipv6Jul 20 18:52:37.729 |
| 9450 | 2026-07-20T18:52:39.213Z | 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 20 18:52:37.729Jul 20 18:52:37.729 |
| 9451 | 2026-07-20T18:52:39.213Z | INFODEBG adding route 172.17.0.5/32 -> 10.0.0.255reset freemap |
| 9452 | 2026-07-20T18:52:39.213Z | , Jul 20 18:52:37.729unit :INFO Jul 20 18:52:37.729freemap_route_ipv6 |
| 9453 | 2026-07-20T18:52:39.213Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9454 | 2026-07-20T18:52:39.213Z | 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 } }] |
| 9455 | 2026-07-20T18:52:39.213Z | Jul 20 18:52:37.729 INFO |
| 9456 | 2026-07-20T18:52:39.213Z | Jul 20 18:52:37.729Jul 20 18:52:37.729 adding route 172.16.0.0/32 -> 10.0.0.1INFO |
| 9457 | 2026-07-20T18:52:39.213Z | DEBG adding route 172.17.0.6/32 -> 10.0.0.255Jul 20 18:52:37.729 |
| 9458 | 2026-07-20T18:52:39.213Z | DEBG Jul 20 18:52:37.729replacing 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 20 18:52:37.729 |
| 9459 | 2026-07-20T18:52:39.213Z | 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 } }] |
| 9460 | 2026-07-20T18:52:39.214Z | 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 |
| 9461 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729 INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Jul 20 18:52:37.729 |
| 9462 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.11/32 -> 10.0.0.255Jul 20 18:52:37.729 |
| 9463 | 2026-07-20T18:52:39.214Z | INFO Jul 20 18:52:37.729 INFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9464 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729 |
| 9465 | 2026-07-20T18:52:39.214Z | INFODEBG Jul 20 18:52:37.729adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9466 | 2026-07-20T18:52:39.214Z | 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 20 18:52:37.729 |
| 9467 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729DEBG replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9468 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729replacing 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 } }] |
| 9469 | 2026-07-20T18:52:39.214Z | 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.12/32 -> 10.0.0.255Jul 20 18:52:37.729 |
| 9470 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729INFO |
| 9471 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9472 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729INFO Jul 20 18:52:37.729INFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9473 | 2026-07-20T18:52:39.214Z | DEBG |
| 9474 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729replacing 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 } }] |
| 9475 | 2026-07-20T18:52:39.214Z | 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 } }] |
| 9476 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 Jul 20 18:52:37.729 DEBGDEBGINFO INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]adding route 172.17.0.13/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 } }] |
| 9477 | 2026-07-20T18:52:39.214Z | |
| 9478 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9479 | 2026-07-20T18:52:39.214Z | |
| 9480 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729Jul 20 18:52:37.729 INFOJul 20 18:52:37.729INFOJul 20 18:52:37.729 DEBGadding route 172.16.0.0/32 -> 10.0.0.2 |
| 9481 | 2026-07-20T18:52:39.214Z | DEBG replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9482 | 2026-07-20T18:52:39.214Z | |
| 9483 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9484 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729Jul 20 18:52:37.729 Jul 20 18:52:37.729 DEBGINFOJul 20 18:52:37.729INFO 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.14/32 -> 10.0.0.255 |
| 9485 | 2026-07-20T18:52:39.214Z | |
| 9486 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9487 | 2026-07-20T18:52:39.214Z | 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 } }]Jul 20 18:52:37.729Jul 20 18:52:37.729 |
| 9488 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729 DEBGDEBG 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 } }] |
| 9489 | 2026-07-20T18:52:39.214Z | adding route 172.17.0.0/32 -> 10.0.0.255 Jul 20 18:52:37.729replacing 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 } }] |
| 9490 | 2026-07-20T18:52:39.214Z | INFO |
| 9491 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9492 | 2026-07-20T18:52:39.214Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255Jul 20 18:52:37.729Jul 20 18:52:37.729 |
| 9493 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729 DEBG INFO DEBGadding route 172.17.0.11/32 -> 10.0.0.255 Jul 20 18:52:37.729 |
| 9494 | 2026-07-20T18:52:39.214Z | replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9495 | 2026-07-20T18:52:39.214Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.15/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9496 | 2026-07-20T18:52:39.214Z | |
| 9497 | 2026-07-20T18:52:39.214Z | Jul 20 18:52:37.729 DEBGJul 20 18:52:37.729Jul 20 18:52:37.729 INFOINFOreplacing 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 20 18:52:37.729 |
| 9498 | 2026-07-20T18:52:39.215Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9499 | 2026-07-20T18:52:39.215Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255Jul 20 18:52:37.729 |
| 9500 | 2026-07-20T18:52:39.215Z | |
| 9501 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 9502 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9503 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 Jul 20 18:52:37.729 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 20 18:52:37.729DEBG |
| 9504 | 2026-07-20T18:52:39.215Z | INFOreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 9505 | 2026-07-20T18:52:39.215Z | test route::tests::add_target_fails_full ... ok |
| 9506 | 2026-07-20T18:52:39.215Z | |
| 9507 | 2026-07-20T18:52:39.215Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9508 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFO INFODEBG INFO replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9509 | 2026-07-20T18:52:39.215Z | adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9510 | 2026-07-20T18:52:39.215Z | |
| 9511 | 2026-07-20T18:52:39.215Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9512 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 INFOJul 20 18:52:37.729Jul 20 18:52:37.729 adding route 172.17.0.18/32 -> 10.0.0.255DEBGJul 20 18:52:37.729 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 } }] |
| 9513 | 2026-07-20T18:52:39.215Z | |
| 9514 | 2026-07-20T18:52:39.215Z | DEBGDEBG replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 20 18:52:37.729 |
| 9515 | 2026-07-20T18:52:39.215Z | |
| 9516 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 INFODEBG Jul 20 18:52:37.729replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 Jul 20 18:52:37.729 |
| 9517 | 2026-07-20T18:52:39.215Z | INFO |
| 9518 | 2026-07-20T18:52:39.215Z | INFO adding route 172.17.0.3/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9519 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 |
| 9520 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 DEBG INFO adding route 172.17.0.19/32 -> 10.0.0.255Jul 20 18:52:37.729replacing 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 } }] |
| 9521 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 |
| 9522 | 2026-07-20T18:52:39.215Z | DEBG DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.729replacing 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 } }] |
| 9523 | 2026-07-20T18:52:39.215Z | INFOJul 20 18:52:37.729 |
| 9524 | 2026-07-20T18:52:39.215Z | DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9525 | 2026-07-20T18:52:39.215Z | replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9526 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 INFOINFO INFOadding route 172.17.0.20/32 -> 10.0.0.255 DEBGadding route 172.17.0.4/32 -> 10.0.0.255 adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9527 | 2026-07-20T18:52:39.215Z | |
| 9528 | 2026-07-20T18:52:39.215Z | |
| 9529 | 2026-07-20T18:52:39.215Z | 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 } }] |
| 9530 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729Jul 20 18:52:37.729 DEBGDEBGINFO DEBG adding route 172.17.0.16/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 } }] |
| 9531 | 2026-07-20T18:52:39.215Z | 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 } }] |
| 9532 | 2026-07-20T18:52:39.215Z | |
| 9533 | 2026-07-20T18:52:39.215Z | 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 20 18:52:37.729 |
| 9534 | 2026-07-20T18:52:39.215Z | DEBG Jul 20 18:52:37.729replacing 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 } }] |
| 9535 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729 INFOINFO Jul 20 18:52:37.729adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9536 | 2026-07-20T18:52:39.215Z | Jul 20 18:52:37.729INFO adding route 172.17.0.57/32 -> 10.0.0.255INFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255Jul 20 18:52:37.729 |
| 9537 | 2026-07-20T18:52:39.216Z | |
| 9538 | 2026-07-20T18:52:39.216Z | |
| 9539 | 2026-07-20T18:52:39.216Z | 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 } }] |
| 9540 | 2026-07-20T18:52:39.216Z | Jul 20 18:52:37.729 Jul 20 18:52:37.729DEBG Jul 20 18:52:37.729 Jul 20 18:52:37.729replacing 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 } }] 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 } }]DEBG |
| 9541 | 2026-07-20T18:52:39.216Z | adding route 172.17.0.22/32 -> 10.0.0.255replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9542 | 2026-07-20T18:52:39.216Z | |
| 9543 | 2026-07-20T18:52:39.216Z | |
| 9544 | 2026-07-20T18:52:39.216Z | Jul 20 18:52:37.729 INFOJul 20 18:52:37.729 adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 9545 | 2026-07-20T18:52:39.216Z | Jul 20 18:52:37.729Jul 20 18:52:37.729 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 adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9546 | 2026-07-20T18:52:39.216Z | Jul 20 18:52:37.735 |
| 9547 | 2026-07-20T18:52:39.216Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9548 | 2026-07-20T18:52:39.220Z | INFO Jul 20 18:52:37.735 DEBGJul 20 18:52:37.735 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9549 | 2026-07-20T18:52:39.220Z | adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9550 | 2026-07-20T18:52:39.220Z | |
| 9551 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735 Jul 20 18:52:37.735Jul 20 18:52:37.735 INFOINFODEBG adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9552 | 2026-07-20T18:52:39.220Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9553 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735 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 20 18:52:37.735 |
| 9554 | 2026-07-20T18:52:39.220Z | 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 } }] |
| 9555 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735 Jul 20 18:52:37.729INFO DEBGJul 20 18:52:37.735 replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255INFO |
| 9556 | 2026-07-20T18:52:39.220Z | |
| 9557 | 2026-07-20T18:52:39.220Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9558 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735Jul 20 18:52:37.735 Jul 20 18:52:37.735INFO DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 9559 | 2026-07-20T18:52:39.220Z | DEBGreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9560 | 2026-07-20T18:52:39.220Z | 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 } }] |
| 9561 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735Jul 20 18:52:37.735Jul 20 18:52:37.735 DEBGINFOINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9562 | 2026-07-20T18:52:39.220Z | |
| 9563 | 2026-07-20T18:52:39.220Z | |
| 9564 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735 Jul 20 18:52:37.735Jul 20 18:52:37.735 DEBG DEBG 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 } }] 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.20/32 -> 10.0.0.255 |
| 9565 | 2026-07-20T18:52:39.220Z | |
| 9566 | 2026-07-20T18:52:39.220Z | |
| 9567 | 2026-07-20T18:52:39.220Z | Jul 20 18:52:37.735Jul 20 18:52:37.735 INFODEBGreplacing 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 } }] |
| 9568 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.735 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.27/32 -> 10.0.0.255 |
| 9569 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736INFO |
| 9570 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.62/32 -> 10.0.0.255INFOJul 20 18:52:37.736 |
| 9571 | 2026-07-20T18:52:39.221Z | DEBGadding route 172.17.0.7/32 -> 10.0.0.255Jul 20 18:52:37.736 |
| 9572 | 2026-07-20T18:52:39.221Z | INFO adding route 172.17.0.21/32 -> 10.0.0.255Jul 20 18:52:37.736replacing 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 20 18:52:37.736 |
| 9573 | 2026-07-20T18:52:39.221Z | |
| 9574 | 2026-07-20T18:52:39.221Z | DEBG 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 } }] |
| 9575 | 2026-07-20T18:52:39.221Z | 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 } }]Jul 20 18:52:37.736Jul 20 18:52:37.736 |
| 9576 | 2026-07-20T18:52:39.221Z | DEBGINFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.736 |
| 9577 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.28/32 -> 10.0.0.255Jul 20 18:52:37.736 |
| 9578 | 2026-07-20T18:52:39.221Z | INFO Jul 20 18:52:37.736adding route 172.17.0.8/32 -> 10.0.0.255 INFOINFOJul 20 18:52:37.736 |
| 9579 | 2026-07-20T18:52:39.221Z | DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9580 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.63/32 -> 10.0.0.255Jul 20 18:52:37.736replacing 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 } }] |
| 9581 | 2026-07-20T18:52:39.221Z | DEBG |
| 9582 | 2026-07-20T18:52:39.221Z | 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 20 18:52:37.736 |
| 9583 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736Jul 20 18:52:37.736DEBG DEBG INFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9584 | 2026-07-20T18:52:39.221Z | |
| 9585 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.29/32 -> 10.0.0.255Jul 20 18:52:37.736 |
| 9586 | 2026-07-20T18:52:39.221Z | INFOJul 20 18:52:37.736 adding route 172.17.0.9/32 -> 10.0.0.255Jul 20 18:52:37.736INFOJul 20 18:52:37.736 DEBG adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9587 | 2026-07-20T18:52:39.221Z | DEBG |
| 9588 | 2026-07-20T18:52:39.221Z | 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 } }] |
| 9589 | 2026-07-20T18:52:39.221Z | failed to allocate space for the new target list |
| 9590 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFODEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9591 | 2026-07-20T18:52:39.221Z | |
| 9592 | 2026-07-20T18:52:39.221Z | DEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9593 | 2026-07-20T18:52:39.221Z | |
| 9594 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736 Jul 20 18:52:37.736DEBG INFO Jul 20 18:52:37.736replacing 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 } }] |
| 9595 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736DEBG adding route 172.17.0.24/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9596 | 2026-07-20T18:52:39.221Z | |
| 9597 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736INFO INFOJul 20 18:52:37.736adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9598 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 9599 | 2026-07-20T18:52:39.221Z | 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 } }] |
| 9600 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736 Jul 20 18:52:37.736DEBG Jul 20 18:52:37.736DEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9601 | 2026-07-20T18:52:39.221Z | |
| 9602 | 2026-07-20T18:52:39.221Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9603 | 2026-07-20T18:52:39.221Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFO INFODEBG adding route 172.17.0.11/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 } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9604 | 2026-07-20T18:52:39.221Z | |
| 9605 | 2026-07-20T18:52:39.221Z | test route::tests::delete_targets_full ... ok |
| 9606 | 2026-07-20T18:52:39.222Z | |
| 9607 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736DEBGDEBG 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.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 } }] |
| 9608 | 2026-07-20T18:52:39.222Z | INFO |
| 9609 | 2026-07-20T18:52:39.222Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9610 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFOINFO DEBG adding route 172.17.0.12/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 } }]adding route 172.17.0.33/32 -> 10.0.0.255 |
| 9611 | 2026-07-20T18:52:39.222Z | |
| 9612 | 2026-07-20T18:52:39.222Z | |
| 9613 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFOJul 20 18:52:37.736 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.27/32 -> 10.0.0.255DEBG |
| 9614 | 2026-07-20T18:52:39.222Z | |
| 9615 | 2026-07-20T18:52:39.222Z | 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 } }] |
| 9616 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFO INFOreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9617 | 2026-07-20T18:52:39.222Z | adding route 172.17.0.34/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9618 | 2026-07-20T18:52:39.222Z | |
| 9619 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736INFO DEBGDEBGadding route 172.17.0.28/32 -> 10.0.0.255 replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9620 | 2026-07-20T18:52:39.222Z | 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 } }] |
| 9621 | 2026-07-20T18:52:39.222Z | |
| 9622 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 DEBGINFO INFOreplacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9623 | 2026-07-20T18:52:39.222Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9624 | 2026-07-20T18:52:39.222Z | |
| 9625 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFODEBGDEBG 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.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.29/32 -> 10.0.0.255 |
| 9626 | 2026-07-20T18:52:39.222Z | |
| 9627 | 2026-07-20T18:52:39.222Z | |
| 9628 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736 INFO INFODEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9629 | 2026-07-20T18:52:39.222Z | replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9630 | 2026-07-20T18:52:39.222Z | |
| 9631 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736 DEBGJul 20 18:52:37.736Jul 20 18:52:37.736 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 |
| 9632 | 2026-07-20T18:52:39.222Z | DEBG adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9633 | 2026-07-20T18:52:39.222Z | |
| 9634 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736 INFO Jul 20 18:52:37.736Jul 20 18:52:37.736 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 9635 | 2026-07-20T18:52:39.222Z | INFO replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9636 | 2026-07-20T18:52:39.222Z | |
| 9637 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736 Jul 20 18:52:37.736Jul 20 18:52:37.736DEBG 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 } }]INFO |
| 9638 | 2026-07-20T18:52:39.222Z | 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.31/32 -> 10.0.0.255 |
| 9639 | 2026-07-20T18:52:39.222Z | |
| 9640 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736 Jul 20 18:52:37.736Jul 20 18:52:37.736 INFOINFO DEBGadding route 172.17.0.38/32 -> 10.0.0.255 replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9641 | 2026-07-20T18:52:39.222Z | |
| 9642 | 2026-07-20T18:52:39.222Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 9643 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736 Jul 20 18:52:37.736INFOJul 20 18:52:37.736 DEBG DEBGadding route 172.17.0.32/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 } }] |
| 9644 | 2026-07-20T18:52:39.222Z | |
| 9645 | 2026-07-20T18:52:39.222Z | 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 } }] |
| 9646 | 2026-07-20T18:52:39.222Z | Jul 20 18:52:37.736Jul 20 18:52:37.736 Jul 20 18:52:37.736INFO DEBG INFOreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9647 | 2026-07-20T18:52:39.223Z | adding route 172.17.0.18/32 -> 10.0.0.255 |
| 9648 | 2026-07-20T18:52:39.228Z | |
| 9649 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736Jul 20 18:52:37.736Jul 20 18:52:37.736 INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 9650 | 2026-07-20T18:52:39.228Z | 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.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 } }] |
| 9651 | 2026-07-20T18:52:39.228Z | |
| 9652 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736 DEBG Jul 20 18:52:37.736Jul 20 18:52:37.736 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 } }] |
| 9653 | 2026-07-20T18:52:39.228Z | INFOINFO adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9654 | 2026-07-20T18:52:39.228Z | |
| 9655 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736 INFO Jul 20 18:52:37.736adding route 172.17.0.34/32 -> 10.0.0.255Jul 20 18:52:37.736 |
| 9656 | 2026-07-20T18:52:39.228Z | DEBGDEBG replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9657 | 2026-07-20T18:52:39.228Z | |
| 9658 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736 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 20 18:52:37.736Jul 20 18:52:37.736 |
| 9659 | 2026-07-20T18:52:39.228Z | INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9660 | 2026-07-20T18:52:39.228Z | |
| 9661 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736 INFO Jul 20 18:52:37.736adding route 172.17.0.35/32 -> 10.0.0.255Jul 20 18:52:37.736 |
| 9662 | 2026-07-20T18:52:39.228Z | DEBGDEBG replacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9663 | 2026-07-20T18:52:39.228Z | |
| 9664 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.736Jul 20 18:52:37.743 DEBGJul 20 18:52:37.743INFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9665 | 2026-07-20T18:52:39.228Z | adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9666 | 2026-07-20T18:52:39.228Z | |
| 9667 | 2026-07-20T18:52:39.228Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOJul 20 18:52:37.743 DEBGDEBG adding route 172.17.0.36/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 } }] |
| 9668 | 2026-07-20T18:52:39.228Z | 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 } }] |
| 9669 | 2026-07-20T18:52:39.228Z | |
| 9670 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9671 | 2026-07-20T18:52:39.229Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9672 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9673 | 2026-07-20T18:52:39.229Z | |
| 9674 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9675 | 2026-07-20T18:52:39.229Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9676 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9677 | 2026-07-20T18:52:39.229Z | |
| 9678 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9679 | 2026-07-20T18:52:39.229Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9680 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG 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.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 } }] |
| 9681 | 2026-07-20T18:52:39.229Z | |
| 9682 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.46/32 -> 10.0.0.255 |
| 9683 | 2026-07-20T18:52:39.229Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9684 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 9685 | 2026-07-20T18:52:39.229Z | |
| 9686 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.47/32 -> 10.0.0.255 |
| 9687 | 2026-07-20T18:52:39.229Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9688 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGDEBG replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 9689 | 2026-07-20T18:52:39.229Z | |
| 9690 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9691 | 2026-07-20T18:52:39.229Z | |
| 9692 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }] |
| 9693 | 2026-07-20T18:52:39.229Z | 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 } }] |
| 9694 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.28/32 -> 10.0.0.255 |
| 9695 | 2026-07-20T18:52:39.229Z | |
| 9696 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }] |
| 9697 | 2026-07-20T18:52:39.229Z | 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 } }] |
| 9698 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9699 | 2026-07-20T18:52:39.229Z | |
| 9700 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG DEBGreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9701 | 2026-07-20T18:52:39.229Z | 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 } }] |
| 9702 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.30/32 -> 10.0.0.255adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9703 | 2026-07-20T18:52:39.229Z | |
| 9704 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }] |
| 9705 | 2026-07-20T18:52:39.229Z | test route::tests::delete_target_fragmented ... ok |
| 9706 | 2026-07-20T18:52:39.229Z | 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 } }] |
| 9707 | 2026-07-20T18:52:39.229Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9708 | 2026-07-20T18:52:39.230Z | |
| 9709 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }] |
| 9710 | 2026-07-20T18:52:39.230Z | 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 } }] |
| 9711 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFOINFO Jul 20 18:52:37.743 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 9712 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.53/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9713 | 2026-07-20T18:52:39.230Z | |
| 9714 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBG DEBGreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9715 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.37/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 } }] |
| 9716 | 2026-07-20T18:52:39.230Z | |
| 9717 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFOJul 20 18:52:37.743 INFODEBG adding route 172.17.0.33/32 -> 10.0.0.255 replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9718 | 2026-07-20T18:52:39.230Z | |
| 9719 | 2026-07-20T18:52:39.230Z | |
| 9720 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 INFO DEBG adding route 172.17.0.38/32 -> 10.0.0.255DEBGreplacing 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 } }] |
| 9721 | 2026-07-20T18:52:39.230Z | |
| 9722 | 2026-07-20T18:52:39.230Z | 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 } }] |
| 9723 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 INFODEBG INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9724 | 2026-07-20T18:52:39.230Z | |
| 9725 | 2026-07-20T18:52:39.230Z | 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 } }] |
| 9726 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743Jul 20 18:52:37.743 DEBGINFO DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9727 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9728 | 2026-07-20T18:52:39.230Z | |
| 9729 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.56/32 -> 10.0.0.255DEBG |
| 9730 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.35/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 } }] |
| 9731 | 2026-07-20T18:52:39.230Z | |
| 9732 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG 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 } }]DEBG |
| 9733 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9734 | 2026-07-20T18:52:39.230Z | 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 } }] |
| 9735 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 INFOJul 20 18:52:37.743 Jul 20 18:52:37.743 adding route 172.17.0.57/32 -> 10.0.0.255INFODEBG |
| 9736 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.36/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 } }] |
| 9737 | 2026-07-20T18:52:39.230Z | |
| 9738 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 DEBGJul 20 18:52:37.743 Jul 20 18:52:37.743replacing 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 |
| 9739 | 2026-07-20T18:52:39.230Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9740 | 2026-07-20T18:52:39.230Z | |
| 9741 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9742 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFO DEBGadding route 172.17.0.37/32 -> 10.0.0.255 Jul 20 18:52:37.743 |
| 9743 | 2026-07-20T18:52:39.230Z | 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 |
| 9744 | 2026-07-20T18:52:39.230Z | 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 20 18:52:37.743 |
| 9745 | 2026-07-20T18:52:39.230Z | Jul 20 18:52:37.743DEBG INFOreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Jul 20 18:52:37.743 |
| 9746 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 9747 | 2026-07-20T18:52:39.230Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9748 | 2026-07-20T18:52:39.235Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO DEBGDEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9749 | 2026-07-20T18:52:39.235Z | adding route 172.17.0.38/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 } }] |
| 9750 | 2026-07-20T18:52:39.235Z | |
| 9751 | 2026-07-20T18:52:39.235Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO Jul 20 18:52:37.743 INFOadding route 172.17.0.60/32 -> 10.0.0.255 |
| 9752 | 2026-07-20T18:52:39.235Z | DEBG adding route 172.17.0.43/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 } }] |
| 9753 | 2026-07-20T18:52:39.235Z | Jul 20 18:52:37.743 |
| 9754 | 2026-07-20T18:52:39.235Z | 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 20 18:52:37.743 |
| 9755 | 2026-07-20T18:52:39.235Z | DEBGJul 20 18:52:37.743 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 } }] |
| 9756 | 2026-07-20T18:52:39.235Z | INFOJul 20 18:52:37.743 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9757 | 2026-07-20T18:52:39.235Z | Jul 20 18:52:37.743failed to allocate space for the new target list |
| 9758 | 2026-07-20T18:52:39.235Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255Jul 20 18:52:37.743 |
| 9759 | 2026-07-20T18:52:39.235Z | Jul 20 18:52:37.743DEBG 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 } }]replacing targets for 172.16.0.0/32 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 } }] |
| 9760 | 2026-07-20T18:52:39.236Z | |
| 9761 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 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 } }] |
| 9762 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 INFO adding route 172.17.0.40/32 -> 10.0.0.255Jul 20 18:52:37.743 |
| 9763 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9764 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 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 } }]Jul 20 18:52:37.743 |
| 9765 | 2026-07-20T18:52:39.236Z | 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 } }] |
| 9766 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 INFO adding route 172.17.0.41/32 -> 10.0.0.255Jul 20 18:52:37.743 |
| 9767 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9768 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 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 } }] |
| 9769 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743Jul 20 18:52:37.743 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9770 | 2026-07-20T18:52:39.236Z | DEBG Jul 20 18:52:37.743replacing 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 } }] |
| 9771 | 2026-07-20T18:52:39.236Z | 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 } }] |
| 9772 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 INFO Jul 20 18:52:37.743adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9773 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9774 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 DEBGJul 20 18:52:37.743 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 |
| 9775 | 2026-07-20T18:52:39.236Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9776 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 INFOJul 20 18:52:37.743 adding route 172.17.0.48/32 -> 10.0.0.255INFO |
| 9777 | 2026-07-20T18:52:39.236Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9778 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743DEBG DEBGreplacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9779 | 2026-07-20T18:52:39.236Z | 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 } }] |
| 9780 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 Jul 20 18:52:37.743INFO INFOadding route 172.17.0.49/32 -> 10.0.0.255 |
| 9781 | 2026-07-20T18:52:39.236Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9782 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.743 DEBGJul 20 18:52:37.743 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 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 } }] |
| 9783 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9784 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 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 } }] |
| 9785 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 9786 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 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 } }] |
| 9787 | 2026-07-20T18:52:39.236Z | |
| 9788 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9789 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.46/32 -> 10.0.0.255Jul 20 18:52:37.749 |
| 9790 | 2026-07-20T18:52:39.236Z | 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 } }] |
| 9791 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749 |
| 9792 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255Jul 20 18:52:37.749 |
| 9793 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9794 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749 |
| 9795 | 2026-07-20T18:52:39.236Z | 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 20 18:52:37.749 |
| 9796 | 2026-07-20T18:52:39.236Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9797 | 2026-07-20T18:52:39.236Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.48/32 -> 10.0.0.255Jul 20 18:52:37.749 |
| 9798 | 2026-07-20T18:52:39.236Z | 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 } }] |
| 9799 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749 |
| 9800 | 2026-07-20T18:52:39.237Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9801 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.49/32 -> 10.0.0.255Jul 20 18:52:37.749 |
| 9802 | 2026-07-20T18:52:39.237Z | 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 } }] |
| 9803 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 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 } }]Jul 20 18:52:37.749 |
| 9804 | 2026-07-20T18:52:39.237Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9805 | 2026-07-20T18:52:39.237Z | test route::tests::delete_targets_fragmented ... ok |
| 9806 | 2026-07-20T18:52:39.237Z | |
| 9807 | 2026-07-20T18:52:39.237Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s |
| 9808 | 2026-07-20T18:52:39.237Z | |
| 9809 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO Jul 20 18:52:37.749adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9810 | 2026-07-20T18:52:39.237Z | 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 } }] |
| 9811 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBGJul 20 18:52:37.749 replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9812 | 2026-07-20T18:52:39.237Z | adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9813 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFOJul 20 18:52:37.749 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9814 | 2026-07-20T18:52:39.237Z | 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 } }] |
| 9815 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBGJul 20 18:52:37.749 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9816 | 2026-07-20T18:52:39.237Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9817 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFOJul 20 18:52:37.749 adding route 172.17.0.52/32 -> 10.0.0.255DEBG |
| 9818 | 2026-07-20T18:52:39.237Z | 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 } }] |
| 9819 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 Jul 20 18:52:37.749DEBG 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 } }] |
| 9820 | 2026-07-20T18:52:39.237Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9821 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 Jul 20 18:52:37.749INFO DEBGadding route 172.17.0.53/32 -> 10.0.0.255 |
| 9822 | 2026-07-20T18:52:39.237Z | 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 } }] |
| 9823 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 Jul 20 18:52:37.749DEBG 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 } }] |
| 9824 | 2026-07-20T18:52:39.237Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9825 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749Jul 20 18:52:37.749 INFODEBG adding route 172.17.0.54/32 -> 10.0.0.255replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9826 | 2026-07-20T18:52:39.237Z | |
| 9827 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749Jul 20 18:52:37.749 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 } }]failed to allocate space for the new target list |
| 9828 | 2026-07-20T18:52:39.237Z | |
| 9829 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749Jul 20 18:52:37.749 INFODEBG adding route 172.17.0.55/32 -> 10.0.0.255replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, 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 } }] |
| 9830 | 2026-07-20T18:52:39.237Z | |
| 9831 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.55/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9832 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9833 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9834 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9835 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9836 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9837 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9838 | 2026-07-20T18:52:39.237Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9839 | 2026-07-20T18:52:39.238Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9840 | 2026-07-20T18:52:39.238Z | Jul 20 18:52:37.749 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9841 | 2026-07-20T18:52:39.238Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9842 | 2026-07-20T18:52:39.238Z | Jul 20 18:52:37.749 DEBG failed to allocate space for the new target list |
| 9843 | 2026-07-20T18:52:39.238Z | Jul 20 18:52:37.749 DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9844 | 2026-07-20T18:52:39.238Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-52236783796ffa04) |
| 9845 | 2026-07-20T18:52:39.238Z | |
| 9846 | 2026-07-20T18:52:39.238Z | running 0 tests |
| 9847 | 2026-07-20T18:52:39.238Z | |
| 9848 | 2026-07-20T18:52:39.241Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9849 | 2026-07-20T18:52:39.241Z | |
| 9850 | 2026-07-20T18:52:39.241Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-f43e9b5d32852ea8) |
| 9851 | 2026-07-20T18:52:39.241Z | |
| 9852 | 2026-07-20T18:52:39.241Z | running 0 tests |
| 9853 | 2026-07-20T18:52:39.241Z | |
| 9854 | 2026-07-20T18:52:39.241Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9855 | 2026-07-20T18:52:39.241Z | |
| 9856 | 2026-07-20T18:52:39.241Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-3ce81ca321633a11) |
| 9857 | 2026-07-20T18:52:39.241Z | |
| 9858 | 2026-07-20T18:52:39.241Z | running 6 tests |
| 9859 | 2026-07-20T18:52:39.242Z | test tests::test_full_lot_id_neither_present ... ok |
| 9860 | 2026-07-20T18:52:39.242Z | test tests::test_full_lot_id_lot_only ... ok |
| 9861 | 2026-07-20T18:52:39.242Z | test tests::test_full_lot_id_both_present ... ok |
| 9862 | 2026-07-20T18:52:39.242Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9863 | 2026-07-20T18:52:39.242Z | test tests::test_port_id_cmp ... ok |
| 9864 | 2026-07-20T18:52:39.242Z | test tests::test_parse_client_port_id ... ok |
| 9865 | 2026-07-20T18:52:39.242Z | |
| 9866 | 2026-07-20T18:52:39.242Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9867 | 2026-07-20T18:52:39.242Z | |
| 9868 | 2026-07-20T18:52:39.242Z | Running tests/test_all.rs (target/debug/deps/test_all-2a2686972d3515a5) |
| 9869 | 2026-07-20T18:52:39.245Z | |
| 9870 | 2026-07-20T18:52:39.245Z | running 6 tests |
| 9871 | 2026-07-20T18:52:42.251Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9872 | 2026-07-20T18:52:42.254Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9873 | 2026-07-20T18:52:42.254Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9874 | 2026-07-20T18:52:42.263Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9875 | 2026-07-20T18:52:42.594Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9876 | 2026-07-20T18:52:45.602Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9877 | 2026-07-20T18:52:45.602Z | |
| 9878 | 2026-07-20T18:52:45.602Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.36s |
| 9879 | 2026-07-20T18:52:45.602Z | |
| 9880 | 2026-07-20T18:52:45.609Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-cf7014c83b016e98) |
| 9881 | 2026-07-20T18:52:45.614Z | |
| 9882 | 2026-07-20T18:52:45.615Z | running 0 tests |
| 9883 | 2026-07-20T18:52:45.615Z | |
| 9884 | 2026-07-20T18:52:45.618Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9885 | 2026-07-20T18:52:45.618Z | |
| 9886 | 2026-07-20T18:52:45.618Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-49b68c683ad65a0a) |
| 9887 | 2026-07-20T18:52:45.621Z | |
| 9888 | 2026-07-20T18:52:45.621Z | running 0 tests |
| 9889 | 2026-07-20T18:52:45.621Z | |
| 9890 | 2026-07-20T18:52:45.621Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9891 | 2026-07-20T18:52:45.621Z | |
| 9892 | 2026-07-20T18:52:45.621Z | Running unittests src/lib.rs (target/debug/deps/packet-f9473f100091f2b1) |
| 9893 | 2026-07-20T18:52:45.630Z | |
| 9894 | 2026-07-20T18:52:45.630Z | running 12 tests |
| 9895 | 2026-07-20T18:52:45.633Z | test icmp::test_v6_checksum ... ok |
| 9896 | 2026-07-20T18:52:45.633Z | test icmp::test_v4_checksum ... ok |
| 9897 | 2026-07-20T18:52:45.633Z | test ipv6::test_ipv6_parse ... ok |
| 9898 | 2026-07-20T18:52:45.633Z | test lldp::test_lldp_parse ... ok |
| 9899 | 2026-07-20T18:52:45.633Z | test pbuf::test_byte ... ok |
| 9900 | 2026-07-20T18:52:45.633Z | test pbuf::test_nibble ... ok |
| 9901 | 2026-07-20T18:52:45.633Z | test pbuf::test_overflow ... ok |
| 9902 | 2026-07-20T18:52:45.633Z | test pbuf::test_short ... ok |
| 9903 | 2026-07-20T18:52:45.633Z | test pbuf::test_word ... ok |
| 9904 | 2026-07-20T18:52:45.633Z | test pbuf::test_twelve ... ok |
| 9905 | 2026-07-20T18:52:45.633Z | test tcp::test_checksum_syn_nodata ... ok |
| 9906 | 2026-07-20T18:52:45.633Z | test tcp::test_checksum_ack_data ... ok |
| 9907 | 2026-07-20T18:52:45.633Z | |
| 9908 | 2026-07-20T18:52:45.633Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9909 | 2026-07-20T18:52:45.633Z | |
| 9910 | 2026-07-20T18:52:45.633Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9911 | 2026-07-20T18:52:45.636Z | |
| 9912 | 2026-07-20T18:52:45.637Z | running 0 tests |
| 9913 | 2026-07-20T18:52:45.637Z | |
| 9914 | 2026-07-20T18:52:45.637Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9915 | 2026-07-20T18:52:45.637Z | |
| 9916 | 2026-07-20T18:52:45.640Z | Running unittests src/main.rs (target/debug/deps/swadm-31eb09ac13cb2c74) |
| 9917 | 2026-07-20T18:52:45.643Z | |
| 9918 | 2026-07-20T18:52:45.643Z | running 5 tests |
| 9919 | 2026-07-20T18:52:45.643Z | test switchport::test::test_compute_lanes ... ok |
| 9920 | 2026-07-20T18:52:45.643Z | test switchport::test::port_id_ordering ... ok |
| 9921 | 2026-07-20T18:52:45.643Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9922 | 2026-07-20T18:52:45.643Z | Lane 0 State: Activated ActivatedLane 1 ActivatedLane 2 ActivatedLane 3 |
| 9923 | 2026-07-20T18:52:45.643Z | |
| 9924 | 2026-07-20T18:52:45.643Z | Rx Output Enabled: false Rx Loss-of-lock: Yes falseYes false Yesfalse |
| 9925 | 2026-07-20T18:52:45.643Z | Yes Rx Output Status: valid |
| 9926 | 2026-07-20T18:52:45.643Z | Rx Loss-of-signal: Yesvalid Yes valid Yesvalid |
| 9927 | 2026-07-20T18:52:45.643Z | Yes |
| 9928 | 2026-07-20T18:52:45.643Z | Rx Loss-of-lock: true Rx CDR Enabled: Yestrue Yestrue Yestrue |
| 9929 | 2026-07-20T18:52:45.643Z | Yes |
| 9930 | 2026-07-20T18:52:45.643Z | Rx Loss-of-signal: false Tx Enabled: Yes false Yesfalse falseYes |
| 9931 | 2026-07-20T18:52:45.643Z | YesRx Auto-squelch Disable: true |
| 9932 | 2026-07-20T18:52:45.643Z | Tx Loss-of-lock: Notrue Notrue Notrue |
| 9933 | 2026-07-20T18:52:45.643Z | No |
| 9934 | 2026-07-20T18:52:45.643Z | Tx Output Enabled: true Tx Loss-of-signal: No true Notrue true |
| 9935 | 2026-07-20T18:52:45.643Z | No Tx Output Status: invalidNo |
| 9936 | 2026-07-20T18:52:45.643Z | invalid Tx CDR Enabled: No invalidNo invalid |
| 9937 | 2026-07-20T18:52:45.643Z | No No Tx Loss-of-lock: false |
| 9938 | 2026-07-20T18:52:45.643Z | Tx Adaptive EQ Fault: No false No falseNo false |
| 9939 | 2026-07-20T18:52:45.643Z | No |
| 9940 | 2026-07-20T18:52:45.643Z | Tx Loss-of-signal: true Tx Fault: Yes true Yes trueYes true |
| 9941 | 2026-07-20T18:52:45.643Z | Yes |
| 9942 | 2026-07-20T18:52:45.643Z | Tx Auto-squelch Disable: false false false false |
| 9943 | 2026-07-20T18:52:45.643Z | Tx Adaptive EQ Fail: true true true true |
| 9944 | 2026-07-20T18:52:45.643Z | Tx Failure: false false false false |
| 9945 | 2026-07-20T18:52:45.643Z | Tx Force Squelch: true true true true |
| 9946 | 2026-07-20T18:52:45.643Z | Tx Input Polarity: normal normal normal normal |
| 9947 | 2026-07-20T18:52:45.643Z | test switchport::test::test_print_sff_datapath ... ok |
| 9948 | 2026-07-20T18:52:45.643Z | test switchport::test::test_print_cmis_datapath ... ok |
| 9949 | 2026-07-20T18:52:45.643Z | test link::test_filter ... ok |
| 9950 | 2026-07-20T18:52:45.643Z | |
| 9951 | 2026-07-20T18:52:45.644Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9952 | 2026-07-20T18:52:45.644Z | |
| 9953 | 2026-07-20T18:52:45.644Z | Running tests/counters.rs (target/debug/deps/counters-23fac304248b4491) |
| 9954 | 2026-07-20T18:52:45.647Z | |
| 9955 | 2026-07-20T18:52:45.647Z | running 1 test |
| 9956 | 2026-07-20T18:52:45.647Z | test test_p4_counter_list ... ignored |
| 9957 | 2026-07-20T18:52:45.647Z | |
| 9958 | 2026-07-20T18:52:45.647Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9959 | 2026-07-20T18:52:45.647Z | |
| 9960 | 2026-07-20T18:52:45.647Z | Running tests/port-link.rs (target/debug/deps/port_link-7367f1bb58c7e97d) |
| 9961 | 2026-07-20T18:52:45.651Z | |
| 9962 | 2026-07-20T18:52:45.651Z | running 5 tests |
| 9963 | 2026-07-20T18:52:45.656Z | test test_an ... ignored |
| 9964 | 2026-07-20T18:52:45.656Z | test test_enable ... ignored |
| 9965 | 2026-07-20T18:52:45.656Z | test test_ip_addresses ... ignored |
| 9966 | 2026-07-20T18:52:45.656Z | test test_kr ... ignored |
| 9967 | 2026-07-20T18:52:45.656Z | test test_mac ... ignored |
| 9968 | 2026-07-20T18:52:45.656Z | |
| 9969 | 2026-07-20T18:52:45.656Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9970 | 2026-07-20T18:52:45.656Z | |
| 9971 | 2026-07-20T18:52:45.656Z | Running unittests src/main.rs (target/debug/deps/tfportd-28b5d79f52a89ea0) |
| 9972 | 2026-07-20T18:52:45.656Z | |
| 9973 | 2026-07-20T18:52:45.657Z | running 3 tests |
| 9974 | 2026-07-20T18:52:45.660Z | test linklocal::test_parse_ipadm ... ok |
| 9975 | 2026-07-20T18:52:45.660Z | test tfport::test_parse_tfport ... ok |
| 9976 | 2026-07-20T18:52:45.660Z | test config::tests::test_updates ... ok |
| 9977 | 2026-07-20T18:52:45.660Z | |
| 9978 | 2026-07-20T18:52:45.660Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9979 | 2026-07-20T18:52:45.660Z | |
| 9980 | 2026-07-20T18:52:45.661Z | Running unittests src/main.rs (target/debug/deps/uplinkd-64143caaaf70be40) |
| 9981 | 2026-07-20T18:52:45.663Z | |
| 9982 | 2026-07-20T18:52:45.663Z | running 0 tests |
| 9983 | 2026-07-20T18:52:45.663Z | |
| 9984 | 2026-07-20T18:52:45.663Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9985 | 2026-07-20T18:52:45.664Z | |
| 9986 | 2026-07-20T18:52:45.664Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 9987 | 2026-07-20T18:52:45.666Z | |
| 9988 | 2026-07-20T18:52:45.666Z | running 0 tests |
| 9989 | 2026-07-20T18:52:45.666Z | |
| 9990 | 2026-07-20T18:52:45.666Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9991 | 2026-07-20T18:52:45.666Z | |
| 9992 | 2026-07-20T18:52:45.666Z | Doc-tests aal |
| 9993 | 2026-07-20T18:52:45.844Z | |
| 9994 | 2026-07-20T18:52:45.844Z | running 0 tests |
| 9995 | 2026-07-20T18:52:45.844Z | |
| 9996 | 2026-07-20T18:52:45.848Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9997 | 2026-07-20T18:52:45.848Z | |
| 9998 | 2026-07-20T18:52:45.865Z | Doc-tests aal_macros |
| 9999 | 2026-07-20T18:52:45.940Z | |
| 10000 | 2026-07-20T18:52:45.940Z | running 0 tests |
| 10001 | 2026-07-20T18:52:45.940Z | |
| 10002 | 2026-07-20T18:52:45.940Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10003 | 2026-07-20T18:52:45.940Z | |
| 10004 | 2026-07-20T18:52:45.954Z | Doc-tests common |
| 10005 | 2026-07-20T18:52:46.197Z | |
| 10006 | 2026-07-20T18:52:46.197Z | running 0 tests |
| 10007 | 2026-07-20T18:52:46.197Z | |
| 10008 | 2026-07-20T18:52:46.197Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10009 | 2026-07-20T18:52:46.197Z | |
| 10010 | 2026-07-20T18:52:46.221Z | Doc-tests dpd_api |
| 10011 | 2026-07-20T18:52:47.066Z | |
| 10012 | 2026-07-20T18:52:47.066Z | running 2 tests |
| 10013 | 2026-07-20T18:52:47.066Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 77) ... ignored |
| 10014 | 2026-07-20T18:52:47.066Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 83) ... ignored |
| 10015 | 2026-07-20T18:52:47.066Z | |
| 10016 | 2026-07-20T18:52:47.066Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10017 | 2026-07-20T18:52:47.066Z | |
| 10018 | 2026-07-20T18:52:47.101Z | Doc-tests dpd_client |
| 10019 | 2026-07-20T18:52:48.506Z | |
| 10020 | 2026-07-20T18:52:48.506Z | running 0 tests |
| 10021 | 2026-07-20T18:52:48.506Z | |
| 10022 | 2026-07-20T18:52:48.506Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10023 | 2026-07-20T18:52:48.506Z | |
| 10024 | 2026-07-20T18:52:48.558Z | Doc-tests dpd_types |
| 10025 | 2026-07-20T18:52:48.775Z | |
| 10026 | 2026-07-20T18:52:48.775Z | running 0 tests |
| 10027 | 2026-07-20T18:52:48.775Z | |
| 10028 | 2026-07-20T18:52:48.775Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10029 | 2026-07-20T18:52:48.775Z | |
| 10030 | 2026-07-20T18:52:48.805Z | Doc-tests dpd_types_versions |
| 10031 | 2026-07-20T18:52:50.034Z | |
| 10032 | 2026-07-20T18:52:50.034Z | running 1 test |
| 10033 | 2026-07-20T18:52:50.034Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10034 | 2026-07-20T18:52:50.034Z | |
| 10035 | 2026-07-20T18:52:50.034Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10036 | 2026-07-20T18:52:50.034Z | |
| 10037 | 2026-07-20T18:52:50.085Z | Doc-tests packet |
| 10038 | 2026-07-20T18:52:50.200Z | |
| 10039 | 2026-07-20T18:52:50.200Z | running 0 tests |
| 10040 | 2026-07-20T18:52:50.200Z | |
| 10041 | 2026-07-20T18:52:50.200Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10042 | 2026-07-20T18:52:50.200Z | |
| 10043 | 2026-07-20T18:52:50.219Z | Doc-tests pcap |
| 10044 | 2026-07-20T18:52:50.275Z | |
| 10045 | 2026-07-20T18:52:50.275Z | running 0 tests |
| 10046 | 2026-07-20T18:52:50.275Z | |
| 10047 | 2026-07-20T18:52:50.275Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10048 | 2026-07-20T18:52:50.275Z | |
| 10049 | 2026-07-20T18:52:50.327Z | process exited: duration 595228 ms, exit code 0 |
| |
| 10050 | 2026-07-20T18:52:50.335Z | found 0 output files |