|
|
|
| 1 | 2026-09-09T00:47:53.826Z | job assigned to worker 01M21T3TTRN4YKB6ZG3Y6BCZF2 [factory aws, i-00d98d898b74dfe88] (queued for 58 s) |
| |
| 2 | 2026-09-09T00:48:00.556Z | starting task 0: "setup" |
| 3 | 2026-09-09T00:48:00.559Z | ++ uname -s |
| 4 | 2026-09-09T00:48:00.562Z | + kern=SunOS |
| 5 | 2026-09-09T00:48:00.562Z | + build_user=build |
| 6 | 2026-09-09T00:48:00.562Z | + build_uid=12345 |
| 7 | 2026-09-09T00:48:00.562Z | + work_dir=/work |
| 8 | 2026-09-09T00:48:00.562Z | + input_dir=/input |
| 9 | 2026-09-09T00:48:00.562Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-09T00:48:00.562Z | + case "$kern" in |
| 11 | 2026-09-09T00:48:00.562Z | + groupadd -g 12345 build |
| 12 | 2026-09-09T00:48:00.562Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-09T00:48:02.567Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-09T00:48:02.642Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-09T00:48:02.645Z | + home_fs=zfs |
| 16 | 2026-09-09T00:48:02.645Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-09T00:48:02.645Z | + mkdir -p /home/build |
| 18 | 2026-09-09T00:48:02.645Z | + chown build:build /home/build /work |
| 19 | 2026-09-09T00:48:04.646Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-09T00:48:04.649Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-09-09T00:48:04.655Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-09T00:48:04.659Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-09-09T00:48:04.659Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-09-09T00:48:04.659Z | * rust toolchain profile = "default" |
| 25 | 2026-09-09T00:48:04.659Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-09T00:48:04.659Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-09T00:48:04.659Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-09T00:48:04.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-09T00:48:04.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-09-09T00:48:04.716Z | info: downloading installer |
| 31 | 2026-09-09T00:48:06.205Z | info: profile set to default |
| 32 | 2026-09-09T00:48:06.205Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-09T00:48:06.208Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 34 | 2026-09-09T00:48:06.364Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 35 | 2026-09-09T00:48:06.368Z | info: downloading 6 components |
| 36 | 2026-09-09T00:48:20.110Z | |
| 37 | 2026-09-09T00:48:20.110Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 38 | 2026-09-09T00:48:20.138Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 39 | 2026-09-09T00:48:20.138Z | |
| 40 | 2026-09-09T00:48:20.149Z | |
| 41 | 2026-09-09T00:48:20.149Z | Rust is installed now. Great! |
| 42 | 2026-09-09T00:48:20.149Z | |
| 43 | 2026-09-09T00:48:20.149Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-09T00:48:20.150Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-09T00:48:20.150Z | |
| 46 | 2026-09-09T00:48:20.150Z | To configure your current shell, you need to source |
| 47 | 2026-09-09T00:48:20.150Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-09T00:48:20.150Z | |
| 49 | 2026-09-09T00:48:20.150Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-09T00:48:20.150Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-09T00:48:20.150Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-09T00:48:20.150Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-09T00:48:20.150Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-09T00:48:20.150Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-09T00:48:20.150Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-09T00:48:20.150Z | HOST_CC = None |
| 57 | 2026-09-09T00:48:20.150Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-09T00:48:20.151Z | CC = None |
| 59 | 2026-09-09T00:48:20.151Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-09T00:48:20.340Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-09T00:48:20.340Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-09T00:48:20.340Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-09T00:48:20.340Z | CFLAGS = None |
| 64 | 2026-09-09T00:48:20.340Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-09T00:48:20.340Z | HOST_CFLAGS = None |
| 66 | 2026-09-09T00:48:20.340Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-09T00:48:20.340Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-09T00:48:20.340Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-09T00:48:20.340Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-09T00:48:20.405Z | + rustup --version |
| 71 | 2026-09-09T00:48:20.413Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-09T00:48:20.417Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-09T00:48:20.437Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 74 | 2026-09-09T00:48:20.443Z | + cargo --version |
| 75 | 2026-09-09T00:48:20.448Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 76 | 2026-09-09T00:48:20.452Z | + rustc --version |
| 77 | 2026-09-09T00:48:20.471Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 78 | 2026-09-09T00:48:20.477Z | process exited: duration 15818 ms, exit code 0 |
| |
| 79 | 2026-09-09T00:48:20.499Z | starting task 2: "authentication" |
| 80 | 2026-09-09T00:48:20.510Z | process exited: duration 17 ms, exit code 0 |
| |
| 81 | 2026-09-09T00:48:20.522Z | starting task 3: "clone repository" |
| 82 | 2026-09-09T00:48:20.542Z | + mkdir -p /work/oxidecomputer/dendrite |
| 83 | 2026-09-09T00:48:20.542Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 84 | 2026-09-09T00:48:20.557Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 85 | 2026-09-09T00:48:21.388Z | + cd /work/oxidecomputer/dendrite |
| 86 | 2026-09-09T00:48:21.388Z | + git fetch origin fba64cced23aeb0ba4749509b1909626e1bb9e67 |
| 87 | 2026-09-09T00:48:21.713Z | From https://github.com/oxidecomputer/dendrite |
| 88 | 2026-09-09T00:48:21.714Z | * branch fba64cced23aeb0ba4749509b1909626e1bb9e67 -> FETCH_HEAD |
| 89 | 2026-09-09T00:48:21.719Z | + [[ -n cory/ipwars2 ]] |
| 90 | 2026-09-09T00:48:21.732Z | ++ git branch --show-current |
| 91 | 2026-09-09T00:48:21.733Z | + current=main |
| 92 | 2026-09-09T00:48:21.733Z | + [[ main != cory/ipwars2 ]] |
| 93 | 2026-09-09T00:48:21.733Z | + git branch -f cory/ipwars2 fba64cced23aeb0ba4749509b1909626e1bb9e67 |
| 94 | 2026-09-09T00:48:21.733Z | + git checkout -f cory/ipwars2 |
| 95 | 2026-09-09T00:48:21.746Z | Switched to branch 'cory/ipwars2' |
| 96 | 2026-09-09T00:48:21.758Z | + git reset --hard fba64cced23aeb0ba4749509b1909626e1bb9e67 |
| 97 | 2026-09-09T00:48:21.776Z | HEAD is now at fba64cc Remove tag arg from port_settings_clear |
| 98 | 2026-09-09T00:48:21.776Z | process exited: duration 1239 ms, exit code 0 |
| |
| 99 | 2026-09-09T00:48:21.798Z | starting task 4: "build" |
| 100 | 2026-09-09T00:48:21.803Z | + source .github/buildomat/common.sh |
| 101 | 2026-09-09T00:48:21.803Z | ++ TOFINO_STAGES=20 |
| 102 | 2026-09-09T00:48:21.803Z | ++ SDE_COMMIT=2a6b33211c9675996dcb99fe939045506667ae94 |
| 103 | 2026-09-09T00:48:21.803Z | ++ SDE_PKG_SHA256=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 104 | 2026-09-09T00:48:21.803Z | ++ SDE_DEB_SHA256=3ecbf7c677bb722b351d5af74cee44fab70c1bb5eadc6ab2558ba714a8c3978b |
| 105 | 2026-09-09T00:48:21.803Z | +++ uname -s |
| 106 | 2026-09-09T00:48:21.803Z | ++ '[' SunOS == SunOS ']' |
| 107 | 2026-09-09T00:48:21.803Z | ++ SERIES=illumos |
| 108 | 2026-09-09T00:48:21.803Z | +++ uname -s |
| 109 | 2026-09-09T00:48:21.804Z | ++ '[' SunOS == SunOS ']' |
| 110 | 2026-09-09T00:48:21.804Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94 |
| 111 | 2026-09-09T00:48:21.804Z | ++ rustup show active-toolchain |
| 112 | 2026-09-09T00:48:21.804Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 113 | 2026-09-09T00:48:21.804Z | + source .github/buildomat/illumos.sh |
| 114 | 2026-09-09T00:48:21.804Z | ++ banner 'sde setup' |
| 115 | 2026-09-09T00:48:21.804Z | |
| 116 | 2026-09-09T00:48:21.804Z | #### ##### ###### #### ###### ##### # # ##### |
| 117 | 2026-09-09T00:48:21.804Z | # # # # # # # # # # # |
| 118 | 2026-09-09T00:48:21.804Z | #### # # ##### #### ##### # # # # # |
| 119 | 2026-09-09T00:48:21.804Z | # # # # # # # # # ##### |
| 120 | 2026-09-09T00:48:21.804Z | # # # # # # # # # # # # |
| 121 | 2026-09-09T00:48:21.804Z | #### ##### ###### #### ###### # #### # |
| 122 | 2026-09-09T00:48:21.804Z | |
| 123 | 2026-09-09T00:48:21.804Z | ++ export PKG_SUCCESS_ON_NOP=1 |
| 124 | 2026-09-09T00:48:21.804Z | ++ PKG_SUCCESS_ON_NOP=1 |
| 125 | 2026-09-09T00:48:21.804Z | ++ export PKG=tofino_sde.p5p |
| 126 | 2026-09-09T00:48:21.804Z | ++ PKG=tofino_sde.p5p |
| 127 | 2026-09-09T00:48:21.804Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/2a6b33211c9675996dcb99fe939045506667ae94/tofino_sde.p5p |
| 128 | 2026-09-09T00:48:21.808Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 129 | 2026-09-09T00:48:21.808Z | Dload Upload Total Spent Left Speed |
| 130 | 2026-09-09T00:48:22.980Z |
0 0 0 0 0 0 0 0 0
81 76.03M 81 62.15M 0 0 61.93M 0 00:01 00:01 61.94M
100 76.03M 100 76.03M 0 0 64.92M 0 00:01 00:01 61.94M
100 76.03M 100 76.03M 0 0 64.92M 0 00:01 00:01 61.94M
100 76.03M 100 76.03M 0 0 64.92M 0 00:01 00:01 61.94M |
| 131 | 2026-09-09T00:48:22.984Z | +++ digest -a sha256 tofino_sde.p5p |
| 132 | 2026-09-09T00:48:23.032Z | ++ SDE_CALC=d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 |
| 133 | 2026-09-09T00:48:23.032Z | ++ '[' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 '!=' d32739c368d1666b98dd74e25e22f83c209982e2c6670de6db5d6fdf49b5e275 ']' |
| 134 | 2026-09-09T00:48:23.049Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 135 | 2026-09-09T00:48:24.532Z | Startup: Refreshing catalog 'helios' ... Done |
| 136 | 2026-09-09T00:48:25.018Z | Startup: Caching catalogs ... Done |
| 137 | 2026-09-09T00:48:25.073Z | Startup: Refreshing catalog 'oxide' ... Done |
| 138 | 2026-09-09T00:48:27.915Z | Planning: Solver setup ... Done |
| 139 | 2026-09-09T00:48:27.989Z | Planning: Running solver ... Done |
| 140 | 2026-09-09T00:48:28.040Z | Planning: Finding local manifests ... Done |
| 141 | 2026-09-09T00:48:28.043Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2026-09-09T00:48:28.047Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2026-09-09T00:48:28.059Z | Planning: Package planning ... Done |
| 144 | 2026-09-09T00:48:28.062Z | Planning: Merging actions ... Done |
| 145 | 2026-09-09T00:48:28.147Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2026-09-09T00:48:28.150Z | Planning: Consolidating action changes ... Done |
| 147 | 2026-09-09T00:48:28.939Z | Planning: Evaluating mediators ... Done |
| 148 | 2026-09-09T00:48:28.942Z | Planning: Planning completed in 3.86 seconds |
| 149 | 2026-09-09T00:48:28.946Z | Packages to install: 1 |
| 150 | 2026-09-09T00:48:28.946Z | Create boot environment: No |
| 151 | 2026-09-09T00:48:28.946Z | Create backup boot environment: No |
| 152 | 2026-09-09T00:48:28.971Z | |
| 153 | 2026-09-09T00:48:28.971Z | Download: 0/242 items 0.0/75.3MB 0% complete |
| 154 | 2026-09-09T00:48:29.104Z | Download: Completed 75.30 MB in 0.13 seconds (564M/s) |
| 155 | 2026-09-09T00:48:29.298Z | Actions: 1/293 actions (Installing new actions) |
| 156 | 2026-09-09T00:48:30.264Z | Actions: Completed 293 actions in 0.97 seconds. |
| 157 | 2026-09-09T00:48:30.268Z | Finalize: Updating package state database ... Done |
| 158 | 2026-09-09T00:48:30.309Z | Finalize: Updating package cache ... Done |
| 159 | 2026-09-09T00:48:30.416Z | Finalize: Updating image state ... Done |
| 160 | 2026-09-09T00:48:32.972Z | Finalize: Creating fast lookup database ... Done |
| 161 | 2026-09-09T00:48:33.044Z | Finalize: Reading search index ... Done |
| 162 | 2026-09-09T00:48:33.047Z | Finalize: Updating search index ... Done |
| 163 | 2026-09-09T00:48:33.339Z | Finalize: Updating package cache ... Done |
| 164 | 2026-09-09T00:48:33.510Z | ++ export SDE=/opt/oxide/tofino_sde |
| 165 | 2026-09-09T00:48:33.510Z | ++ SDE=/opt/oxide/tofino_sde |
| 166 | 2026-09-09T00:48:33.510Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2026-09-09T00:48:33.510Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2026-09-09T00:48:33.510Z | ++ banner packages |
| 169 | 2026-09-09T00:48:33.514Z | |
| 170 | 2026-09-09T00:48:33.514Z | ##### ## #### # # ## #### ###### #### |
| 171 | 2026-09-09T00:48:33.514Z | # # # # # # # # # # # # # # |
| 172 | 2026-09-09T00:48:33.514Z | # # # # # #### # # # ##### #### |
| 173 | 2026-09-09T00:48:33.514Z | ##### ###### # # # ###### # ### # # |
| 174 | 2026-09-09T00:48:33.514Z | # # # # # # # # # # # # # # |
| 175 | 2026-09-09T00:48:33.514Z | # # # #### # # # # #### ###### #### |
| 176 | 2026-09-09T00:48:33.514Z | |
| 177 | 2026-09-09T00:48:33.514Z | ++ pfexec pkg install clang-15 pcap gcc14 |
| 178 | 2026-09-09T00:48:33.785Z | Startup: Refreshing catalog 'helios' ... Done |
| 179 | 2026-09-09T00:48:33.788Z | Startup: Refreshing catalog 'oxide' ... Done |
| 180 | 2026-09-09T00:48:36.251Z | Planning: Solver setup ... Done |
| 181 | 2026-09-09T00:48:36.324Z | Planning: Running solver ... Done |
| 182 | 2026-09-09T00:48:36.376Z | Planning: Finding local manifests ... Done |
| 183 | 2026-09-09T00:48:36.379Z | Planning: Fetching manifests: 0/1 0% complete |
| 184 | 2026-09-09T00:48:36.400Z | Planning: Fetching manifests: 1/1 100% complete |
| 185 | 2026-09-09T00:48:36.415Z | Planning: Package planning ... Done |
| 186 | 2026-09-09T00:48:36.418Z | Planning: Merging actions ... Done |
| 187 | 2026-09-09T00:48:36.493Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2026-09-09T00:48:36.496Z | Planning: Consolidating action changes ... Done |
| 189 | 2026-09-09T00:48:36.648Z | Planning: Evaluating mediators ... Done |
| 190 | 2026-09-09T00:48:36.676Z | Planning: Planning completed in 2.89 seconds |
| 191 | 2026-09-09T00:48:36.683Z | Packages to update: 1 |
| 192 | 2026-09-09T00:48:36.683Z | Services to change: 1 |
| 193 | 2026-09-09T00:48:36.683Z | Create boot environment: No |
| 194 | 2026-09-09T00:48:36.683Z | Create backup boot environment: Yes |
| 195 | 2026-09-09T00:48:36.700Z | |
| 196 | 2026-09-09T00:48:36.700Z | Download: 0/19 items 0.0/0.3MB 0% complete |
| 197 | 2026-09-09T00:48:36.742Z | Download: Completed 344.28 kB in 0.04 seconds (8.1M/s) |
| 198 | 2026-09-09T00:48:38.302Z | Actions: 1/30 actions (Removing old actions) |
| 199 | 2026-09-09T00:48:38.305Z | Actions: 5/30 actions (Installing new actions) |
| 200 | 2026-09-09T00:48:38.309Z | Actions: 9/30 actions (Updating modified actions) |
| 201 | 2026-09-09T00:48:38.312Z | Actions: Completed 30 actions in 0.01 seconds. |
| 202 | 2026-09-09T00:48:38.353Z | Finalize: Updating package state database ... Done |
| 203 | 2026-09-09T00:48:38.356Z | Finalize: Updating package cache ... Done |
| 204 | 2026-09-09T00:48:38.447Z | Finalize: Updating image state ... Done |
| 205 | 2026-09-09T00:48:40.404Z | Finalize: Creating fast lookup database ... Done |
| 206 | 2026-09-09T00:48:40.469Z | Finalize: Reading search index ... Done |
| 207 | 2026-09-09T00:48:40.473Z | Finalize: Updating search index ... Done |
| 208 | 2026-09-09T00:48:40.554Z | Finalize: Updating package cache ... Done |
| 209 | 2026-09-09T00:48:40.635Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 210 | 2026-09-09T00:48:40.848Z | Planning: Evaluating mediator changes ... Done |
| 211 | 2026-09-09T00:48:40.954Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2026-09-09T00:48:40.957Z | Planning: Consolidating action changes ... Done |
| 213 | 2026-09-09T00:48:41.112Z | Planning: Evaluating mediators ... Done |
| 214 | 2026-09-09T00:48:41.115Z | Planning: Planning completed in 0.26 seconds |
| 215 | 2026-09-09T00:48:41.139Z | Mediators to change: 2 |
| 216 | 2026-09-09T00:48:41.139Z | Create boot environment: No |
| 217 | 2026-09-09T00:48:41.143Z | Create backup boot environment: No |
| 218 | 2026-09-09T00:48:41.191Z | Finalize: Updating package state database ... Done |
| 219 | 2026-09-09T00:48:41.191Z | Finalize: Updating package cache ... Done |
| 220 | 2026-09-09T00:48:41.250Z | Finalize: Updating image state ... Done |
| 221 | 2026-09-09T00:48:43.207Z | Finalize: Creating fast lookup database ... Done |
| 222 | 2026-09-09T00:48:43.269Z | Finalize: Reading search index ... Done |
| 223 | 2026-09-09T00:48:43.273Z | Finalize: Updating search index ... Done |
| 224 | 2026-09-09T00:48:43.339Z | Finalize: Updating package cache ... Done |
| 225 | 2026-09-09T00:48:43.414Z | ++ cargo --version |
| 226 | 2026-09-09T00:48:43.423Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 227 | 2026-09-09T00:48:43.426Z | ++ rustc --version |
| 228 | 2026-09-09T00:48:43.446Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 229 | 2026-09-09T00:48:43.449Z | + banner copyrights |
| 230 | 2026-09-09T00:48:43.450Z | |
| 231 | 2026-09-09T00:48:43.450Z | #### #### ##### # # ##### # #### # # ##### #### |
| 232 | 2026-09-09T00:48:43.450Z | # # # # # # # # # # # # # # # # # |
| 233 | 2026-09-09T00:48:43.450Z | # # # # # # # # # # ###### # #### |
| 234 | 2026-09-09T00:48:43.450Z | # # # ##### # ##### # # ### # # # # |
| 235 | 2026-09-09T00:48:43.450Z | # # # # # # # # # # # # # # # # |
| 236 | 2026-09-09T00:48:43.450Z | #### #### # # # # # #### # # # #### |
| 237 | 2026-09-09T00:48:43.450Z | |
| 238 | 2026-09-09T00:48:43.450Z | + ./tools/check_copyrights.sh |
| 239 | 2026-09-09T00:48:43.745Z | common/src/illumos.rs: Copyright with wrong year |
| 240 | 2026-09-09T00:48:43.859Z | dpd-client/tests/chaos_tests/util.rs: Copyright with wrong year |
| 241 | 2026-09-09T00:48:44.658Z | dpd/p4/headers.p4: Copyright with wrong year |
| 242 | 2026-09-09T00:48:45.077Z | dpd/src/transceivers/stub_impl.rs: Copyright with wrong year |
| 243 | 2026-09-09T00:48:45.136Z | packet/src/eth.rs: Copyright with wrong year |
| 244 | 2026-09-09T00:48:45.229Z | pcap/build.rs: Copyright with wrong year |
| 245 | 2026-09-09T00:48:45.423Z | tfportd/src/linklocal.rs: Copyright with wrong year |
| 246 | 2026-09-09T00:48:45.617Z | uplinkd/src/sys.rs: Copyright with wrong year |
| 247 | 2026-09-09T00:48:45.659Z | + banner clippy |
| 248 | 2026-09-09T00:48:45.662Z | |
| 249 | 2026-09-09T00:48:45.662Z | #### # # ##### ##### # # |
| 250 | 2026-09-09T00:48:45.662Z | # # # # # # # # # # |
| 251 | 2026-09-09T00:48:45.662Z | # # # # # # # # |
| 252 | 2026-09-09T00:48:45.662Z | # # # ##### ##### # |
| 253 | 2026-09-09T00:48:45.662Z | # # # # # # # |
| 254 | 2026-09-09T00:48:45.662Z | #### ###### # # # # |
| 255 | 2026-09-09T00:48:45.662Z | |
| 256 | 2026-09-09T00:48:45.662Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 257 | 2026-09-09T00:48:45.662Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 258 | 2026-09-09T00:48:45.811Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 259 | 2026-09-09T00:48:55.663Z | Updating crates.io index |
| 260 | 2026-09-09T00:48:55.666Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 261 | 2026-09-09T00:48:55.992Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 262 | 2026-09-09T00:48:57.180Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 263 | 2026-09-09T00:48:57.503Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 264 | 2026-09-09T00:48:57.822Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 265 | 2026-09-09T00:48:58.373Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2026-09-09T00:48:59.450Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-09-09T00:48:59.730Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 268 | 2026-09-09T00:49:00.157Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-09-09T00:49:00.541Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 270 | 2026-09-09T00:49:01.102Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2026-09-09T00:49:01.702Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 272 | 2026-09-09T00:49:02.099Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-09-09T00:49:02.501Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 274 | 2026-09-09T00:49:02.834Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 275 | 2026-09-09T00:49:03.159Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 276 | 2026-09-09T00:49:03.649Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2026-09-09T00:49:03.947Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 278 | 2026-09-09T00:49:04.749Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 279 | 2026-09-09T00:49:05.285Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 280 | 2026-09-09T00:49:05.578Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 281 | 2026-09-09T00:49:06.148Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 282 | 2026-09-09T00:49:07.637Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 283 | 2026-09-09T00:49:08.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 284 | 2026-09-09T00:49:09.696Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 285 | 2026-09-09T00:49:10.330Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 286 | 2026-09-09T00:49:10.614Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2026-09-09T00:49:11.360Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 288 | 2026-09-09T00:49:13.151Z | Downloading crates ... |
| 289 | 2026-09-09T00:49:13.223Z | Downloaded adler2 v2.0.1 |
| 290 | 2026-09-09T00:49:13.226Z | Downloaded arrayvec v0.7.6 |
| 291 | 2026-09-09T00:49:13.231Z | Downloaded cfg-if v1.0.4 |
| 292 | 2026-09-09T00:49:13.234Z | Downloaded async-compression v0.4.33 |
| 293 | 2026-09-09T00:49:13.241Z | Downloaded clap v4.6.1 |
| 294 | 2026-09-09T00:49:13.247Z | Downloaded difflib v0.4.0 |
| 295 | 2026-09-09T00:49:13.250Z | Downloaded float-cmp v0.10.0 |
| 296 | 2026-09-09T00:49:13.252Z | Downloaded dyn-clone v1.0.20 |
| 297 | 2026-09-09T00:49:13.255Z | Downloaded constant_time_eq v0.3.1 |
| 298 | 2026-09-09T00:49:13.255Z | Downloaded cargo-platform v0.1.9 |
| 299 | 2026-09-09T00:49:13.258Z | Downloaded ff v0.13.1 |
| 300 | 2026-09-09T00:49:13.261Z | Downloaded derive_more v0.99.20 |
| 301 | 2026-09-09T00:49:13.264Z | Downloaded float-ord v0.3.2 |
| 302 | 2026-09-09T00:49:13.267Z | Downloaded embedded-io v0.6.1 |
| 303 | 2026-09-09T00:49:13.267Z | Downloaded fixedbitset v0.4.2 |
| 304 | 2026-09-09T00:49:13.270Z | Downloaded elliptic-curve v0.13.8 |
| 305 | 2026-09-09T00:49:13.273Z | Downloaded cipher v0.4.4 |
| 306 | 2026-09-09T00:49:13.276Z | Downloaded dof v0.3.0 |
| 307 | 2026-09-09T00:49:13.276Z | Downloaded fastrand v2.3.0 |
| 308 | 2026-09-09T00:49:13.280Z | Downloaded colorchoice v1.0.4 |
| 309 | 2026-09-09T00:49:13.283Z | Downloaded data-encoding v2.9.0 |
| 310 | 2026-09-09T00:49:13.283Z | Downloaded erased-serde v0.3.31 |
| 311 | 2026-09-09T00:49:13.286Z | Downloaded drift v0.2.0 |
| 312 | 2026-09-09T00:49:13.293Z | Downloaded heck v0.4.1 |
| 313 | 2026-09-09T00:49:13.296Z | Downloaded foldhash v0.2.0 |
| 314 | 2026-09-09T00:49:13.300Z | Downloaded fixedbitset v0.5.7 |
| 315 | 2026-09-09T00:49:13.304Z | Downloaded errno v0.3.14 |
| 316 | 2026-09-09T00:49:13.304Z | Downloaded ciborium-io v0.2.2 |
| 317 | 2026-09-09T00:49:13.304Z | Downloaded debug-ignore v1.0.5 |
| 318 | 2026-09-09T00:49:13.307Z | Downloaded foreign-types-shared v0.3.1 |
| 319 | 2026-09-09T00:49:13.310Z | Downloaded hex v0.4.3 |
| 320 | 2026-09-09T00:49:13.310Z | Downloaded enum-as-inner v0.6.1 |
| 321 | 2026-09-09T00:49:13.313Z | Downloaded futures-sink v0.3.32 |
| 322 | 2026-09-09T00:49:13.316Z | Downloaded foreign-types v0.3.2 |
| 323 | 2026-09-09T00:49:13.316Z | Downloaded find-msvc-tools v0.1.9 |
| 324 | 2026-09-09T00:49:13.319Z | Downloaded async-stream-impl v0.3.6 |
| 325 | 2026-09-09T00:49:13.322Z | Downloaded git-stub v1.0.0 |
| 326 | 2026-09-09T00:49:13.325Z | Downloaded generic-array v0.14.7 |
| 327 | 2026-09-09T00:49:13.325Z | Downloaded dunce v1.0.5 |
| 328 | 2026-09-09T00:49:13.328Z | Downloaded bytecount v0.6.9 |
| 329 | 2026-09-09T00:49:13.331Z | Downloaded futures-task v0.3.32 |
| 330 | 2026-09-09T00:49:13.334Z | Downloaded hash32 v0.3.1 |
| 331 | 2026-09-09T00:49:13.334Z | Downloaded equivalent v1.0.2 |
| 332 | 2026-09-09T00:49:13.337Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 333 | 2026-09-09T00:49:13.339Z | Downloaded async-stream v0.3.6 |
| 334 | 2026-09-09T00:49:13.342Z | Downloaded futures-macro v0.3.32 |
| 335 | 2026-09-09T00:49:13.342Z | Downloaded crucible-workspace-hack v0.1.0 |
| 336 | 2026-09-09T00:49:13.345Z | Downloaded hostname v0.3.1 |
| 337 | 2026-09-09T00:49:13.348Z | Downloaded heck v0.5.0 |
| 338 | 2026-09-09T00:49:13.348Z | Downloaded digest v0.11.3 |
| 339 | 2026-09-09T00:49:13.351Z | Downloaded digest v0.10.7 |
| 340 | 2026-09-09T00:49:13.354Z | Downloaded darling_macro v0.21.3 |
| 341 | 2026-09-09T00:49:13.357Z | Downloaded group v0.13.0 |
| 342 | 2026-09-09T00:49:13.357Z | Downloaded cstr-argument v0.1.2 |
| 343 | 2026-09-09T00:49:13.360Z | Downloaded hubpack v0.1.2 |
| 344 | 2026-09-09T00:49:13.363Z | Downloaded hyper-tls v0.6.0 |
| 345 | 2026-09-09T00:49:13.363Z | Downloaded form_urlencoded v1.2.2 |
| 346 | 2026-09-09T00:49:13.365Z | Downloaded foreign-types-shared v0.1.1 |
| 347 | 2026-09-09T00:49:13.368Z | Downloaded cmake v0.1.54 |
| 348 | 2026-09-09T00:49:13.368Z | Downloaded autocfg v1.5.0 |
| 349 | 2026-09-09T00:49:13.371Z | Downloaded cargo_metadata v0.18.1 |
| 350 | 2026-09-09T00:49:13.373Z | Downloaded inout v0.1.4 |
| 351 | 2026-09-09T00:49:13.373Z | Downloaded ident_case v1.0.1 |
| 352 | 2026-09-09T00:49:13.377Z | Downloaded compression-codecs v0.4.32 |
| 353 | 2026-09-09T00:49:13.380Z | Downloaded is-terminal v0.4.16 |
| 354 | 2026-09-09T00:49:13.383Z | Downloaded instant v0.1.13 |
| 355 | 2026-09-09T00:49:13.383Z | Downloaded hubpack_derive v0.1.1 |
| 356 | 2026-09-09T00:49:13.386Z | Downloaded http-body v1.0.1 |
| 357 | 2026-09-09T00:49:13.386Z | Downloaded crossbeam-utils v0.8.21 |
| 358 | 2026-09-09T00:49:13.388Z | Downloaded fs-err v3.1.2 |
| 359 | 2026-09-09T00:49:13.391Z | Downloaded clang-sys v1.8.1 |
| 360 | 2026-09-09T00:49:13.394Z | Downloaded glob v0.3.3 |
| 361 | 2026-09-09T00:49:13.394Z | Downloaded bindgen v0.72.1 |
| 362 | 2026-09-09T00:49:13.399Z | Downloaded is_ci v1.2.0 |
| 363 | 2026-09-09T00:49:13.401Z | Downloaded httpdate v1.0.3 |
| 364 | 2026-09-09T00:49:13.404Z | Downloaded lazy_static v1.5.0 |
| 365 | 2026-09-09T00:49:13.404Z | Downloaded itoa v1.0.15 |
| 366 | 2026-09-09T00:49:13.407Z | Downloaded kstat-rs v0.2.4 |
| 367 | 2026-09-09T00:49:13.407Z | Downloaded crypto-common v0.1.6 |
| 368 | 2026-09-09T00:49:13.410Z | Downloaded crypto-common v0.2.2 |
| 369 | 2026-09-09T00:49:13.413Z | Downloaded highway v1.3.0 |
| 370 | 2026-09-09T00:49:13.413Z | Downloaded csv-core v0.1.12 |
| 371 | 2026-09-09T00:49:13.416Z | Downloaded base64ct v1.8.0 |
| 372 | 2026-09-09T00:49:13.419Z | Downloaded bcs v0.1.6 |
| 373 | 2026-09-09T00:49:13.419Z | Downloaded bit-vec v0.8.0 |
| 374 | 2026-09-09T00:49:13.422Z | Downloaded linked-hash-map v0.5.6 |
| 375 | 2026-09-09T00:49:13.426Z | Downloaded bit-set v0.8.0 |
| 376 | 2026-09-09T00:49:13.426Z | Downloaded macaddr v1.0.1 |
| 377 | 2026-09-09T00:49:13.429Z | Downloaded mime v0.3.17 |
| 378 | 2026-09-09T00:49:13.429Z | Downloaded memoffset v0.9.1 |
| 379 | 2026-09-09T00:49:13.432Z | Downloaded keccak v0.1.6 |
| 380 | 2026-09-09T00:49:13.432Z | Downloaded globset v0.4.16 |
| 381 | 2026-09-09T00:49:13.435Z | Downloaded crossbeam-channel v0.5.15 |
| 382 | 2026-09-09T00:49:13.438Z | Downloaded fs_extra v1.3.0 |
| 383 | 2026-09-09T00:49:13.441Z | Downloaded daft v0.1.5 |
| 384 | 2026-09-09T00:49:13.441Z | Downloaded ciborium v0.2.2 |
| 385 | 2026-09-09T00:49:13.444Z | Downloaded match_cfg v0.1.0 |
| 386 | 2026-09-09T00:49:13.444Z | Downloaded ingot v0.1.1 |
| 387 | 2026-09-09T00:49:13.447Z | Downloaded daft-derive v0.1.5 |
| 388 | 2026-09-09T00:49:13.450Z | Downloaded num-iter v0.1.45 |
| 389 | 2026-09-09T00:49:13.453Z | Downloaded num v0.4.3 |
| 390 | 2026-09-09T00:49:13.453Z | Downloaded humantime v2.3.0 |
| 391 | 2026-09-09T00:49:13.457Z | Downloaded futures-channel v0.3.32 |
| 392 | 2026-09-09T00:49:13.460Z | Downloaded idna_adapter v1.2.1 |
| 393 | 2026-09-09T00:49:13.460Z | Downloaded async-trait v0.1.89 |
| 394 | 2026-09-09T00:49:13.463Z | Downloaded memmap v0.7.0 |
| 395 | 2026-09-09T00:49:13.463Z | Downloaded derive-ex v0.1.8 |
| 396 | 2026-09-09T00:49:13.465Z | Downloaded ingot-types v0.1.2 |
| 397 | 2026-09-09T00:49:13.468Z | Downloaded normalize-line-endings v0.3.0 |
| 398 | 2026-09-09T00:49:13.468Z | Downloaded newline-converter v0.3.0 |
| 399 | 2026-09-09T00:49:13.471Z | Downloaded newtype_derive v0.1.6 |
| 400 | 2026-09-09T00:49:13.471Z | Downloaded num_enum_derive v0.5.11 |
| 401 | 2026-09-09T00:49:13.473Z | Downloaded num-conv v0.2.1 |
| 402 | 2026-09-09T00:49:13.474Z | Downloaded cookie v0.18.1 |
| 403 | 2026-09-09T00:49:13.476Z | Downloaded ipnet v2.11.0 |
| 404 | 2026-09-09T00:49:13.479Z | Downloaded jobserver v0.1.34 |
| 405 | 2026-09-09T00:49:13.482Z | Downloaded crossbeam-epoch v0.9.18 |
| 406 | 2026-09-09T00:49:13.482Z | Downloaded httparse v1.10.1 |
| 407 | 2026-09-09T00:49:13.485Z | Downloaded num_threads v0.1.7 |
| 408 | 2026-09-09T00:49:13.488Z | Downloaded ipnetwork v0.21.1 |
| 409 | 2026-09-09T00:49:13.488Z | Downloaded internet-checksum v0.2.1 |
| 410 | 2026-09-09T00:49:13.490Z | Downloaded managed v0.8.0 |
| 411 | 2026-09-09T00:49:13.491Z | Downloaded omicron-workspace-hack v0.1.0 |
| 412 | 2026-09-09T00:49:13.494Z | Downloaded darling v0.21.3 |
| 413 | 2026-09-09T00:49:13.497Z | Downloaded parse-display v0.10.0 |
| 414 | 2026-09-09T00:49:13.497Z | Downloaded const-oid v0.10.2 |
| 415 | 2026-09-09T00:49:13.500Z | Downloaded openssl-macros v0.1.1 |
| 416 | 2026-09-09T00:49:13.503Z | Downloaded libsw-core v0.3.2 |
| 417 | 2026-09-09T00:49:13.503Z | Downloaded phf_shared v0.12.1 |
| 418 | 2026-09-09T00:49:13.506Z | Downloaded opaque-debug v0.3.1 |
| 419 | 2026-09-09T00:49:13.506Z | Downloaded hybrid-array v0.4.12 |
| 420 | 2026-09-09T00:49:13.509Z | Downloaded hyper-rustls v0.27.7 |
| 421 | 2026-09-09T00:49:13.511Z | Downloaded openssl-probe v0.1.6 |
| 422 | 2026-09-09T00:49:13.512Z | Downloaded indent_write v2.2.0 |
| 423 | 2026-09-09T00:49:13.514Z | Downloaded lock_api v0.4.14 |
| 424 | 2026-09-09T00:49:13.514Z | Downloaded hmac v0.12.1 |
| 425 | 2026-09-09T00:49:13.517Z | Downloaded chacha20poly1305 v0.10.1 |
| 426 | 2026-09-09T00:49:13.520Z | Downloaded percent-encoding v2.3.2 |
| 427 | 2026-09-09T00:49:13.520Z | Downloaded iana-time-zone v0.1.64 |
| 428 | 2026-09-09T00:49:13.523Z | Downloaded anyhow v1.0.102 |
| 429 | 2026-09-09T00:49:13.526Z | Downloaded num-complex v0.4.6 |
| 430 | 2026-09-09T00:49:13.529Z | Downloaded newtype-uuid-macros v0.1.0 |
| 431 | 2026-09-09T00:49:13.530Z | Downloaded newtype-uuid v1.3.2 |
| 432 | 2026-09-09T00:49:13.532Z | Downloaded allocator-api2 v0.2.21 |
| 433 | 2026-09-09T00:49:13.535Z | Downloaded num-integer v0.1.46 |
| 434 | 2026-09-09T00:49:13.535Z | Downloaded ingot-macros v0.1.1 |
| 435 | 2026-09-09T00:49:13.539Z | Downloaded getrandom v0.3.3 |
| 436 | 2026-09-09T00:49:13.542Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 437 | 2026-09-09T00:49:13.542Z | Downloaded progenitor-client v0.10.0 |
| 438 | 2026-09-09T00:49:13.542Z | Downloaded num_enum v0.5.11 |
| 439 | 2026-09-09T00:49:13.546Z | Downloaded native-tls v0.2.14 |
| 440 | 2026-09-09T00:49:13.549Z | Downloaded pretty-hex v0.4.1 |
| 441 | 2026-09-09T00:49:13.549Z | Downloaded dropshot_endpoint v0.16.7 |
| 442 | 2026-09-09T00:49:13.552Z | Downloaded num_enum v0.7.5 |
| 443 | 2026-09-09T00:49:13.555Z | Downloaded powerfmt v0.2.0 |
| 444 | 2026-09-09T00:49:13.558Z | Downloaded progenitor-macro v0.14.0 |
| 445 | 2026-09-09T00:49:13.558Z | Downloaded progenitor-macro v0.11.1 |
| 446 | 2026-09-09T00:49:13.561Z | Downloaded predicates-core v1.0.9 |
| 447 | 2026-09-09T00:49:13.562Z | Downloaded olpc-cjson v0.1.4 |
| 448 | 2026-09-09T00:49:13.565Z | Downloaded litemap v0.8.0 |
| 449 | 2026-09-09T00:49:13.565Z | Downloaded oxide-tokio-rt v0.1.2 |
| 450 | 2026-09-09T00:49:13.568Z | Downloaded num-rational v0.4.2 |
| 451 | 2026-09-09T00:49:13.571Z | Downloaded proc-macro-error-attr v1.0.4 |
| 452 | 2026-09-09T00:49:13.571Z | Downloaded quick-error v1.2.3 |
| 453 | 2026-09-09T00:49:13.571Z | Downloaded rand_chacha v0.3.1 |
| 454 | 2026-09-09T00:49:13.574Z | Downloaded pest_generator v2.8.2 |
| 455 | 2026-09-09T00:49:13.574Z | Downloaded phf v0.12.1 |
| 456 | 2026-09-09T00:49:13.577Z | Downloaded paste v1.0.15 |
| 457 | 2026-09-09T00:49:13.580Z | Downloaded owo-colors v4.3.0 |
| 458 | 2026-09-09T00:49:13.580Z | Downloaded half v2.7.1 |
| 459 | 2026-09-09T00:49:13.583Z | Downloaded icu_provider v2.0.0 |
| 460 | 2026-09-09T00:49:13.586Z | Downloaded pem v3.0.5 |
| 461 | 2026-09-09T00:49:13.586Z | Downloaded progenitor-client v0.14.0 |
| 462 | 2026-09-09T00:49:13.589Z | Downloaded progenitor-client v0.11.1 |
| 463 | 2026-09-09T00:49:13.589Z | Downloaded rustc_version v0.1.7 |
| 464 | 2026-09-09T00:49:13.592Z | Downloaded rustc-hash v2.1.1 |
| 465 | 2026-09-09T00:49:13.592Z | Downloaded progenitor-macro v0.10.0 |
| 466 | 2026-09-09T00:49:13.595Z | Downloaded password-hash v0.5.0 |
| 467 | 2026-09-09T00:49:13.595Z | Downloaded icu_normalizer v2.0.0 |
| 468 | 2026-09-09T00:49:13.598Z | Downloaded poly1305 v0.8.0 |
| 469 | 2026-09-09T00:49:13.601Z | Downloaded parse-display-derive v0.10.0 |
| 470 | 2026-09-09T00:49:13.601Z | Downloaded memmap2 v0.9.8 |
| 471 | 2026-09-09T00:49:13.604Z | Downloaded indexmap v1.9.3 |
| 472 | 2026-09-09T00:49:13.606Z | Downloaded predicates v3.1.4 |
| 473 | 2026-09-09T00:49:13.609Z | Downloaded ref-cast-impl v1.0.25 |
| 474 | 2026-09-09T00:49:13.609Z | Downloaded ref-cast v1.0.25 |
| 475 | 2026-09-09T00:49:13.612Z | Downloaded same-file v1.0.6 |
| 476 | 2026-09-09T00:49:13.615Z | Downloaded proc-macro-error2 v2.0.1 |
| 477 | 2026-09-09T00:49:13.619Z | Downloaded proc-macro-error v1.0.4 |
| 478 | 2026-09-09T00:49:13.619Z | Downloaded rand_xorshift v0.4.0 |
| 479 | 2026-09-09T00:49:13.622Z | Downloaded ppv-lite86 v0.2.21 |
| 480 | 2026-09-09T00:49:13.622Z | Downloaded hickory-resolver v0.25.2 |
| 481 | 2026-09-09T00:49:13.625Z | Downloaded pkg-config v0.3.32 |
| 482 | 2026-09-09T00:49:13.628Z | Downloaded pin-project-internal v1.1.10 |
| 483 | 2026-09-09T00:49:13.631Z | Downloaded search_path v0.1.4 |
| 484 | 2026-09-09T00:49:13.631Z | Downloaded num_enum_derive v0.7.5 |
| 485 | 2026-09-09T00:49:13.634Z | Downloaded multer v3.1.0 |
| 486 | 2026-09-09T00:49:13.637Z | Downloaded oxnet v0.1.6 |
| 487 | 2026-09-09T00:49:13.637Z | Downloaded scroll_derive v0.13.1 |
| 488 | 2026-09-09T00:49:13.640Z | Downloaded log v0.4.29 |
| 489 | 2026-09-09T00:49:13.640Z | Downloaded curl v0.4.50 |
| 490 | 2026-09-09T00:49:13.643Z | Downloaded serde_plain v1.0.2 |
| 491 | 2026-09-09T00:49:13.646Z | Downloaded serde-big-array v0.5.1 |
| 492 | 2026-09-09T00:49:13.646Z | Downloaded heapless v0.8.0 |
| 493 | 2026-09-09T00:49:13.650Z | Downloaded progenitor v0.14.0 |
| 494 | 2026-09-09T00:49:13.653Z | Downloaded progenitor v0.11.1 |
| 495 | 2026-09-09T00:49:13.653Z | Downloaded once_cell v1.21.3 |
| 496 | 2026-09-09T00:49:13.656Z | Downloaded crypto-bigint v0.5.5 |
| 497 | 2026-09-09T00:49:13.659Z | Downloaded serde_spanned v1.1.1 |
| 498 | 2026-09-09T00:49:13.662Z | Downloaded secrecy v0.10.3 |
| 499 | 2026-09-09T00:49:13.662Z | Downloaded parking_lot v0.12.5 |
| 500 | 2026-09-09T00:49:13.665Z | Downloaded scopeguard v1.2.0 |
| 501 | 2026-09-09T00:49:13.665Z | Downloaded rustc_version v0.4.1 |
| 502 | 2026-09-09T00:49:13.667Z | Downloaded rand_core v0.9.3 |
| 503 | 2026-09-09T00:49:13.670Z | Downloaded rand_chacha v0.9.0 |
| 504 | 2026-09-09T00:49:13.670Z | Downloaded semver v0.1.20 |
| 505 | 2026-09-09T00:49:13.673Z | Downloaded scroll_derive v0.12.1 |
| 506 | 2026-09-09T00:49:13.673Z | Downloaded rand_core v0.6.4 |
| 507 | 2026-09-09T00:49:13.676Z | Downloaded serde_repr v0.1.20 |
| 508 | 2026-09-09T00:49:13.676Z | Downloaded pest_meta v2.8.2 |
| 509 | 2026-09-09T00:49:13.679Z | Downloaded icu_normalizer_data v2.0.0 |
| 510 | 2026-09-09T00:49:13.682Z | Downloaded parking_lot_core v0.9.12 |
| 511 | 2026-09-09T00:49:13.682Z | Downloaded getrandom v0.4.2 |
| 512 | 2026-09-09T00:49:13.684Z | Downloaded signal-hook-tokio v0.4.0 |
| 513 | 2026-09-09T00:49:13.687Z | Downloaded siphasher v1.0.1 |
| 514 | 2026-09-09T00:49:13.687Z | Downloaded postcard v1.1.3 |
| 515 | 2026-09-09T00:49:13.690Z | Downloaded pin-project-lite v0.2.16 |
| 516 | 2026-09-09T00:49:13.693Z | Downloaded jiff-static v0.2.15 |
| 517 | 2026-09-09T00:49:13.695Z | Downloaded pest_derive v2.8.2 |
| 518 | 2026-09-09T00:49:13.699Z | Downloaded sha1 v0.11.0 |
| 519 | 2026-09-09T00:49:13.699Z | Downloaded smawk v0.3.2 |
| 520 | 2026-09-09T00:49:13.701Z | Downloaded scroll v0.12.0 |
| 521 | 2026-09-09T00:49:13.704Z | Downloaded serde_urlencoded v0.7.1 |
| 522 | 2026-09-09T00:49:13.704Z | Downloaded serde_spanned v0.6.9 |
| 523 | 2026-09-09T00:49:13.707Z | Downloaded papergrid v0.11.0 |
| 524 | 2026-09-09T00:49:13.710Z | Downloaded scroll v0.13.0 |
| 525 | 2026-09-09T00:49:13.710Z | Downloaded resolv-conf v0.7.5 |
| 526 | 2026-09-09T00:49:13.713Z | Downloaded base64 v0.22.1 |
| 527 | 2026-09-09T00:49:13.715Z | Downloaded num-traits v0.2.19 |
| 528 | 2026-09-09T00:49:13.718Z | Downloaded rustls-pemfile v2.2.0 |
| 529 | 2026-09-09T00:49:13.718Z | Downloaded progenitor v0.10.0 |
| 530 | 2026-09-09T00:49:13.721Z | Downloaded stable_deref_trait v1.2.0 |
| 531 | 2026-09-09T00:49:13.721Z | Downloaded pin-project v1.1.10 |
| 532 | 2026-09-09T00:49:13.728Z | Downloaded slog-bunyan v2.5.0 |
| 533 | 2026-09-09T00:49:13.731Z | Downloaded schemars_derive v0.8.22 |
| 534 | 2026-09-09T00:49:13.731Z | Downloaded rusty-fork v0.3.0 |
| 535 | 2026-09-09T00:49:13.733Z | Downloaded rustversion v1.0.22 |
| 536 | 2026-09-09T00:49:13.736Z | Downloaded omicron-zone-package v0.12.2 |
| 537 | 2026-09-09T00:49:13.739Z | Downloaded swrite v0.1.0 |
| 538 | 2026-09-09T00:49:13.739Z | Downloaded supports-color v3.0.2 |
| 539 | 2026-09-09T00:49:13.742Z | Downloaded sha1 v0.10.6 |
| 540 | 2026-09-09T00:49:13.742Z | Downloaded quinn-udp v0.5.14 |
| 541 | 2026-09-09T00:49:13.745Z | Downloaded quote v1.0.45 |
| 542 | 2026-09-09T00:49:13.745Z | Downloaded hickory-resolver v0.24.4 |
| 543 | 2026-09-09T00:49:13.748Z | Downloaded strum v0.26.3 |
| 544 | 2026-09-09T00:49:13.750Z | Downloaded strum v0.28.0 |
| 545 | 2026-09-09T00:49:13.750Z | Downloaded structmeta-derive v0.3.0 |
| 546 | 2026-09-09T00:49:13.755Z | Downloaded subtle v2.6.1 |
| 547 | 2026-09-09T00:49:13.755Z | Downloaded shlex v2.0.1 |
| 548 | 2026-09-09T00:49:13.758Z | Downloaded shlex v1.3.0 |
| 549 | 2026-09-09T00:49:13.758Z | Downloaded sync_wrapper v1.0.2 |
| 550 | 2026-09-09T00:49:13.758Z | Downloaded strum v0.27.2 |
| 551 | 2026-09-09T00:49:13.758Z | Downloaded tabled_derive v0.7.0 |
| 552 | 2026-09-09T00:49:13.758Z | Downloaded slab v0.4.11 |
| 553 | 2026-09-09T00:49:13.761Z | Downloaded ryu v1.0.20 |
| 554 | 2026-09-09T00:49:13.764Z | Downloaded icu_collections v2.0.0 |
| 555 | 2026-09-09T00:49:13.767Z | Downloaded http v1.4.2 |
| 556 | 2026-09-09T00:49:13.771Z | Downloaded slog-async v2.8.0 |
| 557 | 2026-09-09T00:49:13.774Z | Downloaded expectorate v1.3.0 |
| 558 | 2026-09-09T00:49:13.774Z | Downloaded testing_table v0.3.0 |
| 559 | 2026-09-09T00:49:13.774Z | Downloaded signal-hook-registry v1.4.6 |
| 560 | 2026-09-09T00:49:13.777Z | Downloaded termtree v0.5.1 |
| 561 | 2026-09-09T00:49:13.777Z | Downloaded serde_derive_internals v0.29.1 |
| 562 | 2026-09-09T00:49:13.777Z | Downloaded take_mut v0.2.2 |
| 563 | 2026-09-09T00:49:13.780Z | Downloaded tagptr v0.2.0 |
| 564 | 2026-09-09T00:49:13.780Z | Downloaded tabwriter v1.4.1 |
| 565 | 2026-09-09T00:49:13.783Z | Downloaded structmeta v0.3.0 |
| 566 | 2026-09-09T00:49:13.783Z | Downloaded strsim v0.11.1 |
| 567 | 2026-09-09T00:49:13.783Z | Downloaded hashbrown v0.12.3 |
| 568 | 2026-09-09T00:49:13.785Z | Downloaded miniz_oxide v0.8.9 |
| 569 | 2026-09-09T00:49:13.789Z | Downloaded sha2 v0.10.9 |
| 570 | 2026-09-09T00:49:13.792Z | Downloaded static_assertions v1.1.0 |
| 571 | 2026-09-09T00:49:13.792Z | Downloaded snafu-derive v0.8.9 |
| 572 | 2026-09-09T00:49:13.795Z | Downloaded strum_macros v0.28.0 |
| 573 | 2026-09-09T00:49:13.795Z | Downloaded strum_macros v0.27.2 |
| 574 | 2026-09-09T00:49:13.797Z | Downloaded indexmap v2.14.0 |
| 575 | 2026-09-09T00:49:13.800Z | Downloaded cc v1.2.64 |
| 576 | 2026-09-09T00:49:13.803Z | Downloaded thread-id v5.0.0 |
| 577 | 2026-09-09T00:49:13.803Z | Downloaded strum_macros v0.26.4 |
| 578 | 2026-09-09T00:49:13.804Z | Downloaded time-core v0.1.8 |
| 579 | 2026-09-09T00:49:13.807Z | Downloaded slog-json v2.6.1 |
| 580 | 2026-09-09T00:49:13.854Z | Downloaded tokio-macros v2.7.0 |
| 581 | 2026-09-09T00:49:13.854Z | Downloaded synstructure v0.13.2 |
| 582 | 2026-09-09T00:49:13.854Z | Downloaded slog-term v2.9.2 |
| 583 | 2026-09-09T00:49:13.854Z | Downloaded proc-macro2 v1.0.106 |
| 584 | 2026-09-09T00:49:13.854Z | Downloaded darling_core v0.21.3 |
| 585 | 2026-09-09T00:49:13.854Z | Downloaded openssl-sys v0.9.117 |
| 586 | 2026-09-09T00:49:13.854Z | Downloaded papergrid v0.18.0 |
| 587 | 2026-09-09T00:49:13.854Z | Downloaded progenitor-impl v0.14.0 |
| 588 | 2026-09-09T00:49:13.854Z | Downloaded progenitor-impl v0.11.1 |
| 589 | 2026-09-09T00:49:13.854Z | Downloaded tinyvec_macros v0.1.1 |
| 590 | 2026-09-09T00:49:13.854Z | Downloaded thread-id v4.2.2 |
| 591 | 2026-09-09T00:49:13.854Z | Downloaded semver v1.0.28 |
| 592 | 2026-09-09T00:49:13.854Z | Downloaded progenitor-impl v0.10.0 |
| 593 | 2026-09-09T00:49:13.854Z | Downloaded serde_with_macros v3.14.1 |
| 594 | 2026-09-09T00:49:13.854Z | Downloaded serde_tokenstream v0.2.3 |
| 595 | 2026-09-09T00:49:13.854Z | Downloaded toml_datetime v0.6.11 |
| 596 | 2026-09-09T00:49:13.854Z | Downloaded serde_path_to_error v0.1.20 |
| 597 | 2026-09-09T00:49:13.854Z | Downloaded icu_properties v2.0.1 |
| 598 | 2026-09-09T00:49:13.854Z | Downloaded tower-service v0.3.3 |
| 599 | 2026-09-09T00:49:13.854Z | Downloaded thiserror v1.0.69 |
| 600 | 2026-09-09T00:49:13.854Z | Downloaded schemars v0.8.22 |
| 601 | 2026-09-09T00:49:13.858Z | Downloaded memchr v2.7.5 |
| 602 | 2026-09-09T00:49:13.858Z | Downloaded tower-layer v0.3.3 |
| 603 | 2026-09-09T00:49:13.858Z | Downloaded unarray v0.1.4 |
| 604 | 2026-09-09T00:49:13.858Z | Downloaded toml_write v0.1.2 |
| 605 | 2026-09-09T00:49:13.861Z | Downloaded try-lock v0.2.5 |
| 606 | 2026-09-09T00:49:13.861Z | Downloaded terminal_size v0.4.3 |
| 607 | 2026-09-09T00:49:13.861Z | Downloaded smf v0.2.3 |
| 608 | 2026-09-09T00:49:13.864Z | Downloaded minimal-lexical v0.2.1 |
| 609 | 2026-09-09T00:49:13.867Z | Downloaded thiserror v2.0.18 |
| 610 | 2026-09-09T00:49:13.870Z | Downloaded icu_locale_core v2.0.0 |
| 611 | 2026-09-09T00:49:13.873Z | Downloaded universal-hash v0.5.1 |
| 612 | 2026-09-09T00:49:13.873Z | Downloaded unicode-xid v0.2.6 |
| 613 | 2026-09-09T00:49:13.873Z | Downloaded tokio-rustls v0.25.0 |
| 614 | 2026-09-09T00:49:13.876Z | Downloaded untrusted v0.7.1 |
| 615 | 2026-09-09T00:49:13.876Z | Downloaded tinystr v0.8.1 |
| 616 | 2026-09-09T00:49:13.876Z | Downloaded serde_yaml v0.9.34+deprecated |
| 617 | 2026-09-09T00:49:13.880Z | Downloaded smallvec v1.15.1 |
| 618 | 2026-09-09T00:49:13.883Z | Downloaded signal-hook v0.4.4 |
| 619 | 2026-09-09T00:49:13.883Z | Downloaded topological-sort v0.2.2 |
| 620 | 2026-09-09T00:49:13.883Z | Downloaded rustls-pki-types v1.12.0 |
| 621 | 2026-09-09T00:49:13.886Z | Downloaded slog-dtrace v0.3.0 |
| 622 | 2026-09-09T00:49:13.890Z | Downloaded prettyplease v0.2.37 |
| 623 | 2026-09-09T00:49:13.890Z | Downloaded sigpipe v0.1.3 |
| 624 | 2026-09-09T00:49:13.893Z | Downloaded untrusted v0.9.0 |
| 625 | 2026-09-09T00:49:13.893Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 626 | 2026-09-09T00:49:13.893Z | Downloaded utf8_iter v1.0.4 |
| 627 | 2026-09-09T00:49:13.893Z | Downloaded thiserror-impl v2.0.18 |
| 628 | 2026-09-09T00:49:13.893Z | Downloaded thiserror-impl v1.0.69 |
| 629 | 2026-09-09T00:49:13.896Z | Downloaded similar v2.7.0 |
| 630 | 2026-09-09T00:49:13.899Z | Downloaded typify-macro v0.6.2 |
| 631 | 2026-09-09T00:49:13.899Z | Downloaded typify-macro v0.4.3 |
| 632 | 2026-09-09T00:49:13.899Z | Downloaded flate2 v1.1.2 |
| 633 | 2026-09-09T00:49:13.902Z | Downloaded unicode-linebreak v0.1.5 |
| 634 | 2026-09-09T00:49:13.902Z | Downloaded slog v2.8.2 |
| 635 | 2026-09-09T00:49:13.905Z | Downloaded bytes v1.12.0 |
| 636 | 2026-09-09T00:49:13.908Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 637 | 2026-09-09T00:49:13.908Z | Downloaded usdt-macro v0.6.0 |
| 638 | 2026-09-09T00:49:13.908Z | Downloaded thread_local v1.1.9 |
| 639 | 2026-09-09T00:49:13.911Z | Downloaded tokio-dtrace v0.1.1 |
| 640 | 2026-09-09T00:49:13.911Z | Downloaded usdt-macro v0.5.0 |
| 641 | 2026-09-09T00:49:13.911Z | Downloaded time-macros v0.2.27 |
| 642 | 2026-09-09T00:49:13.914Z | Downloaded thiserror-no-std v2.0.2 |
| 643 | 2026-09-09T00:49:13.914Z | Downloaded want v0.3.1 |
| 644 | 2026-09-09T00:49:13.918Z | Downloaded waitgroup v0.1.2 |
| 645 | 2026-09-09T00:49:13.918Z | Downloaded usdt v0.6.0 |
| 646 | 2026-09-09T00:49:13.918Z | Downloaded usdt v0.5.0 |
| 647 | 2026-09-09T00:49:13.918Z | Downloaded spin v0.9.8 |
| 648 | 2026-09-09T00:49:13.921Z | Downloaded qorb v0.4.1 |
| 649 | 2026-09-09T00:49:13.924Z | Downloaded scuffle v0.1.0 |
| 650 | 2026-09-09T00:49:13.924Z | Downloaded socket2 v0.6.4 |
| 651 | 2026-09-09T00:49:13.927Z | Downloaded serde_core v1.0.228 |
| 652 | 2026-09-09T00:49:13.927Z | Downloaded proc-macro-crate v1.3.1 |
| 653 | 2026-09-09T00:49:13.930Z | Downloaded serde_derive v1.0.228 |
| 654 | 2026-09-09T00:49:13.930Z | Downloaded potential_utf v0.1.3 |
| 655 | 2026-09-09T00:49:13.930Z | Downloaded plain v0.2.3 |
| 656 | 2026-09-09T00:49:13.934Z | Downloaded futures v0.3.32 |
| 657 | 2026-09-09T00:49:13.937Z | Downloaded git-stub-vcs v0.1.0 |
| 658 | 2026-09-09T00:49:13.937Z | Downloaded usdt-attr-macro v0.6.0 |
| 659 | 2026-09-09T00:49:13.937Z | Downloaded wait-timeout v0.2.1 |
| 660 | 2026-09-09T00:49:13.937Z | Downloaded usdt-attr-macro v0.5.0 |
| 661 | 2026-09-09T00:49:13.940Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 662 | 2026-09-09T00:49:13.940Z | Downloaded libloading v0.8.9 |
| 663 | 2026-09-09T00:49:13.940Z | Downloaded libsw v3.5.0 |
| 664 | 2026-09-09T00:49:13.944Z | Downloaded linear-map v1.2.0 |
| 665 | 2026-09-09T00:49:13.944Z | Downloaded yoke-derive v0.8.0 |
| 666 | 2026-09-09T00:49:13.944Z | Downloaded tokio-native-tls v0.3.1 |
| 667 | 2026-09-09T00:49:13.944Z | Downloaded term v1.2.0 |
| 668 | 2026-09-09T00:49:13.947Z | Downloaded mio v1.2.1 |
| 669 | 2026-09-09T00:49:13.950Z | Downloaded bitflags v2.11.1 |
| 670 | 2026-09-09T00:49:13.953Z | Downloaded hashbrown v0.15.5 |
| 671 | 2026-09-09T00:49:13.956Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 672 | 2026-09-09T00:49:13.956Z | Downloaded usdt-impl v0.6.0 |
| 673 | 2026-09-09T00:49:13.959Z | Downloaded tokio-stream v0.1.17 |
| 674 | 2026-09-09T00:49:13.962Z | Downloaded zerofrom v0.1.6 |
| 675 | 2026-09-09T00:49:13.962Z | Downloaded tokio-rustls v0.26.4 |
| 676 | 2026-09-09T00:49:13.962Z | Downloaded zeroize_derive v1.4.3 |
| 677 | 2026-09-09T00:49:13.962Z | Downloaded tempfile v3.27.0 |
| 678 | 2026-09-09T00:49:13.965Z | Downloaded colored v3.1.1 |
| 679 | 2026-09-09T00:49:13.965Z | Downloaded camino v1.2.3 |
| 680 | 2026-09-09T00:49:13.968Z | Downloaded xattr v1.6.1 |
| 681 | 2026-09-09T00:49:13.968Z | Downloaded hashbrown v0.17.1 |
| 682 | 2026-09-09T00:49:13.971Z | Downloaded byteorder v1.5.0 |
| 683 | 2026-09-09T00:49:13.974Z | Downloaded hashbrown v0.16.1 |
| 684 | 2026-09-09T00:49:13.977Z | Downloaded textwrap v0.16.2 |
| 685 | 2026-09-09T00:49:13.977Z | Downloaded test-strategy v0.4.3 |
| 686 | 2026-09-09T00:49:13.983Z | Downloaded utf8parse v0.2.2 |
| 687 | 2026-09-09T00:49:13.983Z | Downloaded zone_cfg_derive v0.3.1 |
| 688 | 2026-09-09T00:49:13.983Z | Downloaded usdt-impl v0.5.0 |
| 689 | 2026-09-09T00:49:13.983Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 690 | 2026-09-09T00:49:13.986Z | Downloaded schemars v0.9.0 |
| 691 | 2026-09-09T00:49:13.989Z | Downloaded snafu v0.8.9 |
| 692 | 2026-09-09T00:49:13.992Z | Downloaded zerofrom-derive v0.1.6 |
| 693 | 2026-09-09T00:49:13.995Z | Downloaded serde v1.0.228 |
| 694 | 2026-09-09T00:49:13.995Z | Downloaded rayon-core v1.13.0 |
| 695 | 2026-09-09T00:49:13.998Z | Downloaded yoke v0.8.0 |
| 696 | 2026-09-09T00:49:13.998Z | Downloaded rand v0.8.5 |
| 697 | 2026-09-09T00:49:14.001Z | Downloaded quinn v0.11.9 |
| 698 | 2026-09-09T00:49:14.004Z | Downloaded hyper-util v0.1.20 |
| 699 | 2026-09-09T00:49:14.007Z | Downloaded dropshot-api-manager v0.7.2 |
| 700 | 2026-09-09T00:49:14.010Z | Downloaded cancel-safe-futures v0.1.5 |
| 701 | 2026-09-09T00:49:14.010Z | Downloaded toml v0.8.23 |
| 702 | 2026-09-09T00:49:14.013Z | Downloaded derive-where v1.6.0 |
| 703 | 2026-09-09T00:49:14.013Z | Downloaded zone v0.3.1 |
| 704 | 2026-09-09T00:49:14.016Z | Downloaded version_check v0.9.5 |
| 705 | 2026-09-09T00:49:14.016Z | Downloaded num-derive v0.4.2 |
| 706 | 2026-09-09T00:49:14.016Z | Downloaded lru-slab v0.1.2 |
| 707 | 2026-09-09T00:49:14.019Z | Downloaded nom v7.1.3 |
| 708 | 2026-09-09T00:49:14.022Z | Downloaded walkdir v2.5.0 |
| 709 | 2026-09-09T00:49:14.022Z | Downloaded libscf-sys v1.2.0 |
| 710 | 2026-09-09T00:49:14.022Z | Downloaded getrandom v0.2.16 |
| 711 | 2026-09-09T00:49:14.025Z | Downloaded zerovec-derive v0.11.1 |
| 712 | 2026-09-09T00:49:14.025Z | Downloaded hkdf v0.12.4 |
| 713 | 2026-09-09T00:49:14.027Z | Downloaded itertools v0.12.1 |
| 714 | 2026-09-09T00:49:14.030Z | Downloaded zeroize v1.8.1 |
| 715 | 2026-09-09T00:49:14.030Z | Downloaded clap_derive v4.6.1 |
| 716 | 2026-09-09T00:49:14.033Z | Downloaded lru-cache v0.1.2 |
| 717 | 2026-09-09T00:49:14.033Z | Downloaded http-body-util v0.1.3 |
| 718 | 2026-09-09T00:49:14.033Z | Downloaded argon2 v0.5.3 |
| 719 | 2026-09-09T00:49:14.036Z | Downloaded vergen v8.3.2 |
| 720 | 2026-09-09T00:49:14.036Z | Downloaded whoami v1.6.1 |
| 721 | 2026-09-09T00:49:14.039Z | Downloaded vsss-rs v3.3.4 |
| 722 | 2026-09-09T00:49:14.039Z | Downloaded critical-section v1.2.0 |
| 723 | 2026-09-09T00:49:14.039Z | Downloaded steno v0.4.1 |
| 724 | 2026-09-09T00:49:14.042Z | Downloaded const_format_proc_macros v0.2.34 |
| 725 | 2026-09-09T00:49:14.045Z | Downloaded unicode-ident v1.0.24 |
| 726 | 2026-09-09T00:49:14.045Z | Downloaded writeable v0.6.1 |
| 727 | 2026-09-09T00:49:14.045Z | Downloaded tracing-attributes v0.1.30 |
| 728 | 2026-09-09T00:49:14.048Z | Downloaded anstyle-parse v1.0.0 |
| 729 | 2026-09-09T00:49:14.048Z | Downloaded iddqd v0.3.18 |
| 730 | 2026-09-09T00:49:14.052Z | Downloaded icu_properties_data v2.0.1 |
| 731 | 2026-09-09T00:49:14.056Z | Downloaded unsafe-libyaml v0.2.11 |
| 732 | 2026-09-09T00:49:14.060Z | Downloaded hyper v1.10.1 |
| 733 | 2026-09-09T00:49:14.063Z | Downloaded zerocopy-derive v0.7.35 |
| 734 | 2026-09-09T00:49:14.066Z | Downloaded tinyvec v1.10.0 |
| 735 | 2026-09-09T00:49:14.069Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 736 | 2026-09-09T00:49:14.069Z | Downloaded similar v3.2.0 |
| 737 | 2026-09-09T00:49:14.072Z | Downloaded futures-util v0.3.32 |
| 738 | 2026-09-09T00:49:14.077Z | Downloaded zmij v1.0.17 |
| 739 | 2026-09-09T00:49:14.080Z | Downloaded uuid v1.23.3 |
| 740 | 2026-09-09T00:49:14.080Z | Downloaded pest v2.8.2 |
| 741 | 2026-09-09T00:49:14.083Z | Downloaded tracing-core v0.1.34 |
| 742 | 2026-09-09T00:49:14.086Z | Downloaded ucd-trie v0.1.7 |
| 743 | 2026-09-09T00:49:14.086Z | Downloaded toml_edit v0.22.27 |
| 744 | 2026-09-09T00:49:14.089Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 745 | 2026-09-09T00:49:14.092Z | Downloaded idna v1.1.0 |
| 746 | 2026-09-09T00:49:14.092Z | Downloaded toml v0.7.8 |
| 747 | 2026-09-09T00:49:14.095Z | Downloaded dropshot_endpoint v0.17.1 |
| 748 | 2026-09-09T00:49:14.098Z | Downloaded rustls-webpki v0.103.6 |
| 749 | 2026-09-09T00:49:14.098Z | Downloaded typify v0.6.2 |
| 750 | 2026-09-09T00:49:14.102Z | Downloaded schemars v1.2.0 |
| 751 | 2026-09-09T00:49:14.107Z | Downloaded h2 v0.4.14 |
| 752 | 2026-09-09T00:49:14.110Z | Downloaded itertools v0.15.0 |
| 753 | 2026-09-09T00:49:14.115Z | Downloaded itertools v0.14.0 |
| 754 | 2026-09-09T00:49:14.118Z | Downloaded iri-string v0.7.8 |
| 755 | 2026-09-09T00:49:14.122Z | Downloaded tracing v0.1.41 |
| 756 | 2026-09-09T00:49:14.125Z | Downloaded goblin v0.8.2 |
| 757 | 2026-09-09T00:49:14.127Z | Downloaded is_terminal_polyfill v1.70.1 |
| 758 | 2026-09-09T00:49:14.130Z | Downloaded futures-executor v0.3.32 |
| 759 | 2026-09-09T00:49:14.130Z | Downloaded crc32fast v1.5.0 |
| 760 | 2026-09-09T00:49:14.130Z | Downloaded deranged v0.5.3 |
| 761 | 2026-09-09T00:49:14.133Z | Downloaded console v0.16.4 |
| 762 | 2026-09-09T00:49:14.133Z | Downloaded hostname v0.4.2 |
| 763 | 2026-09-09T00:49:14.133Z | Downloaded backoff v0.4.0 |
| 764 | 2026-09-09T00:49:14.136Z | Downloaded anstyle v1.0.14 |
| 765 | 2026-09-09T00:49:14.136Z | Downloaded arrayref v0.3.9 |
| 766 | 2026-09-09T00:49:14.136Z | Downloaded cexpr v0.6.0 |
| 767 | 2026-09-09T00:49:14.140Z | Downloaded zerotrie v0.2.2 |
| 768 | 2026-09-09T00:49:14.140Z | Downloaded url v2.5.7 |
| 769 | 2026-09-09T00:49:14.143Z | Downloaded tar v0.4.45 |
| 770 | 2026-09-09T00:49:14.143Z | Downloaded anstream v1.0.0 |
| 771 | 2026-09-09T00:49:14.143Z | Downloaded gethostname v0.5.0 |
| 772 | 2026-09-09T00:49:14.146Z | Downloaded futures-core v0.3.32 |
| 773 | 2026-09-09T00:49:14.146Z | Downloaded cfg_aliases v0.2.1 |
| 774 | 2026-09-09T00:49:14.146Z | Downloaded base16ct v0.2.0 |
| 775 | 2026-09-09T00:49:14.146Z | Downloaded atomic-waker v1.1.2 |
| 776 | 2026-09-09T00:49:14.149Z | Downloaded aead v0.5.2 |
| 777 | 2026-09-09T00:49:14.149Z | Downloaded futures-io v0.3.32 |
| 778 | 2026-09-09T00:49:14.150Z | Downloaded foreign-types-macros v0.2.3 |
| 779 | 2026-09-09T00:49:14.150Z | Downloaded crc8 v0.1.1 |
| 780 | 2026-09-09T00:49:14.150Z | Downloaded compression-core v0.4.32 |
| 781 | 2026-09-09T00:49:14.150Z | Downloaded unicode-segmentation v1.12.0 |
| 782 | 2026-09-09T00:49:14.153Z | Downloaded foreign-types v0.5.0 |
| 783 | 2026-09-09T00:49:14.153Z | Downloaded typify v0.4.3 |
| 784 | 2026-09-09T00:49:14.156Z | Downloaded rand v0.9.3 |
| 785 | 2026-09-09T00:49:14.158Z | Downloaded iddqd v0.4.5 |
| 786 | 2026-09-09T00:49:14.161Z | Downloaded const_format v0.2.34 |
| 787 | 2026-09-09T00:49:14.164Z | Downloaded blake2 v0.10.6 |
| 788 | 2026-09-09T00:49:14.167Z | Downloaded defmt-macros v1.0.1 |
| 789 | 2026-09-09T00:49:14.167Z | Downloaded toml_edit v0.19.15 |
| 790 | 2026-09-09T00:49:14.175Z | Downloaded atomicwrites v0.4.4 |
| 791 | 2026-09-09T00:49:14.178Z | Downloaded clap_builder v4.6.0 |
| 792 | 2026-09-09T00:49:14.181Z | Downloaded serde_json v1.0.150 |
| 793 | 2026-09-09T00:49:14.184Z | Downloaded libm v0.2.15 |
| 794 | 2026-09-09T00:49:14.189Z | Downloaded block-buffer v0.12.0 |
| 795 | 2026-09-09T00:49:14.192Z | Downloaded convert_case v0.4.0 |
| 796 | 2026-09-09T00:49:14.192Z | Downloaded ciborium-ll v0.2.2 |
| 797 | 2026-09-09T00:49:14.192Z | Downloaded block-buffer v0.10.4 |
| 798 | 2026-09-09T00:49:14.192Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 799 | 2026-09-09T00:49:14.195Z | Downloaded cpufeatures v0.2.17 |
| 800 | 2026-09-09T00:49:14.195Z | Downloaded anstyle-query v1.1.4 |
| 801 | 2026-09-09T00:49:14.195Z | Downloaded foldhash v0.1.5 |
| 802 | 2026-09-09T00:49:14.195Z | Downloaded fnv v1.0.7 |
| 803 | 2026-09-09T00:49:14.198Z | Downloaded filetime v0.2.26 |
| 804 | 2026-09-09T00:49:14.198Z | Downloaded embedded-io v0.4.0 |
| 805 | 2026-09-09T00:49:14.198Z | Downloaded either v1.15.0 |
| 806 | 2026-09-09T00:49:14.198Z | Downloaded dof v0.4.0 |
| 807 | 2026-09-09T00:49:14.201Z | Downloaded defmt v1.0.1 |
| 808 | 2026-09-09T00:49:14.201Z | Downloaded rayon v1.11.0 |
| 809 | 2026-09-09T00:49:14.205Z | Downloaded unicode-normalization v0.1.24 |
| 810 | 2026-09-09T00:49:14.208Z | Downloaded crossbeam-deque v0.8.6 |
| 811 | 2026-09-09T00:49:14.208Z | Downloaded cpufeatures v0.3.0 |
| 812 | 2026-09-09T00:49:14.211Z | Downloaded git2 v0.19.0 |
| 813 | 2026-09-09T00:49:14.214Z | Downloaded clap_lex v1.1.0 |
| 814 | 2026-09-09T00:49:14.217Z | Downloaded dtrace-parser v0.2.0 |
| 815 | 2026-09-09T00:49:14.217Z | Downloaded displaydoc v0.2.5 |
| 816 | 2026-09-09T00:49:14.217Z | Downloaded defmt v0.3.100 |
| 817 | 2026-09-09T00:49:14.217Z | Downloaded dtrace-parser v0.3.0 |
| 818 | 2026-09-09T00:49:14.220Z | Downloaded defmt-parser v1.0.0 |
| 819 | 2026-09-09T00:49:14.220Z | Downloaded chacha20 v0.9.1 |
| 820 | 2026-09-09T00:49:14.220Z | Downloaded async-recursion v1.1.1 |
| 821 | 2026-09-09T00:49:14.223Z | Downloaded cobs v0.3.0 |
| 822 | 2026-09-09T00:49:14.223Z | Downloaded camino-tempfile v1.4.1 |
| 823 | 2026-09-09T00:49:14.223Z | Downloaded bitflags v1.3.2 |
| 824 | 2026-09-09T00:49:14.226Z | Downloaded serde_with v3.14.1 |
| 825 | 2026-09-09T00:49:14.232Z | Downloaded rustls-webpki v0.102.8 |
| 826 | 2026-09-09T00:49:14.242Z | Downloaded proptest v1.8.0 |
| 827 | 2026-09-09T00:49:14.247Z | Downloaded typed-path v0.9.3 |
| 828 | 2026-09-09T00:49:14.250Z | Downloaded chrono v0.4.45 |
| 829 | 2026-09-09T00:49:14.254Z | Downloaded zerocopy-derive v0.8.27 |
| 830 | 2026-09-09T00:49:14.257Z | Downloaded goblin v0.10.1 |
| 831 | 2026-09-09T00:49:14.263Z | Downloaded tough v0.20.0 |
| 832 | 2026-09-09T00:49:14.268Z | Downloaded reqwest v0.13.2 |
| 833 | 2026-09-09T00:49:14.271Z | Downloaded aho-corasick v1.1.3 |
| 834 | 2026-09-09T00:49:14.275Z | Downloaded zerocopy v0.7.35 |
| 835 | 2026-09-09T00:49:14.284Z | Downloaded reqwest v0.12.23 |
| 836 | 2026-09-09T00:49:14.288Z | Downloaded typenum v1.20.1 |
| 837 | 2026-09-09T00:49:14.297Z | Downloaded tokio-util v0.7.16 |
| 838 | 2026-09-09T00:49:14.301Z | Downloaded quinn-proto v0.11.14 |
| 839 | 2026-09-09T00:49:14.305Z | Downloaded regex v1.12.4 |
| 840 | 2026-09-09T00:49:14.309Z | Downloaded portable-atomic v1.11.1 |
| 841 | 2026-09-09T00:49:14.317Z | Downloaded syn v1.0.109 |
| 842 | 2026-09-09T00:49:14.322Z | Downloaded tower v0.5.2 |
| 843 | 2026-09-09T00:49:14.327Z | Downloaded tabled v0.21.0 |
| 844 | 2026-09-09T00:49:14.336Z | Downloaded openssl v0.10.81 |
| 845 | 2026-09-09T00:49:14.341Z | Downloaded vcpkg v0.2.15 |
| 846 | 2026-09-09T00:49:14.363Z | Downloaded tower-http v0.6.8 |
| 847 | 2026-09-09T00:49:14.367Z | Downloaded blake3 v1.8.2 |
| 848 | 2026-09-09T00:49:14.371Z | Downloaded zerovec v0.11.4 |
| 849 | 2026-09-09T00:49:14.374Z | Downloaded dropshot v0.16.7 |
| 850 | 2026-09-09T00:49:14.385Z | Downloaded zerocopy v0.8.27 |
| 851 | 2026-09-09T00:49:14.397Z | Downloaded hickory-proto v0.24.4 |
| 852 | 2026-09-09T00:49:14.404Z | Downloaded unicode-width v0.2.1 |
| 853 | 2026-09-09T00:49:14.407Z | Downloaded syn v2.0.118 |
| 854 | 2026-09-09T00:49:14.414Z | Downloaded dropshot v0.17.1 |
| 855 | 2026-09-09T00:49:14.426Z | Downloaded aws-lc-rs v1.16.2 |
| 856 | 2026-09-09T00:49:14.431Z | Downloaded hickory-proto v0.25.2 |
| 857 | 2026-09-09T00:49:14.440Z | Downloaded winnow v0.5.40 |
| 858 | 2026-09-09T00:49:14.444Z | Downloaded rustix v1.1.4 |
| 859 | 2026-09-09T00:49:14.473Z | Downloaded moka v0.12.11 |
| 860 | 2026-09-09T00:49:14.490Z | Downloaded tabled v0.15.0 |
| 861 | 2026-09-09T00:49:14.498Z | Downloaded winnow v0.7.14 |
| 862 | 2026-09-09T00:49:14.504Z | Downloaded curve25519-dalek v4.1.3 |
| 863 | 2026-09-09T00:49:14.519Z | Downloaded winnow v1.0.3 |
| 864 | 2026-09-09T00:49:14.529Z | Downloaded time v0.3.47 |
| 865 | 2026-09-09T00:49:14.544Z | Downloaded jiff v0.2.15 |
| 866 | 2026-09-09T00:49:14.553Z | Downloaded petgraph v0.6.5 |
| 867 | 2026-09-09T00:49:14.575Z | Downloaded petgraph v0.8.2 |
| 868 | 2026-09-09T00:49:14.588Z | Downloaded bstr v1.12.0 |
| 869 | 2026-09-09T00:49:14.595Z | Downloaded libz-sys v1.1.22 |
| 870 | 2026-09-09T00:49:14.607Z | Downloaded webpki-roots v1.0.2 |
| 871 | 2026-09-09T00:49:14.610Z | Downloaded nix v0.31.3 |
| 872 | 2026-09-09T00:49:14.616Z | Downloaded nix v0.30.1 |
| 873 | 2026-09-09T00:49:14.623Z | Downloaded unicode-width v0.1.14 |
| 874 | 2026-09-09T00:49:14.638Z | Downloaded regress v0.10.5 |
| 875 | 2026-09-09T00:49:14.643Z | Downloaded openapiv3 v2.2.0 |
| 876 | 2026-09-09T00:49:14.650Z | Downloaded rustls v0.22.4 |
| 877 | 2026-09-09T00:49:14.656Z | Downloaded regex-syntax v0.8.11 |
| 878 | 2026-09-09T00:49:14.661Z | Downloaded regress v0.11.1 |
| 879 | 2026-09-09T00:49:14.666Z | Downloaded smoltcp v0.11.0 |
| 880 | 2026-09-09T00:49:14.673Z | Downloaded rustls v0.23.40 |
| 881 | 2026-09-09T00:49:14.679Z | Downloaded rustix v0.38.44 |
| 882 | 2026-09-09T00:49:14.692Z | Downloaded encoding_rs v0.8.35 |
| 883 | 2026-09-09T00:49:14.721Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 884 | 2026-09-09T00:49:14.784Z | Downloaded typify-impl v0.6.2 |
| 885 | 2026-09-09T00:49:14.808Z | Downloaded typify-impl v0.4.3 |
| 886 | 2026-09-09T00:49:14.864Z | Downloaded regex-automata v0.4.13 |
| 887 | 2026-09-09T00:49:14.925Z | Downloaded chrono-tz v0.10.4 |
| 888 | 2026-09-09T00:49:14.955Z | Downloaded libc v0.2.186 |
| 889 | 2026-09-09T00:49:14.974Z | Downloaded csv v1.4.0 |
| 890 | 2026-09-09T00:49:14.991Z | Downloaded sha3 v0.10.8 |
| 891 | 2026-09-09T00:49:15.006Z | Downloaded tokio v1.52.3 |
| 892 | 2026-09-09T00:49:15.126Z | Downloaded ring v0.17.14 |
| 893 | 2026-09-09T00:49:15.175Z | Downloaded curl-sys v0.4.89+curl-8.20.0 |
| 894 | 2026-09-09T00:49:15.736Z | Downloaded aws-lc-sys v0.39.1 |
| 895 | 2026-09-09T00:49:16.058Z | Compiling proc-macro2 v1.0.106 |
| 896 | 2026-09-09T00:49:16.058Z | Compiling quote v1.0.45 |
| 897 | 2026-09-09T00:49:16.058Z | Compiling unicode-ident v1.0.24 |
| 898 | 2026-09-09T00:49:16.061Z | Compiling serde_core v1.0.228 |
| 899 | 2026-09-09T00:49:16.061Z | Compiling serde v1.0.228 |
| 900 | 2026-09-09T00:49:16.061Z | Compiling libc v0.2.186 |
| 901 | 2026-09-09T00:49:16.061Z | Checking cfg-if v1.0.4 |
| 902 | 2026-09-09T00:49:16.356Z | Compiling zmij v1.0.17 |
| 903 | 2026-09-09T00:49:16.380Z | Compiling autocfg v1.5.0 |
| 904 | 2026-09-09T00:49:16.637Z | Compiling memchr v2.7.5 |
| 905 | 2026-09-09T00:49:16.665Z | Compiling libm v0.2.15 |
| 906 | 2026-09-09T00:49:16.999Z | Compiling getrandom v0.4.2 |
| 907 | 2026-09-09T00:49:17.117Z | Compiling jobserver v0.1.34 |
| 908 | 2026-09-09T00:49:17.150Z | Compiling shlex v2.0.1 |
| 909 | 2026-09-09T00:49:17.168Z | Compiling find-msvc-tools v0.1.9 |
| 910 | 2026-09-09T00:49:17.192Z | Compiling version_check v0.9.5 |
| 911 | 2026-09-09T00:49:17.348Z | Compiling cc v1.2.64 |
| 912 | 2026-09-09T00:49:17.403Z | Checking smallvec v1.15.1 |
| 913 | 2026-09-09T00:49:17.433Z | Compiling syn v2.0.118 |
| 914 | 2026-09-09T00:49:17.448Z | Compiling thiserror v2.0.18 |
| 915 | 2026-09-09T00:49:17.463Z | Checking itoa v1.0.15 |
| 916 | 2026-09-09T00:49:17.502Z | Compiling icu_normalizer_data v2.0.0 |
| 917 | 2026-09-09T00:49:17.574Z | Compiling icu_properties_data v2.0.1 |
| 918 | 2026-09-09T00:49:17.744Z | Compiling parking_lot_core v0.9.12 |
| 919 | 2026-09-09T00:49:17.754Z | Checking stable_deref_trait v1.2.0 |
| 920 | 2026-09-09T00:49:17.817Z | Compiling serde_json v1.0.150 |
| 921 | 2026-09-09T00:49:18.010Z | Compiling heck v0.5.0 |
| 922 | 2026-09-09T00:49:18.070Z | Checking writeable v0.6.1 |
| 923 | 2026-09-09T00:49:18.211Z | Checking litemap v0.8.0 |
| 924 | 2026-09-09T00:49:18.247Z | Compiling num-traits v0.2.19 |
| 925 | 2026-09-09T00:49:18.262Z | Checking percent-encoding v2.3.2 |
| 926 | 2026-09-09T00:49:18.628Z | Checking form_urlencoded v1.2.2 |
| 927 | 2026-09-09T00:49:18.670Z | Checking utf8_iter v1.0.4 |
| 928 | 2026-09-09T00:49:18.733Z | Compiling zerocopy v0.8.27 |
| 929 | 2026-09-09T00:49:18.761Z | Checking pin-project-lite v0.2.16 |
| 930 | 2026-09-09T00:49:18.774Z | Compiling log v0.4.29 |
| 931 | 2026-09-09T00:49:18.792Z | Compiling equivalent v1.0.2 |
| 932 | 2026-09-09T00:49:18.853Z | Compiling semver v1.0.28 |
| 933 | 2026-09-09T00:49:18.888Z | Checking iana-time-zone v0.1.64 |
| 934 | 2026-09-09T00:49:18.902Z | Compiling rustversion v1.0.22 |
| 935 | 2026-09-09T00:49:18.951Z | Checking getrandom v0.2.16 |
| 936 | 2026-09-09T00:49:18.994Z | Checking socket2 v0.6.4 |
| 937 | 2026-09-09T00:49:19.095Z | Checking uuid v1.23.3 |
| 938 | 2026-09-09T00:49:19.147Z | Checking scopeguard v1.2.0 |
| 939 | 2026-09-09T00:49:19.261Z | Checking lock_api v0.4.14 |
| 940 | 2026-09-09T00:49:19.386Z | Checking bitflags v2.11.1 |
| 941 | 2026-09-09T00:49:19.389Z | Checking signal-hook-registry v1.4.6 |
| 942 | 2026-09-09T00:49:19.426Z | Checking mio v1.2.1 |
| 943 | 2026-09-09T00:49:19.470Z | Checking parking_lot v0.12.5 |
| 944 | 2026-09-09T00:49:19.553Z | Compiling schemars v0.8.22 |
| 945 | 2026-09-09T00:49:19.611Z | Checking dyn-clone v1.0.20 |
| 946 | 2026-09-09T00:49:19.715Z | Compiling portable-atomic v1.11.1 |
| 947 | 2026-09-09T00:49:19.730Z | Checking futures-core v0.3.32 |
| 948 | 2026-09-09T00:49:19.834Z | Compiling ring v0.17.14 |
| 949 | 2026-09-09T00:49:19.849Z | Checking critical-section v1.2.0 |
| 950 | 2026-09-09T00:49:19.879Z | Compiling hashbrown v0.17.1 |
| 951 | 2026-09-09T00:49:19.950Z | Compiling httparse v1.10.1 |
| 952 | 2026-09-09T00:49:20.089Z | Checking futures-sink v0.3.32 |
| 953 | 2026-09-09T00:49:20.194Z | Compiling regex-syntax v0.8.11 |
| 954 | 2026-09-09T00:49:20.263Z | Checking subtle v2.6.1 |
| 955 | 2026-09-09T00:49:20.354Z | Compiling synstructure v0.13.2 |
| 956 | 2026-09-09T00:49:20.366Z | Compiling serde_derive_internals v0.29.1 |
| 957 | 2026-09-09T00:49:20.659Z | Checking once_cell v1.21.3 |
| 958 | 2026-09-09T00:49:20.689Z | Compiling indexmap v2.14.0 |
| 959 | 2026-09-09T00:49:20.887Z | Checking slab v0.4.11 |
| 960 | 2026-09-09T00:49:21.083Z | Compiling aho-corasick v1.1.3 |
| 961 | 2026-09-09T00:49:21.138Z | Compiling rustix v1.1.4 |
| 962 | 2026-09-09T00:49:21.181Z | Compiling thiserror v1.0.69 |
| 963 | 2026-09-09T00:49:21.241Z | Checking rand_core v0.6.4 |
| 964 | 2026-09-09T00:49:21.332Z | Checking typenum v1.20.1 |
| 965 | 2026-09-09T00:49:21.622Z | Compiling serde_derive v1.0.228 |
| 966 | 2026-09-09T00:49:21.674Z | Compiling zerofrom-derive v0.1.6 |
| 967 | 2026-09-09T00:49:21.708Z | Compiling yoke-derive v0.8.0 |
| 968 | 2026-09-09T00:49:21.881Z | Compiling zerovec-derive v0.11.1 |
| 969 | 2026-09-09T00:49:22.108Z | Compiling displaydoc v0.2.5 |
| 970 | 2026-09-09T00:49:22.323Z | Compiling thiserror-impl v2.0.18 |
| 971 | 2026-09-09T00:49:22.552Z | Compiling schemars_derive v0.8.22 |
| 972 | 2026-09-09T00:49:22.740Z | Compiling tokio-macros v2.7.0 |
| 973 | 2026-09-09T00:49:22.835Z | Compiling zerocopy-derive v0.8.27 |
| 974 | 2026-09-09T00:49:22.875Z | Checking zerofrom v0.1.6 |
| 975 | 2026-09-09T00:49:22.952Z | Compiling futures-macro v0.3.32 |
| 976 | 2026-09-09T00:49:22.996Z | Checking yoke v0.8.0 |
| 977 | 2026-09-09T00:49:23.168Z | Checking zerovec v0.11.4 |
| 978 | 2026-09-09T00:49:23.468Z | Checking zerotrie v0.2.2 |
| 979 | 2026-09-09T00:49:23.712Z | Compiling zeroize_derive v1.4.3 |
| 980 | 2026-09-09T00:49:23.743Z | Compiling regex-automata v0.4.13 |
| 981 | 2026-09-09T00:49:23.759Z | Compiling thiserror-impl v1.0.69 |
| 982 | 2026-09-09T00:49:23.921Z | Checking tinystr v0.8.1 |
| 983 | 2026-09-09T00:49:24.062Z | Checking potential_utf v0.1.3 |
| 984 | 2026-09-09T00:49:24.101Z | Checking icu_locale_core v2.0.0 |
| 985 | 2026-09-09T00:49:24.196Z | Checking icu_collections v2.0.0 |
| 986 | 2026-09-09T00:49:24.363Z | Checking zeroize v1.8.1 |
| 987 | 2026-09-09T00:49:24.489Z | Checking futures-channel v0.3.32 |
| 988 | 2026-09-09T00:49:24.520Z | Compiling ucd-trie v0.1.7 |
| 989 | 2026-09-09T00:49:24.565Z | Checking icu_provider v2.0.0 |
| 990 | 2026-09-09T00:49:24.657Z | Checking bytes v1.12.0 |
| 991 | 2026-09-09T00:49:24.677Z | Checking chrono v0.4.45 |
| 992 | 2026-09-09T00:49:24.754Z | Compiling pest v2.8.2 |
| 993 | 2026-09-09T00:49:24.809Z | Checking icu_properties v2.0.1 |
| 994 | 2026-09-09T00:49:24.827Z | Checking icu_normalizer v2.0.0 |
| 995 | 2026-09-09T00:49:25.092Z | Compiling serde_tokenstream v0.2.3 |
| 996 | 2026-09-09T00:49:25.144Z | Checking tokio v1.52.3 |
| 997 | 2026-09-09T00:49:25.491Z | Compiling regex v1.12.4 |
| 998 | 2026-09-09T00:49:25.507Z | Checking futures-io v0.3.32 |
| 999 | 2026-09-09T00:49:25.618Z | Checking idna_adapter v1.2.1 |
| 1000 | 2026-09-09T00:49:25.630Z | Checking futures-task v0.3.32 |
| 1001 | 2026-09-09T00:49:25.721Z | Compiling pkg-config v0.3.32 |
| 1002 | 2026-09-09T00:49:25.736Z | Checking idna v1.1.0 |
| 1003 | 2026-09-09T00:49:25.771Z | Checking futures-util v0.3.32 |
| 1004 | 2026-09-09T00:49:25.895Z | Compiling pest_meta v2.8.2 |
| 1005 | 2026-09-09T00:49:25.977Z | Checking url v2.5.7 |
| 1006 | 2026-09-09T00:49:25.980Z | Compiling anyhow v1.0.102 |
| 1007 | 2026-09-09T00:49:26.174Z | Compiling tracing-attributes v0.1.30 |
| 1008 | 2026-09-09T00:49:26.285Z | Checking tracing-core v0.1.34 |
| 1009 | 2026-09-09T00:49:26.585Z | Compiling pest_generator v2.8.2 |
| 1010 | 2026-09-09T00:49:26.852Z | Compiling generic-array v0.14.7 |
| 1011 | 2026-09-09T00:49:27.038Z | Compiling vcpkg v0.2.15 |
| 1012 | 2026-09-09T00:49:27.079Z | Compiling foldhash v0.2.0 |
| 1013 | 2026-09-09T00:49:27.170Z | Compiling allocator-api2 v0.2.21 |
| 1014 | 2026-09-09T00:49:27.207Z | Compiling pest_derive v2.8.2 |
| 1015 | 2026-09-09T00:49:27.281Z | Compiling fnv v1.0.7 |
| 1016 | 2026-09-09T00:49:27.364Z | Checking tracing v0.1.41 |
| 1017 | 2026-09-09T00:49:27.492Z | Compiling hashbrown v0.16.1 |
| 1018 | 2026-09-09T00:49:27.509Z | Checking http v1.4.2 |
| 1019 | 2026-09-09T00:49:27.542Z | Compiling getrandom v0.3.3 |
| 1020 | 2026-09-09T00:49:27.703Z | Compiling byteorder v1.5.0 |
| 1021 | 2026-09-09T00:49:27.913Z | Compiling camino v1.2.3 |
| 1022 | 2026-09-09T00:49:27.927Z | Checking crypto-common v0.1.6 |
| 1023 | 2026-09-09T00:49:28.051Z | Checking errno v0.3.14 |
| 1024 | 2026-09-09T00:49:28.065Z | Compiling num-conv v0.2.1 |
| 1025 | 2026-09-09T00:49:28.068Z | Checking base64 v0.22.1 |
| 1026 | 2026-09-09T00:49:28.170Z | Checking ipnet v2.11.0 |
| 1027 | 2026-09-09T00:49:28.215Z | Compiling time-core v0.1.8 |
| 1028 | 2026-09-09T00:49:28.306Z | Checking tokio-util v0.7.16 |
| 1029 | 2026-09-09T00:49:28.366Z | Compiling scroll_derive v0.13.1 |
| 1030 | 2026-09-09T00:49:28.377Z | Compiling paste v1.0.15 |
| 1031 | 2026-09-09T00:49:28.394Z | Checking http-body v1.0.1 |
| 1032 | 2026-09-09T00:49:28.421Z | Compiling time-macros v0.2.27 |
| 1033 | 2026-09-09T00:49:28.468Z | Checking rustls-pki-types v1.12.0 |
| 1034 | 2026-09-09T00:49:28.734Z | Checking atomic-waker v1.1.2 |
| 1035 | 2026-09-09T00:49:28.835Z | Checking tower-service v0.3.3 |
| 1036 | 2026-09-09T00:49:28.941Z | Checking try-lock v0.2.5 |
| 1037 | 2026-09-09T00:49:29.047Z | Checking untrusted v0.9.0 |
| 1038 | 2026-09-09T00:49:29.050Z | Checking tower-layer v0.3.3 |
| 1039 | 2026-09-09T00:49:29.204Z | Checking want v0.3.1 |
| 1040 | 2026-09-09T00:49:29.219Z | Checking h2 v0.4.14 |
| 1041 | 2026-09-09T00:49:29.242Z | Checking httpdate v1.0.3 |
| 1042 | 2026-09-09T00:49:29.326Z | Checking ryu v1.0.20 |
| 1043 | 2026-09-09T00:49:29.376Z | Compiling openssl-sys v0.9.117 |
| 1044 | 2026-09-09T00:49:29.392Z | Compiling async-trait v0.1.89 |
| 1045 | 2026-09-09T00:49:29.430Z | Compiling cmake v0.1.54 |
| 1046 | 2026-09-09T00:49:29.466Z | Checking pretty-hex v0.4.1 |
| 1047 | 2026-09-09T00:49:29.592Z | Compiling dunce v1.0.5 |
| 1048 | 2026-09-09T00:49:29.608Z | Compiling fs_extra v1.3.0 |
| 1049 | 2026-09-09T00:49:29.691Z | Compiling strsim v0.11.1 |
| 1050 | 2026-09-09T00:49:29.773Z | Compiling crossbeam-utils v0.8.21 |
| 1051 | 2026-09-09T00:49:29.868Z | Compiling aws-lc-sys v0.39.1 |
| 1052 | 2026-09-09T00:49:29.989Z | Compiling scroll v0.13.0 |
| 1053 | 2026-09-09T00:49:30.006Z | Compiling regress v0.10.5 |
| 1054 | 2026-09-09T00:49:30.102Z | Checking block-buffer v0.10.4 |
| 1055 | 2026-09-09T00:49:30.150Z | Checking ppv-lite86 v0.2.21 |
| 1056 | 2026-09-09T00:49:30.241Z | Compiling slog v2.8.2 |
| 1057 | 2026-09-09T00:49:30.257Z | Compiling usdt-impl v0.6.0 |
| 1058 | 2026-09-09T00:49:30.260Z | Compiling plain v0.2.3 |
| 1059 | 2026-09-09T00:49:30.382Z | Compiling goblin v0.10.1 |
| 1060 | 2026-09-09T00:49:30.466Z | Checking digest v0.10.7 |
| 1061 | 2026-09-09T00:49:30.532Z | Checking http-body-util v0.1.3 |
| 1062 | 2026-09-09T00:49:30.536Z | Checking ipnetwork v0.21.1 |
| 1063 | 2026-09-09T00:49:30.656Z | Checking erased-serde v0.3.31 |
| 1064 | 2026-09-09T00:49:30.747Z | Compiling omicron-workspace-hack v0.1.0 |
| 1065 | 2026-09-09T00:49:30.953Z | Compiling ident_case v1.0.1 |
| 1066 | 2026-09-09T00:49:30.992Z | Checking serde_urlencoded v0.7.1 |
| 1067 | 2026-09-09T00:49:31.073Z | Compiling darling_core v0.21.3 |
| 1068 | 2026-09-09T00:49:31.089Z | Checking hyper v1.10.1 |
| 1069 | 2026-09-09T00:49:31.138Z | Compiling dtrace-parser v0.3.0 |
| 1070 | 2026-09-09T00:49:31.188Z | Compiling openapiv3 v2.2.0 |
| 1071 | 2026-09-09T00:49:31.287Z | Compiling daft-derive v0.1.5 |
| 1072 | 2026-09-09T00:49:31.735Z | Compiling typify-impl v0.4.3 |
| 1073 | 2026-09-09T00:49:31.986Z | Compiling thread-id v5.0.0 |
| 1074 | 2026-09-09T00:49:32.003Z | Checking hyper-util v0.1.20 |
| 1075 | 2026-09-09T00:49:32.073Z | Compiling aws-lc-rs v1.16.2 |
| 1076 | 2026-09-09T00:49:33.022Z | Compiling dof v0.4.0 |
| 1077 | 2026-09-09T00:49:33.039Z | Checking encoding_rs v0.8.35 |
| 1078 | 2026-09-09T00:49:33.127Z | Compiling darling_macro v0.21.3 |
| 1079 | 2026-09-09T00:49:33.694Z | Compiling darling v0.21.3 |
| 1080 | 2026-09-09T00:49:33.781Z | Checking cpufeatures v0.2.17 |
| 1081 | 2026-09-09T00:49:33.830Z | Compiling slog-async v2.8.0 |
| 1082 | 2026-09-09T00:49:33.834Z | Checking mime v0.3.17 |
| 1083 | 2026-09-09T00:49:33.861Z | Checking untrusted v0.7.1 |
| 1084 | 2026-09-09T00:49:33.990Z | Checking rand_core v0.9.3 |
| 1085 | 2026-09-09T00:49:34.004Z | Checking oxnet v0.1.6 |
| 1086 | 2026-09-09T00:49:34.119Z | Compiling usdt-attr-macro v0.6.0 |
| 1087 | 2026-09-09T00:49:34.165Z | Compiling usdt-macro v0.6.0 |
| 1088 | 2026-09-09T00:49:34.197Z | Compiling structmeta-derive v0.3.0 |
| 1089 | 2026-09-09T00:49:34.266Z | Compiling multer v3.1.0 |
| 1090 | 2026-09-09T00:49:34.426Z | Compiling unsafe-libyaml v0.2.11 |
| 1091 | 2026-09-09T00:49:34.488Z | Compiling rustls v0.23.40 |
| 1092 | 2026-09-09T00:49:34.623Z | Compiling rustls v0.22.4 |
| 1093 | 2026-09-09T00:49:34.940Z | Compiling serde_yaml v0.9.34+deprecated |
| 1094 | 2026-09-09T00:49:34.955Z | Compiling async-stream-impl v0.3.6 |
| 1095 | 2026-09-09T00:49:34.995Z | Checking sync_wrapper v1.0.2 |
| 1096 | 2026-09-09T00:49:35.108Z | Compiling openssl v0.10.81 |
| 1097 | 2026-09-09T00:49:35.123Z | Compiling typify-macro v0.4.3 |
| 1098 | 2026-09-09T00:49:35.195Z | Compiling structmeta v0.3.0 |
| 1099 | 2026-09-09T00:49:35.390Z | Checking hex v0.4.3 |
| 1100 | 2026-09-09T00:49:35.560Z | Checking foreign-types-shared v0.1.1 |
| 1101 | 2026-09-09T00:49:35.575Z | Checking fastrand v2.3.0 |
| 1102 | 2026-09-09T00:49:35.626Z | Checking tower v0.5.2 |
| 1103 | 2026-09-09T00:49:35.644Z | Checking foreign-types v0.3.2 |
| 1104 | 2026-09-09T00:49:35.714Z | Checking rand_chacha v0.9.0 |
| 1105 | 2026-09-09T00:49:35.755Z | Checking tempfile v3.27.0 |
| 1106 | 2026-09-09T00:49:35.899Z | Checking futures-executor v0.3.32 |
| 1107 | 2026-09-09T00:49:35.946Z | Compiling openssl-macros v0.1.1 |
| 1108 | 2026-09-09T00:49:36.007Z | Compiling strum_macros v0.26.4 |
| 1109 | 2026-09-09T00:49:36.043Z | Checking powerfmt v0.2.0 |
| 1110 | 2026-09-09T00:49:36.107Z | Checking iri-string v0.7.8 |
| 1111 | 2026-09-09T00:49:36.172Z | Compiling native-tls v0.2.14 |
| 1112 | 2026-09-09T00:49:36.203Z | Checking openssl-probe v0.1.6 |
| 1113 | 2026-09-09T00:49:36.296Z | Checking deranged v0.5.3 |
| 1114 | 2026-09-09T00:49:36.431Z | Checking futures v0.3.32 |
| 1115 | 2026-09-09T00:49:36.511Z | Checking rand v0.9.3 |
| 1116 | 2026-09-09T00:49:36.597Z | Compiling typify v0.4.3 |
| 1117 | 2026-09-09T00:49:36.690Z | Compiling newtype-uuid-macros v0.1.0 |
| 1118 | 2026-09-09T00:49:37.089Z | Checking tower-http v0.6.8 |
| 1119 | 2026-09-09T00:49:37.104Z | Checking num_threads v0.1.7 |
| 1120 | 2026-09-09T00:49:37.191Z | Compiling ref-cast v1.0.25 |
| 1121 | 2026-09-09T00:49:37.283Z | Checking time v0.3.47 |
| 1122 | 2026-09-09T00:49:37.352Z | Compiling ref-cast-impl v1.0.25 |
| 1123 | 2026-09-09T00:49:37.430Z | Compiling dropshot v0.16.7 |
| 1124 | 2026-09-09T00:49:37.446Z | Checking memmap2 v0.9.8 |
| 1125 | 2026-09-09T00:49:37.567Z | Checking unicode-width v0.2.1 |
| 1126 | 2026-09-09T00:49:37.701Z | Compiling derive-ex v0.1.8 |
| 1127 | 2026-09-09T00:49:37.812Z | Checking crossbeam-channel v0.5.15 |
| 1128 | 2026-09-09T00:49:37.925Z | Checking webpki-roots v1.0.2 |
| 1129 | 2026-09-09T00:49:37.940Z | Compiling dropshot_endpoint v0.16.7 |
| 1130 | 2026-09-09T00:49:38.044Z | Compiling strum_macros v0.27.2 |
| 1131 | 2026-09-09T00:49:38.137Z | Checking winnow v0.7.14 |
| 1132 | 2026-09-09T00:49:38.481Z | Compiling progenitor-impl v0.11.1 |
| 1133 | 2026-09-09T00:49:38.700Z | Checking tokio-native-tls v0.3.1 |
| 1134 | 2026-09-09T00:49:38.860Z | Checking hyper-tls v0.6.0 |
| 1135 | 2026-09-09T00:49:39.272Z | Compiling test-strategy v0.4.3 |
| 1136 | 2026-09-09T00:49:39.334Z | Checking newtype-uuid v1.3.2 |
| 1137 | 2026-09-09T00:49:39.440Z | Checking thread_local v1.1.9 |
| 1138 | 2026-09-09T00:49:39.518Z | Checking winnow v1.0.3 |
| 1139 | 2026-09-09T00:49:39.605Z | Checking daft v0.1.5 |
| 1140 | 2026-09-09T00:49:39.621Z | Compiling serde_with_macros v3.14.1 |
| 1141 | 2026-09-09T00:49:39.805Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 1142 | 2026-09-09T00:49:39.833Z | Checking serde_spanned v1.1.1 |
| 1143 | 2026-09-09T00:49:39.849Z | Checking is-terminal v0.4.16 |
| 1144 | 2026-09-09T00:49:39.939Z | Checking take_mut v0.2.2 |
| 1145 | 2026-09-09T00:49:39.966Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 1146 | 2026-09-09T00:49:40.045Z | Checking either v1.15.0 |
| 1147 | 2026-09-09T00:49:40.132Z | Checking match_cfg v0.1.0 |
| 1148 | 2026-09-09T00:49:40.147Z | Checking debug-ignore v1.0.5 |
| 1149 | 2026-09-09T00:49:40.205Z | Checking term v1.2.0 |
| 1150 | 2026-09-09T00:49:40.229Z | Checking hostname v0.3.1 |
| 1151 | 2026-09-09T00:49:40.327Z | Checking slog-json v2.6.1 |
| 1152 | 2026-09-09T00:49:40.416Z | Checking slog-term v2.9.2 |
| 1153 | 2026-09-09T00:49:40.481Z | Compiling syn v1.0.109 |
| 1154 | 2026-09-09T00:49:40.574Z | Compiling progenitor-macro v0.11.1 |
| 1155 | 2026-09-09T00:49:40.589Z | Checking spin v0.9.8 |
| 1156 | 2026-09-09T00:49:40.636Z | Checking usdt v0.6.0 |
| 1157 | 2026-09-09T00:49:40.671Z | Checking slog-bunyan v2.5.0 |
| 1158 | 2026-09-09T00:49:40.694Z | Checking async-stream v0.3.6 |
| 1159 | 2026-09-09T00:49:40.780Z | Compiling parse-display-derive v0.10.0 |
| 1160 | 2026-09-09T00:49:40.826Z | Checking rustls-webpki v0.102.8 |
| 1161 | 2026-09-09T00:49:40.860Z | Checking waitgroup v0.1.2 |
| 1162 | 2026-09-09T00:49:40.875Z | Checking rustls-pemfile v2.2.0 |
| 1163 | 2026-09-09T00:49:40.916Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1164 | 2026-09-09T00:49:40.960Z | Checking serde_path_to_error v0.1.20 |
| 1165 | 2026-09-09T00:49:41.011Z | Checking hostname v0.4.2 |
| 1166 | 2026-09-09T00:49:41.112Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1167 | 2026-09-09T00:49:41.226Z | Checking strum v0.26.3 |
| 1168 | 2026-09-09T00:49:41.340Z | Checking rand_chacha v0.3.1 |
| 1169 | 2026-09-09T00:49:41.357Z | Checking macaddr v1.0.1 |
| 1170 | 2026-09-09T00:49:41.418Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 1171 | 2026-09-09T00:49:41.532Z | Checking wait-timeout v0.2.1 |
| 1172 | 2026-09-09T00:49:41.535Z | Checking bit-vec v0.8.0 |
| 1173 | 2026-09-09T00:49:41.612Z | Checking quick-error v1.2.3 |
| 1174 | 2026-09-09T00:49:41.657Z | Checking lazy_static v1.5.0 |
| 1175 | 2026-09-09T00:49:41.717Z | Checking rusty-fork v0.3.0 |
| 1176 | 2026-09-09T00:49:41.740Z | Checking bit-set v0.8.0 |
| 1177 | 2026-09-09T00:49:41.755Z | Checking toml v0.9.12+spec-1.1.0 |
| 1178 | 2026-09-09T00:49:41.883Z | Checking rand v0.8.5 |
| 1179 | 2026-09-09T00:49:41.883Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1180 | 2026-09-09T00:49:42.284Z | Checking rand_xorshift v0.4.0 |
| 1181 | 2026-09-09T00:49:42.321Z | Checking sha1 v0.10.6 |
| 1182 | 2026-09-09T00:49:42.335Z | Checking unarray v0.1.4 |
| 1183 | 2026-09-09T00:49:42.438Z | Checking proptest v1.8.0 |
| 1184 | 2026-09-09T00:49:42.479Z | Checking strum v0.27.2 |
| 1185 | 2026-09-09T00:49:42.570Z | Checking tokio-rustls v0.25.0 |
| 1186 | 2026-09-09T00:49:42.606Z | Checking tabwriter v1.4.1 |
| 1187 | 2026-09-09T00:49:42.687Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1188 | 2026-09-09T00:49:42.753Z | Checking colored v3.1.1 |
| 1189 | 2026-09-09T00:49:42.825Z | Checking serde_with v3.14.1 |
| 1190 | 2026-09-09T00:49:43.266Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1191 | 2026-09-09T00:49:43.534Z | Checking instant v0.1.13 |
| 1192 | 2026-09-09T00:49:43.833Z | Checking rustc-hash v2.1.1 |
| 1193 | 2026-09-09T00:49:43.924Z | Checking backoff v0.4.0 |
| 1194 | 2026-09-09T00:49:43.950Z | Checking iddqd v0.3.18 |
| 1195 | 2026-09-09T00:49:44.068Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1196 | 2026-09-09T00:49:44.084Z | Checking parse-display v0.10.0 |
| 1197 | 2026-09-09T00:49:44.192Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1198 | 2026-09-09T00:49:44.226Z | Checking itertools v0.14.0 |
| 1199 | 2026-09-09T00:49:44.300Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1200 | 2026-09-09T00:49:44.644Z | Compiling toml_datetime v0.6.11 |
| 1201 | 2026-09-09T00:49:44.709Z | Compiling clap_derive v4.6.1 |
| 1202 | 2026-09-09T00:49:44.763Z | Checking utf8parse v0.2.2 |
| 1203 | 2026-09-09T00:49:44.868Z | Checking anstyle-parse v1.0.0 |
| 1204 | 2026-09-09T00:49:45.038Z | Checking terminal_size v0.4.3 |
| 1205 | 2026-09-09T00:49:45.157Z | Checking anstyle-query v1.1.4 |
| 1206 | 2026-09-09T00:49:45.244Z | Checking is_terminal_polyfill v1.70.1 |
| 1207 | 2026-09-09T00:49:45.258Z | Checking anstyle v1.0.14 |
| 1208 | 2026-09-09T00:49:45.305Z | Checking colorchoice v1.0.4 |
| 1209 | 2026-09-09T00:49:45.435Z | Checking anstream v1.0.0 |
| 1210 | 2026-09-09T00:49:45.654Z | Checking clap_lex v1.1.0 |
| 1211 | 2026-09-09T00:49:45.794Z | Checking clap_builder v4.6.0 |
| 1212 | 2026-09-09T00:49:47.008Z | Checking clap v4.6.1 |
| 1213 | 2026-09-09T00:49:48.093Z | Compiling num-derive v0.4.2 |
| 1214 | 2026-09-09T00:49:48.730Z | Compiling rustls-webpki v0.103.6 |
| 1215 | 2026-09-09T00:49:49.072Z | Compiling prettyplease v0.2.37 |
| 1216 | 2026-09-09T00:49:50.721Z | Checking crossbeam-epoch v0.9.18 |
| 1217 | 2026-09-09T00:49:50.922Z | Compiling cfg_aliases v0.2.1 |
| 1218 | 2026-09-09T00:49:50.953Z | Compiling winnow v0.5.40 |
| 1219 | 2026-09-09T00:49:51.574Z | Checking serde_spanned v0.6.9 |
| 1220 | 2026-09-09T00:49:51.718Z | Compiling memoffset v0.9.1 |
| 1221 | 2026-09-09T00:49:51.885Z | Compiling tokio-rustls v0.26.4 |
| 1222 | 2026-09-09T00:49:52.197Z | Compiling toml_edit v0.19.15 |
| 1223 | 2026-09-09T00:49:52.279Z | Compiling rayon-core v1.13.0 |
| 1224 | 2026-09-09T00:49:53.426Z | Compiling proc-macro-crate v1.3.1 |
| 1225 | 2026-09-09T00:49:53.497Z | Compiling zerocopy-derive v0.7.35 |
| 1226 | 2026-09-09T00:49:53.816Z | Compiling crc32fast v1.5.0 |
| 1227 | 2026-09-09T00:49:54.438Z | Compiling hyper-rustls v0.27.7 |
| 1228 | 2026-09-09T00:49:54.707Z | Compiling reqwest v0.12.23 |
| 1229 | 2026-09-09T00:49:54.804Z | Checking crossbeam-deque v0.8.6 |
| 1230 | 2026-09-09T00:49:55.125Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1231 | 2026-09-09T00:49:55.626Z | Checking adler2 v2.0.1 |
| 1232 | 2026-09-09T00:49:55.739Z | Checking miniz_oxide v0.8.9 |
| 1233 | 2026-09-09T00:49:55.840Z | Compiling progenitor-client v0.11.1 |
| 1234 | 2026-09-09T00:49:57.109Z | Compiling progenitor v0.11.1 |
| 1235 | 2026-09-09T00:49:57.186Z | Compiling num-integer v0.1.46 |
| 1236 | 2026-09-09T00:49:57.501Z | Compiling proc-macro-error-attr v1.0.4 |
| 1237 | 2026-09-09T00:49:57.511Z | Compiling heapless v0.8.0 |
| 1238 | 2026-09-09T00:49:58.153Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1239 | 2026-09-09T00:49:58.159Z | Checking flate2 v1.1.2 |
| 1240 | 2026-09-09T00:49:58.159Z | Compiling progenitor-client v0.10.0 |
| 1241 | 2026-09-09T00:49:58.168Z | Compiling ingot-macros v0.1.1 |
| 1242 | 2026-09-09T00:49:58.921Z | Checking hash32 v0.3.1 |
| 1243 | 2026-09-09T00:49:59.051Z | Checking hybrid-array v0.4.12 |
| 1244 | 2026-09-09T00:50:00.528Z | Compiling proc-macro-error v1.0.4 |
| 1245 | 2026-09-09T00:50:00.534Z | Checking toml_write v0.1.2 |
| 1246 | 2026-09-09T00:50:00.534Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1247 | 2026-09-09T00:50:00.534Z | Compiling smoltcp v0.11.0 |
| 1248 | 2026-09-09T00:50:00.534Z | Checking toml_edit v0.22.27 |
| 1249 | 2026-09-09T00:50:00.535Z | Checking num-rational v0.4.2 |
| 1250 | 2026-09-09T00:50:00.535Z | Checking num-iter v0.1.45 |
| 1251 | 2026-09-09T00:50:00.535Z | Compiling zerocopy v0.7.35 |
| 1252 | 2026-09-09T00:50:00.535Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1253 | 2026-09-09T00:50:00.810Z | Checking ingot-types v0.1.2 |
| 1254 | 2026-09-09T00:50:00.818Z | Compiling num_enum_derive v0.7.5 |
| 1255 | 2026-09-09T00:50:01.055Z | Compiling hubpack_derive v0.1.1 |
| 1256 | 2026-09-09T00:50:01.059Z | Checking cobs v0.3.0 |
| 1257 | 2026-09-09T00:50:01.211Z | Compiling foreign-types-macros v0.2.3 |
| 1258 | 2026-09-09T00:50:01.300Z | Compiling scroll_derive v0.12.1 |
| 1259 | 2026-09-09T00:50:01.300Z | Compiling num-complex v0.4.6 |
| 1260 | 2026-09-09T00:50:02.027Z | Compiling usdt-impl v0.5.0 |
| 1261 | 2026-09-09T00:50:02.040Z | Checking bitflags v1.3.2 |
| 1262 | 2026-09-09T00:50:02.040Z | Compiling crucible-workspace-hack v0.1.0 |
| 1263 | 2026-09-09T00:50:02.040Z | Checking foreign-types-shared v0.3.1 |
| 1264 | 2026-09-09T00:50:02.040Z | Checking managed v0.8.0 |
| 1265 | 2026-09-09T00:50:02.040Z | Checking foreign-types v0.5.0 |
| 1266 | 2026-09-09T00:50:02.040Z | Checking scroll v0.12.0 |
| 1267 | 2026-09-09T00:50:02.040Z | Checking num_enum v0.7.5 |
| 1268 | 2026-09-09T00:50:02.040Z | Checking num v0.4.3 |
| 1269 | 2026-09-09T00:50:02.044Z | Checking hubpack v0.1.2 |
| 1270 | 2026-09-09T00:50:02.062Z | Checking postcard v1.1.3 |
| 1271 | 2026-09-09T00:50:02.074Z | Checking ingot v0.1.1 |
| 1272 | 2026-09-09T00:50:02.331Z | Compiling dof v0.3.0 |
| 1273 | 2026-09-09T00:50:02.339Z | Checking toml v0.8.23 |
| 1274 | 2026-09-09T00:50:03.585Z | Checking crypto-common v0.2.2 |
| 1275 | 2026-09-09T00:50:03.603Z | Checking block-buffer v0.12.0 |
| 1276 | 2026-09-09T00:50:03.603Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1277 | 2026-09-09T00:50:03.603Z | Compiling dtrace-parser v0.2.0 |
| 1278 | 2026-09-09T00:50:03.603Z | Checking camino-tempfile v1.4.1 |
| 1279 | 2026-09-09T00:50:03.603Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1280 | 2026-09-09T00:50:03.603Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1281 | 2026-09-09T00:50:03.603Z | Checking cstr-argument v0.1.2 |
| 1282 | 2026-09-09T00:50:03.645Z | Compiling thread-id v4.2.2 |
| 1283 | 2026-09-09T00:50:04.037Z | Checking compression-core v0.4.32 |
| 1284 | 2026-09-09T00:50:04.050Z | Compiling float-ord v0.3.2 |
| 1285 | 2026-09-09T00:50:04.050Z | Compiling heck v0.4.1 |
| 1286 | 2026-09-09T00:50:04.050Z | Checking const-oid v0.10.2 |
| 1287 | 2026-09-09T00:50:04.050Z | Compiling minimal-lexical v0.2.1 |
| 1288 | 2026-09-09T00:50:04.050Z | Checking static_assertions v1.1.0 |
| 1289 | 2026-09-09T00:50:04.050Z | Checking digest v0.11.3 |
| 1290 | 2026-09-09T00:50:04.050Z | Checking compression-codecs v0.4.32 |
| 1291 | 2026-09-09T00:50:04.050Z | Compiling nom v7.1.3 |
| 1292 | 2026-09-09T00:50:04.119Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1293 | 2026-09-09T00:50:04.511Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1294 | 2026-09-09T00:50:04.515Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1295 | 2026-09-09T00:50:04.515Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1296 | 2026-09-09T00:50:04.515Z | Checking goblin v0.8.2 |
| 1297 | 2026-09-09T00:50:04.568Z | Checking rayon v1.11.0 |
| 1298 | 2026-09-09T00:50:05.671Z | Compiling num_enum_derive v0.5.11 |
| 1299 | 2026-09-09T00:50:05.694Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1300 | 2026-09-09T00:50:05.694Z | Compiling rustc_version v0.4.1 |
| 1301 | 2026-09-09T00:50:05.694Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 1302 | 2026-09-09T00:50:05.694Z | Compiling dropshot v0.17.1 |
| 1303 | 2026-09-09T00:50:05.694Z | Checking tinyvec_macros v0.1.1 |
| 1304 | 2026-09-09T00:50:05.698Z | Compiling rustix v0.38.44 |
| 1305 | 2026-09-09T00:50:05.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1306 | 2026-09-09T00:50:05.698Z | Compiling convert_case v0.4.0 |
| 1307 | 2026-09-09T00:50:06.433Z | Checking cpufeatures v0.3.0 |
| 1308 | 2026-09-09T00:50:06.442Z | Checking num_enum v0.5.11 |
| 1309 | 2026-09-09T00:50:06.442Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1310 | 2026-09-09T00:50:06.442Z | Compiling derive_more v0.99.20 |
| 1311 | 2026-09-09T00:50:06.442Z | Checking sha1 v0.11.0 |
| 1312 | 2026-09-09T00:50:06.442Z | Checking tinyvec v1.10.0 |
| 1313 | 2026-09-09T00:50:06.443Z | Checking toml v1.1.2+spec-1.1.0 |
| 1314 | 2026-09-09T00:50:06.443Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1315 | 2026-09-09T00:50:06.443Z | Checking async-compression v0.4.33 |
| 1316 | 2026-09-09T00:50:06.443Z | Compiling nix v0.30.1 |
| 1317 | 2026-09-09T00:50:06.740Z | Checking libscf-sys v1.2.0 |
| 1318 | 2026-09-09T00:50:06.794Z | Compiling libz-sys v1.1.22 |
| 1319 | 2026-09-09T00:50:06.814Z | Compiling dropshot_endpoint v0.17.1 |
| 1320 | 2026-09-09T00:50:06.977Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 1321 | 2026-09-09T00:50:07.190Z | Checking bytecount v0.6.9 |
| 1322 | 2026-09-09T00:50:07.858Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1323 | 2026-09-09T00:50:07.874Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1324 | 2026-09-09T00:50:07.874Z | Compiling usdt-macro v0.5.0 |
| 1325 | 2026-09-09T00:50:07.935Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1326 | 2026-09-09T00:50:08.124Z | Compiling usdt-attr-macro v0.5.0 |
| 1327 | 2026-09-09T00:50:08.174Z | Compiling zone_cfg_derive v0.3.1 |
| 1328 | 2026-09-09T00:50:08.177Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1329 | 2026-09-09T00:50:08.378Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1330 | 2026-09-09T00:50:08.406Z | Checking itertools v0.12.1 |
| 1331 | 2026-09-09T00:50:08.433Z | Checking sigpipe v0.1.3 |
| 1332 | 2026-09-09T00:50:08.515Z | Checking memmap v0.7.0 |
| 1333 | 2026-09-09T00:50:08.582Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1334 | 2026-09-09T00:50:08.649Z | Checking jiff v0.2.15 |
| 1335 | 2026-09-09T00:50:08.803Z | Checking glob v0.3.3 |
| 1336 | 2026-09-09T00:50:08.861Z | Checking usdt v0.5.0 |
| 1337 | 2026-09-09T00:50:08.896Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1338 | 2026-09-09T00:50:08.931Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 1339 | 2026-09-09T00:50:09.051Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1340 | 2026-09-09T00:50:09.126Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1341 | 2026-09-09T00:50:09.129Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1342 | 2026-09-09T00:50:09.129Z | Checking smf v0.2.3 |
| 1343 | 2026-09-09T00:50:09.243Z | Checking secrecy v0.10.3 |
| 1344 | 2026-09-09T00:50:09.366Z | Checking whoami v1.6.1 |
| 1345 | 2026-09-09T00:50:09.382Z | Compiling curve25519-dalek v4.1.3 |
| 1346 | 2026-09-09T00:50:09.401Z | Checking zone v0.3.1 |
| 1347 | 2026-09-09T00:50:09.535Z | Checking hmac v0.12.1 |
| 1348 | 2026-09-09T00:50:09.656Z | Checking inout v0.1.4 |
| 1349 | 2026-09-09T00:50:09.671Z | Compiling clang-sys v1.8.1 |
| 1350 | 2026-09-09T00:50:09.674Z | Compiling enum-as-inner v0.6.1 |
| 1351 | 2026-09-09T00:50:09.743Z | Checking ff v0.13.1 |
| 1352 | 2026-09-09T00:50:09.784Z | Compiling semver v0.1.20 |
| 1353 | 2026-09-09T00:50:09.870Z | Checking data-encoding v2.9.0 |
| 1354 | 2026-09-09T00:50:09.896Z | Checking group v0.13.0 |
| 1355 | 2026-09-09T00:50:10.005Z | Compiling rustc_version v0.1.7 |
| 1356 | 2026-09-09T00:50:10.041Z | Checking cipher v0.4.4 |
| 1357 | 2026-09-09T00:50:10.061Z | Checking hkdf v0.12.4 |
| 1358 | 2026-09-09T00:50:10.190Z | Checking atomicwrites v0.4.4 |
| 1359 | 2026-09-09T00:50:10.206Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1360 | 2026-09-09T00:50:10.220Z | Checking universal-hash v0.5.1 |
| 1361 | 2026-09-09T00:50:10.223Z | Compiling regress v0.11.1 |
| 1362 | 2026-09-09T00:50:10.250Z | Checking crypto-bigint v0.5.5 |
| 1363 | 2026-09-09T00:50:10.312Z | Checking half v2.7.1 |
| 1364 | 2026-09-09T00:50:10.341Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1365 | 2026-09-09T00:50:10.560Z | Checking opaque-debug v0.3.1 |
| 1366 | 2026-09-09T00:50:10.633Z | Checking ciborium-io v0.2.2 |
| 1367 | 2026-09-09T00:50:10.726Z | Checking indent_write v2.2.0 |
| 1368 | 2026-09-09T00:50:10.857Z | Checking base64ct v1.8.0 |
| 1369 | 2026-09-09T00:50:10.998Z | Checking base16ct v0.2.0 |
| 1370 | 2026-09-09T00:50:11.048Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1371 | 2026-09-09T00:50:11.084Z | Checking password-hash v0.5.0 |
| 1372 | 2026-09-09T00:50:11.204Z | Checking ciborium-ll v0.2.2 |
| 1373 | 2026-09-09T00:50:11.246Z | Checking thiserror-no-std v2.0.2 |
| 1374 | 2026-09-09T00:50:11.251Z | Checking elliptic-curve v0.13.8 |
| 1375 | 2026-09-09T00:50:11.311Z | Checking poly1305 v0.8.0 |
| 1376 | 2026-09-09T00:50:11.350Z | Checking chacha20 v0.9.1 |
| 1377 | 2026-09-09T00:50:11.377Z | Compiling newtype_derive v0.1.6 |
| 1378 | 2026-09-09T00:50:11.493Z | Checking gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1379 | 2026-09-09T00:50:11.536Z | Compiling nix v0.31.3 |
| 1380 | 2026-09-09T00:50:11.539Z | Checking blake2 v0.10.6 |
| 1381 | 2026-09-09T00:50:11.607Z | Checking aead v0.5.2 |
| 1382 | 2026-09-09T00:50:11.782Z | Compiling typify-impl v0.6.2 |
| 1383 | 2026-09-09T00:50:11.782Z | Compiling libloading v0.8.9 |
| 1384 | 2026-09-09T00:50:11.796Z | Checking bstr v1.12.0 |
| 1385 | 2026-09-09T00:50:11.801Z | Checking keccak v0.1.6 |
| 1386 | 2026-09-09T00:50:11.938Z | Compiling bindgen v0.72.1 |
| 1387 | 2026-09-09T00:50:11.960Z | Checking linked-hash-map v0.5.6 |
| 1388 | 2026-09-09T00:50:11.964Z | Checking resolv-conf v0.7.5 |
| 1389 | 2026-09-09T00:50:12.125Z | Compiling owo-colors v4.3.0 |
| 1390 | 2026-09-09T00:50:12.141Z | Checking lru-cache v0.1.2 |
| 1391 | 2026-09-09T00:50:12.156Z | Checking sha3 v0.10.8 |
| 1392 | 2026-09-09T00:50:12.277Z | Checking vsss-rs v3.3.4 |
| 1393 | 2026-09-09T00:50:12.348Z | Checking argon2 v0.5.3 |
| 1394 | 2026-09-09T00:50:12.519Z | Checking chacha20poly1305 v0.10.1 |
| 1395 | 2026-09-09T00:50:12.659Z | Checking ciborium v0.2.2 |
| 1396 | 2026-09-09T00:50:12.736Z | Checking hickory-proto v0.24.4 |
| 1397 | 2026-09-09T00:50:12.778Z | Checking tokio-dtrace v0.1.1 |
| 1398 | 2026-09-09T00:50:12.838Z | Checking papergrid v0.18.0 |
| 1399 | 2026-09-09T00:50:12.952Z | Compiling cexpr v0.6.0 |
| 1400 | 2026-09-09T00:50:13.064Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1401 | 2026-09-09T00:50:13.354Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1402 | 2026-09-09T00:50:13.585Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1403 | 2026-09-09T00:50:13.680Z | Checking serde-big-array v0.5.1 |
| 1404 | 2026-09-09T00:50:13.820Z | Compiling derive-where v1.6.0 |
| 1405 | 2026-09-09T00:50:13.823Z | Compiling serde_repr v0.1.20 |
| 1406 | 2026-09-09T00:50:14.144Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1407 | 2026-09-09T00:50:14.292Z | Compiling shlex v1.3.0 |
| 1408 | 2026-09-09T00:50:14.309Z | Checking unicode-segmentation v1.12.0 |
| 1409 | 2026-09-09T00:50:14.379Z | Checking same-file v1.0.6 |
| 1410 | 2026-09-09T00:50:14.410Z | Checking siphasher v1.0.1 |
| 1411 | 2026-09-09T00:50:14.505Z | Checking walkdir v2.5.0 |
| 1412 | 2026-09-09T00:50:14.574Z | Checking phf_shared v0.12.1 |
| 1413 | 2026-09-09T00:50:14.623Z | Checking newline-converter v0.3.0 |
| 1414 | 2026-09-09T00:50:14.669Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1415 | 2026-09-09T00:50:14.735Z | Checking hickory-resolver v0.24.4 |
| 1416 | 2026-09-09T00:50:14.765Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 1417 | 2026-09-09T00:50:15.068Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 1418 | 2026-09-09T00:50:15.168Z | Checking tabled v0.21.0 |
| 1419 | 2026-09-09T00:50:15.221Z | Compiling typify-macro v0.6.2 |
| 1420 | 2026-09-09T00:50:15.416Z | Checking oxide-tokio-rt v0.1.2 |
| 1421 | 2026-09-09T00:50:15.640Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1422 | 2026-09-09T00:50:16.231Z | Checking itertools v0.15.0 |
| 1423 | 2026-09-09T00:50:16.287Z | Checking console v0.16.4 |
| 1424 | 2026-09-09T00:50:16.369Z | Compiling progenitor-impl v0.10.0 |
| 1425 | 2026-09-09T00:50:16.453Z | Checking tokio-stream v0.1.17 |
| 1426 | 2026-09-09T00:50:16.590Z | Compiling pin-project-internal v1.1.10 |
| 1427 | 2026-09-09T00:50:16.698Z | Compiling slog-dtrace v0.3.0 |
| 1428 | 2026-09-09T00:50:16.823Z | Checking csv-core v0.1.12 |
| 1429 | 2026-09-09T00:50:16.847Z | Compiling unicode-xid v0.2.6 |
| 1430 | 2026-09-09T00:50:16.928Z | Checking foldhash v0.1.5 |
| 1431 | 2026-09-09T00:50:16.969Z | Compiling cancel-safe-futures v0.1.5 |
| 1432 | 2026-09-09T00:50:17.003Z | Checking smawk v0.3.2 |
| 1433 | 2026-09-09T00:50:17.063Z | Checking similar v3.2.0 |
| 1434 | 2026-09-09T00:50:17.210Z | Checking unicode-linebreak v0.1.5 |
| 1435 | 2026-09-09T00:50:17.309Z | Checking swrite v0.1.0 |
| 1436 | 2026-09-09T00:50:17.404Z | Checking unicode-width v0.1.14 |
| 1437 | 2026-09-09T00:50:17.426Z | Compiling chrono-tz v0.10.4 |
| 1438 | 2026-09-09T00:50:17.606Z | Checking expectorate v1.3.0 |
| 1439 | 2026-09-09T00:50:17.644Z | Checking pin-project v1.1.10 |
| 1440 | 2026-09-09T00:50:17.675Z | Checking textwrap v0.16.2 |
| 1441 | 2026-09-09T00:50:17.752Z | Checking hashbrown v0.15.5 |
| 1442 | 2026-09-09T00:50:17.772Z | Checking csv v1.4.0 |
| 1443 | 2026-09-09T00:50:17.886Z | Compiling const_format_proc_macros v0.2.34 |
| 1444 | 2026-09-09T00:50:18.264Z | Checking gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1445 | 2026-09-09T00:50:18.282Z | Checking qorb v0.4.1 |
| 1446 | 2026-09-09T00:50:18.457Z | Compiling progenitor-macro v0.10.0 |
| 1447 | 2026-09-09T00:50:18.461Z | Checking phf v0.12.1 |
| 1448 | 2026-09-09T00:50:18.605Z | Checking unicode-normalization v0.1.24 |
| 1449 | 2026-09-09T00:50:18.686Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1450 | 2026-09-09T00:50:19.145Z | Checking libsw-core v0.3.2 |
| 1451 | 2026-09-09T00:50:19.189Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1452 | 2026-09-09T00:50:19.285Z | Compiling snafu-derive v0.8.9 |
| 1453 | 2026-09-09T00:50:19.301Z | Compiling async-recursion v1.1.1 |
| 1454 | 2026-09-09T00:50:19.615Z | Compiling cookie v0.18.1 |
| 1455 | 2026-09-09T00:50:19.729Z | Compiling moka v0.12.11 |
| 1456 | 2026-09-09T00:50:19.862Z | Checking fixedbitset v0.5.7 |
| 1457 | 2026-09-09T00:50:19.950Z | Checking fixedbitset v0.4.2 |
| 1458 | 2026-09-09T00:50:19.965Z | Checking highway v1.3.0 |
| 1459 | 2026-09-09T00:50:20.072Z | Checking petgraph v0.8.2 |
| 1460 | 2026-09-09T00:50:20.105Z | Checking petgraph v0.6.5 |
| 1461 | 2026-09-09T00:50:20.269Z | Checking gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1462 | 2026-09-09T00:50:20.971Z | Checking snafu v0.8.9 |
| 1463 | 2026-09-09T00:50:21.078Z | Checking libsw v3.5.0 |
| 1464 | 2026-09-09T00:50:21.225Z | Checking olpc-cjson v0.1.4 |
| 1465 | 2026-09-09T00:50:21.245Z | Checking const_format v0.2.34 |
| 1466 | 2026-09-09T00:50:21.377Z | Checking cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1467 | 2026-09-09T00:50:21.576Z | Checking papergrid v0.11.0 |
| 1468 | 2026-09-09T00:50:21.623Z | Compiling typify v0.6.2 |
| 1469 | 2026-09-09T00:50:21.702Z | Checking globset v0.4.16 |
| 1470 | 2026-09-09T00:50:21.721Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1471 | 2026-09-09T00:50:21.765Z | Checking gethostname v0.5.0 |
| 1472 | 2026-09-09T00:50:21.940Z | Compiling tabled_derive v0.7.0 |
| 1473 | 2026-09-09T00:50:21.967Z | Checking ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1474 | 2026-09-09T00:50:22.158Z | Checking reqwest v0.13.2 |
| 1475 | 2026-09-09T00:50:22.187Z | Checking bcs v0.1.6 |
| 1476 | 2026-09-09T00:50:22.307Z | Checking pem v3.0.5 |
| 1477 | 2026-09-09T00:50:22.418Z | Checking serde_plain v1.0.2 |
| 1478 | 2026-09-09T00:50:22.468Z | Compiling signal-hook v0.4.4 |
| 1479 | 2026-09-09T00:50:22.564Z | Checking humantime v2.3.0 |
| 1480 | 2026-09-09T00:50:22.567Z | Checking progenitor v0.10.0 |
| 1481 | 2026-09-09T00:50:22.683Z | Checking linear-map v1.2.0 |
| 1482 | 2026-09-09T00:50:22.699Z | Checking termtree v0.5.1 |
| 1483 | 2026-09-09T00:50:22.716Z | Checking typed-path v0.9.3 |
| 1484 | 2026-09-09T00:50:22.743Z | Checking tagptr v0.2.0 |
| 1485 | 2026-09-09T00:50:22.836Z | Checking crc8 v0.1.1 |
| 1486 | 2026-09-09T00:50:22.851Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1487 | 2026-09-09T00:50:22.867Z | Checking tabled v0.15.0 |
| 1488 | 2026-09-09T00:50:22.934Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1489 | 2026-09-09T00:50:23.472Z | Checking tough v0.20.0 |
| 1490 | 2026-09-09T00:50:23.542Z | Checking cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1491 | 2026-09-09T00:50:23.708Z | Compiling progenitor-impl v0.14.0 |
| 1492 | 2026-09-09T00:50:24.072Z | Checking steno v0.4.1 |
| 1493 | 2026-09-09T00:50:24.364Z | Checking hickory-proto v0.25.2 |
| 1494 | 2026-09-09T00:50:25.026Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 1495 | 2026-09-09T00:50:25.073Z | Compiling cargo-platform v0.1.9 |
| 1496 | 2026-09-09T00:50:25.311Z | Compiling vergen v8.3.2 |
| 1497 | 2026-09-09T00:50:25.366Z | Compiling fs-err v3.1.2 |
| 1498 | 2026-09-09T00:50:25.448Z | Compiling cargo_metadata v0.18.1 |
| 1499 | 2026-09-09T00:50:25.700Z | Checking progenitor-client v0.14.0 |
| 1500 | 2026-09-09T00:50:25.780Z | Compiling progenitor-macro v0.14.0 |
| 1501 | 2026-09-09T00:50:25.839Z | Checking dropshot-api-manager-types v0.7.2 |
| 1502 | 2026-09-09T00:50:25.919Z | Checking sha2 v0.10.9 |
| 1503 | 2026-09-09T00:50:25.933Z | Checking hickory-resolver v0.25.2 |
| 1504 | 2026-09-09T00:50:26.001Z | Checking dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 1505 | 2026-09-09T00:50:26.419Z | Checking internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1506 | 2026-09-09T00:50:26.528Z | Checking clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1507 | 2026-09-09T00:50:26.555Z | Compiling blake3 v1.8.2 |
| 1508 | 2026-09-09T00:50:26.959Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1509 | 2026-09-09T00:50:27.597Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1510 | 2026-09-09T00:50:27.797Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1511 | 2026-09-09T00:50:27.817Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1512 | 2026-09-09T00:50:27.842Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1513 | 2026-09-09T00:50:28.204Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1514 | 2026-09-09T00:50:28.297Z | Checking trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1515 | 2026-09-09T00:50:28.470Z | Checking bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1516 | 2026-09-09T00:50:28.719Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1517 | 2026-09-09T00:50:29.088Z | Checking trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1518 | 2026-09-09T00:50:29.270Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1519 | 2026-09-09T00:50:29.346Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1520 | 2026-09-09T00:50:29.587Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1521 | 2026-09-09T00:50:29.619Z | Checking sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1522 | 2026-09-09T00:50:29.895Z | Checking progenitor v0.14.0 |
| 1523 | 2026-09-09T00:50:30.136Z | Checking git-stub v1.0.0 |
| 1524 | 2026-09-09T00:50:30.290Z | Compiling strum_macros v0.28.0 |
| 1525 | 2026-09-09T00:50:30.309Z | Checking filetime v0.2.26 |
| 1526 | 2026-09-09T00:50:30.448Z | Checking arrayref v0.3.9 |
| 1527 | 2026-09-09T00:50:30.503Z | Checking is_ci v1.2.0 |
| 1528 | 2026-09-09T00:50:30.524Z | Checking xattr v1.6.1 |
| 1529 | 2026-09-09T00:50:30.573Z | Checking arrayvec v0.7.6 |
| 1530 | 2026-09-09T00:50:30.603Z | Compiling curl v0.4.50 |
| 1531 | 2026-09-09T00:50:30.651Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 1532 | 2026-09-09T00:50:30.758Z | Checking constant_time_eq v0.3.1 |
| 1533 | 2026-09-09T00:50:30.892Z | Checking tar v0.4.45 |
| 1534 | 2026-09-09T00:50:30.910Z | Checking supports-color v3.0.2 |
| 1535 | 2026-09-09T00:50:31.130Z | Checking git-stub-vcs v0.1.0 |
| 1536 | 2026-09-09T00:50:31.321Z | Checking toml v0.7.8 |
| 1537 | 2026-09-09T00:50:31.514Z | Checking dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 1538 | 2026-09-09T00:50:31.571Z | Checking dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 1539 | 2026-09-09T00:50:31.628Z | Checking similar v2.7.0 |
| 1540 | 2026-09-09T00:50:31.746Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1541 | 2026-09-09T00:50:31.957Z | Checking drift v0.2.0 |
| 1542 | 2026-09-09T00:50:32.069Z | Checking strum v0.28.0 |
| 1543 | 2026-09-09T00:50:32.169Z | Checking kstat-rs v0.2.4 |
| 1544 | 2026-09-09T00:50:32.181Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1545 | 2026-09-09T00:50:32.265Z | Checking topological-sort v0.2.2 |
| 1546 | 2026-09-09T00:50:32.357Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1547 | 2026-09-09T00:50:32.406Z | Checking omicron-zone-package v0.12.2 |
| 1548 | 2026-09-09T00:50:32.448Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1549 | 2026-09-09T00:50:32.491Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1550 | 2026-09-09T00:50:32.631Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1551 | 2026-09-09T00:50:32.972Z | Checking dropshot-api-manager v0.7.2 |
| 1552 | 2026-09-09T00:50:33.872Z | Checking signal-hook-tokio v0.4.0 |
| 1553 | 2026-09-09T00:50:33.972Z | Checking sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1554 | 2026-09-09T00:50:33.988Z | Checking scuffle v0.1.0 |
| 1555 | 2026-09-09T00:50:33.991Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1556 | 2026-09-09T00:50:34.529Z | Checking iddqd v0.4.5 |
| 1557 | 2026-09-09T00:50:34.547Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1558 | 2026-09-09T00:50:34.743Z | Checking search_path v0.1.4 |
| 1559 | 2026-09-09T00:50:34.781Z | Checking internet-checksum v0.2.1 |
| 1560 | 2026-09-09T00:50:34.870Z | Checking trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1561 | 2026-09-09T00:50:34.885Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1562 | 2026-09-09T00:50:34.902Z | Checking dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 1563 | 2026-09-09T00:50:35.147Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1564 | 2026-09-09T00:50:35.194Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1565 | 2026-09-09T00:50:35.338Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1566 | 2026-09-09T00:50:35.778Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1567 | 2026-09-09T00:50:37.391Z | Compiling git2 v0.19.0 |
| 1568 | 2026-09-09T00:50:39.646Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1569 | 2026-09-09T00:50:40.442Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1570 | 2026-09-09T00:50:46.719Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1571 | 2026-09-09T00:50:48.013Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1572 | 2026-09-09T00:50:52.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 07s |
| 1573 | 2026-09-09T00:50:53.237Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1574 | 2026-09-09T00:50:53.237Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1575 | 2026-09-09T00:50:53.730Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1576 | 2026-09-09T00:50:53.742Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1577 | 2026-09-09T00:50:53.809Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1578 | 2026-09-09T00:50:53.813Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1579 | 2026-09-09T00:51:01.019Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1580 | 2026-09-09T00:51:01.022Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1581 | 2026-09-09T00:51:03.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.43s |
| 1582 | 2026-09-09T00:51:03.845Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1583 | 2026-09-09T00:51:03.845Z | + cargo clippy --features softnpu -- --deny warnings |
| 1584 | 2026-09-09T00:51:04.145Z | Downloading crates ... |
| 1585 | 2026-09-09T00:51:04.284Z | Downloaded ascii v1.1.0 |
| 1586 | 2026-09-09T00:51:04.288Z | Downloaded wyz v0.5.1 |
| 1587 | 2026-09-09T00:51:04.296Z | Downloaded typeid v1.0.3 |
| 1588 | 2026-09-09T00:51:04.299Z | Downloaded tap v1.0.1 |
| 1589 | 2026-09-09T00:51:04.299Z | Downloaded bitstruct_derive v0.1.0 |
| 1590 | 2026-09-09T00:51:04.299Z | Downloaded bitstruct v0.1.1 |
| 1591 | 2026-09-09T00:51:04.299Z | Downloaded serde_arrays v0.1.0 |
| 1592 | 2026-09-09T00:51:04.299Z | Downloaded funty v2.0.0 |
| 1593 | 2026-09-09T00:51:04.303Z | Downloaded radium v0.7.0 |
| 1594 | 2026-09-09T00:51:04.306Z | Downloaded erased-serde v0.4.8 |
| 1595 | 2026-09-09T00:51:04.306Z | Downloaded libloading v0.7.4 |
| 1596 | 2026-09-09T00:51:04.309Z | Downloaded num-bigint v0.4.6 |
| 1597 | 2026-09-09T00:51:04.319Z | Downloaded bitvec v1.0.1 |
| 1598 | 2026-09-09T00:51:04.440Z | Checking num-integer v0.1.46 |
| 1599 | 2026-09-09T00:51:04.520Z | Checking num-complex v0.4.6 |
| 1600 | 2026-09-09T00:51:04.528Z | Compiling radium v0.7.0 |
| 1601 | 2026-09-09T00:51:04.536Z | Checking tap v1.0.1 |
| 1602 | 2026-09-09T00:51:04.542Z | Checking funty v2.0.0 |
| 1603 | 2026-09-09T00:51:04.549Z | Compiling typeid v1.0.3 |
| 1604 | 2026-09-09T00:51:04.740Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1605 | 2026-09-09T00:51:04.749Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1606 | 2026-09-09T00:51:04.749Z | Checking wyz v0.5.1 |
| 1607 | 2026-09-09T00:51:04.749Z | Checking num-bigint v0.4.6 |
| 1608 | 2026-09-09T00:51:04.749Z | Checking num-iter v0.1.45 |
| 1609 | 2026-09-09T00:51:04.764Z | Checking nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1610 | 2026-09-09T00:51:04.779Z | Compiling erased-serde v0.4.8 |
| 1611 | 2026-09-09T00:51:04.826Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1612 | 2026-09-09T00:51:04.835Z | Compiling bitstruct_derive v0.1.0 |
| 1613 | 2026-09-09T00:51:04.860Z | Checking nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1614 | 2026-09-09T00:51:04.894Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1615 | 2026-09-09T00:51:04.935Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1616 | 2026-09-09T00:51:04.955Z | Checking bitvec v1.0.1 |
| 1617 | 2026-09-09T00:51:04.963Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1618 | 2026-09-09T00:51:04.967Z | Checking ascii v1.1.0 |
| 1619 | 2026-09-09T00:51:05.012Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 1620 | 2026-09-09T00:51:05.045Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1621 | 2026-09-09T00:51:05.139Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1622 | 2026-09-09T00:51:05.149Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1623 | 2026-09-09T00:51:05.161Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 1624 | 2026-09-09T00:51:05.169Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1625 | 2026-09-09T00:51:05.431Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1626 | 2026-09-09T00:51:05.461Z | Checking serde_arrays v0.1.0 |
| 1627 | 2026-09-09T00:51:05.461Z | Checking bitstruct v0.1.1 |
| 1628 | 2026-09-09T00:51:05.523Z | Checking num-rational v0.4.2 |
| 1629 | 2026-09-09T00:51:05.534Z | Checking libloading v0.7.4 |
| 1630 | 2026-09-09T00:51:05.544Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1631 | 2026-09-09T00:51:05.783Z | Checking num v0.4.3 |
| 1632 | 2026-09-09T00:51:05.847Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1633 | 2026-09-09T00:51:06.393Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 1634 | 2026-09-09T00:51:06.684Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 1635 | 2026-09-09T00:51:06.684Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 1636 | 2026-09-09T00:51:06.868Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 1637 | 2026-09-09T00:51:07.073Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1638 | 2026-09-09T00:51:07.073Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1639 | 2026-09-09T00:51:07.529Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1640 | 2026-09-09T00:51:07.741Z | Checking oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1641 | 2026-09-09T00:51:07.741Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1642 | 2026-09-09T00:51:07.747Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1643 | 2026-09-09T00:51:07.747Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1644 | 2026-09-09T00:51:08.533Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 1645 | 2026-09-09T00:51:09.329Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1646 | 2026-09-09T00:51:13.402Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1647 | 2026-09-09T00:51:13.518Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1648 | 2026-09-09T00:51:19.884Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1649 | 2026-09-09T00:51:21.134Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1650 | 2026-09-09T00:51:21.653Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1651 | 2026-09-09T00:51:25.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.10s |
| 1652 | 2026-09-09T00:51:26.132Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1653 | 2026-09-09T00:51:26.132Z | + cargo clippy --features chaos -- --deny warnings |
| 1654 | 2026-09-09T00:51:26.612Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1655 | 2026-09-09T00:51:26.616Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1656 | 2026-09-09T00:51:26.616Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1657 | 2026-09-09T00:51:33.876Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1658 | 2026-09-09T00:51:33.880Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1659 | 2026-09-09T00:51:36.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.35s |
| 1660 | 2026-09-09T00:51:36.667Z | + banner fmt |
| 1661 | 2026-09-09T00:51:36.670Z | |
| 1662 | 2026-09-09T00:51:36.670Z | ###### # # ##### |
| 1663 | 2026-09-09T00:51:36.671Z | # ## ## # |
| 1664 | 2026-09-09T00:51:36.671Z | ##### # ## # # |
| 1665 | 2026-09-09T00:51:36.671Z | # # # # |
| 1666 | 2026-09-09T00:51:36.671Z | # # # # |
| 1667 | 2026-09-09T00:51:36.671Z | # # # # |
| 1668 | 2026-09-09T00:51:36.671Z | |
| 1669 | 2026-09-09T00:51:36.671Z | + cargo fmt -- --check |
| 1670 | 2026-09-09T00:51:37.126Z | + banner test |
| 1671 | 2026-09-09T00:51:37.129Z | |
| 1672 | 2026-09-09T00:51:37.129Z | ##### ###### #### ##### |
| 1673 | 2026-09-09T00:51:37.129Z | # # # # |
| 1674 | 2026-09-09T00:51:37.129Z | # ##### #### # |
| 1675 | 2026-09-09T00:51:37.129Z | # # # # |
| 1676 | 2026-09-09T00:51:37.129Z | # # # # # |
| 1677 | 2026-09-09T00:51:37.129Z | # ###### #### # |
| 1678 | 2026-09-09T00:51:37.129Z | |
| 1679 | 2026-09-09T00:51:37.129Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1680 | 2026-09-09T00:51:37.129Z | + RUST_BACKTRACE=full |
| 1681 | 2026-09-09T00:51:37.129Z | + cargo test --features tofino_stub --no-fail-fast |
| 1682 | 2026-09-09T00:51:37.974Z | Compiling unicode-ident v1.0.24 |
| 1683 | 2026-09-09T00:51:37.974Z | Compiling cfg-if v1.0.4 |
| 1684 | 2026-09-09T00:51:37.978Z | Compiling memchr v2.7.5 |
| 1685 | 2026-09-09T00:51:38.076Z | Compiling serde_core v1.0.228 |
| 1686 | 2026-09-09T00:51:38.093Z | Compiling itoa v1.0.15 |
| 1687 | 2026-09-09T00:51:38.100Z | Compiling libc v0.2.186 |
| 1688 | 2026-09-09T00:51:38.109Z | Compiling zmij v1.0.17 |
| 1689 | 2026-09-09T00:51:38.120Z | Compiling libm v0.2.15 |
| 1690 | 2026-09-09T00:51:38.182Z | Compiling proc-macro2 v1.0.106 |
| 1691 | 2026-09-09T00:51:38.211Z | Compiling heck v0.5.0 |
| 1692 | 2026-09-09T00:51:38.396Z | Compiling equivalent v1.0.2 |
| 1693 | 2026-09-09T00:51:38.491Z | Compiling log v0.4.29 |
| 1694 | 2026-09-09T00:51:38.602Z | Compiling quote v1.0.45 |
| 1695 | 2026-09-09T00:51:38.636Z | Compiling iana-time-zone v0.1.64 |
| 1696 | 2026-09-09T00:51:38.676Z | Compiling smallvec v1.15.1 |
| 1697 | 2026-09-09T00:51:38.840Z | Compiling syn v2.0.118 |
| 1698 | 2026-09-09T00:51:38.874Z | Compiling dyn-clone v1.0.20 |
| 1699 | 2026-09-09T00:51:38.889Z | Compiling hashbrown v0.17.1 |
| 1700 | 2026-09-09T00:51:38.903Z | Compiling fnv v1.0.7 |
| 1701 | 2026-09-09T00:51:38.906Z | Compiling regex-syntax v0.8.11 |
| 1702 | 2026-09-09T00:51:38.997Z | Compiling stable_deref_trait v1.2.0 |
| 1703 | 2026-09-09T00:51:39.009Z | Compiling pin-project-lite v0.2.16 |
| 1704 | 2026-09-09T00:51:39.077Z | Compiling percent-encoding v2.3.2 |
| 1705 | 2026-09-09T00:51:39.105Z | Compiling litemap v0.8.0 |
| 1706 | 2026-09-09T00:51:39.237Z | Compiling writeable v0.6.1 |
| 1707 | 2026-09-09T00:51:39.273Z | Compiling num-traits v0.2.19 |
| 1708 | 2026-09-09T00:51:39.317Z | Compiling icu_properties_data v2.0.1 |
| 1709 | 2026-09-09T00:51:39.440Z | Compiling icu_normalizer_data v2.0.0 |
| 1710 | 2026-09-09T00:51:39.454Z | Compiling form_urlencoded v1.2.2 |
| 1711 | 2026-09-09T00:51:39.519Z | Compiling utf8_iter v1.0.4 |
| 1712 | 2026-09-09T00:51:39.537Z | Compiling getrandom v0.4.2 |
| 1713 | 2026-09-09T00:51:39.632Z | Compiling aho-corasick v1.1.3 |
| 1714 | 2026-09-09T00:51:39.663Z | Compiling scopeguard v1.2.0 |
| 1715 | 2026-09-09T00:51:39.682Z | Compiling byteorder v1.5.0 |
| 1716 | 2026-09-09T00:51:39.772Z | Compiling semver v1.0.28 |
| 1717 | 2026-09-09T00:51:39.868Z | Compiling serde_json v1.0.150 |
| 1718 | 2026-09-09T00:51:39.901Z | Compiling indexmap v2.14.0 |
| 1719 | 2026-09-09T00:51:39.912Z | Compiling lock_api v0.4.14 |
| 1720 | 2026-09-09T00:51:40.110Z | Compiling ucd-trie v0.1.7 |
| 1721 | 2026-09-09T00:51:40.137Z | Compiling uuid v1.23.3 |
| 1722 | 2026-09-09T00:51:40.302Z | Compiling allocator-api2 v0.2.21 |
| 1723 | 2026-09-09T00:51:40.406Z | Compiling futures-core v0.3.32 |
| 1724 | 2026-09-09T00:51:40.518Z | Compiling regex-automata v0.4.13 |
| 1725 | 2026-09-09T00:51:40.560Z | Compiling foldhash v0.2.0 |
| 1726 | 2026-09-09T00:51:40.624Z | Compiling ryu v1.0.20 |
| 1727 | 2026-09-09T00:51:40.780Z | Compiling hashbrown v0.16.1 |
| 1728 | 2026-09-09T00:51:40.813Z | Compiling pretty-hex v0.4.1 |
| 1729 | 2026-09-09T00:51:40.952Z | Compiling strsim v0.11.1 |
| 1730 | 2026-09-09T00:51:41.036Z | Compiling futures-sink v0.3.32 |
| 1731 | 2026-09-09T00:51:41.143Z | Compiling plain v0.2.3 |
| 1732 | 2026-09-09T00:51:41.219Z | Compiling num-conv v0.2.1 |
| 1733 | 2026-09-09T00:51:41.253Z | Compiling time-core v0.1.8 |
| 1734 | 2026-09-09T00:51:41.361Z | Compiling slab v0.4.11 |
| 1735 | 2026-09-09T00:51:41.374Z | Compiling futures-channel v0.3.32 |
| 1736 | 2026-09-09T00:51:41.402Z | Compiling time-macros v0.2.27 |
| 1737 | 2026-09-09T00:51:41.552Z | Compiling synstructure v0.13.2 |
| 1738 | 2026-09-09T00:51:41.590Z | Compiling serde_derive_internals v0.29.1 |
| 1739 | 2026-09-09T00:51:41.680Z | Compiling futures-task v0.3.32 |
| 1740 | 2026-09-09T00:51:41.851Z | Compiling futures-io v0.3.32 |
| 1741 | 2026-09-09T00:51:41.958Z | Compiling regress v0.10.5 |
| 1742 | 2026-09-09T00:51:42.012Z | Compiling darling_core v0.21.3 |
| 1743 | 2026-09-09T00:51:42.126Z | Compiling thread-id v5.0.0 |
| 1744 | 2026-09-09T00:51:42.178Z | Compiling regex v1.12.4 |
| 1745 | 2026-09-09T00:51:42.211Z | Compiling getrandom v0.2.16 |
| 1746 | 2026-09-09T00:51:42.327Z | Compiling socket2 v0.6.4 |
| 1747 | 2026-09-09T00:51:42.393Z | Compiling parking_lot_core v0.9.12 |
| 1748 | 2026-09-09T00:51:42.638Z | Compiling parking_lot v0.12.5 |
| 1749 | 2026-09-09T00:51:42.688Z | Compiling bitflags v2.11.1 |
| 1750 | 2026-09-09T00:51:42.772Z | Compiling signal-hook-registry v1.4.6 |
| 1751 | 2026-09-09T00:51:42.786Z | Compiling serde_derive v1.0.228 |
| 1752 | 2026-09-09T00:51:42.799Z | Compiling zerofrom-derive v0.1.6 |
| 1753 | 2026-09-09T00:51:42.931Z | Compiling yoke-derive v0.8.0 |
| 1754 | 2026-09-09T00:51:43.035Z | Compiling zerovec-derive v0.11.1 |
| 1755 | 2026-09-09T00:51:43.060Z | Compiling displaydoc v0.2.5 |
| 1756 | 2026-09-09T00:51:43.162Z | Compiling thiserror-impl v2.0.18 |
| 1757 | 2026-09-09T00:51:43.863Z | Compiling schemars_derive v0.8.22 |
| 1758 | 2026-09-09T00:51:43.982Z | Compiling tokio-macros v2.7.0 |
| 1759 | 2026-09-09T00:51:44.063Z | Compiling zeroize_derive v1.4.3 |
| 1760 | 2026-09-09T00:51:44.148Z | Compiling zerocopy-derive v0.8.27 |
| 1761 | 2026-09-09T00:51:44.172Z | Compiling futures-macro v0.3.32 |
| 1762 | 2026-09-09T00:51:44.431Z | Compiling thiserror v2.0.18 |
| 1763 | 2026-09-09T00:51:44.540Z | Compiling zerofrom v0.1.6 |
| 1764 | 2026-09-09T00:51:44.672Z | Compiling yoke v0.8.0 |
| 1765 | 2026-09-09T00:51:44.746Z | Compiling tracing-attributes v0.1.30 |
| 1766 | 2026-09-09T00:51:44.762Z | Compiling thiserror-impl v1.0.69 |
| 1767 | 2026-09-09T00:51:44.864Z | Compiling zerovec v0.11.4 |
| 1768 | 2026-09-09T00:51:45.027Z | Compiling zerotrie v0.2.2 |
| 1769 | 2026-09-09T00:51:45.109Z | Compiling pest v2.8.2 |
| 1770 | 2026-09-09T00:51:45.341Z | Compiling scroll_derive v0.13.1 |
| 1771 | 2026-09-09T00:51:45.427Z | Compiling zerocopy v0.8.27 |
| 1772 | 2026-09-09T00:51:45.531Z | Compiling serde v1.0.228 |
| 1773 | 2026-09-09T00:51:45.840Z | Compiling tinystr v0.8.1 |
| 1774 | 2026-09-09T00:51:45.943Z | Compiling bytes v1.12.0 |
| 1775 | 2026-09-09T00:51:46.002Z | Compiling serde_tokenstream v0.2.3 |
| 1776 | 2026-09-09T00:51:46.038Z | Compiling icu_locale_core v2.0.0 |
| 1777 | 2026-09-09T00:51:46.042Z | Compiling potential_utf v0.1.3 |
| 1778 | 2026-09-09T00:51:46.179Z | Compiling icu_collections v2.0.0 |
| 1779 | 2026-09-09T00:51:46.208Z | Compiling chrono v0.4.45 |
| 1780 | 2026-09-09T00:51:46.220Z | Compiling pest_meta v2.8.2 |
| 1781 | 2026-09-09T00:51:46.279Z | Compiling async-trait v0.1.89 |
| 1782 | 2026-09-09T00:51:46.408Z | Compiling http v1.4.2 |
| 1783 | 2026-09-09T00:51:46.590Z | Compiling icu_provider v2.0.0 |
| 1784 | 2026-09-09T00:51:46.691Z | Compiling scroll v0.13.0 |
| 1785 | 2026-09-09T00:51:46.886Z | Compiling icu_normalizer v2.0.0 |
| 1786 | 2026-09-09T00:51:46.899Z | Compiling icu_properties v2.0.1 |
| 1787 | 2026-09-09T00:51:46.904Z | Compiling pest_generator v2.8.2 |
| 1788 | 2026-09-09T00:51:46.954Z | Compiling goblin v0.10.1 |
| 1789 | 2026-09-09T00:51:47.264Z | Compiling schemars v0.8.22 |
| 1790 | 2026-09-09T00:51:47.381Z | Compiling daft-derive v0.1.5 |
| 1791 | 2026-09-09T00:51:47.513Z | Compiling darling_macro v0.21.3 |
| 1792 | 2026-09-09T00:51:47.534Z | Compiling pest_derive v2.8.2 |
| 1793 | 2026-09-09T00:51:47.712Z | Compiling openssl-macros v0.1.1 |
| 1794 | 2026-09-09T00:51:48.069Z | Compiling idna_adapter v1.2.1 |
| 1795 | 2026-09-09T00:51:48.095Z | Compiling typify-impl v0.4.3 |
| 1796 | 2026-09-09T00:51:48.098Z | Compiling dtrace-parser v0.3.0 |
| 1797 | 2026-09-09T00:51:48.118Z | Compiling darling v0.21.3 |
| 1798 | 2026-09-09T00:51:48.186Z | Compiling idna v1.1.0 |
| 1799 | 2026-09-09T00:51:48.198Z | Compiling openapiv3 v2.2.0 |
| 1800 | 2026-09-09T00:51:48.209Z | Compiling async-stream-impl v0.3.6 |
| 1801 | 2026-09-09T00:51:48.402Z | Compiling structmeta-derive v0.3.0 |
| 1802 | 2026-09-09T00:51:48.875Z | Compiling url v2.5.7 |
| 1803 | 2026-09-09T00:51:49.032Z | Compiling newtype-uuid-macros v0.1.0 |
| 1804 | 2026-09-09T00:51:49.035Z | Compiling serde_yaml v0.9.34+deprecated |
| 1805 | 2026-09-09T00:51:49.459Z | Compiling structmeta v0.3.0 |
| 1806 | 2026-09-09T00:51:49.670Z | Compiling zeroize v1.8.1 |
| 1807 | 2026-09-09T00:51:49.724Z | Compiling strum_macros v0.26.4 |
| 1808 | 2026-09-09T00:51:49.760Z | Compiling dof v0.4.0 |
| 1809 | 2026-09-09T00:51:49.840Z | Compiling untrusted v0.9.0 |
| 1810 | 2026-09-09T00:51:49.875Z | Compiling thiserror v1.0.69 |
| 1811 | 2026-09-09T00:51:49.895Z | Compiling mio v1.2.1 |
| 1812 | 2026-09-09T00:51:49.968Z | Compiling omicron-workspace-hack v0.1.0 |
| 1813 | 2026-09-09T00:51:49.981Z | Compiling base64 v0.22.1 |
| 1814 | 2026-09-09T00:51:50.319Z | Compiling usdt-impl v0.6.0 |
| 1815 | 2026-09-09T00:51:50.331Z | Compiling tokio v1.52.3 |
| 1816 | 2026-09-09T00:51:50.409Z | Compiling http-body v1.0.1 |
| 1817 | 2026-09-09T00:51:50.566Z | Compiling dropshot_endpoint v0.16.7 |
| 1818 | 2026-09-09T00:51:50.879Z | Compiling ref-cast-impl v1.0.25 |
| 1819 | 2026-09-09T00:51:51.011Z | Compiling atomic-waker v1.1.2 |
| 1820 | 2026-09-09T00:51:51.225Z | Compiling ipnet v2.11.0 |
| 1821 | 2026-09-09T00:51:51.356Z | Compiling derive-ex v0.1.8 |
| 1822 | 2026-09-09T00:51:51.503Z | Compiling strum_macros v0.27.2 |
| 1823 | 2026-09-09T00:51:51.529Z | Compiling httparse v1.10.1 |
| 1824 | 2026-09-09T00:51:51.762Z | Compiling portable-atomic v1.11.1 |
| 1825 | 2026-09-09T00:51:51.777Z | Compiling usdt-attr-macro v0.6.0 |
| 1826 | 2026-09-09T00:51:51.837Z | Compiling usdt-macro v0.6.0 |
| 1827 | 2026-09-09T00:51:52.245Z | Compiling tower-service v0.3.3 |
| 1828 | 2026-09-09T00:51:52.276Z | Compiling tower-layer v0.3.3 |
| 1829 | 2026-09-09T00:51:52.440Z | Compiling critical-section v1.2.0 |
| 1830 | 2026-09-09T00:51:52.475Z | Compiling try-lock v0.2.5 |
| 1831 | 2026-09-09T00:51:52.554Z | Compiling once_cell v1.21.3 |
| 1832 | 2026-09-09T00:51:52.587Z | Compiling want v0.3.1 |
| 1833 | 2026-09-09T00:51:52.776Z | Compiling httpdate v1.0.3 |
| 1834 | 2026-09-09T00:51:52.933Z | Compiling test-strategy v0.4.3 |
| 1835 | 2026-09-09T00:51:52.933Z | Compiling serde_with_macros v3.14.1 |
| 1836 | 2026-09-09T00:51:53.013Z | Compiling ppv-lite86 v0.2.21 |
| 1837 | 2026-09-09T00:51:53.347Z | Compiling erased-serde v0.3.31 |
| 1838 | 2026-09-09T00:51:53.855Z | Compiling subtle v2.6.1 |
| 1839 | 2026-09-09T00:51:54.029Z | Compiling parse-display-derive v0.10.0 |
| 1840 | 2026-09-09T00:51:54.090Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1841 | 2026-09-09T00:51:54.307Z | Compiling typify-macro v0.4.3 |
| 1842 | 2026-09-09T00:51:54.675Z | Compiling http-body-util v0.1.3 |
| 1843 | 2026-09-09T00:51:54.691Z | Compiling anyhow v1.0.102 |
| 1844 | 2026-09-09T00:51:54.920Z | Compiling serde_urlencoded v0.7.1 |
| 1845 | 2026-09-09T00:51:54.953Z | Compiling rand_core v0.6.4 |
| 1846 | 2026-09-09T00:51:55.164Z | Compiling typenum v1.20.1 |
| 1847 | 2026-09-09T00:51:55.179Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1848 | 2026-09-09T00:51:55.414Z | Compiling futures-util v0.3.32 |
| 1849 | 2026-09-09T00:51:55.700Z | Compiling sync_wrapper v1.0.2 |
| 1850 | 2026-09-09T00:51:55.845Z | Compiling powerfmt v0.2.0 |
| 1851 | 2026-09-09T00:51:55.982Z | Compiling num_threads v0.1.7 |
| 1852 | 2026-09-09T00:51:56.055Z | Compiling deranged v0.5.3 |
| 1853 | 2026-09-09T00:51:56.072Z | Compiling tracing-core v0.1.34 |
| 1854 | 2026-09-09T00:51:56.085Z | Compiling camino v1.2.3 |
| 1855 | 2026-09-09T00:51:56.111Z | Compiling iri-string v0.7.8 |
| 1856 | 2026-09-09T00:51:56.342Z | Compiling typify v0.4.3 |
| 1857 | 2026-09-09T00:51:56.440Z | Compiling progenitor-impl v0.11.1 |
| 1858 | 2026-09-09T00:51:56.574Z | Compiling tracing v0.1.41 |
| 1859 | 2026-09-09T00:51:56.656Z | Compiling encoding_rs v0.8.35 |
| 1860 | 2026-09-09T00:51:56.803Z | Compiling fastrand v2.3.0 |
| 1861 | 2026-09-09T00:51:57.069Z | Compiling mime v0.3.17 |
| 1862 | 2026-09-09T00:51:57.094Z | Compiling cpufeatures v0.2.17 |
| 1863 | 2026-09-09T00:51:57.172Z | Compiling generic-array v0.14.7 |
| 1864 | 2026-09-09T00:51:57.339Z | Compiling hex v0.4.3 |
| 1865 | 2026-09-09T00:51:57.666Z | Compiling crypto-common v0.1.6 |
| 1866 | 2026-09-09T00:51:57.700Z | Compiling errno v0.3.14 |
| 1867 | 2026-09-09T00:51:57.801Z | Compiling tokio-util v0.7.16 |
| 1868 | 2026-09-09T00:51:57.852Z | Compiling thread_local v1.1.9 |
| 1869 | 2026-09-09T00:51:58.005Z | Compiling unicode-width v0.2.1 |
| 1870 | 2026-09-09T00:51:58.117Z | Compiling syn v1.0.109 |
| 1871 | 2026-09-09T00:51:58.155Z | Compiling rustls-pki-types v1.12.0 |
| 1872 | 2026-09-09T00:51:58.287Z | Compiling winnow v0.7.14 |
| 1873 | 2026-09-09T00:51:58.490Z | Compiling match_cfg v0.1.0 |
| 1874 | 2026-09-09T00:51:58.565Z | Compiling rustix v1.1.4 |
| 1875 | 2026-09-09T00:51:59.080Z | Compiling term v1.2.0 |
| 1876 | 2026-09-09T00:51:59.240Z | Compiling winnow v1.0.3 |
| 1877 | 2026-09-09T00:51:59.273Z | Compiling take_mut v0.2.2 |
| 1878 | 2026-09-09T00:51:59.611Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1879 | 2026-09-09T00:51:59.768Z | Compiling h2 v0.4.14 |
| 1880 | 2026-09-09T00:51:59.782Z | Compiling ring v0.17.14 |
| 1881 | 2026-09-09T00:51:59.877Z | Compiling progenitor-macro v0.11.1 |
| 1882 | 2026-09-09T00:52:00.006Z | Compiling serde_spanned v1.1.1 |
| 1883 | 2026-09-09T00:52:00.212Z | Compiling debug-ignore v1.0.5 |
| 1884 | 2026-09-09T00:52:00.320Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1885 | 2026-09-09T00:52:00.480Z | Compiling spin v0.9.8 |
| 1886 | 2026-09-09T00:52:00.598Z | Compiling quick-error v1.2.3 |
| 1887 | 2026-09-09T00:52:00.779Z | Compiling block-buffer v0.10.4 |
| 1888 | 2026-09-09T00:52:01.037Z | Compiling waitgroup v0.1.2 |
| 1889 | 2026-09-09T00:52:01.183Z | Compiling async-stream v0.3.6 |
| 1890 | 2026-09-09T00:52:01.359Z | Compiling serde_path_to_error v0.1.20 |
| 1891 | 2026-09-09T00:52:01.527Z | Compiling lazy_static v1.5.0 |
| 1892 | 2026-09-09T00:52:01.634Z | Compiling bit-vec v0.8.0 |
| 1893 | 2026-09-09T00:52:01.720Z | Compiling digest v0.10.7 |
| 1894 | 2026-09-09T00:52:01.797Z | Compiling strum v0.26.3 |
| 1895 | 2026-09-09T00:52:01.874Z | Compiling hyper v1.10.1 |
| 1896 | 2026-09-09T00:52:01.927Z | Compiling bit-set v0.8.0 |
| 1897 | 2026-09-09T00:52:01.940Z | Compiling ipnetwork v0.21.1 |
| 1898 | 2026-09-09T00:52:01.981Z | Compiling crossbeam-utils v0.8.21 |
| 1899 | 2026-09-09T00:52:02.092Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1900 | 2026-09-09T00:52:02.376Z | Compiling unarray v0.1.4 |
| 1901 | 2026-09-09T00:52:02.394Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1902 | 2026-09-09T00:52:02.453Z | Compiling slog v2.8.2 |
| 1903 | 2026-09-09T00:52:02.489Z | Compiling macaddr v1.0.1 |
| 1904 | 2026-09-09T00:52:02.492Z | Compiling tabwriter v1.4.1 |
| 1905 | 2026-09-09T00:52:02.716Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1906 | 2026-09-09T00:52:02.737Z | Compiling ref-cast v1.0.25 |
| 1907 | 2026-09-09T00:52:02.855Z | Compiling colored v3.1.1 |
| 1908 | 2026-09-09T00:52:02.909Z | Compiling strum v0.27.2 |
| 1909 | 2026-09-09T00:52:02.984Z | Compiling hyper-util v0.1.20 |
| 1910 | 2026-09-09T00:52:03.043Z | Compiling aws-lc-sys v0.39.1 |
| 1911 | 2026-09-09T00:52:03.246Z | Compiling getrandom v0.3.3 |
| 1912 | 2026-09-09T00:52:03.445Z | Compiling untrusted v0.7.1 |
| 1913 | 2026-09-09T00:52:03.579Z | Compiling rand_core v0.9.3 |
| 1914 | 2026-09-09T00:52:03.632Z | Compiling aws-lc-rs v1.16.2 |
| 1915 | 2026-09-09T00:52:03.808Z | Compiling oxnet v0.1.6 |
| 1916 | 2026-09-09T00:52:03.952Z | Compiling openssl-sys v0.9.117 |
| 1917 | 2026-09-09T00:52:04.414Z | Compiling futures-executor v0.3.32 |
| 1918 | 2026-09-09T00:52:04.696Z | Compiling rustls-webpki v0.103.6 |
| 1919 | 2026-09-09T00:52:04.823Z | Compiling instant v0.1.13 |
| 1920 | 2026-09-09T00:52:04.935Z | Compiling foreign-types-shared v0.1.1 |
| 1921 | 2026-09-09T00:52:04.951Z | Compiling rand_chacha v0.9.0 |
| 1922 | 2026-09-09T00:52:05.011Z | Compiling foreign-types v0.3.2 |
| 1923 | 2026-09-09T00:52:05.089Z | Compiling tempfile v3.27.0 |
| 1924 | 2026-09-09T00:52:05.145Z | Compiling tower v0.5.2 |
| 1925 | 2026-09-09T00:52:05.246Z | Compiling rustls v0.23.40 |
| 1926 | 2026-09-09T00:52:05.511Z | Compiling toml_datetime v0.6.11 |
| 1927 | 2026-09-09T00:52:05.619Z | Compiling openssl-probe v0.1.6 |
| 1928 | 2026-09-09T00:52:05.746Z | Compiling tower-http v0.6.8 |
| 1929 | 2026-09-09T00:52:05.789Z | Compiling rand v0.9.3 |
| 1930 | 2026-09-09T00:52:05.812Z | Compiling openssl v0.10.81 |
| 1931 | 2026-09-09T00:52:05.905Z | Compiling futures v0.3.32 |
| 1932 | 2026-09-09T00:52:06.108Z | Compiling time v0.3.47 |
| 1933 | 2026-09-09T00:52:06.380Z | Compiling clap_derive v4.6.1 |
| 1934 | 2026-09-09T00:52:06.400Z | Compiling memmap2 v0.9.8 |
| 1935 | 2026-09-09T00:52:06.842Z | Compiling crossbeam-channel v0.5.15 |
| 1936 | 2026-09-09T00:52:06.989Z | Compiling webpki-roots v1.0.2 |
| 1937 | 2026-09-09T00:52:07.118Z | Compiling newtype-uuid v1.3.2 |
| 1938 | 2026-09-09T00:52:07.403Z | Compiling daft v0.1.5 |
| 1939 | 2026-09-09T00:52:07.693Z | Compiling is-terminal v0.4.16 |
| 1940 | 2026-09-09T00:52:07.805Z | Compiling either v1.15.0 |
| 1941 | 2026-09-09T00:52:07.851Z | Compiling slog-term v2.9.2 |
| 1942 | 2026-09-09T00:52:08.017Z | Compiling usdt v0.6.0 |
| 1943 | 2026-09-09T00:52:08.066Z | Compiling slog-json v2.6.1 |
| 1944 | 2026-09-09T00:52:08.268Z | Compiling tokio-rustls v0.26.4 |
| 1945 | 2026-09-09T00:52:08.280Z | Compiling native-tls v0.2.14 |
| 1946 | 2026-09-09T00:52:08.299Z | Compiling slog-async v2.8.0 |
| 1947 | 2026-09-09T00:52:08.452Z | Compiling hostname v0.3.1 |
| 1948 | 2026-09-09T00:52:08.526Z | Compiling tokio-native-tls v0.3.1 |
| 1949 | 2026-09-09T00:52:08.594Z | Compiling hyper-rustls v0.27.7 |
| 1950 | 2026-09-09T00:52:08.683Z | Compiling hyper-tls v0.6.0 |
| 1951 | 2026-09-09T00:52:08.701Z | Compiling slog-bunyan v2.5.0 |
| 1952 | 2026-09-09T00:52:08.796Z | Compiling rustls-webpki v0.102.8 |
| 1953 | 2026-09-09T00:52:08.846Z | Compiling reqwest v0.12.23 |
| 1954 | 2026-09-09T00:52:08.897Z | Compiling multer v3.1.0 |
| 1955 | 2026-09-09T00:52:08.948Z | Compiling rustls-pemfile v2.2.0 |
| 1956 | 2026-09-09T00:52:09.152Z | Compiling hostname v0.4.2 |
| 1957 | 2026-09-09T00:52:09.302Z | Compiling rustls v0.22.4 |
| 1958 | 2026-09-09T00:52:09.421Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1959 | 2026-09-09T00:52:09.750Z | Compiling rand_chacha v0.3.1 |
| 1960 | 2026-09-09T00:52:10.003Z | Compiling wait-timeout v0.2.1 |
| 1961 | 2026-09-09T00:52:10.256Z | Compiling rusty-fork v0.3.0 |
| 1962 | 2026-09-09T00:52:10.303Z | Compiling rand v0.8.5 |
| 1963 | 2026-09-09T00:52:10.339Z | Compiling rand_xorshift v0.4.0 |
| 1964 | 2026-09-09T00:52:10.495Z | Compiling sha1 v0.10.6 |
| 1965 | 2026-09-09T00:52:10.731Z | Compiling proptest v1.8.0 |
| 1966 | 2026-09-09T00:52:10.963Z | Compiling itertools v0.14.0 |
| 1967 | 2026-09-09T00:52:11.546Z | Compiling tokio-rustls v0.25.0 |
| 1968 | 2026-09-09T00:52:11.778Z | Compiling dropshot v0.16.7 |
| 1969 | 2026-09-09T00:52:12.008Z | Compiling anstyle v1.0.14 |
| 1970 | 2026-09-09T00:52:12.827Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1971 | 2026-09-09T00:52:13.272Z | Compiling progenitor-client v0.10.0 |
| 1972 | 2026-09-09T00:52:13.435Z | Compiling progenitor-client v0.11.1 |
| 1973 | 2026-09-09T00:52:13.582Z | Compiling serde_with v3.14.1 |
| 1974 | 2026-09-09T00:52:13.745Z | Compiling num-derive v0.4.2 |
| 1975 | 2026-09-09T00:52:13.990Z | Compiling progenitor v0.11.1 |
| 1976 | 2026-09-09T00:52:14.142Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1977 | 2026-09-09T00:52:14.501Z | Compiling rustc-hash v2.1.1 |
| 1978 | 2026-09-09T00:52:14.596Z | Compiling iddqd v0.3.18 |
| 1979 | 2026-09-09T00:52:14.630Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=396bb3c570be65f4e8c73ea3243f4af6561a823a#396bb3c5) |
| 1980 | 2026-09-09T00:52:14.727Z | Compiling backoff v0.4.0 |
| 1981 | 2026-09-09T00:52:15.103Z | Compiling parse-display v0.10.0 |
| 1982 | 2026-09-09T00:52:15.273Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1983 | 2026-09-09T00:52:15.413Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 1984 | 2026-09-09T00:52:15.760Z | Compiling utf8parse v0.2.2 |
| 1985 | 2026-09-09T00:52:15.877Z | Compiling anstyle-parse v1.0.0 |
| 1986 | 2026-09-09T00:52:16.187Z | Compiling is_terminal_polyfill v1.70.1 |
| 1987 | 2026-09-09T00:52:16.266Z | Compiling colorchoice v1.0.4 |
| 1988 | 2026-09-09T00:52:16.286Z | Compiling anstyle-query v1.1.4 |
| 1989 | 2026-09-09T00:52:16.385Z | Compiling anstream v1.0.0 |
| 1990 | 2026-09-09T00:52:16.399Z | Compiling clap_lex v1.1.0 |
| 1991 | 2026-09-09T00:52:17.485Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 1992 | 2026-09-09T00:52:19.802Z | Compiling winnow v0.5.40 |
| 1993 | 2026-09-09T00:52:24.425Z | Compiling terminal_size v0.4.3 |
| 1994 | 2026-09-09T00:52:25.658Z | Compiling toml_edit v0.19.15 |
| 1995 | 2026-09-09T00:52:27.109Z | Compiling proc-macro-crate v1.3.1 |
| 1996 | 2026-09-09T00:52:27.240Z | Compiling clap_builder v4.6.0 |
| 1997 | 2026-09-09T00:52:27.560Z | Compiling dropshot_endpoint v0.17.1 |
| 1998 | 2026-09-09T00:52:28.957Z | Compiling clap v4.6.1 |
| 1999 | 2026-09-09T00:52:33.121Z | Compiling serde_spanned v0.6.9 |
| 2000 | 2026-09-09T00:52:34.304Z | Compiling prettyplease v0.2.37 |
| 2001 | 2026-09-09T00:52:34.690Z | Compiling adler2 v2.0.1 |
| 2002 | 2026-09-09T00:52:34.781Z | Compiling miniz_oxide v0.8.9 |
| 2003 | 2026-09-09T00:52:35.463Z | Compiling crc32fast v1.5.0 |
| 2004 | 2026-09-09T00:52:35.475Z | Compiling ingot-macros v0.1.1 |
| 2005 | 2026-09-09T00:52:35.722Z | Compiling zerocopy-derive v0.7.35 |
| 2006 | 2026-09-09T00:52:35.735Z | Compiling flate2 v1.1.2 |
| 2007 | 2026-09-09T00:52:36.646Z | Compiling hubpack_derive v0.1.1 |
| 2008 | 2026-09-09T00:52:36.680Z | Compiling hybrid-array v0.4.12 |
| 2009 | 2026-09-09T00:52:38.428Z | Compiling scroll_derive v0.12.1 |
| 2010 | 2026-09-09T00:52:38.582Z | Compiling toml_write v0.1.2 |
| 2011 | 2026-09-09T00:52:38.797Z | Compiling toml_edit v0.22.27 |
| 2012 | 2026-09-09T00:52:39.583Z | Compiling block-buffer v0.12.0 |
| 2013 | 2026-09-09T00:52:39.722Z | Compiling crypto-common v0.2.2 |
| 2014 | 2026-09-09T00:52:39.944Z | Compiling num_enum_derive v0.7.5 |
| 2015 | 2026-09-09T00:52:40.580Z | Compiling foreign-types-macros v0.2.3 |
| 2016 | 2026-09-09T00:52:40.600Z | Compiling num-integer v0.1.46 |
| 2017 | 2026-09-09T00:52:41.026Z | Compiling const-oid v0.10.2 |
| 2018 | 2026-09-09T00:52:41.030Z | Compiling compression-core v0.4.32 |
| 2019 | 2026-09-09T00:52:41.073Z | Compiling float-ord v0.3.2 |
| 2020 | 2026-09-09T00:52:41.196Z | Compiling digest v0.11.3 |
| 2021 | 2026-09-09T00:52:41.210Z | Compiling compression-codecs v0.4.32 |
| 2022 | 2026-09-09T00:52:41.457Z | Compiling toml v0.8.23 |
| 2023 | 2026-09-09T00:52:42.012Z | Compiling zerocopy v0.7.35 |
| 2024 | 2026-09-09T00:52:43.475Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2025 | 2026-09-09T00:52:43.632Z | Compiling glob v0.3.3 |
| 2026 | 2026-09-09T00:52:43.798Z | Compiling cpufeatures v0.3.0 |
| 2027 | 2026-09-09T00:52:43.852Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2028 | 2026-09-09T00:52:43.885Z | Compiling sha1 v0.11.0 |
| 2029 | 2026-09-09T00:52:44.135Z | Compiling async-compression v0.4.33 |
| 2030 | 2026-09-09T00:52:44.155Z | Compiling proc-macro-error-attr v1.0.4 |
| 2031 | 2026-09-09T00:52:44.497Z | Compiling num-iter v0.1.45 |
| 2032 | 2026-09-09T00:52:44.601Z | Compiling num-rational v0.4.2 |
| 2033 | 2026-09-09T00:52:44.776Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2034 | 2026-09-09T00:52:44.848Z | Compiling num-complex v0.4.6 |
| 2035 | 2026-09-09T00:52:45.246Z | Compiling num v0.4.3 |
| 2036 | 2026-09-09T00:52:45.339Z | Compiling proc-macro-error v1.0.4 |
| 2037 | 2026-09-09T00:52:45.396Z | Compiling dropshot v0.17.1 |
| 2038 | 2026-09-09T00:52:45.484Z | Compiling num_enum_derive v0.5.11 |
| 2039 | 2026-09-09T00:52:45.499Z | Compiling dtrace-parser v0.2.0 |
| 2040 | 2026-09-09T00:52:45.612Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2041 | 2026-09-09T00:52:45.952Z | Compiling dof v0.3.0 |
| 2042 | 2026-09-09T00:52:46.146Z | Compiling thread-id v4.2.2 |
| 2043 | 2026-09-09T00:52:46.241Z | Compiling derive_more v0.99.20 |
| 2044 | 2026-09-09T00:52:46.322Z | Compiling usdt-impl v0.5.0 |
| 2045 | 2026-09-09T00:52:46.510Z | Compiling minimal-lexical v0.2.1 |
| 2046 | 2026-09-09T00:52:46.718Z | Compiling nom v7.1.3 |
| 2047 | 2026-09-09T00:52:46.916Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2048 | 2026-09-09T00:52:47.512Z | Compiling usdt-attr-macro v0.5.0 |
| 2049 | 2026-09-09T00:52:47.626Z | Compiling usdt-macro v0.5.0 |
| 2050 | 2026-09-09T00:52:48.060Z | Compiling dpd-types-versions v0.1.0 (/work/oxidecomputer/dendrite/dpd-types/versions) |
| 2051 | 2026-09-09T00:52:48.372Z | Compiling zone_cfg_derive v0.3.1 |
| 2052 | 2026-09-09T00:52:48.864Z | Compiling libscf-sys v1.2.0 |
| 2053 | 2026-09-09T00:52:49.016Z | Compiling rustc_version v0.4.1 |
| 2054 | 2026-09-09T00:52:49.085Z | Compiling memoffset v0.9.1 |
| 2055 | 2026-09-09T00:52:49.181Z | Compiling crossbeam-epoch v0.9.18 |
| 2056 | 2026-09-09T00:52:49.439Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2057 | 2026-09-09T00:52:49.840Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2058 | 2026-09-09T00:52:49.940Z | Compiling enum-as-inner v0.6.1 |
| 2059 | 2026-09-09T00:52:50.002Z | Compiling curve25519-dalek v4.1.3 |
| 2060 | 2026-09-09T00:52:50.427Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2061 | 2026-09-09T00:52:50.505Z | Compiling regress v0.11.1 |
| 2062 | 2026-09-09T00:52:50.620Z | Compiling crossbeam-deque v0.8.6 |
| 2063 | 2026-09-09T00:52:50.883Z | Compiling hubpack v0.1.2 |
| 2064 | 2026-09-09T00:52:51.200Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2065 | 2026-09-09T00:52:52.016Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2066 | 2026-09-09T00:52:52.306Z | Compiling static_assertions v1.1.0 |
| 2067 | 2026-09-09T00:52:52.393Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2068 | 2026-09-09T00:52:52.522Z | Compiling typify-impl v0.6.2 |
| 2069 | 2026-09-09T00:52:52.735Z | Compiling rayon-core v1.13.0 |
| 2070 | 2026-09-09T00:52:53.220Z | Compiling clang-sys v1.8.1 |
| 2071 | 2026-09-09T00:52:53.559Z | Compiling dpd-types v0.1.0 (/work/oxidecomputer/dendrite/dpd-types) |
| 2072 | 2026-09-09T00:52:53.713Z | Compiling hash32 v0.3.1 |
| 2073 | 2026-09-09T00:52:53.826Z | Compiling bytecount v0.6.9 |
| 2074 | 2026-09-09T00:52:53.880Z | Compiling heapless v0.8.0 |
| 2075 | 2026-09-09T00:52:53.985Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2076 | 2026-09-09T00:52:54.048Z | Compiling scroll v0.12.0 |
| 2077 | 2026-09-09T00:52:54.125Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2078 | 2026-09-09T00:52:54.331Z | Compiling ingot-types v0.1.2 |
| 2079 | 2026-09-09T00:52:54.453Z | Compiling cobs v0.3.0 |
| 2080 | 2026-09-09T00:52:54.563Z | Compiling libloading v0.8.9 |
| 2081 | 2026-09-09T00:52:54.594Z | Compiling managed v0.8.0 |
| 2082 | 2026-09-09T00:52:54.664Z | Compiling foreign-types-shared v0.3.1 |
| 2083 | 2026-09-09T00:52:54.748Z | Compiling bitflags v1.3.2 |
| 2084 | 2026-09-09T00:52:54.768Z | Compiling bindgen v0.72.1 |
| 2085 | 2026-09-09T00:52:54.768Z | Compiling foreign-types v0.5.0 |
| 2086 | 2026-09-09T00:52:54.821Z | Compiling smoltcp v0.11.0 |
| 2087 | 2026-09-09T00:52:54.835Z | Compiling ingot v0.1.1 |
| 2088 | 2026-09-09T00:52:54.872Z | Compiling postcard v1.1.3 |
| 2089 | 2026-09-09T00:52:55.372Z | Compiling goblin v0.8.2 |
| 2090 | 2026-09-09T00:52:55.663Z | Compiling cexpr v0.6.0 |
| 2091 | 2026-09-09T00:52:55.677Z | Compiling num_enum v0.7.5 |
| 2092 | 2026-09-09T00:52:55.804Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2093 | 2026-09-09T00:52:56.255Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2094 | 2026-09-09T00:52:56.333Z | Compiling camino-tempfile v1.4.1 |
| 2095 | 2026-09-09T00:52:56.413Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2096 | 2026-09-09T00:52:56.582Z | Compiling derive-where v1.6.0 |
| 2097 | 2026-09-09T00:52:56.585Z | Compiling serde_repr v0.1.20 |
| 2098 | 2026-09-09T00:52:56.720Z | Compiling cstr-argument v0.1.2 |
| 2099 | 2026-09-09T00:52:57.200Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2100 | 2026-09-09T00:52:57.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2101 | 2026-09-09T00:52:58.659Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 2102 | 2026-09-09T00:52:58.687Z | Compiling rayon v1.11.0 |
| 2103 | 2026-09-09T00:52:58.860Z | Compiling rustix v0.38.44 |
| 2104 | 2026-09-09T00:52:58.873Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2105 | 2026-09-09T00:52:58.939Z | Compiling typify-macro v0.6.2 |
| 2106 | 2026-09-09T00:52:58.997Z | Compiling crucible-workspace-hack v0.1.0 |
| 2107 | 2026-09-09T00:52:59.655Z | Compiling tinyvec_macros v0.1.1 |
| 2108 | 2026-09-09T00:52:59.737Z | Compiling tinyvec v1.10.0 |
| 2109 | 2026-09-09T00:53:00.087Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2110 | 2026-09-09T00:53:00.495Z | Compiling num_enum v0.5.11 |
| 2111 | 2026-09-09T00:53:00.870Z | Compiling pin-project-internal v1.1.10 |
| 2112 | 2026-09-09T00:53:01.048Z | Compiling memmap v0.7.0 |
| 2113 | 2026-09-09T00:53:01.230Z | Compiling usdt v0.5.0 |
| 2114 | 2026-09-09T00:53:01.285Z | Compiling typify v0.6.2 |
| 2115 | 2026-09-09T00:53:01.654Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2116 | 2026-09-09T00:53:01.766Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2117 | 2026-09-09T00:53:01.907Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 2118 | 2026-09-09T00:53:03.400Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2119 | 2026-09-09T00:53:03.405Z | Compiling itertools v0.12.1 |
| 2120 | 2026-09-09T00:53:03.405Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2121 | 2026-09-09T00:53:03.405Z | Compiling progenitor-impl v0.10.0 |
| 2122 | 2026-09-09T00:53:03.405Z | Compiling sigpipe v0.1.3 |
| 2123 | 2026-09-09T00:53:03.405Z | Compiling jiff v0.2.15 |
| 2124 | 2026-09-09T00:53:03.405Z | Compiling const_format_proc_macros v0.2.34 |
| 2125 | 2026-09-09T00:53:03.405Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4bd8a40c0f5c05de7bb29b5f592f2dc99b4fd1d7#4bd8a40c) |
| 2126 | 2026-09-09T00:53:03.481Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2127 | 2026-09-09T00:53:03.680Z | Compiling zone v0.3.1 |
| 2128 | 2026-09-09T00:53:04.164Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2129 | 2026-09-09T00:53:04.235Z | Compiling progenitor-impl v0.14.0 |
| 2130 | 2026-09-09T00:53:04.567Z | Compiling atomicwrites v0.4.4 |
| 2131 | 2026-09-09T00:53:04.783Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2132 | 2026-09-09T00:53:05.136Z | Compiling papergrid v0.18.0 |
| 2133 | 2026-09-09T00:53:05.157Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2134 | 2026-09-09T00:53:05.203Z | Compiling nix v0.30.1 |
| 2135 | 2026-09-09T00:53:05.825Z | Compiling smf v0.2.3 |
| 2136 | 2026-09-09T00:53:06.143Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2137 | 2026-09-09T00:53:06.247Z | Compiling progenitor-macro v0.10.0 |
| 2138 | 2026-09-09T00:53:06.440Z | Compiling secrecy v0.10.3 |
| 2139 | 2026-09-09T00:53:06.774Z | Compiling snafu-derive v0.8.9 |
| 2140 | 2026-09-09T00:53:06.788Z | Compiling async-recursion v1.1.1 |
| 2141 | 2026-09-09T00:53:06.970Z | Compiling whoami v1.6.1 |
| 2142 | 2026-09-09T00:53:07.282Z | Compiling predicates-core v1.0.9 |
| 2143 | 2026-09-09T00:53:07.743Z | Compiling progenitor-macro v0.14.0 |
| 2144 | 2026-09-09T00:53:07.949Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2145 | 2026-09-09T00:53:08.261Z | Compiling tabled v0.21.0 |
| 2146 | 2026-09-09T00:53:08.540Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2147 | 2026-09-09T00:53:10.952Z | Compiling nix v0.31.3 |
| 2148 | 2026-09-09T00:53:11.029Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2149 | 2026-09-09T00:53:11.322Z | Compiling itertools v0.15.0 |
| 2150 | 2026-09-09T00:53:11.574Z | Compiling hmac v0.12.1 |
| 2151 | 2026-09-09T00:53:11.725Z | Compiling inout v0.1.4 |
| 2152 | 2026-09-09T00:53:11.782Z | Compiling ff v0.13.1 |
| 2153 | 2026-09-09T00:53:11.884Z | Compiling float-cmp v0.10.0 |
| 2154 | 2026-09-09T00:53:11.941Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-09-09T00:53:12.020Z | Compiling data-encoding v2.9.0 |
| 2156 | 2026-09-09T00:53:12.123Z | Compiling difflib v0.4.0 |
| 2157 | 2026-09-09T00:53:12.361Z | Compiling predicates v3.1.4 |
| 2158 | 2026-09-09T00:53:12.578Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 2159 | 2026-09-09T00:53:12.661Z | Compiling group v0.13.0 |
| 2160 | 2026-09-09T00:53:12.782Z | Compiling cipher v0.4.4 |
| 2161 | 2026-09-09T00:53:12.823Z | Compiling hkdf v0.12.4 |
| 2162 | 2026-09-09T00:53:12.895Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2163 | 2026-09-09T00:53:13.310Z | Compiling tabled_derive v0.7.0 |
| 2164 | 2026-09-09T00:53:13.773Z | Compiling universal-hash v0.5.1 |
| 2165 | 2026-09-09T00:53:13.785Z | Compiling crypto-bigint v0.5.5 |
| 2166 | 2026-09-09T00:53:13.806Z | Compiling half v2.7.1 |
| 2167 | 2026-09-09T00:53:13.913Z | Compiling base64ct v1.8.0 |
| 2168 | 2026-09-09T00:53:13.990Z | Compiling crc8 v0.1.1 |
| 2169 | 2026-09-09T00:53:14.110Z | Compiling opaque-debug v0.3.1 |
| 2170 | 2026-09-09T00:53:14.122Z | Compiling unicode-segmentation v1.12.0 |
| 2171 | 2026-09-09T00:53:14.192Z | Compiling ciborium-io v0.2.2 |
| 2172 | 2026-09-09T00:53:14.222Z | Compiling indent_write v2.2.0 |
| 2173 | 2026-09-09T00:53:14.296Z | Compiling base16ct v0.2.0 |
| 2174 | 2026-09-09T00:53:14.367Z | Compiling ciborium-ll v0.2.2 |
| 2175 | 2026-09-09T00:53:14.467Z | Compiling newline-converter v0.3.0 |
| 2176 | 2026-09-09T00:53:14.530Z | Compiling poly1305 v0.8.0 |
| 2177 | 2026-09-09T00:53:14.593Z | Compiling password-hash v0.5.0 |
| 2178 | 2026-09-09T00:53:14.918Z | Compiling elliptic-curve v0.13.8 |
| 2179 | 2026-09-09T00:53:15.153Z | Compiling chacha20 v0.9.1 |
| 2180 | 2026-09-09T00:53:15.204Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2181 | 2026-09-09T00:53:15.209Z | Compiling tokio-dtrace v0.1.1 |
| 2182 | 2026-09-09T00:53:15.383Z | Compiling thiserror-no-std v2.0.2 |
| 2183 | 2026-09-09T00:53:15.956Z | Compiling reqwest v0.13.2 |
| 2184 | 2026-09-09T00:53:16.107Z | Compiling blake2 v0.10.6 |
| 2185 | 2026-09-09T00:53:16.345Z | Compiling console v0.16.4 |
| 2186 | 2026-09-09T00:53:16.358Z | Compiling aead v0.5.2 |
| 2187 | 2026-09-09T00:53:16.524Z | Compiling strum_macros v0.28.0 |
| 2188 | 2026-09-09T00:53:16.582Z | Compiling bstr v1.12.0 |
| 2189 | 2026-09-09T00:53:16.934Z | Compiling linked-hash-map v0.5.6 |
| 2190 | 2026-09-09T00:53:16.994Z | Compiling resolv-conf v0.7.5 |
| 2191 | 2026-09-09T00:53:17.091Z | Compiling similar v3.2.0 |
| 2192 | 2026-09-09T00:53:17.217Z | Compiling keccak v0.1.6 |
| 2193 | 2026-09-09T00:53:17.538Z | Compiling sha3 v0.10.8 |
| 2194 | 2026-09-09T00:53:17.848Z | Compiling expectorate v1.3.0 |
| 2195 | 2026-09-09T00:53:18.141Z | Compiling lru-cache v0.1.2 |
| 2196 | 2026-09-09T00:53:18.382Z | Compiling progenitor-client v0.14.0 |
| 2197 | 2026-09-09T00:53:18.397Z | Compiling chacha20poly1305 v0.10.1 |
| 2198 | 2026-09-09T00:53:18.539Z | Compiling argon2 v0.5.3 |
| 2199 | 2026-09-09T00:53:18.586Z | Compiling vsss-rs v3.3.4 |
| 2200 | 2026-09-09T00:53:18.693Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2201 | 2026-09-09T00:53:19.097Z | Compiling oxide-tokio-rt v0.1.2 |
| 2202 | 2026-09-09T00:53:19.359Z | Compiling ciborium v0.2.2 |
| 2203 | 2026-09-09T00:53:19.535Z | Compiling hickory-proto v0.24.4 |
| 2204 | 2026-09-09T00:53:19.679Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2205 | 2026-09-09T00:53:19.883Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2206 | 2026-09-09T00:53:20.620Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2207 | 2026-09-09T00:53:20.711Z | Compiling serde-big-array v0.5.1 |
| 2208 | 2026-09-09T00:53:20.961Z | Compiling siphasher v1.0.1 |
| 2209 | 2026-09-09T00:53:21.064Z | Compiling same-file v1.0.6 |
| 2210 | 2026-09-09T00:53:21.255Z | Compiling walkdir v2.5.0 |
| 2211 | 2026-09-09T00:53:21.268Z | Compiling phf_shared v0.12.1 |
| 2212 | 2026-09-09T00:53:21.424Z | Compiling hickory-resolver v0.24.4 |
| 2213 | 2026-09-09T00:53:21.456Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2aa7f9d0ee84a1c45e821d6444b1d2f0e69b743e#2aa7f9d0) |
| 2214 | 2026-09-09T00:53:21.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2215 | 2026-09-09T00:53:22.848Z | Compiling progenitor v0.14.0 |
| 2216 | 2026-09-09T00:53:22.989Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2217 | 2026-09-09T00:53:23.008Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2218 | 2026-09-09T00:53:23.895Z | Compiling newtype_derive v0.1.6 |
| 2219 | 2026-09-09T00:53:23.988Z | Compiling owo-colors v4.3.0 |
| 2220 | 2026-09-09T00:53:24.180Z | Compiling tokio-stream v0.1.17 |
| 2221 | 2026-09-09T00:53:24.368Z | Compiling csv-core v0.1.12 |
| 2222 | 2026-09-09T00:53:24.454Z | Compiling swrite v0.1.0 |
| 2223 | 2026-09-09T00:53:24.492Z | Compiling unicode-linebreak v0.1.5 |
| 2224 | 2026-09-09T00:53:24.646Z | Compiling unicode-width v0.1.14 |
| 2225 | 2026-09-09T00:53:24.670Z | Compiling termtree v0.5.1 |
| 2226 | 2026-09-09T00:53:24.842Z | Compiling smawk v0.3.2 |
| 2227 | 2026-09-09T00:53:24.913Z | Compiling foldhash v0.1.5 |
| 2228 | 2026-09-09T00:53:25.030Z | Compiling textwrap v0.16.2 |
| 2229 | 2026-09-09T00:53:25.112Z | Compiling hashbrown v0.15.5 |
| 2230 | 2026-09-09T00:53:25.165Z | Compiling qorb v0.4.1 |
| 2231 | 2026-09-09T00:53:25.169Z | Compiling csv v1.4.0 |
| 2232 | 2026-09-09T00:53:25.653Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2233 | 2026-09-09T00:53:25.742Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2234 | 2026-09-09T00:53:27.333Z | Compiling phf v0.12.1 |
| 2235 | 2026-09-09T00:53:27.492Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2236 | 2026-09-09T00:53:27.674Z | Compiling pin-project v1.1.10 |
| 2237 | 2026-09-09T00:53:27.778Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 2238 | 2026-09-09T00:53:27.790Z | Compiling unicode-normalization v0.1.24 |
| 2239 | 2026-09-09T00:53:27.822Z | Compiling libz-sys v1.1.22 |
| 2240 | 2026-09-09T00:53:27.951Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2241 | 2026-09-09T00:53:28.278Z | Compiling libsw-core v0.3.2 |
| 2242 | 2026-09-09T00:53:28.518Z | Compiling fixedbitset v0.5.7 |
| 2243 | 2026-09-09T00:53:28.868Z | Compiling humantime v2.3.0 |
| 2244 | 2026-09-09T00:53:28.882Z | Compiling highway v1.3.0 |
| 2245 | 2026-09-09T00:53:28.978Z | Compiling fixedbitset v0.4.2 |
| 2246 | 2026-09-09T00:53:29.157Z | Compiling petgraph v0.6.5 |
| 2247 | 2026-09-09T00:53:29.226Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2248 | 2026-09-09T00:53:29.297Z | Compiling petgraph v0.8.2 |
| 2249 | 2026-09-09T00:53:29.576Z | Compiling progenitor v0.10.0 |
| 2250 | 2026-09-09T00:53:29.922Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2251 | 2026-09-09T00:53:30.288Z | Compiling libsw v3.5.0 |
| 2252 | 2026-09-09T00:53:30.666Z | Compiling olpc-cjson v0.1.4 |
| 2253 | 2026-09-09T00:53:30.847Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2254 | 2026-09-09T00:53:31.029Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2255 | 2026-09-09T00:53:31.054Z | Compiling snafu v0.8.9 |
| 2256 | 2026-09-09T00:53:31.438Z | Compiling chrono-tz v0.10.4 |
| 2257 | 2026-09-09T00:53:31.788Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2258 | 2026-09-09T00:53:31.997Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2259 | 2026-09-09T00:53:32.652Z | Compiling papergrid v0.11.0 |
| 2260 | 2026-09-09T00:53:32.681Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2261 | 2026-09-09T00:53:32.892Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2262 | 2026-09-09T00:53:33.127Z | Compiling strum v0.28.0 |
| 2263 | 2026-09-09T00:53:33.182Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2264 | 2026-09-09T00:53:33.268Z | Compiling globset v0.4.16 |
| 2265 | 2026-09-09T00:53:34.477Z | Compiling const_format v0.2.34 |
| 2266 | 2026-09-09T00:53:34.706Z | Compiling slog-dtrace v0.3.0 |
| 2267 | 2026-09-09T00:53:34.813Z | Compiling cancel-safe-futures v0.1.5 |
| 2268 | 2026-09-09T00:53:35.241Z | Compiling gethostname v0.5.0 |
| 2269 | 2026-09-09T00:53:35.375Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2270 | 2026-09-09T00:53:36.051Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2271 | 2026-09-09T00:53:36.441Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2272 | 2026-09-09T00:53:36.649Z | Compiling pem v3.0.5 |
| 2273 | 2026-09-09T00:53:36.789Z | Compiling bcs v0.1.6 |
| 2274 | 2026-09-09T00:53:36.825Z | Compiling serde_plain v1.0.2 |
| 2275 | 2026-09-09T00:53:37.038Z | Compiling cargo-platform v0.1.9 |
| 2276 | 2026-09-09T00:53:37.118Z | Compiling tagptr v0.2.0 |
| 2277 | 2026-09-09T00:53:37.723Z | Compiling typed-path v0.9.3 |
| 2278 | 2026-09-09T00:53:37.818Z | Compiling linear-map v1.2.0 |
| 2279 | 2026-09-09T00:53:38.018Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2280 | 2026-09-09T00:53:38.673Z | Compiling tough v0.20.0 |
| 2281 | 2026-09-09T00:53:40.076Z | Compiling moka v0.12.11 |
| 2282 | 2026-09-09T00:53:40.508Z | Compiling cargo_metadata v0.18.1 |
| 2283 | 2026-09-09T00:53:40.857Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2284 | 2026-09-09T00:53:43.066Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2285 | 2026-09-09T00:53:43.258Z | Compiling tabled v0.15.0 |
| 2286 | 2026-09-09T00:53:43.400Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2287 | 2026-09-09T00:53:43.813Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2288 | 2026-09-09T00:53:43.883Z | Compiling git2 v0.19.0 |
| 2289 | 2026-09-09T00:53:44.022Z | Compiling steno v0.4.1 |
| 2290 | 2026-09-09T00:53:46.482Z | Compiling cookie v0.18.1 |
| 2291 | 2026-09-09T00:53:46.691Z | Compiling hickory-proto v0.25.2 |
| 2292 | 2026-09-09T00:53:48.835Z | Compiling hickory-resolver v0.25.2 |
| 2293 | 2026-09-09T00:53:49.917Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2294 | 2026-09-09T00:53:51.083Z | Compiling vergen v8.3.2 |
| 2295 | 2026-09-09T00:53:52.111Z | Compiling signal-hook v0.4.4 |
| 2296 | 2026-09-09T00:53:52.612Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2297 | 2026-09-09T00:53:53.216Z | Compiling mockall_derive v0.14.0 |
| 2298 | 2026-09-09T00:53:53.310Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2299 | 2026-09-09T00:53:53.805Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2300 | 2026-09-09T00:53:53.951Z | Compiling dpd-api v0.1.0 (/work/oxidecomputer/dendrite/dpd-api) |
| 2301 | 2026-09-09T00:53:54.138Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2302 | 2026-09-09T00:53:55.590Z | Compiling sha2 v0.10.9 |
| 2303 | 2026-09-09T00:53:55.995Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2304 | 2026-09-09T00:53:56.013Z | Compiling mockall v0.14.0 |
| 2305 | 2026-09-09T00:53:56.172Z | Compiling yansi v1.0.1 |
| 2306 | 2026-09-09T00:53:56.250Z | Compiling diff v0.1.13 |
| 2307 | 2026-09-09T00:53:56.504Z | Compiling pretty_assertions v1.4.1 |
| 2308 | 2026-09-09T00:53:56.584Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2309 | 2026-09-09T00:53:56.789Z | Compiling fs-err v3.1.2 |
| 2310 | 2026-09-09T00:53:57.537Z | Compiling predicates-tree v1.0.12 |
| 2311 | 2026-09-09T00:53:58.118Z | Compiling git-stub v1.0.0 |
| 2312 | 2026-09-09T00:53:58.400Z | Compiling serial_test_derive v3.5.0 |
| 2313 | 2026-09-09T00:53:58.426Z | Compiling filetime v0.2.26 |
| 2314 | 2026-09-09T00:53:58.491Z | Compiling fragile v2.0.1 |
| 2315 | 2026-09-09T00:53:58.627Z | Compiling constant_time_eq v0.3.1 |
| 2316 | 2026-09-09T00:53:58.760Z | Compiling arrayvec v0.7.6 |
| 2317 | 2026-09-09T00:53:58.810Z | Compiling arrayref v0.3.9 |
| 2318 | 2026-09-09T00:53:58.900Z | Compiling xattr v1.6.1 |
| 2319 | 2026-09-09T00:53:59.089Z | Compiling downcast v0.11.0 |
| 2320 | 2026-09-09T00:53:59.112Z | Compiling is_ci v1.2.0 |
| 2321 | 2026-09-09T00:53:59.159Z | Compiling serial_test v3.5.0 |
| 2322 | 2026-09-09T00:53:59.250Z | Compiling supports-color v3.0.2 |
| 2323 | 2026-09-09T00:53:59.445Z | Compiling toml v0.7.8 |
| 2324 | 2026-09-09T00:53:59.557Z | Compiling tar v0.4.45 |
| 2325 | 2026-09-09T00:53:59.686Z | Compiling blake3 v1.8.2 |
| 2326 | 2026-09-09T00:54:00.131Z | Compiling git-stub-vcs v0.1.0 |
| 2327 | 2026-09-09T00:54:00.531Z | Compiling curl-sys v0.4.89+curl-8.20.0 |
| 2328 | 2026-09-09T00:54:00.680Z | Compiling signal-hook-tokio v0.4.0 |
| 2329 | 2026-09-09T00:54:00.974Z | Compiling scuffle v0.1.0 |
| 2330 | 2026-09-09T00:54:01.139Z | Compiling similar v2.7.0 |
| 2331 | 2026-09-09T00:54:02.119Z | Compiling drift v0.2.0 |
| 2332 | 2026-09-09T00:54:02.631Z | Compiling kstat-rs v0.2.4 |
| 2333 | 2026-09-09T00:54:02.919Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2334 | 2026-09-09T00:54:02.943Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2335 | 2026-09-09T00:54:02.956Z | Compiling topological-sort v0.2.2 |
| 2336 | 2026-09-09T00:54:03.111Z | Compiling hex-literal v1.1.0 |
| 2337 | 2026-09-09T00:54:03.236Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 2338 | 2026-09-09T00:54:03.348Z | Compiling omicron-zone-package v0.12.2 |
| 2339 | 2026-09-09T00:54:03.898Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2340 | 2026-09-09T00:54:05.259Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2341 | 2026-09-09T00:54:05.353Z | Compiling dropshot-api-manager v0.7.2 |
| 2342 | 2026-09-09T00:54:06.229Z | Compiling curl v0.4.50 |
| 2343 | 2026-09-09T00:54:06.313Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#2cd6617e) |
| 2344 | 2026-09-09T00:54:06.827Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2345 | 2026-09-09T00:54:07.049Z | Compiling iddqd v0.4.5 |
| 2346 | 2026-09-09T00:54:07.077Z | Compiling internet-checksum v0.2.1 |
| 2347 | 2026-09-09T00:54:07.230Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 2348 | 2026-09-09T00:54:07.821Z | Compiling search_path v0.1.4 |
| 2349 | 2026-09-09T00:54:08.029Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2350 | 2026-09-09T00:54:12.275Z | Compiling dendrite-dropshot-apis v0.1.0 (/work/oxidecomputer/dendrite/dropshot-apis) |
| 2351 | 2026-09-09T00:54:14.500Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2352 | 2026-09-09T00:54:20.525Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2353 | 2026-09-09T00:55:01.116Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 23s |
| 2354 | 2026-09-09T00:55:01.265Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 2355 | 2026-09-09T00:55:01.269Z | |
| 2356 | 2026-09-09T00:55:01.269Z | running 0 tests |
| 2357 | 2026-09-09T00:55:01.270Z | |
| 2358 | 2026-09-09T00:55:01.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2359 | 2026-09-09T00:55:01.270Z | |
| 2360 | 2026-09-09T00:55:01.270Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 2361 | 2026-09-09T00:55:01.270Z | |
| 2362 | 2026-09-09T00:55:01.270Z | running 0 tests |
| 2363 | 2026-09-09T00:55:01.270Z | |
| 2364 | 2026-09-09T00:55:01.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2365 | 2026-09-09T00:55:01.270Z | |
| 2366 | 2026-09-09T00:55:01.270Z | Running unittests src/lib.rs (target/debug/deps/asic-3168fbafa5f02bd2) |
| 2367 | 2026-09-09T00:55:01.270Z | |
| 2368 | 2026-09-09T00:55:01.270Z | running 0 tests |
| 2369 | 2026-09-09T00:55:01.270Z | |
| 2370 | 2026-09-09T00:55:01.270Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2371 | 2026-09-09T00:55:01.270Z | |
| 2372 | 2026-09-09T00:55:01.270Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 2373 | 2026-09-09T00:55:01.270Z | |
| 2374 | 2026-09-09T00:55:01.270Z | running 4 tests |
| 2375 | 2026-09-09T00:55:01.270Z | test nat::tests::test_vni ... ok |
| 2376 | 2026-09-09T00:55:01.270Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2377 | 2026-09-09T00:55:01.270Z | test test_purge ... ok |
| 2378 | 2026-09-09T00:55:01.270Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2379 | 2026-09-09T00:55:01.270Z | |
| 2380 | 2026-09-09T00:55:01.270Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2381 | 2026-09-09T00:55:01.270Z | |
| 2382 | 2026-09-09T00:55:01.270Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 2383 | 2026-09-09T00:55:01.270Z | |
| 2384 | 2026-09-09T00:55:01.270Z | running 1 test |
| 2385 | 2026-09-09T00:55:01.270Z | ------- |
| 2386 | 2026-09-09T00:55:01.270Z | Generating OpenAPI documents from API definitions ... |
| 2387 | 2026-09-09T00:55:01.409Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 2388 | 2026-09-09T00:55:01.483Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 2389 | 2026-09-09T00:55:02.487Z | ------- |
| 2390 | 2026-09-09T00:55:02.487Z | Checking 14 OpenAPI documents... |
| 2391 | 2026-09-09T00:55:02.487Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2392 | 2026-09-09T00:55:02.488Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2393 | 2026-09-09T00:55:02.488Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2394 | 2026-09-09T00:55:02.488Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2395 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2396 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2397 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2398 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2399 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2400 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2401 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2402 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2403 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 2404 | 2026-09-09T00:55:02.492Z | Fresh dpd (versioned v14.0.0 (added locally)): Oxide Switch Dataplane Controller |
| 2405 | 2026-09-09T00:55:02.492Z | Fresh dpd "latest" symlink |
| 2406 | 2026-09-09T00:55:02.492Z | ------- |
| 2407 | 2026-09-09T00:55:02.492Z | Success 14 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems |
| 2408 | 2026-09-09T00:55:02.560Z | test test::test_apis_up_to_date ... ok |
| 2409 | 2026-09-09T00:55:02.560Z | |
| 2410 | 2026-09-09T00:55:02.560Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.30s |
| 2411 | 2026-09-09T00:55:02.560Z | |
| 2412 | 2026-09-09T00:55:02.625Z | Running unittests src/main.rs (target/debug/deps/dpd-dbba7bbb9fbd16d9) |
| 2413 | 2026-09-09T00:55:02.628Z | |
| 2414 | 2026-09-09T00:55:02.628Z | running 34 tests |
| 2415 | 2026-09-09T00:55:02.631Z | test freemap::test_ordering ... ok |
| 2416 | 2026-09-09T00:55:02.631Z | test config::tests::test_updates ... ok |
| 2417 | 2026-09-09T00:55:02.631Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 2418 | 2026-09-09T00:55:02.631Z | test freemap::test_split ... ok |
| 2419 | 2026-09-09T00:55:02.631Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2420 | 2026-09-09T00:55:02.636Z | test macaddrs::tests::test_mac_offset ... ok |
| 2421 | 2026-09-09T00:55:02.636Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2422 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG created new freemap, unit: freemap_testSep 09 00:55:01.708Sep 09 00:55:01.708 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_testfreemap_test |
| 2423 | 2026-09-09T00:55:02.636Z | |
| 2424 | 2026-09-09T00:55:02.636Z | |
| 2425 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG initted freemap. size: 128, unitSep 09 00:55:01.708: DEBGfreemap_test |
| 2426 | 2026-09-09T00:55:02.636Z | initted freemap. size: 128, unitSep 09 00:55:01.708: DEBGfreemap_test reset freemap |
| 2427 | 2026-09-09T00:55:02.636Z | , Sep 09 00:55:01.708unit :DEBG freemap_testinitted freemap. size: 128Sep 09 00:55:01.708, |
| 2428 | 2026-09-09T00:55:02.636Z | unitDEBG: reset freemapfreemap_test, unit |
| 2429 | 2026-09-09T00:55:02.636Z | : freemap_test |
| 2430 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG reset freemap, unit: freemap_test |
| 2431 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG created new freemap, unit: freemap_test |
| 2432 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG initted freemap. size: 128, unit: freemap_test |
| 2433 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.708 DEBG reset freemap, unit: freemap_test |
| 2434 | 2026-09-09T00:55:02.636Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2435 | 2026-09-09T00:55:02.636Z | test freemap::test_basic ... ok |
| 2436 | 2026-09-09T00:55:02.636Z | test freemap::test_reclaim ... ok |
| 2437 | 2026-09-09T00:55:02.636Z | test freemap::test_exhaustion ... ok |
| 2438 | 2026-09-09T00:55:02.636Z | test freemap::test_free ... ok |
| 2439 | 2026-09-09T00:55:02.636Z | test nat::test_mapping ... ok |
| 2440 | 2026-09-09T00:55:02.636Z | test port_map::tests::test_backplane_group ... ok |
| 2441 | 2026-09-09T00:55:02.636Z | test port_map::tests::test_port_map ... ok |
| 2442 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.709 DEBG created new freemap, unit: freemap_test |
| 2443 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.709 DEBG initted freemap. size: 8, unit: freemap_test |
| 2444 | 2026-09-09T00:55:02.636Z | test port_map::tests::dump_map ... ok |
| 2445 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.709 DEBG reset freemap, unit: freemap_test |
| 2446 | 2026-09-09T00:55:02.636Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 2447 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.709 DEBG created new freemap, unit: freemap_test |
| 2448 | 2026-09-09T00:55:02.636Z | Sep 09 00:55:01.709 DEBG initted freemap. size: 128, unit: freemap_test |
| 2449 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG reset freemap, unit: freemap_test |
| 2450 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG created new freemap, unit: freemap_route_ipv4 |
| 2451 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG created new freemap, unit: freemap_route_ipv6 |
| 2452 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 2453 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG reset freemap, unit: freemap_route_ipv4 |
| 2454 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 2455 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 DEBG reset freemap, unit: freemap_route_ipv6 |
| 2456 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2457 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 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 } }] |
| 2458 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2459 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 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 } }] |
| 2460 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 2461 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 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 } }] |
| 2462 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 2463 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 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 } }] |
| 2464 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2465 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.709 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 } }] |
| 2466 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2467 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2468 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2469 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2470 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2471 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2472 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2473 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2474 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2475 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2476 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2477 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2478 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2479 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2480 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2481 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2482 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 2483 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2484 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 2485 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2486 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2487 | 2026-09-09T00:55:02.637Z | Sep 09 00:55:01.710 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 } }] |
| 2488 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2489 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 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 } }] |
| 2490 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2491 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 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 } }] |
| 2492 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBG adding route 3fff:beef:e::/64 -> 2001:db8::55:ffcreated new freemap |
| 2493 | 2026-09-09T00:55:02.638Z | , unit:Sep 09 00:55:01.710 freemap_route_ipv4DEBG |
| 2494 | 2026-09-09T00:55:02.638Z | 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 } }] |
| 2495 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBG adding route 3fff:beef:f::/64 -> 2001:db8::55:ffcreated new freemap |
| 2496 | 2026-09-09T00:55:02.638Z | , unit: freemap_route_ipv6Sep 09 00:55:01.710 |
| 2497 | 2026-09-09T00:55:02.638Z | test freemap::test_span ... ok |
| 2498 | 2026-09-09T00:55:02.638Z | 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 } }] |
| 2499 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2500 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 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 } }] |
| 2501 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 2502 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 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 } }] |
| 2503 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2504 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 DEBGDEBG initted 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 } }], |
| 2505 | 2026-09-09T00:55:02.638Z | unit: freemap_route_ipv4Sep 09 00:55:01.710 |
| 2506 | 2026-09-09T00:55:02.638Z | test api_server::tests::test_build_info ... ok |
| 2507 | 2026-09-09T00:55:02.638Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2508 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 DEBG Sep 09 00:55:01.710reset freemap , DEBGunit :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 } }] |
| 2509 | 2026-09-09T00:55:02.638Z | freemap_route_ipv4 |
| 2510 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710 INFOSep 09 00:55:01.710 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 2511 | 2026-09-09T00:55:02.638Z | initted freemap. size: 64, Sep 09 00:55:01.710unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 2512 | 2026-09-09T00:55:02.638Z | |
| 2513 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBG adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreset freemap |
| 2514 | 2026-09-09T00:55:02.638Z | , unit: freemap_route_ipv6Sep 09 00:55:01.710 |
| 2515 | 2026-09-09T00:55:02.638Z | 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 } }]Sep 09 00:55:01.710 |
| 2516 | 2026-09-09T00:55:02.638Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2517 | 2026-09-09T00:55:02.638Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2518 | 2026-09-09T00:55:02.638Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBG Sep 09 00:55:01.710 adding route 3fff:beef:16::/64 -> 2001:db8::55:ffcreated new freemap |
| 2519 | 2026-09-09T00:55:02.638Z | 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 } }]: |
| 2520 | 2026-09-09T00:55:02.642Z | Sep 09 00:55:01.710 freemap_route_ipv4DEBG |
| 2521 | 2026-09-09T00:55:02.642Z | 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 } }]Sep 09 00:55:01.710 |
| 2522 | 2026-09-09T00:55:02.642Z | INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2523 | 2026-09-09T00:55:02.642Z | Sep 09 00:55:01.710 DEBGINFO created new freemapSep 09 00:55:01.710, adding route 3fff:beef:17::/64 -> 2001:db8::55:ffunit :DEBG |
| 2524 | 2026-09-09T00:55:02.643Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2525 | 2026-09-09T00:55:02.643Z | |
| 2526 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710 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 } }]Sep 09 00:55:01.710 |
| 2527 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710INFO Sep 09 00:55:01.710DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 2528 | 2026-09-09T00:55:02.643Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2529 | 2026-09-09T00:55:02.643Z | , unit: Sep 09 00:55:01.710freemap_route_ipv4Sep 09 00:55:01.710 |
| 2530 | 2026-09-09T00:55:02.643Z | DEBGDEBG Sep 09 00:55:01.710replacing 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 } }] |
| 2531 | 2026-09-09T00:55:02.643Z | 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 } }] |
| 2532 | 2026-09-09T00:55:02.643Z | reset freemap, unit: Sep 09 00:55:01.710freemap_route_ipv4 Sep 09 00:55:01.710 |
| 2533 | 2026-09-09T00:55:02.643Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2534 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710DEBG INFODEBGcreated new freemap Sep 09 00:55:01.710, initted freemap. size: 64unit, :adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2535 | 2026-09-09T00:55:02.643Z | DEBGunitfreemap_route_ipv4 :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 } }] |
| 2536 | 2026-09-09T00:55:02.643Z | |
| 2537 | 2026-09-09T00:55:02.643Z | freemap_route_ipv6 |
| 2538 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 Sep 09 00:55:01.710DEBGINFO Sep 09 00:55:01.710 DEBGadding route 3fff:beef:1a::/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 } }] |
| 2539 | 2026-09-09T00:55:02.643Z | |
| 2540 | 2026-09-09T00:55:02.643Z | DEBG created new freemapreset freemapSep 09 00:55:01.710, unitINFO:Sep 09 00:55:01.710, unitfreemap_route_ipv6 |
| 2541 | 2026-09-09T00:55:02.643Z | :adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 2542 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710 INFODEBGfreemap_route_ipv6 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:dead::/64 -> 2001:db8::55:1 |
| 2543 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710 |
| 2544 | 2026-09-09T00:55:02.643Z | |
| 2545 | 2026-09-09T00:55:02.643Z | DEBG Sep 09 00:55:01.710Sep 09 00:55:01.710 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 } }] INFODEBG Sep 09 00:55:01.710adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2546 | 2026-09-09T00:55:02.643Z | |
| 2547 | 2026-09-09T00:55:02.643Z | DEBGinitted freemap. size: 64 , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 09 00:55:01.710unit |
| 2548 | 2026-09-09T00:55:02.643Z | :INFO Sep 09 00:55:01.710Sep 09 00:55:01.710 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBGfreemap_route_ipv4 |
| 2549 | 2026-09-09T00:55:02.643Z | 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 } }] |
| 2550 | 2026-09-09T00:55:02.643Z | INFO |
| 2551 | 2026-09-09T00:55:02.643Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:55:01.710 |
| 2552 | 2026-09-09T00:55:02.643Z | DEBG Sep 09 00:55:01.710Sep 09 00:55:01.710 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 } }]Sep 09 00:55:01.710DEBG |
| 2553 | 2026-09-09T00:55:02.643Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2554 | 2026-09-09T00:55:02.643Z | DEBGreset freemap , replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 09 00:55:01.710 |
| 2555 | 2026-09-09T00:55:02.643Z | unit : INFOSep 09 00:55:01.710freemap_route_ipv4Sep 09 00:55:01.710 adding route 3fff:beef:5::/64 -> 2001:db8::55:ffDEBG |
| 2556 | 2026-09-09T00:55:02.643Z | INFO |
| 2557 | 2026-09-09T00:55:02.643Z | 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 } }] |
| 2558 | 2026-09-09T00:55:02.643Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2559 | 2026-09-09T00:55:02.643Z | Sep 09 00:55:01.710Sep 09 00:55:01.710Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 2560 | 2026-09-09T00:55:02.643Z | |
| 2561 | 2026-09-09T00:55:02.643Z | 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 } }]unitSep 09 00:55:01.710 |
| 2562 | 2026-09-09T00:55:02.643Z | : DEBGfreemap_route_ipv6 |
| 2563 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710replacing 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 } }] Sep 09 00:55:01.710 |
| 2564 | 2026-09-09T00:55:02.644Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 2565 | 2026-09-09T00:55:02.644Z | INFOSep 09 00:55:01.710 adding route 3fff:beef:6::/64 -> 2001:db8::55:ffINFO |
| 2566 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff Sep 09 00:55:01.710DEBG |
| 2567 | 2026-09-09T00:55:02.644Z | reset freemapSep 09 00:55:01.710, DEBG Sep 09 00:55:01.710unit DEBGDEBG: replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2568 | 2026-09-09T00:55:02.644Z | |
| 2569 | 2026-09-09T00:55:02.644Z | replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 2570 | 2026-09-09T00:55:02.644Z | |
| 2571 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710 INFOSep 09 00:55:01.710 adding route 3fff:beef:7::/64 -> 2001:db8::55:ffINFO |
| 2572 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 2573 | 2026-09-09T00:55:02.644Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2574 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGSep 09 00:55:01.710 |
| 2575 | 2026-09-09T00:55:02.644Z | DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2576 | 2026-09-09T00:55:02.644Z | 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 } }]Sep 09 00:55:01.710 |
| 2577 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710 Sep 09 00:55:01.710DEBG Sep 09 00:55:01.710 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGINFO |
| 2578 | 2026-09-09T00:55:02.644Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2579 | 2026-09-09T00:55:02.644Z | 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 } }] |
| 2580 | 2026-09-09T00:55:02.644Z | |
| 2581 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710Sep 09 00:55:01.710Sep 09 00:55:01.710Sep 09 00:55:01.710 INFODEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 2582 | 2026-09-09T00:55:02.644Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 2583 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710replacing 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:2 |
| 2584 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710DEBG |
| 2585 | 2026-09-09T00:55:02.644Z | INFOreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:55:01.710 |
| 2586 | 2026-09-09T00:55:02.644Z | DEBGadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2587 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 2588 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710INFO INFOSep 09 00:55:01.710adding route 3fff:beef:9::/64 -> 2001:db8::55:ff Sep 09 00:55:01.710 |
| 2589 | 2026-09-09T00:55:02.644Z | DEBG adding route 3fff:beef:21::/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 } }] |
| 2590 | 2026-09-09T00:55:02.644Z | INFO |
| 2591 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 adding route 3fff:beef::/64 -> 2001:db8::55:ffDEBG Sep 09 00:55:01.710 |
| 2592 | 2026-09-09T00:55:02.644Z | 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 |
| 2593 | 2026-09-09T00:55:02.644Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG Sep 09 00:55:01.710 |
| 2594 | 2026-09-09T00:55:02.644Z | 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 |
| 2595 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710 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 } }]Sep 09 00:55:01.710 |
| 2596 | 2026-09-09T00:55:02.644Z | INFOSep 09 00:55:01.710DEBG 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 } }] |
| 2597 | 2026-09-09T00:55:02.644Z | INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2598 | 2026-09-09T00:55:02.644Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFOINFO |
| 2599 | 2026-09-09T00:55:02.644Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2600 | 2026-09-09T00:55:02.644Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2601 | 2026-09-09T00:55:02.644Z | DEBGSep 09 00:55:01.710 Sep 09 00:55:01.710replacing 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 } }]Sep 09 00:55:01.710 DEBG |
| 2602 | 2026-09-09T00:55:02.645Z | 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 } }]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 } }] Sep 09 00:55:01.710 |
| 2603 | 2026-09-09T00:55:02.645Z | INFO |
| 2604 | 2026-09-09T00:55:02.645Z | replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2605 | 2026-09-09T00:55:02.645Z | |
| 2606 | 2026-09-09T00:55:02.645Z | Sep 09 00:55:01.710 INFO INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Sep 09 00:55:01.710 |
| 2607 | 2026-09-09T00:55:02.645Z | Sep 09 00:55:01.710adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2608 | 2026-09-09T00:55:02.645Z | INFODEBG 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 } }]Sep 09 00:55:01.710 |
| 2609 | 2026-09-09T00:55:02.645Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 2610 | 2026-09-09T00:55:02.645Z | DEBG Sep 09 00:55:01.710Sep 09 00:55:01.710replacing 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 } }] |
| 2611 | 2026-09-09T00:55:02.645Z | 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 } }] |
| 2612 | 2026-09-09T00:55:02.645Z | INFO Sep 09 00:55:01.710adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2613 | 2026-09-09T00:55:02.645Z | DEBGINFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2614 | 2026-09-09T00:55:02.645Z | Sep 09 00:55:01.710 Sep 09 00:55:01.710adding route 3fff:beef:6::/64 -> 2001:db8::55:ffDEBG |
| 2615 | 2026-09-09T00:55:02.645Z | 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 } }] |
| 2616 | 2026-09-09T00:55:02.645Z | Sep 09 00:55:01.710adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:55:01.710 |
| 2617 | 2026-09-09T00:55:02.645Z | DEBG INFOSep 09 00:55:01.710 Sep 09 00:55:01.710 adding route 3fff:beef:3::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2618 | 2026-09-09T00:55:02.645Z | |
| 2619 | 2026-09-09T00:55:02.645Z | 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 |
| 2620 | 2026-09-09T00:55:02.649Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2621 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710 Sep 09 00:55:01.710Sep 09 00:55:01.710DEBG Sep 09 00:55:01.710 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 } }]DEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 2622 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710 DEBG |
| 2623 | 2026-09-09T00:55:02.650Z | 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 } }] |
| 2624 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 2625 | 2026-09-09T00:55:02.650Z | |
| 2626 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2627 | 2026-09-09T00:55:02.650Z | |
| 2628 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 2629 | 2026-09-09T00:55:02.650Z | |
| 2630 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2631 | 2026-09-09T00:55:02.650Z | |
| 2632 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 2633 | 2026-09-09T00:55:02.650Z | |
| 2634 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.710Sep 09 00:55:01.710 DEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2635 | 2026-09-09T00:55:02.650Z | |
| 2636 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 2637 | 2026-09-09T00:55:02.650Z | |
| 2638 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 2639 | 2026-09-09T00:55:02.650Z | |
| 2640 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 2641 | 2026-09-09T00:55:02.650Z | |
| 2642 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2643 | 2026-09-09T00:55:02.650Z | |
| 2644 | 2026-09-09T00:55:02.650Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 2645 | 2026-09-09T00:55:02.651Z | |
| 2646 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2647 | 2026-09-09T00:55:02.651Z | |
| 2648 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2649 | 2026-09-09T00:55:02.651Z | |
| 2650 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 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: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 } }] |
| 2651 | 2026-09-09T00:55:02.651Z | |
| 2652 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2653 | 2026-09-09T00:55:02.651Z | |
| 2654 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 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 } }] |
| 2655 | 2026-09-09T00:55:02.651Z | Sep 09 00:55:01.711 INFODEBG adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 2656 | 2026-09-09T00:55:02.652Z | 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 } }]Sep 09 00:55:01.711 |
| 2657 | 2026-09-09T00:55:02.652Z | 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 } }] |
| 2658 | 2026-09-09T00:55:02.652Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 2659 | 2026-09-09T00:55:02.652Z | |
| 2660 | 2026-09-09T00:55:02.652Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 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: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 } }] |
| 2661 | 2026-09-09T00:55:02.652Z | |
| 2662 | 2026-09-09T00:55:02.652Z | INFOSep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2663 | 2026-09-09T00:55:02.652Z | |
| 2664 | 2026-09-09T00:55:02.652Z | |
| 2665 | 2026-09-09T00:55:02.652Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2666 | 2026-09-09T00:55:02.653Z | |
| 2667 | 2026-09-09T00:55:02.653Z | Sep 09 00:55:01.711Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2668 | 2026-09-09T00:55:02.653Z | INFO |
| 2669 | 2026-09-09T00:55:02.653Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 2670 | 2026-09-09T00:55:02.653Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711Sep 09 00:55:01.711DEBG 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 } }]DEBG |
| 2671 | 2026-09-09T00:55:02.653Z | 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 } }] |
| 2672 | 2026-09-09T00:55:02.653Z | |
| 2673 | 2026-09-09T00:55:02.653Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO Sep 09 00:55:01.711adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2674 | 2026-09-09T00:55:02.653Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ffDEBG |
| 2675 | 2026-09-09T00:55:02.653Z | 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 } }] |
| 2676 | 2026-09-09T00:55:02.654Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBG DEBGINFO replacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }] |
| 2677 | 2026-09-09T00:55:02.654Z | |
| 2678 | 2026-09-09T00:55:02.654Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 2679 | 2026-09-09T00:55:02.654Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFOSep 09 00:55:01.711 adding route 3fff:beef:14::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBG |
| 2680 | 2026-09-09T00:55:02.654Z | |
| 2681 | 2026-09-09T00:55:02.654Z | 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 } }] |
| 2682 | 2026-09-09T00:55:02.654Z | Sep 09 00:55:01.711Sep 09 00:55:01.711Sep 09 00:55:01.711 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 } }]DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2683 | 2026-09-09T00:55:02.654Z | Sep 09 00:55:01.711replacing 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 } }] |
| 2684 | 2026-09-09T00:55:02.654Z | |
| 2685 | 2026-09-09T00:55:02.654Z | DEBG created new freemapSep 09 00:55:01.711Sep 09 00:55:01.711, Sep 09 00:55:01.711 unitDEBGINFO INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] : |
| 2686 | 2026-09-09T00:55:02.654Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2687 | 2026-09-09T00:55:02.654Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2688 | 2026-09-09T00:55:02.654Z | |
| 2689 | 2026-09-09T00:55:02.654Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBGSep 09 00:55:01.711 Sep 09 00:55:01.711replacing 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 } }] |
| 2690 | 2026-09-09T00:55:02.654Z | DEBGINFODEBG 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:29::/64 -> 2001:db8::55:ff |
| 2691 | 2026-09-09T00:55:02.655Z | |
| 2692 | 2026-09-09T00:55:02.655Z | created new freemap, unitSep 09 00:55:01.711:Sep 09 00:55:01.711 INFO freemap_route_ipv6DEBG |
| 2693 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711adding route 3fff:beef:16::/64 -> 2001:db8::55:ff INFO |
| 2694 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711adding route 3fff:beef:13::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2695 | 2026-09-09T00:55:02.655Z | DEBG initted freemap. size: 64 |
| 2696 | 2026-09-09T00:55:02.655Z | , Sep 09 00:55:01.711Sep 09 00:55:01.711unit : DEBG freemap_route_ipv4DEBG |
| 2697 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711replacing 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 |
| 2698 | 2026-09-09T00:55:02.655Z | 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 } }] |
| 2699 | 2026-09-09T00:55:02.655Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2700 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711INFO Sep 09 00:55:01.711INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 2701 | 2026-09-09T00:55:02.655Z | DEBGSep 09 00:55:01.711 replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 2702 | 2026-09-09T00:55:02.655Z | |
| 2703 | 2026-09-09T00:55:02.655Z | DEBG reset freemapSep 09 00:55:01.711, Sep 09 00:55:01.711 unit Sep 09 00:55:01.711INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2704 | 2026-09-09T00:55:02.655Z | DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]: |
| 2705 | 2026-09-09T00:55:02.655Z | |
| 2706 | 2026-09-09T00:55:02.655Z | freemap_route_ipv4Sep 09 00:55:01.711 |
| 2707 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711Sep 09 00:55:01.711DEBG INFO 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 } }]INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 2708 | 2026-09-09T00:55:02.655Z | |
| 2709 | 2026-09-09T00:55:02.655Z | Sep 09 00:55:01.711adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2710 | 2026-09-09T00:55:02.655Z | DEBG Sep 09 00:55:01.711initted freemap. size: 64 , Sep 09 00:55:01.711Sep 09 00:55:01.711unitDEBG INFO: 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 } }]freemap_route_ipv6 |
| 2711 | 2026-09-09T00:55:02.655Z | |
| 2712 | 2026-09-09T00:55:02.655Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2713 | 2026-09-09T00:55:02.655Z | 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 } }]Sep 09 00:55:01.711 |
| 2714 | 2026-09-09T00:55:02.655Z | DEBGSep 09 00:55:01.711Sep 09 00:55:01.711 DEBGINFO Sep 09 00:55:01.711 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 } }]reset freemapadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 2715 | 2026-09-09T00:55:02.655Z | , unit |
| 2716 | 2026-09-09T00:55:02.656Z | INFO: adding route 3fff:beef:19::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2717 | 2026-09-09T00:55:02.656Z | |
| 2718 | 2026-09-09T00:55:02.656Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBGINFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:1INFOreplacing 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 } }] |
| 2719 | 2026-09-09T00:55:02.656Z | 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 } }] |
| 2720 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2721 | 2026-09-09T00:55:02.660Z | |
| 2722 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBGSep 09 00:55:01.711Sep 09 00:55:01.711 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 2723 | 2026-09-09T00:55:02.660Z | INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffINFO |
| 2724 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711replacing 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 } }] |
| 2725 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 2726 | 2026-09-09T00:55:02.660Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711INFODEBG |
| 2727 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2728 | 2026-09-09T00:55:02.660Z | replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2729 | 2026-09-09T00:55:02.660Z | 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 } }]Sep 09 00:55:01.711 |
| 2730 | 2026-09-09T00:55:02.660Z | DEBG Sep 09 00:55:01.711replacing 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 } }] Sep 09 00:55:01.711INFO |
| 2731 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffINFO |
| 2732 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2733 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOSep 09 00:55:01.711DEBG adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2734 | 2026-09-09T00:55:02.660Z | DEBG |
| 2735 | 2026-09-09T00:55:02.660Z | 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 } }] |
| 2736 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711INFO INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 2737 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:19::/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 } }] |
| 2738 | 2026-09-09T00:55:02.660Z | |
| 2739 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711 DEBGSep 09 00:55:01.711 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 } }]Sep 09 00:55:01.711DEBG |
| 2740 | 2026-09-09T00:55:02.660Z | INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2741 | 2026-09-09T00:55:02.660Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2742 | 2026-09-09T00:55:02.660Z | Sep 09 00:55:01.711 INFOSep 09 00:55:01.711 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 09 00:55:01.711 |
| 2743 | 2026-09-09T00:55:02.660Z | INFODEBG adding route 3fff:beef:1a::/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 } }] |
| 2744 | 2026-09-09T00:55:02.661Z | |
| 2745 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711 DEBG Sep 09 00:55:01.711Sep 09 00:55:01.711 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 INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2746 | 2026-09-09T00:55:02.661Z | |
| 2747 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2748 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBGINFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 2749 | 2026-09-09T00:55:02.661Z | |
| 2750 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2751 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBGDEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2752 | 2026-09-09T00:55:02.661Z | |
| 2753 | 2026-09-09T00:55:02.661Z | 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 } }] |
| 2754 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGINFO Sep 09 00:55:01.711replacing 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 } }] |
| 2755 | 2026-09-09T00:55:02.661Z | INFOadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 2756 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2757 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711INFO DEBGSep 09 00:55:01.711 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2758 | 2026-09-09T00:55:02.661Z | DEBG |
| 2759 | 2026-09-09T00:55:02.661Z | 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 } }] |
| 2760 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGSep 09 00:55:01.711INFO 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 |
| 2761 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2762 | 2026-09-09T00:55:02.661Z | |
| 2763 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711 INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 09 00:55:01.711Sep 09 00:55:01.711 |
| 2764 | 2026-09-09T00:55:02.661Z | 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 } }] |
| 2765 | 2026-09-09T00:55:02.661Z | 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 } }]Sep 09 00:55:01.711 |
| 2766 | 2026-09-09T00:55:02.661Z | 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 } }]Sep 09 00:55:01.711Sep 09 00:55:01.711 |
| 2767 | 2026-09-09T00:55:02.661Z | INFOINFO Sep 09 00:55:01.711 adding route 3fff:beef:21::/64 -> 2001:db8::55:ff adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2768 | 2026-09-09T00:55:02.661Z | INFO |
| 2769 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2770 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBG 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 } }]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 } }] |
| 2771 | 2026-09-09T00:55:02.661Z | |
| 2772 | 2026-09-09T00:55:02.661Z | 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 } }] |
| 2773 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2774 | 2026-09-09T00:55:02.661Z | |
| 2775 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG Sep 09 00:55:01.711 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: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 } }] |
| 2776 | 2026-09-09T00:55:02.661Z | |
| 2777 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 2778 | 2026-09-09T00:55:02.661Z | |
| 2779 | 2026-09-09T00:55:02.661Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2780 | 2026-09-09T00:55:02.661Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 DEBGDEBG Sep 09 00:55:01.711 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 } }] |
| 2781 | 2026-09-09T00:55:02.661Z | DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2782 | 2026-09-09T00:55:02.661Z | 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 } }] |
| 2783 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711INFOSep 09 00:55:01.711 INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ffINFO |
| 2784 | 2026-09-09T00:55:02.662Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2785 | 2026-09-09T00:55:02.662Z | |
| 2786 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711 DEBG Sep 09 00:55:01.711replacing 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 } }] Sep 09 00:55:01.711DEBG |
| 2787 | 2026-09-09T00:55:02.662Z | 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 } }]Sep 09 00:55:01.711 |
| 2788 | 2026-09-09T00:55:02.662Z | 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 |
| 2789 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 2790 | 2026-09-09T00:55:02.662Z | INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:55:01.711 |
| 2791 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711 INFODEBG adding route 3fff:beef:22::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2792 | 2026-09-09T00:55:02.662Z | |
| 2793 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711 DEBGSep 09 00:55:01.711Sep 09 00:55:01.711 DEBGINFO replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2794 | 2026-09-09T00:55:02.662Z | |
| 2795 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBG adding route 3fff:beef:23::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2796 | 2026-09-09T00:55:02.662Z | |
| 2797 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711replacing 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 } }]Sep 09 00:55:01.711 |
| 2798 | 2026-09-09T00:55:02.662Z | DEBG INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2799 | 2026-09-09T00:55:02.662Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2800 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBG Sep 09 00:55:01.711adding route 3fff:beef:24::/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 } }] |
| 2801 | 2026-09-09T00:55:02.662Z | |
| 2802 | 2026-09-09T00:55:02.662Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2803 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 09 00:55:01.711 |
| 2804 | 2026-09-09T00:55:02.662Z | 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 |
| 2805 | 2026-09-09T00:55:02.662Z | 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 } }]Sep 09 00:55:01.711 |
| 2806 | 2026-09-09T00:55:02.662Z | DEBG Sep 09 00:55:01.711replacing 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 } }] |
| 2807 | 2026-09-09T00:55:02.662Z | INFOSep 09 00:55:01.711 adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 09 00:55:01.711 INFODEBG |
| 2808 | 2026-09-09T00:55:02.662Z | failed to allocate space for the new target listadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2809 | 2026-09-09T00:55:02.662Z | |
| 2810 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711 DEBG Sep 09 00:55:01.711Sep 09 00:55:01.711 replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2811 | 2026-09-09T00:55:02.662Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 2812 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711replacing 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 } }] |
| 2813 | 2026-09-09T00:55:02.662Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2814 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2815 | 2026-09-09T00:55:02.662Z | |
| 2816 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711replacing 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 } }] |
| 2817 | 2026-09-09T00:55:02.662Z | DEBGINFO adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2818 | 2026-09-09T00:55:02.662Z | |
| 2819 | 2026-09-09T00:55:02.662Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 Sep 09 00:55:01.711INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 2820 | 2026-09-09T00:55:02.667Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 2821 | 2026-09-09T00:55:02.667Z | 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 } }] |
| 2822 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.711 Sep 09 00:55:01.711DEBG Sep 09 00:55:01.711DEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2823 | 2026-09-09T00:55:02.667Z | |
| 2824 | 2026-09-09T00:55:02.667Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 2825 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.711Sep 09 00:55:01.711 INFOINFO Sep 09 00:55:01.712adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2826 | 2026-09-09T00:55:02.667Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 2827 | 2026-09-09T00:55:02.667Z | 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 } }] |
| 2828 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712 Sep 09 00:55:01.712replacing 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 |
| 2829 | 2026-09-09T00:55:02.667Z | INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2830 | 2026-09-09T00:55:02.667Z | |
| 2831 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffSep 09 00:55:01.712 |
| 2832 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712INFO Sep 09 00:55:01.712DEBG 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:10::/64 -> 2001:db8::55:ffDEBG |
| 2833 | 2026-09-09T00:55:02.667Z | 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 } }] |
| 2834 | 2026-09-09T00:55:02.667Z | |
| 2835 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712Sep 09 00:55:01.712 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2836 | 2026-09-09T00:55:02.667Z | 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:2a::/64 -> 2001:db8::55:ff |
| 2837 | 2026-09-09T00:55:02.667Z | |
| 2838 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGINFO DEBG adding route 3fff:beef:11::/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 } }]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 } }] |
| 2839 | 2026-09-09T00:55:02.667Z | |
| 2840 | 2026-09-09T00:55:02.667Z | |
| 2841 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 Sep 09 00:55:01.712INFO DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2842 | 2026-09-09T00:55:02.667Z | INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2843 | 2026-09-09T00:55:02.667Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 2844 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 Sep 09 00:55:01.712DEBG INFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 2845 | 2026-09-09T00:55:02.667Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2846 | 2026-09-09T00:55:02.667Z | |
| 2847 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712DEBG INFOSep 09 00:55:01.712replacing 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 } }] INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 2848 | 2026-09-09T00:55:02.667Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 2849 | 2026-09-09T00:55:02.667Z | |
| 2850 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGINFODEBG replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 2851 | 2026-09-09T00:55:02.667Z | 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 } }] |
| 2852 | 2026-09-09T00:55:02.667Z | |
| 2853 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG 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:2d::/64 -> 2001:db8::55:ffINFO |
| 2854 | 2026-09-09T00:55:02.667Z | |
| 2855 | 2026-09-09T00:55:02.667Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 09 00:55:01.712 |
| 2856 | 2026-09-09T00:55:02.667Z | Sep 09 00:55:01.712INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffDEBG |
| 2857 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712 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 |
| 2858 | 2026-09-09T00:55:02.668Z | 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 } }]Sep 09 00:55:01.712 |
| 2859 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712DEBG INFOSep 09 00:55:01.712replacing 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 } }] INFOadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 2860 | 2026-09-09T00:55:02.668Z | |
| 2861 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2862 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGDEBG INFOreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2863 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:15::/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 } }] |
| 2864 | 2026-09-09T00:55:02.668Z | |
| 2865 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFOSep 09 00:55:01.712DEBG INFOreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2866 | 2026-09-09T00:55:02.668Z | |
| 2867 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 2868 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 09 00:55:01.712replacing 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 } }] |
| 2869 | 2026-09-09T00:55:02.668Z | DEBG |
| 2870 | 2026-09-09T00:55:02.668Z | 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 } }] |
| 2871 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 Sep 09 00:55:01.712INFODEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2872 | 2026-09-09T00:55:02.668Z | |
| 2873 | 2026-09-09T00:55:02.668Z | INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 2874 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712DEBG Sep 09 00:55:01.712replacing 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 } }] INFODEBG adding route 3fff:beef:17::/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 } }] |
| 2875 | 2026-09-09T00:55:02.668Z | |
| 2876 | 2026-09-09T00:55:02.668Z | |
| 2877 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGINFO INFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 2878 | 2026-09-09T00:55:02.668Z | test route::tests::grow_succeeds ... ok |
| 2879 | 2026-09-09T00:55:02.668Z | |
| 2880 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 2881 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFOSep 09 00:55:01.712DEBG DEBGreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2882 | 2026-09-09T00:55:02.668Z | 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 } }] |
| 2883 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 2884 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712Sep 09 00:55:01.712INFO Sep 09 00:55:01.712INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 2885 | 2026-09-09T00:55:02.668Z | DEBG adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 2886 | 2026-09-09T00:55:02.668Z | 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 } }] Sep 09 00:55:01.712created new freemap |
| 2887 | 2026-09-09T00:55:02.668Z | DEBGSep 09 00:55:01.712 Sep 09 00:55:01.712, 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 |
| 2888 | 2026-09-09T00:55:02.668Z | INFO unitreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 2889 | 2026-09-09T00:55:02.668Z | |
| 2890 | 2026-09-09T00:55:02.668Z | freemap_route_ipv4 |
| 2891 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBG INFO INFOSep 09 00:55:01.712 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:33::/64 -> 2001:db8::55:ff |
| 2892 | 2026-09-09T00:55:02.668Z | |
| 2893 | 2026-09-09T00:55:02.668Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffDEBG |
| 2894 | 2026-09-09T00:55:02.668Z | created new freemapSep 09 00:55:01.712, unitINFO:Sep 09 00:55:01.712 freemap_route_ipv6adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 2895 | 2026-09-09T00:55:02.668Z | Sep 09 00:55:01.712 DEBG |
| 2896 | 2026-09-09T00:55:02.669Z | Sep 09 00:55:01.712replacing 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 |
| 2897 | 2026-09-09T00:55:02.669Z | initted freemap. size: 64DEBG, 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 } }]unit |
| 2898 | 2026-09-09T00:55:02.669Z | :Sep 09 00:55:01.712 Sep 09 00:55:01.712INFO Sep 09 00:55:01.712adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2899 | 2026-09-09T00:55:02.669Z | |
| 2900 | 2026-09-09T00:55:02.669Z | DEBG INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:55:01.712Sep 09 00:55:01.712 |
| 2901 | 2026-09-09T00:55:02.669Z | |
| 2902 | 2026-09-09T00:55:02.669Z | DEBGDEBG Sep 09 00:55:01.712 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 } }] |
| 2903 | 2026-09-09T00:55:02.669Z | DEBGreset freemap Sep 09 00:55:01.712replacing 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 } }] , |
| 2904 | 2026-09-09T00:55:02.669Z | unitINFO: Sep 09 00:55:01.712Sep 09 00:55:01.712 adding route 3fff:beef:1b::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 2905 | 2026-09-09T00:55:02.669Z | |
| 2906 | 2026-09-09T00:55:02.669Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 2907 | 2026-09-09T00:55:02.669Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 Sep 09 00:55:01.712 DEBGINFODEBG replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2908 | 2026-09-09T00:55:02.669Z | 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 } }] |
| 2909 | 2026-09-09T00:55:02.669Z | DEBG |
| 2910 | 2026-09-09T00:55:02.669Z | Sep 09 00:55:01.712 initted freemap. size: 64INFO , Sep 09 00:55:01.712unitSep 09 00:55:01.712: adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff INFO DEBG |
| 2911 | 2026-09-09T00:55:02.669Z | freemap_route_ipv6adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 2912 | 2026-09-09T00:55:02.669Z | 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 } }] |
| 2913 | 2026-09-09T00:55:02.669Z | |
| 2914 | 2026-09-09T00:55:02.669Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712Sep 09 00:55:01.712 reset freemap INFO, Sep 09 00:55:01.712unitDEBGadding route 3fff:beef:37::/64 -> 2001:db8::55:ff: |
| 2915 | 2026-09-09T00:55:02.669Z | DEBG Sep 09 00:55:01.712replacing 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 } }] |
| 2916 | 2026-09-09T00:55:02.669Z | 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 } }]DEBGfreemap_route_ipv6 |
| 2917 | 2026-09-09T00:55:02.669Z | |
| 2918 | 2026-09-09T00:55:02.669Z | 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 } }] |
| 2919 | 2026-09-09T00:55:02.669Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFOINFOSep 09 00:55:01.712 adding route 3fff:beef:37::/64 -> 2001:db8::55:ffadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 2920 | 2026-09-09T00:55:02.674Z | |
| 2921 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 2922 | 2026-09-09T00:55:02.674Z | INFOSep 09 00:55:01.712Sep 09 00:55:01.712 adding route 3fff:beef:38::/64 -> 2001:db8::55:ff DEBGDEBG |
| 2923 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 2924 | 2026-09-09T00:55:02.674Z | |
| 2925 | 2026-09-09T00:55:02.674Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 2926 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 2927 | 2026-09-09T00:55:02.674Z | |
| 2928 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 09 00:55:01.712 |
| 2929 | 2026-09-09T00:55:02.674Z | INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 2930 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 2931 | 2026-09-09T00:55:02.674Z | |
| 2932 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 2933 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2934 | 2026-09-09T00:55:02.674Z | |
| 2935 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 2936 | 2026-09-09T00:55:02.674Z | |
| 2937 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG adding route 3fff:beef:3a::/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 } }] |
| 2938 | 2026-09-09T00:55:02.674Z | |
| 2939 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712INFO DEBGadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2940 | 2026-09-09T00:55:02.674Z | 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 } }] |
| 2941 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 2942 | 2026-09-09T00:55:02.674Z | |
| 2943 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 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 } }]failed to allocate space for the new target list |
| 2944 | 2026-09-09T00:55:02.674Z | |
| 2945 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712Sep 09 00:55:01.712Sep 09 00:55:01.712 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 2946 | 2026-09-09T00:55:02.674Z | |
| 2947 | 2026-09-09T00:55:02.674Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 2948 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 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 } }] |
| 2949 | 2026-09-09T00:55:02.674Z | Sep 09 00:55:01.712 INFOSep 09 00:55:01.712 adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG |
| 2950 | 2026-09-09T00:55:02.674Z | 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 } }] |
| 2951 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712 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 |
| 2952 | 2026-09-09T00:55:02.675Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 2953 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 INFOSep 09 00:55:01.712 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 2954 | 2026-09-09T00:55:02.675Z | 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 } }] |
| 2955 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712 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 } }]INFO |
| 2956 | 2026-09-09T00:55:02.675Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 2957 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712 failed to allocate space for the new target listDEBG |
| 2958 | 2026-09-09T00:55:02.675Z | 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 } }] |
| 2959 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712DEBG 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 } }] |
| 2960 | 2026-09-09T00:55:02.675Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 2961 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 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 } }] |
| 2962 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 2963 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 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 } }] |
| 2964 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 2965 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 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 } }] |
| 2966 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 2967 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 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 } }]Sep 09 00:55:01.712 |
| 2968 | 2026-09-09T00:55:02.675Z | DEBG created new freemap, Sep 09 00:55:01.712unit :INFO freemap_route_ipv4adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 2969 | 2026-09-09T00:55:02.675Z | |
| 2970 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 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 } }]created new freemap |
| 2971 | 2026-09-09T00:55:02.675Z | , unit: freemap_route_ipv6Sep 09 00:55:01.712 |
| 2972 | 2026-09-09T00:55:02.675Z | INFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 2973 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBG initted freemap. size: 64Sep 09 00:55:01.712, unitDEBG: 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 } }]freemap_route_ipv4 |
| 2974 | 2026-09-09T00:55:02.675Z | |
| 2975 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:ffreset freemap |
| 2976 | 2026-09-09T00:55:02.675Z | , unit: freemap_route_ipv4Sep 09 00:55:01.712 |
| 2977 | 2026-09-09T00:55:02.675Z | 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 } }] |
| 2978 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBG initted freemap. size: 64Sep 09 00:55:01.712, unitINFO: adding route 3fff:beef:28::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 2979 | 2026-09-09T00:55:02.675Z | |
| 2980 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712Sep 09 00:55:01.712 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 } }]reset freemap |
| 2981 | 2026-09-09T00:55:02.675Z | , unit: freemap_route_ipv6Sep 09 00:55:01.712 |
| 2982 | 2026-09-09T00:55:02.675Z | INFO Sep 09 00:55:01.712adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 2983 | 2026-09-09T00:55:02.675Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2984 | 2026-09-09T00:55:02.675Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 2985 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 DEBGSep 09 00:55:01.712 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 |
| 2986 | 2026-09-09T00:55:02.675Z | 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 } }] |
| 2987 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712INFO INFOadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 2988 | 2026-09-09T00:55:02.675Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2989 | 2026-09-09T00:55:02.675Z | Sep 09 00:55:01.712 Sep 09 00:55:01.712DEBG 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 } }] |
| 2990 | 2026-09-09T00:55:02.676Z | 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 } }] |
| 2991 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.712 INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 09 00:55:01.712 |
| 2992 | 2026-09-09T00:55:02.676Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 2993 | 2026-09-09T00:55:02.676Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 2994 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.712 DEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:55:01.712 |
| 2995 | 2026-09-09T00:55:02.676Z | DEBGSep 09 00:55:01.712 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO Sep 09 00:55:01.713 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 09 00:55:01.713DEBG |
| 2996 | 2026-09-09T00:55:02.676Z | DEBGcreated new freemap created new freemap, , unitunit:: freemap_route_ipv4 |
| 2997 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718freemap_route_ipv4 DEBG |
| 2998 | 2026-09-09T00:55:02.676Z | 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 } }] |
| 2999 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718 Sep 09 00:55:01.713Sep 09 00:55:01.718DEBG Sep 09 00:55:01.718INFO DEBG DEBGadding route 3fff:beef:2d::/64 -> 2001:db8::55:ffcreated new freemapcreated new freemap , , created new freemapunit |
| 3000 | 2026-09-09T00:55:02.676Z | , : unitunitfreemap_route_ipv6: |
| 3001 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718freemap_route_ipv4 : |
| 3002 | 2026-09-09T00:55:02.676Z | freemap_route_ipv6DEBG |
| 3003 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718 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 |
| 3004 | 2026-09-09T00:55:02.676Z | initted freemap. size: 64, Sep 09 00:55:01.718unitSep 09 00:55:01.718 INFO Sep 09 00:55:01.713adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 3005 | 2026-09-09T00:55:02.676Z | :Sep 09 00:55:01.718 Sep 09 00:55:01.718DEBG DEBG DEBG created new freemapcreated new freemapDEBG freemap_route_ipv4, , unitinitted freemap. size: 64 |
| 3006 | 2026-09-09T00:55:02.676Z | , unitunit:: replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3007 | 2026-09-09T00:55:02.676Z | |
| 3008 | 2026-09-09T00:55:02.676Z | freemap_route_ipv4 |
| 3009 | 2026-09-09T00:55:02.676Z | :Sep 09 00:55:01.718 Sep 09 00:55:01.718freemap_route_ipv4 Sep 09 00:55:01.718DEBG |
| 3010 | 2026-09-09T00:55:02.676Z | INFO DEBG reset freemapinitted freemap. size: 64, unit, Sep 09 00:55:01.718unit :DEBG: adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 3011 | 2026-09-09T00:55:02.676Z | freemap_route_ipv4reset freemap |
| 3012 | 2026-09-09T00:55:02.676Z | freemap_route_ipv4, |
| 3013 | 2026-09-09T00:55:02.676Z | unitSep 09 00:55:01.718: DEBG Sep 09 00:55:01.718freemap_route_ipv4created new freemap |
| 3014 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718DEBG Sep 09 00:55:01.718 DEBGinitted freemap. size: 64 , reset freemapSep 09 00:55:01.718, unitDEBG:unitDEBG :initted freemap. size: 64replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 3015 | 2026-09-09T00:55:02.676Z | , unit |
| 3016 | 2026-09-09T00:55:02.676Z | :, freemap_route_ipv6unitfreemap_route_ipv6 |
| 3017 | 2026-09-09T00:55:02.676Z | |
| 3018 | 2026-09-09T00:55:02.676Z | Sep 09 00:55:01.718:Sep 09 00:55:01.718 freemap_route_ipv6DEBGSep 09 00:55:01.718Sep 09 00:55:01.718 initted freemap. size: 64 |
| 3019 | 2026-09-09T00:55:02.676Z | , unitDEBGDEBG: INFO reset freemapreset freemapfreemap_route_ipv6, |
| 3020 | 2026-09-09T00:55:02.680Z | , adding route 3fff:beef:30::/64 -> 2001:db8::55:ffunit |
| 3021 | 2026-09-09T00:55:02.680Z | : unitfreemap_route_ipv6: |
| 3022 | 2026-09-09T00:55:02.680Z | freemap_route_ipv6Sep 09 00:55:01.718Sep 09 00:55:01.718 |
| 3023 | 2026-09-09T00:55:02.680Z | Sep 09 00:55:01.718 DEBGSep 09 00:55:01.718DEBG INFOSep 09 00:55:01.718reset freemap , unitinitted freemap. size: 64:INFOadding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 3024 | 2026-09-09T00:55:02.680Z | freemap_route_ipv6, |
| 3025 | 2026-09-09T00:55:02.680Z | unitreplacing 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 } }]Sep 09 00:55:01.718 |
| 3026 | 2026-09-09T00:55:02.680Z | 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 } }]Sep 09 00:55:01.718adding route 3fff:dead::/64 -> 2001:db8::55:1freemap_route_ipv4 |
| 3027 | 2026-09-09T00:55:02.680Z | |
| 3028 | 2026-09-09T00:55:02.680Z | |
| 3029 | 2026-09-09T00:55:02.680Z | INFOSep 09 00:55:01.718 Sep 09 00:55:01.718adding route 3fff:beef:31::/64 -> 2001:db8::55:ff Sep 09 00:55:01.718INFO INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3030 | 2026-09-09T00:55:02.680Z | |
| 3031 | 2026-09-09T00:55:02.680Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3032 | 2026-09-09T00:55:02.680Z | Sep 09 00:55:01.718 |
| 3033 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718Sep 09 00:55:01.718DEBGSep 09 00:55:01.718 DEBG DEBGINFOSep 09 00:55:01.718 DEBG reset 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3034 | 2026-09-09T00:55:02.681Z | |
| 3035 | 2026-09-09T00:55:02.681Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 3036 | 2026-09-09T00:55:02.681Z | unitSep 09 00:55:01.718: |
| 3037 | 2026-09-09T00:55:02.681Z | freemap_route_ipv4INFOSep 09 00:55:01.718 |
| 3038 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718adding route 172.16.0.0/32 -> 10.0.0.2 DEBGINFO |
| 3039 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3040 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 3041 | 2026-09-09T00:55:02.681Z | |
| 3042 | 2026-09-09T00:55:02.681Z | DEBG Sep 09 00:55:01.718replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Sep 09 00:55:01.718Sep 09 00:55:01.718 |
| 3043 | 2026-09-09T00:55:02.681Z | DEBG Sep 09 00:55:01.718DEBG Sep 09 00:55:01.718INFODEBGinitted 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 } }]replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3044 | 2026-09-09T00:55:02.681Z | unit |
| 3045 | 2026-09-09T00:55:02.681Z | : freemap_route_ipv6 |
| 3046 | 2026-09-09T00:55:02.681Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255Sep 09 00:55:01.718Sep 09 00:55:01.718 |
| 3047 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718 DEBGINFO |
| 3048 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFODEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3049 | 2026-09-09T00:55:02.681Z | |
| 3050 | 2026-09-09T00:55:02.681Z | 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 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3051 | 2026-09-09T00:55:02.681Z | |
| 3052 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718Sep 09 00:55:01.718 Sep 09 00:55:01.718DEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Sep 09 00:55:01.718 |
| 3053 | 2026-09-09T00:55:02.681Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 reset freemapDEBG |
| 3054 | 2026-09-09T00:55:02.681Z | , Sep 09 00:55:01.718Sep 09 00:55:01.718replacing 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 } }] |
| 3055 | 2026-09-09T00:55:02.681Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]unitSep 09 00:55:01.718 |
| 3056 | 2026-09-09T00:55:02.681Z | :DEBGINFO Sep 09 00:55:01.718freemap_route_ipv6 adding route 172.17.0.1/32 -> 10.0.0.255INFO |
| 3057 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718 |
| 3058 | 2026-09-09T00:55:02.681Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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:34::/64 -> 2001:db8::55:ff Sep 09 00:55:01.718 |
| 3059 | 2026-09-09T00:55:02.681Z | WARN |
| 3060 | 2026-09-09T00:55:02.681Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFO |
| 3061 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718Sep 09 00:55:01.718 Sep 09 00:55:01.718adding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3062 | 2026-09-09T00:55:02.681Z | 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 |
| 3063 | 2026-09-09T00:55:02.681Z | replacing targets for 3fff:dead::/64 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 } }]DEBGSep 09 00:55:01.718 |
| 3064 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718 Sep 09 00:55:01.718INFO 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 } }]Sep 09 00:55:01.718ERRO |
| 3065 | 2026-09-09T00:55:02.681Z | rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })WARNDEBG |
| 3066 | 2026-09-09T00:55:02.681Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3067 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718replacing 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 } }] |
| 3068 | 2026-09-09T00:55:02.681Z | INFOadding route 172.17.0.2/32 -> 10.0.0.255 Sep 09 00:55:01.718Sep 09 00:55:01.718 |
| 3069 | 2026-09-09T00:55:02.681Z | ERROINFOadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3070 | 2026-09-09T00:55:02.681Z | Sep 09 00:55:01.718shrink-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 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3071 | 2026-09-09T00:55:02.681Z | |
| 3072 | 2026-09-09T00:55:02.682Z | DEBG Sep 09 00:55:01.718Sep 09 00:55:01.718 DEBGDEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 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 } }] |
| 3073 | 2026-09-09T00:55:02.682Z | |
| 3074 | 2026-09-09T00:55:02.682Z | 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 } }] |
| 3075 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.712Sep 09 00:55:01.718 DEBGINFOSep 09 00:55:01.718 Sep 09 00:55:01.718 adding route 3fff:beef:36::/64 -> 2001:db8::55:ffcreated new freemap |
| 3076 | 2026-09-09T00:55:02.682Z | INFO, unitadding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:55:01.718 |
| 3077 | 2026-09-09T00:55:02.682Z | INFODEBG: 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 } }] |
| 3078 | 2026-09-09T00:55:02.682Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3079 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.718 |
| 3080 | 2026-09-09T00:55:02.682Z | DEBG Sep 09 00:55:01.718replacing 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 } }]Sep 09 00:55:01.718 |
| 3081 | 2026-09-09T00:55:02.682Z | INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Sep 09 00:55:01.718 |
| 3082 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.718DEBG 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 } }] |
| 3083 | 2026-09-09T00:55:02.682Z | created new freemapINFO, Sep 09 00:55:01.718unit adding route 172.16.0.0/32 -> 10.0.0.2:Sep 09 00:55:01.718DEBG |
| 3084 | 2026-09-09T00:55:02.682Z | freemap_route_ipv6INFO |
| 3085 | 2026-09-09T00:55:02.682Z | 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.4/32 -> 10.0.0.255Sep 09 00:55:01.718 |
| 3086 | 2026-09-09T00:55:02.682Z | |
| 3087 | 2026-09-09T00:55:02.682Z | DEBG Sep 09 00:55:01.718Sep 09 00:55:01.718replacing 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 } }] |
| 3088 | 2026-09-09T00:55:02.682Z | INFODEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 3089 | 2026-09-09T00:55:02.682Z | , unit:Sep 09 00:55:01.718Sep 09 00:55:01.718 freemap_route_ipv4 |
| 3090 | 2026-09-09T00:55:02.682Z | DEBGINFO Sep 09 00:55:01.718adding route 172.17.0.0/32 -> 10.0.0.255 Sep 09 00:55:01.718DEBGreplacing 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 } }] |
| 3091 | 2026-09-09T00:55:02.682Z | DEBG |
| 3092 | 2026-09-09T00:55:02.682Z | 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 } }]reset freemap |
| 3093 | 2026-09-09T00:55:02.682Z | , unitSep 09 00:55:01.718 Sep 09 00:55:01.718DEBG 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 } }] |
| 3094 | 2026-09-09T00:55:02.682Z | :adding route 172.17.0.5/32 -> 10.0.0.255 freemap_route_ipv4Sep 09 00:55:01.718 |
| 3095 | 2026-09-09T00:55:02.682Z | |
| 3096 | 2026-09-09T00:55:02.682Z | INFOSep 09 00:55:01.718 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 09 00:55:01.718 INFODEBG |
| 3097 | 2026-09-09T00:55:02.682Z | initted freemap. size: 64Sep 09 00:55:01.718, adding route 172.17.0.1/32 -> 10.0.0.255 unitDEBGSep 09 00:55:01.718 |
| 3098 | 2026-09-09T00:55:02.682Z | : 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 |
| 3099 | 2026-09-09T00:55:02.682Z | replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 3100 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.719 DEBGSep 09 00:55:01.719 Sep 09 00:55:01.725DEBGcreated new freemap , created new freemapDEBGunit, :unit: freemap_route_ipv4 |
| 3101 | 2026-09-09T00:55:02.682Z | |
| 3102 | 2026-09-09T00:55:02.682Z | freemap_route_ipv4Sep 09 00:55:01.718 |
| 3103 | 2026-09-09T00:55:02.682Z | 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 } }]Sep 09 00:55:01.718 |
| 3104 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.713 Sep 09 00:55:01.725reset freemapSep 09 00:55:01.725, Sep 09 00:55:01.725 unit INFODEBGINFO : DEBG created new freemapcreated new freemap, , DEBGunitunit:: freemap_route_ipv6 |
| 3105 | 2026-09-09T00:55:02.682Z | created new freemap Sep 09 00:55:01.725freemap_route_ipv6 , adding route 3fff:beef:3a::/64 -> 2001:db8::55:fffreemap_route_ipv6adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3106 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.725 |
| 3107 | 2026-09-09T00:55:02.682Z | |
| 3108 | 2026-09-09T00:55:02.682Z | INFO unit: |
| 3109 | 2026-09-09T00:55:02.682Z | DEBG Sep 09 00:55:01.725adding route 172.17.0.2/32 -> 10.0.0.255freemap_route_ipv4 initted freemap. size: 64 |
| 3110 | 2026-09-09T00:55:02.682Z | Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3111 | 2026-09-09T00:55:02.682Z | DEBG , 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 } }]Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3112 | 2026-09-09T00:55:02.683Z | Sep 09 00:55:01.725DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3113 | 2026-09-09T00:55:02.683Z | DEBGcreated new freemap , 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 } }] |
| 3114 | 2026-09-09T00:55:02.683Z | unitDEBG: Sep 09 00:55:01.725: Sep 09 00:55:01.725 freemap_route_ipv6 |
| 3115 | 2026-09-09T00:55:02.683Z | DEBGfreemap_route_ipv4 initted freemap. size: 64Sep 09 00:55:01.725 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 } }] |
| 3116 | 2026-09-09T00:55:02.683Z | Sep 09 00:55:01.725INFO |
| 3117 | 2026-09-09T00:55:02.683Z | INFOSep 09 00:55:01.725, adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3118 | 2026-09-09T00:55:02.683Z | INFOunit Sep 09 00:55:01.725:adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3119 | 2026-09-09T00:55:02.683Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3120 | 2026-09-09T00:55:02.687Z | INFO |
| 3121 | 2026-09-09T00:55:02.687Z | freemap_route_ipv4 |
| 3122 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 09 00:55:01.725 |
| 3123 | 2026-09-09T00:55:02.687Z | DEBG Sep 09 00:55:01.725replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 09 00:55:01.725 |
| 3124 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725 DEBGDEBGDEBG DEBGreset freemapSep 09 00:55:01.725Sep 09 00:55:01.725 , INFODEBG replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3125 | 2026-09-09T00:55:02.687Z | reset freemapadding route 172.16.0.0/32 -> 10.0.0.3, |
| 3126 | 2026-09-09T00:55:02.687Z | unitreplacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit: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 } }]: |
| 3127 | 2026-09-09T00:55:02.687Z | freemap_route_ipv4 |
| 3128 | 2026-09-09T00:55:02.687Z | |
| 3129 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725 Sep 09 00:55:01.725INFO INFO adding route 172.17.0.4/32 -> 10.0.0.255Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3130 | 2026-09-09T00:55:02.687Z | adding route 172.17.0.8/32 -> 10.0.0.255freemap_route_ipv4Sep 09 00:55:01.725INFO |
| 3131 | 2026-09-09T00:55:02.687Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 09 00:55:01.725DEBG |
| 3132 | 2026-09-09T00:55:02.687Z | |
| 3133 | 2026-09-09T00:55:02.687Z | |
| 3134 | 2026-09-09T00:55:02.687Z | 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 } }]Sep 09 00:55:01.725 |
| 3135 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725Sep 09 00:55:01.725 INFODEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:55:01.725 adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 3136 | 2026-09-09T00:55:02.687Z | |
| 3137 | 2026-09-09T00:55:02.687Z | initted freemap. size: 64 , Sep 09 00:55:01.725Sep 09 00:55:01.725unit initted freemap. size: 64adding route 172.17.0.9/32 -> 10.0.0.255INFO |
| 3138 | 2026-09-09T00:55:02.687Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffDEBG: |
| 3139 | 2026-09-09T00:55:02.687Z | freemap_route_ipv6Sep 09 00:55:01.725replacing 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 } }] |
| 3140 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725 DEBG |
| 3141 | 2026-09-09T00:55:02.687Z | replacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 3142 | 2026-09-09T00:55:02.687Z | 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 } }], Sep 09 00:55:01.725Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3143 | 2026-09-09T00:55:02.687Z | INFOSep 09 00:55:01.725 INFODEBG Sep 09 00:55:01.725unitadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff DEBG INFO |
| 3144 | 2026-09-09T00:55:02.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 } }, 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.5/32 -> 10.0.0.255 |
| 3145 | 2026-09-09T00:55:02.687Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3146 | 2026-09-09T00:55:02.687Z | |
| 3147 | 2026-09-09T00:55:02.687Z | Sep 09 00:55:01.725reset freemap :DEBGSep 09 00:55:01.725 Sep 09 00:55:01.725Sep 09 00:55:01.725freemap_route_ipv6 DEBG |
| 3148 | 2026-09-09T00:55:02.687Z | 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, |
| 3149 | 2026-09-09T00:55:02.687Z | unit INFO adding route 172.17.0.0/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 } }] |
| 3150 | 2026-09-09T00:55:02.687Z | |
| 3151 | 2026-09-09T00:55:02.687Z | :Sep 09 00:55:01.725 freemap_route_ipv6 replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.725INFO Sep 09 00:55:01.725DEBG |
| 3152 | 2026-09-09T00:55:02.687Z | |
| 3153 | 2026-09-09T00:55:02.687Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ff |
| 3154 | 2026-09-09T00:55:02.687Z | 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 } }]Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3155 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725 INFO INFOadding route 172.17.0.6/32 -> 10.0.0.255 |
| 3156 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725adding route 172.17.0.11/32 -> 10.0.0.255Sep 09 00:55:01.725 |
| 3157 | 2026-09-09T00:55:02.688Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBG Sep 09 00:55:01.725INFOreplacing 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 } }] |
| 3158 | 2026-09-09T00:55:02.688Z | reset freemap adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3159 | 2026-09-09T00:55:02.688Z | , unitSep 09 00:55:01.725: DEBGfreemap_route_ipv6 |
| 3160 | 2026-09-09T00:55:02.688Z | DEBG |
| 3161 | 2026-09-09T00:55:02.688Z | replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.725Sep 09 00:55:01.725 |
| 3162 | 2026-09-09T00:55:02.688Z | |
| 3163 | 2026-09-09T00:55:02.688Z | 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 } }]DEBG |
| 3164 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725Sep 09 00:55:01.725 INFOSep 09 00:55:01.725 failed to allocate space for the new target listSep 09 00:55:01.725 |
| 3165 | 2026-09-09T00:55:02.688Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG INFO Sep 09 00:55:01.725 |
| 3166 | 2026-09-09T00:55:02.688Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 Sep 09 00:55:01.725replacing 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.7/32 -> 10.0.0.255 |
| 3167 | 2026-09-09T00:55:02.688Z | DEBG |
| 3168 | 2026-09-09T00:55:02.688Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 3169 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3170 | 2026-09-09T00:55:02.688Z | |
| 3171 | 2026-09-09T00:55:02.688Z | INFO Sep 09 00:55:01.725adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3172 | 2026-09-09T00:55:02.688Z | DEBGSep 09 00:55:01.725Sep 09 00:55:01.725 Sep 09 00:55:01.725 Sep 09 00:55:01.725 DEBGDEBGDEBGreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3173 | 2026-09-09T00:55:02.688Z | DEBG |
| 3174 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725replacing 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.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 } }] |
| 3175 | 2026-09-09T00:55:02.688Z | failed to allocate space for the new target list |
| 3176 | 2026-09-09T00:55:02.688Z | DEBG |
| 3177 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725 Sep 09 00:55:01.725 Sep 09 00:55:01.725INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFOINFO Sep 09 00:55:01.725 adding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.8/32 -> 10.0.0.255INFO |
| 3178 | 2026-09-09T00:55:02.688Z | |
| 3179 | 2026-09-09T00:55:02.688Z | adding route 172.17.0.13/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3180 | 2026-09-09T00:55:02.688Z | |
| 3181 | 2026-09-09T00:55:02.688Z | |
| 3182 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725Sep 09 00:55:01.725Sep 09 00:55:01.725 DEBGDEBGSep 09 00:55:01.725 DEBG Sep 09 00:55:01.725 INFO DEBGinitted freemap. size: 64 replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] , replacing targets for 172.17.0.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 |
| 3183 | 2026-09-09T00:55:02.688Z | :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 } }]freemap_route_ipv4 |
| 3184 | 2026-09-09T00:55:02.688Z | |
| 3185 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 3186 | 2026-09-09T00:55:02.688Z | |
| 3187 | 2026-09-09T00:55:02.688Z | 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 } }] Sep 09 00:55:01.725adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3188 | 2026-09-09T00:55:02.688Z | |
| 3189 | 2026-09-09T00:55:02.688Z | DEBGSep 09 00:55:01.725Sep 09 00:55:01.725Sep 09 00:55:01.725 reset freemap DEBG , INFOSep 09 00:55:01.725unitINFOSep 09 00:55:01.725 :DEBGadding route 172.17.0.14/32 -> 10.0.0.255 |
| 3190 | 2026-09-09T00:55:02.688Z | freemap_route_ipv4adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3191 | 2026-09-09T00:55:02.688Z | INFO replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3192 | 2026-09-09T00:55:02.688Z | Sep 09 00:55:01.725 adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 09 00:55:01.725 |
| 3193 | 2026-09-09T00:55:02.688Z | |
| 3194 | 2026-09-09T00:55:02.689Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 3195 | 2026-09-09T00:55:02.689Z | 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 } }] |
| 3196 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.725Sep 09 00:55:01.725 DEBG DEBGINFO initted freemap. size: 64adding route 172.17.0.5/32 -> 10.0.0.255, Sep 09 00:55:01.725 |
| 3197 | 2026-09-09T00:55:02.689Z | 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 } }]Sep 09 00:55:01.725unit: |
| 3198 | 2026-09-09T00:55:02.689Z | DEBG Sep 09 00:55:01.725replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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_ipv6Sep 09 00:55:01.725 |
| 3199 | 2026-09-09T00:55:02.689Z | INFO |
| 3200 | 2026-09-09T00:55:02.689Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 3201 | 2026-09-09T00:55:02.689Z | 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 } }]Sep 09 00:55:01.725 adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3202 | 2026-09-09T00:55:02.689Z | INFOSep 09 00:55:01.725 Sep 09 00:55:01.725 INFO |
| 3203 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.725adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3204 | 2026-09-09T00:55:02.689Z | DEBG DEBG Sep 09 00:55:01.725Sep 09 00:55:01.725replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3205 | 2026-09-09T00:55:02.689Z | reset freemap DEBG, |
| 3206 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.725replacing 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 |
| 3207 | 2026-09-09T00:55:02.689Z | 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 |
| 3208 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.725INFOSep 09 00:55:01.725 Sep 09 00:55:01.725 DEBGINFO adding route 172.17.0.6/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3209 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.726 DEBG created new freemap, unitSep 09 00:55:01.735: DEBGfreemap_route_ipv4 Sep 09 00:55:01.735 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 } }] |
| 3210 | 2026-09-09T00:55:02.689Z | |
| 3211 | 2026-09-09T00:55:02.689Z | |
| 3212 | 2026-09-09T00:55:02.689Z | adding route 172.17.0.11/32 -> 10.0.0.255: |
| 3213 | 2026-09-09T00:55:02.689Z | Sep 09 00:55:01.735 Sep 09 00:55:01.735freemap_route_ipv6 |
| 3214 | 2026-09-09T00:55:02.689Z | |
| 3215 | 2026-09-09T00:55:02.689Z | INFO Sep 09 00:55:01.735 DEBGadding route 172.17.0.17/32 -> 10.0.0.255 Sep 09 00:55:01.735replacing 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 } }] |
| 3216 | 2026-09-09T00:55:02.689Z | |
| 3217 | 2026-09-09T00:55:02.689Z | DEBG created new freemapSep 09 00:55:01.735Sep 09 00:55:01.735INFO, unitSep 09 00:55:01.735: Sep 09 00:55:01.735INFO 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 } }] freemap_route_ipv6adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3218 | 2026-09-09T00:55:02.689Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3219 | 2026-09-09T00:55:02.689Z | |
| 3220 | 2026-09-09T00:55:02.693Z | 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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3221 | 2026-09-09T00:55:02.693Z | Sep 09 00:55:01.735 |
| 3222 | 2026-09-09T00:55:02.693Z | Sep 09 00:55:01.735 |
| 3223 | 2026-09-09T00:55:02.693Z | Sep 09 00:55:01.735 DEBGDEBGSep 09 00:55:01.735 Sep 09 00:55:01.735 replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 3224 | 2026-09-09T00:55:02.693Z | , Sep 09 00:55:01.735DEBG 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 } }] |
| 3225 | 2026-09-09T00:55:02.693Z | INFOunit: Sep 09 00:55:01.735 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 } }] |
| 3226 | 2026-09-09T00:55:02.693Z | INFO freemap_route_ipv4Sep 09 00:55:01.735adding route 172.17.0.13/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3227 | 2026-09-09T00:55:02.693Z | |
| 3228 | 2026-09-09T00:55:02.693Z | INFO |
| 3229 | 2026-09-09T00:55:02.693Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3230 | 2026-09-09T00:55:02.693Z | Sep 09 00:55:01.735Sep 09 00:55:01.735 Sep 09 00:55:01.735adding route 172.17.0.7/32 -> 10.0.0.255Sep 09 00:55:01.735 DEBGDEBG Sep 09 00:55:01.735 |
| 3231 | 2026-09-09T00:55:02.693Z | 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 } }] |
| 3232 | 2026-09-09T00:55:02.693Z | DEBG DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Sep 09 00:55:01.735 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 } }] |
| 3233 | 2026-09-09T00:55:02.693Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff, |
| 3234 | 2026-09-09T00:55:02.693Z | |
| 3235 | 2026-09-09T00:55:02.693Z | unit INFO: Sep 09 00:55:01.735 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3236 | 2026-09-09T00:55:02.693Z | freemap_route_ipv4 |
| 3237 | 2026-09-09T00:55:02.693Z | Sep 09 00:55:01.735 Sep 09 00:55:01.735Sep 09 00:55:01.735DEBG 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 } }] Sep 09 00:55:01.735 |
| 3238 | 2026-09-09T00:55:02.694Z | INFOSep 09 00:55:01.735 INFOadding route 172.17.0.19/32 -> 10.0.0.255 DEBGDEBGDEBG |
| 3239 | 2026-09-09T00:55:02.694Z | adding route 3fff:dead::/64 -> 2001:db8::55:3initted freemap. size: 64 |
| 3240 | 2026-09-09T00:55:02.694Z | , unit:replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3241 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 freemap_route_ipv6Sep 09 00:55:01.736 |
| 3242 | 2026-09-09T00:55:02.694Z | |
| 3243 | 2026-09-09T00:55:02.694Z | DEBG DEBGSep 09 00:55:01.736Sep 09 00:55:01.736 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 Sep 09 00:55:01.736 |
| 3244 | 2026-09-09T00:55:02.694Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3245 | 2026-09-09T00:55:02.694Z | |
| 3246 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 DEBGINFO Sep 09 00:55:01.736 Sep 09 00:55:01.736adding route 172.17.0.8/32 -> 10.0.0.255 INFOreset freemapSep 09 00:55:01.736 |
| 3247 | 2026-09-09T00:55:02.694Z | , unitINFOadding route 172.17.0.20/32 -> 10.0.0.255DEBG |
| 3248 | 2026-09-09T00:55:02.694Z | 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 } }] INFOadding route 3fff:beef:1::/64 -> 2001:db8::55:ff Sep 09 00:55:01.736 |
| 3249 | 2026-09-09T00:55:02.694Z | |
| 3250 | 2026-09-09T00:55:02.694Z | adding route 3fff:dead::/64 -> 2001:db8::55:4: DEBG freemap_route_ipv6Sep 09 00:55:01.736 |
| 3251 | 2026-09-09T00:55:02.694Z | 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 } }] Sep 09 00:55:01.736 |
| 3252 | 2026-09-09T00:55:02.694Z | INFO |
| 3253 | 2026-09-09T00:55:02.694Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3254 | 2026-09-09T00:55:02.694Z | DEBG Sep 09 00:55:01.736replacing 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 } }]Sep 09 00:55:01.736 |
| 3255 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 DEBGSep 09 00:55:01.736 DEBG Sep 09 00:55:01.736Sep 09 00:55:01.736replacing 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 } }]INFODEBG |
| 3256 | 2026-09-09T00:55:02.694Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3257 | 2026-09-09T00:55:02.694Z | INFOreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3258 | 2026-09-09T00:55:02.694Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:55:01.736 |
| 3259 | 2026-09-09T00:55:02.694Z | |
| 3260 | 2026-09-09T00:55:02.694Z | INFOINFOSep 09 00:55:01.736 Sep 09 00:55:01.736Sep 09 00:55:01.736 DEBGSep 09 00:55:01.736 adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3261 | 2026-09-09T00:55:02.694Z | DEBGINFOreplacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 3262 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 |
| 3263 | 2026-09-09T00:55:02.694Z | |
| 3264 | 2026-09-09T00:55:02.694Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 3265 | 2026-09-09T00:55:02.694Z | DEBGDEBGSep 09 00:55:01.736 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3266 | 2026-09-09T00:55:02.694Z | 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.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 } }] |
| 3267 | 2026-09-09T00:55:02.694Z | |
| 3268 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 Sep 09 00:55:01.736INFOSep 09 00:55:01.736 Sep 09 00:55:01.736Sep 09 00:55:01.736 adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3269 | 2026-09-09T00:55:02.694Z | DEBG INFO replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.18/32 -> 10.0.0.255INFO |
| 3270 | 2026-09-09T00:55:02.694Z | INFO |
| 3271 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736adding route 172.17.0.22/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3272 | 2026-09-09T00:55:02.694Z | |
| 3273 | 2026-09-09T00:55:02.694Z | DEBGSep 09 00:55:01.736 INFO Sep 09 00:55:01.736replacing 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 } }] Sep 09 00:55:01.736 |
| 3274 | 2026-09-09T00:55:02.694Z | DEBGadding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG 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.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 } }] |
| 3275 | 2026-09-09T00:55:02.694Z | |
| 3276 | 2026-09-09T00:55:02.694Z | |
| 3277 | 2026-09-09T00:55:02.694Z | Sep 09 00:55:01.736 INFO adding route 172.17.0.1/32 -> 10.0.0.255Sep 09 00:55:01.736Sep 09 00:55:01.736 Sep 09 00:55:01.736DEBG |
| 3278 | 2026-09-09T00:55:02.695Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255Sep 09 00:55:01.736 |
| 3279 | 2026-09-09T00:55:02.695Z | 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 } }]Sep 09 00:55:01.736 |
| 3280 | 2026-09-09T00:55:02.695Z | INFO Sep 09 00:55:01.736DEBG DEBG Sep 09 00:55:01.736adding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 3281 | 2026-09-09T00:55:02.695Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3282 | 2026-09-09T00:55:02.695Z | DEBG |
| 3283 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736 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 |
| 3284 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3285 | 2026-09-09T00:55:02.695Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 3286 | 2026-09-09T00:55:02.695Z | DEBG |
| 3287 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736 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 } }] |
| 3288 | 2026-09-09T00:55:02.695Z | INFO Sep 09 00:55:01.736Sep 09 00:55:01.736 adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 3289 | 2026-09-09T00:55:02.695Z | 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 } }]Sep 09 00:55:01.736 |
| 3290 | 2026-09-09T00:55:02.695Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 3291 | 2026-09-09T00:55:02.695Z | test route::tests::identity_replace_is_noop ... ok |
| 3292 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736INFOSep 09 00:55:01.736 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.20/32 -> 10.0.0.255DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 3293 | 2026-09-09T00:55:02.695Z | |
| 3294 | 2026-09-09T00:55:02.695Z | |
| 3295 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736 INFO replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255Sep 09 00:55:01.736 |
| 3296 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736INFOSep 09 00:55:01.736 adding route 172.17.0.24/32 -> 10.0.0.255Sep 09 00:55:01.736 |
| 3297 | 2026-09-09T00:55:02.695Z | DEBG |
| 3298 | 2026-09-09T00:55:02.695Z | 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 } }]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 } }] |
| 3299 | 2026-09-09T00:55:02.695Z | |
| 3300 | 2026-09-09T00:55:02.695Z | 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 } }]Sep 09 00:55:01.736 |
| 3301 | 2026-09-09T00:55:02.695Z | INFOSep 09 00:55:01.736 Sep 09 00:55:01.736Sep 09 00:55:01.736 adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 3302 | 2026-09-09T00:55:02.695Z | INFO INFO Sep 09 00:55:01.736adding route 172.17.0.21/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 DEBG |
| 3303 | 2026-09-09T00:55:02.695Z | INFO |
| 3304 | 2026-09-09T00:55:02.695Z | 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 } }] |
| 3305 | 2026-09-09T00:55:02.695Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3306 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736Sep 09 00:55:01.736 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.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 } }]Sep 09 00:55:01.736 |
| 3307 | 2026-09-09T00:55:02.695Z | |
| 3308 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736 Sep 09 00:55:01.736 DEBG INFODEBG DEBGSep 09 00:55:01.736 replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.25/32 -> 10.0.0.255Sep 09 00:55:01.736 |
| 3309 | 2026-09-09T00:55:02.695Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 3310 | 2026-09-09T00:55:02.695Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3311 | 2026-09-09T00:55:02.695Z | |
| 3312 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736replacing 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 } }] |
| 3313 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736INFO DEBGadding route 172.17.0.5/32 -> 10.0.0.255Sep 09 00:55:01.736Sep 09 00:55:01.736Sep 09 00:55:01.736 |
| 3314 | 2026-09-09T00:55:02.695Z | |
| 3315 | 2026-09-09T00:55:02.695Z | INFO adding route 172.17.0.14/32 -> 10.0.0.255 DEBGDEBG Sep 09 00:55:01.736 |
| 3316 | 2026-09-09T00:55:02.695Z | 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 } }] |
| 3317 | 2026-09-09T00:55:02.695Z | Sep 09 00:55:01.736Sep 09 00:55:01.742 DEBGINFO created new freemapadding route 172.17.0.26/32 -> 10.0.0.255, |
| 3318 | 2026-09-09T00:55:02.696Z | unit: freemap_route_ipv4Sep 09 00:55:01.742 |
| 3319 | 2026-09-09T00:55:02.696Z | replacing targets for 3fff:dead::/64 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 |
| 3320 | 2026-09-09T00:55:02.699Z | 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 } }] |
| 3321 | 2026-09-09T00:55:02.699Z | Sep 09 00:55:01.742 |
| 3322 | 2026-09-09T00:55:02.699Z | DEBG created new freemapDEBGreplacing 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 } }], unitSep 09 00:55:01.742Sep 09 00:55:01.742replacing 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 } }] Sep 09 00:55:01.742 |
| 3323 | 2026-09-09T00:55:02.699Z | |
| 3324 | 2026-09-09T00:55:02.700Z | WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) WARN : |
| 3325 | 2026-09-09T00:55:02.700Z | INFO Sep 09 00:55:01.742freemap_route_ipv6 |
| 3326 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.27/32 -> 10.0.0.255Sep 09 00:55:01.742INFO |
| 3327 | 2026-09-09T00:55:02.700Z | INFOadding route 172.17.0.6/32 -> 10.0.0.255 shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 3328 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.23/32 -> 10.0.0.255Sep 09 00:55:01.742Sep 09 00:55:01.742 |
| 3329 | 2026-09-09T00:55:02.700Z | |
| 3330 | 2026-09-09T00:55:02.700Z | DEBGSep 09 00:55:01.742DEBG 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 } }] |
| 3331 | 2026-09-09T00:55:02.700Z | DEBG Sep 09 00:55:01.742replacing 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 } }] |
| 3332 | 2026-09-09T00:55:02.700Z | DEBGSep 09 00:55:01.742 INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 , Sep 09 00:55:01.742adding route 172.17.0.28/32 -> 10.0.0.255unit |
| 3333 | 2026-09-09T00:55:02.700Z | : |
| 3334 | 2026-09-09T00:55:02.700Z | INFO adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv4 |
| 3335 | 2026-09-09T00:55:02.700Z | |
| 3336 | 2026-09-09T00:55:02.700Z | Sep 09 00:55:01.742 DEBGSep 09 00:55:01.742 Sep 09 00:55:01.742DEBGSep 09 00:55:01.742 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 } }] |
| 3337 | 2026-09-09T00:55:02.700Z | 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 } }]reset freemapINFO |
| 3338 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.24/32 -> 10.0.0.255, |
| 3339 | 2026-09-09T00:55:02.700Z | unitSep 09 00:55:01.742 Sep 09 00:55:01.742INFO: INFO freemap_route_ipv4Sep 09 00:55:01.742 |
| 3340 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3341 | 2026-09-09T00:55:02.700Z | |
| 3342 | 2026-09-09T00:55:02.700Z | DEBGSep 09 00:55:01.742 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 } }] |
| 3343 | 2026-09-09T00:55:02.700Z | DEBG Sep 09 00:55:01.742initted freemap. size: 64 Sep 09 00:55:01.742DEBG Sep 09 00:55:01.736Sep 09 00:55:01.742DEBG , DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 3344 | 2026-09-09T00:55:02.700Z | INFO |
| 3345 | 2026-09-09T00:55:02.700Z | unit:replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 Sep 09 00:55:01.742freemap_route_ipv6 |
| 3346 | 2026-09-09T00:55:02.700Z | |
| 3347 | 2026-09-09T00:55:02.700Z | |
| 3348 | 2026-09-09T00:55:02.700Z | INFO adding route 172.17.0.9/32 -> 10.0.0.255Sep 09 00:55:01.742 |
| 3349 | 2026-09-09T00:55:02.700Z | Sep 09 00:55:01.742Sep 09 00:55:01.742 INFO DEBGINFOSep 09 00:55:01.742 Sep 09 00:55:01.742reset freemapDEBG, adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunit |
| 3350 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.30/32 -> 10.0.0.255: |
| 3351 | 2026-09-09T00:55:02.700Z | 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 } }] Sep 09 00:55:01.742DEBG freemap_route_ipv6 |
| 3352 | 2026-09-09T00:55:02.700Z | DEBG |
| 3353 | 2026-09-09T00:55:02.700Z | Sep 09 00:55:01.742replacing 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 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 } }] Sep 09 00:55:01.742 |
| 3354 | 2026-09-09T00:55:02.700Z | INFO |
| 3355 | 2026-09-09T00:55:02.700Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3356 | 2026-09-09T00:55:02.700Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.742Sep 09 00:55:01.742 |
| 3357 | 2026-09-09T00:55:02.700Z | INFO Sep 09 00:55:01.742 INFOSep 09 00:55:01.742Sep 09 00:55:01.742INFOadding route 172.17.0.26/32 -> 10.0.0.255 |
| 3358 | 2026-09-09T00:55:02.700Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1DEBG |
| 3359 | 2026-09-09T00:55:02.700Z | Sep 09 00:55:01.742replacing 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 } }] |
| 3360 | 2026-09-09T00:55:02.700Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3361 | 2026-09-09T00:55:02.700Z | DEBG |
| 3362 | 2026-09-09T00:55:02.701Z | 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 } }]Sep 09 00:55:01.742Sep 09 00:55:01.742 Sep 09 00:55:01.742DEBG |
| 3363 | 2026-09-09T00:55:02.701Z | 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 } }] DEBGadding route 172.17.0.11/32 -> 10.0.0.255 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3364 | 2026-09-09T00:55:02.701Z | |
| 3365 | 2026-09-09T00:55:02.701Z | |
| 3366 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 Sep 09 00:55:01.742DEBG Sep 09 00:55:01.742replacing 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 } }] Sep 09 00:55:01.742INFO |
| 3367 | 2026-09-09T00:55:02.701Z | INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.27/32 -> 10.0.0.255 Sep 09 00:55:01.742Sep 09 00:55:01.742 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 } }] |
| 3368 | 2026-09-09T00:55:02.701Z | INFOINFO |
| 3369 | 2026-09-09T00:55:02.701Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3370 | 2026-09-09T00:55:02.701Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 3371 | 2026-09-09T00:55:02.701Z | |
| 3372 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 Sep 09 00:55:01.742Sep 09 00:55:01.742Sep 09 00:55:01.742 DEBGDEBGDEBG Sep 09 00:55:01.742DEBG 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 } }] |
| 3373 | 2026-09-09T00:55:02.701Z | 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 } }] |
| 3374 | 2026-09-09T00:55:02.701Z | 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.12/32 -> 10.0.0.255 |
| 3375 | 2026-09-09T00:55:02.701Z | 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 } }] |
| 3376 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 |
| 3377 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742INFO Sep 09 00:55:01.742 DEBG adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3378 | 2026-09-09T00:55:02.701Z | 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.33/32 -> 10.0.0.255 |
| 3379 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 INFO |
| 3380 | 2026-09-09T00:55:02.701Z | adding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:55:01.742 |
| 3381 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 DEBGINFO Sep 09 00:55:01.742Sep 09 00:55:01.742adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3382 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742INFO 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 |
| 3383 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 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 } }] |
| 3384 | 2026-09-09T00:55:02.701Z | DEBGSep 09 00:55:01.742replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] replacing targets for 172.17.0.13/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3385 | 2026-09-09T00:55:02.701Z | |
| 3386 | 2026-09-09T00:55:02.701Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO Sep 09 00:55:01.742adding route 172.17.0.29/32 -> 10.0.0.255Sep 09 00:55:01.742 |
| 3387 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742INFO adding route 172.17.0.34/32 -> 10.0.0.255INFO |
| 3388 | 2026-09-09T00:55:02.701Z | |
| 3389 | 2026-09-09T00:55:02.701Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4 adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3390 | 2026-09-09T00:55:02.701Z | |
| 3391 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742Sep 09 00:55:01.742 Sep 09 00:55:01.742DEBGSep 09 00:55:01.742DEBG 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 } }] |
| 3392 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742DEBG 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 |
| 3393 | 2026-09-09T00:55:02.701Z | 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 } }]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 } }]Sep 09 00:55:01.742 |
| 3394 | 2026-09-09T00:55:02.701Z | |
| 3395 | 2026-09-09T00:55:02.701Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:55:01.742 |
| 3396 | 2026-09-09T00:55:02.701Z | INFOSep 09 00:55:01.742INFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 3397 | 2026-09-09T00:55:02.701Z | |
| 3398 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742 adding route 3fff:beef:b::/64 -> 2001:db8::55:ffINFO |
| 3399 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742adding route 172.17.0.30/32 -> 10.0.0.255Sep 09 00:55:01.742 |
| 3400 | 2026-09-09T00:55:02.701Z | Sep 09 00:55:01.742DEBG DEBGSep 09 00:55:01.742 DEBGreplacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]DEBGreplacing targets for 172.17.0.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 } }] |
| 3401 | 2026-09-09T00:55:02.701Z | |
| 3402 | 2026-09-09T00:55:02.702Z | |
| 3403 | 2026-09-09T00:55:02.702Z | 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 } }]Sep 09 00:55:01.742 |
| 3404 | 2026-09-09T00:55:02.702Z | DEBGSep 09 00:55:01.742 replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3405 | 2026-09-09T00:55:02.702Z | Sep 09 00:55:01.742 Sep 09 00:55:01.742adding route 172.17.0.16/32 -> 10.0.0.255INFOSep 09 00:55:01.742 |
| 3406 | 2026-09-09T00:55:02.702Z | adding route 172.17.0.36/32 -> 10.0.0.255 INFO |
| 3407 | 2026-09-09T00:55:02.702Z | INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff Sep 09 00:55:01.742 |
| 3408 | 2026-09-09T00:55:02.702Z | adding route 172.17.0.31/32 -> 10.0.0.255DEBG Sep 09 00:55:01.742replacing 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 } }] |
| 3409 | 2026-09-09T00:55:02.702Z | |
| 3410 | 2026-09-09T00:55:02.702Z | DEBGSep 09 00:55:01.742 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 } }]Sep 09 00:55:01.742 |
| 3411 | 2026-09-09T00:55:02.702Z | DEBGSep 09 00:55:01.742 DEBGINFOreplacing 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 } }] |
| 3412 | 2026-09-09T00:55:02.702Z | adding route 172.17.0.17/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 } }] |
| 3413 | 2026-09-09T00:55:02.702Z | |
| 3414 | 2026-09-09T00:55:02.702Z | Sep 09 00:55:01.742 INFO Sep 09 00:55:01.742adding route 172.17.0.37/32 -> 10.0.0.255Sep 09 00:55:01.742 |
| 3415 | 2026-09-09T00:55:02.702Z | INFO Sep 09 00:55:01.742adding route 3fff:beef:d::/64 -> 2001:db8::55:ffSep 09 00:55:01.742DEBG |
| 3416 | 2026-09-09T00:55:02.702Z | replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3417 | 2026-09-09T00:55:02.702Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3418 | 2026-09-09T00:55:02.702Z | DEBGSep 09 00:55:01.742 Sep 09 00:55:01.742INFO 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 |
| 3419 | 2026-09-09T00:55:02.702Z | adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3420 | 2026-09-09T00:55:02.706Z | |
| 3421 | 2026-09-09T00:55:02.706Z | Sep 09 00:55:01.742Sep 09 00:55:01.742Sep 09 00:55:01.742 INFODEBGINFO 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 } }]Sep 09 00:55:01.742 |
| 3422 | 2026-09-09T00:55:02.706Z | adding route 172.17.0.38/32 -> 10.0.0.255adding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 3423 | 2026-09-09T00:55:02.706Z | |
| 3424 | 2026-09-09T00:55:02.706Z | 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 } }] |
| 3425 | 2026-09-09T00:55:02.706Z | Sep 09 00:55:01.742Sep 09 00:55:01.742Sep 09 00:55:01.742 DEBG INFO replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.742 Sep 09 00:55:01.743DEBG 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 } }] |
| 3426 | 2026-09-09T00:55:02.706Z | DEBG Sep 09 00:55:01.743 adding route 172.17.0.33/32 -> 10.0.0.255DEBG |
| 3427 | 2026-09-09T00:55:02.706Z | created new freemapSep 09 00:55:01.749 created new freemap, INFOunit , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffunit |
| 3428 | 2026-09-09T00:55:02.706Z | : freemap_route_ipv4Sep 09 00:55:01.749: Sep 09 00:55:01.749 |
| 3429 | 2026-09-09T00:55:02.706Z | 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 } }]freemap_route_ipv4DEBG |
| 3430 | 2026-09-09T00:55:02.706Z | |
| 3431 | 2026-09-09T00:55:02.706Z | 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 } }]Sep 09 00:55:01.749 |
| 3432 | 2026-09-09T00:55:02.706Z | Sep 09 00:55:01.749DEBG INFO created new freemapadding route 3fff:beef:10::/64 -> 2001:db8::55:ff, |
| 3433 | 2026-09-09T00:55:02.706Z | unitSep 09 00:55:01.749: Sep 09 00:55:01.749freemap_route_ipv6Sep 09 00:55:01.749 |
| 3434 | 2026-09-09T00:55:02.706Z | DEBGDEBG 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 } }] |
| 3435 | 2026-09-09T00:55:02.706Z | adding route 172.17.0.34/32 -> 10.0.0.255created new freemap |
| 3436 | 2026-09-09T00:55:02.706Z | , unitSep 09 00:55:01.749: Sep 09 00:55:01.749 freemap_route_ipv6INFODEBG adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 3437 | 2026-09-09T00:55:02.706Z | initted freemap. size: 64 |
| 3438 | 2026-09-09T00:55:02.706Z | Sep 09 00:55:01.749, unitDEBGSep 09 00:55:01.749 :Sep 09 00:55:01.749replacing 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 } }] |
| 3439 | 2026-09-09T00:55:02.706Z | DEBG DEBGfreemap_route_ipv4replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3440 | 2026-09-09T00:55:02.706Z | initted freemap. size: 64 |
| 3441 | 2026-09-09T00:55:02.706Z | , unitSep 09 00:55:01.749: Sep 09 00:55:01.749INFOfreemap_route_ipv4 |
| 3442 | 2026-09-09T00:55:02.706Z | INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 3443 | 2026-09-09T00:55:02.706Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 3444 | 2026-09-09T00:55:02.706Z | Sep 09 00:55:01.749 Sep 09 00:55:01.749DEBG DEBGreset freemap , reset freemapSep 09 00:55:01.749unitSep 09 00:55:01.749 :DEBG , DEBGfreemap_route_ipv4replacing 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 } }] |
| 3445 | 2026-09-09T00:55:02.706Z | unitreplacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3446 | 2026-09-09T00:55:02.706Z | |
| 3447 | 2026-09-09T00:55:02.707Z | : Sep 09 00:55:01.749Sep 09 00:55:01.749freemap_route_ipv4 DEBG |
| 3448 | 2026-09-09T00:55:02.707Z | INFO initted freemap. size: 64adding route 172.17.0.36/32 -> 10.0.0.255, Sep 09 00:55:01.749 |
| 3449 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749unit: INFO DEBGSep 09 00:55:01.749 freemap_route_ipv6initted freemap. size: 64 |
| 3450 | 2026-09-09T00:55:02.707Z | DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ff, |
| 3451 | 2026-09-09T00:55:02.707Z | unit :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 } }]Sep 09 00:55:01.749 |
| 3452 | 2026-09-09T00:55:02.707Z | DEBG Sep 09 00:55:01.749reset freemapfreemap_route_ipv6, Sep 09 00:55:01.749DEBG |
| 3453 | 2026-09-09T00:55:02.707Z | unit: replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6INFOSep 09 00:55:01.749 |
| 3454 | 2026-09-09T00:55:02.707Z | |
| 3455 | 2026-09-09T00:55:02.707Z | DEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3456 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749reset freemapSep 09 00:55:01.749 , INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 3457 | 2026-09-09T00:55:02.707Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffunit |
| 3458 | 2026-09-09T00:55:02.707Z | :Sep 09 00:55:01.749 Sep 09 00:55:01.749 freemap_route_ipv6 DEBG |
| 3459 | 2026-09-09T00:55:02.707Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 172.17.0.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 } }]Sep 09 00:55:01.749 |
| 3460 | 2026-09-09T00:55:02.707Z | |
| 3461 | 2026-09-09T00:55:02.707Z | DEBGSep 09 00:55:01.749 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 } }]Sep 09 00:55:01.749Sep 09 00:55:01.749 |
| 3462 | 2026-09-09T00:55:02.707Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFOSep 09 00:55:01.749 |
| 3463 | 2026-09-09T00:55:02.707Z | adding route 172.17.0.38/32 -> 10.0.0.255INFOINFO |
| 3464 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749 DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 3465 | 2026-09-09T00:55:02.707Z | |
| 3466 | 2026-09-09T00:55:02.707Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 09 00:55:01.749 DEBG |
| 3467 | 2026-09-09T00:55:02.707Z | replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.749 |
| 3468 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749 DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 09 00:55:01.749Sep 09 00:55:01.749 |
| 3469 | 2026-09-09T00:55:02.707Z | INFO INFO |
| 3470 | 2026-09-09T00:55:02.707Z | adding route 3fff:dead::/64 -> 2001:db8::55:3adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3471 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749 |
| 3472 | 2026-09-09T00:55:02.707Z | INFOSep 09 00:55:01.749Sep 09 00:55:01.749 Sep 09 00:55:01.749 INFODEBGadding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 3473 | 2026-09-09T00:55:02.707Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 3474 | 2026-09-09T00:55:02.707Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 3475 | 2026-09-09T00:55:02.707Z | 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 } }]Sep 09 00:55:01.749Sep 09 00:55:01.749 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 } }] |
| 3476 | 2026-09-09T00:55:02.707Z | DEBGSep 09 00:55:01.749 |
| 3477 | 2026-09-09T00:55:02.707Z | 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 } }]INFOSep 09 00:55:01.749 Sep 09 00:55:01.749adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 3478 | 2026-09-09T00:55:02.707Z | |
| 3479 | 2026-09-09T00:55:02.707Z | DEBGINFO Sep 09 00:55:01.749replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 3480 | 2026-09-09T00:55:02.707Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBG |
| 3481 | 2026-09-09T00:55:02.707Z | test route::tests::same_size_non_subset_replace ... ok |
| 3482 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3483 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 3484 | 2026-09-09T00:55:02.707Z | 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 } }]Sep 09 00:55:01.749 |
| 3485 | 2026-09-09T00:55:02.707Z | 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 } }] |
| 3486 | 2026-09-09T00:55:02.707Z | Sep 09 00:55:01.749Sep 09 00:55:01.749 DEBGINFO replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3487 | 2026-09-09T00:55:02.708Z | |
| 3488 | 2026-09-09T00:55:02.708Z | INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3489 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749 |
| 3490 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749DEBG 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 } }] |
| 3491 | 2026-09-09T00:55:02.708Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 09 00:55:01.749 |
| 3492 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749DEBGSep 09 00:55:01.749 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 } }]INFOSep 09 00:55:01.749 |
| 3493 | 2026-09-09T00:55:02.708Z | adding route 172.17.0.39/32 -> 10.0.0.255INFODEBG |
| 3494 | 2026-09-09T00:55:02.708Z | adding route 172.17.0.42/32 -> 10.0.0.255replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3495 | 2026-09-09T00:55:02.708Z | |
| 3496 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749Sep 09 00:55:01.749Sep 09 00:55:01.749Sep 09 00:55:01.749 DEBGINFO DEBG INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 3497 | 2026-09-09T00:55:02.708Z | adding route 172.17.0.20/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 } }] |
| 3498 | 2026-09-09T00:55:02.708Z | |
| 3499 | 2026-09-09T00:55:02.708Z | 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 } }] |
| 3500 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749 DEBGSep 09 00:55:01.749 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 } }] Sep 09 00:55:01.749Sep 09 00:55:01.749 INFO |
| 3501 | 2026-09-09T00:55:02.708Z | DEBG Sep 09 00:55:01.749INFO Sep 09 00:55:01.749 adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 3502 | 2026-09-09T00:55:02.708Z | 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.43/32 -> 10.0.0.255 |
| 3503 | 2026-09-09T00:55:02.708Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 3504 | 2026-09-09T00:55:02.708Z | |
| 3505 | 2026-09-09T00:55:02.708Z | DEBGSep 09 00:55:01.749Sep 09 00:55:01.749 INFOSep 09 00:55:01.749DEBG DEBG Sep 09 00:55:01.749 adding route 172.17.0.21/32 -> 10.0.0.255replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.17.0.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.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 |
| 3506 | 2026-09-09T00:55:02.708Z | |
| 3507 | 2026-09-09T00:55:02.708Z | |
| 3508 | 2026-09-09T00:55:02.708Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.749 |
| 3509 | 2026-09-09T00:55:02.708Z | |
| 3510 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749INFO DEBG Sep 09 00:55:01.749adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 09 00:55:01.749 |
| 3511 | 2026-09-09T00:55:02.708Z | INFO 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 } }] Sep 09 00:55:01.749adding route 172.17.0.44/32 -> 10.0.0.255adding route 172.17.0.15/32 -> 10.0.0.255Sep 09 00:55:01.749 |
| 3512 | 2026-09-09T00:55:02.708Z | |
| 3513 | 2026-09-09T00:55:02.708Z | |
| 3514 | 2026-09-09T00:55:02.708Z | DEBGINFO Sep 09 00:55:01.749Sep 09 00:55:01.749 Sep 09 00:55:01.749 INFODEBGreplacing 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 } }] |
| 3515 | 2026-09-09T00:55:02.708Z | adding route 172.17.0.41/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 } }]adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 3516 | 2026-09-09T00:55:02.708Z | |
| 3517 | 2026-09-09T00:55:02.708Z | 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 } }] |
| 3518 | 2026-09-09T00:55:02.708Z | |
| 3519 | 2026-09-09T00:55:02.708Z | Sep 09 00:55:01.749Sep 09 00:55:01.749 DEBGSep 09 00:55:01.749Sep 09 00:55:01.749INFO 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 } }] |
| 3520 | 2026-09-09T00:55:02.712Z | adding route 172.17.0.16/32 -> 10.0.0.255adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 3521 | 2026-09-09T00:55:02.712Z | DEBG |
| 3522 | 2026-09-09T00:55:02.712Z | Sep 09 00:55:01.749replacing 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 } }] |
| 3523 | 2026-09-09T00:55:02.712Z | INFO Sep 09 00:55:01.749Sep 09 00:55:01.749 INFOSep 09 00:55:01.749adding route 172.17.0.45/32 -> 10.0.0.255 Sep 09 00:55:01.749DEBG adding route 172.17.0.42/32 -> 10.0.0.255 |
| 3524 | 2026-09-09T00:55:02.712Z | |
| 3525 | 2026-09-09T00:55:02.712Z | INFO DEBGadding route 172.17.0.23/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 } }] |
| 3526 | 2026-09-09T00:55:02.712Z | Sep 09 00:55:01.749 |
| 3527 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.749replacing 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 } }] |
| 3528 | 2026-09-09T00:55:02.713Z | DEBG Sep 09 00:55:01.749DEBG 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.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 } }] |
| 3529 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.749DEBG Sep 09 00:55:01.749replacing 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 } }] |
| 3530 | 2026-09-09T00:55:02.713Z | INFO |
| 3531 | 2026-09-09T00:55:02.713Z | INFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 172.17.0.17/32 -> 10.0.0.255Sep 09 00:55:01.749 |
| 3532 | 2026-09-09T00:55:02.713Z | |
| 3533 | 2026-09-09T00:55:02.713Z | INFO Sep 09 00:55:01.749 INFO adding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.43/32 -> 10.0.0.255Sep 09 00:55:01.749Sep 09 00:55:01.749 |
| 3534 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.749 |
| 3535 | 2026-09-09T00:55:02.713Z | DEBGINFODEBG 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 } }] |
| 3536 | 2026-09-09T00:55:02.713Z | replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 3537 | 2026-09-09T00:55:02.713Z | |
| 3538 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.749Sep 09 00:55:01.749 Sep 09 00:55:01.749Sep 09 00:55:01.749DEBG 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 } }]INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 3539 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.750Sep 09 00:55:01.743 DEBG Sep 09 00:55:01.750 DEBGDEBG created new freemapSep 09 00:55:01.756, created new freemap unitcreated new freemapDEBG, :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 } }] unit, |
| 3540 | 2026-09-09T00:55:02.713Z | freemap_route_ipv4: |
| 3541 | 2026-09-09T00:55:02.713Z | unit: freemap_route_ipv4freemap_route_ipv4 |
| 3542 | 2026-09-09T00:55:02.713Z | |
| 3543 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756Sep 09 00:55:01.756 INFODEBG Sep 09 00:55:01.756created new freemapadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff , DEBGSep 09 00:55:01.756unit DEBG:created new freemap , created new freemapfreemap_route_ipv6unit |
| 3544 | 2026-09-09T00:55:02.713Z | |
| 3545 | 2026-09-09T00:55:02.713Z | :, freemap_route_ipv6unit |
| 3546 | 2026-09-09T00:55:02.713Z | : freemap_route_ipv6Sep 09 00:55:01.756Sep 09 00:55:01.756 DEBGDEBG initted freemap. size: 64initted freemap. size: 64 |
| 3547 | 2026-09-09T00:55:02.713Z | , unit, :unitSep 09 00:55:01.756: Sep 09 00:55:01.756 freemap_route_ipv4freemap_route_ipv4 |
| 3548 | 2026-09-09T00:55:02.713Z | |
| 3549 | 2026-09-09T00:55:02.713Z | DEBG 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 } }], |
| 3550 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756unit :DEBG Sep 09 00:55:01.756freemap_route_ipv4 reset freemap |
| 3551 | 2026-09-09T00:55:02.713Z | , DEBGunit :reset freemapSep 09 00:55:01.756, unitfreemap_route_ipv4INFO |
| 3552 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756:adding route 3fff:beef:20::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 3553 | 2026-09-09T00:55:02.713Z | DEBG |
| 3554 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756 reset freemapDEBG, unitinitted freemap. size: 64Sep 09 00:55:01.756: , freemap_route_ipv4unitDEBG |
| 3555 | 2026-09-09T00:55:02.713Z | : freemap_route_ipv6initted freemap. size: 64 |
| 3556 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756, unitSep 09 00:55:01.756Sep 09 00:55:01.756: DEBG DEBG DEBGfreemap_route_ipv6 reset freemapreplacing 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 } }] |
| 3557 | 2026-09-09T00:55:02.713Z | |
| 3558 | 2026-09-09T00:55:02.713Z | , initted freemap. size: 64unit, unit:: Sep 09 00:55:01.756freemap_route_ipv6 freemap_route_ipv6INFO |
| 3559 | 2026-09-09T00:55:02.713Z | |
| 3560 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756adding route 3fff:beef:21::/64 -> 2001:db8::55:ff Sep 09 00:55:01.756DEBGSep 09 00:55:01.756 |
| 3561 | 2026-09-09T00:55:02.713Z | INFODEBG reset freemapadding route 172.16.0.0/32 -> 10.0.0.1reset freemap |
| 3562 | 2026-09-09T00:55:02.713Z | , Sep 09 00:55:01.756, unitunit:: Sep 09 00:55:01.756 DEBG freemap_route_ipv6DEBG |
| 3563 | 2026-09-09T00:55:02.713Z | freemap_route_ipv6 |
| 3564 | 2026-09-09T00:55:02.713Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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: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 } }] |
| 3565 | 2026-09-09T00:55:02.713Z | |
| 3566 | 2026-09-09T00:55:02.713Z | Sep 09 00:55:01.756Sep 09 00:55:01.756 INFO INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 3567 | 2026-09-09T00:55:02.714Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:55:01.756 |
| 3568 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2Sep 09 00:55:01.756 |
| 3569 | 2026-09-09T00:55:02.714Z | DEBGSep 09 00:55:01.756adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 3570 | 2026-09-09T00:55:02.714Z | 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 } }]Sep 09 00:55:01.756 |
| 3571 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3572 | 2026-09-09T00:55:02.714Z | DEBG DEBG replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3573 | 2026-09-09T00:55:02.714Z | |
| 3574 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756Sep 09 00:55:01.756 Sep 09 00:55:01.756INFO Sep 09 00:55:01.756 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:23::/64 -> 2001:db8::55:ffINFO |
| 3575 | 2026-09-09T00:55:02.714Z | |
| 3576 | 2026-09-09T00:55:02.714Z | |
| 3577 | 2026-09-09T00:55:02.714Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3578 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756Sep 09 00:55:01.756 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 } }] |
| 3579 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756DEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 09 00:55:01.756 |
| 3580 | 2026-09-09T00:55:02.714Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.18/32 -> 10.0.0.255INFO |
| 3581 | 2026-09-09T00:55:02.714Z | |
| 3582 | 2026-09-09T00:55:02.714Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:55:01.756 |
| 3583 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756INFO Sep 09 00:55:01.756adding route 3fff:dead::/64 -> 2001:db8::55:3 Sep 09 00:55:01.756DEBG |
| 3584 | 2026-09-09T00:55:02.714Z | 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 } }] |
| 3585 | 2026-09-09T00:55:02.714Z | DEBGINFO adding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:55:01.756replacing 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 } }] |
| 3586 | 2026-09-09T00:55:02.714Z | |
| 3587 | 2026-09-09T00:55:02.714Z | DEBGSep 09 00:55:01.756 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]INFOSep 09 00:55:01.756 Sep 09 00:55:01.756 |
| 3588 | 2026-09-09T00:55:02.714Z | DEBGadding route 172.17.0.19/32 -> 10.0.0.255 |
| 3589 | 2026-09-09T00:55:02.714Z | INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }] Sep 09 00:55:01.756adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 3590 | 2026-09-09T00:55:02.714Z | INFO |
| 3591 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756 adding route 3fff:dead::/64 -> 2001:db8::55:4DEBG |
| 3592 | 2026-09-09T00:55:02.714Z | 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 } }] |
| 3593 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756Sep 09 00:55:01.756 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }]Sep 09 00:55:01.756 |
| 3594 | 2026-09-09T00:55:02.714Z | |
| 3595 | 2026-09-09T00:55:02.714Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 3596 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.756INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 Sep 09 00:55:01.756Sep 09 00:55:01.756replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 3597 | 2026-09-09T00:55:02.714Z | |
| 3598 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.762 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]Sep 09 00:55:01.762 |
| 3599 | 2026-09-09T00:55:02.714Z | 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 } }] |
| 3600 | 2026-09-09T00:55:02.714Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 3601 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.762 |
| 3602 | 2026-09-09T00:55:02.714Z | DEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 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 } }]Sep 09 00:55:01.762Sep 09 00:55:01.762 |
| 3603 | 2026-09-09T00:55:02.714Z | |
| 3604 | 2026-09-09T00:55:02.714Z | INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255 |
| 3605 | 2026-09-09T00:55:02.714Z | adding route 172.17.0.44/32 -> 10.0.0.255 |
| 3606 | 2026-09-09T00:55:02.714Z | Sep 09 00:55:01.762Sep 09 00:55:01.762 DEBGSep 09 00:55:01.762INFO adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 3607 | 2026-09-09T00:55:02.715Z | 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 } }] |
| 3608 | 2026-09-09T00:55:02.715Z | 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 } }] |
| 3609 | 2026-09-09T00:55:02.715Z | Sep 09 00:55:01.762Sep 09 00:55:01.762 DEBG 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 } }] |
| 3610 | 2026-09-09T00:55:02.715Z | adding route 172.17.0.45/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3611 | 2026-09-09T00:55:02.715Z | INFOSep 09 00:55:01.762 INFOadding route 172.17.0.22/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3612 | 2026-09-09T00:55:02.715Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3613 | 2026-09-09T00:55:02.715Z | DEBG Sep 09 00:55:01.762 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 |
| 3614 | 2026-09-09T00:55:02.715Z | 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 } }] |
| 3615 | 2026-09-09T00:55:02.715Z | Sep 09 00:55:01.762 Sep 09 00:55:01.762INFO Sep 09 00:55:01.762adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 3616 | 2026-09-09T00:55:02.715Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3617 | 2026-09-09T00:55:02.715Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3618 | 2026-09-09T00:55:02.715Z | Sep 09 00:55:01.762 Sep 09 00:55:01.762DEBGSep 09 00:55:01.762 replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3619 | 2026-09-09T00:55:02.715Z | DEBGadding route 172.17.0.27/32 -> 10.0.0.255 |
| 3620 | 2026-09-09T00:55:02.720Z | 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 } }] |
| 3621 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 INFO adding route 172.17.0.47/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3622 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.762adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3623 | 2026-09-09T00:55:02.720Z | |
| 3624 | 2026-09-09T00:55:02.720Z | 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 } }] |
| 3625 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 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 } }] |
| 3626 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 INFO Sep 09 00:55:01.762adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3627 | 2026-09-09T00:55:02.720Z | INFOSep 09 00:55:01.749 Sep 09 00:55:01.762DEBGINFOadding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3628 | 2026-09-09T00:55:02.720Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff DEBG |
| 3629 | 2026-09-09T00:55:02.720Z | replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3630 | 2026-09-09T00:55:02.720Z | 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 } }] |
| 3631 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 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 } }] |
| 3632 | 2026-09-09T00:55:02.720Z | adding route 172.17.0.25/32 -> 10.0.0.255Sep 09 00:55:01.762Sep 09 00:55:01.762 |
| 3633 | 2026-09-09T00:55:02.720Z | INFOINFO Sep 09 00:55:01.762Sep 09 00:55:01.762adding route 172.17.0.49/32 -> 10.0.0.255 |
| 3634 | 2026-09-09T00:55:02.720Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3635 | 2026-09-09T00:55:02.720Z | INFOSep 09 00:55:01.762 DEBG Sep 09 00:55:01.762DEBGreplacing 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 } }] Sep 09 00:55:01.762 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.29/32 -> 10.0.0.255 |
| 3636 | 2026-09-09T00:55:02.720Z | |
| 3637 | 2026-09-09T00:55:02.720Z | DEBGDEBG |
| 3638 | 2026-09-09T00:55:02.720Z | 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.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 } }] |
| 3639 | 2026-09-09T00:55:02.720Z | |
| 3640 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 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 } }]Sep 09 00:55:01.762 |
| 3641 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762INFO Sep 09 00:55:01.762 Sep 09 00:55:01.762INFOadding route 172.17.0.48/32 -> 10.0.0.255 Sep 09 00:55:01.762adding route 172.17.0.26/32 -> 10.0.0.255INFO |
| 3642 | 2026-09-09T00:55:02.720Z | INFO |
| 3643 | 2026-09-09T00:55:02.720Z | adding route 172.17.0.30/32 -> 10.0.0.255INFOadding route 172.17.0.50/32 -> 10.0.0.255 |
| 3644 | 2026-09-09T00:55:02.720Z | |
| 3645 | 2026-09-09T00:55:02.720Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 09 00:55:01.762 |
| 3646 | 2026-09-09T00:55:02.720Z | Sep 09 00:55:01.762 Sep 09 00:55:01.762 DEBGSep 09 00:55:01.762DEBG 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 } }]Sep 09 00:55:01.762 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 } }] |
| 3647 | 2026-09-09T00:55:02.721Z | |
| 3648 | 2026-09-09T00:55:02.721Z | DEBGDEBG Sep 09 00:55:01.762Sep 09 00:55:01.762 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 |
| 3649 | 2026-09-09T00:55:02.721Z | 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 } }] adding route 172.17.0.27/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 } }] |
| 3650 | 2026-09-09T00:55:02.721Z | |
| 3651 | 2026-09-09T00:55:02.721Z | |
| 3652 | 2026-09-09T00:55:02.721Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3653 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762Sep 09 00:55:01.762 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3654 | 2026-09-09T00:55:02.721Z | INFOSep 09 00:55:01.762adding route 172.17.0.51/32 -> 10.0.0.255 Sep 09 00:55:01.762adding route 172.17.0.31/32 -> 10.0.0.255DEBG |
| 3655 | 2026-09-09T00:55:02.721Z | 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 } }] |
| 3656 | 2026-09-09T00:55:02.721Z | INFO |
| 3657 | 2026-09-09T00:55:02.721Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 09 00:55:01.762 |
| 3658 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762DEBGSep 09 00:55:01.762 Sep 09 00:55:01.762 Sep 09 00:55:01.762INFODEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 3659 | 2026-09-09T00:55:02.721Z | |
| 3660 | 2026-09-09T00:55:02.721Z | 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 } }] |
| 3661 | 2026-09-09T00:55:02.721Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3662 | 2026-09-09T00:55:02.721Z | adding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:55:01.762 Sep 09 00:55:01.762 |
| 3663 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762 INFOSep 09 00:55:01.762 INFOadding route 172.17.0.52/32 -> 10.0.0.255Sep 09 00:55:01.762 |
| 3664 | 2026-09-09T00:55:02.721Z | DEBGINFOadding route 172.17.0.32/32 -> 10.0.0.255 DEBG |
| 3665 | 2026-09-09T00:55:02.721Z | 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 } }]Sep 09 00:55:01.762 |
| 3666 | 2026-09-09T00:55:02.721Z | 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 } }]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 } }] |
| 3667 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGSep 09 00:55:01.762 |
| 3668 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762replacing 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 } }] |
| 3669 | 2026-09-09T00:55:02.721Z | INFOINFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3670 | 2026-09-09T00:55:02.721Z | |
| 3671 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762adding route 172.17.0.29/32 -> 10.0.0.255 Sep 09 00:55:01.762 |
| 3672 | 2026-09-09T00:55:02.721Z | INFOINFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 3673 | 2026-09-09T00:55:02.721Z | adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3674 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.762Sep 09 00:55:01.762 Sep 09 00:55:01.763 DEBG DEBGreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGSep 09 00:55:01.763 Sep 09 00:55:01.763replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }] |
| 3675 | 2026-09-09T00:55:02.721Z | |
| 3676 | 2026-09-09T00:55:02.721Z | DEBGDEBG |
| 3677 | 2026-09-09T00:55:02.721Z | 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 } }]Sep 09 00:55:01.763 |
| 3678 | 2026-09-09T00:55:02.721Z | 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 |
| 3679 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.763Sep 09 00:55:01.763 Sep 09 00:55:01.763 INFO INFOINFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3680 | 2026-09-09T00:55:02.721Z | adding route 172.17.0.54/32 -> 10.0.0.255adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 3681 | 2026-09-09T00:55:02.721Z | adding route 172.17.0.30/32 -> 10.0.0.255Sep 09 00:55:01.763 |
| 3682 | 2026-09-09T00:55:02.721Z | |
| 3683 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.763INFO DEBGadding route 172.17.0.34/32 -> 10.0.0.255 |
| 3684 | 2026-09-09T00:55:02.721Z | Sep 09 00:55:01.763Sep 09 00:55:01.763 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 } }]DEBG |
| 3685 | 2026-09-09T00:55:02.721Z | 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.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 } }] |
| 3686 | 2026-09-09T00:55:02.721Z | test route::tests::delete_targets_full ... ok |
| 3687 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 |
| 3688 | 2026-09-09T00:55:02.722Z | DEBG Sep 09 00:55:01.763replacing 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 } }]Sep 09 00:55:01.763 |
| 3689 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 Sep 09 00:55:01.763 INFOINFOINFOSep 09 00:55:01.763 adding route 172.17.0.53/32 -> 10.0.0.255 adding route 172.17.0.31/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3690 | 2026-09-09T00:55:02.722Z | |
| 3691 | 2026-09-09T00:55:02.722Z | |
| 3692 | 2026-09-09T00:55:02.722Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3693 | 2026-09-09T00:55:02.722Z | DEBG Sep 09 00:55:01.763replacing 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 } }] Sep 09 00:55:01.763Sep 09 00:55:01.763DEBGSep 09 00:55:01.763 |
| 3694 | 2026-09-09T00:55:02.722Z | 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 } }]DEBG |
| 3695 | 2026-09-09T00:55:02.722Z | 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.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 |
| 3696 | 2026-09-09T00:55:02.722Z | |
| 3697 | 2026-09-09T00:55:02.722Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 3698 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 Sep 09 00:55:01.763INFO INFOadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff 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 |
| 3699 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 |
| 3700 | 2026-09-09T00:55:02.722Z | INFOSep 09 00:55:01.763 |
| 3701 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 INFOadding route 172.17.0.56/32 -> 10.0.0.255 Sep 09 00:55:01.763 |
| 3702 | 2026-09-09T00:55:02.722Z | 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 } }]DEBGadding route 172.17.0.36/32 -> 10.0.0.255 |
| 3703 | 2026-09-09T00:55:02.722Z | 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 } }] |
| 3704 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 |
| 3705 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763 INFO adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:55:01.763Sep 09 00:55:01.763 |
| 3706 | 2026-09-09T00:55:02.722Z | DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 3707 | 2026-09-09T00:55:02.722Z | DEBG |
| 3708 | 2026-09-09T00:55:02.722Z | 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 } }]Sep 09 00:55:01.763 |
| 3709 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763Sep 09 00:55:01.763Sep 09 00:55:01.769 DEBG DEBGcreated new freemap INFO, replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 3710 | 2026-09-09T00:55:02.722Z | adding route 172.17.0.57/32 -> 10.0.0.255: |
| 3711 | 2026-09-09T00:55:02.722Z | freemap_route_ipv4 |
| 3712 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.769 INFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 3713 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.769 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 } }]Sep 09 00:55:01.769 |
| 3714 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.769 DEBGDEBGSep 09 00:55:01.769 created new freemapreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], |
| 3715 | 2026-09-09T00:55:02.722Z | unitSep 09 00:55:01.769: INFOfreemap_route_ipv6INFO |
| 3716 | 2026-09-09T00:55:02.722Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255 |
| 3717 | 2026-09-09T00:55:02.722Z | |
| 3718 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.769 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 } }] |
| 3719 | 2026-09-09T00:55:02.722Z | Sep 09 00:55:01.763Sep 09 00:55:01.769Sep 09 00:55:01.769Sep 09 00:55:01.769 DEBGINFO DEBGinitted freemap. size: 64adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG , |
| 3720 | 2026-09-09T00:55:02.726Z | 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.54/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 3721 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 |
| 3722 | 2026-09-09T00:55:02.727Z | :DEBG Sep 09 00:55:01.769Sep 09 00:55:01.769freemap_route_ipv4 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 } }] |
| 3723 | 2026-09-09T00:55:02.727Z | INFOINFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3724 | 2026-09-09T00:55:02.727Z | |
| 3725 | 2026-09-09T00:55:02.727Z | |
| 3726 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 INFO Sep 09 00:55:01.769adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 3727 | 2026-09-09T00:55:02.727Z | DEBG reset freemap, unitSep 09 00:55:01.769Sep 09 00:55:01.769: DEBG freemap_route_ipv4replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 3728 | 2026-09-09T00:55:02.727Z | |
| 3729 | 2026-09-09T00:55:02.727Z | DEBG Sep 09 00:55:01.769 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 |
| 3730 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769replacing 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 } }] |
| 3731 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769Sep 09 00:55:01.769DEBG initted freemap. size: 64INFO, Sep 09 00:55:01.769 INFOadding route 172.17.0.56/32 -> 10.0.0.255 |
| 3732 | 2026-09-09T00:55:02.727Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff unit |
| 3733 | 2026-09-09T00:55:02.727Z | :INFO freemap_route_ipv6adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3734 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 Sep 09 00:55:01.769DEBG |
| 3735 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 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 } }] DEBGDEBG |
| 3736 | 2026-09-09T00:55:02.727Z | reset freemapreplacing 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 } }], |
| 3737 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769unitSep 09 00:55:01.769 DEBGINFO : replacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 3738 | 2026-09-09T00:55:02.727Z | adding route 172.17.0.57/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3739 | 2026-09-09T00:55:02.727Z | INFO |
| 3740 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 09 00:55:01.769 |
| 3741 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769INFODEBG replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.40/32 -> 10.0.0.255INFO |
| 3742 | 2026-09-09T00:55:02.727Z | |
| 3743 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3744 | 2026-09-09T00:55:02.727Z | DEBGSep 09 00:55:01.769 Sep 09 00:55:01.769replacing 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 } }] |
| 3745 | 2026-09-09T00:55:02.727Z | INFODEBG adding route 172.17.0.58/32 -> 10.0.0.255replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3746 | 2026-09-09T00:55:02.727Z | |
| 3747 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769 Sep 09 00:55:01.769Sep 09 00:55:01.769Sep 09 00:55:01.769 DEBGINFO INFODEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 3748 | 2026-09-09T00:55:02.727Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.41/32 -> 10.0.0.255 |
| 3749 | 2026-09-09T00:55:02.727Z | |
| 3750 | 2026-09-09T00:55:02.727Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 3751 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769Sep 09 00:55:01.769 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 172.17.0.59/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3752 | 2026-09-09T00:55:02.727Z | |
| 3753 | 2026-09-09T00:55:02.727Z | DEBGSep 09 00:55:01.769 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 } }] |
| 3754 | 2026-09-09T00:55:02.727Z | Sep 09 00:55:01.769INFOSep 09 00:55:01.769 Sep 09 00:55:01.769 INFODEBG INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 3755 | 2026-09-09T00:55:02.727Z | 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.16.0.0/32 -> 10.0.0.2 |
| 3756 | 2026-09-09T00:55:02.727Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 3757 | 2026-09-09T00:55:02.728Z | |
| 3758 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769Sep 09 00:55:01.769Sep 09 00:55:01.769 DEBGINFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3759 | 2026-09-09T00:55:02.728Z | |
| 3760 | 2026-09-09T00:55:02.728Z | DEBG DEBGreplacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:55:01.769 |
| 3761 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769INFO 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 } }] DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 3762 | 2026-09-09T00:55:02.728Z | |
| 3763 | 2026-09-09T00:55:02.728Z | 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 } }]Sep 09 00:55:01.769 |
| 3764 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769Sep 09 00:55:01.769INFO INFODEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 3765 | 2026-09-09T00:55:02.728Z | adding route 172.17.0.43/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3766 | 2026-09-09T00:55:02.728Z | |
| 3767 | 2026-09-09T00:55:02.728Z | DEBGSep 09 00:55:01.769Sep 09 00:55:01.769 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing 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 } }] |
| 3768 | 2026-09-09T00:55:02.728Z | |
| 3769 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 DEBGSep 09 00:55:01.769failed to allocate space for the new target list DEBG |
| 3770 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 3771 | 2026-09-09T00:55:02.728Z | |
| 3772 | 2026-09-09T00:55:02.728Z | adding route 172.17.0.44/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3773 | 2026-09-09T00:55:02.728Z | 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 } }] |
| 3774 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 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 } }]Sep 09 00:55:01.769 |
| 3775 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769DEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.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 3fff:beef:36::/64 -> 2001:db8::55:ffSep 09 00:55:01.769 |
| 3776 | 2026-09-09T00:55:02.728Z | |
| 3777 | 2026-09-09T00:55:02.728Z | INFOSep 09 00:55:01.769 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 } }] |
| 3778 | 2026-09-09T00:55:02.728Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3779 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 INFOSep 09 00:55:01.769 Sep 09 00:55:01.763adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 3780 | 2026-09-09T00:55:02.728Z | INFO DEBGadding route 172.17.0.33/32 -> 10.0.0.255 |
| 3781 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769replacing 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 } }] |
| 3782 | 2026-09-09T00:55:02.728Z | 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 } }] |
| 3783 | 2026-09-09T00:55:02.728Z | test route::tests::delete_target_full ... ok |
| 3784 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 Sep 09 00:55:01.769DEBG Sep 09 00:55:01.769replacing 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 |
| 3785 | 2026-09-09T00:55:02.728Z | INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 3786 | 2026-09-09T00:55:02.728Z | adding route 172.17.0.46/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3787 | 2026-09-09T00:55:02.728Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3788 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 DEBGDEBG Sep 09 00:55:01.769replacing 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 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 } }] |
| 3789 | 2026-09-09T00:55:02.728Z | test route::tests::add_target_fails_full ... ok |
| 3790 | 2026-09-09T00:55:02.728Z | |
| 3791 | 2026-09-09T00:55:02.728Z | test route::tests::delete_target_fragmented ... ok |
| 3792 | 2026-09-09T00:55:02.728Z | DEBG Sep 09 00:55:01.769Sep 09 00:55:01.769replacing 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 } }] |
| 3793 | 2026-09-09T00:55:02.728Z | INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 172.17.0.47/32 -> 10.0.0.255 |
| 3794 | 2026-09-09T00:55:02.728Z | |
| 3795 | 2026-09-09T00:55:02.728Z | Sep 09 00:55:01.769 INFO adding route 172.17.0.35/32 -> 10.0.0.255Sep 09 00:55:01.769 |
| 3796 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769 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 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 } }] |
| 3797 | 2026-09-09T00:55:02.729Z | |
| 3798 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769 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 } }]Sep 09 00:55:01.769 |
| 3799 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 3800 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769adding route 172.17.0.48/32 -> 10.0.0.255 |
| 3801 | 2026-09-09T00:55:02.729Z | INFOSep 09 00:55:01.769 adding route 172.17.0.36/32 -> 10.0.0.255DEBG |
| 3802 | 2026-09-09T00:55:02.729Z | 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 } }] |
| 3803 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769 DEBGSep 09 00:55:01.769Sep 09 00:55:01.769 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 } }]DEBGINFO |
| 3804 | 2026-09-09T00:55:02.729Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 3805 | 2026-09-09T00:55:02.729Z | |
| 3806 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769Sep 09 00:55:01.769 INFOINFO INFOadding route 172.17.0.58/32 -> 10.0.0.255 Sep 09 00:55:01.769 |
| 3807 | 2026-09-09T00:55:02.729Z | adding route 172.17.0.49/32 -> 10.0.0.255DEBG |
| 3808 | 2026-09-09T00:55:02.729Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3809 | 2026-09-09T00:55:02.729Z | 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 } }] |
| 3810 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769 Sep 09 00:55:01.769DEBGSep 09 00:55:01.769 DEBGDEBGSep 09 00:55:01.769 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.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 3811 | 2026-09-09T00:55:02.729Z | |
| 3812 | 2026-09-09T00:55:02.729Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffreplacing 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 } }] |
| 3813 | 2026-09-09T00:55:02.729Z | |
| 3814 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769Sep 09 00:55:01.769 Sep 09 00:55:01.769Sep 09 00:55:01.769 INFOINFODEBG INFO adding route 172.17.0.38/32 -> 10.0.0.255adding route 172.17.0.50/32 -> 10.0.0.255 |
| 3815 | 2026-09-09T00:55:02.729Z | |
| 3816 | 2026-09-09T00:55:02.729Z | replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3817 | 2026-09-09T00:55:02.729Z | |
| 3818 | 2026-09-09T00:55:02.729Z | Sep 09 00:55:01.769 DEBGSep 09 00:55:01.769Sep 09 00:55:01.769 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3819 | 2026-09-09T00:55:02.729Z | |
| 3820 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.769failed to allocate space for the new target list |
| 3821 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.769DEBGSep 09 00:55:01.769 INFOINFOreplacing 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 } }] Sep 09 00:55:01.769 adding route 172.17.0.51/32 -> 10.0.0.255 adding route 172.17.0.39/32 -> 10.0.0.255 |
| 3822 | 2026-09-09T00:55:02.733Z | 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 } }] |
| 3823 | 2026-09-09T00:55:02.733Z | |
| 3824 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.775 DEBGSep 09 00:55:01.775 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 |
| 3825 | 2026-09-09T00:55:02.733Z | adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3826 | 2026-09-09T00:55:02.733Z | |
| 3827 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFODEBG adding route 172.17.0.52/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 } }] |
| 3828 | 2026-09-09T00:55:02.733Z | |
| 3829 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775Sep 09 00:55:01.775 |
| 3830 | 2026-09-09T00:55:02.733Z | INFO adding route 172.17.0.61/32 -> 10.0.0.255 |
| 3831 | 2026-09-09T00:55:02.733Z | DEBGSep 09 00:55:01.775 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 |
| 3832 | 2026-09-09T00:55:02.733Z | 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 } }] |
| 3833 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3834 | 2026-09-09T00:55:02.733Z | Sep 09 00:55:01.775 INFOSep 09 00:55:01.775 adding route 172.17.0.53/32 -> 10.0.0.255DEBG |
| 3835 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3836 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 DEBG failed to allocate space for the new target list |
| 3837 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3838 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3839 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3840 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.40/32 -> 10.0.0.255Sep 09 00:55:01.775 |
| 3841 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3842 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3843 | 2026-09-09T00:55:02.734Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3844 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.41/32 -> 10.0.0.255Sep 09 00:55:01.775 |
| 3845 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3846 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3847 | 2026-09-09T00:55:02.734Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3848 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.42/32 -> 10.0.0.255Sep 09 00:55:01.775 |
| 3849 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3850 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3851 | 2026-09-09T00:55:02.734Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3852 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.43/32 -> 10.0.0.255Sep 09 00:55:01.775 |
| 3853 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3854 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3855 | 2026-09-09T00:55:02.734Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3856 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.44/32 -> 10.0.0.255Sep 09 00:55:01.775 |
| 3857 | 2026-09-09T00:55:02.734Z | 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 } }] |
| 3858 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 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 } }]Sep 09 00:55:01.775 |
| 3859 | 2026-09-09T00:55:02.734Z | INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3860 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 3861 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 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.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 } }] |
| 3862 | 2026-09-09T00:55:02.734Z | |
| 3863 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFOINFO adding route 172.17.0.46/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3864 | 2026-09-09T00:55:02.734Z | |
| 3865 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 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.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 } }] |
| 3866 | 2026-09-09T00:55:02.734Z | |
| 3867 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 3868 | 2026-09-09T00:55:02.734Z | |
| 3869 | 2026-09-09T00:55:02.734Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 DEBGDEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3870 | 2026-09-09T00:55:02.734Z | |
| 3871 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFOINFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.62/32 -> 10.0.0.255 |
| 3872 | 2026-09-09T00:55:02.735Z | |
| 3873 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 DEBGDEBG replacing targets for 172.17.0.48/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3874 | 2026-09-09T00:55:02.735Z | |
| 3875 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.63/32 -> 10.0.0.255 |
| 3876 | 2026-09-09T00:55:02.735Z | |
| 3877 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 3878 | 2026-09-09T00:55:02.735Z | |
| 3879 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3880 | 2026-09-09T00:55:02.735Z | |
| 3881 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 DEBGDEBG replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 3882 | 2026-09-09T00:55:02.735Z | |
| 3883 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775Sep 09 00:55:01.775 INFODEBG adding route 172.17.0.51/32 -> 10.0.0.255failed to allocate space for the new target list |
| 3884 | 2026-09-09T00:55:02.735Z | |
| 3885 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3886 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 3887 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3888 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 3889 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3890 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 3891 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3892 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 3893 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3894 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 3895 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3896 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 3897 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3898 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 3899 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3900 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 3901 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3902 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 3903 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3904 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 DEBG failed to allocate space for the new target list |
| 3905 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.775 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 } }] |
| 3906 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.776 DEBG created new freemap, unit: freemap_route_ipv4 |
| 3907 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.776 DEBG created new freemap, unit: freemap_route_ipv6 |
| 3908 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.776 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 3909 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.776 DEBG reset freemap, unit: freemap_route_ipv4 |
| 3910 | 2026-09-09T00:55:02.735Z | Sep 09 00:55:01.776 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 3911 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 DEBG reset freemap, unit: freemap_route_ipv6 |
| 3912 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3913 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 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 } }] |
| 3914 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3915 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 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 } }] |
| 3916 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 3917 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 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 } }] |
| 3918 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 3919 | 2026-09-09T00:55:02.736Z | Sep 09 00:55:01.776 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 } }] |
| 3920 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 3921 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3922 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 3923 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3924 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 3925 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3926 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 3927 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3928 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 3929 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3930 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 3931 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3932 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 3933 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3934 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 3935 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.776 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 } }] |
| 3936 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 3937 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.781 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 } }] |
| 3938 | 2026-09-09T00:55:02.740Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 3939 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3940 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 3941 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3942 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 3943 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3944 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 3945 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3946 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 3947 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3948 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 3949 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3950 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 3951 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3952 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 3953 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3954 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 3955 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3956 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 3957 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3958 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 3959 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3960 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 3961 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3962 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 3963 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3964 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 3965 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3966 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 3967 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3968 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 3969 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.781 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 } }] |
| 3970 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 3971 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 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 } }] |
| 3972 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 3973 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 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 } }] |
| 3974 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 3975 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 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 } }] |
| 3976 | 2026-09-09T00:55:02.741Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 3977 | 2026-09-09T00:55:02.741Z | test route::tests::delete_targets_fragmented ... ok |
| 3978 | 2026-09-09T00:55:02.742Z | |
| 3979 | 2026-09-09T00:55:02.742Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 3980 | 2026-09-09T00:55:02.742Z | |
| 3981 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3982 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 3983 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3984 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 3985 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3986 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 3987 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3988 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 3989 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3990 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 3991 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 3992 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 3993 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3994 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 3995 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3996 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 3997 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.782 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 } }] |
| 3998 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 3999 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4000 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 4001 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4002 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 4003 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4004 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 4005 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4006 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 4007 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4008 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 4009 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4010 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 4011 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4012 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 4013 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4014 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 4015 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4016 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 4017 | 2026-09-09T00:55:02.742Z | Sep 09 00:55:01.788 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 } }] |
| 4018 | 2026-09-09T00:55:02.743Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 4019 | 2026-09-09T00:55:02.743Z | Sep 09 00:55:01.788 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 } }] |
| 4020 | 2026-09-09T00:55:02.746Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 4021 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 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 } }] |
| 4022 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 4023 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 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 } }] |
| 4024 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 4025 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 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 } }] |
| 4026 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 4027 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 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 } }] |
| 4028 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 4029 | 2026-09-09T00:55:02.747Z | Sep 09 00:55:01.788 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 } }] |
| 4030 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 4031 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4032 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 4033 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4034 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 4035 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4036 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 4037 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4038 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 4039 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4040 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 4041 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4042 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 4043 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4044 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 4045 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4046 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 DEBG failed to allocate space for the new target list |
| 4047 | 2026-09-09T00:55:02.748Z | Sep 09 00:55:01.788 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 } }] |
| 4048 | 2026-09-09T00:55:02.748Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-cc2fc6af86348c5b) |
| 4049 | 2026-09-09T00:55:02.748Z | |
| 4050 | 2026-09-09T00:55:02.748Z | running 0 tests |
| 4051 | 2026-09-09T00:55:02.748Z | |
| 4052 | 2026-09-09T00:55:02.749Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4053 | 2026-09-09T00:55:02.749Z | |
| 4054 | 2026-09-09T00:55:02.749Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 4055 | 2026-09-09T00:55:02.749Z | |
| 4056 | 2026-09-09T00:55:02.749Z | running 0 tests |
| 4057 | 2026-09-09T00:55:02.749Z | |
| 4058 | 2026-09-09T00:55:02.749Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4059 | 2026-09-09T00:55:02.749Z | |
| 4060 | 2026-09-09T00:55:02.749Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-afca5f5d515ce1a3) |
| 4061 | 2026-09-09T00:55:02.749Z | |
| 4062 | 2026-09-09T00:55:02.749Z | running 6 tests |
| 4063 | 2026-09-09T00:55:02.749Z | test tests::test_full_lot_id_neither_present ... ok |
| 4064 | 2026-09-09T00:55:02.749Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 4065 | 2026-09-09T00:55:02.749Z | test tests::test_full_lot_id_both_present ... ok |
| 4066 | 2026-09-09T00:55:02.749Z | test tests::test_parse_client_port_id ... ok |
| 4067 | 2026-09-09T00:55:02.749Z | test tests::test_full_lot_id_lot_only ... ok |
| 4068 | 2026-09-09T00:55:02.749Z | test tests::test_port_id_cmp ... ok |
| 4069 | 2026-09-09T00:55:02.749Z | |
| 4070 | 2026-09-09T00:55:02.749Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4071 | 2026-09-09T00:55:02.749Z | |
| 4072 | 2026-09-09T00:55:02.749Z | Running tests/test_all.rs (target/debug/deps/test_all-ef53985cfe7a3a08) |
| 4073 | 2026-09-09T00:55:02.749Z | |
| 4074 | 2026-09-09T00:55:02.749Z | running 0 tests |
| 4075 | 2026-09-09T00:55:02.749Z | |
| 4076 | 2026-09-09T00:55:02.749Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4077 | 2026-09-09T00:55:02.749Z | |
| 4078 | 2026-09-09T00:55:02.749Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 4079 | 2026-09-09T00:55:02.749Z | |
| 4080 | 2026-09-09T00:55:02.749Z | running 0 tests |
| 4081 | 2026-09-09T00:55:02.749Z | |
| 4082 | 2026-09-09T00:55:02.749Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4083 | 2026-09-09T00:55:02.749Z | |
| 4084 | 2026-09-09T00:55:02.749Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 4085 | 2026-09-09T00:55:02.749Z | |
| 4086 | 2026-09-09T00:55:02.749Z | running 15 tests |
| 4087 | 2026-09-09T00:55:02.749Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 4088 | 2026-09-09T00:55:02.749Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 4089 | 2026-09-09T00:55:02.749Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 4090 | 2026-09-09T00:55:02.749Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 4091 | 2026-09-09T00:55:02.749Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 4092 | 2026-09-09T00:55:02.750Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 4093 | 2026-09-09T00:55:02.750Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 4094 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_equal ... ok |
| 4095 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_eui64 ... ok |
| 4096 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_into ... ok |
| 4097 | 2026-09-09T00:55:02.750Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 4098 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_to_string ... ok |
| 4099 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_not_equal ... ok |
| 4100 | 2026-09-09T00:55:02.750Z | test v1::network::tests::test_parse ... ok |
| 4101 | 2026-09-09T00:55:02.750Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 4102 | 2026-09-09T00:55:02.750Z | |
| 4103 | 2026-09-09T00:55:02.750Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4104 | 2026-09-09T00:55:02.750Z | |
| 4105 | 2026-09-09T00:55:02.750Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 4106 | 2026-09-09T00:55:02.750Z | |
| 4107 | 2026-09-09T00:55:02.750Z | running 12 tests |
| 4108 | 2026-09-09T00:55:02.750Z | test icmp::test_v6_checksum ... ok |
| 4109 | 2026-09-09T00:55:02.750Z | test icmp::test_v4_checksum ... ok |
| 4110 | 2026-09-09T00:55:02.750Z | test lldp::test_lldp_parse ... ok |
| 4111 | 2026-09-09T00:55:02.750Z | test ipv6::test_ipv6_parse ... ok |
| 4112 | 2026-09-09T00:55:02.750Z | test pbuf::test_byte ... ok |
| 4113 | 2026-09-09T00:55:02.750Z | test pbuf::test_nibble ... ok |
| 4114 | 2026-09-09T00:55:02.750Z | test pbuf::test_short ... ok |
| 4115 | 2026-09-09T00:55:02.750Z | test pbuf::test_overflow ... ok |
| 4116 | 2026-09-09T00:55:02.750Z | test pbuf::test_twelve ... ok |
| 4117 | 2026-09-09T00:55:02.750Z | test pbuf::test_word ... ok |
| 4118 | 2026-09-09T00:55:02.750Z | test tcp::test_checksum_syn_nodata ... ok |
| 4119 | 2026-09-09T00:55:02.750Z | test tcp::test_checksum_ack_data ... ok |
| 4120 | 2026-09-09T00:55:02.754Z | |
| 4121 | 2026-09-09T00:55:02.754Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4122 | 2026-09-09T00:55:02.754Z | |
| 4123 | 2026-09-09T00:55:02.754Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 4124 | 2026-09-09T00:55:02.754Z | |
| 4125 | 2026-09-09T00:55:02.754Z | running 0 tests |
| 4126 | 2026-09-09T00:55:02.754Z | |
| 4127 | 2026-09-09T00:55:02.754Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4128 | 2026-09-09T00:55:02.754Z | |
| 4129 | 2026-09-09T00:55:02.754Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 4130 | 2026-09-09T00:55:02.754Z | |
| 4131 | 2026-09-09T00:55:02.754Z | running 5 tests |
| 4132 | 2026-09-09T00:55:02.755Z | test switchport::test::test_compute_lanes ... ok |
| 4133 | 2026-09-09T00:55:02.755Z | test switchport::test::port_id_ordering ... ok |
| 4134 | 2026-09-09T00:55:02.755Z | Lane 0 Lane 0 Lane 1Lane 1 Lane 2Lane 2 Lane 3Lane 3 |
| 4135 | 2026-09-09T00:55:02.755Z | |
| 4136 | 2026-09-09T00:55:02.755Z | Rx Loss-of-lock: Yes State: Activated Yes Activated Yes ActivatedYes |
| 4137 | 2026-09-09T00:55:02.755Z | Activated Rx Loss-of-signal: Yes |
| 4138 | 2026-09-09T00:55:02.755Z | Rx Output Enabled: false Yes false Yes Yesfalse |
| 4139 | 2026-09-09T00:55:02.755Z | false Rx CDR Enabled: Yes |
| 4140 | 2026-09-09T00:55:02.755Z | Rx Output Status: validYes valid Yes validYes |
| 4141 | 2026-09-09T00:55:02.755Z | valid |
| 4142 | 2026-09-09T00:55:02.755Z | Tx Enabled: Yes Rx Loss-of-lock: trueYes Yestrue Yes |
| 4143 | 2026-09-09T00:55:02.755Z | true Tx Loss-of-lock: No trueNo |
| 4144 | 2026-09-09T00:55:02.755Z | Rx Loss-of-signal: false Nofalse No |
| 4145 | 2026-09-09T00:55:02.755Z | false Tx Loss-of-signal: Nofalse |
| 4146 | 2026-09-09T00:55:02.755Z | No Rx Auto-squelch Disable: true Notrue No |
| 4147 | 2026-09-09T00:55:02.755Z | true true Tx CDR Enabled: No |
| 4148 | 2026-09-09T00:55:02.755Z | Tx Output Enabled: trueNo true Notrue true |
| 4149 | 2026-09-09T00:55:02.755Z | No |
| 4150 | 2026-09-09T00:55:02.755Z | Tx Output Status: invalid Tx Adaptive EQ Fault: No invalid Noinvalid invalid |
| 4151 | 2026-09-09T00:55:02.755Z | No Tx Loss-of-lock: false Nofalse |
| 4152 | 2026-09-09T00:55:02.755Z | Tx Fault: Yesfalse falseYes |
| 4153 | 2026-09-09T00:55:02.755Z | Tx Loss-of-signal: true Yestrue Yes |
| 4154 | 2026-09-09T00:55:02.755Z | true true |
| 4155 | 2026-09-09T00:55:02.755Z | Tx Auto-squelch Disable: false false false false |
| 4156 | 2026-09-09T00:55:02.755Z | Tx Adaptive EQ Fail: true true true true |
| 4157 | 2026-09-09T00:55:02.755Z | Tx Failure: false false false false |
| 4158 | 2026-09-09T00:55:02.755Z | Tx Force Squelch: true true true true |
| 4159 | 2026-09-09T00:55:02.755Z | Tx Input Polarity: normal normal normal normal |
| 4160 | 2026-09-09T00:55:02.755Z | test switchport::test::test_print_sff_datapath ... ok |
| 4161 | 2026-09-09T00:55:02.755Z | test switchport::test::test_print_cmis_datapath ... ok |
| 4162 | 2026-09-09T00:55:02.755Z | test link::test_filter ... ok |
| 4163 | 2026-09-09T00:55:02.755Z | |
| 4164 | 2026-09-09T00:55:02.755Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4165 | 2026-09-09T00:55:02.755Z | |
| 4166 | 2026-09-09T00:55:02.755Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 4167 | 2026-09-09T00:55:02.760Z | |
| 4168 | 2026-09-09T00:55:02.760Z | running 7 tests |
| 4169 | 2026-09-09T00:55:02.760Z | test counters::counters_list ... ignored |
| 4170 | 2026-09-09T00:55:02.760Z | test link_apply::apply_tx_eq_all ... ignored |
| 4171 | 2026-09-09T00:55:02.760Z | test link_apply::apply_tx_eq_custom ... ignored |
| 4172 | 2026-09-09T00:55:02.760Z | test tx_eq::set_all_taps ... ignored |
| 4173 | 2026-09-09T00:55:02.760Z | test tx_eq::set_partial_taps ... ignored |
| 4174 | 2026-09-09T00:55:02.761Z | test cmd::test::pattern_statics ... ok |
| 4175 | 2026-09-09T00:55:02.765Z | test link_apply::tx_eq_exclusive ... ok |
| 4176 | 2026-09-09T00:55:02.765Z | |
| 4177 | 2026-09-09T00:55:02.768Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 4178 | 2026-09-09T00:55:02.768Z | |
| 4179 | 2026-09-09T00:55:02.768Z | Running unittests src/main.rs (target/debug/deps/tfportd-6b089f545486538c) |
| 4180 | 2026-09-09T00:55:02.772Z | |
| 4181 | 2026-09-09T00:55:02.772Z | running 4 tests |
| 4182 | 2026-09-09T00:55:02.772Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 4183 | 2026-09-09T00:55:02.772Z | test linklocal::test_parse_ipadm ... ok |
| 4184 | 2026-09-09T00:55:02.772Z | test tfport::test_parse_tfport ... ok |
| 4185 | 2026-09-09T00:55:02.777Z | test config::tests::test_updates ... ok |
| 4186 | 2026-09-09T00:55:02.777Z | |
| 4187 | 2026-09-09T00:55:02.777Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4188 | 2026-09-09T00:55:02.777Z | |
| 4189 | 2026-09-09T00:55:02.777Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 4190 | 2026-09-09T00:55:02.777Z | |
| 4191 | 2026-09-09T00:55:02.777Z | running 0 tests |
| 4192 | 2026-09-09T00:55:02.778Z | |
| 4193 | 2026-09-09T00:55:02.778Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4194 | 2026-09-09T00:55:02.778Z | |
| 4195 | 2026-09-09T00:55:02.778Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 4196 | 2026-09-09T00:55:02.778Z | |
| 4197 | 2026-09-09T00:55:02.778Z | running 0 tests |
| 4198 | 2026-09-09T00:55:02.778Z | |
| 4199 | 2026-09-09T00:55:02.778Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4200 | 2026-09-09T00:55:02.778Z | |
| 4201 | 2026-09-09T00:55:02.778Z | Doc-tests aal |
| 4202 | 2026-09-09T00:55:02.991Z | |
| 4203 | 2026-09-09T00:55:02.991Z | running 0 tests |
| 4204 | 2026-09-09T00:55:02.991Z | |
| 4205 | 2026-09-09T00:55:02.994Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4206 | 2026-09-09T00:55:02.994Z | |
| 4207 | 2026-09-09T00:55:03.015Z | Doc-tests aal_macros |
| 4208 | 2026-09-09T00:55:03.081Z | |
| 4209 | 2026-09-09T00:55:03.081Z | running 0 tests |
| 4210 | 2026-09-09T00:55:03.081Z | |
| 4211 | 2026-09-09T00:55:03.081Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4212 | 2026-09-09T00:55:03.081Z | |
| 4213 | 2026-09-09T00:55:03.091Z | Doc-tests common |
| 4214 | 2026-09-09T00:55:03.317Z | |
| 4215 | 2026-09-09T00:55:03.317Z | running 0 tests |
| 4216 | 2026-09-09T00:55:03.317Z | |
| 4217 | 2026-09-09T00:55:03.317Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4218 | 2026-09-09T00:55:03.317Z | |
| 4219 | 2026-09-09T00:55:03.342Z | Doc-tests dpd_api |
| 4220 | 2026-09-09T00:55:04.049Z | |
| 4221 | 2026-09-09T00:55:04.049Z | running 2 tests |
| 4222 | 2026-09-09T00:55:04.049Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 69) ... ignored |
| 4223 | 2026-09-09T00:55:04.049Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 75) ... ignored |
| 4224 | 2026-09-09T00:55:04.049Z | |
| 4225 | 2026-09-09T00:55:04.049Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4226 | 2026-09-09T00:55:04.049Z | |
| 4227 | 2026-09-09T00:55:04.079Z | Doc-tests dpd_client |
| 4228 | 2026-09-09T00:55:05.458Z | |
| 4229 | 2026-09-09T00:55:05.458Z | running 0 tests |
| 4230 | 2026-09-09T00:55:05.458Z | |
| 4231 | 2026-09-09T00:55:05.458Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4232 | 2026-09-09T00:55:05.458Z | |
| 4233 | 2026-09-09T00:55:05.509Z | Doc-tests dpd_types |
| 4234 | 2026-09-09T00:55:05.692Z | |
| 4235 | 2026-09-09T00:55:05.693Z | running 0 tests |
| 4236 | 2026-09-09T00:55:05.693Z | |
| 4237 | 2026-09-09T00:55:05.693Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4238 | 2026-09-09T00:55:05.693Z | |
| 4239 | 2026-09-09T00:55:05.715Z | Doc-tests dpd_types_versions |
| 4240 | 2026-09-09T00:55:07.228Z | |
| 4241 | 2026-09-09T00:55:07.228Z | running 1 test |
| 4242 | 2026-09-09T00:55:07.228Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 4243 | 2026-09-09T00:55:07.228Z | |
| 4244 | 2026-09-09T00:55:07.228Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4245 | 2026-09-09T00:55:07.228Z | |
| 4246 | 2026-09-09T00:55:07.276Z | Doc-tests packet |
| 4247 | 2026-09-09T00:55:07.496Z | |
| 4248 | 2026-09-09T00:55:07.496Z | running 0 tests |
| 4249 | 2026-09-09T00:55:07.496Z | |
| 4250 | 2026-09-09T00:55:07.496Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4251 | 2026-09-09T00:55:07.496Z | |
| 4252 | 2026-09-09T00:55:07.522Z | Doc-tests pcap |
| 4253 | 2026-09-09T00:55:07.573Z | |
| 4254 | 2026-09-09T00:55:07.573Z | running 0 tests |
| 4255 | 2026-09-09T00:55:07.573Z | |
| 4256 | 2026-09-09T00:55:07.573Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4257 | 2026-09-09T00:55:07.573Z | |
| 4258 | 2026-09-09T00:55:07.642Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 4259 | 2026-09-09T00:55:07.642Z | + RUST_BACKTRACE=full |
| 4260 | 2026-09-09T00:55:07.642Z | + cargo test --features tofino_asic --no-fail-fast |
| 4261 | 2026-09-09T00:55:08.246Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 4262 | 2026-09-09T00:55:08.328Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 4263 | 2026-09-09T00:55:08.331Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 4264 | 2026-09-09T00:55:08.340Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 4265 | 2026-09-09T00:55:17.064Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 4266 | 2026-09-09T00:55:17.225Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 4267 | 2026-09-09T00:55:59.645Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 51.98s |
| 4268 | 2026-09-09T00:55:59.759Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 4269 | 2026-09-09T00:55:59.762Z | |
| 4270 | 2026-09-09T00:55:59.762Z | running 0 tests |
| 4271 | 2026-09-09T00:55:59.762Z | |
| 4272 | 2026-09-09T00:55:59.762Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4273 | 2026-09-09T00:55:59.762Z | |
| 4274 | 2026-09-09T00:55:59.762Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 4275 | 2026-09-09T00:55:59.766Z | |
| 4276 | 2026-09-09T00:55:59.766Z | running 0 tests |
| 4277 | 2026-09-09T00:55:59.766Z | |
| 4278 | 2026-09-09T00:55:59.766Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4279 | 2026-09-09T00:55:59.766Z | |
| 4280 | 2026-09-09T00:55:59.766Z | Running unittests src/lib.rs (target/debug/deps/asic-3fe1ab10dfa2737c) |
| 4281 | 2026-09-09T00:55:59.861Z | |
| 4282 | 2026-09-09T00:55:59.861Z | running 8 tests |
| 4283 | 2026-09-09T00:55:59.865Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 4284 | 2026-09-09T00:55:59.865Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 4285 | 2026-09-09T00:55:59.865Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 4286 | 2026-09-09T00:55:59.865Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 4287 | 2026-09-09T00:55:59.865Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 4288 | 2026-09-09T00:55:59.865Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 4289 | 2026-09-09T00:55:59.871Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 4290 | 2026-09-09T00:56:00.363Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 4291 | 2026-09-09T00:56:00.363Z | |
| 4292 | 2026-09-09T00:56:00.363Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 4293 | 2026-09-09T00:56:00.363Z | |
| 4294 | 2026-09-09T00:56:00.373Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 4295 | 2026-09-09T00:56:00.377Z | |
| 4296 | 2026-09-09T00:56:00.377Z | running 4 tests |
| 4297 | 2026-09-09T00:56:00.380Z | test nat::tests::test_vni ... ok |
| 4298 | 2026-09-09T00:56:00.380Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 4299 | 2026-09-09T00:56:00.380Z | test test_purge ... ok |
| 4300 | 2026-09-09T00:56:00.383Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 4301 | 2026-09-09T00:56:00.383Z | |
| 4302 | 2026-09-09T00:56:00.383Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 4303 | 2026-09-09T00:56:00.383Z | |
| 4304 | 2026-09-09T00:56:00.383Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 4305 | 2026-09-09T00:56:00.386Z | |
| 4306 | 2026-09-09T00:56:00.386Z | running 1 test |
| 4307 | 2026-09-09T00:56:00.387Z | ------- |
| 4308 | 2026-09-09T00:56:00.387Z | Generating OpenAPI documents from API definitions ... |
| 4309 | 2026-09-09T00:56:00.532Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 4310 | 2026-09-09T00:56:00.605Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 4311 | 2026-09-09T00:56:01.689Z | ------- |
| 4312 | 2026-09-09T00:56:01.689Z | Checking 14 OpenAPI documents... |
| 4313 | 2026-09-09T00:56:01.689Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4314 | 2026-09-09T00:56:01.689Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4315 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4316 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4317 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4318 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4319 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4320 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4321 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4322 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4323 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4324 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4325 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 4326 | 2026-09-09T00:56:01.694Z | Fresh dpd (versioned v14.0.0 (added locally)): Oxide Switch Dataplane Controller |
| 4327 | 2026-09-09T00:56:01.694Z | Fresh dpd "latest" symlink |
| 4328 | 2026-09-09T00:56:01.694Z | ------- |
| 4329 | 2026-09-09T00:56:01.695Z | Success 14 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems |
| 4330 | 2026-09-09T00:56:01.771Z | test test::test_apis_up_to_date ... ok |
| 4331 | 2026-09-09T00:56:01.771Z | |
| 4332 | 2026-09-09T00:56:01.771Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.38s |
| 4333 | 2026-09-09T00:56:01.771Z | |
| 4334 | 2026-09-09T00:56:01.830Z | Running unittests src/main.rs (target/debug/deps/dpd-ba39401443e69f9c) |
| 4335 | 2026-09-09T00:56:01.895Z | |
| 4336 | 2026-09-09T00:56:01.895Z | running 66 tests |
| 4337 | 2026-09-09T00:56:01.899Z | test freemap::test_ordering ... ok |
| 4338 | 2026-09-09T00:56:01.899Z | test config::tests::test_updates ... ok |
| 4339 | 2026-09-09T00:56:01.899Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 4340 | 2026-09-09T00:56:01.899Z | test freemap::test_split ... ok |
| 4341 | 2026-09-09T00:56:01.899Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 4342 | 2026-09-09T00:56:01.899Z | test macaddrs::tests::test_mac_offset ... ok |
| 4343 | 2026-09-09T00:56:01.905Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 4344 | 2026-09-09T00:56:01.905Z | test macaddrs::tests::test_parse_port_id ... ok |
| 4345 | 2026-09-09T00:56:01.905Z | test nat::test_mapping ... ok |
| 4346 | 2026-09-09T00:56:01.905Z | Sep 09 00:56:00.975 DEBG created new freemap, unit: freemap_test |
| 4347 | 2026-09-09T00:56:01.905Z | Sep 09 00:56:00.975 DEBG created new freemap, unitSep 09 00:56:00.975: DEBGfreemap_test initted freemap. size: 128 |
| 4348 | 2026-09-09T00:56:01.905Z | , unit: freemap_test |
| 4349 | 2026-09-09T00:56:01.905Z | Sep 09 00:56:00.975 Sep 09 00:56:00.975DEBGSep 09 00:56:00.975 DEBGSep 09 00:56:00.975DEBG created new freemapreset freemapDEBGinitted freemap. size: 128 , , unit, created new freemap:unit :freemap_test |
| 4350 | 2026-09-09T00:56:01.905Z | freemap_test, unit |
| 4351 | 2026-09-09T00:56:01.905Z | :unit :freemap_test |
| 4352 | 2026-09-09T00:56:01.906Z | freemap_test |
| 4353 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975Sep 09 00:56:00.975 DEBGDEBG initted freemap. size: 128Sep 09 00:56:00.975, reset freemap unit, :DEBG unit :initted freemap. size: 128freemap_test |
| 4354 | 2026-09-09T00:56:01.906Z | , freemap_testunit |
| 4355 | 2026-09-09T00:56:01.906Z | : freemap_testSep 09 00:56:00.975 |
| 4356 | 2026-09-09T00:56:01.906Z | DEBG reset freemap, unitSep 09 00:56:00.975: DEBGfreemap_test |
| 4357 | 2026-09-09T00:56:01.906Z | reset freemap, unit: freemap_test |
| 4358 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG created new freemap, unit: freemap_test |
| 4359 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG initted freemap. size: 8, unit: freemap_test |
| 4360 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG reset freemap, unit: freemap_test |
| 4361 | 2026-09-09T00:56:01.906Z | test port_map::tests::dump_map ... ok |
| 4362 | 2026-09-09T00:56:01.906Z | test freemap::test_exhaustion ... ok |
| 4363 | 2026-09-09T00:56:01.906Z | test freemap::test_basic ... ok |
| 4364 | 2026-09-09T00:56:01.906Z | test freemap::test_free ... ok |
| 4365 | 2026-09-09T00:56:01.906Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 4366 | 2026-09-09T00:56:01.906Z | test freemap::test_reclaim ... ok |
| 4367 | 2026-09-09T00:56:01.906Z | test port_map::tests::test_backplane_group ... ok |
| 4368 | 2026-09-09T00:56:01.906Z | test port_map::tests::test_port_map ... ok |
| 4369 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG created new freemap, unit: freemap_test |
| 4370 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG initted freemap. size: 128, unit: freemap_test |
| 4371 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.975 DEBG reset freemap, unit: freemap_test |
| 4372 | 2026-09-09T00:56:01.906Z | test freemap::test_span ... ok |
| 4373 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.976 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4374 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.976 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4375 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4376 | 2026-09-09T00:56:01.906Z | Sep 09 00:56:00.976 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4377 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4378 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4379 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4380 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4381 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4382 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG created new freemap, unit: freemap_route_ipv4 |
| 4383 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG created new freemap, unit: freemap_route_ipv6 |
| 4384 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 4385 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG reset freemap, unit: freemap_route_ipv4 |
| 4386 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 4387 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG reset freemap, unit: freemap_route_ipv6 |
| 4388 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4389 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4390 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4391 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4392 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4393 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4394 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4395 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4396 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4397 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4398 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4399 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4400 | 2026-09-09T00:56:01.907Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4401 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4402 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4403 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4404 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4405 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4406 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4407 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4408 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ffSep 09 00:56:00.976 |
| 4409 | 2026-09-09T00:56:01.908Z | DEBG Sep 09 00:56:00.976replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4410 | 2026-09-09T00:56:01.908Z | 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 } }] |
| 4411 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4412 | 2026-09-09T00:56:01.908Z | |
| 4413 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4414 | 2026-09-09T00:56:01.908Z | |
| 4415 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4416 | 2026-09-09T00:56:01.908Z | |
| 4417 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4418 | 2026-09-09T00:56:01.908Z | |
| 4419 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4420 | 2026-09-09T00:56:01.908Z | |
| 4421 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4422 | 2026-09-09T00:56:01.908Z | |
| 4423 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4424 | 2026-09-09T00:56:01.908Z | |
| 4425 | 2026-09-09T00:56:01.908Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4426 | 2026-09-09T00:56:01.909Z | |
| 4427 | 2026-09-09T00:56:01.909Z | test api_server::tests::test_build_info ... ok |
| 4428 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4429 | 2026-09-09T00:56:01.909Z | |
| 4430 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4431 | 2026-09-09T00:56:01.909Z | |
| 4432 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4433 | 2026-09-09T00:56:01.909Z | |
| 4434 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4435 | 2026-09-09T00:56:01.909Z | |
| 4436 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4437 | 2026-09-09T00:56:01.909Z | |
| 4438 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4439 | 2026-09-09T00:56:01.909Z | |
| 4440 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4441 | 2026-09-09T00:56:01.909Z | |
| 4442 | 2026-09-09T00:56:01.909Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4443 | 2026-09-09T00:56:01.914Z | |
| 4444 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4445 | 2026-09-09T00:56:01.914Z | |
| 4446 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 DEBGDEBG replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4447 | 2026-09-09T00:56:01.914Z | |
| 4448 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 INFOINFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 4449 | 2026-09-09T00:56:01.914Z | |
| 4450 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.976Sep 09 00:56:00.976 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:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4451 | 2026-09-09T00:56:01.914Z | |
| 4452 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 INFOINFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ffadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4453 | 2026-09-09T00:56:01.914Z | |
| 4454 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 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: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 } }] |
| 4455 | 2026-09-09T00:56:01.914Z | |
| 4456 | 2026-09-09T00:56:01.914Z | test port_map::tests::parse_softnpu_revision ... ok |
| 4457 | 2026-09-09T00:56:01.914Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 INFOINFOSep 09 00:56:00.976 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBG |
| 4458 | 2026-09-09T00:56:01.915Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffcreated new freemap |
| 4459 | 2026-09-09T00:56:01.915Z | , Sep 09 00:56:00.977unit Sep 09 00:56:00.977DEBG DEBGreplacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4460 | 2026-09-09T00:56:01.915Z | 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 } }] |
| 4461 | 2026-09-09T00:56:01.915Z | freemap_route_ipv4 |
| 4462 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977INFO INFOSep 09 00:56:00.977 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 |
| 4463 | 2026-09-09T00:56:01.915Z | DEBGDEBG adding route 3fff:beef:d::/64 -> 2001:db8::55:ff created new freemapcreated new freemap, |
| 4464 | 2026-09-09T00:56:01.915Z | , unitSep 09 00:56:00.977unit: DEBG: Sep 09 00:56:00.977 freemap_route_ipv6 freemap_route_ipv4replacing 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 } }] |
| 4465 | 2026-09-09T00:56:01.915Z | |
| 4466 | 2026-09-09T00:56:01.915Z | |
| 4467 | 2026-09-09T00:56:01.915Z | 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 } }] |
| 4468 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977Sep 09 00:56:00.977Sep 09 00:56:00.977Sep 09 00:56:00.977 DEBGSep 09 00:56:00.977INFO DEBG adding route 3fff:beef:14::/64 -> 2001:db8::55:ffinitted freemap. size: 64created new freemap, |
| 4469 | 2026-09-09T00:56:01.915Z | , unit :DEBG unitfreemap_route_ipv6 : |
| 4470 | 2026-09-09T00:56:01.915Z | INFOcreated new freemap freemap_route_ipv4adding route 3fff:beef:e::/64 -> 2001:db8::55:ff, |
| 4471 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977unit |
| 4472 | 2026-09-09T00:56:01.915Z | : Sep 09 00:56:00.977freemap_route_ipv4 Sep 09 00:56:00.977 |
| 4473 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977DEBGDEBG DEBG initted freemap. size: 64replacing 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 } }], DEBGunitreset freemap: |
| 4474 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977replacing 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 } }], DEBGfreemap_route_ipv4unit |
| 4475 | 2026-09-09T00:56:01.915Z | |
| 4476 | 2026-09-09T00:56:01.915Z | : Sep 09 00:56:00.977 freemap_route_ipv4INFOcreated new freemap Sep 09 00:56:00.977Sep 09 00:56:00.977 |
| 4477 | 2026-09-09T00:56:01.915Z | , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 4478 | 2026-09-09T00:56:01.915Z | unitINFO: adding route 3fff:beef:15::/64 -> 2001:db8::55:ffreset freemapSep 09 00:56:00.977 |
| 4479 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977, DEBG unitDEBGinitted freemap. size: 64Sep 09 00:56:00.977 , :unit 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 } }] |
| 4480 | 2026-09-09T00:56:01.915Z | :DEBG freemap_route_ipv6freemap_route_ipv4freemap_route_ipv6 |
| 4481 | 2026-09-09T00:56:01.915Z | |
| 4482 | 2026-09-09T00:56:01.915Z | 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 } }]Sep 09 00:56:00.977 |
| 4483 | 2026-09-09T00:56:01.915Z | |
| 4484 | 2026-09-09T00:56:01.915Z | Sep 09 00:56:00.977 INFO DEBGadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4485 | 2026-09-09T00:56:01.916Z | reset freemap, Sep 09 00:56:00.977unitSep 09 00:56:00.977 Sep 09 00:56:00.977: Sep 09 00:56:00.977 DEBGDEBGDEBG freemap_route_ipv6initted freemap. size: 64 |
| 4486 | 2026-09-09T00:56:01.916Z | , 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 } }] unit |
| 4487 | 2026-09-09T00:56:01.916Z | initted freemap. size: 64INFO: , freemap_route_ipv4unit adding route 3fff:beef:16::/64 -> 2001:db8::55:ff: |
| 4488 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977 |
| 4489 | 2026-09-09T00:56:01.916Z | freemap_route_ipv6 INFOINFO Sep 09 00:56:00.977adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4490 | 2026-09-09T00:56:01.916Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4491 | 2026-09-09T00:56:01.916Z | |
| 4492 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977 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 } }] |
| 4493 | 2026-09-09T00:56:01.916Z | 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 } }]Sep 09 00:56:00.977 |
| 4494 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977DEBG Sep 09 00:56:00.977DEBGSep 09 00:56:00.977 Sep 09 00:56:00.977INFODEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]reset freemapadding route 3fff:beef:17::/64 -> 2001:db8::55:ff, |
| 4495 | 2026-09-09T00:56:01.916Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 4496 | 2026-09-09T00:56:01.916Z | reset freemap |
| 4497 | 2026-09-09T00:56:01.916Z | unit: , freemap_route_ipv6Sep 09 00:56:00.977unit |
| 4498 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977Sep 09 00:56:00.977: freemap_route_ipv4INFODEBG |
| 4499 | 2026-09-09T00:56:01.916Z | 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 } }]DEBG |
| 4500 | 2026-09-09T00:56:01.916Z | |
| 4501 | 2026-09-09T00:56:01.916Z | 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 } }]Sep 09 00:56:00.977 |
| 4502 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977INFO DEBG DEBGadding route 3fff:beef:13::/64 -> 2001:db8::55:ffinitted freemap. size: 64Sep 09 00:56:00.977Sep 09 00:56:00.977 |
| 4503 | 2026-09-09T00:56:01.916Z | 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 } }], INFOunitSep 09 00:56:00.977: adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 4504 | 2026-09-09T00:56:01.916Z | |
| 4505 | 2026-09-09T00:56:01.916Z | freemap_route_ipv6replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4506 | 2026-09-09T00:56:01.916Z | |
| 4507 | 2026-09-09T00:56:01.916Z | INFO Sep 09 00:56:00.977adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 Sep 09 00:56:00.977 |
| 4508 | 2026-09-09T00:56:01.916Z | DEBGSep 09 00:56:00.977 INFOSep 09 00:56:00.977INFODEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4509 | 2026-09-09T00:56:01.916Z | DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 adding route 3fff:beef:14::/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 } }] |
| 4510 | 2026-09-09T00:56:01.916Z | |
| 4511 | 2026-09-09T00:56:01.916Z | reset freemap |
| 4512 | 2026-09-09T00:56:01.916Z | , Sep 09 00:56:00.977unitSep 09 00:56:00.977Sep 09 00:56:00.977: Sep 09 00:56:00.977 INFO DEBGDEBG freemap_route_ipv6 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 } }] |
| 4513 | 2026-09-09T00:56:01.916Z | |
| 4514 | 2026-09-09T00:56:01.916Z | adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4515 | 2026-09-09T00:56:01.916Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4516 | 2026-09-09T00:56:01.916Z | |
| 4517 | 2026-09-09T00:56:01.916Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977Sep 09 00:56:00.977Sep 09 00:56:00.977 Sep 09 00:56:00.977INFO DEBGDEBGINFO adding route 3fff:beef:15::/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 } }]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:dead::/64 -> 2001:db8::55:1 |
| 4518 | 2026-09-09T00:56:01.916Z | |
| 4519 | 2026-09-09T00:56:01.917Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4520 | 2026-09-09T00:56:01.917Z | |
| 4521 | 2026-09-09T00:56:01.917Z | |
| 4522 | 2026-09-09T00:56:01.917Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977INFO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 4523 | 2026-09-09T00:56:01.917Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4524 | 2026-09-09T00:56:01.917Z | INFOSep 09 00:56:00.977 Sep 09 00:56:00.977replacing 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 } }]Sep 09 00:56:00.977 |
| 4525 | 2026-09-09T00:56:01.917Z | DEBG DEBGINFOadding route 3fff:beef::/64 -> 2001:db8::55:ff Sep 09 00:56:00.977 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 } }] |
| 4526 | 2026-09-09T00:56:01.917Z | |
| 4527 | 2026-09-09T00:56:01.917Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]INFO |
| 4528 | 2026-09-09T00:56:01.917Z | |
| 4529 | 2026-09-09T00:56:01.917Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 4530 | 2026-09-09T00:56:01.917Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 INFO Sep 09 00:56:00.977Sep 09 00:56:00.977 DEBG DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4531 | 2026-09-09T00:56:01.917Z | 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 } }]Sep 09 00:56:00.977DEBG |
| 4532 | 2026-09-09T00:56:01.917Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 4533 | 2026-09-09T00:56:01.917Z | DEBGSep 09 00:56:00.977 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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::/64 with: [NextHop { asic_port_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-09-09T00:56:01.917Z | |
| 4535 | 2026-09-09T00:56:01.917Z | INFOSep 09 00:56:00.977 Sep 09 00:56:00.977DEBG INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4536 | 2026-09-09T00:56:01.917Z | |
| 4537 | 2026-09-09T00:56:01.917Z | Sep 09 00:56:00.977 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4538 | 2026-09-09T00:56:01.917Z | INFO Sep 09 00:56:00.977adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 4539 | 2026-09-09T00:56:01.917Z | Sep 09 00:56:00.977Sep 09 00:56:00.977DEBG INFOSep 09 00:56:00.977DEBG replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 4540 | 2026-09-09T00:56:01.917Z | replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4541 | 2026-09-09T00:56:01.917Z | |
| 4542 | 2026-09-09T00:56:01.917Z | |
| 4543 | 2026-09-09T00:56:01.921Z | Sep 09 00:56:00.977 INFO Sep 09 00:56:00.977Sep 09 00:56:00.977adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4544 | 2026-09-09T00:56:01.921Z | INFO INFOSep 09 00:56:00.977 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 4545 | 2026-09-09T00:56:01.921Z | |
| 4546 | 2026-09-09T00:56:01.921Z | DEBGSep 09 00:56:00.977 Sep 09 00:56:00.977DEBG 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 } }]Sep 09 00:56:00.977DEBG |
| 4547 | 2026-09-09T00:56:01.921Z | DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4548 | 2026-09-09T00:56:01.921Z | |
| 4549 | 2026-09-09T00:56:01.921Z | |
| 4550 | 2026-09-09T00:56:01.921Z | Sep 09 00:56:00.977 INFO Sep 09 00:56:00.977adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 4551 | 2026-09-09T00:56:01.921Z | Sep 09 00:56:00.977INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:56:00.977INFOSep 09 00:56:00.977 |
| 4552 | 2026-09-09T00:56:01.922Z | INFOadding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4553 | 2026-09-09T00:56:01.922Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffDEBG |
| 4554 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977replacing 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 } }] Sep 09 00:56:00.977DEBG |
| 4555 | 2026-09-09T00:56:01.922Z | 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 } }] |
| 4556 | 2026-09-09T00:56:01.922Z | 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 } }] |
| 4557 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977 DEBGSep 09 00:56:00.977Sep 09 00:56:00.977 Sep 09 00:56:00.977INFOINFO 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:1a::/64 -> 2001:db8::55:ff adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4558 | 2026-09-09T00:56:01.922Z | |
| 4559 | 2026-09-09T00:56:01.922Z | |
| 4560 | 2026-09-09T00:56:01.922Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 |
| 4561 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977 DEBG Sep 09 00:56:00.977DEBG 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 } }]Sep 09 00:56:00.977replacing 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 |
| 4562 | 2026-09-09T00:56:01.922Z | DEBG |
| 4563 | 2026-09-09T00:56:01.922Z | 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 |
| 4564 | 2026-09-09T00:56:01.922Z | |
| 4565 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977INFO Sep 09 00:56:00.977Sep 09 00:56:00.977 INFODEBGINFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4566 | 2026-09-09T00:56:01.922Z | |
| 4567 | 2026-09-09T00:56:01.922Z | adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 4568 | 2026-09-09T00:56:01.922Z | |
| 4569 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 Sep 09 00:56:00.977Sep 09 00:56:00.977DEBG INFO 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 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:5::/64 -> 2001:db8::55:ff |
| 4570 | 2026-09-09T00:56:01.922Z | 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 } }] |
| 4571 | 2026-09-09T00:56:01.922Z | |
| 4572 | 2026-09-09T00:56:01.922Z | |
| 4573 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977Sep 09 00:56:00.977Sep 09 00:56:00.977Sep 09 00:56:00.977 INFO INFO DEBGINFOadding route 3fff:beef:20::/64 -> 2001:db8::55:ff adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4574 | 2026-09-09T00:56:01.922Z | 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:1c::/64 -> 2001:db8::55:ff |
| 4575 | 2026-09-09T00:56:01.922Z | |
| 4576 | 2026-09-09T00:56:01.922Z | |
| 4577 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977Sep 09 00:56:00.977 Sep 09 00:56:00.977DEBGDEBGDEBG replacing targets for 3fff:beef:6::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 |
| 4578 | 2026-09-09T00:56:01.922Z | |
| 4579 | 2026-09-09T00:56:01.922Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4580 | 2026-09-09T00:56:01.922Z | |
| 4581 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977 INFO Sep 09 00:56:00.977adding route 3fff:beef:7::/64 -> 2001:db8::55:ff Sep 09 00:56:00.977 |
| 4582 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBG |
| 4583 | 2026-09-09T00:56:01.922Z | 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 } }] Sep 09 00:56:00.977 |
| 4584 | 2026-09-09T00:56:01.922Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 |
| 4585 | 2026-09-09T00:56:01.922Z | DEBG 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 } }] Sep 09 00:56:00.977 |
| 4586 | 2026-09-09T00:56:01.922Z | INFOreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:56:00.977 |
| 4587 | 2026-09-09T00:56:01.922Z | 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 } }]adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 4588 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 |
| 4589 | 2026-09-09T00:56:01.922Z | INFOSep 09 00:56:00.977 adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 4590 | 2026-09-09T00:56:01.922Z | Sep 09 00:56:00.977adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4591 | 2026-09-09T00:56:01.922Z | 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 } }]Sep 09 00:56:00.977 |
| 4592 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977DEBGINFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4593 | 2026-09-09T00:56:01.923Z | DEBG |
| 4594 | 2026-09-09T00:56:01.923Z | 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 } }]Sep 09 00:56:00.977 |
| 4595 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 INFOINFO Sep 09 00:56:00.977adding route 3fff:beef:8::/64 -> 2001:db8::55:ff adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4596 | 2026-09-09T00:56:01.923Z | |
| 4597 | 2026-09-09T00:56:01.923Z | 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 } }] |
| 4598 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4599 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977 Sep 09 00:56:00.977DEBGSep 09 00:56:00.977 Sep 09 00:56:00.977replacing 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 |
| 4600 | 2026-09-09T00:56:01.923Z | DEBG replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4601 | 2026-09-09T00:56:01.923Z | |
| 4602 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977 DEBGINFO adding route 3fff:beef:9::/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 } }]Sep 09 00:56:00.977Sep 09 00:56:00.977 |
| 4603 | 2026-09-09T00:56:01.923Z | |
| 4604 | 2026-09-09T00:56:01.923Z | DEBG INFO adding route 3fff:beef:20::/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 } }]Sep 09 00:56:00.977 |
| 4605 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977DEBG |
| 4606 | 2026-09-09T00:56:01.923Z | 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 |
| 4607 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:56:00.977Sep 09 00:56:00.977 |
| 4608 | 2026-09-09T00:56:01.923Z | INFOSep 09 00:56:00.977 adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO |
| 4609 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 |
| 4610 | 2026-09-09T00:56:01.923Z | 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 } }]DEBG |
| 4611 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977replacing 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 } }] |
| 4612 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977DEBG Sep 09 00:56:00.977DEBG 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 } }]INFOSep 09 00:56:00.977 |
| 4613 | 2026-09-09T00:56:01.923Z | 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 } }] |
| 4614 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4615 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977INFO Sep 09 00:56:00.977adding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 4616 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 4617 | 2026-09-09T00:56:01.923Z | DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff Sep 09 00:56:00.977replacing 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 } }] |
| 4618 | 2026-09-09T00:56:01.923Z | DEBG |
| 4619 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977Sep 09 00:56:00.977 DEBG 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 } }]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 } }] |
| 4620 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 4621 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977 |
| 4622 | 2026-09-09T00:56:01.923Z | DEBG Sep 09 00:56:00.977replacing 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 } }] |
| 4623 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977INFO DEBGSep 09 00:56:00.977adding route 3fff:beef:26::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:56:00.977 |
| 4624 | 2026-09-09T00:56:01.923Z | |
| 4625 | 2026-09-09T00:56:01.923Z | INFOINFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 4626 | 2026-09-09T00:56:01.923Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffSep 09 00:56:00.977 |
| 4627 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.977DEBG Sep 09 00:56:00.977Sep 09 00:56:00.977 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 4628 | 2026-09-09T00:56:01.923Z | INFODEBGreplacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4629 | 2026-09-09T00:56:01.923Z | Sep 09 00:56:00.978adding route 3fff:beef:23::/64 -> 2001:db8::55:ff 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 } }]INFO |
| 4630 | 2026-09-09T00:56:01.924Z | |
| 4631 | 2026-09-09T00:56:01.924Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4632 | 2026-09-09T00:56:01.924Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 INFODEBGSep 09 00:56:00.978 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 } }]DEBG |
| 4633 | 2026-09-09T00:56:01.924Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff INFO |
| 4634 | 2026-09-09T00:56:01.924Z | 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 } }] |
| 4635 | 2026-09-09T00:56:01.924Z | Sep 09 00:56:00.978adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 4636 | 2026-09-09T00:56:01.924Z | INFOSep 09 00:56:00.978Sep 09 00:56:00.978 INFODEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4637 | 2026-09-09T00:56:01.924Z | DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 4638 | 2026-09-09T00:56:01.924Z | |
| 4639 | 2026-09-09T00:56:01.924Z | |
| 4640 | 2026-09-09T00:56:01.924Z | Sep 09 00:56:00.978 Sep 09 00:56:00.978DEBG Sep 09 00:56:00.978Sep 09 00:56:00.978 INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4641 | 2026-09-09T00:56:01.924Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 4642 | 2026-09-09T00:56:01.924Z | DEBG |
| 4643 | 2026-09-09T00:56:01.928Z | Sep 09 00:56:00.978replacing 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 } }] |
| 4644 | 2026-09-09T00:56:01.928Z | INFO Sep 09 00:56:00.978adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4645 | 2026-09-09T00:56:01.928Z | DEBGSep 09 00:56:00.978Sep 09 00:56:00.978 INFODEBGreplacing 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 } }] |
| 4646 | 2026-09-09T00:56:01.928Z | 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:29::/64 -> 2001:db8::55:ff |
| 4647 | 2026-09-09T00:56:01.928Z | Sep 09 00:56:00.978 |
| 4648 | 2026-09-09T00:56:01.928Z | 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 } }]Sep 09 00:56:00.978 |
| 4649 | 2026-09-09T00:56:01.928Z | Sep 09 00:56:00.978 Sep 09 00:56:00.978 INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 4650 | 2026-09-09T00:56:01.928Z | INFOSep 09 00:56:00.978replacing 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:f::/64 -> 2001:db8::55:ff |
| 4651 | 2026-09-09T00:56:01.928Z | |
| 4652 | 2026-09-09T00:56:01.928Z | INFOSep 09 00:56:00.978 Sep 09 00:56:00.978adding route 3fff:beef:26::/64 -> 2001:db8::55:ffDEBG Sep 09 00:56:00.978INFO 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:2a::/64 -> 2001:db8::55:ffDEBG |
| 4653 | 2026-09-09T00:56:01.928Z | |
| 4654 | 2026-09-09T00:56:01.928Z | |
| 4655 | 2026-09-09T00:56:01.928Z | 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 } }] |
| 4656 | 2026-09-09T00:56:01.928Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBGINFODEBG Sep 09 00:56:00.978adding route 3fff:beef:10::/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 } }] |
| 4657 | 2026-09-09T00:56:01.928Z | INFOreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 4658 | 2026-09-09T00:56:01.928Z | |
| 4659 | 2026-09-09T00:56:01.928Z | |
| 4660 | 2026-09-09T00:56:01.928Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBG INFOSep 09 00:56:00.978INFO 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:27::/64 -> 2001:db8::55:ff |
| 4661 | 2026-09-09T00:56:01.928Z | |
| 4662 | 2026-09-09T00:56:01.929Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffDEBG |
| 4663 | 2026-09-09T00:56:01.929Z | 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 } }]Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBG |
| 4664 | 2026-09-09T00:56:01.929Z | DEBGINFOreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4665 | 2026-09-09T00:56:01.929Z | |
| 4666 | 2026-09-09T00:56:01.929Z | |
| 4667 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBG INFOreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 4668 | 2026-09-09T00:56:01.929Z | INFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 4669 | 2026-09-09T00:56:01.929Z | |
| 4670 | 2026-09-09T00:56:01.929Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4671 | 2026-09-09T00:56:01.929Z | INFO Sep 09 00:56:00.978Sep 09 00:56:00.978 adding route 3fff:beef:12::/64 -> 2001:db8::55:ffDEBGDEBG |
| 4672 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978replacing 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: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 } }] |
| 4673 | 2026-09-09T00:56:01.929Z | DEBG |
| 4674 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978 Sep 09 00:56:00.978replacing 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 } }] |
| 4675 | 2026-09-09T00:56:01.929Z | DEBGINFOSep 09 00:56:00.978 adding route 3fff:beef:2d::/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 } }] |
| 4676 | 2026-09-09T00:56:01.929Z | INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4677 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978INFO |
| 4678 | 2026-09-09T00:56:01.929Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4679 | 2026-09-09T00:56:01.929Z | DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 09 00:56:00.978Sep 09 00:56:00.978 |
| 4680 | 2026-09-09T00:56:01.929Z | DEBGDEBG Sep 09 00:56:00.978 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: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 } }] |
| 4681 | 2026-09-09T00:56:01.929Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4682 | 2026-09-09T00:56:01.929Z | |
| 4683 | 2026-09-09T00:56:01.929Z | 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 } }] |
| 4684 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 Sep 09 00:56:00.978Sep 09 00:56:00.978 INFO INFOINFO INFOadding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 4685 | 2026-09-09T00:56:01.929Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 4686 | 2026-09-09T00:56:01.929Z | |
| 4687 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978 |
| 4688 | 2026-09-09T00:56:01.929Z | DEBG Sep 09 00:56:00.978replacing 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 } }]Sep 09 00:56:00.978 Sep 09 00:56:00.978 |
| 4689 | 2026-09-09T00:56:01.929Z | DEBG DEBGDEBGreplacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4690 | 2026-09-09T00:56:01.929Z | 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 } }] |
| 4691 | 2026-09-09T00:56:01.929Z | 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 } }]Sep 09 00:56:00.978Sep 09 00:56:00.978 |
| 4692 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO Sep 09 00:56:00.978 |
| 4693 | 2026-09-09T00:56:01.929Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffINFOSep 09 00:56:00.978 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 4694 | 2026-09-09T00:56:01.929Z | DEBGINFO created new freemapSep 09 00:56:00.978, unit |
| 4695 | 2026-09-09T00:56:01.929Z | : freemap_route_ipv4 |
| 4696 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978 DEBG created new freemap, Sep 09 00:56:00.978 DEBG unit: Sep 09 00:56:00.978freemap_route_ipv6 |
| 4697 | 2026-09-09T00:56:01.929Z | DEBG Sep 09 00:56:00.978 DEBGDEBG initted freemap. size: 64replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }], unitreplacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 4698 | 2026-09-09T00:56:01.929Z | freemap_route_ipv4 |
| 4699 | 2026-09-09T00:56:01.929Z | Sep 09 00:56:00.978 DEBG reset freemap, unit: |
| 4700 | 2026-09-09T00:56:01.930Z | freemap_route_ipv4 |
| 4701 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 Sep 09 00:56:00.978 DEBG initted freemap. size: 64, unitINFO : freemap_route_ipv6 |
| 4702 | 2026-09-09T00:56:01.930Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4703 | 2026-09-09T00:56:01.930Z | DEBG reset freemap, unit:Sep 09 00:56:00.978 freemap_route_ipv6 |
| 4704 | 2026-09-09T00:56:01.930Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4705 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 INFOadding route 3fff:beef:30::/64 -> 2001:db8::55:ff adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4706 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 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 } }] |
| 4707 | 2026-09-09T00:56:01.930Z | |
| 4708 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 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 } }] |
| 4709 | 2026-09-09T00:56:01.930Z | 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 } }] |
| 4710 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBGINFODEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4711 | 2026-09-09T00:56:01.930Z | |
| 4712 | 2026-09-09T00:56:01.930Z | 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 } }] |
| 4713 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBGINFO replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4714 | 2026-09-09T00:56:01.930Z | |
| 4715 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBGINFO INFO replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 4716 | 2026-09-09T00:56:01.930Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4717 | 2026-09-09T00:56:01.930Z | |
| 4718 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 Sep 09 00:56:00.978INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG Sep 09 00:56:00.978replacing 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 } }] |
| 4719 | 2026-09-09T00:56:01.930Z | 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 } }]Sep 09 00:56:00.978 |
| 4720 | 2026-09-09T00:56:01.930Z | INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4721 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978replacing 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 } }]Sep 09 00:56:00.978 |
| 4722 | 2026-09-09T00:56:01.930Z | INFO Sep 09 00:56:00.978adding route 3fff:beef:15::/64 -> 2001:db8::55:ff DEBGINFO |
| 4723 | 2026-09-09T00:56:01.930Z | adding route 3fff:beef:18::/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 } }] |
| 4724 | 2026-09-09T00:56:01.930Z | |
| 4725 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 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 } }]Sep 09 00:56:00.978 |
| 4726 | 2026-09-09T00:56:01.930Z | INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4727 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978INFO Sep 09 00:56:00.978adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 4728 | 2026-09-09T00:56:01.930Z | DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }]Sep 09 00:56:00.978 |
| 4729 | 2026-09-09T00:56:01.930Z | |
| 4730 | 2026-09-09T00:56:01.930Z | 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 } }] |
| 4731 | 2026-09-09T00:56:01.930Z | test route::tests::grow_succeeds ... ok |
| 4732 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 INFOSep 09 00:56:00.978Sep 09 00:56:00.978 INFOINFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4733 | 2026-09-09T00:56:01.930Z | |
| 4734 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 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 } }]adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 4735 | 2026-09-09T00:56:01.930Z | |
| 4736 | 2026-09-09T00:56:01.930Z | Sep 09 00:56:00.978 DEBG Sep 09 00:56:00.978Sep 09 00:56:00.978replacing 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 } }] |
| 4737 | 2026-09-09T00:56:01.930Z | DEBGINFO replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4738 | 2026-09-09T00:56:01.931Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4739 | 2026-09-09T00:56:01.931Z | Sep 09 00:56:00.978 INFOSep 09 00:56:00.978Sep 09 00:56:00.978 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 4740 | 2026-09-09T00:56:01.931Z | DEBG adding route 3fff:beef:1a::/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 } }] |
| 4741 | 2026-09-09T00:56:01.931Z | |
| 4742 | 2026-09-09T00:56:01.931Z | Sep 09 00:56:00.978 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 } }]Sep 09 00:56:00.978Sep 09 00:56:00.978 |
| 4743 | 2026-09-09T00:56:01.935Z | DEBG INFO replacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 4744 | 2026-09-09T00:56:01.935Z | |
| 4745 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4746 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4747 | 2026-09-09T00:56:01.935Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4748 | 2026-09-09T00:56:01.935Z | 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 } }] |
| 4749 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 INFODEBGSep 09 00:56:00.978 replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4750 | 2026-09-09T00:56:01.935Z | |
| 4751 | 2026-09-09T00:56:01.935Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 4752 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978 DEBG Sep 09 00:56:00.978replacing 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 } }]Sep 09 00:56:00.978 |
| 4753 | 2026-09-09T00:56:01.935Z | DEBGINFO Sep 09 00:56:00.978replacing 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 } }] |
| 4754 | 2026-09-09T00:56:01.935Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4755 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 4756 | 2026-09-09T00:56:01.935Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 09 00:56:00.978 |
| 4757 | 2026-09-09T00:56:01.935Z | DEBG Sep 09 00:56:00.978replacing 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 } }] |
| 4758 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978DEBG DEBGSep 09 00:56:00.978replacing 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 } }] |
| 4759 | 2026-09-09T00:56:01.935Z | INFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 4760 | 2026-09-09T00:56:01.935Z | |
| 4761 | 2026-09-09T00:56:01.935Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 INFOINFO Sep 09 00:56:00.978 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 4762 | 2026-09-09T00:56:01.935Z | |
| 4763 | 2026-09-09T00:56:01.936Z | 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 } }]Sep 09 00:56:00.978 |
| 4764 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978DEBG Sep 09 00:56:00.978 DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 4765 | 2026-09-09T00:56:01.936Z | |
| 4766 | 2026-09-09T00:56:01.936Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 4767 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 INFOINFOSep 09 00:56:00.978 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 4768 | 2026-09-09T00:56:01.936Z | adding route 3fff:beef:1e::/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 } }]Sep 09 00:56:00.978 |
| 4769 | 2026-09-09T00:56:01.936Z | |
| 4770 | 2026-09-09T00:56:01.936Z | 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 } }] |
| 4771 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 DEBGINFO 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 } }]Sep 09 00:56:00.978 |
| 4772 | 2026-09-09T00:56:01.936Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 4773 | 2026-09-09T00:56:01.936Z | INFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 4774 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978Sep 09 00:56:00.978 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4775 | 2026-09-09T00:56:01.936Z | |
| 4776 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978 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 } }]Sep 09 00:56:00.978 |
| 4777 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978INFO DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4778 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978replacing 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 } }] |
| 4779 | 2026-09-09T00:56:01.936Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 4780 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.978 INFO Sep 09 00:56:00.979adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4781 | 2026-09-09T00:56:01.936Z | 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 } }] |
| 4782 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.979 Sep 09 00:56:00.979DEBGSep 09 00:56:00.979 replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4783 | 2026-09-09T00:56:01.936Z | 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 } }] |
| 4784 | 2026-09-09T00:56:01.936Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 4785 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 INFOINFO Sep 09 00:56:00.979adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 4786 | 2026-09-09T00:56:01.936Z | DEBG |
| 4787 | 2026-09-09T00:56:01.936Z | 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 |
| 4788 | 2026-09-09T00:56:01.936Z | 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 } }]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 } }] |
| 4789 | 2026-09-09T00:56:01.936Z | |
| 4790 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.979 INFOSep 09 00:56:00.979Sep 09 00:56:00.979 adding route 3fff:beef:21::/64 -> 2001:db8::55:ffINFO |
| 4791 | 2026-09-09T00:56:01.936Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffINFO |
| 4792 | 2026-09-09T00:56:01.936Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4793 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.979DEBG 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 } }]Sep 09 00:56:00.979 |
| 4794 | 2026-09-09T00:56:01.936Z | replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4795 | 2026-09-09T00:56:01.936Z | 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 } }] |
| 4796 | 2026-09-09T00:56:01.936Z | Sep 09 00:56:00.979 Sep 09 00:56:00.979INFO Sep 09 00:56:00.979INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4797 | 2026-09-09T00:56:01.936Z | |
| 4798 | 2026-09-09T00:56:01.936Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 09 00:56:00.979Sep 09 00:56:00.979 |
| 4799 | 2026-09-09T00:56:01.936Z | DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4800 | 2026-09-09T00:56:01.937Z | 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 } }]Sep 09 00:56:00.979 |
| 4801 | 2026-09-09T00:56:01.937Z | 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 } }]Sep 09 00:56:00.979 |
| 4802 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979INFO adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 4803 | 2026-09-09T00:56:01.937Z | INFOSep 09 00:56:00.979 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffINFO |
| 4804 | 2026-09-09T00:56:01.937Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 4805 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979 DEBG |
| 4806 | 2026-09-09T00:56:01.937Z | 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 DEBG |
| 4807 | 2026-09-09T00:56:01.937Z | 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 } }] |
| 4808 | 2026-09-09T00:56:01.937Z | 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 } }] |
| 4809 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 Sep 09 00:56:00.979 Sep 09 00:56:00.979INFO DEBGINFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ffINFO |
| 4810 | 2026-09-09T00:56:01.937Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff adding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 4811 | 2026-09-09T00:56:01.937Z | |
| 4812 | 2026-09-09T00:56:01.937Z | 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 } }]Sep 09 00:56:00.979 |
| 4813 | 2026-09-09T00:56:01.937Z | DEBG Sep 09 00:56:00.979replacing 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 } }] Sep 09 00:56:00.979 |
| 4814 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979 DEBGDEBG 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 } }]Sep 09 00:56:00.979created new freemap |
| 4815 | 2026-09-09T00:56:01.937Z | , DEBGunit 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 } }] Sep 09 00:56:00.979adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 4816 | 2026-09-09T00:56:01.937Z | |
| 4817 | 2026-09-09T00:56:01.937Z | : freemap_route_ipv4Sep 09 00:56:00.979Sep 09 00:56:00.979 INFOINFO |
| 4818 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 4819 | 2026-09-09T00:56:01.937Z | DEBGINFO Sep 09 00:56:00.979adding route 3fff:beef:26::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4820 | 2026-09-09T00:56:01.937Z | DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 4821 | 2026-09-09T00:56:01.937Z | |
| 4822 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979created new freemapSep 09 00:56:00.979, Sep 09 00:56:00.979 Sep 09 00:56:00.979 DEBGDEBG unitDEBGreplacing 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 |
| 4823 | 2026-09-09T00:56:01.937Z | replacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] :replacing targets for 3fff:beef: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:34::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4824 | 2026-09-09T00:56:01.937Z | |
| 4825 | 2026-09-09T00:56:01.937Z | |
| 4826 | 2026-09-09T00:56:01.937Z | INFO freemap_route_ipv6adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 4827 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979 |
| 4828 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979INFO Sep 09 00:56:00.979INFOadding route 3fff:beef:3f::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4829 | 2026-09-09T00:56:01.937Z | DEBGDEBG Sep 09 00:56:00.979 Sep 09 00:56:00.979replacing 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 |
| 4830 | 2026-09-09T00:56:01.937Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffDEBG |
| 4831 | 2026-09-09T00:56:01.937Z | replacing targets for 3fff:beef:3f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 4832 | 2026-09-09T00:56:01.937Z | |
| 4833 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979 initted freemap. size: 64Sep 09 00:56:00.979, INFO DEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 4834 | 2026-09-09T00:56:01.937Z | : |
| 4835 | 2026-09-09T00:56:01.937Z | Sep 09 00:56:00.979 Sep 09 00:56:00.979DEBGfreemap_route_ipv4Sep 09 00:56:00.979 INFOfailed to allocate space for the new target listSep 09 00:56:00.979 |
| 4836 | 2026-09-09T00:56:01.937Z | DEBGINFO |
| 4837 | 2026-09-09T00:56:01.937Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 4838 | 2026-09-09T00:56:01.938Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 4839 | 2026-09-09T00:56:01.938Z | 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 } }] |
| 4840 | 2026-09-09T00:56:01.938Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 DEBGSep 09 00:56:00.979 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 } }] |
| 4841 | 2026-09-09T00:56:01.938Z | 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 } }] |
| 4842 | 2026-09-09T00:56:01.938Z | 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 |
| 4843 | 2026-09-09T00:56:01.941Z | DEBGSep 09 00:56:00.979 Sep 09 00:56:00.979INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffINFO |
| 4844 | 2026-09-09T00:56:01.942Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4845 | 2026-09-09T00:56:01.942Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4846 | 2026-09-09T00:56:01.942Z | DEBG Sep 09 00:56:00.979replacing 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 } }]Sep 09 00:56:00.979 |
| 4847 | 2026-09-09T00:56:01.942Z | 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 } }] reset freemap |
| 4848 | 2026-09-09T00:56:01.942Z | , unitSep 09 00:56:00.979:Sep 09 00:56:00.979 freemap_route_ipv4INFO |
| 4849 | 2026-09-09T00:56:01.942Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffINFO |
| 4850 | 2026-09-09T00:56:01.942Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 DEBGDEBG adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4851 | 2026-09-09T00:56:01.942Z | |
| 4852 | 2026-09-09T00:56:01.942Z | initted freemap. size: 64 , DEBGunit :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 } }] Sep 09 00:56:00.979 |
| 4853 | 2026-09-09T00:56:01.942Z | freemap_route_ipv6Sep 09 00:56:00.979 |
| 4854 | 2026-09-09T00:56:01.942Z | INFODEBG Sep 09 00:56:00.979 Sep 09 00:56:00.979adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 4855 | 2026-09-09T00:56:01.942Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG INFOreset freemap , Sep 09 00:56:00.979adding route 3fff:beef:37::/64 -> 2001:db8::55:ffunit |
| 4856 | 2026-09-09T00:56:01.942Z | DEBG |
| 4857 | 2026-09-09T00:56:01.942Z | 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 } }]: |
| 4858 | 2026-09-09T00:56:01.942Z | freemap_route_ipv6Sep 09 00:56:00.979 |
| 4859 | 2026-09-09T00:56:01.942Z | DEBGSep 09 00:56:00.979 INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:56:00.979adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4860 | 2026-09-09T00:56:01.942Z | INFO |
| 4861 | 2026-09-09T00:56:01.942Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 4862 | 2026-09-09T00:56:01.942Z | Sep 09 00:56:00.979adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff Sep 09 00:56:00.979INFO |
| 4863 | 2026-09-09T00:56:01.942Z | Sep 09 00:56:00.979 DEBG adding route 3fff:beef:38::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4864 | 2026-09-09T00:56:01.942Z | |
| 4865 | 2026-09-09T00:56:01.942Z | 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 } }]Sep 09 00:56:00.979 |
| 4866 | 2026-09-09T00:56:01.942Z | DEBG Sep 09 00:56:00.979replacing 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 INFO |
| 4867 | 2026-09-09T00:56:01.942Z | INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff DEBG |
| 4868 | 2026-09-09T00:56:01.942Z | adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 |
| 4869 | 2026-09-09T00:56:01.942Z | |
| 4870 | 2026-09-09T00:56:01.942Z | INFODEBG Sep 09 00:56:00.979 adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff 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 } }]Sep 09 00:56:00.979DEBG |
| 4871 | 2026-09-09T00:56:01.942Z | |
| 4872 | 2026-09-09T00:56:01.942Z | INFOSep 09 00:56:00.979Sep 09 00:56:00.979 DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 4873 | 2026-09-09T00:56:01.942Z | INFO Sep 09 00:56:00.979adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4874 | 2026-09-09T00:56:01.942Z | DEBGcreated new freemap, replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4875 | 2026-09-09T00:56:01.942Z | unit:Sep 09 00:56:00.979 DEBGfreemap_route_ipv4 |
| 4876 | 2026-09-09T00:56:01.942Z | failed to allocate space for the new target list |
| 4877 | 2026-09-09T00:56:01.942Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 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 |
| 4878 | 2026-09-09T00:56:01.942Z | created new freemap, unit: freemap_route_ipv6DEBG |
| 4879 | 2026-09-09T00:56:01.942Z | Sep 09 00:56:00.979Sep 09 00:56:00.979 DEBG initted freemap. size: 64 , unit : freemap_route_ipv4replacing 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 } }] |
| 4880 | 2026-09-09T00:56:01.942Z | INFO |
| 4881 | 2026-09-09T00:56:01.943Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 4882 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979INFO DEBG reset freemap , Sep 09 00:56:00.979unit : freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4883 | 2026-09-09T00:56:01.943Z | |
| 4884 | 2026-09-09T00:56:01.943Z | DEBGSep 09 00:56:00.979 Sep 09 00:56:00.979 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 } }] |
| 4885 | 2026-09-09T00:56:01.943Z | 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 initted freemap. size: 64, unit: freemap_route_ipv6Sep 09 00:56:00.979 |
| 4886 | 2026-09-09T00:56:01.943Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 DEBG |
| 4887 | 2026-09-09T00:56:01.943Z | reset freemap, unit: freemap_route_ipv6INFO |
| 4888 | 2026-09-09T00:56:01.943Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 4889 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979 Sep 09 00:56:00.979 |
| 4890 | 2026-09-09T00:56:01.943Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 4891 | 2026-09-09T00:56:01.943Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:56:00.979 |
| 4892 | 2026-09-09T00:56:01.943Z | 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 } }]Sep 09 00:56:00.979 DEBG |
| 4893 | 2026-09-09T00:56:01.943Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4894 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979 Sep 09 00:56:00.979Sep 09 00:56:00.979 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 4895 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979replacing 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 } }] |
| 4896 | 2026-09-09T00:56:01.943Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4897 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979DEBG DEBGSep 09 00:56:00.979 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 |
| 4898 | 2026-09-09T00:56:01.943Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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:3c::/64 -> 2001:db8::55:ff |
| 4899 | 2026-09-09T00:56:01.943Z | |
| 4900 | 2026-09-09T00:56:01.943Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 09 00:56:00.979 |
| 4901 | 2026-09-09T00:56:01.943Z | INFO Sep 09 00:56:00.979Sep 09 00:56:00.979 INFOSep 09 00:56:00.979DEBG adding route 3fff:beef::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4902 | 2026-09-09T00:56:01.943Z | INFO |
| 4903 | 2026-09-09T00:56:01.943Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 4904 | 2026-09-09T00:56:01.943Z | 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 } }]Sep 09 00:56:00.979Sep 09 00:56:00.979 Sep 09 00:56:00.979DEBG |
| 4905 | 2026-09-09T00:56:01.943Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4906 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.979 DEBGSep 09 00:56:00.979 Sep 09 00:56:00.979 INFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 4907 | 2026-09-09T00:56:01.943Z | replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 4908 | 2026-09-09T00:56:01.943Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 4909 | 2026-09-09T00:56:01.943Z | 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 } }]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 } }]Sep 09 00:56:00.979 |
| 4910 | 2026-09-09T00:56:01.943Z | DEBG |
| 4911 | 2026-09-09T00:56:01.943Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 4912 | 2026-09-09T00:56:01.943Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4913 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.980Sep 09 00:56:00.981Sep 09 00:56:00.989 DEBGDEBG created new freemapreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }], |
| 4914 | 2026-09-09T00:56:01.943Z | unit: DEBGfreemap_route_ipv4Sep 09 00:56:00.989 |
| 4915 | 2026-09-09T00:56:01.943Z | WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4916 | 2026-09-09T00:56:01.943Z | Sep 09 00:56:00.989 created new freemapDEBG, unitcreated new freemap:, unitSep 09 00:56:00.979freemap_route_ipv4 :INFO |
| 4917 | 2026-09-09T00:56:01.943Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 4918 | 2026-09-09T00:56:01.943Z | |
| 4919 | 2026-09-09T00:56:01.944Z | Sep 09 00:56:00.989 Sep 09 00:56:00.979DEBG created new freemapINFOSep 09 00:56:00.989 , adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffDEBGSep 09 00:56:00.989unit |
| 4920 | 2026-09-09T00:56:01.944Z | : DEBGfreemap_route_ipv6 initted freemap. size: 64 |
| 4921 | 2026-09-09T00:56:01.944Z | 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 } }]Sep 09 00:56:00.989, |
| 4922 | 2026-09-09T00:56:01.944Z | DEBGunit Sep 09 00:56:00.989: 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 |
| 4923 | 2026-09-09T00:56:01.944Z | Sep 09 00:56:00.989initted freemap. size: 64 , INFOfreemap_route_ipv4unitSep 09 00:56:00.989 |
| 4924 | 2026-09-09T00:56:01.944Z | :INFO freemap_route_ipv4 |
| 4925 | 2026-09-09T00:56:01.944Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ffadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 4926 | 2026-09-09T00:56:01.944Z | |
| 4927 | 2026-09-09T00:56:01.944Z | Sep 09 00:56:00.989 Sep 09 00:56:00.989DEBG Sep 09 00:56:00.989 reset freemapDEBG, Sep 09 00:56:00.989DEBGunit :DEBG freemap_route_ipv4replacing 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 } }]reset freemapreplacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4928 | 2026-09-09T00:56:01.944Z | |
| 4929 | 2026-09-09T00:56:01.944Z | , unit |
| 4930 | 2026-09-09T00:56:01.944Z | : Sep 09 00:56:00.989freemap_route_ipv4Sep 09 00:56:00.989 |
| 4931 | 2026-09-09T00:56:01.944Z | INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 4932 | 2026-09-09T00:56:01.944Z | Sep 09 00:56:00.989 DEBGDEBG initted freemap. size: 64initted freemap. size: 64Sep 09 00:56:00.989Sep 09 00:56:00.989, , unitINFOunit :adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 4933 | 2026-09-09T00:56:01.944Z | DEBG freemap_route_ipv6replacing 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 } }] |
| 4934 | 2026-09-09T00:56:01.944Z | |
| 4935 | 2026-09-09T00:56:01.944Z | : freemap_route_ipv6Sep 09 00:56:00.989Sep 09 00:56:00.989 DEBGINFO |
| 4936 | 2026-09-09T00:56:01.944Z | 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 } }]Sep 09 00:56:00.989adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 4937 | 2026-09-09T00:56:01.944Z | |
| 4938 | 2026-09-09T00:56:01.944Z | Sep 09 00:56:00.979DEBG reset freemapSep 09 00:56:00.989DEBG, unitDEBGSep 09 00:56:00.989 :Sep 09 00:56:00.989 reset freemap INFO, failed to allocate space for the new target list unitadding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 4939 | 2026-09-09T00:56:01.944Z | freemap_route_ipv6: |
| 4940 | 2026-09-09T00:56:01.944Z | |
| 4941 | 2026-09-09T00:56:01.944Z | freemap_route_ipv6DEBG 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 } }] |
| 4942 | 2026-09-09T00:56:01.944Z | |
| 4943 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989Sep 09 00:56:00.989 INFODEBG 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:1 |
| 4944 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989Sep 09 00:56:00.989 INFO |
| 4945 | 2026-09-09T00:56:01.949Z | DEBG Sep 09 00:56:00.989adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:56:00.989 |
| 4946 | 2026-09-09T00:56:01.949Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 4947 | 2026-09-09T00:56:01.949Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 09 00:56:00.989INFO |
| 4948 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989DEBG DEBG adding route 3fff:beef:5::/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 } }] |
| 4949 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 4950 | 2026-09-09T00:56:01.949Z | |
| 4951 | 2026-09-09T00:56:01.949Z | DEBG Sep 09 00:56:00.989Sep 09 00:56:00.989 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 4952 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989 |
| 4953 | 2026-09-09T00:56:01.949Z | |
| 4954 | 2026-09-09T00:56:01.949Z | DEBGSep 09 00:56:00.980Sep 09 00:56:00.989 Sep 09 00:56:00.989Sep 09 00:56:00.989DEBG replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 INFO |
| 4955 | 2026-09-09T00:56:01.949Z | created new freemapadding 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:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 4956 | 2026-09-09T00:56:01.949Z | |
| 4957 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989, |
| 4958 | 2026-09-09T00:56:01.949Z | unit: freemap_route_ipv4INFOSep 09 00:56:00.989 adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 4959 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989 |
| 4960 | 2026-09-09T00:56:01.949Z | DEBG Sep 09 00:56:00.989INFO 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 } }]INFOSep 09 00:56:00.989 |
| 4961 | 2026-09-09T00:56:01.949Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG Sep 09 00:56:00.989 adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 4962 | 2026-09-09T00:56:01.949Z | 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 } }] DEBGSep 09 00:56:00.989 |
| 4963 | 2026-09-09T00:56:01.949Z | |
| 4964 | 2026-09-09T00:56:01.949Z | Sep 09 00:56:00.989INFOcreated new freemap , adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 09 00:56:00.989DEBGunit |
| 4965 | 2026-09-09T00:56:01.949Z | :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 } }]Sep 09 00:56:00.989replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 4966 | 2026-09-09T00:56:01.949Z | freemap_route_ipv6 DEBGSep 09 00:56:00.989 |
| 4967 | 2026-09-09T00:56:01.949Z | 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 } }]Sep 09 00:56:00.989 |
| 4968 | 2026-09-09T00:56:01.950Z | INFOINFO |
| 4969 | 2026-09-09T00:56:01.950Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ffSep 09 00:56:00.989Sep 09 00:56:00.989 |
| 4970 | 2026-09-09T00:56:01.950Z | DEBGSep 09 00:56:00.989 adding route 3fff:dead::/64 -> 2001:db8::55:4INFOinitted freemap. size: 64INFO |
| 4971 | 2026-09-09T00:56:01.950Z | , Sep 09 00:56:00.989adding route 3fff:dead::/64 -> 2001:db8::55:4unit adding route 3fff:beef:35::/64 -> 2001:db8::55:ffSep 09 00:56:00.989 |
| 4972 | 2026-09-09T00:56:01.950Z | 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 } }] |
| 4973 | 2026-09-09T00:56:01.950Z | DEBGSep 09 00:56:00.989 |
| 4974 | 2026-09-09T00:56:01.950Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]: |
| 4975 | 2026-09-09T00:56:01.950Z | DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4 |
| 4976 | 2026-09-09T00:56:01.950Z | |
| 4977 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989 DEBGSep 09 00:56:00.989Sep 09 00:56:00.989Sep 09 00:56:00.989 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 4978 | 2026-09-09T00:56:01.950Z | INFODEBG Sep 09 00:56:00.989adding route 3fff:beef:8::/64 -> 2001:db8::55:ff Sep 09 00:56:00.989INFO replacing targets for 3fff:dead::/64 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 } }] |
| 4979 | 2026-09-09T00:56:01.950Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 4980 | 2026-09-09T00:56:01.950Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 4981 | 2026-09-09T00:56:01.950Z | reset freemap |
| 4982 | 2026-09-09T00:56:01.950Z | , Sep 09 00:56:00.989unitSep 09 00:56:00.989: 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 } }]Sep 09 00:56:00.989 |
| 4983 | 2026-09-09T00:56:01.950Z | WARN freemap_route_ipv4shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 4984 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989 |
| 4985 | 2026-09-09T00:56:01.950Z | INFODEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 09 00:56:00.989replacing 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 } }] |
| 4986 | 2026-09-09T00:56:01.950Z | |
| 4987 | 2026-09-09T00:56:01.950Z | DEBGSep 09 00:56:00.989 initted freemap. size: 64ERROSep 09 00:56:00.989, unit:rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })DEBG |
| 4988 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989 freemap_route_ipv6 |
| 4989 | 2026-09-09T00:56:01.950Z | INFO replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 4990 | 2026-09-09T00:56:01.950Z | |
| 4991 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989 ERROSep 09 00:56:00.989 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 itSep 09 00:56:00.989DEBG Sep 09 00:56:00.989 |
| 4992 | 2026-09-09T00:56:01.950Z | DEBG reset freemap , INFOunitreplacing 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 } }]: |
| 4993 | 2026-09-09T00:56:01.950Z | freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 4994 | 2026-09-09T00:56:01.950Z | |
| 4995 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989 Sep 09 00:56:00.989INFO Sep 09 00:56:00.989INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 4996 | 2026-09-09T00:56:01.950Z | |
| 4997 | 2026-09-09T00:56:01.950Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 4998 | 2026-09-09T00:56:01.950Z | |
| 4999 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989Sep 09 00:56:00.989 Sep 09 00:56:00.989DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] 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 } }] |
| 5000 | 2026-09-09T00:56:01.950Z | |
| 5001 | 2026-09-09T00:56:01.950Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:56:00.989 |
| 5002 | 2026-09-09T00:56:01.950Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 09 00:56:00.989 |
| 5003 | 2026-09-09T00:56:01.950Z | Sep 09 00:56:00.989Sep 09 00:56:00.989INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 5004 | 2026-09-09T00:56:01.951Z | adding route 172.17.0.0/32 -> 10.0.0.255 INFO |
| 5005 | 2026-09-09T00:56:01.951Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ffSep 09 00:56:00.989Sep 09 00:56:00.989 Sep 09 00:56:00.989 |
| 5006 | 2026-09-09T00:56:01.951Z | DEBG 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 } }] 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 } }] |
| 5007 | 2026-09-09T00:56:01.951Z | |
| 5008 | 2026-09-09T00:56:01.951Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 5009 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.989replacing targets for 3fff:beef:b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG Sep 09 00:56:00.990replacing 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 } }]Sep 09 00:56:00.990 |
| 5010 | 2026-09-09T00:56:01.951Z | DEBGDEBG created new freemapcreated new freemap, Sep 09 00:56:00.989, unitSep 09 00:56:00.996:unit INFOfreemap_route_ipv4 adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 5011 | 2026-09-09T00:56:01.951Z | : freemap_route_ipv4 |
| 5012 | 2026-09-09T00:56:01.951Z | |
| 5013 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997 Sep 09 00:56:00.997Sep 09 00:56:00.997 DEBG |
| 5014 | 2026-09-09T00:56:01.951Z | DEBG created new freemap , INFOunitcreated new freemapSep 09 00:56:00.997:Sep 09 00:56:00.997, freemap_route_ipv6unitDEBG: |
| 5015 | 2026-09-09T00:56:01.951Z | adding route 172.17.0.1/32 -> 10.0.0.255replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 5016 | 2026-09-09T00:56:01.951Z | |
| 5017 | 2026-09-09T00:56:01.951Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff freemap_route_ipv6 |
| 5018 | 2026-09-09T00:56:01.951Z | |
| 5019 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997 Sep 09 00:56:00.997Sep 09 00:56:00.997 Sep 09 00:56:00.997DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 5020 | 2026-09-09T00:56:01.951Z | :Sep 09 00:56:00.997DEBG freemap_route_ipv4 |
| 5021 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997DEBG 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 |
| 5022 | 2026-09-09T00:56:01.951Z | initted freemap. size: 64adding route 3fff:beef:d::/64 -> 2001:db8::55:ff, Sep 09 00:56:00.990Sep 09 00:56:00.997 |
| 5023 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997 INFODEBG INFO created new freemapadding route 172.17.0.2/32 -> 10.0.0.255adding route 3fff:beef:33::/64 -> 2001:db8::55:ffunit, |
| 5024 | 2026-09-09T00:56:01.951Z | unit:Sep 09 00:56:00.997: Sep 09 00:56:00.997DEBG |
| 5025 | 2026-09-09T00:56:01.951Z | DEBGDEBG freemap_route_ipv4replacing 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 } }] |
| 5026 | 2026-09-09T00:56:01.951Z | reset freemap |
| 5027 | 2026-09-09T00:56:01.951Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 5028 | 2026-09-09T00:56:01.951Z | |
| 5029 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997Sep 09 00:56:00.997 , unitDEBGSep 09 00:56:00.997 Sep 09 00:56:00.997 INFOreset freemap INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ffDEBG |
| 5030 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997 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 } }] :Sep 09 00:56:00.997 created new freemap |
| 5031 | 2026-09-09T00:56:01.951Z | , unitadding route 172.17.0.3/32 -> 10.0.0.255:freemap_route_ipv4 unitDEBGfreemap_route_ipv6Sep 09 00:56:00.997: |
| 5032 | 2026-09-09T00:56:01.951Z | |
| 5033 | 2026-09-09T00:56:01.951Z | INFO freemap_route_ipv4adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 5034 | 2026-09-09T00:56:01.951Z | |
| 5035 | 2026-09-09T00:56:01.951Z | 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 } }]Sep 09 00:56:00.997Sep 09 00:56:00.997 |
| 5036 | 2026-09-09T00:56:01.951Z | Sep 09 00:56:00.997Sep 09 00:56:00.997DEBG |
| 5037 | 2026-09-09T00:56:01.951Z | DEBG replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGDEBG |
| 5038 | 2026-09-09T00:56:01.951Z | initted freemap. size: 64 , initted freemap. size: 64replacing targets for 172.17.0.3/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:00.997, unitSep 09 00:56:00.997:Sep 09 00:56:00.997 freemap_route_ipv4INFO |
| 5039 | 2026-09-09T00:56:01.951Z | |
| 5040 | 2026-09-09T00:56:01.951Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff DEBG unit |
| 5041 | 2026-09-09T00:56:01.951Z | INFOinitted freemap. size: 64 , adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 09 00:56:00.997:Sep 09 00:56:00.997 INFODEBGunit :Sep 09 00:56:00.997freemap_route_ipv6reset freemap |
| 5042 | 2026-09-09T00:56:01.951Z | , unit |
| 5043 | 2026-09-09T00:56:01.956Z | adding route 172.17.0.4/32 -> 10.0.0.255DEBG: |
| 5044 | 2026-09-09T00:56:01.956Z | freemap_route_ipv6freemap_route_ipv4 |
| 5045 | 2026-09-09T00:56:01.956Z | |
| 5046 | 2026-09-09T00:56:01.956Z | Sep 09 00:56:00.997 Sep 09 00:56:00.997replacing 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 } }]Sep 09 00:56:00.997 DEBGDEBGDEBG reset freemap, replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:00.997 Sep 09 00:56:00.997 |
| 5047 | 2026-09-09T00:56:01.956Z | 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 } }] |
| 5048 | 2026-09-09T00:56:01.956Z | DEBG Sep 09 00:56:00.997DEBGunitSep 09 00:56:00.997initted freemap. size: 64 , :INFOINFOunit : adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 5049 | 2026-09-09T00:56:01.956Z | reset freemap |
| 5050 | 2026-09-09T00:56:01.956Z | , freemap_route_ipv6 |
| 5051 | 2026-09-09T00:56:01.956Z | freemap_route_ipv6adding route 172.17.0.5/32 -> 10.0.0.255 |
| 5052 | 2026-09-09T00:56:01.956Z | unitSep 09 00:56:00.997 |
| 5053 | 2026-09-09T00:56:01.956Z | DEBG:Sep 09 00:56:00.997Sep 09 00:56:00.997 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 } }]Sep 09 00:56:00.997 |
| 5054 | 2026-09-09T00:56:01.956Z | Sep 09 00:56:00.997freemap_route_ipv6INFO INFO |
| 5055 | 2026-09-09T00:56:01.956Z | DEBG adding route 3fff:beef:36::/64 -> 2001:db8::55:ffadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5056 | 2026-09-09T00:56:01.956Z | |
| 5057 | 2026-09-09T00:56:01.956Z | Sep 09 00:56:00.997 reset freemapINFOSep 09 00:56:00.997 DEBG, adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 09 00:56:00.997Sep 09 00:56:00.997 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 } }] |
| 5058 | 2026-09-09T00:56:01.956Z | replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 5059 | 2026-09-09T00:56:01.956Z | 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 } }]Sep 09 00:56:00.997: |
| 5060 | 2026-09-09T00:56:01.956Z | |
| 5061 | 2026-09-09T00:56:01.956Z | Sep 09 00:56:00.997INFO INFO Sep 09 00:56:00.997freemap_route_ipv6 Sep 09 00:56:00.997adding route 172.16.0.0/32 -> 10.0.0.1INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 5062 | 2026-09-09T00:56:01.957Z | 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 } }] |
| 5063 | 2026-09-09T00:56:01.957Z | |
| 5064 | 2026-09-09T00:56:01.957Z | |
| 5065 | 2026-09-09T00:56:01.957Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5066 | 2026-09-09T00:56:01.957Z | |
| 5067 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997Sep 09 00:56:00.997Sep 09 00:56:00.997 INFO Sep 09 00:56:00.997INFO Sep 09 00:56:00.997DEBGadding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 09 00:56:00.997 |
| 5068 | 2026-09-09T00:56:01.957Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] DEBGDEBGadding route 3fff:beef:12::/64 -> 2001:db8::55:ff DEBG |
| 5069 | 2026-09-09T00:56:01.957Z | |
| 5070 | 2026-09-09T00:56:01.957Z | 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 } }]Sep 09 00:56:00.997replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5071 | 2026-09-09T00:56:01.957Z | |
| 5072 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997 DEBGDEBGSep 09 00:56:00.997 Sep 09 00:56:00.997Sep 09 00:56:00.997replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5073 | 2026-09-09T00:56:01.957Z | replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 172.16.0.0/32 -> 10.0.0.3INFOINFO |
| 5074 | 2026-09-09T00:56:01.957Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5075 | 2026-09-09T00:56:01.957Z | |
| 5076 | 2026-09-09T00:56:01.957Z | 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 } }]Sep 09 00:56:00.997 |
| 5077 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997INFO Sep 09 00:56:00.997DEBG Sep 09 00:56:00.997 INFO Sep 09 00:56:00.997adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5078 | 2026-09-09T00:56:01.957Z | INFOadding route 3fff:dead::/64 -> 2001:db8::55:2 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 5079 | 2026-09-09T00:56:01.957Z | DEBGadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 5080 | 2026-09-09T00:56:01.957Z | 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 } }] |
| 5081 | 2026-09-09T00:56:01.957Z | |
| 5082 | 2026-09-09T00:56:01.957Z | |
| 5083 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997 Sep 09 00:56:00.997DEBGSep 09 00:56:00.997 Sep 09 00:56:00.997Sep 09 00:56:00.997 INFO INFO Sep 09 00:56:00.997 adding route 172.17.0.8/32 -> 10.0.0.255DEBG adding route 172.16.0.0/32 -> 10.0.0.4replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5084 | 2026-09-09T00:56:01.957Z | |
| 5085 | 2026-09-09T00:56:01.957Z | |
| 5086 | 2026-09-09T00:56:01.957Z | DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5087 | 2026-09-09T00:56:01.957Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] Sep 09 00:56:00.997 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 } }]Sep 09 00:56:00.997 |
| 5088 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997INFO |
| 5089 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997 INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5090 | 2026-09-09T00:56:01.957Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG Sep 09 00:56:00.997replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5091 | 2026-09-09T00:56:01.957Z | |
| 5092 | 2026-09-09T00:56:01.957Z | 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 } }]Sep 09 00:56:00.997 |
| 5093 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997Sep 09 00:56:00.997 DEBG Sep 09 00:56:00.997INFOSep 09 00:56:00.997 DEBG 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 } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5094 | 2026-09-09T00:56:01.957Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5095 | 2026-09-09T00:56:01.957Z | |
| 5096 | 2026-09-09T00:56:01.957Z | |
| 5097 | 2026-09-09T00:56:01.957Z | |
| 5098 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997adding route 172.16.0.0/32 -> 10.0.0.3 |
| 5099 | 2026-09-09T00:56:01.957Z | Sep 09 00:56:00.997INFOSep 09 00:56:00.997 adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 5100 | 2026-09-09T00:56:01.958Z | INFODEBGSep 09 00:56:00.997 Sep 09 00:56:00.997 Sep 09 00:56:00.997replacing 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 } }]Sep 09 00:56:00.997 |
| 5101 | 2026-09-09T00:56:01.958Z | test route::tests::identity_replace_is_noop ... ok |
| 5102 | 2026-09-09T00:56:01.958Z | DEBG DEBGDEBG replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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:beef:3a::/64 -> 2001:db8::55:ffreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5103 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997 |
| 5104 | 2026-09-09T00:56:01.958Z | DEBG |
| 5105 | 2026-09-09T00:56:01.958Z | |
| 5106 | 2026-09-09T00:56:01.958Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5107 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997Sep 09 00:56:00.997 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffSep 09 00:56:00.997 |
| 5108 | 2026-09-09T00:56:01.958Z | DEBGSep 09 00:56:00.997INFOINFO adding route 172.17.0.1/32 -> 10.0.0.255 Sep 09 00:56:00.997DEBG |
| 5109 | 2026-09-09T00:56:01.958Z | 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 } }] adding 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:2, vlan_id: None } }, NextHop { asic_port_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: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 } }] |
| 5110 | 2026-09-09T00:56:01.958Z | |
| 5111 | 2026-09-09T00:56:01.958Z | |
| 5112 | 2026-09-09T00:56:01.958Z | |
| 5113 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997Sep 09 00:56:00.997 Sep 09 00:56:00.997WARN shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })INFOSep 09 00:56:00.997INFO |
| 5114 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997 Sep 09 00:56:00.997INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffDEBG |
| 5115 | 2026-09-09T00:56:01.958Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5116 | 2026-09-09T00:56:01.958Z | |
| 5117 | 2026-09-09T00:56:01.958Z | 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 } }] adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5118 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997 |
| 5119 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997DEBG 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 } }]Sep 09 00:56:00.997 |
| 5120 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:00.997DEBG 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 } }] |
| 5121 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:01.003adding route 172.17.0.11/32 -> 10.0.0.255 |
| 5122 | 2026-09-09T00:56:01.958Z | INFO Sep 09 00:56:01.003 INFOSep 09 00:56:01.003 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 5123 | 2026-09-09T00:56:01.958Z | 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 } }] Sep 09 00:56:00.997 |
| 5124 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:01.003 Sep 09 00:56:01.003 DEBG INFODEBG INFOSep 09 00:56:00.998adding route 172.17.0.2/32 -> 10.0.0.255replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5125 | 2026-09-09T00:56:01.958Z | DEBGadding route 172.17.0.12/32 -> 10.0.0.255 |
| 5126 | 2026-09-09T00:56:01.958Z | |
| 5127 | 2026-09-09T00:56:01.958Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]created new freemap |
| 5128 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:01.003, unitSep 09 00:56:01.003DEBG Sep 09 00:56:01.003:replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4INFO |
| 5129 | 2026-09-09T00:56:01.958Z | DEBG Sep 09 00:56:01.003replacing 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 } }] |
| 5130 | 2026-09-09T00:56:01.958Z | |
| 5131 | 2026-09-09T00:56:01.958Z | DEBG adding route 3fff:beef:3d::/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 } }] |
| 5132 | 2026-09-09T00:56:01.958Z | |
| 5133 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:01.003Sep 09 00:56:01.003 INFOSep 09 00:56:01.003 INFOSep 09 00:56:01.003adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5134 | 2026-09-09T00:56:01.958Z | DEBG DEBGadding route 172.17.0.13/32 -> 10.0.0.255 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 } }] |
| 5135 | 2026-09-09T00:56:01.958Z | created new freemap |
| 5136 | 2026-09-09T00:56:01.958Z | , Sep 09 00:56:01.003unit :Sep 09 00:56:01.003Sep 09 00:56:01.003 DEBG freemap_route_ipv6DEBG |
| 5137 | 2026-09-09T00:56:01.958Z | 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 } }] |
| 5138 | 2026-09-09T00:56:01.958Z | 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 |
| 5139 | 2026-09-09T00:56:01.958Z | Sep 09 00:56:01.003 DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 5140 | 2026-09-09T00:56:01.959Z | initted freemap. size: 64Sep 09 00:56:01.003, Sep 09 00:56:01.003INFO unitINFO Sep 09 00:56:01.003adding route 172.17.0.14/32 -> 10.0.0.255: adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5141 | 2026-09-09T00:56:01.959Z | |
| 5142 | 2026-09-09T00:56:01.959Z | 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 } }]freemap_route_ipv4 |
| 5143 | 2026-09-09T00:56:01.963Z | |
| 5144 | 2026-09-09T00:56:01.963Z | Sep 09 00:56:01.003 DEBGSep 09 00:56:01.003Sep 09 00:56:01.003 DEBG failed to allocate space for the new target list |
| 5145 | 2026-09-09T00:56:01.963Z | DEBG Sep 09 00:56:01.003replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 |
| 5146 | 2026-09-09T00:56:01.963Z | |
| 5147 | 2026-09-09T00:56:01.963Z | reset freemapINFOSep 09 00:56:01.003, Sep 09 00:56:01.003unit :DEBGINFOSep 09 00:56:01.003 freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 5148 | 2026-09-09T00:56:01.963Z | |
| 5149 | 2026-09-09T00:56:01.963Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffINFO |
| 5150 | 2026-09-09T00:56:01.963Z | adding route 172.17.0.5/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 09 00:56:01.003 |
| 5151 | 2026-09-09T00:56:01.963Z | DEBG |
| 5152 | 2026-09-09T00:56:01.963Z | Sep 09 00:56:01.003 initted freemap. size: 64DEBG, Sep 09 00:56:01.003unitreplacing 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 } }]: |
| 5153 | 2026-09-09T00:56:01.963Z | freemap_route_ipv6DEBG |
| 5154 | 2026-09-09T00:56:01.963Z | 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 } }]Sep 09 00:56:01.003 |
| 5155 | 2026-09-09T00:56:01.963Z | Sep 09 00:56:01.003INFOSep 09 00:56:01.003 DEBGadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff INFOreset freemap |
| 5156 | 2026-09-09T00:56:01.963Z | adding route 172.17.0.6/32 -> 10.0.0.255, |
| 5157 | 2026-09-09T00:56:01.963Z | unitadding route 3fff:beef:17::/64 -> 2001:db8::55:ff:Sep 09 00:56:01.003 |
| 5158 | 2026-09-09T00:56:01.963Z | freemap_route_ipv6DEBG |
| 5159 | 2026-09-09T00:56:01.963Z | 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 } }] |
| 5160 | 2026-09-09T00:56:01.963Z | Sep 09 00:56:01.003Sep 09 00:56:01.003 DEBGSep 09 00:56:01.003Sep 09 00:56:01.003 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 } }] |
| 5161 | 2026-09-09T00:56:01.963Z | 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 } }]INFOINFO |
| 5162 | 2026-09-09T00:56:01.963Z | adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5163 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003 |
| 5164 | 2026-09-09T00:56:01.964Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 09 00:56:01.003 Sep 09 00:56:01.003INFO DEBGadding route 172.17.0.7/32 -> 10.0.0.255 |
| 5165 | 2026-09-09T00:56:01.964Z | 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 } }] |
| 5166 | 2026-09-09T00:56:01.964Z | |
| 5167 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003 Sep 09 00:56:01.003Sep 09 00:56:01.003DEBG Sep 09 00:56:01.003 Sep 09 00:56:01.003DEBG 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 } }]DEBG |
| 5168 | 2026-09-09T00:56:01.964Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5169 | 2026-09-09T00:56:01.964Z | 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 |
| 5170 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003replacing 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 } }]failed to allocate space for the new target list |
| 5171 | 2026-09-09T00:56:01.964Z | |
| 5172 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003INFO INFOadding route 172.17.0.8/32 -> 10.0.0.255 Sep 09 00:56:01.003 |
| 5173 | 2026-09-09T00:56:01.964Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:56:01.003 |
| 5174 | 2026-09-09T00:56:01.964Z | INFODEBG Sep 09 00:56:01.003replacing targets for 3fff:dead::/64 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 } }] |
| 5175 | 2026-09-09T00:56:01.964Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 5176 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003 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 |
| 5177 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5178 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003DEBG Sep 09 00:56:01.003 DEBGINFO Sep 09 00:56:01.003 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5179 | 2026-09-09T00:56:01.964Z | DEBG adding route 172.17.0.9/32 -> 10.0.0.255replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 5180 | 2026-09-09T00:56:01.964Z | |
| 5181 | 2026-09-09T00:56:01.964Z | |
| 5182 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003Sep 09 00:56:01.003Sep 09 00:56:01.003 DEBG Sep 09 00:56:01.003DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 5183 | 2026-09-09T00:56:01.964Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 5184 | 2026-09-09T00:56:01.964Z | 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 } }] |
| 5185 | 2026-09-09T00:56:01.964Z | |
| 5186 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003Sep 09 00:56:01.003Sep 09 00:56:01.003 INFODEBGDEBG replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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.10/32 -> 10.0.0.255 |
| 5187 | 2026-09-09T00:56:01.964Z | |
| 5188 | 2026-09-09T00:56:01.964Z | |
| 5189 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.003Sep 09 00:56:01.003 INFODEBG adding route 172.17.0.18/32 -> 10.0.0.255replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5190 | 2026-09-09T00:56:01.964Z | |
| 5191 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:00.990Sep 09 00:56:01.003 INFOSep 09 00:56:01.004 DEBG DEBGSep 09 00:56:01.004 created new freemapreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], |
| 5192 | 2026-09-09T00:56:01.964Z | INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 5193 | 2026-09-09T00:56:01.964Z | unitadding route 172.17.0.11/32 -> 10.0.0.255: |
| 5194 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.004 INFOfreemap_route_ipv4 |
| 5195 | 2026-09-09T00:56:01.964Z | Sep 09 00:56:01.004Sep 09 00:56:01.004adding route 172.17.0.19/32 -> 10.0.0.255 DEBGDEBG |
| 5196 | 2026-09-09T00:56:01.964Z | 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.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 } }]Sep 09 00:56:01.004 |
| 5197 | 2026-09-09T00:56:01.965Z | |
| 5198 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004 DEBGDEBG Sep 09 00:56:01.004created new freemapreplacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:01.004 |
| 5199 | 2026-09-09T00:56:01.965Z | INFO , INFOunit : adding route 172.17.0.12/32 -> 10.0.0.255freemap_route_ipv6 |
| 5200 | 2026-09-09T00:56:01.965Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 5201 | 2026-09-09T00:56:01.965Z | test route::tests::same_size_non_subset_replace ... ok |
| 5202 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004 |
| 5203 | 2026-09-09T00:56:01.965Z | INFO adding route 172.17.0.20/32 -> 10.0.0.255Sep 09 00:56:01.004 |
| 5204 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004Sep 09 00:56:01.004DEBG DEBG initted freemap. size: 64Sep 09 00:56:01.004DEBG, DEBGreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5205 | 2026-09-09T00:56:01.965Z | replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }]unit |
| 5206 | 2026-09-09T00:56:01.965Z | |
| 5207 | 2026-09-09T00:56:01.965Z | : freemap_route_ipv4 |
| 5208 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004Sep 09 00:56:01.004Sep 09 00:56:01.004 INFO Sep 09 00:56:01.004INFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBGINFO |
| 5209 | 2026-09-09T00:56:01.965Z | |
| 5210 | 2026-09-09T00:56:01.965Z | adding route 172.17.0.13/32 -> 10.0.0.255reset freemap |
| 5211 | 2026-09-09T00:56:01.965Z | , Sep 09 00:56:01.004Sep 09 00:56:01.004 unitDEBG :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 } }] Sep 09 00:56:01.004 |
| 5212 | 2026-09-09T00:56:01.965Z | freemap_route_ipv4 DEBGDEBG |
| 5213 | 2026-09-09T00:56:01.965Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 5214 | 2026-09-09T00:56:01.965Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 5215 | 2026-09-09T00:56:01.965Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 5216 | 2026-09-09T00:56:01.965Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 5217 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_lower_page ... ok |
| 5218 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::fail_if_large_op_reads_past_the_end_of_the_upper_page ... ok |
| 5219 | 2026-09-09T00:56:01.965Z | 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 } }] |
| 5220 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_lower_page ... ok |
| 5221 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5222 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::handle_large_op_at_the_end_of_upper_page ... ok |
| 5223 | 2026-09-09T00:56:01.965Z | adding route 172.17.0.22/32 -> 10.0.0.255Sep 09 00:56:01.004 |
| 5224 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 5225 | 2026-09-09T00:56:01.965Z | Sep 09 00:56:01.004 INFOSep 09 00:56:01.004 INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 5226 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 5227 | 2026-09-09T00:56:01.965Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ffSep 09 00:56:01.004 |
| 5228 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 5229 | 2026-09-09T00:56:01.965Z | DEBG initted freemap. size: 64replacing 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 } }]Sep 09 00:56:01.004Sep 09 00:56:01.004 |
| 5230 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 5231 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 5232 | 2026-09-09T00:56:01.965Z | DEBG , DEBG replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit |
| 5233 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 5234 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 5235 | 2026-09-09T00:56:01.965Z | 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 } }]: |
| 5236 | 2026-09-09T00:56:01.965Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 5237 | 2026-09-09T00:56:01.966Z | Sep 09 00:56:01.004freemap_route_ipv6 |
| 5238 | 2026-09-09T00:56:01.966Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 5239 | 2026-09-09T00:56:01.966Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Sep 09 00:56:01.004 |
| 5240 | 2026-09-09T00:56:01.966Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 5241 | 2026-09-09T00:56:01.966Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 5242 | 2026-09-09T00:56:01.966Z | Sep 09 00:56:01.004 INFOINFO adding route 172.17.0.15/32 -> 10.0.0.255Sep 09 00:56:01.004adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 5243 | 2026-09-09T00:56:01.970Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 5244 | 2026-09-09T00:56:01.970Z | |
| 5245 | 2026-09-09T00:56:01.970Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 5246 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.004DEBG reset freemapDEBGSep 09 00:56:01.004, Sep 09 00:56:01.004 unit :DEBG freemap_route_ipv6replacing 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 } }] |
| 5247 | 2026-09-09T00:56:01.970Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 5248 | 2026-09-09T00:56:01.970Z | 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 } }] |
| 5249 | 2026-09-09T00:56:01.970Z | |
| 5250 | 2026-09-09T00:56:01.970Z | 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 } }] |
| 5251 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.004Sep 09 00:56:01.004 INFOSep 09 00:56:01.004 INFOadding route 172.17.0.16/32 -> 10.0.0.255 Sep 09 00:56:01.004 |
| 5252 | 2026-09-09T00:56:01.970Z | adding route 172.17.0.24/32 -> 10.0.0.255 INFO |
| 5253 | 2026-09-09T00:56:01.970Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFO |
| 5254 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.004adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 5255 | 2026-09-09T00:56:01.970Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 5256 | 2026-09-09T00:56:01.970Z | DEBG Sep 09 00:56:01.004replacing 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 } }] |
| 5257 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.004Sep 09 00:56:01.004Sep 09 00:56:01.004 Sep 09 00:56:01.010DEBG DEBG INFOcreated new freemapcreated new freemap, DEBG , unitunit:: created new freemapfreemap_route_ipv4 , |
| 5258 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.004freemap_route_ipv4 |
| 5259 | 2026-09-09T00:56:01.970Z | unitDEBG: created new freemapfreemap_route_ipv4, |
| 5260 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.010unit Sep 09 00:56:01.010DEBG: DEBG freemap_route_ipv4Sep 09 00:56:01.010 |
| 5261 | 2026-09-09T00:56:01.970Z | created new freemapcreated new freemap DEBG, , created new freemapunitunit, Sep 09 00:56:01.010unit:: freemap_route_ipv6 |
| 5262 | 2026-09-09T00:56:01.970Z | freemap_route_ipv6DEBG |
| 5263 | 2026-09-09T00:56:01.970Z | :created new freemap , Sep 09 00:56:01.010freemap_route_ipv6Sep 09 00:56:01.010 |
| 5264 | 2026-09-09T00:56:01.970Z | unitDEBGDEBG: freemap_route_ipv6initted freemap. size: 64 |
| 5265 | 2026-09-09T00:56:01.970Z | , initted freemap. size: 64unit, Sep 09 00:56:01.010:Sep 09 00:56:01.010unit DEBGfreemap_route_ipv4 :initted freemap. size: 64 , |
| 5266 | 2026-09-09T00:56:01.970Z | unitfreemap_route_ipv4: |
| 5267 | 2026-09-09T00:56:01.970Z | DEBG initted freemap. size: 64 , freemap_route_ipv4unit |
| 5268 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.010:Sep 09 00:56:01.010 DEBGfreemap_route_ipv4 reset freemapDEBG, unit |
| 5269 | 2026-09-09T00:56:01.970Z | reset freemap:Sep 09 00:56:01.010, unitfreemap_route_ipv4 : |
| 5270 | 2026-09-09T00:56:01.970Z | Sep 09 00:56:01.010DEBG freemap_route_ipv4 DEBG |
| 5271 | 2026-09-09T00:56:01.970Z | reset freemapreset freemapSep 09 00:56:01.010 , DEBGunit, :Sep 09 00:56:01.010unit DEBG : initted freemap. size: 64initted freemap. size: 64freemap_route_ipv4, |
| 5272 | 2026-09-09T00:56:01.971Z | , unit unitfreemap_route_ipv4: |
| 5273 | 2026-09-09T00:56:01.971Z | : Sep 09 00:56:01.010 Sep 09 00:56:01.010freemap_route_ipv6 |
| 5274 | 2026-09-09T00:56:01.971Z | DEBG freemap_route_ipv6DEBG |
| 5275 | 2026-09-09T00:56:01.971Z | initted freemap. size: 64 , initted freemap. size: 64unit, :unitSep 09 00:56:01.010 :Sep 09 00:56:01.010freemap_route_ipv6 |
| 5276 | 2026-09-09T00:56:01.971Z | DEBGfreemap_route_ipv6 |
| 5277 | 2026-09-09T00:56:01.971Z | DEBG reset freemapreset freemap, , unitSep 09 00:56:01.010:unit :DEBG freemap_route_ipv6reset freemap |
| 5278 | 2026-09-09T00:56:01.971Z | , unit:freemap_route_ipv6 |
| 5279 | 2026-09-09T00:56:01.971Z | freemap_route_ipv6Sep 09 00:56:01.010 |
| 5280 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.010 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:56:01.010 |
| 5281 | 2026-09-09T00:56:01.971Z | INFOSep 09 00:56:01.010 adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:56:01.010 |
| 5282 | 2026-09-09T00:56:01.971Z | reset freemap DEBG , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5283 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.010 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBGunit :Sep 09 00:56:01.010 |
| 5284 | 2026-09-09T00:56:01.971Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_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 freemap_route_ipv6 |
| 5285 | 2026-09-09T00:56:01.971Z | |
| 5286 | 2026-09-09T00:56:01.971Z | adding route 172.16.0.0/32 -> 10.0.0.2Sep 09 00:56:01.010 |
| 5287 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.010Sep 09 00:56:01.010DEBG Sep 09 00:56:01.010 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 } }] INFO |
| 5288 | 2026-09-09T00:56:01.971Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 5289 | 2026-09-09T00:56:01.971Z | adding route 172.16.0.0/32 -> 10.0.0.1replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5290 | 2026-09-09T00:56:01.971Z | |
| 5291 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011 Sep 09 00:56:01.011INFO DEBGSep 09 00:56:01.011Sep 09 00:56:01.011adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5292 | 2026-09-09T00:56:01.971Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5293 | 2026-09-09T00:56:01.971Z | |
| 5294 | 2026-09-09T00:56:01.971Z | 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 } }]Sep 09 00:56:01.011 |
| 5295 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011 INFODEBG adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5296 | 2026-09-09T00:56:01.971Z | |
| 5297 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011Sep 09 00:56:01.011 Sep 09 00:56:01.011INFODEBG 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.16.0.0/32 -> 10.0.0.1INFO |
| 5298 | 2026-09-09T00:56:01.971Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 5299 | 2026-09-09T00:56:01.971Z | |
| 5300 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011Sep 09 00:56:01.011 Sep 09 00:56:01.011DEBG INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 5301 | 2026-09-09T00:56:01.971Z | 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 } }] |
| 5302 | 2026-09-09T00:56:01.971Z | |
| 5303 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011Sep 09 00:56:01.011Sep 09 00:56:01.004 Sep 09 00:56:01.011 INFO DEBGDEBGINFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5304 | 2026-09-09T00:56:01.971Z | 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: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 } }] |
| 5305 | 2026-09-09T00:56:01.971Z | |
| 5306 | 2026-09-09T00:56:01.971Z | |
| 5307 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011 Sep 09 00:56:01.011Sep 09 00:56:01.011DEBG INFODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5308 | 2026-09-09T00:56:01.971Z | Sep 09 00:56:01.011 |
| 5309 | 2026-09-09T00:56:01.971Z | 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 } }]Sep 09 00:56:01.011 |
| 5310 | 2026-09-09T00:56:01.972Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffDEBGSep 09 00:56:01.011 |
| 5311 | 2026-09-09T00:56:01.972Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 5312 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 5313 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 5314 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 5315 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 5316 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 5317 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 5318 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 5319 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 5320 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 5321 | 2026-09-09T00:56:01.972Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 5322 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011 Sep 09 00:56:01.011replacing 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 } }] |
| 5323 | 2026-09-09T00:56:01.972Z | INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5324 | 2026-09-09T00:56:01.972Z | |
| 5325 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011 INFO Sep 09 00:56:01.011adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5326 | 2026-09-09T00:56:01.972Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 09 00:56:01.011 |
| 5327 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 09 00:56:01.011 |
| 5328 | 2026-09-09T00:56:01.972Z | 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 } }] |
| 5329 | 2026-09-09T00:56:01.972Z | 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 } }]Sep 09 00:56:01.011 |
| 5330 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011Sep 09 00:56:01.004 INFO DEBG Sep 09 00:56:01.011replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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.4/32 -> 10.0.0.255 |
| 5331 | 2026-09-09T00:56:01.972Z | |
| 5332 | 2026-09-09T00:56:01.972Z | INFO adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 5333 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 09 00:56:01.011 |
| 5334 | 2026-09-09T00:56:01.972Z | INFOSep 09 00:56:01.011 adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 5335 | 2026-09-09T00:56:01.972Z | DEBG DEBGreplacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5336 | 2026-09-09T00:56:01.972Z | 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 } }]Sep 09 00:56:01.011Sep 09 00:56:01.011 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 } }] |
| 5337 | 2026-09-09T00:56:01.972Z | 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 } }]Sep 09 00:56:01.011 |
| 5338 | 2026-09-09T00:56:01.972Z | INFO |
| 5339 | 2026-09-09T00:56:01.972Z | adding route 172.17.0.5/32 -> 10.0.0.255Sep 09 00:56:01.011 |
| 5340 | 2026-09-09T00:56:01.972Z | INFOSep 09 00:56:01.011 adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 5341 | 2026-09-09T00:56:01.972Z | Sep 09 00:56:01.011 adding route 3fff:beef:24::/64 -> 2001:db8::55:ffDEBGSep 09 00:56:01.011 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 } }] |
| 5342 | 2026-09-09T00:56:01.972Z | |
| 5343 | 2026-09-09T00:56:01.977Z | INFO Sep 09 00:56:01.011adding route 172.17.0.1/32 -> 10.0.0.255Sep 09 00:56:01.011 DEBGSep 09 00:56:01.011 DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]adding route 172.17.0.17/32 -> 10.0.0.255 |
| 5344 | 2026-09-09T00:56:01.977Z | |
| 5345 | 2026-09-09T00:56:01.977Z | INFO |
| 5346 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.011Sep 09 00:56:01.011replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 172.17.0.6/32 -> 10.0.0.255 |
| 5347 | 2026-09-09T00:56:01.977Z | |
| 5348 | 2026-09-09T00:56:01.977Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:4replacing 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 } }] |
| 5349 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.011 |
| 5350 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.011Sep 09 00:56:01.011 DEBG DEBGSep 09 00:56:01.011 INFO Sep 09 00:56:01.011 replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.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 } }]INFOadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 5351 | 2026-09-09T00:56:01.977Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5352 | 2026-09-09T00:56:01.977Z | DEBG |
| 5353 | 2026-09-09T00:56:01.977Z | |
| 5354 | 2026-09-09T00:56:01.977Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:56:01.011 |
| 5355 | 2026-09-09T00:56:01.977Z | DEBGSep 09 00:56:01.011 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 } }]Sep 09 00:56:01.011Sep 09 00:56:01.011 |
| 5356 | 2026-09-09T00:56:01.977Z | INFOSep 09 00:56:01.011 adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5357 | 2026-09-09T00:56:01.977Z | DEBGSep 09 00:56:01.011 INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG |
| 5358 | 2026-09-09T00:56:01.977Z | adding route 172.17.0.7/32 -> 10.0.0.255replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:01.011 |
| 5359 | 2026-09-09T00:56:01.977Z | INFOSep 09 00:56:01.011 |
| 5360 | 2026-09-09T00:56:01.977Z | DEBGWARN adding route 3fff:beef:26::/64 -> 2001:db8::55:ffSep 09 00:56:01.011Sep 09 00:56:01.011replacing 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 } }] shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 5361 | 2026-09-09T00:56:01.977Z | |
| 5362 | 2026-09-09T00:56:01.977Z | DEBGINFO 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 } }] |
| 5363 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.011 |
| 5364 | 2026-09-09T00:56:01.977Z | INFOadding route 172.17.0.3/32 -> 10.0.0.255 adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5365 | 2026-09-09T00:56:01.977Z | |
| 5366 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.011 Sep 09 00:56:01.011INFOSep 09 00:56:01.011 adding route 172.17.0.8/32 -> 10.0.0.255DEBG |
| 5367 | 2026-09-09T00:56:01.977Z | DEBGSep 09 00:56:01.011 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: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 } }] |
| 5368 | 2026-09-09T00:56:01.977Z | |
| 5369 | 2026-09-09T00:56:01.977Z | 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 } }]Sep 09 00:56:01.011 DEBG Sep 09 00:56:01.011replacing 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 } }]Sep 09 00:56:01.011 |
| 5370 | 2026-09-09T00:56:01.977Z | INFO DEBGadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 5371 | 2026-09-09T00:56:01.977Z | created new freemap, unit : DEBGfreemap_route_ipv4Sep 09 00:56:01.017 Sep 09 00:56:01.017 |
| 5372 | 2026-09-09T00:56:01.977Z | 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 DEBG |
| 5373 | 2026-09-09T00:56:01.977Z | adding route 172.17.0.9/32 -> 10.0.0.255 Sep 09 00:56:01.017 |
| 5374 | 2026-09-09T00:56:01.977Z | 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 |
| 5375 | 2026-09-09T00:56:01.977Z | Sep 09 00:56:01.017adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5376 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017DEBG 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 } }]INFOSep 09 00:56:01.017 |
| 5377 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 5378 | 2026-09-09T00:56:01.978Z | DEBG Sep 09 00:56:01.017replacing 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.25/32 -> 10.0.0.255 |
| 5379 | 2026-09-09T00:56:01.978Z | |
| 5380 | 2026-09-09T00:56:01.978Z | DEBG Sep 09 00:56:01.017Sep 09 00:56:01.017 Sep 09 00:56:01.017INFOSep 09 00:56:01.017 created new freemapINFO , adding route 172.17.0.10/32 -> 10.0.0.255DEBG |
| 5381 | 2026-09-09T00:56:01.978Z | DEBGadding route 172.17.0.21/32 -> 10.0.0.255 |
| 5382 | 2026-09-09T00:56:01.978Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 5383 | 2026-09-09T00:56:01.978Z | |
| 5384 | 2026-09-09T00:56:01.978Z | unitSep 09 00:56:01.017: Sep 09 00:56:01.017Sep 09 00:56:01.017DEBG Sep 09 00:56:01.017freemap_route_ipv6 |
| 5385 | 2026-09-09T00:56:01.978Z | 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 } }] |
| 5386 | 2026-09-09T00:56:01.978Z | DEBG Sep 09 00:56:01.017Sep 09 00:56:01.017 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 } }]DEBG |
| 5387 | 2026-09-09T00:56:01.978Z | INFOinitted freemap. size: 64 adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255Sep 09 00:56:01.017, unit |
| 5388 | 2026-09-09T00:56:01.978Z | :INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 5389 | 2026-09-09T00:56:01.978Z | freemap_route_ipv4Sep 09 00:56:01.017 |
| 5390 | 2026-09-09T00:56:01.978Z | DEBG |
| 5391 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017Sep 09 00:56:01.017replacing 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 } }] |
| 5392 | 2026-09-09T00:56:01.978Z | 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 } }]DEBG |
| 5393 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017replacing 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 } }]Sep 09 00:56:01.017 |
| 5394 | 2026-09-09T00:56:01.978Z | INFODEBG Sep 09 00:56:01.017adding route 172.17.0.27/32 -> 10.0.0.255 Sep 09 00:56:01.017 |
| 5395 | 2026-09-09T00:56:01.978Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 5396 | 2026-09-09T00:56:01.978Z | reset freemapSep 09 00:56:01.017 adding route 172.17.0.12/32 -> 10.0.0.255DEBG, unit |
| 5397 | 2026-09-09T00:56:01.978Z | :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 } }] freemap_route_ipv4 |
| 5398 | 2026-09-09T00:56:01.978Z | |
| 5399 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017 Sep 09 00:56:01.017DEBG Sep 09 00:56:01.017DEBGreplacing 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 } }] |
| 5400 | 2026-09-09T00:56:01.978Z | 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 |
| 5401 | 2026-09-09T00:56:01.978Z | adding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:56:01.017Sep 09 00:56:01.011 Sep 09 00:56:01.017INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5402 | 2026-09-09T00:56:01.978Z | |
| 5403 | 2026-09-09T00:56:01.978Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 5404 | 2026-09-09T00:56:01.978Z | DEBGINFO created new freemapSep 09 00:56:01.017adding route 172.17.0.13/32 -> 10.0.0.255 DEBG , initted freemap. size: 64unit |
| 5405 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017Sep 09 00:56:01.017 : , unitDEBG :freemap_route_ipv4 DEBGfreemap_route_ipv6 |
| 5406 | 2026-09-09T00:56:01.978Z | Sep 09 00:56:01.017replacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5407 | 2026-09-09T00:56:01.978Z | |
| 5408 | 2026-09-09T00:56:01.978Z | DEBG |
| 5409 | 2026-09-09T00:56:01.978Z | 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 } }]Sep 09 00:56:01.017 |
| 5410 | 2026-09-09T00:56:01.978Z | DEBGSep 09 00:56:01.017 reset freemapINFOSep 09 00:56:01.017 , INFOadding route 172.17.0.25/32 -> 10.0.0.255 unitadding route 172.17.0.14/32 -> 10.0.0.255Sep 09 00:56:01.017 |
| 5411 | 2026-09-09T00:56:01.978Z | : DEBGSep 09 00:56:01.017 created new freemapSep 09 00:56:01.017 |
| 5412 | 2026-09-09T00:56:01.978Z | freemap_route_ipv6INFO |
| 5413 | 2026-09-09T00:56:01.978Z | adding route 172.17.0.29/32 -> 10.0.0.255, |
| 5414 | 2026-09-09T00:56:01.978Z | unit : Sep 09 00:56:01.017freemap_route_ipv6Sep 09 00:56:01.017DEBG |
| 5415 | 2026-09-09T00:56:01.979Z | Sep 09 00:56:01.017 INFO DEBGadding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 5416 | 2026-09-09T00:56:01.979Z | Sep 09 00:56:01.017 |
| 5417 | 2026-09-09T00:56:01.979Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5418 | 2026-09-09T00:56:01.979Z | DEBG Sep 09 00:56:01.017initted freemap. size: 64 INFOSep 09 00:56:01.017, adding route 172.17.0.15/32 -> 10.0.0.255unitINFO |
| 5419 | 2026-09-09T00:56:01.979Z | : 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.26/32 -> 10.0.0.255freemap_route_ipv4 |
| 5420 | 2026-09-09T00:56:01.979Z | |
| 5421 | 2026-09-09T00:56:01.979Z | |
| 5422 | 2026-09-09T00:56:01.979Z | Sep 09 00:56:01.017Sep 09 00:56:01.017Sep 09 00:56:01.017 DEBGINFOSep 09 00:56:01.017 DEBGSep 09 00:56:01.017adding route 172.17.0.30/32 -> 10.0.0.255 DEBG DEBGreset freemap replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5423 | 2026-09-09T00:56:01.979Z | , replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 5424 | 2026-09-09T00:56:01.979Z | |
| 5425 | 2026-09-09T00:56:01.979Z | |
| 5426 | 2026-09-09T00:56:01.979Z | unitSep 09 00:56:01.017: INFOfreemap_route_ipv4 |
| 5427 | 2026-09-09T00:56:01.979Z | Sep 09 00:56:01.017Sep 09 00:56:01.017 Sep 09 00:56:01.017adding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 5428 | 2026-09-09T00:56:01.979Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5429 | 2026-09-09T00:56:01.979Z | 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.16/32 -> 10.0.0.255 |
| 5430 | 2026-09-09T00:56:01.979Z | Sep 09 00:56:01.017Sep 09 00:56:01.017 Sep 09 00:56:01.017DEBG |
| 5431 | 2026-09-09T00:56:01.979Z | DEBGDEBGreplacing 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 } }] |
| 5432 | 2026-09-09T00:56:01.979Z | initted freemap. size: 64Sep 09 00:56:01.017 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5433 | 2026-09-09T00:56:01.979Z | adding route 172.17.0.31/32 -> 10.0.0.255Sep 09 00:56:01.017 |
| 5434 | 2026-09-09T00:56:01.979Z | 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 } }]Sep 09 00:56:01.023Sep 09 00:56:01.023 |
| 5435 | 2026-09-09T00:56:01.979Z | INFO Sep 09 00:56:01.023adding route 172.17.0.28/32 -> 10.0.0.255INFO |
| 5436 | 2026-09-09T00:56:01.979Z | DEBG Sep 09 00:56:01.023 adding route 172.16.0.0/32 -> 10.0.0.3replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5437 | 2026-09-09T00:56:01.979Z | |
| 5438 | 2026-09-09T00:56:01.979Z | 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 } }] |
| 5439 | 2026-09-09T00:56:01.979Z | INFOSep 09 00:56:01.023Sep 09 00:56:01.023 Sep 09 00:56:01.023INFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5440 | 2026-09-09T00:56:01.979Z | |
| 5441 | 2026-09-09T00:56:01.979Z | |
| 5442 | 2026-09-09T00:56:01.979Z | |
| 5443 | 2026-09-09T00:56:01.983Z | Sep 09 00:56:01.023Sep 09 00:56:01.023 DEBGDEBG replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 5444 | 2026-09-09T00:56:01.983Z | |
| 5445 | 2026-09-09T00:56:01.983Z | Sep 09 00:56:01.023 Sep 09 00:56:01.023INFO Sep 09 00:56:01.023adding route 172.16.0.0/32 -> 10.0.0.4Sep 09 00:56:01.023 |
| 5446 | 2026-09-09T00:56:01.983Z | DEBG INFO adding route 172.17.0.30/32 -> 10.0.0.255replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 5447 | 2026-09-09T00:56:01.983Z | Sep 09 00:56:01.023 INFODEBG |
| 5448 | 2026-09-09T00:56:01.983Z | adding route 172.17.0.33/32 -> 10.0.0.255 Sep 09 00:56:01.023replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 5449 | 2026-09-09T00:56:01.983Z | DEBG |
| 5450 | 2026-09-09T00:56:01.983Z | 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 } }] |
| 5451 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.023Sep 09 00:56:01.023 INFODEBG Sep 09 00:56:01.023adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 5452 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.023replacing targets for 172.16.0.0/32 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 } }] |
| 5453 | 2026-09-09T00:56:01.984Z | , INFODEBG unitadding route 172.17.0.31/32 -> 10.0.0.255 :replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:01.023 |
| 5454 | 2026-09-09T00:56:01.984Z | freemap_route_ipv6 |
| 5455 | 2026-09-09T00:56:01.984Z | DEBG |
| 5456 | 2026-09-09T00:56:01.984Z | 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 } }]Sep 09 00:56:01.023 |
| 5457 | 2026-09-09T00:56:01.984Z | DEBGSep 09 00:56:01.023 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 |
| 5458 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.023adding route 172.17.0.34/32 -> 10.0.0.255 INFO |
| 5459 | 2026-09-09T00:56:01.984Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 09 00:56:01.023 |
| 5460 | 2026-09-09T00:56:01.984Z | DEBG Sep 09 00:56:01.023reset freemapSep 09 00:56:01.023 , Sep 09 00:56:01.023unitDEBG : 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 } }]DEBGfreemap_route_ipv6INFO |
| 5461 | 2026-09-09T00:56:01.984Z | replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5462 | 2026-09-09T00:56:01.984Z | |
| 5463 | 2026-09-09T00:56:01.984Z | |
| 5464 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 Sep 09 00:56:01.024INFO Sep 09 00:56:01.024INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 DEBGadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 5465 | 2026-09-09T00:56:01.984Z | |
| 5466 | 2026-09-09T00:56:01.984Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5467 | 2026-09-09T00:56:01.984Z | adding route 172.17.0.35/32 -> 10.0.0.255Sep 09 00:56:01.024Sep 09 00:56:01.024 |
| 5468 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024 DEBGDEBG Sep 09 00:56:01.024replacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO |
| 5469 | 2026-09-09T00:56:01.984Z | DEBG adding route 172.17.0.33/32 -> 10.0.0.255replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5470 | 2026-09-09T00:56:01.984Z | |
| 5471 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 5472 | 2026-09-09T00:56:01.984Z | INFOSep 09 00:56:01.024Sep 09 00:56:01.024 DEBG INFO Sep 09 00:56:01.024replacing 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:2d::/64 -> 2001:db8::55:ffadding route 172.17.0.36/32 -> 10.0.0.255 |
| 5473 | 2026-09-09T00:56:01.984Z | |
| 5474 | 2026-09-09T00:56:01.984Z | INFO |
| 5475 | 2026-09-09T00:56:01.984Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:56:01.024 |
| 5476 | 2026-09-09T00:56:01.984Z | DEBGSep 09 00:56:01.024Sep 09 00:56:01.024 DEBG INFOreplacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:56:01.024 |
| 5477 | 2026-09-09T00:56:01.984Z | adding route 172.17.0.34/32 -> 10.0.0.255replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5478 | 2026-09-09T00:56:01.984Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5479 | 2026-09-09T00:56:01.984Z | |
| 5480 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024 Sep 09 00:56:01.024INFO INFO adding route 3fff:beef:2e::/64 -> 2001:db8::55:ffadding route 172.17.0.37/32 -> 10.0.0.255Sep 09 00:56:01.024 |
| 5481 | 2026-09-09T00:56:01.984Z | INFO |
| 5482 | 2026-09-09T00:56:01.984Z | adding route 3fff:dead::/64 -> 2001:db8::55:3Sep 09 00:56:01.024 |
| 5483 | 2026-09-09T00:56:01.984Z | DEBG Sep 09 00:56:01.024Sep 09 00:56:01.024 Sep 09 00:56:01.024Sep 09 00:56:01.024DEBGDEBGreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 5484 | 2026-09-09T00:56:01.984Z | DEBG |
| 5485 | 2026-09-09T00:56:01.984Z | replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] INFO |
| 5486 | 2026-09-09T00:56:01.984Z | adding route 172.17.0.17/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 09 00:56:01.024 |
| 5487 | 2026-09-09T00:56:01.984Z | |
| 5488 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 5489 | 2026-09-09T00:56:01.984Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5490 | 2026-09-09T00:56:01.984Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 INFOSep 09 00:56:01.024 adding route 3fff:dead::/64 -> 2001:db8::55:4 Sep 09 00:56:01.024 |
| 5491 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024DEBGDEBG replacing targets for 3fff:beef:2f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]INFODEBG |
| 5492 | 2026-09-09T00:56:01.985Z | |
| 5493 | 2026-09-09T00:56:01.985Z | adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5494 | 2026-09-09T00:56:01.985Z | |
| 5495 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024 Sep 09 00:56:01.024DEBG Sep 09 00:56:01.024 INFO Sep 09 00:56:01.024replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 09 00:56:01.024adding route 172.17.0.18/32 -> 10.0.0.255INFOINFO |
| 5496 | 2026-09-09T00:56:01.985Z | adding route 172.17.0.39/32 -> 10.0.0.255DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 5497 | 2026-09-09T00:56:01.985Z | |
| 5498 | 2026-09-09T00:56:01.985Z | |
| 5499 | 2026-09-09T00:56:01.985Z | 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 } }] |
| 5500 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 Sep 09 00:56:01.024DEBGSep 09 00:56:01.024 DEBG DEBG DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, 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 } }] |
| 5501 | 2026-09-09T00:56:01.985Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 5502 | 2026-09-09T00:56:01.985Z | 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 } }] |
| 5503 | 2026-09-09T00:56:01.985Z | |
| 5504 | 2026-09-09T00:56:01.985Z | 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 } }]Sep 09 00:56:01.024 |
| 5505 | 2026-09-09T00:56:01.985Z | INFOSep 09 00:56:01.024 Sep 09 00:56:01.024 Sep 09 00:56:01.024adding route 172.17.0.36/32 -> 10.0.0.255INFO INFOadding route 172.17.0.19/32 -> 10.0.0.255 |
| 5506 | 2026-09-09T00:56:01.985Z | INFOadding route 172.17.0.40/32 -> 10.0.0.255 |
| 5507 | 2026-09-09T00:56:01.985Z | |
| 5508 | 2026-09-09T00:56:01.985Z | adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 5509 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 Sep 09 00:56:01.024DEBGSep 09 00:56:01.024DEBG DEBG 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 } }]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 } }] |
| 5510 | 2026-09-09T00:56:01.985Z | |
| 5511 | 2026-09-09T00:56:01.985Z | replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5512 | 2026-09-09T00:56:01.985Z | |
| 5513 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 Sep 09 00:56:01.024INFOINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffINFO Sep 09 00:56:01.024 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5514 | 2026-09-09T00:56:01.985Z | INFO |
| 5515 | 2026-09-09T00:56:01.985Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 5516 | 2026-09-09T00:56:01.985Z | adding route 172.17.0.37/32 -> 10.0.0.255Sep 09 00:56:01.024 |
| 5517 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024Sep 09 00:56:01.024 DEBG DEBGDEBG Sep 09 00:56:01.024 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.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 } }] |
| 5518 | 2026-09-09T00:56:01.985Z | |
| 5519 | 2026-09-09T00:56:01.985Z | DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5520 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024replacing 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 } }] |
| 5521 | 2026-09-09T00:56:01.985Z | INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 5522 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024 Sep 09 00:56:01.024INFO Sep 09 00:56:01.024INFOadding route 172.17.0.42/32 -> 10.0.0.255 |
| 5523 | 2026-09-09T00:56:01.985Z | DEBG Sep 09 00:56:01.024adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5524 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024INFOreplacing 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 } }] |
| 5525 | 2026-09-09T00:56:01.985Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 5526 | 2026-09-09T00:56:01.985Z | DEBG Sep 09 00:56:01.024replacing 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 } }] Sep 09 00:56:01.024 |
| 5527 | 2026-09-09T00:56:01.985Z | 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 } }]Sep 09 00:56:01.024 |
| 5528 | 2026-09-09T00:56:01.985Z | Sep 09 00:56:01.024 DEBGINFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ff Sep 09 00:56:01.024adding route 172.17.0.43/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 } }] |
| 5529 | 2026-09-09T00:56:01.985Z | |
| 5530 | 2026-09-09T00:56:01.986Z | |
| 5531 | 2026-09-09T00:56:01.986Z | INFO Sep 09 00:56:01.024adding route 172.17.0.39/32 -> 10.0.0.255 Sep 09 00:56:01.024DEBG |
| 5532 | 2026-09-09T00:56:01.986Z | 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 } }] |
| 5533 | 2026-09-09T00:56:01.986Z | 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 } }]Sep 09 00:56:01.024 |
| 5534 | 2026-09-09T00:56:01.986Z | DEBGSep 09 00:56:01.024 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 |
| 5535 | 2026-09-09T00:56:01.986Z | Sep 09 00:56:01.024 adding route 172.17.0.22/32 -> 10.0.0.255Sep 09 00:56:01.024 INFOSep 09 00:56:01.024 |
| 5536 | 2026-09-09T00:56:01.986Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 5537 | 2026-09-09T00:56:01.986Z | |
| 5538 | 2026-09-09T00:56:01.986Z | DEBG Sep 09 00:56:01.031Sep 09 00:56:01.031created new freemap , DEBGDEBG 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 } }]: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 } }] |
| 5539 | 2026-09-09T00:56:01.986Z | |
| 5540 | 2026-09-09T00:56:01.986Z | freemap_route_ipv4 |
| 5541 | 2026-09-09T00:56:01.986Z | Sep 09 00:56:01.031Sep 09 00:56:01.031 INFO adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 5542 | 2026-09-09T00:56:01.986Z | adding route 172.17.0.4/32 -> 10.0.0.255Sep 09 00:56:01.031 |
| 5543 | 2026-09-09T00:56:01.990Z | DEBG created new freemapSep 09 00:56:01.031, unitSep 09 00:56:01.031INFOSep 09 00:56:01.031: adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBGDEBG 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 } }]freemap_route_ipv6 |
| 5544 | 2026-09-09T00:56:01.990Z | |
| 5545 | 2026-09-09T00:56:01.990Z | 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 } }] |
| 5546 | 2026-09-09T00:56:01.990Z | |
| 5547 | 2026-09-09T00:56:01.990Z | Sep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031INFODEBG INFOinitted freemap. size: 64 Sep 09 00:56:01.031, adding route 172.17.0.5/32 -> 10.0.0.255unit : |
| 5548 | 2026-09-09T00:56:01.990Z | DEBGfreemap_route_ipv4 |
| 5549 | 2026-09-09T00:56:01.990Z | 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 } }] |
| 5550 | 2026-09-09T00:56:01.990Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5551 | 2026-09-09T00:56:01.990Z | Sep 09 00:56:01.031Sep 09 00:56:01.031 DEBGDEBG reset freemapSep 09 00:56:01.031Sep 09 00:56:01.031, 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 } }] unitDEBG: |
| 5552 | 2026-09-09T00:56:01.990Z | freemap_route_ipv4INFO |
| 5553 | 2026-09-09T00:56:01.990Z | 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 } }] |
| 5554 | 2026-09-09T00:56:01.990Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031DEBGINFO |
| 5555 | 2026-09-09T00:56:01.990Z | adding route 172.17.0.6/32 -> 10.0.0.255initted freemap. size: 64 |
| 5556 | 2026-09-09T00:56:01.990Z | INFOSep 09 00:56:01.031, Sep 09 00:56:01.031DEBG adding route 172.17.0.25/32 -> 10.0.0.255DEBG |
| 5557 | 2026-09-09T00:56:01.990Z | 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 } }]unitreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5558 | 2026-09-09T00:56:01.990Z | : freemap_route_ipv6 |
| 5559 | 2026-09-09T00:56:01.990Z | |
| 5560 | 2026-09-09T00:56:01.990Z | Sep 09 00:56:01.031 Sep 09 00:56:01.031DEBG 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 } }]Sep 09 00:56:01.031 INFO |
| 5561 | 2026-09-09T00:56:01.990Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffSep 09 00:56:01.031 |
| 5562 | 2026-09-09T00:56:01.990Z | adding route 172.17.0.7/32 -> 10.0.0.255DEBG |
| 5563 | 2026-09-09T00:56:01.990Z | reset freemapSep 09 00:56:01.031Sep 09 00:56:01.031Sep 09 00:56:01.031 , Sep 09 00:56:01.031INFO INFOunitadding route 172.17.0.26/32 -> 10.0.0.255: |
| 5564 | 2026-09-09T00:56:01.991Z | adding route 172.17.0.40/32 -> 10.0.0.255DEBGfreemap_route_ipv6 DEBG |
| 5565 | 2026-09-09T00:56:01.991Z | 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 } }] |
| 5566 | 2026-09-09T00:56:01.991Z | |
| 5567 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031 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 } }]Sep 09 00:56:01.031 |
| 5568 | 2026-09-09T00:56:01.991Z | INFOSep 09 00:56:01.031 Sep 09 00:56:01.031 Sep 09 00:56:01.031DEBG INFOadding route 172.16.0.0/32 -> 10.0.0.1 |
| 5569 | 2026-09-09T00:56:01.991Z | 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 } }]DEBGINFO |
| 5570 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 5571 | 2026-09-09T00:56:01.991Z | 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 adding route 172.17.0.8/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 } }] |
| 5572 | 2026-09-09T00:56:01.991Z | |
| 5573 | 2026-09-09T00:56:01.991Z | |
| 5574 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031Sep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031INFO DEBGINFO Sep 09 00:56:01.031adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 5575 | 2026-09-09T00:56:01.991Z | INFOadding route 172.17.0.41/32 -> 10.0.0.255 |
| 5576 | 2026-09-09T00:56:01.991Z | |
| 5577 | 2026-09-09T00:56:01.991Z | adding route 172.17.0.27/32 -> 10.0.0.255DEBGSep 09 00:56:01.031 |
| 5578 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031 DEBG Sep 09 00:56:01.031replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 09 00:56:01.031INFOreplacing 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 |
| 5579 | 2026-09-09T00:56:01.991Z | DEBGadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 5580 | 2026-09-09T00:56:01.991Z | 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 } }] |
| 5581 | 2026-09-09T00:56:01.991Z | |
| 5582 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031replacing 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 } }] Sep 09 00:56:01.031INFO INFOadding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:56:01.031 Sep 09 00:56:01.031 |
| 5583 | 2026-09-09T00:56:01.991Z | |
| 5584 | 2026-09-09T00:56:01.991Z | INFO adding route 172.17.0.42/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5585 | 2026-09-09T00:56:01.991Z | |
| 5586 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031DEBG INFO replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5587 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031 |
| 5588 | 2026-09-09T00:56:01.991Z | 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 } }] |
| 5589 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031Sep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031 Sep 09 00:56:01.031INFO DEBG DEBGINFO replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 5590 | 2026-09-09T00:56:01.991Z | |
| 5591 | 2026-09-09T00:56:01.991Z | adding route 172.17.0.43/32 -> 10.0.0.255DEBG |
| 5592 | 2026-09-09T00:56:01.991Z | 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 } }, 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 } }]Sep 09 00:56:01.031 |
| 5593 | 2026-09-09T00:56:01.991Z | DEBGSep 09 00:56:01.031 |
| 5594 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031DEBGSep 09 00:56:01.031 INFOreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5595 | 2026-09-09T00:56:01.991Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.16.0.0/32 -> 10.0.0.4 |
| 5596 | 2026-09-09T00:56:01.991Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5597 | 2026-09-09T00:56:01.991Z | |
| 5598 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031Sep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031INFO INFOINFO DEBG adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5599 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 5600 | 2026-09-09T00:56:01.991Z | Sep 09 00:56:01.031replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 |
| 5601 | 2026-09-09T00:56:01.991Z | |
| 5602 | 2026-09-09T00:56:01.992Z | adding route 172.17.0.10/32 -> 10.0.0.255replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:01.031 |
| 5603 | 2026-09-09T00:56:01.992Z | |
| 5604 | 2026-09-09T00:56:01.992Z | INFOSep 09 00:56:01.031 Sep 09 00:56:01.031Sep 09 00:56:01.031adding route 172.17.0.30/32 -> 10.0.0.255DEBG |
| 5605 | 2026-09-09T00:56:01.992Z | DEBGreplacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 172.16.0.0/32 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 } }] |
| 5606 | 2026-09-09T00:56:01.992Z | |
| 5607 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 INFO DEBGadding route 172.17.0.45/32 -> 10.0.0.255 Sep 09 00:56:01.031 |
| 5608 | 2026-09-09T00:56:01.992Z | 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 } }] DEBGSep 09 00:56:01.031 Sep 09 00:56:01.031failed to allocate space for the new target listDEBG |
| 5609 | 2026-09-09T00:56:01.992Z | |
| 5610 | 2026-09-09T00:56:01.992Z | 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 } }] |
| 5611 | 2026-09-09T00:56:01.992Z | 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 } }]Sep 09 00:56:01.031 |
| 5612 | 2026-09-09T00:56:01.992Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255Sep 09 00:56:01.031 |
| 5613 | 2026-09-09T00:56:01.992Z | INFOSep 09 00:56:01.031Sep 09 00:56:01.031 Sep 09 00:56:01.031INFO DEBG adding route 172.17.0.46/32 -> 10.0.0.255DEBGadding route 172.17.0.11/32 -> 10.0.0.255 |
| 5614 | 2026-09-09T00:56:01.992Z | |
| 5615 | 2026-09-09T00:56:01.992Z | replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 5616 | 2026-09-09T00:56:01.992Z | |
| 5617 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 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 } }]Sep 09 00:56:01.031 |
| 5618 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 INFODEBG adding route 172.17.0.32/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 } }] |
| 5619 | 2026-09-09T00:56:01.992Z | |
| 5620 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 INFO adding route 172.17.0.47/32 -> 10.0.0.255Sep 09 00:56:01.031 |
| 5621 | 2026-09-09T00:56:01.992Z | INFOSep 09 00:56:01.031 adding route 172.17.0.12/32 -> 10.0.0.255DEBG |
| 5622 | 2026-09-09T00:56:01.992Z | 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 } }]Sep 09 00:56:01.031 |
| 5623 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031DEBG 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 |
| 5624 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 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 |
| 5625 | 2026-09-09T00:56:01.992Z | adding route 172.17.0.33/32 -> 10.0.0.255Sep 09 00:56:01.031 |
| 5626 | 2026-09-09T00:56:01.992Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255Sep 09 00:56:01.031 |
| 5627 | 2026-09-09T00:56:01.992Z | INFO Sep 09 00:56:01.031adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5628 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031DEBG 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 } }] |
| 5629 | 2026-09-09T00:56:01.992Z | 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 } }]Sep 09 00:56:01.031 |
| 5630 | 2026-09-09T00:56:01.992Z | 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 } }] |
| 5631 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.031 Sep 09 00:56:01.031INFO Sep 09 00:56:01.031adding route 172.17.0.49/32 -> 10.0.0.255INFO |
| 5632 | 2026-09-09T00:56:01.992Z | INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 5633 | 2026-09-09T00:56:01.992Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5634 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.032Sep 09 00:56:01.032 Sep 09 00:56:01.032DEBG 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 |
| 5635 | 2026-09-09T00:56:01.992Z | replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5636 | 2026-09-09T00:56:01.992Z | |
| 5637 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.032 INFOSep 09 00:56:01.032 adding route 172.17.0.35/32 -> 10.0.0.255INFOSep 09 00:56:01.032 |
| 5638 | 2026-09-09T00:56:01.992Z | adding route 172.17.0.15/32 -> 10.0.0.255INFO |
| 5639 | 2026-09-09T00:56:01.992Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5640 | 2026-09-09T00:56:01.992Z | Sep 09 00:56:01.032 DEBG Sep 09 00:56:01.032replacing 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 } }]Sep 09 00:56:01.032 |
| 5641 | 2026-09-09T00:56:01.993Z | DEBG 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 } }] |
| 5642 | 2026-09-09T00:56:01.993Z | 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 } }] |
| 5643 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.032 INFO adding route 172.17.0.36/32 -> 10.0.0.255Sep 09 00:56:01.032 Sep 09 00:56:01.032INFO |
| 5644 | 2026-09-09T00:56:01.997Z | INFOadding route 172.17.0.51/32 -> 10.0.0.255 |
| 5645 | 2026-09-09T00:56:01.997Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 5646 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.032Sep 09 00:56:01.032 Sep 09 00:56:01.032DEBG DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5647 | 2026-09-09T00:56:01.997Z | |
| 5648 | 2026-09-09T00:56:01.997Z | 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 } }] |
| 5649 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.032Sep 09 00:56:01.032 Sep 09 00:56:01.032INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 INFOadding route 172.17.0.37/32 -> 10.0.0.255 |
| 5650 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.032 DEBGadding route 172.17.0.17/32 -> 10.0.0.255 |
| 5651 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038created new freemap DEBG, unitreplacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]: |
| 5652 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038freemap_route_ipv4 |
| 5653 | 2026-09-09T00:56:01.997Z | 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 } }]Sep 09 00:56:01.038 |
| 5654 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038 DEBG INFO Sep 09 00:56:01.038 created new freemapINFOadding route 172.17.0.38/32 -> 10.0.0.255, |
| 5655 | 2026-09-09T00:56:01.997Z | unitadding route 172.17.0.18/32 -> 10.0.0.255: |
| 5656 | 2026-09-09T00:56:01.997Z | freemap_route_ipv6Sep 09 00:56:01.038 |
| 5657 | 2026-09-09T00:56:01.997Z | 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 } }]INFO |
| 5658 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038 DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 5659 | 2026-09-09T00:56:01.997Z | initted freemap. size: 64Sep 09 00:56:01.038Sep 09 00:56:01.038, DEBGunit :INFOSep 09 00:56:01.038replacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4DEBG |
| 5660 | 2026-09-09T00:56:01.997Z | adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5661 | 2026-09-09T00:56:01.997Z | |
| 5662 | 2026-09-09T00:56:01.997Z | 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 } }] |
| 5663 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038Sep 09 00:56:01.038 DEBGINFO Sep 09 00:56:01.038reset freemap INFO , adding route 172.17.0.45/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 5664 | 2026-09-09T00:56:01.997Z | |
| 5665 | 2026-09-09T00:56:01.997Z | unit: Sep 09 00:56:01.038freemap_route_ipv4 |
| 5666 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038DEBG Sep 09 00:56:01.038 DEBGreplacing targets for 172.17.0.39/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] 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 } }] |
| 5667 | 2026-09-09T00:56:01.997Z | |
| 5668 | 2026-09-09T00:56:01.997Z | Sep 09 00:56:01.038DEBG DEBG Sep 09 00:56:01.038Sep 09 00:56:01.038 INFOINFO initted freemap. size: 64replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5669 | 2026-09-09T00:56:01.998Z | adding route 172.17.0.46/32 -> 10.0.0.255, |
| 5670 | 2026-09-09T00:56:01.998Z | |
| 5671 | 2026-09-09T00:56:01.998Z | unit: freemap_route_ipv6Sep 09 00:56:01.038 |
| 5672 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038 Sep 09 00:56:01.038DEBG DEBGINFO Sep 09 00:56:01.038 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.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 } }] |
| 5673 | 2026-09-09T00:56:01.998Z | |
| 5674 | 2026-09-09T00:56:01.998Z | DEBG adding route 172.17.0.20/32 -> 10.0.0.255 reset freemap |
| 5675 | 2026-09-09T00:56:01.998Z | , unitSep 09 00:56:01.038:Sep 09 00:56:01.038 INFO freemap_route_ipv6adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5676 | 2026-09-09T00:56:01.998Z | |
| 5677 | 2026-09-09T00:56:01.998Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Sep 09 00:56:01.038Sep 09 00:56:01.038 |
| 5678 | 2026-09-09T00:56:01.998Z | DEBGSep 09 00:56:01.038 DEBGINFOreplacing 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 } }] Sep 09 00:56:01.038adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5679 | 2026-09-09T00:56:01.998Z | |
| 5680 | 2026-09-09T00:56:01.998Z | 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 } }]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 } }]Sep 09 00:56:01.038 |
| 5681 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5682 | 2026-09-09T00:56:01.998Z | |
| 5683 | 2026-09-09T00:56:01.998Z | DEBGSep 09 00:56:01.038 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5684 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038adding route 172.17.0.42/32 -> 10.0.0.255Sep 09 00:56:01.038 |
| 5685 | 2026-09-09T00:56:01.998Z | INFODEBG 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.21/32 -> 10.0.0.255 |
| 5686 | 2026-09-09T00:56:01.998Z | |
| 5687 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038 DEBGSep 09 00:56:01.038 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 } }]INFOSep 09 00:56:01.038 |
| 5688 | 2026-09-09T00:56:01.998Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 5689 | 2026-09-09T00:56:01.998Z | INFOSep 09 00:56:01.038 Sep 09 00:56:01.038Sep 09 00:56:01.038DEBGadding route 172.17.0.49/32 -> 10.0.0.255 |
| 5690 | 2026-09-09T00:56:01.998Z | DEBG replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]INFO |
| 5691 | 2026-09-09T00:56:01.998Z | |
| 5692 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5693 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038DEBG 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 } }]Sep 09 00:56:01.038 |
| 5694 | 2026-09-09T00:56:01.998Z | INFOSep 09 00:56:01.038 adding route 172.16.0.0/32 -> 10.0.0.1INFO Sep 09 00:56:01.038 |
| 5695 | 2026-09-09T00:56:01.998Z | DEBG INFOadding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5696 | 2026-09-09T00:56:01.998Z | |
| 5697 | 2026-09-09T00:56:01.998Z | |
| 5698 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038 DEBGSep 09 00:56:01.038 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 } }]Sep 09 00:56:01.038DEBG |
| 5699 | 2026-09-09T00:56:01.998Z | Sep 09 00:56:01.038DEBGreplacing 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 } }] |
| 5700 | 2026-09-09T00:56:01.998Z | 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 } }] Sep 09 00:56:01.038 |
| 5701 | 2026-09-09T00:56:01.998Z | INFO INFO adding route 172.17.0.44/32 -> 10.0.0.255Sep 09 00:56:01.038adding route 172.16.0.0/32 -> 10.0.0.2 |
| 5702 | 2026-09-09T00:56:01.998Z | |
| 5703 | 2026-09-09T00:56:01.998Z | test route::tests::add_target_fails_full ... ok |
| 5704 | 2026-09-09T00:56:01.998Z | INFO Sep 09 00:56:01.038adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5705 | 2026-09-09T00:56:01.998Z | INFO Sep 09 00:56:01.038adding route 172.17.0.23/32 -> 10.0.0.255Sep 09 00:56:01.038 |
| 5706 | 2026-09-09T00:56:01.998Z | DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }] |
| 5707 | 2026-09-09T00:56:01.998Z | 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 } }] |
| 5708 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038Sep 09 00:56:01.038 Sep 09 00:56:01.038 DEBGDEBG INFOreplacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5709 | 2026-09-09T00:56:01.999Z | |
| 5710 | 2026-09-09T00:56:01.999Z | adding route 172.17.0.0/32 -> 10.0.0.255 |
| 5711 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038 Sep 09 00:56:01.038Sep 09 00:56:01.038 INFOINFO DEBGSep 09 00:56:01.038 adding route 172.17.0.52/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5712 | 2026-09-09T00:56:01.999Z | |
| 5713 | 2026-09-09T00:56:01.999Z | INFO |
| 5714 | 2026-09-09T00:56:01.999Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 5715 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038Sep 09 00:56:01.038 INFODEBG adding route 172.17.0.1/32 -> 10.0.0.255Sep 09 00:56:01.038replacing 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 } }]Sep 09 00:56:01.038 |
| 5716 | 2026-09-09T00:56:01.999Z | |
| 5717 | 2026-09-09T00:56:01.999Z | DEBG 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 } }] |
| 5718 | 2026-09-09T00:56:01.999Z | 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 } }]Sep 09 00:56:01.038 |
| 5719 | 2026-09-09T00:56:01.999Z | INFO Sep 09 00:56:01.038adding route 172.17.0.46/32 -> 10.0.0.255 Sep 09 00:56:01.038 |
| 5720 | 2026-09-09T00:56:01.999Z | INFODEBG 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.53/32 -> 10.0.0.255 |
| 5721 | 2026-09-09T00:56:01.999Z | |
| 5722 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038 INFOSep 09 00:56:01.038 adding route 172.17.0.25/32 -> 10.0.0.255Sep 09 00:56:01.038DEBG |
| 5723 | 2026-09-09T00:56:01.999Z | INFO Sep 09 00:56:01.038adding route 172.17.0.2/32 -> 10.0.0.255 |
| 5724 | 2026-09-09T00:56:01.999Z | 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 } }] |
| 5725 | 2026-09-09T00:56:01.999Z | 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 } }]Sep 09 00:56:01.038Sep 09 00:56:01.038 DEBG |
| 5726 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038replacing 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 } }] |
| 5727 | 2026-09-09T00:56:01.999Z | INFODEBG replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:56:01.038 |
| 5728 | 2026-09-09T00:56:01.999Z | |
| 5729 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038 INFOINFO Sep 09 00:56:01.038adding route 172.17.0.47/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 5730 | 2026-09-09T00:56:01.999Z | DEBG |
| 5731 | 2026-09-09T00:56:01.999Z | 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 } }] |
| 5732 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038 INFOSep 09 00:56:01.038 Sep 09 00:56:01.038adding route 172.17.0.26/32 -> 10.0.0.255DEBG INFO |
| 5733 | 2026-09-09T00:56:01.999Z | 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.55/32 -> 10.0.0.255 |
| 5734 | 2026-09-09T00:56:01.999Z | |
| 5735 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038Sep 09 00:56:01.038 DEBGSep 09 00:56:01.038 DEBGSep 09 00:56:01.038 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 } }] |
| 5736 | 2026-09-09T00:56:01.999Z | DEBG INFO 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.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.48/32 -> 10.0.0.255 |
| 5737 | 2026-09-09T00:56:01.999Z | Sep 09 00:56:01.038 |
| 5738 | 2026-09-09T00:56:01.999Z | |
| 5739 | 2026-09-09T00:56:01.999Z | INFO Sep 09 00:56:01.038 INFOSep 09 00:56:01.038 Sep 09 00:56:01.038 adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.4/32 -> 10.0.0.255 |
| 5740 | 2026-09-09T00:56:01.999Z | |
| 5741 | 2026-09-09T00:56:01.999Z | DEBG 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 } }]Sep 09 00:56:01.038Sep 09 00:56:01.038 |
| 5742 | 2026-09-09T00:56:01.999Z | DEBG 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 } }] Sep 09 00:56:01.038replacing 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 } }] |
| 5743 | 2026-09-09T00:56:02.004Z | |
| 5744 | 2026-09-09T00:56:02.004Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 5745 | 2026-09-09T00:56:02.004Z | adding route 172.17.0.49/32 -> 10.0.0.255Sep 09 00:56:01.038 |
| 5746 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.038 INFOINFO adding route 172.17.0.5/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255Sep 09 00:56:01.038Sep 09 00:56:01.038 |
| 5747 | 2026-09-09T00:56:02.004Z | |
| 5748 | 2026-09-09T00:56:02.004Z | 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 } }]DEBGSep 09 00:56:01.038 |
| 5749 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.038DEBG DEBGreplacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }] |
| 5750 | 2026-09-09T00:56:02.004Z | |
| 5751 | 2026-09-09T00:56:02.004Z | 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 } }]Sep 09 00:56:01.038 |
| 5752 | 2026-09-09T00:56:02.004Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Sep 09 00:56:01.038 |
| 5753 | 2026-09-09T00:56:02.004Z | INFOSep 09 00:56:01.038 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 5754 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.038Sep 09 00:56:01.039adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5755 | 2026-09-09T00:56:02.004Z | INFO DEBGadding route 172.17.0.6/32 -> 10.0.0.255 Sep 09 00:56:01.039replacing 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 } }] |
| 5756 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.039 DEBG |
| 5757 | 2026-09-09T00:56:02.004Z | DEBG Sep 09 00:56:01.039replacing 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 } }] |
| 5758 | 2026-09-09T00:56:02.004Z | 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 } }]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 } }]Sep 09 00:56:01.039 |
| 5759 | 2026-09-09T00:56:02.004Z | |
| 5760 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.039 INFOINFOSep 09 00:56:01.039 adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255INFO |
| 5761 | 2026-09-09T00:56:02.004Z | |
| 5762 | 2026-09-09T00:56:02.004Z | adding route 172.17.0.7/32 -> 10.0.0.255 |
| 5763 | 2026-09-09T00:56:02.004Z | Sep 09 00:56:01.039 INFOSep 09 00:56:01.039Sep 09 00:56:01.039 DEBG DEBGadding route 172.17.0.29/32 -> 10.0.0.255 replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:56:01.039replacing 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 } }] |
| 5764 | 2026-09-09T00:56:02.004Z | DEBG |
| 5765 | 2026-09-09T00:56:02.005Z | |
| 5766 | 2026-09-09T00:56:02.005Z | 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 } }] |
| 5767 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.039Sep 09 00:56:01.039 Sep 09 00:56:01.045INFO |
| 5768 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045INFO adding route 172.17.0.60/32 -> 10.0.0.255DEBG |
| 5769 | 2026-09-09T00:56:02.005Z | INFOreplacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.8/32 -> 10.0.0.255 |
| 5770 | 2026-09-09T00:56:02.005Z | |
| 5771 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045Sep 09 00:56:01.045 adding route 172.17.0.52/32 -> 10.0.0.255 DEBGDEBG |
| 5772 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045replacing 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.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 } }] |
| 5773 | 2026-09-09T00:56:02.005Z | |
| 5774 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 DEBG replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5775 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045Sep 09 00:56:01.045adding route 172.17.0.30/32 -> 10.0.0.255Sep 09 00:56:01.045 |
| 5776 | 2026-09-09T00:56:02.005Z | INFO Sep 09 00:56:01.045DEBG 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 } }]INFOINFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 5777 | 2026-09-09T00:56:02.005Z | |
| 5778 | 2026-09-09T00:56:02.005Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5779 | 2026-09-09T00:56:02.005Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 5780 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045Sep 09 00:56:01.045Sep 09 00:56:01.045 Sep 09 00:56:01.045Sep 09 00:56:01.045 DEBG INFODEBGreplacing targets for 172.17.0.53/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG DEBGreplacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5781 | 2026-09-09T00:56:02.005Z | adding route 172.17.0.53/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 } }] |
| 5782 | 2026-09-09T00:56:02.005Z | 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 } }] |
| 5783 | 2026-09-09T00:56:02.005Z | |
| 5784 | 2026-09-09T00:56:02.005Z | |
| 5785 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 Sep 09 00:56:01.045INFO Sep 09 00:56:01.045Sep 09 00:56:01.045adding route 172.17.0.10/32 -> 10.0.0.255INFOSep 09 00:56:01.045 |
| 5786 | 2026-09-09T00:56:02.005Z | adding route 172.17.0.62/32 -> 10.0.0.255DEBG 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 } }] |
| 5787 | 2026-09-09T00:56:02.005Z | |
| 5788 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 DEBGINFOINFO replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:56:01.045 |
| 5789 | 2026-09-09T00:56:02.005Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5790 | 2026-09-09T00:56:02.005Z | |
| 5791 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 Sep 09 00:56:01.045DEBG INFOreplacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5792 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 adding route 172.17.0.54/32 -> 10.0.0.255DEBG adding route 172.17.0.11/32 -> 10.0.0.255Sep 09 00:56:01.045 |
| 5793 | 2026-09-09T00:56:02.005Z | |
| 5794 | 2026-09-09T00:56:02.005Z | 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 } }]Sep 09 00:56:01.045 |
| 5795 | 2026-09-09T00:56:02.005Z | INFOSep 09 00:56:01.045 DEBGadding route 172.17.0.63/32 -> 10.0.0.255 DEBG |
| 5796 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 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 } }]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 } }]Sep 09 00:56:01.045 |
| 5797 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5798 | 2026-09-09T00:56:02.005Z | DEBGDEBG |
| 5799 | 2026-09-09T00:56:02.005Z | 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 } }] |
| 5800 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045 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 } }]Sep 09 00:56:01.045 |
| 5801 | 2026-09-09T00:56:02.005Z | Sep 09 00:56:01.045Sep 09 00:56:01.045 INFODEBGSep 09 00:56:01.045 DEBGfailed to allocate space for the new target list adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5802 | 2026-09-09T00:56:02.005Z | 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 } }] |
| 5803 | 2026-09-09T00:56:02.006Z | INFOINFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 5804 | 2026-09-09T00:56:02.006Z | |
| 5805 | 2026-09-09T00:56:02.006Z | test route::tests::delete_target_fragmented ... ok |
| 5806 | 2026-09-09T00:56:02.006Z | test route::tests::delete_target_full ... ok |
| 5807 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045 DEBGadding route 172.17.0.32/32 -> 10.0.0.255 Sep 09 00:56:01.045replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 5808 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045 |
| 5809 | 2026-09-09T00:56:02.006Z | DEBGSep 09 00:56:01.045DEBG 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.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 } }]Sep 09 00:56:01.045Sep 09 00:56:01.045 DEBG |
| 5810 | 2026-09-09T00:56:02.006Z | DEBGINFOfailed to allocate space for the new target list |
| 5811 | 2026-09-09T00:56:02.006Z | adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5812 | 2026-09-09T00:56:02.006Z | |
| 5813 | 2026-09-09T00:56:02.006Z | 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 } }] |
| 5814 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045 DEBGSep 09 00:56:01.045Sep 09 00:56:01.045 Sep 09 00:56:01.045 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 |
| 5815 | 2026-09-09T00:56:02.006Z | INFOINFO Sep 09 00:56:01.045adding route 172.17.0.56/32 -> 10.0.0.255adding route 172.17.0.13/32 -> 10.0.0.255 |
| 5816 | 2026-09-09T00:56:02.006Z | |
| 5817 | 2026-09-09T00:56:02.006Z | adding route 172.17.0.33/32 -> 10.0.0.255INFO |
| 5818 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5819 | 2026-09-09T00:56:02.006Z | DEBG Sep 09 00:56:01.045replacing 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 } }] |
| 5820 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045DEBG Sep 09 00:56:01.045DEBG DEBG Sep 09 00:56:01.045replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.17.0.57/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5821 | 2026-09-09T00:56:02.006Z | INFO replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5822 | 2026-09-09T00:56:02.006Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 5823 | 2026-09-09T00:56:02.006Z | |
| 5824 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045 Sep 09 00:56:01.045Sep 09 00:56:01.045INFOSep 09 00:56:01.045 DEBGadding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 5825 | 2026-09-09T00:56:02.006Z | 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.34/32 -> 10.0.0.255 |
| 5826 | 2026-09-09T00:56:02.006Z | |
| 5827 | 2026-09-09T00:56:02.006Z | INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5828 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.045 Sep 09 00:56:01.045INFO adding route 172.17.0.15/32 -> 10.0.0.255Sep 09 00:56:01.045 |
| 5829 | 2026-09-09T00:56:02.006Z | 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 } }] |
| 5830 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.052DEBG Sep 09 00:56:01.052DEBG INFOreplacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]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 } }] |
| 5831 | 2026-09-09T00:56:02.006Z | |
| 5832 | 2026-09-09T00:56:02.006Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5833 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.052 INFOSep 09 00:56:01.052 Sep 09 00:56:01.052 adding route 172.17.0.16/32 -> 10.0.0.255DEBG |
| 5834 | 2026-09-09T00:56:02.006Z | 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 } }] |
| 5835 | 2026-09-09T00:56:02.006Z | adding route 172.17.0.35/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5836 | 2026-09-09T00:56:02.006Z | 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 } }] |
| 5837 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.052 INFOSep 09 00:56:01.052 adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5838 | 2026-09-09T00:56:02.006Z | 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 } }]Sep 09 00:56:01.045 |
| 5839 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052replacing 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 } }] |
| 5840 | 2026-09-09T00:56:02.006Z | |
| 5841 | 2026-09-09T00:56:02.006Z | INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 5842 | 2026-09-09T00:56:02.006Z | Sep 09 00:56:01.052Sep 09 00:56:01.052Sep 09 00:56:01.052 INFO INFO adding route 172.17.0.60/32 -> 10.0.0.255adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5843 | 2026-09-09T00:56:02.011Z | |
| 5844 | 2026-09-09T00:56:02.011Z | DEBG Sep 09 00:56:01.052replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5845 | 2026-09-09T00:56:02.011Z | Sep 09 00:56:01.052DEBG 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 } }] |
| 5846 | 2026-09-09T00:56:02.011Z | 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 } }] |
| 5847 | 2026-09-09T00:56:02.011Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.37/32 -> 10.0.0.255Sep 09 00:56:01.052Sep 09 00:56:01.052 |
| 5848 | 2026-09-09T00:56:02.011Z | INFOINFO adding route 172.17.0.61/32 -> 10.0.0.255adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5849 | 2026-09-09T00:56:02.011Z | Sep 09 00:56:01.052 |
| 5850 | 2026-09-09T00:56:02.011Z | 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 } }]Sep 09 00:56:01.052 |
| 5851 | 2026-09-09T00:56:02.011Z | Sep 09 00:56:01.052 DEBGDEBG Sep 09 00:56:01.052replacing 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 } }] |
| 5852 | 2026-09-09T00:56:02.011Z | INFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5853 | 2026-09-09T00:56:02.011Z | adding route 172.17.0.38/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5854 | 2026-09-09T00:56:02.011Z | INFOSep 09 00:56:01.052 adding route 172.17.0.62/32 -> 10.0.0.255DEBG |
| 5855 | 2026-09-09T00:56:02.011Z | failed to allocate space for the new target listSep 09 00:56:01.052 |
| 5856 | 2026-09-09T00:56:02.011Z | 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 } }] |
| 5857 | 2026-09-09T00:56:02.011Z | Sep 09 00:56:01.052 Sep 09 00:56:01.052DEBG Sep 09 00:56:01.052replacing 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 |
| 5858 | 2026-09-09T00:56:02.011Z | INFO replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5859 | 2026-09-09T00:56:02.011Z | |
| 5860 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 DEBG Sep 09 00:56:01.052failed to allocate space for the new target list |
| 5861 | 2026-09-09T00:56:02.012Z | 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 } }] |
| 5862 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 INFODEBG adding route 172.17.0.17/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 } }]Sep 09 00:56:01.052 |
| 5863 | 2026-09-09T00:56:02.012Z | |
| 5864 | 2026-09-09T00:56:02.012Z | INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5865 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 DEBG Sep 09 00:56:01.052replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5866 | 2026-09-09T00:56:02.012Z | 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 } }] |
| 5867 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 INFO Sep 09 00:56:01.052adding route 172.17.0.18/32 -> 10.0.0.255 |
| 5868 | 2026-09-09T00:56:02.012Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5869 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 DEBGSep 09 00:56:01.052 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 |
| 5870 | 2026-09-09T00:56:02.012Z | 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 } }] |
| 5871 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 INFOSep 09 00:56:01.052 adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 5872 | 2026-09-09T00:56:02.012Z | adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5873 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 DEBGSep 09 00:56:01.052 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 |
| 5874 | 2026-09-09T00:56:02.012Z | 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 } }] |
| 5875 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 INFOSep 09 00:56:01.052 adding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 5876 | 2026-09-09T00:56:02.012Z | adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5877 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 Sep 09 00:56:01.052DEBG DEBGreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5878 | 2026-09-09T00:56:02.012Z | 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 } }] |
| 5879 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 Sep 09 00:56:01.052INFO INFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5880 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 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 } }] |
| 5881 | 2026-09-09T00:56:02.012Z | |
| 5882 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5883 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 DEBG 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 } }] |
| 5884 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.22/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 } }] |
| 5885 | 2026-09-09T00:56:02.012Z | |
| 5886 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5887 | 2026-09-09T00:56:02.012Z | |
| 5888 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.23/32 -> 10.0.0.255 |
| 5889 | 2026-09-09T00:56:02.012Z | |
| 5890 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 INFODEBG adding route 172.17.0.47/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 } }] |
| 5891 | 2026-09-09T00:56:02.012Z | |
| 5892 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 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 |
| 5893 | 2026-09-09T00:56:02.012Z | |
| 5894 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5895 | 2026-09-09T00:56:02.012Z | Sep 09 00:56:01.052 Sep 09 00:56:01.052DEBG 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 } }] |
| 5896 | 2026-09-09T00:56:02.012Z | 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 } }]Sep 09 00:56:01.052 |
| 5897 | 2026-09-09T00:56:02.012Z | INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 5898 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.49/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5899 | 2026-09-09T00:56:02.013Z | 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 } }] |
| 5900 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5901 | 2026-09-09T00:56:02.013Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 5902 | 2026-09-09T00:56:02.013Z | test route::tests::delete_targets_fragmented ... ok |
| 5903 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.50/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5904 | 2026-09-09T00:56:02.013Z | 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 } }] |
| 5905 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5906 | 2026-09-09T00:56:02.013Z | INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 5907 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.51/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5908 | 2026-09-09T00:56:02.013Z | test route::tests::delete_targets_full ... ok |
| 5909 | 2026-09-09T00:56:02.013Z | 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 } }] |
| 5910 | 2026-09-09T00:56:02.013Z | |
| 5911 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5912 | 2026-09-09T00:56:02.013Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 5913 | 2026-09-09T00:56:02.013Z | test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 5914 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.52/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5915 | 2026-09-09T00:56:02.013Z | |
| 5916 | 2026-09-09T00:56:02.013Z | 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 } }] |
| 5917 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5918 | 2026-09-09T00:56:02.013Z | INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 5919 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.53/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5920 | 2026-09-09T00:56:02.013Z | 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 } }] |
| 5921 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5922 | 2026-09-09T00:56:02.013Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 5923 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5924 | 2026-09-09T00:56:02.013Z | DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5925 | 2026-09-09T00:56:02.013Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5926 | 2026-09-09T00:56:02.014Z | INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 5927 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.55/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5928 | 2026-09-09T00:56:02.014Z | 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 } }] |
| 5929 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 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 } }]Sep 09 00:56:01.052 |
| 5930 | 2026-09-09T00:56:02.014Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 5931 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 INFO adding route 172.17.0.56/32 -> 10.0.0.255Sep 09 00:56:01.052 |
| 5932 | 2026-09-09T00:56:02.014Z | 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 } }] |
| 5933 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 DEBG Sep 09 00:56:01.052replacing 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 } }] |
| 5934 | 2026-09-09T00:56:02.014Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 5935 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 INFO Sep 09 00:56:01.052adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5936 | 2026-09-09T00:56:02.014Z | DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 5937 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 DEBG Sep 09 00:56:01.052replacing 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 } }] |
| 5938 | 2026-09-09T00:56:02.014Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 5939 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 INFO Sep 09 00:56:01.052adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5940 | 2026-09-09T00:56:02.014Z | 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 } }] |
| 5941 | 2026-09-09T00:56:02.014Z | Sep 09 00:56:01.052 DEBGSep 09 00:56:01.052 replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 5942 | 2026-09-09T00:56:02.014Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 5943 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.052 Sep 09 00:56:01.052INFO DEBGadding route 172.17.0.59/32 -> 10.0.0.255 |
| 5944 | 2026-09-09T00:56:02.018Z | 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 } }] |
| 5945 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 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.36/32 -> 10.0.0.255 |
| 5946 | 2026-09-09T00:56:02.018Z | |
| 5947 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.052Sep 09 00:56:01.052 DEBGINFO replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5948 | 2026-09-09T00:56:02.018Z | |
| 5949 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.058 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 } }]Sep 09 00:56:01.058 |
| 5950 | 2026-09-09T00:56:02.018Z | INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 5951 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.058 DEBG failed to allocate space for the new target listSep 09 00:56:01.058 |
| 5952 | 2026-09-09T00:56:02.018Z | 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 } }] |
| 5953 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.058 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 } }]Sep 09 00:56:01.058 |
| 5954 | 2026-09-09T00:56:02.018Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 5955 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 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 } }] |
| 5956 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 5957 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 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 } }] |
| 5958 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 5959 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 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 } }] |
| 5960 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 5961 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 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 } }] |
| 5962 | 2026-09-09T00:56:02.018Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 5963 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5964 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 5965 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5966 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 5967 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5968 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 5969 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5970 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 5971 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5972 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 5973 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5974 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 5975 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5976 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 5977 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5978 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 5979 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5980 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 5981 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5982 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 5983 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5984 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 5985 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5986 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 5987 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5988 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 5989 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5990 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 5991 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5992 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 5993 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5994 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 5995 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5996 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 5997 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 5998 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 5999 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 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 } }] |
| 6000 | 2026-09-09T00:56:02.019Z | Sep 09 00:56:01.059 DEBG failed to allocate space for the new target list |
| 6001 | 2026-09-09T00:56:02.020Z | Sep 09 00:56:01.059 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 } }] |
| 6002 | 2026-09-09T00:56:02.020Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-5750b041e52bfda1) |
| 6003 | 2026-09-09T00:56:02.020Z | |
| 6004 | 2026-09-09T00:56:02.020Z | running 0 tests |
| 6005 | 2026-09-09T00:56:02.020Z | |
| 6006 | 2026-09-09T00:56:02.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6007 | 2026-09-09T00:56:02.020Z | |
| 6008 | 2026-09-09T00:56:02.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 6009 | 2026-09-09T00:56:02.020Z | |
| 6010 | 2026-09-09T00:56:02.020Z | running 0 tests |
| 6011 | 2026-09-09T00:56:02.020Z | |
| 6012 | 2026-09-09T00:56:02.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6013 | 2026-09-09T00:56:02.020Z | |
| 6014 | 2026-09-09T00:56:02.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-ec0eafd1bf41e957) |
| 6015 | 2026-09-09T00:56:02.020Z | |
| 6016 | 2026-09-09T00:56:02.020Z | running 6 tests |
| 6017 | 2026-09-09T00:56:02.020Z | test tests::test_parse_client_port_id ... ok |
| 6018 | 2026-09-09T00:56:02.020Z | test tests::test_full_lot_id_neither_present ... ok |
| 6019 | 2026-09-09T00:56:02.020Z | test tests::test_full_lot_id_lot_only ... ok |
| 6020 | 2026-09-09T00:56:02.020Z | test tests::test_port_id_cmp ... ok |
| 6021 | 2026-09-09T00:56:02.020Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 6022 | 2026-09-09T00:56:02.020Z | test tests::test_full_lot_id_both_present ... ok |
| 6023 | 2026-09-09T00:56:02.020Z | |
| 6024 | 2026-09-09T00:56:02.020Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6025 | 2026-09-09T00:56:02.020Z | |
| 6026 | 2026-09-09T00:56:02.020Z | Running tests/test_all.rs (target/debug/deps/test_all-c6441cfd51e8f1de) |
| 6027 | 2026-09-09T00:56:02.020Z | |
| 6028 | 2026-09-09T00:56:02.020Z | running 0 tests |
| 6029 | 2026-09-09T00:56:02.020Z | |
| 6030 | 2026-09-09T00:56:02.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6031 | 2026-09-09T00:56:02.020Z | |
| 6032 | 2026-09-09T00:56:02.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 6033 | 2026-09-09T00:56:02.020Z | |
| 6034 | 2026-09-09T00:56:02.020Z | running 0 tests |
| 6035 | 2026-09-09T00:56:02.020Z | |
| 6036 | 2026-09-09T00:56:02.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6037 | 2026-09-09T00:56:02.020Z | |
| 6038 | 2026-09-09T00:56:02.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 6039 | 2026-09-09T00:56:02.024Z | |
| 6040 | 2026-09-09T00:56:02.024Z | running 15 tests |
| 6041 | 2026-09-09T00:56:02.024Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 6042 | 2026-09-09T00:56:02.024Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 6043 | 2026-09-09T00:56:02.024Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 6044 | 2026-09-09T00:56:02.024Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 6045 | 2026-09-09T00:56:02.024Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 6046 | 2026-09-09T00:56:02.024Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 6047 | 2026-09-09T00:56:02.024Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 6048 | 2026-09-09T00:56:02.024Z | test v1::network::tests::test_equal ... ok |
| 6049 | 2026-09-09T00:56:02.024Z | test v1::network::tests::test_eui64 ... ok |
| 6050 | 2026-09-09T00:56:02.024Z | test v1::network::tests::test_into ... ok |
| 6051 | 2026-09-09T00:56:02.024Z | test v1::network::tests::test_not_equal ... ok |
| 6052 | 2026-09-09T00:56:02.024Z | test v1::network::tests::test_to_string ... ok |
| 6053 | 2026-09-09T00:56:02.024Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 6054 | 2026-09-09T00:56:02.025Z | test v1::network::tests::test_parse ... ok |
| 6055 | 2026-09-09T00:56:02.025Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 6056 | 2026-09-09T00:56:02.025Z | |
| 6057 | 2026-09-09T00:56:02.025Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6058 | 2026-09-09T00:56:02.025Z | |
| 6059 | 2026-09-09T00:56:02.025Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 6060 | 2026-09-09T00:56:02.025Z | |
| 6061 | 2026-09-09T00:56:02.025Z | running 12 tests |
| 6062 | 2026-09-09T00:56:02.028Z | test icmp::test_v6_checksum ... ok |
| 6063 | 2026-09-09T00:56:02.028Z | test icmp::test_v4_checksum ... ok |
| 6064 | 2026-09-09T00:56:02.028Z | test lldp::test_lldp_parse ... ok |
| 6065 | 2026-09-09T00:56:02.028Z | test ipv6::test_ipv6_parse ... ok |
| 6066 | 2026-09-09T00:56:02.028Z | test pbuf::test_byte ... ok |
| 6067 | 2026-09-09T00:56:02.028Z | test pbuf::test_nibble ... ok |
| 6068 | 2026-09-09T00:56:02.028Z | test pbuf::test_short ... ok |
| 6069 | 2026-09-09T00:56:02.028Z | test pbuf::test_overflow ... ok |
| 6070 | 2026-09-09T00:56:02.028Z | test pbuf::test_twelve ... ok |
| 6071 | 2026-09-09T00:56:02.028Z | test pbuf::test_word ... ok |
| 6072 | 2026-09-09T00:56:02.028Z | test tcp::test_checksum_syn_nodata ... ok |
| 6073 | 2026-09-09T00:56:02.028Z | test tcp::test_checksum_ack_data ... ok |
| 6074 | 2026-09-09T00:56:02.028Z | |
| 6075 | 2026-09-09T00:56:02.028Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6076 | 2026-09-09T00:56:02.028Z | |
| 6077 | 2026-09-09T00:56:02.028Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 6078 | 2026-09-09T00:56:02.028Z | |
| 6079 | 2026-09-09T00:56:02.028Z | running 0 tests |
| 6080 | 2026-09-09T00:56:02.028Z | |
| 6081 | 2026-09-09T00:56:02.028Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6082 | 2026-09-09T00:56:02.028Z | |
| 6083 | 2026-09-09T00:56:02.028Z | Running unittests src/main.rs (target/debug/deps/swadm-b2a24f703eb7d5da) |
| 6084 | 2026-09-09T00:56:02.032Z | |
| 6085 | 2026-09-09T00:56:02.032Z | running 5 tests |
| 6086 | 2026-09-09T00:56:02.032Z | test switchport::test::test_compute_lanes ... ok |
| 6087 | 2026-09-09T00:56:02.032Z | test switchport::test::port_id_ordering ... ok |
| 6088 | 2026-09-09T00:56:02.037Z | Lane 0 Lane 1 Lane 2 Lane 0 Lane 3 |
| 6089 | 2026-09-09T00:56:02.037Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 6090 | 2026-09-09T00:56:02.037Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 6091 | 2026-09-09T00:56:02.037Z | Lane 1 Rx CDR Enabled: Yes YesLane 2 YesLane 3 Yes |
| 6092 | 2026-09-09T00:56:02.037Z | |
| 6093 | 2026-09-09T00:56:02.037Z | Tx Enabled: Yes State: Activated ActivatedYes ActivatedYes ActivatedYes |
| 6094 | 2026-09-09T00:56:02.037Z | |
| 6095 | 2026-09-09T00:56:02.037Z | Tx Loss-of-lock: No Rx Output Enabled: false No false Nofalse No |
| 6096 | 2026-09-09T00:56:02.037Z | false Tx Loss-of-signal: No |
| 6097 | 2026-09-09T00:56:02.037Z | Rx Output Status: valid No validNo validNo |
| 6098 | 2026-09-09T00:56:02.037Z | valid |
| 6099 | 2026-09-09T00:56:02.037Z | Tx CDR Enabled: No Rx Loss-of-lock: true Notrue Notrue No |
| 6100 | 2026-09-09T00:56:02.037Z | true |
| 6101 | 2026-09-09T00:56:02.037Z | Rx Loss-of-signal: false Tx Adaptive EQ Fault: No falseNo false Nofalse |
| 6102 | 2026-09-09T00:56:02.037Z | No |
| 6103 | 2026-09-09T00:56:02.037Z | Rx Auto-squelch Disable: true Tx Fault: Yes true Yes true Yestrue |
| 6104 | 2026-09-09T00:56:02.037Z | Yes |
| 6105 | 2026-09-09T00:56:02.037Z | Tx Output Enabled: true true true true |
| 6106 | 2026-09-09T00:56:02.037Z | Tx Output Status: invalid invalid invalid invalid |
| 6107 | 2026-09-09T00:56:02.037Z | Tx Loss-of-lock: false false false false |
| 6108 | 2026-09-09T00:56:02.037Z | Tx Loss-of-signal: true true true true |
| 6109 | 2026-09-09T00:56:02.037Z | Tx Auto-squelch Disable: false false false false |
| 6110 | 2026-09-09T00:56:02.037Z | Tx Adaptive EQ Fail: true true true true |
| 6111 | 2026-09-09T00:56:02.037Z | Tx Failure: false false false false |
| 6112 | 2026-09-09T00:56:02.037Z | Tx Force Squelch: true true true true |
| 6113 | 2026-09-09T00:56:02.037Z | Tx Input Polarity: normal normal normal normal |
| 6114 | 2026-09-09T00:56:02.037Z | test switchport::test::test_print_sff_datapath ... ok |
| 6115 | 2026-09-09T00:56:02.037Z | test switchport::test::test_print_cmis_datapath ... ok |
| 6116 | 2026-09-09T00:56:02.038Z | test link::test_filter ... ok |
| 6117 | 2026-09-09T00:56:02.038Z | |
| 6118 | 2026-09-09T00:56:02.038Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6119 | 2026-09-09T00:56:02.038Z | |
| 6120 | 2026-09-09T00:56:02.038Z | Running tests/cli/main.rs (target/debug/deps/cli-35f8289389b89620) |
| 6121 | 2026-09-09T00:56:02.042Z | |
| 6122 | 2026-09-09T00:56:02.042Z | running 7 tests |
| 6123 | 2026-09-09T00:56:02.042Z | test counters::counters_list ... ignored |
| 6124 | 2026-09-09T00:56:02.042Z | test link_apply::apply_tx_eq_all ... ignored |
| 6125 | 2026-09-09T00:56:02.042Z | test link_apply::apply_tx_eq_custom ... ignored |
| 6126 | 2026-09-09T00:56:02.042Z | test tx_eq::set_all_taps ... ignored |
| 6127 | 2026-09-09T00:56:02.042Z | test tx_eq::set_partial_taps ... ignored |
| 6128 | 2026-09-09T00:56:02.042Z | test cmd::test::pattern_statics ... ok |
| 6129 | 2026-09-09T00:56:02.046Z | test link_apply::tx_eq_exclusive ... ok |
| 6130 | 2026-09-09T00:56:02.046Z | |
| 6131 | 2026-09-09T00:56:02.049Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6132 | 2026-09-09T00:56:02.049Z | |
| 6133 | 2026-09-09T00:56:02.049Z | Running unittests src/main.rs (target/debug/deps/tfportd-0701c57c3d44d201) |
| 6134 | 2026-09-09T00:56:02.052Z | |
| 6135 | 2026-09-09T00:56:02.052Z | running 4 tests |
| 6136 | 2026-09-09T00:56:02.052Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 6137 | 2026-09-09T00:56:02.052Z | test linklocal::test_parse_ipadm ... ok |
| 6138 | 2026-09-09T00:56:02.052Z | test tfport::test_parse_tfport ... ok |
| 6139 | 2026-09-09T00:56:02.052Z | test config::tests::test_updates ... ok |
| 6140 | 2026-09-09T00:56:02.052Z | |
| 6141 | 2026-09-09T00:56:02.053Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6142 | 2026-09-09T00:56:02.053Z | |
| 6143 | 2026-09-09T00:56:02.056Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 6144 | 2026-09-09T00:56:02.056Z | |
| 6145 | 2026-09-09T00:56:02.056Z | running 0 tests |
| 6146 | 2026-09-09T00:56:02.056Z | |
| 6147 | 2026-09-09T00:56:02.056Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6148 | 2026-09-09T00:56:02.056Z | |
| 6149 | 2026-09-09T00:56:02.056Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 6150 | 2026-09-09T00:56:02.059Z | |
| 6151 | 2026-09-09T00:56:02.059Z | running 0 tests |
| 6152 | 2026-09-09T00:56:02.059Z | |
| 6153 | 2026-09-09T00:56:02.059Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6154 | 2026-09-09T00:56:02.059Z | |
| 6155 | 2026-09-09T00:56:02.059Z | Doc-tests aal |
| 6156 | 2026-09-09T00:56:02.267Z | |
| 6157 | 2026-09-09T00:56:02.267Z | running 0 tests |
| 6158 | 2026-09-09T00:56:02.267Z | |
| 6159 | 2026-09-09T00:56:02.267Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6160 | 2026-09-09T00:56:02.267Z | |
| 6161 | 2026-09-09T00:56:02.292Z | Doc-tests aal_macros |
| 6162 | 2026-09-09T00:56:02.359Z | |
| 6163 | 2026-09-09T00:56:02.359Z | running 0 tests |
| 6164 | 2026-09-09T00:56:02.359Z | |
| 6165 | 2026-09-09T00:56:02.359Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6166 | 2026-09-09T00:56:02.359Z | |
| 6167 | 2026-09-09T00:56:02.370Z | Doc-tests common |
| 6168 | 2026-09-09T00:56:02.601Z | |
| 6169 | 2026-09-09T00:56:02.601Z | running 0 tests |
| 6170 | 2026-09-09T00:56:02.601Z | |
| 6171 | 2026-09-09T00:56:02.601Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6172 | 2026-09-09T00:56:02.601Z | |
| 6173 | 2026-09-09T00:56:02.627Z | Doc-tests dpd_api |
| 6174 | 2026-09-09T00:56:03.335Z | |
| 6175 | 2026-09-09T00:56:03.335Z | running 2 tests |
| 6176 | 2026-09-09T00:56:03.336Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 69) ... ignored |
| 6177 | 2026-09-09T00:56:03.336Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 75) ... ignored |
| 6178 | 2026-09-09T00:56:03.336Z | |
| 6179 | 2026-09-09T00:56:03.336Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6180 | 2026-09-09T00:56:03.336Z | |
| 6181 | 2026-09-09T00:56:03.365Z | Doc-tests dpd_client |
| 6182 | 2026-09-09T00:56:04.745Z | |
| 6183 | 2026-09-09T00:56:04.745Z | running 0 tests |
| 6184 | 2026-09-09T00:56:04.745Z | |
| 6185 | 2026-09-09T00:56:04.745Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6186 | 2026-09-09T00:56:04.745Z | |
| 6187 | 2026-09-09T00:56:04.797Z | Doc-tests dpd_types |
| 6188 | 2026-09-09T00:56:04.980Z | |
| 6189 | 2026-09-09T00:56:04.980Z | running 0 tests |
| 6190 | 2026-09-09T00:56:04.980Z | |
| 6191 | 2026-09-09T00:56:04.980Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6192 | 2026-09-09T00:56:04.980Z | |
| 6193 | 2026-09-09T00:56:05.002Z | Doc-tests dpd_types_versions |
| 6194 | 2026-09-09T00:56:06.498Z | |
| 6195 | 2026-09-09T00:56:06.498Z | running 1 test |
| 6196 | 2026-09-09T00:56:06.498Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 6197 | 2026-09-09T00:56:06.498Z | |
| 6198 | 2026-09-09T00:56:06.498Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6199 | 2026-09-09T00:56:06.498Z | |
| 6200 | 2026-09-09T00:56:06.544Z | Doc-tests packet |
| 6201 | 2026-09-09T00:56:06.763Z | |
| 6202 | 2026-09-09T00:56:06.763Z | running 0 tests |
| 6203 | 2026-09-09T00:56:06.763Z | |
| 6204 | 2026-09-09T00:56:06.763Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6205 | 2026-09-09T00:56:06.763Z | |
| 6206 | 2026-09-09T00:56:06.788Z | Doc-tests pcap |
| 6207 | 2026-09-09T00:56:06.839Z | |
| 6208 | 2026-09-09T00:56:06.839Z | running 0 tests |
| 6209 | 2026-09-09T00:56:06.839Z | |
| 6210 | 2026-09-09T00:56:06.839Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6211 | 2026-09-09T00:56:06.839Z | |
| 6212 | 2026-09-09T00:56:06.888Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 6213 | 2026-09-09T00:56:06.888Z | + RUST_BACKTRACE=full |
| 6214 | 2026-09-09T00:56:06.888Z | + cargo test --features softnpu --no-fail-fast |
| 6215 | 2026-09-09T00:56:07.525Z | Compiling num-integer v0.1.46 |
| 6216 | 2026-09-09T00:56:07.611Z | Compiling num-complex v0.4.6 |
| 6217 | 2026-09-09T00:56:07.649Z | Compiling bitstruct_derive v0.1.0 |
| 6218 | 2026-09-09T00:56:07.652Z | Compiling tap v1.0.1 |
| 6219 | 2026-09-09T00:56:07.773Z | Compiling wyz v0.5.1 |
| 6220 | 2026-09-09T00:56:07.901Z | Compiling num-rational v0.4.2 |
| 6221 | 2026-09-09T00:56:07.933Z | Compiling num-iter v0.1.45 |
| 6222 | 2026-09-09T00:56:07.946Z | Compiling num-bigint v0.4.6 |
| 6223 | 2026-09-09T00:56:08.040Z | Compiling radium v0.7.0 |
| 6224 | 2026-09-09T00:56:08.081Z | Compiling funty v2.0.0 |
| 6225 | 2026-09-09T00:56:08.096Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 6226 | 2026-09-09T00:56:08.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6227 | 2026-09-09T00:56:08.241Z | Compiling num v0.4.3 |
| 6228 | 2026-09-09T00:56:08.324Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6229 | 2026-09-09T00:56:08.341Z | Compiling nvpair_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6230 | 2026-09-09T00:56:08.356Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6231 | 2026-09-09T00:56:08.412Z | Compiling bitvec v1.0.1 |
| 6232 | 2026-09-09T00:56:08.472Z | Compiling nvpair v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6233 | 2026-09-09T00:56:08.614Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6234 | 2026-09-09T00:56:08.655Z | Compiling typeid v1.0.3 |
| 6235 | 2026-09-09T00:56:08.737Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6236 | 2026-09-09T00:56:08.750Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6237 | 2026-09-09T00:56:08.774Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6238 | 2026-09-09T00:56:09.086Z | Compiling ascii v1.1.0 |
| 6239 | 2026-09-09T00:56:09.498Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6240 | 2026-09-09T00:56:09.556Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6241 | 2026-09-09T00:56:09.626Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6242 | 2026-09-09T00:56:09.678Z | Compiling erased-serde v0.4.8 |
| 6243 | 2026-09-09T00:56:09.828Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#555fa6e1) |
| 6244 | 2026-09-09T00:56:10.021Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6245 | 2026-09-09T00:56:10.058Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#c1343544) |
| 6246 | 2026-09-09T00:56:10.070Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#113f170a) |
| 6247 | 2026-09-09T00:56:10.167Z | Compiling bitstruct v0.1.1 |
| 6248 | 2026-09-09T00:56:10.486Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#7e015d16) |
| 6249 | 2026-09-09T00:56:10.642Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6250 | 2026-09-09T00:56:10.677Z | Compiling serde_arrays v0.1.0 |
| 6251 | 2026-09-09T00:56:10.766Z | Compiling libloading v0.7.4 |
| 6252 | 2026-09-09T00:56:10.862Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#7e015d16) |
| 6253 | 2026-09-09T00:56:11.189Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6254 | 2026-09-09T00:56:11.505Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#827e6615) |
| 6255 | 2026-09-09T00:56:11.744Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6256 | 2026-09-09T00:56:12.889Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6257 | 2026-09-09T00:56:13.469Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 6258 | 2026-09-09T00:56:19.395Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6259 | 2026-09-09T00:56:19.617Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 6260 | 2026-09-09T00:56:19.680Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6261 | 2026-09-09T00:56:19.707Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6262 | 2026-09-09T00:56:19.849Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6263 | 2026-09-09T00:56:21.782Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 6264 | 2026-09-09T00:56:21.889Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 6265 | 2026-09-09T00:56:22.197Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6266 | 2026-09-09T00:56:28.185Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6267 | 2026-09-09T00:56:28.421Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#4c9df170) |
| 6268 | 2026-09-09T00:56:36.135Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6269 | 2026-09-09T00:56:38.598Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#8e30605f) |
| 6270 | 2026-09-09T00:56:42.117Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 6271 | 2026-09-09T00:57:21.009Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 6272 | 2026-09-09T00:57:21.126Z | Running unittests src/lib.rs (target/debug/deps/aal-fca1c72dfc47a54a) |
| 6273 | 2026-09-09T00:57:21.133Z | |
| 6274 | 2026-09-09T00:57:21.133Z | running 0 tests |
| 6275 | 2026-09-09T00:57:21.133Z | |
| 6276 | 2026-09-09T00:57:21.137Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6277 | 2026-09-09T00:57:21.137Z | |
| 6278 | 2026-09-09T00:57:21.137Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 6279 | 2026-09-09T00:57:21.140Z | |
| 6280 | 2026-09-09T00:57:21.140Z | running 0 tests |
| 6281 | 2026-09-09T00:57:21.141Z | |
| 6282 | 2026-09-09T00:57:21.141Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6283 | 2026-09-09T00:57:21.141Z | |
| 6284 | 2026-09-09T00:57:21.141Z | Running unittests src/lib.rs (target/debug/deps/asic-044e9430fd7fc305) |
| 6285 | 2026-09-09T00:57:21.160Z | |
| 6286 | 2026-09-09T00:57:21.160Z | running 0 tests |
| 6287 | 2026-09-09T00:57:21.160Z | |
| 6288 | 2026-09-09T00:57:21.160Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 6289 | 2026-09-09T00:57:21.160Z | |
| 6290 | 2026-09-09T00:57:21.160Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 6291 | 2026-09-09T00:57:21.183Z | |
| 6292 | 2026-09-09T00:57:21.183Z | running 4 tests |
| 6293 | 2026-09-09T00:57:21.183Z | test nat::tests::test_vni ... ok |
| 6294 | 2026-09-09T00:57:21.183Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 6295 | 2026-09-09T00:57:21.183Z | test test_purge ... ok |
| 6296 | 2026-09-09T00:57:21.183Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 6297 | 2026-09-09T00:57:21.183Z | |
| 6298 | 2026-09-09T00:57:21.183Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 6299 | 2026-09-09T00:57:21.183Z | |
| 6300 | 2026-09-09T00:57:21.183Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 6301 | 2026-09-09T00:57:21.204Z | |
| 6302 | 2026-09-09T00:57:21.204Z | running 1 test |
| 6303 | 2026-09-09T00:57:21.217Z | ------- |
| 6304 | 2026-09-09T00:57:21.217Z | Generating OpenAPI documents from API definitions ... |
| 6305 | 2026-09-09T00:57:21.400Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 6306 | 2026-09-09T00:57:21.477Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 6307 | 2026-09-09T00:57:22.534Z | ------- |
| 6308 | 2026-09-09T00:57:22.534Z | Checking 14 OpenAPI documents... |
| 6309 | 2026-09-09T00:57:22.534Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6310 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6311 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6312 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6313 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6314 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6315 | 2026-09-09T00:57:22.539Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6316 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6317 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6318 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6319 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6320 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6321 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 6322 | 2026-09-09T00:57:22.540Z | Fresh dpd (versioned v14.0.0 (added locally)): Oxide Switch Dataplane Controller |
| 6323 | 2026-09-09T00:57:22.540Z | Fresh dpd "latest" symlink |
| 6324 | 2026-09-09T00:57:22.540Z | ------- |
| 6325 | 2026-09-09T00:57:22.540Z | Success 14 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems |
| 6326 | 2026-09-09T00:57:22.615Z | test test::test_apis_up_to_date ... ok |
| 6327 | 2026-09-09T00:57:22.615Z | |
| 6328 | 2026-09-09T00:57:22.615Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.41s |
| 6329 | 2026-09-09T00:57:22.615Z | |
| 6330 | 2026-09-09T00:57:22.678Z | Running unittests src/main.rs (target/debug/deps/dpd-1c13ae62cfef6605) |
| 6331 | 2026-09-09T00:57:22.684Z | |
| 6332 | 2026-09-09T00:57:22.684Z | running 34 tests |
| 6333 | 2026-09-09T00:57:22.687Z | test freemap::test_ordering ... ok |
| 6334 | 2026-09-09T00:57:22.687Z | test config::tests::test_updates ... ok |
| 6335 | 2026-09-09T00:57:22.687Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 6336 | 2026-09-09T00:57:22.687Z | test freemap::test_split ... ok |
| 6337 | 2026-09-09T00:57:22.687Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 6338 | 2026-09-09T00:57:22.687Z | test macaddrs::tests::test_mac_offset ... ok |
| 6339 | 2026-09-09T00:57:22.687Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 6340 | 2026-09-09T00:57:22.687Z | test macaddrs::tests::test_parse_port_id ... ok |
| 6341 | 2026-09-09T00:57:22.691Z | Sep 09 00:57:21.762 DEBG created new freemap, unit: freemap_test |
| 6342 | 2026-09-09T00:57:22.691Z | Sep 09 00:57:21.762 DEBG created new freemap, unit: freemap_test |
| 6343 | 2026-09-09T00:57:22.691Z | Sep 09 00:57:21.762 DEBG initted freemap. size: 128, unit: freemap_test |
| 6344 | 2026-09-09T00:57:22.691Z | Sep 09 00:57:21.762Sep 09 00:57:21.762 DEBGDEBG initted freemap. size: 128reset freemap, , unitunit:: freemap_testfreemap_test |
| 6345 | 2026-09-09T00:57:22.692Z | |
| 6346 | 2026-09-09T00:57:22.692Z | test nat::test_mapping ... ok |
| 6347 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.762 DEBG reset freemap, unit: freemap_test |
| 6348 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.762 DEBG created new freemap, unit: freemap_test |
| 6349 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 6350 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG reset freemap, unit: freemap_test |
| 6351 | 2026-09-09T00:57:22.692Z | test freemap::test_exhaustion ... ok |
| 6352 | 2026-09-09T00:57:22.692Z | test freemap::test_free ... ok |
| 6353 | 2026-09-09T00:57:22.692Z | test freemap::test_reclaim ... ok |
| 6354 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG created new freemap, unit: freemap_test |
| 6355 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 6356 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG reset freemap, unit: freemap_test |
| 6357 | 2026-09-09T00:57:22.692Z | test port_map::tests::test_backplane_group ... ok |
| 6358 | 2026-09-09T00:57:22.692Z | test freemap::test_basic ... ok |
| 6359 | 2026-09-09T00:57:22.692Z | test port_map::tests::test_port_map ... ok |
| 6360 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG created new freemap, unit: freemap_test |
| 6361 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG initted freemap. size: 8, unit: freemap_test |
| 6362 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG reset freemap, unit: freemap_test |
| 6363 | 2026-09-09T00:57:22.692Z | test port_map::tests::dump_map ... ok |
| 6364 | 2026-09-09T00:57:22.692Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 6365 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG created new freemap, unit: freemap_test |
| 6366 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.763 DEBG initted freemap. size: 128, unit: freemap_test |
| 6367 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.764 DEBG reset freemap, unit: freemap_test |
| 6368 | 2026-09-09T00:57:22.692Z | Sep 09 00:57:21.764 DEBG created new freemap, unit: freemap_route_ipv4Sep 09 00:57:21.764 |
| 6369 | 2026-09-09T00:57:22.692Z | DEBG created new freemap, unitSep 09 00:57:21.764: DEBGfreemap_route_ipv4 |
| 6370 | 2026-09-09T00:57:22.692Z | created new freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv6DEBG |
| 6371 | 2026-09-09T00:57:22.692Z | created new freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv6DEBG |
| 6372 | 2026-09-09T00:57:22.692Z | initted freemap. size: 64, unit:Sep 09 00:57:21.764 freemap_route_ipv4DEBG |
| 6373 | 2026-09-09T00:57:22.692Z | initted freemap. size: 64, unit:Sep 09 00:57:21.764 freemap_route_ipv4DEBG |
| 6374 | 2026-09-09T00:57:22.692Z | reset freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv4DEBG |
| 6375 | 2026-09-09T00:57:22.693Z | reset freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv4DEBG |
| 6376 | 2026-09-09T00:57:22.693Z | initted freemap. size: 64, unit:Sep 09 00:57:21.764 freemap_route_ipv6DEBG |
| 6377 | 2026-09-09T00:57:22.693Z | initted freemap. size: 64, unitSep 09 00:57:21.764: DEBGfreemap_route_ipv6 |
| 6378 | 2026-09-09T00:57:22.693Z | reset freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv6DEBG |
| 6379 | 2026-09-09T00:57:22.693Z | reset freemap, unit:Sep 09 00:57:21.764 freemap_route_ipv6INFO |
| 6380 | 2026-09-09T00:57:22.693Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6381 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFOSep 09 00:57:21.764 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 6382 | 2026-09-09T00:57:22.693Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6383 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 DEBG Sep 09 00:57:21.764replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6384 | 2026-09-09T00:57:22.693Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6385 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO Sep 09 00:57:21.764adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6386 | 2026-09-09T00:57:22.693Z | 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 } }]Sep 09 00:57:21.764 |
| 6387 | 2026-09-09T00:57:22.693Z | 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 } }] |
| 6388 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 09 00:57:21.764 |
| 6389 | 2026-09-09T00:57:22.693Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6390 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 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 } }]Sep 09 00:57:21.764 |
| 6391 | 2026-09-09T00:57:22.693Z | 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 } }] |
| 6392 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 09 00:57:21.764 |
| 6393 | 2026-09-09T00:57:22.693Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6394 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6395 | 2026-09-09T00:57:22.693Z | 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 } }] |
| 6396 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764INFO INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6397 | 2026-09-09T00:57:22.693Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6398 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGDEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6399 | 2026-09-09T00:57:22.693Z | |
| 6400 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6401 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 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 } }] |
| 6402 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6403 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGINFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6404 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 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 } }] |
| 6405 | 2026-09-09T00:57:22.693Z | test api_server::tests::test_build_info ... ok |
| 6406 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 6407 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764replacing 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 } }] |
| 6408 | 2026-09-09T00:57:22.693Z | DEBG Sep 09 00:57:21.764Sep 09 00:57:21.764replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFODEBG adding route 3fff:beef:6::/64 -> 2001:db8::55:ffcreated new freemap |
| 6409 | 2026-09-09T00:57:22.693Z | |
| 6410 | 2026-09-09T00:57:22.693Z | , unit:Sep 09 00:57:21.764 Sep 09 00:57:21.764freemap_route_ipv4 INFO |
| 6411 | 2026-09-09T00:57:22.693Z | DEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 6412 | 2026-09-09T00:57:22.693Z | 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 } }] |
| 6413 | 2026-09-09T00:57:22.693Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGDEBGINFO created new freemap , adding route 3fff:beef:7::/64 -> 2001:db8::55:ffunitreplacing 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 } }] |
| 6414 | 2026-09-09T00:57:22.694Z | |
| 6415 | 2026-09-09T00:57:22.694Z | : freemap_route_ipv6 |
| 6416 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 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 } }]Sep 09 00:57:21.764 |
| 6417 | 2026-09-09T00:57:22.694Z | DEBGadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6418 | 2026-09-09T00:57:22.694Z | initted freemap. size: 64Sep 09 00:57:21.764, unitINFO: adding route 3fff:beef:8::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 6419 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764 |
| 6420 | 2026-09-09T00:57:22.694Z | 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 } }]Sep 09 00:57:21.764 |
| 6421 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764DEBG 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 } }] Sep 09 00:57:21.764 |
| 6422 | 2026-09-09T00:57:22.694Z | reset freemap , INFOunit Sep 09 00:57:21.764adding route 3fff:beef:7::/64 -> 2001:db8::55:ff: |
| 6423 | 2026-09-09T00:57:22.694Z | INFOfreemap_route_ipv4 |
| 6424 | 2026-09-09T00:57:22.694Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6425 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764DEBGSep 09 00:57:21.764 DEBGDEBGreplacing 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 } }] |
| 6426 | 2026-09-09T00:57:22.694Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]initted freemap. size: 64 |
| 6427 | 2026-09-09T00:57:22.694Z | , unit: freemap_route_ipv6Sep 09 00:57:21.764 |
| 6428 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764 INFOINFO Sep 09 00:57:21.764adding route 3fff:beef:8::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6429 | 2026-09-09T00:57:22.694Z | DEBG |
| 6430 | 2026-09-09T00:57:22.694Z | reset freemap, unitSep 09 00:57:21.764Sep 09 00:57:21.764: DEBGDEBGfreemap_route_ipv6 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: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 } }] |
| 6431 | 2026-09-09T00:57:22.694Z | |
| 6432 | 2026-09-09T00:57:22.694Z | |
| 6433 | 2026-09-09T00:57:22.694Z | test freemap::test_span ... ok |
| 6434 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 INFOSep 09 00:57:21.764INFO INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6435 | 2026-09-09T00:57:22.694Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6436 | 2026-09-09T00:57:22.694Z | |
| 6437 | 2026-09-09T00:57:22.694Z | Sep 09 00:57:21.764 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 } }]Sep 09 00:57:21.764 |
| 6438 | 2026-09-09T00:57:22.694Z | DEBGSep 09 00:57:21.764 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 } }]DEBGSep 09 00:57:21.764 |
| 6439 | 2026-09-09T00:57:22.694Z | test port_map::tests::parse_softnpu_revision ... ok |
| 6440 | 2026-09-09T00:57:22.694Z | 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 } }] |
| 6441 | 2026-09-09T00:57:22.698Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6442 | 2026-09-09T00:57:22.698Z | Sep 09 00:57:21.764 INFOSep 09 00:57:21.764Sep 09 00:57:21.764 INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2replacing 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 } }] |
| 6443 | 2026-09-09T00:57:22.699Z | |
| 6444 | 2026-09-09T00:57:22.699Z | |
| 6445 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764DEBGSep 09 00:57:21.764 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6446 | 2026-09-09T00:57:22.699Z | 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 } }] |
| 6447 | 2026-09-09T00:57:22.699Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6448 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFO DEBGadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6449 | 2026-09-09T00:57:22.699Z | 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 } }] |
| 6450 | 2026-09-09T00:57:22.699Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 6451 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764DEBGSep 09 00:57:21.764 INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 6452 | 2026-09-09T00:57:22.699Z | adding route 3fff:beef:e::/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 } }] |
| 6453 | 2026-09-09T00:57:22.699Z | |
| 6454 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764INFO Sep 09 00:57:21.764 INFOadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6455 | 2026-09-09T00:57:22.699Z | DEBGadding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 6456 | 2026-09-09T00:57:22.699Z | 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 } }] |
| 6457 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 Sep 09 00:57:21.764DEBG 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 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6458 | 2026-09-09T00:57:22.699Z | DEBG |
| 6459 | 2026-09-09T00:57:22.699Z | 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 } }]Sep 09 00:57:21.764 |
| 6460 | 2026-09-09T00:57:22.699Z | INFOSep 09 00:57:21.764 adding route 3fff:beef::/64 -> 2001:db8::55:ffSep 09 00:57:21.764 |
| 6461 | 2026-09-09T00:57:22.699Z | DEBG INFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 6462 | 2026-09-09T00:57:22.699Z | |
| 6463 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFODEBG 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 } }] |
| 6464 | 2026-09-09T00:57:22.699Z | adding route 3fff:beef:10::/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 } }] |
| 6465 | 2026-09-09T00:57:22.699Z | |
| 6466 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFOINFO DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6467 | 2026-09-09T00:57:22.699Z | 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:e::/64 -> 2001:db8::55:ff |
| 6468 | 2026-09-09T00:57:22.699Z | |
| 6469 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764 DEBG Sep 09 00:57:21.764replacing 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 } }]Sep 09 00:57:21.764 |
| 6470 | 2026-09-09T00:57:22.699Z | INFO DEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6471 | 2026-09-09T00:57:22.699Z | 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 } }] |
| 6472 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 INFOSep 09 00:57:21.764 adding route 3fff:beef:2::/64 -> 2001:db8::55:ffDEBG |
| 6473 | 2026-09-09T00:57:22.699Z | INFO replacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 6474 | 2026-09-09T00:57:22.699Z | |
| 6475 | 2026-09-09T00:57:22.699Z | Sep 09 00:57:21.764 Sep 09 00:57:21.764Sep 09 00:57:21.764DEBG DEBG 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 } }] |
| 6476 | 2026-09-09T00:57:22.699Z | 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:12::/64 -> 2001:db8::55:ff |
| 6477 | 2026-09-09T00:57:22.699Z | |
| 6478 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 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:3::/64 -> 2001:db8::55:ff |
| 6479 | 2026-09-09T00:57:22.700Z | |
| 6480 | 2026-09-09T00:57:22.700Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6481 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFODEBG 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 } }]adding route 3fff:beef:13::/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 } }] |
| 6482 | 2026-09-09T00:57:22.700Z | |
| 6483 | 2026-09-09T00:57:22.700Z | |
| 6484 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 Sep 09 00:57:21.764INFO INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 6485 | 2026-09-09T00:57:22.700Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ffDEBG |
| 6486 | 2026-09-09T00:57:22.700Z | 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 } }] |
| 6487 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBG 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 } }]Sep 09 00:57:21.764 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 |
| 6488 | 2026-09-09T00:57:22.700Z | |
| 6489 | 2026-09-09T00:57:22.700Z | adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 6490 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFOINFODEBG adding route 3fff:beef:12::/64 -> 2001:db8::55:ff adding route 3fff:beef:5::/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 } }] |
| 6491 | 2026-09-09T00:57:22.700Z | |
| 6492 | 2026-09-09T00:57:22.700Z | |
| 6493 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGINFODEBG 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: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 } }] |
| 6494 | 2026-09-09T00:57:22.700Z | |
| 6495 | 2026-09-09T00:57:22.700Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 6496 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFO DEBGINFOadding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 6497 | 2026-09-09T00:57:22.700Z | adding route 3fff:beef:6::/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 } }] |
| 6498 | 2026-09-09T00:57:22.700Z | |
| 6499 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGDEBGINFO adding route 3fff:beef:16::/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 } }] |
| 6500 | 2026-09-09T00:57:22.700Z | 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 } }] |
| 6501 | 2026-09-09T00:57:22.700Z | |
| 6502 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 Sep 09 00:57:21.764INFO INFOadding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 6503 | 2026-09-09T00:57:22.700Z | 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:14::/64 -> 2001:db8::55:ff |
| 6504 | 2026-09-09T00:57:22.700Z | |
| 6505 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764 DEBGSep 09 00:57:21.764Sep 09 00:57:21.764 INFODEBG 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:17::/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 } }] |
| 6506 | 2026-09-09T00:57:22.700Z | |
| 6507 | 2026-09-09T00:57:22.700Z | |
| 6508 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764Sep 09 00:57:21.764 INFOINFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ffadding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 6509 | 2026-09-09T00:57:22.700Z | DEBG |
| 6510 | 2026-09-09T00:57:22.700Z | 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 } }] |
| 6511 | 2026-09-09T00:57:22.700Z | Sep 09 00:57:21.764Sep 09 00:57:21.764 DEBGDEBG Sep 09 00:57:21.764replacing 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: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 } }] |
| 6512 | 2026-09-09T00:57:22.701Z | |
| 6513 | 2026-09-09T00:57:22.701Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 6514 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 INFOINFO DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6515 | 2026-09-09T00:57:22.701Z | |
| 6516 | 2026-09-09T00:57:22.701Z | 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 } }] |
| 6517 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 DEBG INFODEBG adding route 3fff:beef:19::/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 } }]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 } }] |
| 6518 | 2026-09-09T00:57:22.701Z | |
| 6519 | 2026-09-09T00:57:22.701Z | |
| 6520 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 INFODEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6521 | 2026-09-09T00:57:22.701Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffadding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 6522 | 2026-09-09T00:57:22.701Z | |
| 6523 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 DEBG 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:1a::/64 -> 2001:db8::55:ff |
| 6524 | 2026-09-09T00:57:22.701Z | |
| 6525 | 2026-09-09T00:57:22.701Z | 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 } }] |
| 6526 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 INFO DEBG INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffDEBG |
| 6527 | 2026-09-09T00:57:22.701Z | created new freemapreplacing 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:b::/64 -> 2001:db8::55:ff, |
| 6528 | 2026-09-09T00:57:22.701Z | |
| 6529 | 2026-09-09T00:57:22.701Z | unitSep 09 00:57:21.765: Sep 09 00:57:21.765Sep 09 00:57:21.765DEBGfreemap_route_ipv4 |
| 6530 | 2026-09-09T00:57:22.701Z | 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 |
| 6531 | 2026-09-09T00:57:22.701Z | 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 |
| 6532 | 2026-09-09T00:57:22.701Z | adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffSep 09 00:57:21.765Sep 09 00:57:21.765 |
| 6533 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765 INFODEBG Sep 09 00:57:21.765 INFO created new freemap adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ff, |
| 6534 | 2026-09-09T00:57:22.701Z | |
| 6535 | 2026-09-09T00:57:22.701Z | unitreplacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Sep 09 00:57:21.765 Sep 09 00:57:21.765 |
| 6536 | 2026-09-09T00:57:22.701Z | DEBGDEBGfreemap_route_ipv6 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 } }]Sep 09 00:57:21.765 |
| 6537 | 2026-09-09T00:57:22.701Z | |
| 6538 | 2026-09-09T00:57:22.701Z | 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 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6539 | 2026-09-09T00:57:22.701Z | |
| 6540 | 2026-09-09T00:57:22.701Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffDEBGSep 09 00:57:21.765Sep 09 00:57:21.765 |
| 6541 | 2026-09-09T00:57:22.707Z | INFO DEBG adding route 3fff:beef:1a::/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 } }]initted freemap. size: 64 |
| 6542 | 2026-09-09T00:57:22.707Z | |
| 6543 | 2026-09-09T00:57:22.707Z | , unitSep 09 00:57:21.765Sep 09 00:57:21.765: DEBGSep 09 00:57:21.765 freemap_route_ipv4DEBG |
| 6544 | 2026-09-09T00:57:22.707Z | INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6545 | 2026-09-09T00:57:22.707Z | adding route 3fff:beef:1d::/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 } }] |
| 6546 | 2026-09-09T00:57:22.707Z | |
| 6547 | 2026-09-09T00:57:22.707Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765DEBG Sep 09 00:57:21.765 Sep 09 00:57:21.765 INFOreset freemap INFO, adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffunit DEBGadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 6548 | 2026-09-09T00:57:22.707Z | |
| 6549 | 2026-09-09T00:57:22.707Z | :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 } }] |
| 6550 | 2026-09-09T00:57:22.707Z | freemap_route_ipv4Sep 09 00:57:21.765 |
| 6551 | 2026-09-09T00:57:22.707Z | 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 } }]Sep 09 00:57:21.765 |
| 6552 | 2026-09-09T00:57:22.707Z | Sep 09 00:57:21.765 INFO Sep 09 00:57:21.765DEBG Sep 09 00:57:21.765DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff INFO |
| 6553 | 2026-09-09T00:57:22.707Z | initted freemap. size: 64replacing 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 } }], unitadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6554 | 2026-09-09T00:57:22.707Z | |
| 6555 | 2026-09-09T00:57:22.707Z | Sep 09 00:57:21.765: DEBGSep 09 00:57:21.765Sep 09 00:57:21.765freemap_route_ipv6 |
| 6556 | 2026-09-09T00:57:22.707Z | 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 } }] Sep 09 00:57:21.765 |
| 6557 | 2026-09-09T00:57:22.707Z | INFO DEBGadding route 3fff:beef:f::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]reset freemap |
| 6558 | 2026-09-09T00:57:22.707Z | |
| 6559 | 2026-09-09T00:57:22.707Z | Sep 09 00:57:21.765, unitSep 09 00:57:21.765Sep 09 00:57:21.765 :INFOINFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6560 | 2026-09-09T00:57:22.707Z | freemap_route_ipv6 |
| 6561 | 2026-09-09T00:57:22.707Z | 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 } }] |
| 6562 | 2026-09-09T00:57:22.707Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 6563 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765 DEBGSep 09 00:57:21.765 Sep 09 00:57:21.765 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 } }] |
| 6564 | 2026-09-09T00:57:22.708Z | DEBGSep 09 00:57:21.765 INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6565 | 2026-09-09T00:57:22.708Z | |
| 6566 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6567 | 2026-09-09T00:57:22.708Z | INFO Sep 09 00:57:21.765adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6568 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765Sep 09 00:57:21.765INFO DEBGSep 09 00:57:21.765 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 6569 | 2026-09-09T00:57:22.708Z | adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffDEBG |
| 6570 | 2026-09-09T00:57:22.708Z | 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 } }] |
| 6571 | 2026-09-09T00:57:22.708Z | |
| 6572 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765INFOSep 09 00:57:21.765 DEBG INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 3fff:beef:11::/64 -> 2001:db8::55:ffSep 09 00:57:21.765adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6573 | 2026-09-09T00:57:22.708Z | |
| 6574 | 2026-09-09T00:57:22.708Z | 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 } }] |
| 6575 | 2026-09-09T00:57:22.708Z | |
| 6576 | 2026-09-09T00:57:22.708Z | created new freemap, unitSep 09 00:57:21.765Sep 09 00:57:21.765 :DEBGSep 09 00:57:21.765Sep 09 00:57:21.765 DEBGfreemap_route_ipv4INFO 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 |
| 6577 | 2026-09-09T00:57:22.708Z | |
| 6578 | 2026-09-09T00:57:22.708Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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 } }] |
| 6579 | 2026-09-09T00:57:22.708Z | 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 } }] |
| 6580 | 2026-09-09T00:57:22.708Z | |
| 6581 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765Sep 09 00:57:21.765INFO Sep 09 00:57:21.765 DEBGINFOadding route 3fff:beef:22::/64 -> 2001:db8::55:ff Sep 09 00:57:21.765adding route 3fff:dead::/64 -> 2001:db8::55:1INFO |
| 6582 | 2026-09-09T00:57:22.708Z | DEBGcreated new freemap |
| 6583 | 2026-09-09T00:57:22.708Z | , 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 |
| 6584 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765: adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 09 00:57:21.765freemap_route_ipv6 |
| 6585 | 2026-09-09T00:57:22.708Z | DEBG DEBG |
| 6586 | 2026-09-09T00:57:22.708Z | 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: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 } }] |
| 6587 | 2026-09-09T00:57:22.708Z | |
| 6588 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765INFO DEBGSep 09 00:57:21.765DEBGINFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffadding route 3fff:beef:23::/64 -> 2001:db8::55:ff INFO |
| 6589 | 2026-09-09T00:57:22.708Z | |
| 6590 | 2026-09-09T00:57:22.708Z | 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 } }]initted freemap. size: 64 |
| 6591 | 2026-09-09T00:57:22.708Z | , adding route 3fff:dead::/64 -> 2001:db8::55:2unit |
| 6592 | 2026-09-09T00:57:22.708Z | :Sep 09 00:57:21.765 Sep 09 00:57:21.765freemap_route_ipv4 |
| 6593 | 2026-09-09T00:57:22.708Z | DEBG Sep 09 00:57:21.765 DEBGSep 09 00:57:21.765 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: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 |
| 6594 | 2026-09-09T00:57:22.708Z | Sep 09 00:57:21.765DEBG |
| 6595 | 2026-09-09T00:57:22.708Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffDEBG |
| 6596 | 2026-09-09T00:57:22.708Z | 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 } }]Sep 09 00:57:21.765 |
| 6597 | 2026-09-09T00:57:22.708Z | reset freemapSep 09 00:57:21.765Sep 09 00:57:21.765 DEBGSep 09 00:57:21.765 , INFOunitINFO 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 |
| 6598 | 2026-09-09T00:57:22.708Z | INFO |
| 6599 | 2026-09-09T00:57:22.709Z | freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6600 | 2026-09-09T00:57:22.709Z | |
| 6601 | 2026-09-09T00:57:22.709Z | |
| 6602 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765INFOSep 09 00:57:21.765 Sep 09 00:57:21.765DEBGSep 09 00:57:21.765DEBG 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 } }]initted freemap. size: 64 |
| 6603 | 2026-09-09T00:57:22.709Z | , adding route 3fff:beef:14::/64 -> 2001:db8::55:ff DEBG |
| 6604 | 2026-09-09T00:57:22.709Z | unit :replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:57:21.765 freemap_route_ipv6 |
| 6605 | 2026-09-09T00:57:22.709Z | INFOreplacing targets for 3fff:beef:21::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6606 | 2026-09-09T00:57:22.709Z | |
| 6607 | 2026-09-09T00:57:22.709Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffSep 09 00:57:21.765 |
| 6608 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765DEBG INFOSep 09 00:57:21.765Sep 09 00:57:21.765Sep 09 00:57:21.765 DEBGDEBGreplacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6609 | 2026-09-09T00:57:22.709Z | 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 } }] |
| 6610 | 2026-09-09T00:57:22.709Z | reset freemap adding route 3fff:beef:1::/64 -> 2001:db8::55:ff, |
| 6611 | 2026-09-09T00:57:22.709Z | INFO unitadding route 3fff:beef:22::/64 -> 2001:db8::55:ff: |
| 6612 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765 freemap_route_ipv6INFOSep 09 00:57:21.765 Sep 09 00:57:21.765 adding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 6613 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765 |
| 6614 | 2026-09-09T00:57:22.709Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6615 | 2026-09-09T00:57:22.709Z | 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 } }] |
| 6616 | 2026-09-09T00:57:22.709Z | 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 } }] |
| 6617 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765DEBG DEBGSep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6618 | 2026-09-09T00:57:22.709Z | |
| 6619 | 2026-09-09T00:57:22.709Z | INFOINFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff INFOadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Sep 09 00:57:21.765 |
| 6620 | 2026-09-09T00:57:22.709Z | adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:57:21.765 INFO |
| 6621 | 2026-09-09T00:57:22.709Z | |
| 6622 | 2026-09-09T00:57:22.709Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 09 00:57:21.765 |
| 6623 | 2026-09-09T00:57:22.709Z | INFO Sep 09 00:57:21.765adding route 3fff:beef:27::/64 -> 2001:db8::55:ff DEBG |
| 6624 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765DEBG Sep 09 00:57:21.765 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 } }]Sep 09 00:57:21.765 |
| 6625 | 2026-09-09T00:57:22.709Z | replacing targets for 3fff:beef:16::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 6626 | 2026-09-09T00:57:22.709Z | DEBG |
| 6627 | 2026-09-09T00:57:22.709Z | 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:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6628 | 2026-09-09T00:57:22.709Z | |
| 6629 | 2026-09-09T00:57:22.709Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765INFOSep 09 00:57:21.765 Sep 09 00:57:21.765Sep 09 00:57:21.765INFO INFO adding route 3fff:beef:24::/64 -> 2001:db8::55:ffadding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFO |
| 6630 | 2026-09-09T00:57:22.710Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 6631 | 2026-09-09T00:57:22.710Z | DEBG |
| 6632 | 2026-09-09T00:57:22.710Z | Sep 09 00:57:21.765 adding route 3fff:beef:28::/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 } }]Sep 09 00:57:21.765DEBG |
| 6633 | 2026-09-09T00:57:22.710Z | |
| 6634 | 2026-09-09T00:57:22.710Z | DEBG Sep 09 00:57:21.765replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6635 | 2026-09-09T00:57:22.710Z | |
| 6636 | 2026-09-09T00:57:22.710Z | Sep 09 00:57:21.765 DEBGDEBG Sep 09 00:57:21.765replacing 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 } }] Sep 09 00:57:21.765 |
| 6637 | 2026-09-09T00:57:22.710Z | 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 } }]INFOINFO |
| 6638 | 2026-09-09T00:57:22.710Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6639 | 2026-09-09T00:57:22.710Z | |
| 6640 | 2026-09-09T00:57:22.710Z | Sep 09 00:57:21.765Sep 09 00:57:21.765 INFOSep 09 00:57:21.765Sep 09 00:57:21.765INFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ff adding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBG |
| 6641 | 2026-09-09T00:57:22.714Z | 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 } }] |
| 6642 | 2026-09-09T00:57:22.714Z | |
| 6643 | 2026-09-09T00:57:22.714Z | 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 } }] |
| 6644 | 2026-09-09T00:57:22.714Z | Sep 09 00:57:21.765 DEBGSep 09 00:57:21.765 Sep 09 00:57:21.765Sep 09 00:57:21.765 INFOreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG 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 |
| 6645 | 2026-09-09T00:57:22.714Z | |
| 6646 | 2026-09-09T00:57:22.714Z | INFO |
| 6647 | 2026-09-09T00:57:22.714Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 6648 | 2026-09-09T00:57:22.714Z | Sep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765DEBG Sep 09 00:57:21.765 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 } }]INFO |
| 6649 | 2026-09-09T00:57:22.714Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBGadding route 3fff:beef:5::/64 -> 2001:db8::55:ff 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 } }] |
| 6650 | 2026-09-09T00:57:22.714Z | |
| 6651 | 2026-09-09T00:57:22.714Z | |
| 6652 | 2026-09-09T00:57:22.714Z | Sep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765DEBG Sep 09 00:57:21.765 INFO replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 6653 | 2026-09-09T00:57:22.714Z | |
| 6654 | 2026-09-09T00:57:22.714Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 6655 | 2026-09-09T00:57:22.714Z | 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 } }]Sep 09 00:57:21.765Sep 09 00:57:21.765 |
| 6656 | 2026-09-09T00:57:22.714Z | Sep 09 00:57:21.765 DEBG 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 } }]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 } }]INFOSep 09 00:57:21.765 |
| 6657 | 2026-09-09T00:57:22.714Z | |
| 6658 | 2026-09-09T00:57:22.715Z | INFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 6659 | 2026-09-09T00:57:22.715Z | |
| 6660 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765INFOSep 09 00:57:21.765Sep 09 00:57:21.765 INFOadding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6661 | 2026-09-09T00:57:22.715Z | DEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG 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 } }] |
| 6662 | 2026-09-09T00:57:22.715Z | |
| 6663 | 2026-09-09T00:57:22.715Z | 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 } }] |
| 6664 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.765 DEBGSep 09 00:57:21.765Sep 09 00:57:21.765 Sep 09 00:57:21.765replacing 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 } }] INFOINFODEBG adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 6665 | 2026-09-09T00:57:22.715Z | 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 } }] |
| 6666 | 2026-09-09T00:57:22.715Z | |
| 6667 | 2026-09-09T00:57:22.715Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6668 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.765 Sep 09 00:57:21.765INFOSep 09 00:57:21.765 Sep 09 00:57:21.765 adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffDEBG |
| 6669 | 2026-09-09T00:57:22.715Z | 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 INFO |
| 6670 | 2026-09-09T00:57:22.715Z | 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:29::/64 -> 2001:db8::55:ff |
| 6671 | 2026-09-09T00:57:22.715Z | |
| 6672 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.765 DEBGSep 09 00:57:21.766 Sep 09 00:57:21.766replacing 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 } }]Sep 09 00:57:21.766 INFO |
| 6673 | 2026-09-09T00:57:22.715Z | DEBG adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6674 | 2026-09-09T00:57:22.715Z | |
| 6675 | 2026-09-09T00:57:22.715Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6676 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766 INFO Sep 09 00:57:21.766adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 6677 | 2026-09-09T00:57:22.715Z | INFO 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 } }] |
| 6678 | 2026-09-09T00:57:22.715Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6679 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766replacing 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 } }] Sep 09 00:57:21.766 DEBG INFO |
| 6680 | 2026-09-09T00:57:22.715Z | adding route 3fff:beef:2e::/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 } }]Sep 09 00:57:21.766 |
| 6681 | 2026-09-09T00:57:22.715Z | |
| 6682 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766 INFODEBG Sep 09 00:57:21.766Sep 09 00:57:21.766 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 } }]INFOadding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 6683 | 2026-09-09T00:57:22.715Z | |
| 6684 | 2026-09-09T00:57:22.715Z | DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 6685 | 2026-09-09T00:57:22.715Z | 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 } }]Sep 09 00:57:21.766 |
| 6686 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766INFO DEBGadding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6687 | 2026-09-09T00:57:22.715Z | 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 } }]Sep 09 00:57:21.766 |
| 6688 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG 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 } }]INFO |
| 6689 | 2026-09-09T00:57:22.715Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff adding route 3fff:beef:a::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6690 | 2026-09-09T00:57:22.715Z | Sep 09 00:57:21.766 |
| 6691 | 2026-09-09T00:57:22.716Z | INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6692 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766replacing 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 } }]Sep 09 00:57:21.766 |
| 6693 | 2026-09-09T00:57:22.716Z | DEBG DEBGreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:57:21.766replacing 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 } }] |
| 6694 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766 |
| 6695 | 2026-09-09T00:57:22.716Z | DEBG INFOreplacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:57:21.766 |
| 6696 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6697 | 2026-09-09T00:57:22.716Z | INFOSep 09 00:57:21.766 Sep 09 00:57:21.766adding route 3fff:beef:30::/64 -> 2001:db8::55:ff INFO |
| 6698 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:b::/64 -> 2001:db8::55:ffSep 09 00:57:21.766INFO |
| 6699 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffDEBG |
| 6700 | 2026-09-09T00:57:22.716Z | 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 } }]Sep 09 00:57:21.766 |
| 6701 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766DEBGSep 09 00:57:21.766 Sep 09 00:57:21.766DEBG 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 } }]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: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 } }] |
| 6702 | 2026-09-09T00:57:22.716Z | |
| 6703 | 2026-09-09T00:57:22.716Z | INFO |
| 6704 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6705 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766 INFOSep 09 00:57:21.766 Sep 09 00:57:21.766 adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFOSep 09 00:57:21.766 |
| 6706 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ffINFODEBG |
| 6707 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:21::/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 } }]Sep 09 00:57:21.766 |
| 6708 | 2026-09-09T00:57:22.716Z | |
| 6709 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766 DEBGDEBG replacing targets for 3fff:beef:c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]Sep 09 00:57:21.766 |
| 6710 | 2026-09-09T00:57:22.716Z | |
| 6711 | 2026-09-09T00:57:22.716Z | 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 } }]Sep 09 00:57:21.766 |
| 6712 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766INFOSep 09 00:57:21.766 INFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 09 00:57:21.766INFO |
| 6713 | 2026-09-09T00:57:22.716Z | |
| 6714 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:d::/64 -> 2001:db8::55:ffINFO |
| 6715 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6716 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG 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: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 } }] |
| 6717 | 2026-09-09T00:57:22.716Z | |
| 6718 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766replacing 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 } }] |
| 6719 | 2026-09-09T00:57:22.716Z | DEBGSep 09 00:57:21.766 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 } }]INFOSep 09 00:57:21.766 Sep 09 00:57:21.766adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 6720 | 2026-09-09T00:57:22.716Z | |
| 6721 | 2026-09-09T00:57:22.716Z | INFOINFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6722 | 2026-09-09T00:57:22.716Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6723 | 2026-09-09T00:57:22.716Z | Sep 09 00:57:21.766 DEBG Sep 09 00:57:21.766 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 } }]Sep 09 00:57:21.766 |
| 6724 | 2026-09-09T00:57:22.716Z | INFODEBG 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 } }] adding route 3fff:beef:23::/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 } }] |
| 6725 | 2026-09-09T00:57:22.717Z | |
| 6726 | 2026-09-09T00:57:22.717Z | |
| 6727 | 2026-09-09T00:57:22.717Z | Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766 INFOINFO INFO DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6728 | 2026-09-09T00:57:22.717Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6729 | 2026-09-09T00:57:22.717Z | |
| 6730 | 2026-09-09T00:57:22.717Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6731 | 2026-09-09T00:57:22.717Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBGDEBG 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: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 } }]Sep 09 00:57:21.766 |
| 6732 | 2026-09-09T00:57:22.717Z | INFO |
| 6733 | 2026-09-09T00:57:22.717Z | DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 6734 | 2026-09-09T00:57:22.717Z | 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 } }]Sep 09 00:57:21.766Sep 09 00:57:21.766 INFOINFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6735 | 2026-09-09T00:57:22.717Z | |
| 6736 | 2026-09-09T00:57:22.717Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 6737 | 2026-09-09T00:57:22.717Z | Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766 DEBG 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 } }]DEBG |
| 6738 | 2026-09-09T00:57:22.717Z | 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 } }]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:31::/64 -> 2001:db8::55:ff |
| 6739 | 2026-09-09T00:57:22.717Z | |
| 6740 | 2026-09-09T00:57:22.717Z | |
| 6741 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766INFOINFO INFOadding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6742 | 2026-09-09T00:57:22.721Z | DEBGadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 6743 | 2026-09-09T00:57:22.721Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff Sep 09 00:57:21.766replacing 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 } }] |
| 6744 | 2026-09-09T00:57:22.721Z | |
| 6745 | 2026-09-09T00:57:22.721Z | DEBGSep 09 00:57:21.766 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 6746 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 6747 | 2026-09-09T00:57:22.721Z | |
| 6748 | 2026-09-09T00:57:22.721Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6749 | 2026-09-09T00:57:22.721Z | INFOSep 09 00:57:21.766 Sep 09 00:57:21.766adding route 3fff:beef:37::/64 -> 2001:db8::55:ff Sep 09 00:57:21.766INFO |
| 6750 | 2026-09-09T00:57:22.721Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ffINFODEBG |
| 6751 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 6752 | 2026-09-09T00:57:22.721Z | 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 } }]Sep 09 00:57:21.766 |
| 6753 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766replacing 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 |
| 6754 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6755 | 2026-09-09T00:57:22.721Z | DEBGadding route 3fff:beef:33::/64 -> 2001:db8::55:ff Sep 09 00:57:21.766 |
| 6756 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766replacing 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 |
| 6757 | 2026-09-09T00:57:22.721Z | INFOadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6758 | 2026-09-09T00:57:22.721Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6759 | 2026-09-09T00:57:22.721Z | DEBGSep 09 00:57:21.766 Sep 09 00:57:21.766 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 } }] |
| 6760 | 2026-09-09T00:57:22.721Z | Sep 09 00:57:21.766DEBG INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 6761 | 2026-09-09T00:57:22.721Z | 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 } }] |
| 6762 | 2026-09-09T00:57:22.721Z | adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6763 | 2026-09-09T00:57:22.721Z | INFOSep 09 00:57:21.766 Sep 09 00:57:21.766 adding route 3fff:beef:34::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6764 | 2026-09-09T00:57:22.722Z | INFOINFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffadding route 3fff:beef:28::/64 -> 2001:db8::55:ffDEBG |
| 6765 | 2026-09-09T00:57:22.722Z | |
| 6766 | 2026-09-09T00:57:22.722Z | 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 } }] |
| 6767 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGDEBGSep 09 00:57:21.766Sep 09 00:57:21.766 replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6768 | 2026-09-09T00:57:22.722Z | 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 } }] |
| 6769 | 2026-09-09T00:57:22.722Z | DEBGadding route 3fff:beef:14::/64 -> 2001:db8::55:ff Sep 09 00:57:21.766replacing 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 } }] |
| 6770 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766INFO |
| 6771 | 2026-09-09T00:57:22.722Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6772 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6773 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG DEBGSep 09 00:57:21.766replacing 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 |
| 6774 | 2026-09-09T00:57:22.722Z | 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 } }] DEBGadding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 6775 | 2026-09-09T00:57:22.722Z | |
| 6776 | 2026-09-09T00:57:22.722Z | 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 } }] |
| 6777 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 INFOINFOINFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 6778 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6779 | 2026-09-09T00:57:22.722Z | |
| 6780 | 2026-09-09T00:57:22.722Z | 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 } }] |
| 6781 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG DEBGINFOSep 09 00:57:21.766 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 } }]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 } }] |
| 6782 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 6783 | 2026-09-09T00:57:22.722Z | replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6784 | 2026-09-09T00:57:22.722Z | |
| 6785 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766 Sep 09 00:57:21.766INFO INFOINFO DEBG adding route 3fff:beef:16::/64 -> 2001:db8::55:ff adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6786 | 2026-09-09T00:57:22.722Z | 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 } }] |
| 6787 | 2026-09-09T00:57:22.722Z | |
| 6788 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6789 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBG DEBGDEBG replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }]INFOreplacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6790 | 2026-09-09T00:57:22.722Z | |
| 6791 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 6792 | 2026-09-09T00:57:22.722Z | |
| 6793 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766 INFOSep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 adding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 6794 | 2026-09-09T00:57:22.722Z | INFO adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 6795 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766 |
| 6796 | 2026-09-09T00:57:22.722Z | adding route 3fff:beef:38::/64 -> 2001:db8::55:ffDEBG |
| 6797 | 2026-09-09T00:57:22.722Z | 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 } }]Sep 09 00:57:21.766 |
| 6798 | 2026-09-09T00:57:22.722Z | DEBGSep 09 00:57:21.766 INFOreplacing targets for 3fff:beef:3d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:57:21.766 |
| 6799 | 2026-09-09T00:57:22.722Z | Sep 09 00:57:21.766adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 6800 | 2026-09-09T00:57:22.722Z | INFO Sep 09 00:57:21.766 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFODEBG |
| 6801 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766 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 } }] DEBGadding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6802 | 2026-09-09T00:57:22.723Z | |
| 6803 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766replacing 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 } }] |
| 6804 | 2026-09-09T00:57:22.723Z | DEBG Sep 09 00:57:21.766Sep 09 00:57:21.766 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 Sep 09 00:57:21.766DEBG INFOreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6805 | 2026-09-09T00:57:22.723Z | |
| 6806 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 6807 | 2026-09-09T00:57:22.723Z | |
| 6808 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG Sep 09 00:57:21.766 INFOSep 09 00:57:21.766replacing 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 } }] |
| 6809 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ffDEBG |
| 6810 | 2026-09-09T00:57:22.723Z | INFO adding route 3fff:beef:3f::/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 } }] |
| 6811 | 2026-09-09T00:57:22.723Z | |
| 6812 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG Sep 09 00:57:21.766 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 } }] |
| 6813 | 2026-09-09T00:57:22.723Z | 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 |
| 6814 | 2026-09-09T00:57:22.723Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6815 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766 INFODEBG |
| 6816 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 09 00:57:21.766 |
| 6817 | 2026-09-09T00:57:22.723Z | DEBGfailed to allocate space for the new target list |
| 6818 | 2026-09-09T00:57:22.723Z | 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 } }]Sep 09 00:57:21.766 |
| 6819 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766DEBG Sep 09 00:57:21.766 DEBGSep 09 00:57:21.766replacing 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 } }] DEBGreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6820 | 2026-09-09T00:57:22.723Z | |
| 6821 | 2026-09-09T00:57:22.723Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 6822 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6823 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6824 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766Sep 09 00:57:21.766failed to allocate space for the new target list INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 6825 | 2026-09-09T00:57:22.723Z | 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 } }] |
| 6826 | 2026-09-09T00:57:22.723Z | |
| 6827 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 Sep 09 00:57:21.766 DEBGINFO 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 } }] adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6828 | 2026-09-09T00:57:22.723Z | 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 } }] |
| 6829 | 2026-09-09T00:57:22.723Z | |
| 6830 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6831 | 2026-09-09T00:57:22.723Z | INFO |
| 6832 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 6833 | 2026-09-09T00:57:22.723Z | Sep 09 00:57:21.766 DEBGSep 09 00:57:21.766 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 |
| 6834 | 2026-09-09T00:57:22.723Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ff |
| 6835 | 2026-09-09T00:57:22.724Z | Sep 09 00:57:21.766 INFOSep 09 00:57:21.766 adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffDEBG |
| 6836 | 2026-09-09T00:57:22.724Z | 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 } }] |
| 6837 | 2026-09-09T00:57:22.724Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG INFOreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6838 | 2026-09-09T00:57:22.724Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ff |
| 6839 | 2026-09-09T00:57:22.724Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6840 | 2026-09-09T00:57:22.724Z | |
| 6841 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGDEBG failed to allocate space for the new target listreplacing 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 } }] |
| 6842 | 2026-09-09T00:57:22.728Z | |
| 6843 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766INFO DEBGadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 6844 | 2026-09-09T00:57:22.728Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 6845 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 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 } }] |
| 6846 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 6847 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 DEBG Sep 09 00:57:21.766replacing 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 } }] |
| 6848 | 2026-09-09T00:57:22.728Z | 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 } }]Sep 09 00:57:21.766 |
| 6849 | 2026-09-09T00:57:22.728Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 6850 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 INFO Sep 09 00:57:21.766adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6851 | 2026-09-09T00:57:22.728Z | 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 } }] |
| 6852 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 DEBG Sep 09 00:57:21.766replacing 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 } }] |
| 6853 | 2026-09-09T00:57:22.728Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 6854 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 INFOSep 09 00:57:21.766 adding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 6855 | 2026-09-09T00:57:22.728Z | 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 } }] |
| 6856 | 2026-09-09T00:57:22.728Z | Sep 09 00:57:21.766 Sep 09 00:57:21.766DEBG INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6857 | 2026-09-09T00:57:22.729Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 6858 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:33::/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 } }] |
| 6859 | 2026-09-09T00:57:22.729Z | |
| 6860 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:24::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6861 | 2026-09-09T00:57:22.729Z | |
| 6862 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 6863 | 2026-09-09T00:57:22.729Z | |
| 6864 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:25::/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 } }] |
| 6865 | 2026-09-09T00:57:22.729Z | |
| 6866 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 6867 | 2026-09-09T00:57:22.729Z | |
| 6868 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6869 | 2026-09-09T00:57:22.729Z | |
| 6870 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 6871 | 2026-09-09T00:57:22.729Z | |
| 6872 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFODEBG adding route 3fff:beef:27::/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 } }] |
| 6873 | 2026-09-09T00:57:22.729Z | |
| 6874 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 DEBGINFO replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 6875 | 2026-09-09T00:57:22.729Z | |
| 6876 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.766Sep 09 00:57:21.766 INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 6877 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767 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: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 } }] |
| 6878 | 2026-09-09T00:57:22.729Z | |
| 6879 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 INFOINFO adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 6880 | 2026-09-09T00:57:22.729Z | |
| 6881 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 DEBGDEBG replacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 6882 | 2026-09-09T00:57:22.729Z | |
| 6883 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 INFOINFO adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 6884 | 2026-09-09T00:57:22.729Z | |
| 6885 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 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 } }]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 } }] |
| 6886 | 2026-09-09T00:57:22.729Z | |
| 6887 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 INFOINFO adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 6888 | 2026-09-09T00:57:22.729Z | |
| 6889 | 2026-09-09T00:57:22.729Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6890 | 2026-09-09T00:57:22.730Z | |
| 6891 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6892 | 2026-09-09T00:57:22.730Z | |
| 6893 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 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: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 } }] |
| 6894 | 2026-09-09T00:57:22.730Z | |
| 6895 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 INFOINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 6896 | 2026-09-09T00:57:22.730Z | |
| 6897 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 DEBGDEBG replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:3c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 6898 | 2026-09-09T00:57:22.730Z | |
| 6899 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 DEBGINFO failed to allocate space for the new target listadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 6900 | 2026-09-09T00:57:22.730Z | |
| 6901 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.767 DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]replacing targets for 3fff: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 } }] |
| 6902 | 2026-09-09T00:57:22.730Z | |
| 6903 | 2026-09-09T00:57:22.730Z | test route::tests::grow_succeeds ... ok |
| 6904 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 INFO adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 6905 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 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 } }] |
| 6906 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 INFO adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 6907 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 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 } }] |
| 6908 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 INFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 6909 | 2026-09-09T00:57:22.730Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 6910 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767 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 } }] |
| 6911 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.768Sep 09 00:57:21.767Sep 09 00:57:21.773 DEBGDEBG created new freemapcreated new freemapINFO, , unitadding route 3fff:beef:32::/64 -> 2001:db8::55:ff:unit |
| 6912 | 2026-09-09T00:57:22.730Z | :freemap_route_ipv4 |
| 6913 | 2026-09-09T00:57:22.730Z | freemap_route_ipv4 |
| 6914 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.767Sep 09 00:57:21.773 DEBGSep 09 00:57:21.773DEBG created new freemapreplacing 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 } }] |
| 6915 | 2026-09-09T00:57:22.730Z | DEBG, unitcreated new freemap:, unitfreemap_route_ipv4Sep 09 00:57:21.773: |
| 6916 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.773freemap_route_ipv6 |
| 6917 | 2026-09-09T00:57:22.730Z | DEBGINFO Sep 09 00:57:21.773Sep 09 00:57:21.767 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG |
| 6918 | 2026-09-09T00:57:22.730Z | initted freemap. size: 64created new freemap , , unitSep 09 00:57:21.773:unit Sep 09 00:57:21.767DEBG:DEBG freemap_route_ipv6DEBGcreated new freemap |
| 6919 | 2026-09-09T00:57:22.730Z | freemap_route_ipv4 , created new freemapunit |
| 6920 | 2026-09-09T00:57:22.730Z | :, unitfreemap_route_ipv4: |
| 6921 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.773replacing 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 |
| 6922 | 2026-09-09T00:57:22.730Z | Sep 09 00:57:21.773freemap_route_ipv4 initted freemap. size: 64 |
| 6923 | 2026-09-09T00:57:22.731Z | DEBG, unitreset freemapSep 09 00:57:21.773Sep 09 00:57:21.773, :INFODEBG unit adding route 3fff:beef:34::/64 -> 2001:db8::55:ff:freemap_route_ipv4created new freemap |
| 6924 | 2026-09-09T00:57:22.731Z | , freemap_route_ipv4 |
| 6925 | 2026-09-09T00:57:22.731Z | unit |
| 6926 | 2026-09-09T00:57:22.731Z | : freemap_route_ipv6Sep 09 00:57:21.773 Sep 09 00:57:21.773 |
| 6927 | 2026-09-09T00:57:22.731Z | DEBGDEBG Sep 09 00:57:21.773reset freemap , DEBGinitted freemap. size: 64 Sep 09 00:57:21.773, unitcreated new freemap:, unitDEBG:freemap_route_ipv6unit |
| 6928 | 2026-09-09T00:57:22.731Z | Sep 09 00:57:21.773: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 } }] freemap_route_ipv6 |
| 6929 | 2026-09-09T00:57:22.731Z | |
| 6930 | 2026-09-09T00:57:22.731Z | DEBGfreemap_route_ipv4 |
| 6931 | 2026-09-09T00:57:22.731Z | initted freemap. size: 64Sep 09 00:57:21.773, Sep 09 00:57:21.773Sep 09 00:57:21.773 INFO unitDEBGDEBG : reset freemapinitted freemap. size: 64, , unitunit:Sep 09 00:57:21.773: freemap_route_ipv4freemap_route_ipv6DEBG |
| 6932 | 2026-09-09T00:57:22.731Z | adding route 3fff:beef:35::/64 -> 2001:db8::55:ff initted freemap. size: 64 |
| 6933 | 2026-09-09T00:57:22.731Z | |
| 6934 | 2026-09-09T00:57:22.731Z | , freemap_route_ipv4Sep 09 00:57:21.773unit :DEBGSep 09 00:57:21.773 |
| 6935 | 2026-09-09T00:57:22.731Z | Sep 09 00:57:21.773 INFO freemap_route_ipv6reset freemap Sep 09 00:57:21.773adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6936 | 2026-09-09T00:57:22.731Z | , |
| 6937 | 2026-09-09T00:57:22.731Z | DEBGunit: DEBG replacing targets for 3fff:beef:35::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] freemap_route_ipv4Sep 09 00:57:21.773reset freemap |
| 6938 | 2026-09-09T00:57:22.731Z | |
| 6939 | 2026-09-09T00:57:22.731Z | Sep 09 00:57:21.773 , DEBG unitSep 09 00:57:21.773replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] INFO: adding route 3fff:beef:36::/64 -> 2001:db8::55:ffDEBG |
| 6940 | 2026-09-09T00:57:22.731Z | Sep 09 00:57:21.773 freemap_route_ipv4DEBG |
| 6941 | 2026-09-09T00:57:22.737Z | Sep 09 00:57:21.773 reset freemap |
| 6942 | 2026-09-09T00:57:22.737Z | initted freemap. size: 64, DEBGunit , 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 } }]: |
| 6943 | 2026-09-09T00:57:22.737Z | unit Sep 09 00:57:21.773freemap_route_ipv6 INFO: |
| 6944 | 2026-09-09T00:57:22.737Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 6945 | 2026-09-09T00:57:22.737Z | freemap_route_ipv6 |
| 6946 | 2026-09-09T00:57:22.737Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 INFOSep 09 00:57:21.774 DEBG adding route 3fff:beef:37::/64 -> 2001:db8::55:ffreset freemap |
| 6947 | 2026-09-09T00:57:22.737Z | , Sep 09 00:57:21.774Sep 09 00:57:21.774 INFOunitDEBG: freemap_route_ipv6DEBGinitted 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 } }]unit |
| 6948 | 2026-09-09T00:57:22.737Z | |
| 6949 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774 adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6950 | 2026-09-09T00:57:22.738Z | DEBG: Sep 09 00:57:21.774freemap_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 } }] |
| 6951 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 INFODEBGINFO Sep 09 00:57:21.774replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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:1 |
| 6952 | 2026-09-09T00:57:22.738Z | |
| 6953 | 2026-09-09T00:57:22.738Z | |
| 6954 | 2026-09-09T00:57:22.738Z | adding route 3fff:dead::/64 -> 2001:db8::55:3DEBG |
| 6955 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 Sep 09 00:57:21.774 DEBG INFO reset freemapadding route 3fff:dead::/64 -> 2001:db8::55:2 INFO |
| 6956 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774replacing 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:38::/64 -> 2001:db8::55:ff |
| 6957 | 2026-09-09T00:57:22.738Z | 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 } }], |
| 6958 | 2026-09-09T00:57:22.738Z | |
| 6959 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774Sep 09 00:57:21.774unit DEBGINFO: Sep 09 00:57:21.774adding route 3fff:dead::/64 -> 2001:db8::55:1 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 6960 | 2026-09-09T00:57:22.738Z | |
| 6961 | 2026-09-09T00:57:22.738Z | freemap_route_ipv6Sep 09 00:57:21.774DEBG |
| 6962 | 2026-09-09T00:57:22.738Z | INFOSep 09 00:57:21.774Sep 09 00:57:21.774 DEBGadding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 6963 | 2026-09-09T00:57:22.738Z | 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 } }] |
| 6964 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774INFO Sep 09 00:57:21.774 INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGSep 09 00:57:21.774 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 6965 | 2026-09-09T00:57:22.738Z | INFO |
| 6966 | 2026-09-09T00:57:22.738Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 6967 | 2026-09-09T00:57:22.738Z | |
| 6968 | 2026-09-09T00:57:22.738Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 6969 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 Sep 09 00:57:21.774 DEBGDEBGDEBG Sep 09 00:57:21.774 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 6970 | 2026-09-09T00:57:22.738Z | 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 } }]Sep 09 00:57:21.774INFO |
| 6971 | 2026-09-09T00:57:22.738Z | |
| 6972 | 2026-09-09T00:57:22.738Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 6973 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] Sep 09 00:57:21.774 |
| 6974 | 2026-09-09T00:57:22.738Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2INFO |
| 6975 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774 Sep 09 00:57:21.774adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 09 00:57:21.774 WARNDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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" }) |
| 6976 | 2026-09-09T00:57:22.738Z | |
| 6977 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774 |
| 6978 | 2026-09-09T00:57:22.738Z | 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 } }]DEBG |
| 6979 | 2026-09-09T00:57:22.738Z | 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 } }]Sep 09 00:57:21.774Sep 09 00:57:21.774Sep 09 00:57:21.774 |
| 6980 | 2026-09-09T00:57:22.738Z | INFOERRODEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]rollback route_index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 6981 | 2026-09-09T00:57:22.738Z | Sep 09 00:57:21.774 |
| 6982 | 2026-09-09T00:57:22.739Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffadding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 6983 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 |
| 6984 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 DEBG ERROreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] Sep 09 00:57:21.774shrink-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 |
| 6985 | 2026-09-09T00:57:22.739Z | DEBGSep 09 00:57:21.774 |
| 6986 | 2026-09-09T00:57:22.739Z | 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 } }] |
| 6987 | 2026-09-09T00:57:22.739Z | 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 } }]Sep 09 00:57:21.774 |
| 6988 | 2026-09-09T00:57:22.739Z | INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 6989 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 INFO Sep 09 00:57:21.774adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 6990 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774DEBG DEBGreplacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:57:21.774 |
| 6991 | 2026-09-09T00:57:22.739Z | created new freemapDEBG, unitSep 09 00:57:21.774: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 } }] |
| 6992 | 2026-09-09T00:57:22.739Z | INFOfreemap_route_ipv6 |
| 6993 | 2026-09-09T00:57:22.739Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 6994 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 Sep 09 00:57:21.774INFO Sep 09 00:57:21.774DEBG initted freemap. size: 64DEBG, unitreplacing 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:3c::/64 -> 2001:db8::55:ff: |
| 6995 | 2026-09-09T00:57:22.739Z | |
| 6996 | 2026-09-09T00:57:22.739Z | freemap_route_ipv4 |
| 6997 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 DEBGSep 09 00:57:21.774 Sep 09 00:57:21.774replacing 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 } }] |
| 6998 | 2026-09-09T00:57:22.739Z | DEBGINFO reset freemapadding route 3fff:beef:3::/64 -> 2001:db8::55:ff, |
| 6999 | 2026-09-09T00:57:22.739Z | test route::tests::identity_replace_is_noop ... ok |
| 7000 | 2026-09-09T00:57:22.739Z | unitSep 09 00:57:21.774: DEBGfreemap_route_ipv4 |
| 7001 | 2026-09-09T00:57:22.739Z | failed to allocate space for the new target listSep 09 00:57:21.774 |
| 7002 | 2026-09-09T00:57:22.739Z | 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 } }] |
| 7003 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 Sep 09 00:57:21.774DEBG DEBGINFO initted freemap. size: 64 adding route 3fff:beef:4::/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 } }] |
| 7004 | 2026-09-09T00:57:22.739Z | , |
| 7005 | 2026-09-09T00:57:22.739Z | unit: Sep 09 00:57:21.774freemap_route_ipv6 |
| 7006 | 2026-09-09T00:57:22.739Z | 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 } }] |
| 7007 | 2026-09-09T00:57:22.739Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 7008 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774 DEBG Sep 09 00:57:21.774reset freemap , INFOunit :adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 7009 | 2026-09-09T00:57:22.739Z | freemap_route_ipv6 |
| 7010 | 2026-09-09T00:57:22.739Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 7011 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }] |
| 7012 | 2026-09-09T00:57:22.739Z | |
| 7013 | 2026-09-09T00:57:22.739Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 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 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 7014 | 2026-09-09T00:57:22.739Z | |
| 7015 | 2026-09-09T00:57:22.740Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 INFODEBG adding route 172.16.0.0/32 -> 10.0.0.2replacing 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 } }] |
| 7016 | 2026-09-09T00:57:22.740Z | |
| 7017 | 2026-09-09T00:57:22.740Z | Sep 09 00:57:21.774Sep 09 00:57:21.774 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 } }]Sep 09 00:57:21.774Sep 09 00:57:21.774 |
| 7018 | 2026-09-09T00:57:22.740Z | DEBGDEBG created new freemapcreated new freemap, , Sep 09 00:57:21.780 INFOunit :adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7019 | 2026-09-09T00:57:22.740Z | freemap_route_ipv4 |
| 7020 | 2026-09-09T00:57:22.740Z | Sep 09 00:57:21.774unit :DEBG freemap_route_ipv4created new freemapSep 09 00:57:21.780 |
| 7021 | 2026-09-09T00:57:22.740Z | Sep 09 00:57:21.780, unitDEBGDEBG created new freemapSep 09 00:57:21.780replacing 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 |
| 7022 | 2026-09-09T00:57:22.740Z | freemap_route_ipv4created new freemap, |
| 7023 | 2026-09-09T00:57:22.740Z | unit, :unit Sep 09 00:57:21.780:freemap_route_ipv6 |
| 7024 | 2026-09-09T00:57:22.740Z | INFOfreemap_route_ipv6Sep 09 00:57:21.780 |
| 7025 | 2026-09-09T00:57:22.740Z | adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7026 | 2026-09-09T00:57:22.740Z | DEBGSep 09 00:57:21.780 Sep 09 00:57:21.780created new freemapSep 09 00:57:21.780 , DEBGunit DEBG DEBG initted freemap. size: 64 , replacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]unit:: |
| 7027 | 2026-09-09T00:57:22.740Z | freemap_route_ipv6initted freemap. size: 64 |
| 7028 | 2026-09-09T00:57:22.740Z | freemap_route_ipv4, |
| 7029 | 2026-09-09T00:57:22.740Z | unit: freemap_route_ipv4Sep 09 00:57:21.780 |
| 7030 | 2026-09-09T00:57:22.740Z | Sep 09 00:57:21.780 DEBG INFOinitted freemap. size: 64 Sep 09 00:57:21.780Sep 09 00:57:21.780, adding route 172.17.0.2/32 -> 10.0.0.255unit |
| 7031 | 2026-09-09T00:57:22.740Z | : DEBG freemap_route_ipv4 |
| 7032 | 2026-09-09T00:57:22.740Z | reset freemapDEBG, unit :reset freemapSep 09 00:57:21.780 , freemap_route_ipv4unitSep 09 00:57:21.780 |
| 7033 | 2026-09-09T00:57:22.740Z | : DEBGfreemap_route_ipv4 Sep 09 00:57:21.780DEBG DEBG |
| 7034 | 2026-09-09T00:57:22.740Z | reset freemapreplacing 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 } }]initted freemap. size: 64, |
| 7035 | 2026-09-09T00:57:22.740Z | unit, unit: :freemap_route_ipv4Sep 09 00:57:21.780 Sep 09 00:57:21.780 |
| 7036 | 2026-09-09T00:57:22.740Z | freemap_route_ipv6INFO |
| 7037 | 2026-09-09T00:57:22.740Z | adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7038 | 2026-09-09T00:57:22.740Z | DEBG initted freemap. size: 64Sep 09 00:57:21.780, unitSep 09 00:57:21.780:DEBG DEBGSep 09 00:57:21.780initted freemap. size: 64 DEBG, unitreset freemap: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 } }], unitfreemap_route_ipv6 |
| 7039 | 2026-09-09T00:57:22.740Z | : freemap_route_ipv6 |
| 7040 | 2026-09-09T00:57:22.740Z | freemap_route_ipv6 |
| 7041 | 2026-09-09T00:57:22.745Z | |
| 7042 | 2026-09-09T00:57:22.745Z | Sep 09 00:57:21.780Sep 09 00:57:21.780 DEBGSep 09 00:57:21.767 reset freemap , unitINFO:DEBGSep 09 00:57:21.780 freemap_route_ipv6Sep 09 00:57:21.780INFO DEBG adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7043 | 2026-09-09T00:57:22.745Z | created new freemap |
| 7044 | 2026-09-09T00:57:22.745Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7045 | 2026-09-09T00:57:22.745Z | , Sep 09 00:57:21.781 INFOreset freemap unitSep 09 00:57:21.781adding route 172.16.0.0/32 -> 10.0.0.1 , :unit |
| 7046 | 2026-09-09T00:57:22.745Z | Sep 09 00:57:21.781 :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 } }] |
| 7047 | 2026-09-09T00:57:22.745Z | |
| 7048 | 2026-09-09T00:57:22.745Z | Sep 09 00:57:21.781freemap_route_ipv6DEBG Sep 09 00:57:21.781DEBG 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 } }] |
| 7049 | 2026-09-09T00:57:22.745Z | 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 } }] |
| 7050 | 2026-09-09T00:57:22.745Z | |
| 7051 | 2026-09-09T00:57:22.745Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:57:21.781Sep 09 00:57:21.781Sep 09 00:57:21.781 INFODEBG |
| 7052 | 2026-09-09T00:57:22.745Z | created new freemapINFO, unitSep 09 00:57:21.781adding route 172.16.0.0/32 -> 10.0.0.2: adding route 172.17.0.5/32 -> 10.0.0.255 DEBG |
| 7053 | 2026-09-09T00:57:22.745Z | |
| 7054 | 2026-09-09T00:57:22.745Z | freemap_route_ipv6 |
| 7055 | 2026-09-09T00:57:22.745Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 09 00:57:21.781 |
| 7056 | 2026-09-09T00:57:22.745Z | Sep 09 00:57:21.781 DEBG Sep 09 00:57:21.781replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 Sep 09 00:57:21.781DEBG |
| 7057 | 2026-09-09T00:57:22.745Z | 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 } }] initted freemap. size: 64 |
| 7058 | 2026-09-09T00:57:22.745Z | , adding route 3fff:dead::/64 -> 2001:db8::55:1unitSep 09 00:57:21.781Sep 09 00:57:21.781 |
| 7059 | 2026-09-09T00:57:22.745Z | :INFOINFO adding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:57:21.781 |
| 7060 | 2026-09-09T00:57:22.745Z | adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7061 | 2026-09-09T00:57:22.745Z | Sep 09 00:57:21.781 INFOSep 09 00:57:21.781 freemap_route_ipv4Sep 09 00:57:21.781DEBGDEBG |
| 7062 | 2026-09-09T00:57:22.745Z | DEBGadding route 172.17.0.6/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7063 | 2026-09-09T00:57:22.745Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:57:21.781 |
| 7064 | 2026-09-09T00:57:22.745Z | |
| 7065 | 2026-09-09T00:57:22.745Z | 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 } }]Sep 09 00:57:21.781Sep 09 00:57:21.781 DEBGSep 09 00:57:21.781INFO reset freemapreplacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7066 | 2026-09-09T00:57:22.745Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 7067 | 2026-09-09T00:57:22.745Z | |
| 7068 | 2026-09-09T00:57:22.745Z | , Sep 09 00:57:21.781unit: adding route 3fff:dead::/64 -> 2001:db8::55:4INFO |
| 7069 | 2026-09-09T00:57:22.745Z | freemap_route_ipv4 adding route 172.17.0.7/32 -> 10.0.0.255Sep 09 00:57:21.781Sep 09 00:57:21.781 |
| 7070 | 2026-09-09T00:57:22.746Z | |
| 7071 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781 DEBG DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]INFO |
| 7072 | 2026-09-09T00:57:22.746Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:57:21.781 |
| 7073 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781Sep 09 00:57:21.781replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 7074 | 2026-09-09T00:57:22.746Z | DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.4, vlan_id: None } }]initted freemap. size: 64 |
| 7075 | 2026-09-09T00:57:22.746Z | 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 } }], |
| 7076 | 2026-09-09T00:57:22.746Z | unitSep 09 00:57:21.781Sep 09 00:57:21.781: Sep 09 00:57:21.781freemap_route_ipv6 |
| 7077 | 2026-09-09T00:57:22.746Z | DEBG DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]Sep 09 00:57:21.781replacing targets for 3fff:dead::/64 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 } }] |
| 7078 | 2026-09-09T00:57:22.746Z | DEBG |
| 7079 | 2026-09-09T00:57:22.746Z | adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7080 | 2026-09-09T00:57:22.746Z | reset freemapSep 09 00:57:21.781, Sep 09 00:57:21.781WARN shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })unitSep 09 00:57:21.781INFO: |
| 7081 | 2026-09-09T00:57:22.746Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7082 | 2026-09-09T00:57:22.746Z | |
| 7083 | 2026-09-09T00:57:22.746Z | |
| 7084 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781Sep 09 00:57:21.781 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 172.17.0.9/32 -> 10.0.0.255 |
| 7085 | 2026-09-09T00:57:22.746Z | |
| 7086 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781 INFO adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:57:21.781Sep 09 00:57:21.781 DEBG |
| 7087 | 2026-09-09T00:57:22.746Z | 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:4 |
| 7088 | 2026-09-09T00:57:22.746Z | |
| 7089 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781 Sep 09 00:57:21.781DEBG INFOSep 09 00:57:21.781replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 7090 | 2026-09-09T00:57:22.746Z | DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7091 | 2026-09-09T00:57:22.746Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7092 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781Sep 09 00:57:21.781 Sep 09 00:57:21.781 INFO DEBGDEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7093 | 2026-09-09T00:57:22.746Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7094 | 2026-09-09T00:57:22.746Z | |
| 7095 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781 WARNSep 09 00:57:21.781INFO DEBGadding route 3fff:beef:7::/64 -> 2001:db8::55:ff Sep 09 00:57:21.781 |
| 7096 | 2026-09-09T00:57:22.746Z | shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })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 |
| 7097 | 2026-09-09T00:57:22.746Z | |
| 7098 | 2026-09-09T00:57:22.746Z | adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7099 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781Sep 09 00:57:21.781 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 172.17.0.1/32 -> 10.0.0.255 |
| 7100 | 2026-09-09T00:57:22.746Z | |
| 7101 | 2026-09-09T00:57:22.746Z | Sep 09 00:57:21.781Sep 09 00:57:21.781 DEBGINFOSep 09 00:57:21.781 DEBGreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7102 | 2026-09-09T00:57:22.746Z | adding route 3fff:beef:8::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7103 | 2026-09-09T00:57:22.747Z | |
| 7104 | 2026-09-09T00:57:22.747Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 7105 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.781 Sep 09 00:57:21.781DEBGSep 09 00:57:21.781 INFOINFOreplacing 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 } }] |
| 7106 | 2026-09-09T00:57:22.747Z | adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7107 | 2026-09-09T00:57:22.747Z | adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7108 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.781 Sep 09 00:57:21.781INFOSep 09 00:57:21.781 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 } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7109 | 2026-09-09T00:57:22.747Z | |
| 7110 | 2026-09-09T00:57:22.747Z | |
| 7111 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.781 Sep 09 00:57:21.781Sep 09 00:57:21.781INFO INFO DEBGadding route 172.17.0.13/32 -> 10.0.0.255 |
| 7112 | 2026-09-09T00:57:22.747Z | replacing targets for 3fff:beef:9::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7113 | 2026-09-09T00:57:22.747Z | |
| 7114 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.781 Sep 09 00:57:21.781INFO Sep 09 00:57:21.781Sep 09 00:57:21.767 DEBG DEBGadding route 3fff:beef:a::/64 -> 2001:db8::55:ff 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 } }] |
| 7115 | 2026-09-09T00:57:22.747Z | 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 } }] |
| 7116 | 2026-09-09T00:57:22.747Z | |
| 7117 | 2026-09-09T00:57:22.747Z | created new freemap, unitSep 09 00:57:21.781:Sep 09 00:57:21.781 freemap_route_ipv4INFO |
| 7118 | 2026-09-09T00:57:22.747Z | INFOSep 09 00:57:21.781 DEBGadding route 172.17.0.4/32 -> 10.0.0.255adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7119 | 2026-09-09T00:57:22.747Z | |
| 7120 | 2026-09-09T00:57:22.747Z | 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 } }] |
| 7121 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.782Sep 09 00:57:21.781Sep 09 00:57:21.789 INFOSep 09 00:57:21.781 DEBGDEBG DEBGadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 7122 | 2026-09-09T00:57:22.747Z | created new freemapreplacing targets for 172.17.0.14/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }], unit |
| 7123 | 2026-09-09T00:57:22.747Z | :Sep 09 00:57:21.789 freemap_route_ipv4DEBGcreated new freemap, Sep 09 00:57:21.789unit :INFO freemap_route_ipv4adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7124 | 2026-09-09T00:57:22.747Z | |
| 7125 | 2026-09-09T00:57:22.747Z | 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 } }] |
| 7126 | 2026-09-09T00:57:22.747Z | |
| 7127 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 Sep 09 00:57:21.789 INFODEBG 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 } }]adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 7128 | 2026-09-09T00:57:22.747Z | |
| 7129 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.789 DEBGcreated new freemap , Sep 09 00:57:21.789created new freemapSep 09 00:57:21.789, unit DEBGINFOunit :: 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 } }] freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7130 | 2026-09-09T00:57:22.747Z | |
| 7131 | 2026-09-09T00:57:22.747Z | |
| 7132 | 2026-09-09T00:57:22.747Z | freemap_route_ipv6 |
| 7133 | 2026-09-09T00:57:22.747Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 Sep 09 00:57:21.789DEBG INFOreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7134 | 2026-09-09T00:57:22.747Z | initted freemap. size: 64adding route 3fff:beef:d::/64 -> 2001:db8::55:ff, |
| 7135 | 2026-09-09T00:57:22.747Z | unitSep 09 00:57:21.789 :INFO Sep 09 00:57:21.789 freemap_route_ipv4adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7136 | 2026-09-09T00:57:22.748Z | |
| 7137 | 2026-09-09T00:57:22.748Z | DEBGSep 09 00:57:21.789 Sep 09 00:57:21.789DEBGinitted freemap. size: 64 Sep 09 00:57:21.789replacing 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 } }] |
| 7138 | 2026-09-09T00:57:22.748Z | 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 } }]unitSep 09 00:57:21.789 |
| 7139 | 2026-09-09T00:57:22.748Z | : reset freemapINFO, unit:adding route 3fff:beef:e::/64 -> 2001:db8::55:fffreemap_route_ipv4 |
| 7140 | 2026-09-09T00:57:22.748Z | Sep 09 00:57:21.789 freemap_route_ipv4 |
| 7141 | 2026-09-09T00:57:22.752Z | INFO |
| 7142 | 2026-09-09T00:57:22.752Z | Sep 09 00:57:21.789adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7143 | 2026-09-09T00:57:22.752Z | DEBG Sep 09 00:57:21.789replacing 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 } }]Sep 09 00:57:21.789 |
| 7144 | 2026-09-09T00:57:22.752Z | Sep 09 00:57:21.789DEBG DEBGSep 09 00:57:21.789 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 } }] |
| 7145 | 2026-09-09T00:57:22.753Z | DEBG INFOinitted freemap. size: 64reset freemap, , unitadding route 3fff:beef:f::/64 -> 2001:db8::55:ff:Sep 09 00:57:21.789 |
| 7146 | 2026-09-09T00:57:22.753Z | INFO unitadding route 172.17.0.19/32 -> 10.0.0.255 Sep 09 00:57:21.789: |
| 7147 | 2026-09-09T00:57:22.753Z | DEBGfreemap_route_ipv4 |
| 7148 | 2026-09-09T00:57:22.753Z | freemap_route_ipv6replacing 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 } }]Sep 09 00:57:21.789 |
| 7149 | 2026-09-09T00:57:22.753Z | DEBG |
| 7150 | 2026-09-09T00:57:22.753Z | 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 } }]Sep 09 00:57:21.789 |
| 7151 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789DEBGSep 09 00:57:21.789 DEBGINFO Sep 09 00:57:21.789 reset freemapadding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 7152 | 2026-09-09T00:57:22.753Z | , INFO unitadding route 172.17.0.20/32 -> 10.0.0.255: |
| 7153 | 2026-09-09T00:57:22.753Z | initted freemap. size: 64 freemap_route_ipv6Sep 09 00:57:21.789 |
| 7154 | 2026-09-09T00:57:22.753Z | 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 } }]unit |
| 7155 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 INFO :adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7156 | 2026-09-09T00:57:22.753Z | freemap_route_ipv6replacing 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 } }]Sep 09 00:57:21.789 |
| 7157 | 2026-09-09T00:57:22.753Z | |
| 7158 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789INFO Sep 09 00:57:21.789adding route 3fff:beef:11::/64 -> 2001:db8::55:ffDEBGSep 09 00:57:21.789 |
| 7159 | 2026-09-09T00:57:22.753Z | 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 } }]DEBG |
| 7160 | 2026-09-09T00:57:22.753Z | adding route 172.17.0.21/32 -> 10.0.0.255Sep 09 00:57:21.789 |
| 7161 | 2026-09-09T00:57:22.753Z | 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 } }]reset freemap |
| 7162 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789, unitSep 09 00:57:21.789DEBGSep 09 00:57:21.789 INFO: 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 |
| 7163 | 2026-09-09T00:57:22.753Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 7164 | 2026-09-09T00:57:22.753Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 7165 | 2026-09-09T00:57:22.753Z | freemap_route_ipv6Sep 09 00:57:21.789 |
| 7166 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 INFODEBGDEBG adding route 172.17.0.22/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 7167 | 2026-09-09T00:57:22.753Z | |
| 7168 | 2026-09-09T00:57:22.753Z | 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 } }]Sep 09 00:57:21.789 |
| 7169 | 2026-09-09T00:57:22.753Z | INFO Sep 09 00:57:21.789Sep 09 00:57:21.789adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7170 | 2026-09-09T00:57:22.753Z | INFODEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 7171 | 2026-09-09T00:57:22.753Z | 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 } }] |
| 7172 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789 INFOSep 09 00:57:21.789 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:57:21.781 |
| 7173 | 2026-09-09T00:57:22.753Z | Sep 09 00:57:21.789DEBG Sep 09 00:57:21.789 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 } }] Sep 09 00:57:21.789created new freemapINFO , unit |
| 7174 | 2026-09-09T00:57:22.753Z | :adding route 172.17.0.23/32 -> 10.0.0.255 DEBG |
| 7175 | 2026-09-09T00:57:22.753Z | replacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 7176 | 2026-09-09T00:57:22.753Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 7177 | 2026-09-09T00:57:22.753Z | |
| 7178 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789 Sep 09 00:57:21.789DEBG Sep 09 00:57:21.789INFOSep 09 00:57:21.789replacing 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 } }] |
| 7179 | 2026-09-09T00:57:22.754Z | INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 7180 | 2026-09-09T00:57:22.754Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7181 | 2026-09-09T00:57:22.754Z | |
| 7182 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 Sep 09 00:57:21.789INFO DEBG Sep 09 00:57:21.789 Sep 09 00:57:21.789 DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 7183 | 2026-09-09T00:57:22.754Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7184 | 2026-09-09T00:57:22.754Z | DEBG Sep 09 00:57:21.789initted 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 } }] , DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 7185 | 2026-09-09T00:57:22.754Z | |
| 7186 | 2026-09-09T00:57:22.754Z | 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 } }]unit: |
| 7187 | 2026-09-09T00:57:22.754Z | freemap_route_ipv4Sep 09 00:57:21.789Sep 09 00:57:21.789 INFO Sep 09 00:57:21.789 DEBGadding route 3fff:beef:15::/64 -> 2001:db8::55:ffINFO |
| 7188 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 7189 | 2026-09-09T00:57:22.754Z | |
| 7190 | 2026-09-09T00:57:22.754Z | |
| 7191 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789adding route 172.17.0.25/32 -> 10.0.0.255Sep 09 00:57:21.789 |
| 7192 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789 DEBGDEBG DEBGreset freemap Sep 09 00:57:21.789replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }], WARN |
| 7193 | 2026-09-09T00:57:22.754Z | unit: shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 09 00:57:21.789 |
| 7194 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789 |
| 7195 | 2026-09-09T00:57:22.754Z | freemap_route_ipv4 |
| 7196 | 2026-09-09T00:57:22.754Z | INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ffSep 09 00:57:21.789 |
| 7197 | 2026-09-09T00:57:22.754Z | INFODEBGSep 09 00:57:21.789 adding route 3fff:dead::/64 -> 2001:db8::55:4replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7198 | 2026-09-09T00:57:22.754Z | initted freemap. size: 64Sep 09 00:57:21.789, |
| 7199 | 2026-09-09T00:57:22.754Z | DEBGunit Sep 09 00:57:21.789replacing 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 } }]: |
| 7200 | 2026-09-09T00:57:22.754Z | 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_ipv6Sep 09 00:57:21.789Sep 09 00:57:21.789 |
| 7201 | 2026-09-09T00:57:22.754Z | |
| 7202 | 2026-09-09T00:57:22.754Z | INFO adding route 172.17.0.26/32 -> 10.0.0.255INFOSep 09 00:57:21.789 adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 7203 | 2026-09-09T00:57:22.754Z | DEBG |
| 7204 | 2026-09-09T00:57:22.754Z | replacing targets for 3fff:dead::/64 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 } }]Sep 09 00:57:21.789 |
| 7205 | 2026-09-09T00:57:22.754Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 DEBGDEBG DEBG replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 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 } }]reset freemap |
| 7206 | 2026-09-09T00:57:22.754Z | |
| 7207 | 2026-09-09T00:57:22.754Z | , unit: freemap_route_ipv6 |
| 7208 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 Sep 09 00:57:21.789INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255INFO |
| 7209 | 2026-09-09T00:57:22.755Z | adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 7210 | 2026-09-09T00:57:22.755Z | |
| 7211 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789 Sep 09 00:57:21.789DEBG Sep 09 00:57:21.789Sep 09 00:57:21.789DEBG replacing targets for 3fff:beef:18::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }]DEBGDEBG |
| 7212 | 2026-09-09T00:57:22.755Z | |
| 7213 | 2026-09-09T00:57:22.755Z | replacing targets for 172.17.0.4/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:57:21.789 |
| 7214 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789INFO |
| 7215 | 2026-09-09T00:57:22.755Z | adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 7216 | 2026-09-09T00:57:22.755Z | INFO Sep 09 00:57:21.789adding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:57:21.789Sep 09 00:57:21.789 |
| 7217 | 2026-09-09T00:57:22.755Z | INFODEBG INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7218 | 2026-09-09T00:57:22.755Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7219 | 2026-09-09T00:57:22.755Z | 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 } }] |
| 7220 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789Sep 09 00:57:21.789 DEBGDEBG Sep 09 00:57:21.781replacing 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 } }]Sep 09 00:57:21.789 |
| 7221 | 2026-09-09T00:57:22.755Z | INFOSep 09 00:57:21.789DEBG replacing targets for 172.17.0.5/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 7222 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789 |
| 7223 | 2026-09-09T00:57:22.755Z | DEBG created new freemapINFO , adding route 172.17.0.29/32 -> 10.0.0.255Sep 09 00:57:21.789 |
| 7224 | 2026-09-09T00:57:22.755Z | unit Sep 09 00:57:21.789replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7225 | 2026-09-09T00:57:22.755Z | : DEBG INFOreplacing targets for 3fff:beef:1a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv4Sep 09 00:57:21.789 |
| 7226 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.789 |
| 7227 | 2026-09-09T00:57:22.755Z | 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 } }] INFOSep 09 00:57:21.790 DEBGadding route 172.16.0.0/32 -> 10.0.0.3 |
| 7228 | 2026-09-09T00:57:22.755Z | created new freemap, unitSep 09 00:57:21.789: DEBG created new freemap, |
| 7229 | 2026-09-09T00:57:22.755Z | unit: freemap_route_ipv4Sep 09 00:57:21.796Sep 09 00:57:21.796freemap_route_ipv6 |
| 7230 | 2026-09-09T00:57:22.755Z | DEBG |
| 7231 | 2026-09-09T00:57:22.755Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7232 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.796Sep 09 00:57:21.790 Sep 09 00:57:21.796 Sep 09 00:57:21.796 DEBG INFODEBG DEBG initted freemap. size: 64INFO, created new freemapadding route 172.16.0.0/32 -> 10.0.0.4, adding route 172.17.0.30/32 -> 10.0.0.255unit |
| 7233 | 2026-09-09T00:57:22.755Z | |
| 7234 | 2026-09-09T00:57:22.755Z | :unit created new freemap: freemap_route_ipv6freemap_route_ipv4, |
| 7235 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.796Sep 09 00:57:21.796 unitDEBG 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 } }]Sep 09 00:57:21.796replacing 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 } }] |
| 7236 | 2026-09-09T00:57:22.755Z | |
| 7237 | 2026-09-09T00:57:22.755Z | DEBG |
| 7238 | 2026-09-09T00:57:22.755Z | reset freemap , freemap_route_ipv4unitSep 09 00:57:21.796: Sep 09 00:57:21.796freemap_route_ipv4 |
| 7239 | 2026-09-09T00:57:22.755Z | Sep 09 00:57:21.796 DEBG INFO |
| 7240 | 2026-09-09T00:57:22.755Z | initted freemap. size: 64adding route 172.17.0.0/32 -> 10.0.0.255INFO |
| 7241 | 2026-09-09T00:57:22.760Z | Sep 09 00:57:21.796, Sep 09 00:57:21.796DEBGunit Sep 09 00:57:21.796initted freemap. size: 64:, adding route 172.17.0.31/32 -> 10.0.0.255freemap_route_ipv4 |
| 7242 | 2026-09-09T00:57:22.760Z | DEBG |
| 7243 | 2026-09-09T00:57:22.760Z | 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 } }] unit |
| 7244 | 2026-09-09T00:57:22.760Z | :Sep 09 00:57:21.796 DEBG freemap_route_ipv6DEBG |
| 7245 | 2026-09-09T00:57:22.760Z | 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 } }]created new freemap |
| 7246 | 2026-09-09T00:57:22.760Z | , Sep 09 00:57:21.796Sep 09 00:57:21.796unit INFOSep 09 00:57:21.796 : Sep 09 00:57:21.796DEBGadding route 172.17.0.1/32 -> 10.0.0.255 reset freemapDEBG, |
| 7247 | 2026-09-09T00:57:22.760Z | unit :freemap_route_ipv6 reset freemapfreemap_route_ipv6 INFO |
| 7248 | 2026-09-09T00:57:22.760Z | |
| 7249 | 2026-09-09T00:57:22.760Z | , Sep 09 00:57:21.796 adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7250 | 2026-09-09T00:57:22.760Z | 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 } }]Sep 09 00:57:21.796: Sep 09 00:57:21.796INFO |
| 7251 | 2026-09-09T00:57:22.761Z | DEBGSep 09 00:57:21.796 freemap_route_ipv4replacing 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 } }] |
| 7252 | 2026-09-09T00:57:22.761Z | |
| 7253 | 2026-09-09T00:57:22.761Z | adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 7254 | 2026-09-09T00:57:22.761Z | initted freemap. size: 64Sep 09 00:57:21.796Sep 09 00:57:21.796 , Sep 09 00:57:21.796INFOINFO unitadding route 172.17.0.33/32 -> 10.0.0.255Sep 09 00:57:21.796adding route 172.17.0.2/32 -> 10.0.0.255DEBG |
| 7255 | 2026-09-09T00:57:22.761Z | |
| 7256 | 2026-09-09T00:57:22.761Z | :replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 |
| 7257 | 2026-09-09T00:57:22.761Z | Sep 09 00:57:21.796Sep 09 00:57:21.796 initted freemap. size: 64 , freemap_route_ipv4unitDEBG: 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 } }]Sep 09 00:57:21.796 |
| 7258 | 2026-09-09T00:57:22.761Z | replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7259 | 2026-09-09T00:57:22.761Z | freemap_route_ipv6 |
| 7260 | 2026-09-09T00:57:22.761Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:57:21.796 |
| 7261 | 2026-09-09T00:57:22.761Z | Sep 09 00:57:21.796INFO |
| 7262 | 2026-09-09T00:57:22.761Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7263 | 2026-09-09T00:57:22.761Z | INFO Sep 09 00:57:21.796Sep 09 00:57:21.796 Sep 09 00:57:21.796DEBG adding route 172.17.0.3/32 -> 10.0.0.255 Sep 09 00:57:21.796replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] DEBGDEBG |
| 7264 | 2026-09-09T00:57:22.761Z | |
| 7265 | 2026-09-09T00:57:22.761Z | reset freemap , replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7266 | 2026-09-09T00:57:22.761Z | DEBGunit Sep 09 00:57:21.796reset freemap Sep 09 00:57:21.796Sep 09 00:57:21.796DEBG: INFO , DEBG adding route 172.17.0.35/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 7267 | 2026-09-09T00:57:22.761Z | |
| 7268 | 2026-09-09T00:57:22.761Z | 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 } }]unitfreemap_route_ipv6: |
| 7269 | 2026-09-09T00:57:22.761Z | |
| 7270 | 2026-09-09T00:57:22.761Z | freemap_route_ipv4 |
| 7271 | 2026-09-09T00:57:22.761Z | Sep 09 00:57:21.796 DEBGSep 09 00:57:21.796Sep 09 00:57:21.796 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 } }]INFOadding route 172.17.0.6/32 -> 10.0.0.255 Sep 09 00:57:21.796adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 7272 | 2026-09-09T00:57:22.761Z | DEBG |
| 7273 | 2026-09-09T00:57:22.761Z | adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7274 | 2026-09-09T00:57:22.761Z | |
| 7275 | 2026-09-09T00:57:22.761Z | initted freemap. size: 64Sep 09 00:57:21.796 , INFOunit : freemap_route_ipv6Sep 09 00:57:21.796 |
| 7276 | 2026-09-09T00:57:22.761Z | Sep 09 00:57:21.796Sep 09 00:57:21.796adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7277 | 2026-09-09T00:57:22.761Z | DEBG 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 } }]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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]Sep 09 00:57:21.796 |
| 7278 | 2026-09-09T00:57:22.761Z | |
| 7279 | 2026-09-09T00:57:22.761Z | |
| 7280 | 2026-09-09T00:57:22.761Z | DEBGSep 09 00:57:21.796 reset freemap Sep 09 00:57:21.796, DEBG Sep 09 00:57:21.796INFOSep 09 00:57:21.796 INFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2unitadding route 172.17.0.5/32 -> 10.0.0.255 |
| 7281 | 2026-09-09T00:57:22.761Z | : 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 } }] |
| 7282 | 2026-09-09T00:57:22.761Z | |
| 7283 | 2026-09-09T00:57:22.761Z | adding route 172.17.0.7/32 -> 10.0.0.255freemap_route_ipv6 |
| 7284 | 2026-09-09T00:57:22.761Z | |
| 7285 | 2026-09-09T00:57:22.761Z | Sep 09 00:57:21.796Sep 09 00:57:21.796 Sep 09 00:57:21.796 DEBG DEBGINFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7286 | 2026-09-09T00:57:22.762Z | |
| 7287 | 2026-09-09T00:57:22.762Z | Sep 09 00:57:21.796replacing 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 } }] |
| 7288 | 2026-09-09T00:57:22.762Z | Sep 09 00:57:21.796 Sep 09 00:57:21.796Sep 09 00:57:21.796INFO DEBG Sep 09 00:57:21.796DEBG INFOINFOadding route 172.16.0.0/32 -> 10.0.0.1 adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 7289 | 2026-09-09T00:57:22.762Z | 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 } }] |
| 7290 | 2026-09-09T00:57:22.762Z | |
| 7291 | 2026-09-09T00:57:22.762Z | |
| 7292 | 2026-09-09T00:57:22.762Z | adding route 172.17.0.6/32 -> 10.0.0.255Sep 09 00:57:21.796Sep 09 00:57:21.796 |
| 7293 | 2026-09-09T00:57:22.762Z | Sep 09 00:57:21.796DEBG 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 } }]Sep 09 00:57:21.796 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:57:21.796 |
| 7294 | 2026-09-09T00:57:22.762Z | |
| 7295 | 2026-09-09T00:57:22.762Z | DEBGINFOINFO adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.38/32 -> 10.0.0.255replacing targets for 172.17.0.6/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7296 | 2026-09-09T00:57:22.762Z | |
| 7297 | 2026-09-09T00:57:22.762Z | |
| 7298 | 2026-09-09T00:57:22.762Z | Sep 09 00:57:21.796Sep 09 00:57:21.796Sep 09 00:57:21.796 Sep 09 00:57:21.796 Sep 09 00:57:21.796 DEBGINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 7299 | 2026-09-09T00:57:22.762Z | 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.7/32 -> 10.0.0.255 |
| 7300 | 2026-09-09T00:57:22.762Z | |
| 7301 | 2026-09-09T00:57:22.762Z | INFO 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 } }]adding route 172.16.0.0/32 -> 10.0.0.2Sep 09 00:57:21.796 |
| 7302 | 2026-09-09T00:57:22.762Z | |
| 7303 | 2026-09-09T00:57:22.762Z | DEBGSep 09 00:57:21.796 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 } }] |
| 7304 | 2026-09-09T00:57:22.762Z | test route::tests::same_size_non_subset_replace ... ok |
| 7305 | 2026-09-09T00:57:22.762Z | INFOSep 09 00:57:21.796Sep 09 00:57:21.796Sep 09 00:57:21.796 Sep 09 00:57:21.796 adding route 172.17.0.39/32 -> 10.0.0.255INFO |
| 7306 | 2026-09-09T00:57:22.762Z | INFO DEBGDEBG adding route 172.17.0.8/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7307 | 2026-09-09T00:57:22.762Z | |
| 7308 | 2026-09-09T00:57:22.762Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:57:21.796 |
| 7309 | 2026-09-09T00:57:22.762Z | DEBGSep 09 00:57:21.796 Sep 09 00:57:21.796replacing 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 } }] DEBGDEBG |
| 7310 | 2026-09-09T00:57:22.762Z | 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 } }]Sep 09 00:57:21.796 |
| 7311 | 2026-09-09T00:57:22.762Z | 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 } }] |
| 7312 | 2026-09-09T00:57:22.762Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 7313 | 2026-09-09T00:57:22.762Z | |
| 7314 | 2026-09-09T00:57:22.762Z | DEBG Sep 09 00:57:21.796Sep 09 00:57:21.796replacing targets for 3fff:dead::/64 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 } }]Sep 09 00:57:21.796 INFOSep 09 00:57:21.796 INFOINFO INFO |
| 7315 | 2026-09-09T00:57:22.762Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7316 | 2026-09-09T00:57:22.763Z | adding route 172.17.0.40/32 -> 10.0.0.255adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7317 | 2026-09-09T00:57:22.763Z | |
| 7318 | 2026-09-09T00:57:22.763Z | adding route 172.16.0.0/32 -> 10.0.0.3 |
| 7319 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796Sep 09 00:57:21.796Sep 09 00:57:21.796Sep 09 00:57:21.796 DEBG 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 } }] DEBG |
| 7320 | 2026-09-09T00:57:22.763Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7321 | 2026-09-09T00:57:22.763Z | |
| 7322 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796 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 } }] |
| 7323 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796Sep 09 00:57:21.796INFO INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7324 | 2026-09-09T00:57:22.763Z | adding route 172.17.0.41/32 -> 10.0.0.255INFOSep 09 00:57:21.796 |
| 7325 | 2026-09-09T00:57:22.763Z | INFOadding route 172.16.0.0/32 -> 10.0.0.4Sep 09 00:57:21.796 Sep 09 00:57:21.796DEBGadding route 172.17.0.10/32 -> 10.0.0.255 |
| 7326 | 2026-09-09T00:57:22.763Z | |
| 7327 | 2026-09-09T00:57:22.763Z | DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7328 | 2026-09-09T00:57:22.763Z | 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 } }]Sep 09 00:57:21.796 |
| 7329 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796 DEBGDEBGSep 09 00:57:21.796 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7330 | 2026-09-09T00:57:22.763Z | 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 |
| 7331 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796adding route 172.17.0.12/32 -> 10.0.0.255 Sep 09 00:57:21.796INFOSep 09 00:57:21.796 adding route 172.17.0.42/32 -> 10.0.0.255INFO |
| 7332 | 2026-09-09T00:57:22.763Z | |
| 7333 | 2026-09-09T00:57:22.763Z | adding route 172.17.0.11/32 -> 10.0.0.255DEBG |
| 7334 | 2026-09-09T00:57:22.763Z | Sep 09 00:57:21.796Sep 09 00:57:21.796 replacing targets for 172.16.0.0/32 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 } }]DEBGSep 09 00:57:21.796 Sep 09 00:57:21.797 DEBG Sep 09 00:57:21.797DEBGreplacing 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.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 } }]created new freemap |
| 7335 | 2026-09-09T00:57:22.763Z | , |
| 7336 | 2026-09-09T00:57:22.763Z | unit:Sep 09 00:57:21.803 DEBGINFO Sep 09 00:57:21.803 freemap_route_ipv4INFO |
| 7337 | 2026-09-09T00:57:22.763Z | created new freemapadding route 172.17.0.43/32 -> 10.0.0.255 , adding route 172.17.0.12/32 -> 10.0.0.255unit |
| 7338 | 2026-09-09T00:57:22.763Z | |
| 7339 | 2026-09-09T00:57:22.763Z | : Sep 09 00:57:21.803freemap_route_ipv4Sep 09 00:57:21.803 |
| 7340 | 2026-09-09T00:57:22.763Z | DEBGDEBG created new freemapSep 09 00:57:21.803, 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 } }]unitDEBG: |
| 7341 | 2026-09-09T00:57:22.773Z | Sep 09 00:57:21.803 DEBGcreated new freemap , replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:57:21.803unitfreemap_route_ipv6 |
| 7342 | 2026-09-09T00:57:22.773Z | |
| 7343 | 2026-09-09T00:57:22.773Z | INFO: freemap_route_ipv6adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7344 | 2026-09-09T00:57:22.773Z | Sep 09 00:57:21.803 |
| 7345 | 2026-09-09T00:57:22.773Z | INFOSep 09 00:57:21.803 adding route 172.17.0.13/32 -> 10.0.0.255DEBG |
| 7346 | 2026-09-09T00:57:22.773Z | initted freemap. size: 64Sep 09 00:57:21.803, unitSep 09 00:57:21.803DEBG :Sep 09 00:57:21.803 DEBGfreemap_route_ipv4 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.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 } }] |
| 7347 | 2026-09-09T00:57:22.773Z | |
| 7348 | 2026-09-09T00:57:22.773Z | DEBG |
| 7349 | 2026-09-09T00:57:22.773Z | initted freemap. size: 64, unitSep 09 00:57:21.803Sep 09 00:57:21.803 :INFO INFO Sep 09 00:57:21.803adding route 172.17.0.14/32 -> 10.0.0.255 freemap_route_ipv4adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7350 | 2026-09-09T00:57:22.773Z | |
| 7351 | 2026-09-09T00:57:22.774Z | DEBG |
| 7352 | 2026-09-09T00:57:22.774Z | reset freemap, unitSep 09 00:57:21.803Sep 09 00:57:21.803 :DEBGDEBG 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 } }] reset freemapSep 09 00:57:21.803freemap_route_ipv4 |
| 7353 | 2026-09-09T00:57:22.774Z | , |
| 7354 | 2026-09-09T00:57:22.774Z | DEBG 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 } }]: |
| 7355 | 2026-09-09T00:57:22.774Z | Sep 09 00:57:21.803freemap_route_ipv4 |
| 7356 | 2026-09-09T00:57:22.774Z | DEBGSep 09 00:57:21.803 Sep 09 00:57:21.803INFO initted freemap. size: 64 Sep 09 00:57:21.803INFOadding route 172.17.0.15/32 -> 10.0.0.255 DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7357 | 2026-09-09T00:57:22.774Z | |
| 7358 | 2026-09-09T00:57:22.774Z | , unitinitted freemap. size: 64:, unit:Sep 09 00:57:21.803 freemap_route_ipv6DEBGSep 09 00:57:21.803 |
| 7359 | 2026-09-09T00:57:22.774Z | 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 freemap_route_ipv6replacing 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 } }] |
| 7360 | 2026-09-09T00:57:22.774Z | |
| 7361 | 2026-09-09T00:57:22.774Z | |
| 7362 | 2026-09-09T00:57:22.774Z | Sep 09 00:57:21.803 DEBGSep 09 00:57:21.803 Sep 09 00:57:21.803reset freemap INFO , adding route 172.17.0.47/32 -> 10.0.0.255unit |
| 7363 | 2026-09-09T00:57:22.774Z | :INFOSep 09 00:57:21.803 freemap_route_ipv6adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7364 | 2026-09-09T00:57:22.774Z | DEBG |
| 7365 | 2026-09-09T00:57:22.774Z | reset freemapSep 09 00:57:21.803, DEBGunit :Sep 09 00:57:21.803 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 } }]freemap_route_ipv6 Sep 09 00:57:21.803INFO |
| 7366 | 2026-09-09T00:57:22.774Z | |
| 7367 | 2026-09-09T00:57:22.774Z | 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 } }] |
| 7368 | 2026-09-09T00:57:22.774Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:57:21.803 |
| 7369 | 2026-09-09T00:57:22.774Z | INFO Sep 09 00:57:21.803adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:57:21.803 |
| 7370 | 2026-09-09T00:57:22.774Z | DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:57:21.803Sep 09 00:57:21.803 |
| 7371 | 2026-09-09T00:57:22.774Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7372 | 2026-09-09T00:57:22.774Z | |
| 7373 | 2026-09-09T00:57:22.774Z | DEBGSep 09 00:57:21.803 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:57:21.803Sep 09 00:57:21.803 |
| 7374 | 2026-09-09T00:57:22.774Z | 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 } }] |
| 7375 | 2026-09-09T00:57:22.774Z | adding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7376 | 2026-09-09T00:57:22.775Z | 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 } }]Sep 09 00:57:21.803 |
| 7377 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803INFOSep 09 00:57:21.803 INFOadding route 172.16.0.0/32 -> 10.0.0.2DEBG |
| 7378 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7379 | 2026-09-09T00:57:22.775Z | adding route 172.17.0.49/32 -> 10.0.0.255 INFO |
| 7380 | 2026-09-09T00:57:22.775Z | adding route 172.17.0.18/32 -> 10.0.0.255Sep 09 00:57:21.803 |
| 7381 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803DEBGSep 09 00:57:21.803 Sep 09 00:57:21.803DEBG 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 } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 7382 | 2026-09-09T00:57:22.775Z | |
| 7383 | 2026-09-09T00:57:22.775Z | 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 |
| 7384 | 2026-09-09T00:57:22.775Z | 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 } }]Sep 09 00:57:21.803 |
| 7385 | 2026-09-09T00:57:22.775Z | INFO Sep 09 00:57:21.803 INFO adding route 172.17.0.50/32 -> 10.0.0.255DEBG |
| 7386 | 2026-09-09T00:57:22.775Z | 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 } }]Sep 09 00:57:21.803 |
| 7387 | 2026-09-09T00:57:22.775Z | adding route 172.16.0.0/32 -> 10.0.0.3INFO |
| 7388 | 2026-09-09T00:57:22.775Z | adding route 172.17.0.19/32 -> 10.0.0.255Sep 09 00:57:21.803 |
| 7389 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803 Sep 09 00:57:21.803 DEBGSep 09 00:57:21.803DEBG INFODEBG adding route 172.17.0.13/32 -> 10.0.0.255replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7390 | 2026-09-09T00:57:22.775Z | |
| 7391 | 2026-09-09T00:57:22.775Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 7392 | 2026-09-09T00:57:22.775Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7393 | 2026-09-09T00:57:22.775Z | |
| 7394 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803Sep 09 00:57:21.803 DEBGSep 09 00:57:21.775 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 } }]Sep 09 00:57:21.803 Sep 09 00:57:21.803 |
| 7395 | 2026-09-09T00:57:22.775Z | INFO INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255INFO |
| 7396 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803 created new freemap , unit adding route 172.17.0.51/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 7397 | 2026-09-09T00:57:22.775Z | |
| 7398 | 2026-09-09T00:57:22.775Z | adding route 172.17.0.14/32 -> 10.0.0.255Sep 09 00:57:21.803 |
| 7399 | 2026-09-09T00:57:22.775Z | : DEBGSep 09 00:57:21.803freemap_route_ipv4 |
| 7400 | 2026-09-09T00:57:22.775Z | 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 } }]Sep 09 00:57:21.803 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 } }] |
| 7401 | 2026-09-09T00:57:22.775Z | DEBG |
| 7402 | 2026-09-09T00:57:22.775Z | test route::tests::delete_target_full ... ok |
| 7403 | 2026-09-09T00:57:22.775Z | Sep 09 00:57:21.803 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 |
| 7404 | 2026-09-09T00:57:22.775Z | created new freemapSep 09 00:57:21.803, Sep 09 00:57:21.803unit : INFODEBGfreemap_route_ipv6 Sep 09 00:57:21.803 |
| 7405 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803 replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 7406 | 2026-09-09T00:57:22.776Z | adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7407 | 2026-09-09T00:57:22.776Z | INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 7408 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803Sep 09 00:57:21.803adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7409 | 2026-09-09T00:57:22.776Z | 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 } }]initted freemap. size: 64 |
| 7410 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803, unit: Sep 09 00:57:21.803DEBG 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 } }]freemap_route_ipv4Sep 09 00:57:21.803Sep 09 00:57:21.803 INFO |
| 7411 | 2026-09-09T00:57:22.776Z | 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 } }] |
| 7412 | 2026-09-09T00:57:22.776Z | DEBG adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7413 | 2026-09-09T00:57:22.776Z | 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 } }] |
| 7414 | 2026-09-09T00:57:22.776Z | |
| 7415 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803Sep 09 00:57:21.803 Sep 09 00:57:21.803DEBGDEBG INFOSep 09 00:57:21.803 adding route 172.17.0.16/32 -> 10.0.0.255reset freemap |
| 7416 | 2026-09-09T00:57:22.776Z | INFO , unit :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 } }] Sep 09 00:57:21.803adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7417 | 2026-09-09T00:57:22.776Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 7418 | 2026-09-09T00:57:22.776Z | |
| 7419 | 2026-09-09T00:57:22.776Z | |
| 7420 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803Sep 09 00:57:21.803 Sep 09 00:57:21.803 DEBG INFOinitted freemap. size: 64 , adding route 172.17.0.17/32 -> 10.0.0.255Sep 09 00:57:21.803 |
| 7421 | 2026-09-09T00:57:22.776Z | unitDEBGINFO :adding route 172.17.0.23/32 -> 10.0.0.255 freemap_route_ipv6replacing 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 } }] |
| 7422 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803 |
| 7423 | 2026-09-09T00:57:22.776Z | |
| 7424 | 2026-09-09T00:57:22.776Z | DEBGSep 09 00:57:21.803 replacing targets for 172.17.0.17/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 7425 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803Sep 09 00:57:21.803 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 } }]INFOSep 09 00:57:21.803 adding route 172.17.0.54/32 -> 10.0.0.255INFO |
| 7426 | 2026-09-09T00:57:22.776Z | |
| 7427 | 2026-09-09T00:57:22.776Z | adding route 172.17.0.18/32 -> 10.0.0.255DEBG |
| 7428 | 2026-09-09T00:57:22.776Z | reset freemapSep 09 00:57:21.803Sep 09 00:57:21.803 DEBGINFOSep 09 00:57:21.803 , DEBGadding route 172.17.0.24/32 -> 10.0.0.255unit |
| 7429 | 2026-09-09T00:57:22.776Z | 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.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 } }]: |
| 7430 | 2026-09-09T00:57:22.776Z | freemap_route_ipv6 |
| 7431 | 2026-09-09T00:57:22.776Z | |
| 7432 | 2026-09-09T00:57:22.776Z | Sep 09 00:57:21.803 Sep 09 00:57:21.803Sep 09 00:57:21.803 INFODEBG INFOadding route 172.17.0.19/32 -> 10.0.0.255 Sep 09 00:57:21.803 |
| 7433 | 2026-09-09T00:57:22.776Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7434 | 2026-09-09T00:57:22.776Z | 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 } }]Sep 09 00:57:21.803 |
| 7435 | 2026-09-09T00:57:22.777Z | |
| 7436 | 2026-09-09T00:57:22.777Z | DEBG Sep 09 00:57:21.803Sep 09 00:57:21.803Sep 09 00:57:21.803 DEBGINFO replacing targets for 172.17.0.19/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 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 } }] |
| 7437 | 2026-09-09T00:57:22.777Z | |
| 7438 | 2026-09-09T00:57:22.777Z | DEBG adding route 172.17.0.25/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 } }] |
| 7439 | 2026-09-09T00:57:22.777Z | |
| 7440 | 2026-09-09T00:57:22.777Z | Sep 09 00:57:21.803 Sep 09 00:57:21.803INFOSep 09 00:57:21.803 adding route 172.17.0.56/32 -> 10.0.0.255INFOINFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7441 | 2026-09-09T00:57:22.781Z | |
| 7442 | 2026-09-09T00:57:22.781Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:57:21.803 |
| 7443 | 2026-09-09T00:57:22.781Z | DEBGSep 09 00:57:21.803 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 } }] |
| 7444 | 2026-09-09T00:57:22.781Z | 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 } }]Sep 09 00:57:21.803Sep 09 00:57:21.803 |
| 7445 | 2026-09-09T00:57:22.781Z | DEBGDEBG replacing targets for 172.17.0.56/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }] |
| 7446 | 2026-09-09T00:57:22.781Z | |
| 7447 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.803 Sep 09 00:57:21.803Sep 09 00:57:21.803 Sep 09 00:57:21.803INFO INFOINFOINFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7448 | 2026-09-09T00:57:22.782Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7449 | 2026-09-09T00:57:22.782Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7450 | 2026-09-09T00:57:22.782Z | |
| 7451 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.803Sep 09 00:57:21.803 DEBGDEBG Sep 09 00:57:21.803 replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "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 } }]Sep 09 00:57:21.803 DEBGSep 09 00:57:21.789 INFO |
| 7452 | 2026-09-09T00:57:22.782Z | adding route 3fff:beef:1b::/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 } }] |
| 7453 | 2026-09-09T00:57:22.782Z | |
| 7454 | 2026-09-09T00:57:22.782Z | DEBG Sep 09 00:57:21.810Sep 09 00:57:21.810replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7455 | 2026-09-09T00:57:22.782Z | |
| 7456 | 2026-09-09T00:57:22.782Z | |
| 7457 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.810 INFO Sep 09 00:57:21.810 DEBGadding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 7458 | 2026-09-09T00:57:22.782Z | 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 } }]Sep 09 00:57:21.810 |
| 7459 | 2026-09-09T00:57:22.782Z | INFO |
| 7460 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.810adding route 172.17.0.27/32 -> 10.0.0.255Sep 09 00:57:21.810 DEBG |
| 7461 | 2026-09-09T00:57:22.782Z | INFOreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7462 | 2026-09-09T00:57:22.782Z | adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7463 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.810 DEBG Sep 09 00:57:21.810Sep 09 00:57:21.810 INFOINFOreplacing 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 } }] |
| 7464 | 2026-09-09T00:57:22.782Z | adding route 172.16.0.0/32 -> 10.0.0.2Sep 09 00:57:21.810adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 7465 | 2026-09-09T00:57:22.782Z | DEBGSep 09 00:57:21.810 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 } }] |
| 7466 | 2026-09-09T00:57:22.782Z | |
| 7467 | 2026-09-09T00:57:22.782Z | INFO adding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:57:21.810 |
| 7468 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 DEBGDEBG replacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:57:21.810 |
| 7469 | 2026-09-09T00:57:22.782Z | DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]INFO Sep 09 00:57:21.810 |
| 7470 | 2026-09-09T00:57:22.782Z | 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 } }] |
| 7471 | 2026-09-09T00:57:22.782Z | adding route 172.17.0.60/32 -> 10.0.0.255INFO Sep 09 00:57:21.810adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 7472 | 2026-09-09T00:57:22.782Z | INFO |
| 7473 | 2026-09-09T00:57:22.782Z | Sep 09 00:57:21.810 Sep 09 00:57:21.810 DEBGadding route 172.17.0.0/32 -> 10.0.0.255INFO Sep 09 00:57:21.810 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.29/32 -> 10.0.0.255 |
| 7474 | 2026-09-09T00:57:22.782Z | |
| 7475 | 2026-09-09T00:57:22.782Z | DEBG |
| 7476 | 2026-09-09T00:57:22.783Z | 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 } }]Sep 09 00:57:21.810 |
| 7477 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810 DEBGINFOSep 09 00:57:21.810 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 } }]Sep 09 00:57:21.810 |
| 7478 | 2026-09-09T00:57:22.783Z | DEBG INFOadding route 172.17.0.61/32 -> 10.0.0.255 |
| 7479 | 2026-09-09T00:57:22.783Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ff 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 } }] |
| 7480 | 2026-09-09T00:57:22.783Z | |
| 7481 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810 Sep 09 00:57:21.810DEBG 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 } }]Sep 09 00:57:21.810 Sep 09 00:57:21.810adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7482 | 2026-09-09T00:57:22.783Z | |
| 7483 | 2026-09-09T00:57:22.783Z | INFO adding route 172.17.0.1/32 -> 10.0.0.255DEBG |
| 7484 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810replacing 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 } }] Sep 09 00:57:21.810INFO |
| 7485 | 2026-09-09T00:57:22.783Z | DEBGadding route 172.17.0.62/32 -> 10.0.0.255 Sep 09 00:57:21.810 |
| 7486 | 2026-09-09T00:57:22.783Z | 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 } }] |
| 7487 | 2026-09-09T00:57:22.783Z | DEBG Sep 09 00:57:21.810replacing 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 } }] |
| 7488 | 2026-09-09T00:57:22.783Z | DEBGSep 09 00:57:21.810Sep 09 00:57:21.810 INFOINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7489 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810adding route 3fff:beef:20::/64 -> 2001:db8::55:ff |
| 7490 | 2026-09-09T00:57:22.783Z | INFO |
| 7491 | 2026-09-09T00:57:22.783Z | adding route 172.17.0.2/32 -> 10.0.0.255Sep 09 00:57:21.810 |
| 7492 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810DEBG DEBGSep 09 00:57:21.810 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 } }]failed to allocate space for the new target list |
| 7493 | 2026-09-09T00:57:22.783Z | DEBGSep 09 00:57:21.810 |
| 7494 | 2026-09-09T00:57:22.783Z | replacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 7495 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810Sep 09 00:57:21.810replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBGINFO |
| 7496 | 2026-09-09T00:57:22.783Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]Sep 09 00:57:21.810 |
| 7497 | 2026-09-09T00:57:22.783Z | adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7498 | 2026-09-09T00:57:22.783Z | INFO Sep 09 00:57:21.810adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 7499 | 2026-09-09T00:57:22.783Z | INFO Sep 09 00:57:21.810adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7500 | 2026-09-09T00:57:22.783Z | DEBG Sep 09 00:57:21.810 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 } }]DEBGSep 09 00:57:21.810 |
| 7501 | 2026-09-09T00:57:22.783Z | 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 } }]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 } }]Sep 09 00:57:21.810 |
| 7502 | 2026-09-09T00:57:22.783Z | |
| 7503 | 2026-09-09T00:57:22.783Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7504 | 2026-09-09T00:57:22.783Z | Sep 09 00:57:21.810 INFOSep 09 00:57:21.810 adding route 172.17.0.4/32 -> 10.0.0.255INFOSep 09 00:57:21.810 |
| 7505 | 2026-09-09T00:57:22.783Z | adding route 3fff:beef:22::/64 -> 2001:db8::55:ffDEBG |
| 7506 | 2026-09-09T00:57:22.784Z | 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 } }] |
| 7507 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 DEBG Sep 09 00:57:21.810Sep 09 00:57:21.810 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 |
| 7508 | 2026-09-09T00:57:22.784Z | 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 } }] |
| 7509 | 2026-09-09T00:57:22.784Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7510 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 INFO adding route 172.17.0.5/32 -> 10.0.0.255Sep 09 00:57:21.810 |
| 7511 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810INFO DEBGadding route 3fff:beef:23::/64 -> 2001:db8::55:ff Sep 09 00:57:21.810 |
| 7512 | 2026-09-09T00:57:22.784Z | 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 |
| 7513 | 2026-09-09T00:57:22.784Z | 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 } }] |
| 7514 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 Sep 09 00:57:21.810DEBGSep 09 00:57:21.810 INFO INFOreplacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7515 | 2026-09-09T00:57:22.784Z | adding route 172.17.0.6/32 -> 10.0.0.255adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7516 | 2026-09-09T00:57:22.784Z | |
| 7517 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 Sep 09 00:57:21.810Sep 09 00:57:21.810INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff 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 } }] |
| 7518 | 2026-09-09T00:57:22.784Z | |
| 7519 | 2026-09-09T00:57:22.784Z | 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 } }] |
| 7520 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 INFOSep 09 00:57:21.810Sep 09 00:57:21.810 INFOadding route 172.17.0.7/32 -> 10.0.0.255 DEBG |
| 7521 | 2026-09-09T00:57:22.784Z | adding route 172.17.0.36/32 -> 10.0.0.255replacing 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 } }] |
| 7522 | 2026-09-09T00:57:22.784Z | |
| 7523 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810Sep 09 00:57:21.810Sep 09 00:57:21.810 DEBGINFO DEBG adding route 3fff:beef:25::/64 -> 2001:db8::55:ff replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7524 | 2026-09-09T00:57:22.784Z | |
| 7525 | 2026-09-09T00:57:22.784Z | |
| 7526 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 DEBGSep 09 00:57:21.810 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 } }] INFOadding route 172.17.0.8/32 -> 10.0.0.255 |
| 7527 | 2026-09-09T00:57:22.784Z | |
| 7528 | 2026-09-09T00:57:22.784Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7529 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 Sep 09 00:57:21.810 INFO DEBG DEBGadding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 7530 | 2026-09-09T00:57:22.784Z | replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7531 | 2026-09-09T00:57:22.784Z | |
| 7532 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810 Sep 09 00:57:21.810Sep 09 00:57:21.810DEBG INFO INFOadding route 172.17.0.9/32 -> 10.0.0.255 replacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7533 | 2026-09-09T00:57:22.784Z | |
| 7534 | 2026-09-09T00:57:22.784Z | |
| 7535 | 2026-09-09T00:57:22.784Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 Sep 09 00:57:21.810DEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBGINFO |
| 7536 | 2026-09-09T00:57:22.785Z | 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:beef:27::/64 -> 2001:db8::55:ff |
| 7537 | 2026-09-09T00:57:22.785Z | |
| 7538 | 2026-09-09T00:57:22.785Z | Sep 09 00:57:21.810Sep 09 00:57:21.810Sep 09 00:57:21.810 INFOINFODEBG adding route 172.17.0.39/32 -> 10.0.0.255replacing 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 } }] |
| 7539 | 2026-09-09T00:57:22.785Z | |
| 7540 | 2026-09-09T00:57:22.785Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7541 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 Sep 09 00:57:21.810 INFODEBG replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 7542 | 2026-09-09T00:57:22.790Z | |
| 7543 | 2026-09-09T00:57:22.790Z | 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 } }] |
| 7544 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810 INFOSep 09 00:57:21.810 Sep 09 00:57:21.810DEBGadding route 172.17.0.11/32 -> 10.0.0.255 INFOreplacing targets for 3fff:beef:28::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7545 | 2026-09-09T00:57:22.790Z | |
| 7546 | 2026-09-09T00:57:22.790Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7547 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810 DEBGSep 09 00:57:21.810 Sep 09 00:57:21.810 DEBGreplacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7548 | 2026-09-09T00:57:22.790Z | 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 |
| 7549 | 2026-09-09T00:57:22.790Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ff |
| 7550 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810Sep 09 00:57:21.810Sep 09 00:57:21.810 INFODEBG INFO 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 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7551 | 2026-09-09T00:57:22.790Z | |
| 7552 | 2026-09-09T00:57:22.790Z | |
| 7553 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 Sep 09 00:57:21.810DEBG INFO replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:beef:2a::/64 -> 2001:db8::55:ffDEBG |
| 7554 | 2026-09-09T00:57:22.790Z | |
| 7555 | 2026-09-09T00:57:22.790Z | 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 } }] |
| 7556 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810 INFOSep 09 00:57:21.810Sep 09 00:57:21.810 adding route 172.17.0.42/32 -> 10.0.0.255DEBG |
| 7557 | 2026-09-09T00:57:22.790Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7558 | 2026-09-09T00:57:22.790Z | adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7559 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810Sep 09 00:57:21.810 INFODEBG adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffSep 09 00:57:21.810replacing 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 } }] |
| 7560 | 2026-09-09T00:57:22.790Z | |
| 7561 | 2026-09-09T00:57:22.790Z | 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 } }] |
| 7562 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810 DEBG |
| 7563 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.810Sep 09 00:57:21.810replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO adding route 172.17.0.43/32 -> 10.0.0.255INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7564 | 2026-09-09T00:57:22.790Z | |
| 7565 | 2026-09-09T00:57:22.790Z | Sep 09 00:57:21.819 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 } }]Sep 09 00:57:21.819 |
| 7566 | 2026-09-09T00:57:22.791Z | 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 } }]Sep 09 00:57:21.819 |
| 7567 | 2026-09-09T00:57:22.791Z | INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7568 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7569 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 Sep 09 00:57:21.819DEBG 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 } }] |
| 7570 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819replacing 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 } }] |
| 7571 | 2026-09-09T00:57:22.791Z | INFO adding route 172.17.0.22/32 -> 10.0.0.255Sep 09 00:57:21.819 |
| 7572 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 INFOINFO Sep 09 00:57:21.819adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7573 | 2026-09-09T00:57:22.791Z | DEBG adding route 172.17.0.45/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 } }] |
| 7574 | 2026-09-09T00:57:22.791Z | |
| 7575 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 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 } }]Sep 09 00:57:21.819 |
| 7576 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 INFODEBG Sep 09 00:57:21.819adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7577 | 2026-09-09T00:57:22.791Z | 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 } }] |
| 7578 | 2026-09-09T00:57:22.791Z | adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7579 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819Sep 09 00:57:21.819Sep 09 00:57:21.819 INFODEBG DEBGadding route 172.17.0.46/32 -> 10.0.0.255 |
| 7580 | 2026-09-09T00:57:22.791Z | 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.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 } }] |
| 7581 | 2026-09-09T00:57:22.791Z | |
| 7582 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 Sep 09 00:57:21.819DEBGSep 09 00:57:21.819 INFOINFO 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.24/32 -> 10.0.0.255adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7583 | 2026-09-09T00:57:22.791Z | |
| 7584 | 2026-09-09T00:57:22.791Z | |
| 7585 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819Sep 09 00:57:21.819 Sep 09 00:57:21.819DEBG INFODEBGreplacing 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 } }] |
| 7586 | 2026-09-09T00:57:22.791Z | 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 } }] |
| 7587 | 2026-09-09T00:57:22.791Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7588 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 INFOSep 09 00:57:21.819 adding route 172.17.0.25/32 -> 10.0.0.255DEBGSep 09 00:57:21.819 |
| 7589 | 2026-09-09T00:57:22.791Z | 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 } }] |
| 7590 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7591 | 2026-09-09T00:57:22.791Z | 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 } }] |
| 7592 | 2026-09-09T00:57:22.791Z | Sep 09 00:57:21.819 Sep 09 00:57:21.819 INFOSep 09 00:57:21.819 DEBGINFOadding route 172.17.0.48/32 -> 10.0.0.255 adding route 172.17.0.26/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 } }] |
| 7593 | 2026-09-09T00:57:22.791Z | |
| 7594 | 2026-09-09T00:57:22.792Z | |
| 7595 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.819Sep 09 00:57:21.819 Sep 09 00:57:21.819INFO DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 7596 | 2026-09-09T00:57:22.792Z | 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 |
| 7597 | 2026-09-09T00:57:22.792Z | 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 } }] |
| 7598 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.819 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 } }]Sep 09 00:57:21.819Sep 09 00:57:21.819 INFO |
| 7599 | 2026-09-09T00:57:22.792Z | INFOadding route 172.17.0.27/32 -> 10.0.0.255 |
| 7600 | 2026-09-09T00:57:22.792Z | adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7601 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.819Sep 09 00:57:21.819 Sep 09 00:57:21.819 DEBGINFO replacing targets for 172.17.0.27/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7602 | 2026-09-09T00:57:22.792Z | test route::tests::delete_target_fragmented ... ok |
| 7603 | 2026-09-09T00:57:22.792Z | |
| 7604 | 2026-09-09T00:57:22.792Z | 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 } }] |
| 7605 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.819 INFOSep 09 00:57:21.820Sep 09 00:57:21.820 DEBGINFOadding route 172.17.0.28/32 -> 10.0.0.255 |
| 7606 | 2026-09-09T00:57:22.792Z | 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 } }] |
| 7607 | 2026-09-09T00:57:22.792Z | adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7608 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820 DEBGSep 09 00:57:21.820Sep 09 00:57:21.820 DEBGINFOreplacing 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 } }] |
| 7609 | 2026-09-09T00:57:22.792Z | adding route 172.17.0.22/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 } }] |
| 7610 | 2026-09-09T00:57:22.792Z | |
| 7611 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820 Sep 09 00:57:21.820INFO Sep 09 00:57:21.820adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7612 | 2026-09-09T00:57:22.792Z | 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 } }] |
| 7613 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7614 | 2026-09-09T00:57:22.792Z | 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 } }]Sep 09 00:57:21.820 |
| 7615 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 Sep 09 00:57:21.820 |
| 7616 | 2026-09-09T00:57:22.792Z | 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 |
| 7617 | 2026-09-09T00:57:22.792Z | adding route 172.17.0.30/32 -> 10.0.0.255Sep 09 00:57:21.820 |
| 7618 | 2026-09-09T00:57:22.792Z | DEBG Sep 09 00:57:21.820replacing 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 } }] |
| 7619 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820INFO DEBGadding route 172.17.0.52/32 -> 10.0.0.255Sep 09 00:57:21.820 |
| 7620 | 2026-09-09T00:57:22.792Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7621 | 2026-09-09T00:57:22.792Z | adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7622 | 2026-09-09T00:57:22.792Z | Sep 09 00:57:21.820Sep 09 00:57:21.820Sep 09 00:57:21.820 INFODEBG adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7623 | 2026-09-09T00:57:22.792Z | replacing targets for 172.17.0.52/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG replacing targets for 172.17.0.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 } }] |
| 7624 | 2026-09-09T00:57:22.792Z | |
| 7625 | 2026-09-09T00:57:22.792Z | |
| 7626 | 2026-09-09T00:57:22.793Z | Sep 09 00:57:21.827Sep 09 00:57:21.827Sep 09 00:57:21.827 INFODEBG Sep 09 00:57:21.827INFO adding route 172.17.0.25/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 } }]INFO |
| 7627 | 2026-09-09T00:57:22.793Z | |
| 7628 | 2026-09-09T00:57:22.793Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 7629 | 2026-09-09T00:57:22.793Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7630 | 2026-09-09T00:57:22.793Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827INFO adding route 172.17.0.32/32 -> 10.0.0.255DEBG |
| 7631 | 2026-09-09T00:57:22.793Z | 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 } }] |
| 7632 | 2026-09-09T00:57:22.793Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827DEBGSep 09 00:57:21.827 INFODEBG replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.54/32 -> 10.0.0.255replacing 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 } }] |
| 7633 | 2026-09-09T00:57:22.793Z | |
| 7634 | 2026-09-09T00:57:22.793Z | |
| 7635 | 2026-09-09T00:57:22.793Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 Sep 09 00:57:21.827Sep 09 00:57:21.827DEBG INFODEBGINFO adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 7636 | 2026-09-09T00:57:22.793Z | 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.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.255 |
| 7637 | 2026-09-09T00:57:22.793Z | |
| 7638 | 2026-09-09T00:57:22.793Z | |
| 7639 | 2026-09-09T00:57:22.793Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827DEBGSep 09 00:57:21.827 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 DEBG |
| 7640 | 2026-09-09T00:57:22.793Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7641 | 2026-09-09T00:57:22.798Z | 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 } }] |
| 7642 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827INFO Sep 09 00:57:21.827Sep 09 00:57:21.827 INFOadding route 172.17.0.26/32 -> 10.0.0.255 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 7643 | 2026-09-09T00:57:22.798Z | INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7644 | 2026-09-09T00:57:22.798Z | |
| 7645 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827 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 |
| 7646 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827 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 } }]Sep 09 00:57:21.827 |
| 7647 | 2026-09-09T00:57:22.798Z | DEBG Sep 09 00:57:21.827DEBGreplacing 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 } }] Sep 09 00:57:21.827 |
| 7648 | 2026-09-09T00:57:22.798Z | INFO INFOadding route 172.17.0.27/32 -> 10.0.0.255 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 } }] |
| 7649 | 2026-09-09T00:57:22.798Z | |
| 7650 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827adding route 172.17.0.56/32 -> 10.0.0.255 INFO |
| 7651 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7652 | 2026-09-09T00:57:22.798Z | INFOSep 09 00:57:21.827 Sep 09 00:57:21.827Sep 09 00:57:21.827 adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 7653 | 2026-09-09T00:57:22.798Z | 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 DEBG |
| 7654 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827replacing 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.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 } }] |
| 7655 | 2026-09-09T00:57:22.798Z | DEBG |
| 7656 | 2026-09-09T00:57:22.798Z | 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 } }] |
| 7657 | 2026-09-09T00:57:22.798Z | Sep 09 00:57:21.827Sep 09 00:57:21.827Sep 09 00:57:21.827 Sep 09 00:57:21.827INFO INFO adding route 172.17.0.36/32 -> 10.0.0.255INFO |
| 7658 | 2026-09-09T00:57:22.799Z | adding route 172.17.0.28/32 -> 10.0.0.255adding route 172.17.0.57/32 -> 10.0.0.255INFO |
| 7659 | 2026-09-09T00:57:22.799Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 7660 | 2026-09-09T00:57:22.799Z | |
| 7661 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 DEBGDEBGSep 09 00:57:21.827 Sep 09 00:57:21.827 replacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 |
| 7662 | 2026-09-09T00:57:22.799Z | |
| 7663 | 2026-09-09T00:57:22.799Z | 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 } }]DEBGSep 09 00:57:21.827 |
| 7664 | 2026-09-09T00:57:22.799Z | replacing targets for 3fff:beef:30::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 7665 | 2026-09-09T00:57:22.799Z | adding route 172.17.0.37/32 -> 10.0.0.255Sep 09 00:57:21.827 |
| 7666 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827INFO Sep 09 00:57:21.827Sep 09 00:57:21.827adding route 172.17.0.29/32 -> 10.0.0.255 DEBGINFO |
| 7667 | 2026-09-09T00:57:22.799Z | 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 } }]adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 7668 | 2026-09-09T00:57:22.799Z | |
| 7669 | 2026-09-09T00:57:22.799Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7670 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 INFODEBGSep 09 00:57:21.827 Sep 09 00:57:21.827replacing 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 } }] |
| 7671 | 2026-09-09T00:57:22.799Z | DEBGadding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 7672 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827replacing 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.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 } }] |
| 7673 | 2026-09-09T00:57:22.799Z | |
| 7674 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827INFO DEBGadding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 7675 | 2026-09-09T00:57:22.799Z | 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 } }]Sep 09 00:57:21.827 |
| 7676 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827INFO Sep 09 00:57:21.827adding route 172.17.0.30/32 -> 10.0.0.255 INFO |
| 7677 | 2026-09-09T00:57:22.799Z | adding route 172.17.0.59/32 -> 10.0.0.255DEBG |
| 7678 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827 INFOreplacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 7679 | 2026-09-09T00:57:22.799Z | adding route 172.17.0.39/32 -> 10.0.0.255Sep 09 00:57:21.827 |
| 7680 | 2026-09-09T00:57:22.799Z | Sep 09 00:57:21.827 DEBGSep 09 00:57:21.827 Sep 09 00:57:21.827 replacing targets for 172.17.0.59/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 7681 | 2026-09-09T00:57:22.799Z | DEBG adding route 3fff:beef:33::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7682 | 2026-09-09T00:57:22.799Z | |
| 7683 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827 DEBG 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 } }] |
| 7684 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827 DEBGSep 09 00:57:21.827 Sep 09 00:57:21.827adding route 172.17.0.60/32 -> 10.0.0.255INFOreplacing 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 } }] |
| 7685 | 2026-09-09T00:57:22.800Z | adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7686 | 2026-09-09T00:57:22.800Z | INFO |
| 7687 | 2026-09-09T00:57:22.800Z | adding route 172.17.0.40/32 -> 10.0.0.255Sep 09 00:57:21.827 |
| 7688 | 2026-09-09T00:57:22.800Z | INFOSep 09 00:57:21.827 Sep 09 00:57:21.827adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 7689 | 2026-09-09T00:57:22.800Z | DEBGSep 09 00:57:21.827 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 } }]DEBGDEBG |
| 7690 | 2026-09-09T00:57:22.800Z | 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 } }] |
| 7691 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827Sep 09 00:57:21.827replacing 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 } }] DEBGSep 09 00:57:21.827 |
| 7692 | 2026-09-09T00:57:22.800Z | 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 } }] failed to allocate space for the new target listadding route 172.17.0.32/32 -> 10.0.0.255 |
| 7693 | 2026-09-09T00:57:22.800Z | |
| 7694 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827 |
| 7695 | 2026-09-09T00:57:22.800Z | INFO adding route 172.17.0.41/32 -> 10.0.0.255Sep 09 00:57:21.827 |
| 7696 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 INFO DEBGDEBG adding route 3fff:beef:35::/64 -> 2001:db8::55:ffreplacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:57:21.827 |
| 7697 | 2026-09-09T00:57:22.800Z | 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 } }] |
| 7698 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827replacing 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 } }] |
| 7699 | 2026-09-09T00:57:22.800Z | |
| 7700 | 2026-09-09T00:57:22.800Z | DEBG Sep 09 00:57:21.827replacing 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 } }] |
| 7701 | 2026-09-09T00:57:22.800Z | INFO Sep 09 00:57:21.827adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7702 | 2026-09-09T00:57:22.800Z | INFOSep 09 00:57:21.827 adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7703 | 2026-09-09T00:57:22.800Z | INFO adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 09 00:57:21.827 |
| 7704 | 2026-09-09T00:57:22.800Z | test route::tests::add_target_fails_full ... ok |
| 7705 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827 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.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 } }] |
| 7706 | 2026-09-09T00:57:22.800Z | |
| 7707 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827 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 } }] |
| 7708 | 2026-09-09T00:57:22.800Z | test route::tests::delete_targets_fragmented ... ok |
| 7709 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 INFOINFO Sep 09 00:57:21.827adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7710 | 2026-09-09T00:57:22.800Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7711 | 2026-09-09T00:57:22.800Z | INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 09 00:57:21.827 |
| 7712 | 2026-09-09T00:57:22.800Z | Sep 09 00:57:21.827DEBG DEBGreplacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 09 00:57:21.827 |
| 7713 | 2026-09-09T00:57:22.801Z | 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 } }] |
| 7714 | 2026-09-09T00:57:22.801Z | 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 } }] |
| 7715 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827Sep 09 00:57:21.827 INFOINFO Sep 09 00:57:21.827adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7716 | 2026-09-09T00:57:22.801Z | INFO adding route 172.17.0.35/32 -> 10.0.0.255adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 7717 | 2026-09-09T00:57:22.801Z | |
| 7718 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827 DEBG Sep 09 00:57:21.827Sep 09 00:57:21.827replacing 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 } }] |
| 7719 | 2026-09-09T00:57:22.801Z | 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 } }]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 } }] |
| 7720 | 2026-09-09T00:57:22.801Z | |
| 7721 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827Sep 09 00:57:21.827INFO INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 7722 | 2026-09-09T00:57:22.801Z | adding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 7723 | 2026-09-09T00:57:22.801Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7724 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827 DEBGSep 09 00:57:21.827 Sep 09 00:57:21.827replacing 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 |
| 7725 | 2026-09-09T00:57:22.801Z | DEBG replacing targets for 3fff:beef:39::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7726 | 2026-09-09T00:57:22.801Z | |
| 7727 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827 INFO adding route 172.17.0.46/32 -> 10.0.0.255Sep 09 00:57:21.827 |
| 7728 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827INFO INFOadding route 3fff:beef:3a::/64 -> 2001:db8::55:ff Sep 09 00:57:21.827 |
| 7729 | 2026-09-09T00:57:22.801Z | adding route 172.17.0.37/32 -> 10.0.0.255 DEBG |
| 7730 | 2026-09-09T00:57:22.801Z | 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 } }] |
| 7731 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827 Sep 09 00:57:21.827DEBG Sep 09 00:57:21.827DEBG 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 } }]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 } }] |
| 7732 | 2026-09-09T00:57:22.801Z | |
| 7733 | 2026-09-09T00:57:22.801Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7734 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827Sep 09 00:57:21.827Sep 09 00:57:21.827 INFOINFODEBG adding route 172.17.0.38/32 -> 10.0.0.255 adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 7735 | 2026-09-09T00:57:22.801Z | 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 } }] |
| 7736 | 2026-09-09T00:57:22.801Z | |
| 7737 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827Sep 09 00:57:21.827Sep 09 00:57:21.827 DEBG INFO 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.48/32 -> 10.0.0.255 |
| 7738 | 2026-09-09T00:57:22.801Z | 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 } }] |
| 7739 | 2026-09-09T00:57:22.801Z | |
| 7740 | 2026-09-09T00:57:22.801Z | Sep 09 00:57:21.827Sep 09 00:57:21.827Sep 09 00:57:21.827 INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 7741 | 2026-09-09T00:57:22.807Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7742 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7743 | 2026-09-09T00:57:22.807Z | 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 } }] |
| 7744 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835 DEBG failed to allocate space for the new target list |
| 7745 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835Sep 09 00:57:21.835 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 } }]INFO |
| 7746 | 2026-09-09T00:57:22.807Z | adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7747 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835DEBG 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 } }] |
| 7748 | 2026-09-09T00:57:22.807Z | 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 } }] |
| 7749 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835Sep 09 00:57:21.835 INFOINFO adding route 172.17.0.49/32 -> 10.0.0.255adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7750 | 2026-09-09T00:57:22.807Z | |
| 7751 | 2026-09-09T00:57:22.807Z | Sep 09 00:57:21.835Sep 09 00:57:21.835 DEBGDEBG replacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 7752 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 |
| 7753 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFOINFO adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7754 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 |
| 7755 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7756 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7757 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7758 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.51/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7759 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7760 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7761 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7762 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.52/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7763 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7764 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7765 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7766 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.53/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7767 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7768 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7769 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7770 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7771 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7772 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7773 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7774 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.55/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7775 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7776 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7777 | 2026-09-09T00:57:22.808Z | INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7778 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.56/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7779 | 2026-09-09T00:57:22.808Z | 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 } }] |
| 7780 | 2026-09-09T00:57:22.808Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7781 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7782 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.57/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7783 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7784 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7785 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7786 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.58/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7787 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7788 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7789 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7790 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.59/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7791 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7792 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7793 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7794 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.60/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7795 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7796 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7797 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7798 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.61/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7799 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7800 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7801 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7802 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.62/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7803 | 2026-09-09T00:57:22.809Z | 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 } }] |
| 7804 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 DEBG replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:57:21.835 |
| 7805 | 2026-09-09T00:57:22.809Z | INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7806 | 2026-09-09T00:57:22.809Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.63/32 -> 10.0.0.255Sep 09 00:57:21.835 |
| 7807 | 2026-09-09T00:57:22.810Z | 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 } }] |
| 7808 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7809 | 2026-09-09T00:57:22.810Z | INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7810 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 DEBG failed to allocate space for the new target listSep 09 00:57:21.835 |
| 7811 | 2026-09-09T00:57:22.810Z | 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 } }] |
| 7812 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }]Sep 09 00:57:21.835 |
| 7813 | 2026-09-09T00:57:22.810Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7814 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 DEBG failed to allocate space for the new target listSep 09 00:57:21.835 |
| 7815 | 2026-09-09T00:57:22.810Z | 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 } }] |
| 7816 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7817 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }] |
| 7818 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7819 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }] |
| 7820 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7821 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }] |
| 7822 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 DEBG failed to allocate space for the new target list |
| 7823 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 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 } }] |
| 7824 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.835 DEBG created new freemap, unit: freemap_route_ipv4 |
| 7825 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.836 DEBG created new freemap, unit: freemap_route_ipv6 |
| 7826 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 7827 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.836 DEBG reset freemap, unit: freemap_route_ipv4 |
| 7828 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.836 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 7829 | 2026-09-09T00:57:22.810Z | Sep 09 00:57:21.836 DEBG reset freemap, unit: freemap_route_ipv6 |
| 7830 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7831 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 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 } }] |
| 7832 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7833 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 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 } }] |
| 7834 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 7835 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 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 } }] |
| 7836 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 7837 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 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 } }] |
| 7838 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.0/32 -> 10.0.0.255 |
| 7839 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 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 } }] |
| 7840 | 2026-09-09T00:57:22.811Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.1/32 -> 10.0.0.255 |
| 7841 | 2026-09-09T00:57:22.816Z | Sep 09 00:57:21.836 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 } }] |
| 7842 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.2/32 -> 10.0.0.255 |
| 7843 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7844 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.3/32 -> 10.0.0.255 |
| 7845 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7846 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.4/32 -> 10.0.0.255 |
| 7847 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7848 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.5/32 -> 10.0.0.255 |
| 7849 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7850 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.6/32 -> 10.0.0.255 |
| 7851 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7852 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.7/32 -> 10.0.0.255 |
| 7853 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 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 } }] |
| 7854 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.836 INFO adding route 172.17.0.8/32 -> 10.0.0.255 |
| 7855 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7856 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.9/32 -> 10.0.0.255 |
| 7857 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7858 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.10/32 -> 10.0.0.255 |
| 7859 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7860 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.11/32 -> 10.0.0.255 |
| 7861 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7862 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.12/32 -> 10.0.0.255 |
| 7863 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7864 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.13/32 -> 10.0.0.255 |
| 7865 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7866 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.14/32 -> 10.0.0.255 |
| 7867 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7868 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.15/32 -> 10.0.0.255 |
| 7869 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7870 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.16/32 -> 10.0.0.255 |
| 7871 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 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 } }] |
| 7872 | 2026-09-09T00:57:22.817Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.17/32 -> 10.0.0.255 |
| 7873 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7874 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.18/32 -> 10.0.0.255 |
| 7875 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7876 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.19/32 -> 10.0.0.255 |
| 7877 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7878 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.20/32 -> 10.0.0.255 |
| 7879 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7880 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.21/32 -> 10.0.0.255 |
| 7881 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7882 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.22/32 -> 10.0.0.255 |
| 7883 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7884 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 7885 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7886 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.24/32 -> 10.0.0.255 |
| 7887 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7888 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.25/32 -> 10.0.0.255 |
| 7889 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7890 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.26/32 -> 10.0.0.255 |
| 7891 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7892 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.27/32 -> 10.0.0.255 |
| 7893 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7894 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.28/32 -> 10.0.0.255 |
| 7895 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7896 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.29/32 -> 10.0.0.255 |
| 7897 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7898 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 7899 | 2026-09-09T00:57:22.818Z | test route::tests::delete_targets_full ... ok |
| 7900 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7901 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.31/32 -> 10.0.0.255 |
| 7902 | 2026-09-09T00:57:22.818Z | |
| 7903 | 2026-09-09T00:57:22.818Z | Sep 09 00:57:21.843 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 } }] |
| 7904 | 2026-09-09T00:57:22.819Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s |
| 7905 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.32/32 -> 10.0.0.255 |
| 7906 | 2026-09-09T00:57:22.819Z | |
| 7907 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 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 } }] |
| 7908 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.33/32 -> 10.0.0.255 |
| 7909 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 DEBG replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 7910 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.34/32 -> 10.0.0.255 |
| 7911 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 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 } }] |
| 7912 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.35/32 -> 10.0.0.255 |
| 7913 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 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 } }] |
| 7914 | 2026-09-09T00:57:22.819Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.36/32 -> 10.0.0.255 |
| 7915 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.843 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 } }] |
| 7916 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.843 INFO adding route 172.17.0.37/32 -> 10.0.0.255 |
| 7917 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.843 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 } }] |
| 7918 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.38/32 -> 10.0.0.255 |
| 7919 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7920 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 7921 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7922 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 7923 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7924 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 7925 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7926 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 7927 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7928 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 7929 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7930 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 7931 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7932 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 7933 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 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 } }] |
| 7934 | 2026-09-09T00:57:22.820Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 7935 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 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 } }] |
| 7936 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 7937 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 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 } }] |
| 7938 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 7939 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 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 } }] |
| 7940 | 2026-09-09T00:57:22.821Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 7941 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7942 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 7943 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7944 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.51/32 -> 10.0.0.255 |
| 7945 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7946 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.52/32 -> 10.0.0.255 |
| 7947 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7948 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.53/32 -> 10.0.0.255 |
| 7949 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7950 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.54/32 -> 10.0.0.255 |
| 7951 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7952 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.55/32 -> 10.0.0.255 |
| 7953 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7954 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.56/32 -> 10.0.0.255 |
| 7955 | 2026-09-09T00:57:22.826Z | Sep 09 00:57:21.856 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 } }] |
| 7956 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 7957 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 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 } }] |
| 7958 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.58/32 -> 10.0.0.255 |
| 7959 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 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 } }] |
| 7960 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.59/32 -> 10.0.0.255 |
| 7961 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 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 } }] |
| 7962 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 7963 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 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 } }] |
| 7964 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 DEBG failed to allocate space for the new target list |
| 7965 | 2026-09-09T00:57:22.827Z | Sep 09 00:57:21.856 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 } }] |
| 7966 | 2026-09-09T00:57:22.827Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-590acc8ba8a56e5a) |
| 7967 | 2026-09-09T00:57:22.827Z | |
| 7968 | 2026-09-09T00:57:22.827Z | running 0 tests |
| 7969 | 2026-09-09T00:57:22.827Z | |
| 7970 | 2026-09-09T00:57:22.827Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7971 | 2026-09-09T00:57:22.827Z | |
| 7972 | 2026-09-09T00:57:22.827Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 7973 | 2026-09-09T00:57:22.827Z | |
| 7974 | 2026-09-09T00:57:22.827Z | running 0 tests |
| 7975 | 2026-09-09T00:57:22.827Z | |
| 7976 | 2026-09-09T00:57:22.827Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7977 | 2026-09-09T00:57:22.827Z | |
| 7978 | 2026-09-09T00:57:22.827Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-997b6ac0c3f3c24c) |
| 7979 | 2026-09-09T00:57:22.827Z | |
| 7980 | 2026-09-09T00:57:22.827Z | running 6 tests |
| 7981 | 2026-09-09T00:57:22.827Z | test tests::test_parse_client_port_id ... ok |
| 7982 | 2026-09-09T00:57:22.828Z | test tests::test_port_id_cmp ... ok |
| 7983 | 2026-09-09T00:57:22.828Z | test tests::test_full_lot_id_neither_present ... ok |
| 7984 | 2026-09-09T00:57:22.828Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 7985 | 2026-09-09T00:57:22.828Z | test tests::test_full_lot_id_lot_only ... ok |
| 7986 | 2026-09-09T00:57:22.828Z | test tests::test_full_lot_id_both_present ... ok |
| 7987 | 2026-09-09T00:57:22.828Z | |
| 7988 | 2026-09-09T00:57:22.828Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7989 | 2026-09-09T00:57:22.828Z | |
| 7990 | 2026-09-09T00:57:22.828Z | Running tests/test_all.rs (target/debug/deps/test_all-27505f3949f0cd2c) |
| 7991 | 2026-09-09T00:57:22.828Z | |
| 7992 | 2026-09-09T00:57:22.828Z | running 0 tests |
| 7993 | 2026-09-09T00:57:22.828Z | |
| 7994 | 2026-09-09T00:57:22.828Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 7995 | 2026-09-09T00:57:22.828Z | |
| 7996 | 2026-09-09T00:57:22.828Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 7997 | 2026-09-09T00:57:22.828Z | |
| 7998 | 2026-09-09T00:57:22.828Z | running 0 tests |
| 7999 | 2026-09-09T00:57:22.828Z | |
| 8000 | 2026-09-09T00:57:22.828Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8001 | 2026-09-09T00:57:22.828Z | |
| 8002 | 2026-09-09T00:57:22.828Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 8003 | 2026-09-09T00:57:22.832Z | |
| 8004 | 2026-09-09T00:57:22.832Z | running 15 tests |
| 8005 | 2026-09-09T00:57:22.832Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 8006 | 2026-09-09T00:57:22.832Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 8007 | 2026-09-09T00:57:22.832Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 8008 | 2026-09-09T00:57:22.832Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 8009 | 2026-09-09T00:57:22.832Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 8010 | 2026-09-09T00:57:22.833Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 8011 | 2026-09-09T00:57:22.833Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 8012 | 2026-09-09T00:57:22.833Z | test v1::network::tests::test_equal ... ok |
| 8013 | 2026-09-09T00:57:22.833Z | test v1::network::tests::test_eui64 ... ok |
| 8014 | 2026-09-09T00:57:22.833Z | test v1::network::tests::test_into ... ok |
| 8015 | 2026-09-09T00:57:22.833Z | test v1::network::tests::test_not_equal ... ok |
| 8016 | 2026-09-09T00:57:22.836Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 8017 | 2026-09-09T00:57:22.836Z | test v1::network::tests::test_to_string ... ok |
| 8018 | 2026-09-09T00:57:22.836Z | test v1::network::tests::test_parse ... ok |
| 8019 | 2026-09-09T00:57:22.836Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 8020 | 2026-09-09T00:57:22.836Z | |
| 8021 | 2026-09-09T00:57:22.836Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8022 | 2026-09-09T00:57:22.836Z | |
| 8023 | 2026-09-09T00:57:22.840Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 8024 | 2026-09-09T00:57:22.861Z | |
| 8025 | 2026-09-09T00:57:22.861Z | running 12 tests |
| 8026 | 2026-09-09T00:57:22.867Z | test icmp::test_v6_checksum ... ok |
| 8027 | 2026-09-09T00:57:22.867Z | test icmp::test_v4_checksum ... ok |
| 8028 | 2026-09-09T00:57:22.867Z | test lldp::test_lldp_parse ... ok |
| 8029 | 2026-09-09T00:57:22.867Z | test ipv6::test_ipv6_parse ... ok |
| 8030 | 2026-09-09T00:57:22.867Z | test pbuf::test_byte ... ok |
| 8031 | 2026-09-09T00:57:22.867Z | test pbuf::test_nibble ... ok |
| 8032 | 2026-09-09T00:57:22.867Z | test pbuf::test_short ... ok |
| 8033 | 2026-09-09T00:57:22.867Z | test pbuf::test_twelve ... ok |
| 8034 | 2026-09-09T00:57:22.867Z | test pbuf::test_overflow ... ok |
| 8035 | 2026-09-09T00:57:22.867Z | test pbuf::test_word ... ok |
| 8036 | 2026-09-09T00:57:22.867Z | test tcp::test_checksum_syn_nodata ... ok |
| 8037 | 2026-09-09T00:57:22.867Z | test tcp::test_checksum_ack_data ... ok |
| 8038 | 2026-09-09T00:57:22.867Z | |
| 8039 | 2026-09-09T00:57:22.867Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8040 | 2026-09-09T00:57:22.867Z | |
| 8041 | 2026-09-09T00:57:22.867Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 8042 | 2026-09-09T00:57:22.871Z | |
| 8043 | 2026-09-09T00:57:22.871Z | running 0 tests |
| 8044 | 2026-09-09T00:57:22.871Z | |
| 8045 | 2026-09-09T00:57:22.871Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8046 | 2026-09-09T00:57:22.871Z | |
| 8047 | 2026-09-09T00:57:22.875Z | Running unittests src/main.rs (target/debug/deps/swadm-bcdfd33959ff28c7) |
| 8048 | 2026-09-09T00:57:22.896Z | |
| 8049 | 2026-09-09T00:57:22.896Z | running 5 tests |
| 8050 | 2026-09-09T00:57:22.900Z | test switchport::test::test_compute_lanes ... ok |
| 8051 | 2026-09-09T00:57:22.910Z | test link::test_filter ... ok |
| 8052 | 2026-09-09T00:57:22.910Z | test switchport::test::port_id_ordering ... ok |
| 8053 | 2026-09-09T00:57:22.914Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 8054 | 2026-09-09T00:57:22.914Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 8055 | 2026-09-09T00:57:22.914Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 8056 | 2026-09-09T00:57:22.914Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 8057 | 2026-09-09T00:57:22.914Z | Tx Enabled: Yes Yes Yes Yes |
| 8058 | 2026-09-09T00:57:22.914Z | Tx Loss-of-lock: No No No No |
| 8059 | 2026-09-09T00:57:22.914Z | Tx Loss-of-signal: No No No No |
| 8060 | 2026-09-09T00:57:22.914Z | Tx CDR Enabled: No No Lane 0No No |
| 8061 | 2026-09-09T00:57:22.914Z | Tx Adaptive EQ Fault: No No No No |
| 8062 | 2026-09-09T00:57:22.914Z | Tx Fault: YesLane 1 YesLane 2 Lane 3Yes Yes |
| 8063 | 2026-09-09T00:57:22.914Z | |
| 8064 | 2026-09-09T00:57:22.914Z | State: Activated Activated Activated Activated |
| 8065 | 2026-09-09T00:57:22.914Z | Rx Output Enabled: false false false false |
| 8066 | 2026-09-09T00:57:22.914Z | Rx Output Status: valid valid valid valid |
| 8067 | 2026-09-09T00:57:22.914Z | Rx Loss-of-lock: true true true true |
| 8068 | 2026-09-09T00:57:22.914Z | Rx Loss-of-signal: false false false false |
| 8069 | 2026-09-09T00:57:22.914Z | Rx Auto-squelch Disable: true true true true |
| 8070 | 2026-09-09T00:57:22.914Z | Tx Output Enabled: true true true true |
| 8071 | 2026-09-09T00:57:22.914Z | Tx Output Status: invalid invalid invalid invalid |
| 8072 | 2026-09-09T00:57:22.914Z | Tx Loss-of-lock: false false false false |
| 8073 | 2026-09-09T00:57:22.915Z | Tx Loss-of-signal: true true true true |
| 8074 | 2026-09-09T00:57:22.915Z | Tx Auto-squelch Disable: false false false false |
| 8075 | 2026-09-09T00:57:22.915Z | Tx Adaptive EQ Fail: true true true true |
| 8076 | 2026-09-09T00:57:22.915Z | Tx Failure: false false false false |
| 8077 | 2026-09-09T00:57:22.915Z | Tx Force Squelch: true true true true |
| 8078 | 2026-09-09T00:57:22.915Z | Tx Input Polarity: normal normal normal normal |
| 8079 | 2026-09-09T00:57:22.915Z | test switchport::test::test_print_cmis_datapath ... ok |
| 8080 | 2026-09-09T00:57:22.915Z | test switchport::test::test_print_sff_datapath ... ok |
| 8081 | 2026-09-09T00:57:22.915Z | |
| 8082 | 2026-09-09T00:57:22.915Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8083 | 2026-09-09T00:57:22.915Z | |
| 8084 | 2026-09-09T00:57:22.915Z | Running tests/cli/main.rs (target/debug/deps/cli-abb6971d8239a246) |
| 8085 | 2026-09-09T00:57:22.930Z | |
| 8086 | 2026-09-09T00:57:22.930Z | running 7 tests |
| 8087 | 2026-09-09T00:57:22.934Z | test counters::counters_list ... ignored |
| 8088 | 2026-09-09T00:57:22.934Z | test link_apply::apply_tx_eq_all ... ignored |
| 8089 | 2026-09-09T00:57:22.934Z | test link_apply::apply_tx_eq_custom ... ignored |
| 8090 | 2026-09-09T00:57:22.934Z | test tx_eq::set_all_taps ... ignored |
| 8091 | 2026-09-09T00:57:22.934Z | test tx_eq::set_partial_taps ... ignored |
| 8092 | 2026-09-09T00:57:22.934Z | test cmd::test::pattern_statics ... ok |
| 8093 | 2026-09-09T00:57:22.977Z | test link_apply::tx_eq_exclusive ... ok |
| 8094 | 2026-09-09T00:57:22.977Z | |
| 8095 | 2026-09-09T00:57:22.982Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.05s |
| 8096 | 2026-09-09T00:57:22.982Z | |
| 8097 | 2026-09-09T00:57:22.982Z | Running unittests src/main.rs (target/debug/deps/tfportd-76472ed5e2085d96) |
| 8098 | 2026-09-09T00:57:22.986Z | |
| 8099 | 2026-09-09T00:57:22.986Z | running 4 tests |
| 8100 | 2026-09-09T00:57:22.986Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 8101 | 2026-09-09T00:57:22.986Z | test linklocal::test_parse_ipadm ... ok |
| 8102 | 2026-09-09T00:57:22.986Z | test tfport::test_parse_tfport ... ok |
| 8103 | 2026-09-09T00:57:22.986Z | test config::tests::test_updates ... ok |
| 8104 | 2026-09-09T00:57:22.986Z | |
| 8105 | 2026-09-09T00:57:22.986Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8106 | 2026-09-09T00:57:22.986Z | |
| 8107 | 2026-09-09T00:57:22.990Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 8108 | 2026-09-09T00:57:22.993Z | |
| 8109 | 2026-09-09T00:57:22.993Z | running 0 tests |
| 8110 | 2026-09-09T00:57:22.993Z | |
| 8111 | 2026-09-09T00:57:22.993Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8112 | 2026-09-09T00:57:22.993Z | |
| 8113 | 2026-09-09T00:57:22.993Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 8114 | 2026-09-09T00:57:22.997Z | |
| 8115 | 2026-09-09T00:57:22.997Z | running 0 tests |
| 8116 | 2026-09-09T00:57:22.997Z | |
| 8117 | 2026-09-09T00:57:22.997Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8118 | 2026-09-09T00:57:22.997Z | |
| 8119 | 2026-09-09T00:57:23.007Z | Doc-tests aal |
| 8120 | 2026-09-09T00:57:23.225Z | |
| 8121 | 2026-09-09T00:57:23.225Z | running 0 tests |
| 8122 | 2026-09-09T00:57:23.225Z | |
| 8123 | 2026-09-09T00:57:23.234Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8124 | 2026-09-09T00:57:23.234Z | |
| 8125 | 2026-09-09T00:57:23.256Z | Doc-tests aal_macros |
| 8126 | 2026-09-09T00:57:23.324Z | |
| 8127 | 2026-09-09T00:57:23.324Z | running 0 tests |
| 8128 | 2026-09-09T00:57:23.324Z | |
| 8129 | 2026-09-09T00:57:23.324Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8130 | 2026-09-09T00:57:23.324Z | |
| 8131 | 2026-09-09T00:57:23.336Z | Doc-tests common |
| 8132 | 2026-09-09T00:57:23.575Z | |
| 8133 | 2026-09-09T00:57:23.575Z | running 0 tests |
| 8134 | 2026-09-09T00:57:23.575Z | |
| 8135 | 2026-09-09T00:57:23.575Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8136 | 2026-09-09T00:57:23.575Z | |
| 8137 | 2026-09-09T00:57:23.597Z | Doc-tests dpd_api |
| 8138 | 2026-09-09T00:57:24.320Z | |
| 8139 | 2026-09-09T00:57:24.320Z | running 2 tests |
| 8140 | 2026-09-09T00:57:24.320Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 69) ... ignored |
| 8141 | 2026-09-09T00:57:24.320Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 75) ... ignored |
| 8142 | 2026-09-09T00:57:24.320Z | |
| 8143 | 2026-09-09T00:57:24.320Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8144 | 2026-09-09T00:57:24.320Z | |
| 8145 | 2026-09-09T00:57:24.350Z | Doc-tests dpd_client |
| 8146 | 2026-09-09T00:57:25.731Z | |
| 8147 | 2026-09-09T00:57:25.731Z | running 0 tests |
| 8148 | 2026-09-09T00:57:25.731Z | |
| 8149 | 2026-09-09T00:57:25.731Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8150 | 2026-09-09T00:57:25.731Z | |
| 8151 | 2026-09-09T00:57:25.787Z | Doc-tests dpd_types |
| 8152 | 2026-09-09T00:57:25.975Z | |
| 8153 | 2026-09-09T00:57:25.975Z | running 0 tests |
| 8154 | 2026-09-09T00:57:25.975Z | |
| 8155 | 2026-09-09T00:57:25.975Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8156 | 2026-09-09T00:57:25.975Z | |
| 8157 | 2026-09-09T00:57:26.001Z | Doc-tests dpd_types_versions |
| 8158 | 2026-09-09T00:57:27.523Z | |
| 8159 | 2026-09-09T00:57:27.523Z | running 1 test |
| 8160 | 2026-09-09T00:57:27.523Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 8161 | 2026-09-09T00:57:27.523Z | |
| 8162 | 2026-09-09T00:57:27.523Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8163 | 2026-09-09T00:57:27.523Z | |
| 8164 | 2026-09-09T00:57:27.574Z | Doc-tests packet |
| 8165 | 2026-09-09T00:57:27.794Z | |
| 8166 | 2026-09-09T00:57:27.794Z | running 0 tests |
| 8167 | 2026-09-09T00:57:27.794Z | |
| 8168 | 2026-09-09T00:57:27.794Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8169 | 2026-09-09T00:57:27.794Z | |
| 8170 | 2026-09-09T00:57:27.821Z | Doc-tests pcap |
| 8171 | 2026-09-09T00:57:27.873Z | |
| 8172 | 2026-09-09T00:57:27.873Z | running 0 tests |
| 8173 | 2026-09-09T00:57:27.873Z | |
| 8174 | 2026-09-09T00:57:27.873Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8175 | 2026-09-09T00:57:27.873Z | |
| 8176 | 2026-09-09T00:57:27.927Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 8177 | 2026-09-09T00:57:27.927Z | + RUST_BACKTRACE=full |
| 8178 | 2026-09-09T00:57:27.927Z | + cargo test --features chaos --no-fail-fast |
| 8179 | 2026-09-09T00:57:28.531Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 8180 | 2026-09-09T00:57:28.612Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 8181 | 2026-09-09T00:57:28.620Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 8182 | 2026-09-09T00:57:38.910Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 8183 | 2026-09-09T00:57:38.911Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 8184 | 2026-09-09T00:58:18.486Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 50.54s |
| 8185 | 2026-09-09T00:58:18.598Z | Running unittests src/lib.rs (target/debug/deps/aal-38ea820840cac455) |
| 8186 | 2026-09-09T00:58:18.602Z | |
| 8187 | 2026-09-09T00:58:18.602Z | running 0 tests |
| 8188 | 2026-09-09T00:58:18.602Z | |
| 8189 | 2026-09-09T00:58:18.602Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8190 | 2026-09-09T00:58:18.602Z | |
| 8191 | 2026-09-09T00:58:18.602Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-5b37c54c08977ed3) |
| 8192 | 2026-09-09T00:58:18.606Z | |
| 8193 | 2026-09-09T00:58:18.606Z | running 0 tests |
| 8194 | 2026-09-09T00:58:18.606Z | |
| 8195 | 2026-09-09T00:58:18.609Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8196 | 2026-09-09T00:58:18.609Z | |
| 8197 | 2026-09-09T00:58:18.609Z | Running unittests src/lib.rs (target/debug/deps/asic-fbbd3f473aded47c) |
| 8198 | 2026-09-09T00:58:18.612Z | |
| 8199 | 2026-09-09T00:58:18.612Z | running 0 tests |
| 8200 | 2026-09-09T00:58:18.612Z | |
| 8201 | 2026-09-09T00:58:18.612Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 8202 | 2026-09-09T00:58:18.612Z | |
| 8203 | 2026-09-09T00:58:18.617Z | Running unittests src/lib.rs (target/debug/deps/common-f0fc91ad575fea74) |
| 8204 | 2026-09-09T00:58:18.640Z | |
| 8205 | 2026-09-09T00:58:18.640Z | running 4 tests |
| 8206 | 2026-09-09T00:58:18.643Z | test nat::tests::test_vni ... ok |
| 8207 | 2026-09-09T00:58:18.643Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 8208 | 2026-09-09T00:58:18.649Z | test test_purge ... ok |
| 8209 | 2026-09-09T00:58:18.651Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 8210 | 2026-09-09T00:58:18.651Z | |
| 8211 | 2026-09-09T00:58:18.652Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 8212 | 2026-09-09T00:58:18.652Z | |
| 8213 | 2026-09-09T00:58:18.655Z | Running unittests src/main.rs (target/debug/deps/dendrite_dropshot_apis-049fc7a9b9157ea9) |
| 8214 | 2026-09-09T00:58:18.676Z | |
| 8215 | 2026-09-09T00:58:18.676Z | running 1 test |
| 8216 | 2026-09-09T00:58:18.679Z | ------- |
| 8217 | 2026-09-09T00:58:18.684Z | Generating OpenAPI documents from API definitions ... |
| 8218 | 2026-09-09T00:58:18.842Z | Loading local OpenAPI documents from "/work/oxidecomputer/dendrite/openapi" ... |
| 8219 | 2026-09-09T00:58:18.922Z | Loading blessed OpenAPI documents from VCS revision "origin/main" path "openapi" |
| 8220 | 2026-09-09T00:58:20.013Z | ------- |
| 8221 | 2026-09-09T00:58:20.013Z | Checking 14 OpenAPI documents... |
| 8222 | 2026-09-09T00:58:20.013Z | Fresh dpd (versioned v1.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8223 | 2026-09-09T00:58:20.013Z | Fresh dpd (versioned v2.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8224 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v3.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8225 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v4.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8226 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v5.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8227 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v6.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8228 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v7.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8229 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v8.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8230 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v9.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8231 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v10.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8232 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v11.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8233 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v12.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8234 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v13.0.0 (blessed)): Oxide Switch Dataplane Controller |
| 8235 | 2026-09-09T00:58:20.017Z | Fresh dpd (versioned v14.0.0 (added locally)): Oxide Switch Dataplane Controller |
| 8236 | 2026-09-09T00:58:20.017Z | Fresh dpd "latest" symlink |
| 8237 | 2026-09-09T00:58:20.017Z | ------- |
| 8238 | 2026-09-09T00:58:20.017Z | Success 14 documents checked: 15 fresh, 0 stale, 0 failed, 0 other problems |
| 8239 | 2026-09-09T00:58:20.097Z | test test::test_apis_up_to_date ... ok |
| 8240 | 2026-09-09T00:58:20.097Z | |
| 8241 | 2026-09-09T00:58:20.097Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.42s |
| 8242 | 2026-09-09T00:58:20.097Z | |
| 8243 | 2026-09-09T00:58:20.159Z | Running unittests src/main.rs (target/debug/deps/dpd-9c12dacd9659a21c) |
| 8244 | 2026-09-09T00:58:20.167Z | |
| 8245 | 2026-09-09T00:58:20.167Z | running 34 tests |
| 8246 | 2026-09-09T00:58:20.170Z | test freemap::test_ordering ... ok |
| 8247 | 2026-09-09T00:58:20.170Z | test config::tests::test_updates ... ok |
| 8248 | 2026-09-09T00:58:20.170Z | test dhcpv6::tests::test_create_duid_bytes ... ok |
| 8249 | 2026-09-09T00:58:20.170Z | test freemap::test_split ... ok |
| 8250 | 2026-09-09T00:58:20.170Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 8251 | 2026-09-09T00:58:20.174Z | test macaddrs::tests::test_mac_offset ... ok |
| 8252 | 2026-09-09T00:58:20.174Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 8253 | 2026-09-09T00:58:20.174Z | test macaddrs::tests::test_parse_port_id ... ok |
| 8254 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG created new freemap, unit: freemap_test |
| 8255 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG initted freemap. size: 128, unit: freemap_test |
| 8256 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG reset freemap, unit: freemap_test |
| 8257 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG created new freemap, unit: freemap_test |
| 8258 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG initted freemap. size: 128, unit:Sep 09 00:58:19.246 freemap_testDEBG |
| 8259 | 2026-09-09T00:58:20.174Z | created new freemap, Sep 09 00:58:19.246unit :DEBG freemap_testreset freemap, |
| 8260 | 2026-09-09T00:58:20.174Z | unit: freemap_test |
| 8261 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG initted freemap. size: 128, unit: freemap_test |
| 8262 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG reset freemap, unit: freemap_test |
| 8263 | 2026-09-09T00:58:20.174Z | test nat::test_mapping ... ok |
| 8264 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG created new freemap, unit: freemap_test |
| 8265 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG initted freemap. size: 128, unit: freemap_test |
| 8266 | 2026-09-09T00:58:20.174Z | Sep 09 00:58:19.246 DEBG reset freemap, unit: freemap_test |
| 8267 | 2026-09-09T00:58:20.174Z | test freemap::test_basic ... ok |
| 8268 | 2026-09-09T00:58:20.175Z | test freemap::test_reclaim ... ok |
| 8269 | 2026-09-09T00:58:20.175Z | test freemap::test_free ... ok |
| 8270 | 2026-09-09T00:58:20.175Z | test freemap::test_exhaustion ... ok |
| 8271 | 2026-09-09T00:58:20.175Z | test port_map::tests::test_backplane_group ... ok |
| 8272 | 2026-09-09T00:58:20.175Z | test port_map::tests::test_port_map ... ok |
| 8273 | 2026-09-09T00:58:20.175Z | test port_map::tests::dump_map ... ok |
| 8274 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.246 DEBG created new freemap, unit: freemap_test |
| 8275 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.246 DEBG initted freemap. size: 8, unit: freemap_test |
| 8276 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.246 DEBG reset freemap, unit: freemap_test |
| 8277 | 2026-09-09T00:58:20.175Z | test freemap::test_reclaim_preserves_existing_freelist ... ok |
| 8278 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG created new freemap, unit: freemap_test |
| 8279 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG Sep 09 00:58:19.247initted freemap. size: 128 , DEBGunit :created new freemap freemap_test, |
| 8280 | 2026-09-09T00:58:20.175Z | unit: freemap_route_ipv4Sep 09 00:58:19.247 |
| 8281 | 2026-09-09T00:58:20.175Z | DEBG reset freemap, unit: Sep 09 00:58:19.247freemap_test |
| 8282 | 2026-09-09T00:58:20.175Z | DEBG created new freemap, unit: freemap_route_ipv6 |
| 8283 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG initted freemap. size: 64, unit: freemap_route_ipv4 |
| 8284 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG reset freemap, unit: freemap_route_ipv4 |
| 8285 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG initted freemap. size: 64, unit: freemap_route_ipv6 |
| 8286 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 DEBG reset freemap, unit: freemap_route_ipv6 |
| 8287 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8288 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8289 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8290 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8291 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8292 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8293 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8294 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8295 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8296 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8297 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8298 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8299 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8300 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8301 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8302 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8303 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8304 | 2026-09-09T00:58:20.175Z | Sep 09 00:58:19.247 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 } }] |
| 8305 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8306 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8307 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8308 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8309 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8310 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8311 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8312 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8313 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8314 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8315 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8316 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8317 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8318 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8319 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:f::/64 -> 2001:db8::55:ff |
| 8320 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8321 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8322 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8323 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8324 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8325 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8326 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8327 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8328 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8329 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8330 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8331 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8332 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8333 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8334 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8335 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:17::/64 -> 2001:db8::55:ff |
| 8336 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8337 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8338 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8339 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8340 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247 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 } }] |
| 8341 | 2026-09-09T00:58:20.176Z | Sep 09 00:58:19.247Sep 09 00:58:19.247 INFO DEBGadding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8342 | 2026-09-09T00:58:20.176Z | created new freemap, unitSep 09 00:58:19.247: DEBGfreemap_route_ipv4 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 } }] |
| 8343 | 2026-09-09T00:58:20.177Z | |
| 8344 | 2026-09-09T00:58:20.177Z | Sep 09 00:58:19.247Sep 09 00:58:19.247 INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ffcreated new freemap |
| 8345 | 2026-09-09T00:58:20.177Z | , unit: freemap_route_ipv6Sep 09 00:58:19.247 |
| 8346 | 2026-09-09T00:58:20.177Z | 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 } }] |
| 8347 | 2026-09-09T00:58:20.177Z | Sep 09 00:58:19.247 DEBG Sep 09 00:58:19.247initted freemap. size: 64 , INFOunit :adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8348 | 2026-09-09T00:58:20.177Z | freemap_route_ipv4 |
| 8349 | 2026-09-09T00:58:20.177Z | Sep 09 00:58:19.247 DEBGSep 09 00:58:19.247 replacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8350 | 2026-09-09T00:58:20.177Z | reset freemap, unit:Sep 09 00:58:19.247 freemap_route_ipv4INFO |
| 8351 | 2026-09-09T00:58:20.181Z | adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8352 | 2026-09-09T00:58:20.181Z | Sep 09 00:58:19.247 DEBGSep 09 00:58:19.247 initted freemap. size: 64DEBGSep 09 00:58:19.247, unit 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 |
| 8353 | 2026-09-09T00:58:20.181Z | : freemap_route_ipv6created new freemap |
| 8354 | 2026-09-09T00:58:20.181Z | test freemap::test_span ... ok |
| 8355 | 2026-09-09T00:58:20.181Z | , Sep 09 00:58:19.247unit :Sep 09 00:58:19.247 freemap_route_ipv4DEBGINFO |
| 8356 | 2026-09-09T00:58:20.181Z | reset freemap , adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffunit |
| 8357 | 2026-09-09T00:58:20.181Z | Sep 09 00:58:19.247: DEBG created new freemapfreemap_route_ipv6Sep 09 00:58:19.247, |
| 8358 | 2026-09-09T00:58:20.181Z | unitDEBG: replacing targets for 3fff:beef:1e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6 |
| 8359 | 2026-09-09T00:58:20.181Z | |
| 8360 | 2026-09-09T00:58:20.181Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 INFODEBG adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffinitted freemap. size: 64 |
| 8361 | 2026-09-09T00:58:20.181Z | , unit: freemap_route_ipv4Sep 09 00:58:19.248 DEBG |
| 8362 | 2026-09-09T00:58:20.181Z | 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 } }]Sep 09 00:58:19.248 |
| 8363 | 2026-09-09T00:58:20.181Z | INFOSep 09 00:58:19.248 adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:58:19.248DEBG |
| 8364 | 2026-09-09T00:58:20.181Z | INFO reset freemapadding route 3fff:beef:20::/64 -> 2001:db8::55:ff, |
| 8365 | 2026-09-09T00:58:20.181Z | unitSep 09 00:58:19.248: DEBGfreemap_route_ipv4 Sep 09 00:58:19.248 |
| 8366 | 2026-09-09T00:58:20.181Z | Sep 09 00:58:19.248 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]replacing targets for 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 } }]DEBGSep 09 00:58:19.248 |
| 8367 | 2026-09-09T00:58:20.181Z | |
| 8368 | 2026-09-09T00:58:20.181Z | DEBG initted freemap. size: 64created new freemap, Sep 09 00:58:19.248unit Sep 09 00:58:19.248INFO :adding route 3fff:dead::/64 -> 2001:db8::55:2 , INFO |
| 8369 | 2026-09-09T00:58:20.181Z | unitfreemap_route_ipv6: |
| 8370 | 2026-09-09T00:58:20.181Z | adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 09 00:58:19.248freemap_route_ipv4 Sep 09 00:58:19.248DEBG |
| 8371 | 2026-09-09T00:58:20.181Z | |
| 8372 | 2026-09-09T00:58:20.181Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]DEBG |
| 8373 | 2026-09-09T00:58:20.181Z | reset freemap, unitSep 09 00:58:19.248:Sep 09 00:58:19.248 freemap_route_ipv6INFO |
| 8374 | 2026-09-09T00:58:20.181Z | Sep 09 00:58:19.248 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8375 | 2026-09-09T00:58:20.181Z | DEBG 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 } }]Sep 09 00:58:19.248 |
| 8376 | 2026-09-09T00:58:20.181Z | created new freemapINFOSep 09 00:58:19.248 , DEBGSep 09 00:58:19.248 adding route 3fff:dead::/64 -> 2001:db8::55:1replacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8377 | 2026-09-09T00:58:20.181Z | unitINFO |
| 8378 | 2026-09-09T00:58:20.181Z | :adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 09 00:58:19.248 |
| 8379 | 2026-09-09T00:58:20.182Z | INFO Sep 09 00:58:19.248 freemap_route_ipv6DEBGadding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 09 00:58:19.248 |
| 8380 | 2026-09-09T00:58:20.182Z | |
| 8381 | 2026-09-09T00:58:20.182Z | 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 } }] |
| 8382 | 2026-09-09T00:58:20.182Z | 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 } }]Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFO |
| 8383 | 2026-09-09T00:58:20.182Z | DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8384 | 2026-09-09T00:58:20.182Z | 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 } }]Sep 09 00:58:19.248 |
| 8385 | 2026-09-09T00:58:20.182Z | test port_map::tests::parse_softnpu_revision ... ok |
| 8386 | 2026-09-09T00:58:20.182Z | INFOinitted freemap. size: 64 Sep 09 00:58:19.248 adding route 3fff:beef:23::/64 -> 2001:db8::55:ffDEBG, |
| 8387 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248 unit:replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }]INFO |
| 8388 | 2026-09-09T00:58:20.182Z | test api_server::tests::test_build_info ... ok |
| 8389 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBG freemap_route_ipv4INFOadding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8390 | 2026-09-09T00:58:20.182Z | replacing targets for 3fff:beef:23::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8391 | 2026-09-09T00:58:20.182Z | |
| 8392 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248 DEBG |
| 8393 | 2026-09-09T00:58:20.182Z | 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 } }]Sep 09 00:58:19.248 |
| 8394 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]DEBG |
| 8395 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248reset freemap , INFOSep 09 00:58:19.248 unitadding route 3fff:beef:3::/64 -> 2001:db8::55:ff:INFO |
| 8396 | 2026-09-09T00:58:20.182Z | INFOadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8397 | 2026-09-09T00:58:20.182Z | adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8398 | 2026-09-09T00:58:20.182Z | freemap_route_ipv4 |
| 8399 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248 DEBGDEBG DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 8400 | 2026-09-09T00:58:20.182Z | |
| 8401 | 2026-09-09T00:58:20.182Z | 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 } }] |
| 8402 | 2026-09-09T00:58:20.182Z | initted freemap. size: 64Sep 09 00:58:19.248, Sep 09 00:58:19.248unitINFO :INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ff Sep 09 00:58:19.248adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8403 | 2026-09-09T00:58:20.182Z | |
| 8404 | 2026-09-09T00:58:20.182Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8405 | 2026-09-09T00:58:20.182Z | freemap_route_ipv6Sep 09 00:58:19.248Sep 09 00:58:19.248 |
| 8406 | 2026-09-09T00:58:20.182Z | DEBG DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8407 | 2026-09-09T00:58:20.182Z | 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 } }]Sep 09 00:58:19.248 |
| 8408 | 2026-09-09T00:58:20.182Z | DEBG Sep 09 00:58:19.248reset freemapSep 09 00:58:19.248Sep 09 00:58:19.248, unitINFOINFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffadding route 3fff:beef:1::/64 -> 2001:db8::55:ff |
| 8409 | 2026-09-09T00:58:20.182Z | |
| 8410 | 2026-09-09T00:58:20.182Z | DEBG : replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]freemap_route_ipv6Sep 09 00:58:19.248 |
| 8411 | 2026-09-09T00:58:20.182Z | |
| 8412 | 2026-09-09T00:58:20.182Z | Sep 09 00:58:19.248 DEBGDEBGSep 09 00:58:19.248 replacing targets for 3fff:beef:1::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8413 | 2026-09-09T00:58:20.182Z | |
| 8414 | 2026-09-09T00:58:20.182Z | INFO Sep 09 00:58:19.248adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:58:19.248Sep 09 00:58:19.248 INFOINFOINFO adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8415 | 2026-09-09T00:58:20.183Z | adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8416 | 2026-09-09T00:58:20.183Z | |
| 8417 | 2026-09-09T00:58:20.183Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8418 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGDEBG DEBG replacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8419 | 2026-09-09T00:58:20.183Z | |
| 8420 | 2026-09-09T00:58:20.183Z | 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 } }] |
| 8421 | 2026-09-09T00:58:20.183Z | DEBG Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 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 } }]INFO |
| 8422 | 2026-09-09T00:58:20.183Z | INFOadding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8423 | 2026-09-09T00:58:20.183Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ffadding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8424 | 2026-09-09T00:58:20.183Z | |
| 8425 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248 Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFODEBG replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBGreplacing targets for 3fff:beef: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 } }] |
| 8426 | 2026-09-09T00:58:20.183Z | 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 } }] |
| 8427 | 2026-09-09T00:58:20.183Z | |
| 8428 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248 INFO Sep 09 00:58:19.248Sep 09 00:58:19.248adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8429 | 2026-09-09T00:58:20.183Z | INFO INFOadding route 3fff:beef:4::/64 -> 2001:db8::55:ffSep 09 00:58:19.248adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8430 | 2026-09-09T00:58:20.183Z | DEBGadding route 3fff:beef:28::/64 -> 2001:db8::55:ff 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 } }] |
| 8431 | 2026-09-09T00:58:20.183Z | |
| 8432 | 2026-09-09T00:58:20.183Z | |
| 8433 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248 DEBG Sep 09 00:58:19.248 DEBGreplacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8434 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248replacing 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 } }] |
| 8435 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248INFO DEBGSep 09 00:58:19.248 INFO Sep 09 00:58:19.248replacing 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:9::/64 -> 2001:db8::55:ffadding route 3fff:beef:5::/64 -> 2001:db8::55:ff |
| 8436 | 2026-09-09T00:58:20.183Z | |
| 8437 | 2026-09-09T00:58:20.183Z | |
| 8438 | 2026-09-09T00:58:20.183Z | INFO Sep 09 00:58:19.248Sep 09 00:58:19.248 adding route 3fff:beef:29::/64 -> 2001:db8::55:ffDEBG |
| 8439 | 2026-09-09T00:58:20.183Z | replacing targets for 3fff:beef:5::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG Sep 09 00:58:19.248 |
| 8440 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248 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 |
| 8441 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248DEBG adding route 3fff:dead::/64 -> 2001:db8::55:1 Sep 09 00:58:19.248INFOreplacing targets for 3fff:beef:29::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8442 | 2026-09-09T00:58:20.183Z | |
| 8443 | 2026-09-09T00:58:20.183Z | INFOadding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8444 | 2026-09-09T00:58:20.183Z | adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8445 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248 Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBGDEBG |
| 8446 | 2026-09-09T00:58:20.183Z | 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:2a::/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 } }] |
| 8447 | 2026-09-09T00:58:20.183Z | |
| 8448 | 2026-09-09T00:58:20.183Z | |
| 8449 | 2026-09-09T00:58:20.183Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFO replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFOadding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8450 | 2026-09-09T00:58:20.183Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8451 | 2026-09-09T00:58:20.187Z | |
| 8452 | 2026-09-09T00:58:20.187Z | INFO Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 INFODEBG DEBGreplacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8453 | 2026-09-09T00:58:20.187Z | 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:2b::/64 -> 2001:db8::55:ff |
| 8454 | 2026-09-09T00:58:20.187Z | |
| 8455 | 2026-09-09T00:58:20.187Z | Sep 09 00:58:19.248 INFOadding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:58:19.248 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8456 | 2026-09-09T00:58:20.187Z | Sep 09 00:58:19.248 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 } }] |
| 8457 | 2026-09-09T00:58:20.187Z | Sep 09 00:58:19.248adding route 3fff:beef:c::/64 -> 2001:db8::55:ff DEBG |
| 8458 | 2026-09-09T00:58:20.187Z | 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 } }]Sep 09 00:58:19.248 |
| 8459 | 2026-09-09T00:58:20.187Z | |
| 8460 | 2026-09-09T00:58:20.187Z | Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBG 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 } }] |
| 8461 | 2026-09-09T00:58:20.188Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8462 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 DEBGSep 09 00:58:19.248 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 |
| 8463 | 2026-09-09T00:58:20.188Z | adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8464 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 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 } }]Sep 09 00:58:19.248 |
| 8465 | 2026-09-09T00:58:20.188Z | INFOSep 09 00:58:19.248 adding route 3fff:beef:a::/64 -> 2001:db8::55:ff |
| 8466 | 2026-09-09T00:58:20.188Z | DEBGSep 09 00:58:19.248 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 } }]INFO |
| 8467 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 DEBG adding route 3fff:beef:1::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8468 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 |
| 8469 | 2026-09-09T00:58:20.188Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8470 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248INFO DEBG adding route 3fff:beef:b::/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 } }] |
| 8471 | 2026-09-09T00:58:20.188Z | DEBG |
| 8472 | 2026-09-09T00:58:20.188Z | 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 } }] |
| 8473 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBG 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 } }] |
| 8474 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8475 | 2026-09-09T00:58:20.188Z | INFO adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8476 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBGINFO adding route 3fff:beef:c::/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 } }] |
| 8477 | 2026-09-09T00:58:20.188Z | DEBG |
| 8478 | 2026-09-09T00:58:20.188Z | 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 } }] |
| 8479 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 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:f::/64 -> 2001:db8::55:ff |
| 8480 | 2026-09-09T00:58:20.188Z | |
| 8481 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248INFO DEBGINFO replacing targets for 3fff:beef:f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] adding route 3fff:beef:d::/64 -> 2001:db8::55:ff |
| 8482 | 2026-09-09T00:58:20.188Z | adding route 3fff:beef:3::/64 -> 2001:db8::55:ff |
| 8483 | 2026-09-09T00:58:20.188Z | |
| 8484 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248 INFOSep 09 00:58:19.248 Sep 09 00:58:19.248 DEBGDEBG adding route 3fff:beef:10::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8485 | 2026-09-09T00:58:20.188Z | |
| 8486 | 2026-09-09T00:58:20.188Z | 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 } }] |
| 8487 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 INFOINFO DEBGadding route 3fff:beef:4::/64 -> 2001:db8::55:ffadding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8488 | 2026-09-09T00:58:20.188Z | 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 } }] |
| 8489 | 2026-09-09T00:58:20.188Z | |
| 8490 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 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 } }]Sep 09 00:58:19.248 |
| 8491 | 2026-09-09T00:58:20.188Z | adding route 3fff:beef:11::/64 -> 2001:db8::55:ff DEBG |
| 8492 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248replacing 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 } }] |
| 8493 | 2026-09-09T00:58:20.188Z | INFOSep 09 00:58:19.248 adding route 3fff:beef:f::/64 -> 2001:db8::55:ffDEBG |
| 8494 | 2026-09-09T00:58:20.188Z | 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 } }] |
| 8495 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248INFODEBG 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:12::/64 -> 2001:db8::55:ff |
| 8496 | 2026-09-09T00:58:20.188Z | |
| 8497 | 2026-09-09T00:58:20.188Z | INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 09 00:58:19.248 |
| 8498 | 2026-09-09T00:58:20.188Z | Sep 09 00:58:19.248DEBG 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 } }] |
| 8499 | 2026-09-09T00:58:20.188Z | adding route 3fff:beef:10::/64 -> 2001:db8::55:ff |
| 8500 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBG DEBG 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 } }] |
| 8501 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:13::/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 } }] |
| 8502 | 2026-09-09T00:58:20.189Z | |
| 8503 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248INFO DEBGINFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8504 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:6::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:13::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8505 | 2026-09-09T00:58:20.189Z | |
| 8506 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248 DEBGSep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFOreplacing 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 } }]adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8507 | 2026-09-09T00:58:20.189Z | |
| 8508 | 2026-09-09T00:58:20.189Z | |
| 8509 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248Sep 09 00:58:19.248Sep 09 00:58:19.248 DEBGINFOINFO 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:12::/64 -> 2001:db8::55:ff |
| 8510 | 2026-09-09T00:58:20.189Z | |
| 8511 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:7::/64 -> 2001:db8::55:ff |
| 8512 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBG replacing targets for 3fff:beef:12::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8513 | 2026-09-09T00:58:20.189Z | INFO adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8514 | 2026-09-09T00:58:20.189Z | 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 } }]Sep 09 00:58:19.248 |
| 8515 | 2026-09-09T00:58:20.189Z | INFO adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:58:19.248 |
| 8516 | 2026-09-09T00:58:20.189Z | DEBGSep 09 00:58:19.248 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 } }]INFOSep 09 00:58:19.248 adding route 3fff:beef:8::/64 -> 2001:db8::55:ffDEBG |
| 8517 | 2026-09-09T00:58:20.189Z | |
| 8518 | 2026-09-09T00:58:20.189Z | 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 } }] |
| 8519 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.248Sep 09 00:58:19.248 Sep 09 00:58:19.248DEBG INFO 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 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8520 | 2026-09-09T00:58:20.189Z | |
| 8521 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:16::/64 -> 2001:db8::55:ff |
| 8522 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBGINFODEBG replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8523 | 2026-09-09T00:58:20.189Z | |
| 8524 | 2026-09-09T00:58:20.189Z | 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 } }] |
| 8525 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249INFO INFOadding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 8526 | 2026-09-09T00:58:20.189Z | 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 } }] |
| 8527 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:17::/64 -> 2001:db8::55:ffSep 09 00:58:19.248Sep 09 00:58:19.249 |
| 8528 | 2026-09-09T00:58:20.189Z | DEBGDEBG replacing targets for 3fff:beef:15::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]created new freemap |
| 8529 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249, Sep 09 00:58:19.249Sep 09 00:58:19.249 INFO unit :INFODEBG adding route 3fff:beef:a::/64 -> 2001:db8::55:ffadding route 3fff:beef:16::/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 } }] |
| 8530 | 2026-09-09T00:58:20.189Z | |
| 8531 | 2026-09-09T00:58:20.189Z | |
| 8532 | 2026-09-09T00:58:20.189Z | freemap_route_ipv4 |
| 8533 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 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 } }]INFO |
| 8534 | 2026-09-09T00:58:20.189Z | 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 } }] |
| 8535 | 2026-09-09T00:58:20.189Z | adding route 3fff:beef:18::/64 -> 2001:db8::55:ff |
| 8536 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249INFO INFOadding route 3fff:beef:17::/64 -> 2001:db8::55:ffDEBG |
| 8537 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249adding route 3fff:beef:b::/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 } }] |
| 8538 | 2026-09-09T00:58:20.189Z | DEBG |
| 8539 | 2026-09-09T00:58:20.189Z | Sep 09 00:58:19.249 DEBGcreated new freemap Sep 09 00:58:19.249replacing targets for 3fff:beef:17::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] , DEBG |
| 8540 | 2026-09-09T00:58:20.190Z | Sep 09 00:58:19.249 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 } }] Sep 09 00:58:19.249adding route 3fff:beef:19::/64 -> 2001:db8::55:ffunit |
| 8541 | 2026-09-09T00:58:20.190Z | |
| 8542 | 2026-09-09T00:58:20.190Z | :INFO freemap_route_ipv6adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8543 | 2026-09-09T00:58:20.190Z | |
| 8544 | 2026-09-09T00:58:20.190Z | INFO Sep 09 00:58:19.249 adding route 3fff:beef:c::/64 -> 2001:db8::55:ffDEBG |
| 8545 | 2026-09-09T00:58:20.190Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBG replacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8546 | 2026-09-09T00:58:20.190Z | |
| 8547 | 2026-09-09T00:58:20.190Z | DEBG initted freemap. size: 64Sep 09 00:58:19.249, Sep 09 00:58:19.249unit Sep 09 00:58:19.249 INFO :INFOadding route 3fff:beef:19::/64 -> 2001:db8::55:ff |
| 8548 | 2026-09-09T00:58:20.190Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffDEBG |
| 8549 | 2026-09-09T00:58:20.190Z | 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 } }] freemap_route_ipv4Sep 09 00:58:19.249 |
| 8550 | 2026-09-09T00:58:20.190Z | |
| 8551 | 2026-09-09T00:58:20.194Z | DEBGSep 09 00:58:19.249 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 } }] |
| 8552 | 2026-09-09T00:58:20.194Z | DEBG Sep 09 00:58:19.249replacing 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 } }] Sep 09 00:58:19.249Sep 09 00:58:19.249 |
| 8553 | 2026-09-09T00:58:20.194Z | INFO INFOadding route 3fff:beef:d::/64 -> 2001:db8::55:ff DEBG |
| 8554 | 2026-09-09T00:58:20.194Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8555 | 2026-09-09T00:58:20.194Z | reset freemapSep 09 00:58:19.249, Sep 09 00:58:19.249INFOunitSep 09 00:58:19.249: adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8556 | 2026-09-09T00:58:20.194Z | DEBG freemap_route_ipv4replacing 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 } }] |
| 8557 | 2026-09-09T00:58:20.194Z | |
| 8558 | 2026-09-09T00:58:20.194Z | Sep 09 00:58:19.249 DEBG Sep 09 00:58:19.249Sep 09 00:58:19.249 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 } }]INFODEBG adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8559 | 2026-09-09T00:58:20.194Z | |
| 8560 | 2026-09-09T00:58:20.194Z | initted freemap. size: 64, DEBGunit :Sep 09 00:58:19.249replacing 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 } }] Sep 09 00:58:19.249 |
| 8561 | 2026-09-09T00:58:20.194Z | DEBG freemap_route_ipv6replacing targets for 3fff:beef:1b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8562 | 2026-09-09T00:58:20.194Z | |
| 8563 | 2026-09-09T00:58:20.194Z | INFO adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8564 | 2026-09-09T00:58:20.194Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 INFODEBG adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8565 | 2026-09-09T00:58:20.194Z | |
| 8566 | 2026-09-09T00:58:20.194Z | Sep 09 00:58:19.249 DEBG reset freemapSep 09 00:58:19.249, Sep 09 00:58:19.249INFO INFOadding route 3fff:beef:e::/64 -> 2001:db8::55:ff unitadding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8567 | 2026-09-09T00:58:20.194Z | |
| 8568 | 2026-09-09T00:58:20.194Z | 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 } }]: |
| 8569 | 2026-09-09T00:58:20.194Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249 freemap_route_ipv6DEBGINFODEBG adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]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 } }] |
| 8570 | 2026-09-09T00:58:20.195Z | |
| 8571 | 2026-09-09T00:58:20.195Z | |
| 8572 | 2026-09-09T00:58:20.195Z | |
| 8573 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249 INFOINFODEBGINFO adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8574 | 2026-09-09T00:58:20.195Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:1d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8575 | 2026-09-09T00:58:20.195Z | adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8576 | 2026-09-09T00:58:20.195Z | |
| 8577 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249INFODEBG Sep 09 00:58:19.249adding route 3fff:beef:1e::/64 -> 2001:db8::55:ff |
| 8578 | 2026-09-09T00:58:20.195Z | 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 } }]DEBG |
| 8579 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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 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 } }] |
| 8580 | 2026-09-09T00:58:20.195Z | 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 } }] |
| 8581 | 2026-09-09T00:58:20.195Z | |
| 8582 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249INFO INFOINFOadding route 3fff:beef:10::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8583 | 2026-09-09T00:58:20.195Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffadding route 3fff:beef:1f::/64 -> 2001:db8::55:ff |
| 8584 | 2026-09-09T00:58:20.195Z | |
| 8585 | 2026-09-09T00:58:20.195Z | adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8586 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249 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 } }] |
| 8587 | 2026-09-09T00:58:20.195Z | replacing targets for 3fff:beef:1f::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8588 | 2026-09-09T00:58:20.195Z | 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 } }]Sep 09 00:58:19.249 |
| 8589 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249INFO INFODEBGadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8590 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8591 | 2026-09-09T00:58:20.195Z | adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8592 | 2026-09-09T00:58:20.195Z | DEBG adding route 3fff:beef:20::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:11::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8593 | 2026-09-09T00:58:20.195Z | |
| 8594 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249DEBG DEBGreplacing targets for 3fff:beef:20::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] Sep 09 00:58:19.249 |
| 8595 | 2026-09-09T00:58:20.195Z | 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 |
| 8596 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249adding route 3fff:beef:12::/64 -> 2001:db8::55:ffSep 09 00:58:19.249Sep 09 00:58:19.249 INFOINFO |
| 8597 | 2026-09-09T00:58:20.195Z | INFO adding route 3fff:beef:21::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8598 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249adding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8599 | 2026-09-09T00:58:20.195Z | |
| 8600 | 2026-09-09T00:58:20.195Z | DEBGSep 09 00:58:19.249 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 } }] |
| 8601 | 2026-09-09T00:58:20.195Z | DEBG Sep 09 00:58:19.249 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 } }]Sep 09 00:58:19.249DEBG |
| 8602 | 2026-09-09T00:58:20.195Z | 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 } }] |
| 8603 | 2026-09-09T00:58:20.195Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 09 00:58:19.249 |
| 8604 | 2026-09-09T00:58:20.195Z | INFOSep 09 00:58:19.249 adding route 3fff:beef:13::/64 -> 2001:db8::55:ffSep 09 00:58:19.249INFO |
| 8605 | 2026-09-09T00:58:20.195Z | INFO Sep 09 00:58:19.249adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8606 | 2026-09-09T00:58:20.195Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8607 | 2026-09-09T00:58:20.195Z | DEBG |
| 8608 | 2026-09-09T00:58:20.195Z | Sep 09 00:58:19.249 replacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8609 | 2026-09-09T00:58:20.195Z | 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 } }]Sep 09 00:58:19.249 |
| 8610 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBG DEBGreplacing targets for 3fff:beef:22::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8611 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8612 | 2026-09-09T00:58:20.196Z | INFO Sep 09 00:58:19.249adding route 3fff:beef:14::/64 -> 2001:db8::55:ff |
| 8613 | 2026-09-09T00:58:20.196Z | 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 } }]Sep 09 00:58:19.249 |
| 8614 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:23::/64 -> 2001:db8::55:ff Sep 09 00:58:19.249DEBG |
| 8615 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249 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 } }]DEBGDEBG |
| 8616 | 2026-09-09T00:58:20.196Z | 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 } }] |
| 8617 | 2026-09-09T00:58:20.196Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:58:19.249 |
| 8618 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249 INFO DEBGadding route 3fff:beef:24::/64 -> 2001:db8::55:ff |
| 8619 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249replacing 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 } }] Sep 09 00:58:19.249INFO |
| 8620 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:15::/64 -> 2001:db8::55:ffDEBG |
| 8621 | 2026-09-09T00:58:20.196Z | 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 } }]Sep 09 00:58:19.249 |
| 8622 | 2026-09-09T00:58:20.196Z | INFO Sep 09 00:58:19.249adding route 3fff:beef:24::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8623 | 2026-09-09T00:58:20.196Z | DEBG 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 } }] Sep 09 00:58:19.249 |
| 8624 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 8625 | 2026-09-09T00:58:20.196Z | 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 } }] |
| 8626 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249 INFO DEBG INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8627 | 2026-09-09T00:58:20.196Z | |
| 8628 | 2026-09-09T00:58:20.196Z | |
| 8629 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBGSep 09 00:58:19.249INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:26::/64 -> 2001:db8::55:ff |
| 8630 | 2026-09-09T00:58:20.196Z | |
| 8631 | 2026-09-09T00:58:20.196Z | 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 } }] |
| 8632 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 INFODEBG adding route 3fff:beef:26::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:26::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8633 | 2026-09-09T00:58:20.196Z | |
| 8634 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249 INFODEBG adding route 3fff:beef:17::/64 -> 2001:db8::55:ffINFOreplacing 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 } }] |
| 8635 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8636 | 2026-09-09T00:58:20.196Z | |
| 8637 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249INFO DEBG DEBGadding route 3fff:beef:27::/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 } }] |
| 8638 | 2026-09-09T00:58:20.196Z | |
| 8639 | 2026-09-09T00:58:20.196Z | 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 } }] |
| 8640 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBGINFO Sep 09 00:58:19.249adding route 3fff:beef:28::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8641 | 2026-09-09T00:58:20.196Z | |
| 8642 | 2026-09-09T00:58:20.196Z | INFO adding route 3fff:beef:18::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8643 | 2026-09-09T00:58:20.196Z | DEBG Sep 09 00:58:19.249Sep 09 00:58:19.249replacing 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 } }] |
| 8644 | 2026-09-09T00:58:20.196Z | INFODEBG 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 } }]Sep 09 00:58:19.249 |
| 8645 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:28::/64 -> 2001:db8::55:ffINFO |
| 8646 | 2026-09-09T00:58:20.196Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8647 | 2026-09-09T00:58:20.196Z | Sep 09 00:58:19.249INFO DEBGadding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8648 | 2026-09-09T00:58:20.196Z | 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 } }] |
| 8649 | 2026-09-09T00:58:20.197Z | 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 } }] |
| 8650 | 2026-09-09T00:58:20.197Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249DEBG Sep 09 00:58:19.249 INFOreplacing targets for 3fff:beef:19::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8651 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:29::/64 -> 2001:db8::55:ffadding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8652 | 2026-09-09T00:58:20.201Z | |
| 8653 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249 INFOSep 09 00:58:19.249Sep 09 00:58:19.249 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 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 } }] |
| 8654 | 2026-09-09T00:58:20.201Z | |
| 8655 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:1a::/64 -> 2001:db8::55:ffSep 09 00:58:19.249 |
| 8656 | 2026-09-09T00:58:20.201Z | INFOSep 09 00:58:19.249 adding route 3fff:beef:2b::/64 -> 2001:db8::55:ffINFO |
| 8657 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff |
| 8658 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBGDEBG Sep 09 00:58:19.249replacing 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 } }] |
| 8659 | 2026-09-09T00:58:20.201Z | replacing targets for 3fff:beef:2a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8660 | 2026-09-09T00:58:20.201Z | 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 } }]Sep 09 00:58:19.249 |
| 8661 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249 INFOINFO adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 09 00:58:19.249adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8662 | 2026-09-09T00:58:20.201Z | |
| 8663 | 2026-09-09T00:58:20.201Z | INFO adding route 3fff:beef:1b::/64 -> 2001:db8::55:ff |
| 8664 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249Sep 09 00:58:19.249 Sep 09 00:58:19.249DEBG 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 } }]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 } }] |
| 8665 | 2026-09-09T00:58:20.201Z | DEBG |
| 8666 | 2026-09-09T00:58:20.201Z | 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 } }] |
| 8667 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249Sep 09 00:58:19.249 INFOINFO INFOadding route 3fff:beef:2c::/64 -> 2001:db8::55:ff |
| 8668 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:1c::/64 -> 2001:db8::55:ffadding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8669 | 2026-09-09T00:58:20.201Z | |
| 8670 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 DEBGDEBG DEBGreplacing targets for 3fff:beef:2c::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef:2d::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8671 | 2026-09-09T00:58:20.201Z | |
| 8672 | 2026-09-09T00:58:20.201Z | |
| 8673 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 INFOINFOINFO adding route 3fff:beef:1d::/64 -> 2001:db8::55:ffadding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8674 | 2026-09-09T00:58:20.201Z | |
| 8675 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ff |
| 8676 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249Sep 09 00:58:19.249Sep 09 00:58:19.249 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 } }]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 } }] |
| 8677 | 2026-09-09T00:58:20.201Z | |
| 8678 | 2026-09-09T00:58:20.201Z | 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 } }] |
| 8679 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249 Sep 09 00:58:19.249INFO INFOadding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8680 | 2026-09-09T00:58:20.201Z | adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8681 | 2026-09-09T00:58:20.201Z | Sep 09 00:58:19.249 INFOSep 09 00:58:19.250 Sep 09 00:58:19.250 DEBGadding route 3fff:beef:1e::/64 -> 2001:db8::55:ff 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 } }] |
| 8682 | 2026-09-09T00:58:20.201Z | |
| 8683 | 2026-09-09T00:58:20.201Z | 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 } }] |
| 8684 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 INFOINFO Sep 09 00:58:19.250 adding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8685 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ffDEBG |
| 8686 | 2026-09-09T00:58:20.202Z | 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 } }]Sep 09 00:58:19.250 |
| 8687 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 DEBG 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 } }]Sep 09 00:58:19.250 |
| 8688 | 2026-09-09T00:58:20.202Z | 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 |
| 8689 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8690 | 2026-09-09T00:58:20.202Z | INFOSep 09 00:58:19.250 Sep 09 00:58:19.250adding route 3fff:beef:31::/64 -> 2001:db8::55:ffINFO |
| 8691 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBG |
| 8692 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250replacing 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 } }] |
| 8693 | 2026-09-09T00:58:20.202Z | DEBG Sep 09 00:58:19.250 replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]DEBG |
| 8694 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250replacing 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 } }] |
| 8695 | 2026-09-09T00:58:20.202Z | INFO adding route 3fff:beef:20::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8696 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 INFOINFO adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8697 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8698 | 2026-09-09T00:58:20.202Z | 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 } }]Sep 09 00:58:19.250 |
| 8699 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 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: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 } }] |
| 8700 | 2026-09-09T00:58:20.202Z | |
| 8701 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 INFOSep 09 00:58:19.250INFO adding route 3fff:beef:33::/64 -> 2001:db8::55:ffINFO |
| 8702 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:32::/64 -> 2001:db8::55:ffadding route 3fff:beef:21::/64 -> 2001:db8::55:ff |
| 8703 | 2026-09-09T00:58:20.202Z | |
| 8704 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBGDEBG 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 } }] |
| 8705 | 2026-09-09T00:58:20.202Z | 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: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 } }] |
| 8706 | 2026-09-09T00:58:20.202Z | |
| 8707 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 Sep 09 00:58:19.250INFO adding route 3fff:beef:34::/64 -> 2001:db8::55:ffINFO |
| 8708 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8709 | 2026-09-09T00:58:20.202Z | INFO adding route 3fff:beef:22::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8710 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 DEBGDEBG Sep 09 00:58:19.250replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] replacing targets for 3fff:beef: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 } }] |
| 8711 | 2026-09-09T00:58:20.202Z | |
| 8712 | 2026-09-09T00:58:20.202Z | DEBG Sep 09 00:58:19.250Sep 09 00:58:19.250 INFOINFOreplacing 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 } }] |
| 8713 | 2026-09-09T00:58:20.202Z | adding route 3fff:beef:34::/64 -> 2001:db8::55:ffadding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8714 | 2026-09-09T00:58:20.202Z | |
| 8715 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 INFOSep 09 00:58:19.250Sep 09 00:58:19.250 DEBG DEBGDEBG INFOcreated new 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 } }], |
| 8716 | 2026-09-09T00:58:20.202Z | unit: freemap_route_ipv4adding route 3fff:beef:23::/64 -> 2001:db8::55:ff |
| 8717 | 2026-09-09T00:58:20.202Z | 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 } }] |
| 8718 | 2026-09-09T00:58:20.202Z | |
| 8719 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBG adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffcreated new freemap , INFO |
| 8720 | 2026-09-09T00:58:20.202Z | unit: freemap_route_ipv6adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8721 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBG initted freemap. size: 64, INFO DEBGunit: freemap_route_ipv4 |
| 8722 | 2026-09-09T00:58:20.202Z | Sep 09 00:58:19.250 Sep 09 00:58:19.250 DEBG |
| 8723 | 2026-09-09T00:58:20.202Z | reset freemap, unit: freemap_route_ipv4DEBG |
| 8724 | 2026-09-09T00:58:20.202Z | 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 } }] |
| 8725 | 2026-09-09T00:58:20.203Z | 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 } }] |
| 8726 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 Sep 09 00:58:19.250DEBG 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: 64adding route 3fff:beef:36::/64 -> 2001:db8::55:ff, unit |
| 8727 | 2026-09-09T00:58:20.203Z | :Sep 09 00:58:19.250 |
| 8728 | 2026-09-09T00:58:20.203Z | INFOfreemap_route_ipv6 |
| 8729 | 2026-09-09T00:58:20.203Z | adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 09 00:58:19.250Sep 09 00:58:19.250 INFO DEBG Sep 09 00:58:19.250reset freemapadding route 3fff:beef:24::/64 -> 2001:db8::55:ff, |
| 8730 | 2026-09-09T00:58:20.203Z | unit : |
| 8731 | 2026-09-09T00:58:20.203Z | freemap_route_ipv6DEBG |
| 8732 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 INFO Sep 09 00:58:19.250 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8733 | 2026-09-09T00:58:20.203Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8734 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 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: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 replacing targets for 3fff:beef:36::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8735 | 2026-09-09T00:58:20.203Z | |
| 8736 | 2026-09-09T00:58:20.203Z | |
| 8737 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 INFO adding route 3fff:beef:37::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8738 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 8739 | 2026-09-09T00:58:20.203Z | INFO adding route 3fff:beef:25::/64 -> 2001:db8::55:ff |
| 8740 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 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 } }] |
| 8741 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 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 } }] |
| 8742 | 2026-09-09T00:58:20.203Z | |
| 8743 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 DEBGSep 09 00:58:19.250Sep 09 00:58:19.250 INFO INFO replacing targets for 3fff:beef:25::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8744 | 2026-09-09T00:58:20.203Z | |
| 8745 | 2026-09-09T00:58:20.203Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8746 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 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 } }] |
| 8747 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 INFO DEBGSep 09 00:58:19.250adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff Sep 09 00:58:19.250 Sep 09 00:58:19.250INFO adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 8748 | 2026-09-09T00:58:20.203Z | Sep 09 00:58:19.250 |
| 8749 | 2026-09-09T00:58:20.203Z | 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 } }]Sep 09 00:58:19.250DEBG |
| 8750 | 2026-09-09T00:58:20.203Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "c", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 8751 | 2026-09-09T00:58:20.207Z | replacing targets for 3fff:beef:37::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]INFO |
| 8752 | 2026-09-09T00:58:20.207Z | created new freemapSep 09 00:58:19.250, Sep 09 00:58:19.250 INFO adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8753 | 2026-09-09T00:58:20.207Z | unit: INFOSep 09 00:58:19.250freemap_route_ipv4 adding route 3fff:beef::/64 -> 2001:db8::55:ff |
| 8754 | 2026-09-09T00:58:20.207Z | adding route 3fff:beef:26::/64 -> 2001:db8::55:ff Sep 09 00:58:19.250 |
| 8755 | 2026-09-09T00:58:20.207Z | DEBG |
| 8756 | 2026-09-09T00:58:20.207Z | DEBGreplacing targets for 3fff:beef::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBGDEBG |
| 8757 | 2026-09-09T00:58:20.207Z | 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 } }]Sep 09 00:58:19.250 INFO |
| 8758 | 2026-09-09T00:58:20.207Z | adding route 3fff:beef:1::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8759 | 2026-09-09T00:58:20.207Z | replacing targets for 3fff:beef:2e::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] INFO replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8760 | 2026-09-09T00:58:20.207Z | |
| 8761 | 2026-09-09T00:58:20.207Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBG |
| 8762 | 2026-09-09T00:58:20.207Z | 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 } }] |
| 8763 | 2026-09-09T00:58:20.207Z | Sep 09 00:58:19.250Sep 09 00:58:19.250Sep 09 00:58:19.250 INFO Sep 09 00:58:19.250adding route 3fff:beef:2::/64 -> 2001:db8::55:ff |
| 8764 | 2026-09-09T00:58:20.207Z | Sep 09 00:58:19.250 DEBGINFOSep 09 00:58:19.250 DEBG DEBGreplacing targets for 3fff:beef:2::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8765 | 2026-09-09T00:58:20.208Z | adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 8766 | 2026-09-09T00:58:20.208Z | INFO Sep 09 00:58:19.250created new freemap , INFO adding route 3fff:beef:3::/64 -> 2001:db8::55:ffunitSep 09 00:58:19.250 |
| 8767 | 2026-09-09T00:58:20.208Z | INFO adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 8768 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250 DEBG Sep 09 00:58:19.250adding route 3fff:beef:27::/64 -> 2001:db8::55:ff |
| 8769 | 2026-09-09T00:58:20.208Z | DEBGreplacing targets for 3fff:beef:3::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8770 | 2026-09-09T00:58:20.208Z | 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: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 } }] |
| 8771 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250 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 |
| 8772 | 2026-09-09T00:58:20.208Z | adding route 3fff:beef:4::/64 -> 2001:db8::55:ff |
| 8773 | 2026-09-09T00:58:20.208Z | :Sep 09 00:58:19.250 Sep 09 00:58:19.250DEBG INFOfreemap_route_ipv6 Sep 09 00:58:19.250 DEBGadding route 3fff:beef:30::/64 -> 2001:db8::55:ff |
| 8774 | 2026-09-09T00:58:20.208Z | replacing targets for 3fff:beef:27::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef:4::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]Sep 09 00:58:19.250 |
| 8775 | 2026-09-09T00:58:20.208Z | |
| 8776 | 2026-09-09T00:58:20.208Z | |
| 8777 | 2026-09-09T00:58:20.208Z | INFOSep 09 00:58:19.250 Sep 09 00:58:19.250INFO adding route 3fff:beef:5::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8778 | 2026-09-09T00:58:20.208Z | INFO adding route 3fff:beef:28::/64 -> 2001:db8::55:ff |
| 8779 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 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 } }] |
| 8780 | 2026-09-09T00:58:20.208Z | DEBG adding route 3fff:beef:3a::/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 } }] |
| 8781 | 2026-09-09T00:58:20.208Z | INFO Sep 09 00:58:19.250 |
| 8782 | 2026-09-09T00:58:20.208Z | INFO adding route 3fff:beef:6::/64 -> 2001:db8::55:ff |
| 8783 | 2026-09-09T00:58:20.208Z | |
| 8784 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 DEBG 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 } }] |
| 8785 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 adding route 3fff:beef:39::/64 -> 2001:db8::55:ffSep 09 00:58:19.250 |
| 8786 | 2026-09-09T00:58:20.208Z | INFO Sep 09 00:58:19.250adding route 3fff:beef:7::/64 -> 2001:db8::55:ffDEBG |
| 8787 | 2026-09-09T00:58:20.208Z | DEBGSep 09 00:58:19.250 DEBGINFOSep 09 00:58:19.250 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff replacing targets for 3fff:beef:7::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8788 | 2026-09-09T00:58:20.208Z | |
| 8789 | 2026-09-09T00:58:20.208Z | 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 } }] |
| 8790 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250 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 } }]Sep 09 00:58:19.250 |
| 8791 | 2026-09-09T00:58:20.208Z | INFO adding route 3fff:beef:8::/64 -> 2001:db8::55:ff |
| 8792 | 2026-09-09T00:58:20.208Z | DEBGSep 09 00:58:19.250 Sep 09 00:58:19.250initted freemap. size: 64 Sep 09 00:58:19.250 INFO INFOadding route 3fff:beef:29::/64 -> 2001:db8::55:ff DEBGDEBG replacing targets for 3fff:beef:8::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8793 | 2026-09-09T00:58:20.208Z | |
| 8794 | 2026-09-09T00:58:20.208Z | |
| 8795 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 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 } }] |
| 8796 | 2026-09-09T00:58:20.208Z | adding route 3fff:beef:9::/64 -> 2001:db8::55:ff |
| 8797 | 2026-09-09T00:58:20.208Z | 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 } }]DEBGSep 09 00:58:19.250Sep 09 00:58:19.250 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 } }] |
| 8798 | 2026-09-09T00:58:20.208Z | 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 } }] |
| 8799 | 2026-09-09T00:58:20.208Z | |
| 8800 | 2026-09-09T00:58:20.208Z | Sep 09 00:58:19.250 Sep 09 00:58:19.250Sep 09 00:58:19.250 INFO Sep 09 00:58:19.250adding route 3fff:beef:a::/64 -> 2001:db8::55:ffINFO adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 8801 | 2026-09-09T00:58:20.208Z | DEBG Sep 09 00:58:19.250 |
| 8802 | 2026-09-09T00:58:20.208Z | 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 } }]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 } }] |
| 8803 | 2026-09-09T00:58:20.208Z | INFO Sep 09 00:58:19.250, adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff unitDEBG |
| 8804 | 2026-09-09T00:58:20.208Z | :Sep 09 00:58:19.250 INFO replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:b::/64 -> 2001:db8::55:ff |
| 8805 | 2026-09-09T00:58:20.209Z | |
| 8806 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.250Sep 09 00:58:19.250 |
| 8807 | 2026-09-09T00:58:20.209Z | DEBG INFO adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff Sep 09 00:58:19.250replacing 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 } }] |
| 8808 | 2026-09-09T00:58:20.209Z | test route::tests::rollback_failure_leaves_in_core_cleared ... ok |
| 8809 | 2026-09-09T00:58:20.209Z | DEBG |
| 8810 | 2026-09-09T00:58:20.209Z | 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 } }]Sep 09 00:58:19.250 INFOINFO |
| 8811 | 2026-09-09T00:58:20.209Z | adding route 3fff:beef:c::/64 -> 2001:db8::55:ff |
| 8812 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.250 DEBGSep 09 00:58:19.250freemap_route_ipv4 DEBG Sep 09 00:58:19.250Sep 09 00:58:19.250 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 } }] |
| 8813 | 2026-09-09T00:58:20.209Z | INFO Sep 09 00:58:19.250 |
| 8814 | 2026-09-09T00:58:20.209Z | test route::tests::identity_replace_is_noop ... ok |
| 8815 | 2026-09-09T00:58:20.209Z | 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 } }] |
| 8816 | 2026-09-09T00:58:20.209Z | INFO adding route 3fff:beef:d::/64 -> 2001:db8::55:ffadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8817 | 2026-09-09T00:58:20.209Z | INFO Sep 09 00:58:19.250adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff adding route 3fff:beef:33::/64 -> 2001:db8::55:ffDEBG failed to allocate space for the new target list |
| 8818 | 2026-09-09T00:58:20.209Z | |
| 8819 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.250Sep 09 00:58:19.250Sep 09 00:58:19.250 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 } }] |
| 8820 | 2026-09-09T00:58:20.209Z | |
| 8821 | 2026-09-09T00:58:20.209Z | 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 } }]Sep 09 00:58:19.251 INFO |
| 8822 | 2026-09-09T00:58:20.209Z | adding route 3fff:beef:e::/64 -> 2001:db8::55:ff |
| 8823 | 2026-09-09T00:58:20.209Z | |
| 8824 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.255Sep 09 00:58:19.255 DEBGSep 09 00:58:19.255 INFO replacing targets for 3fff:beef:33::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8825 | 2026-09-09T00:58:20.209Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:ff |
| 8826 | 2026-09-09T00:58:20.209Z | DEBGSep 09 00:58:19.251 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 } }]Sep 09 00:58:19.255 |
| 8827 | 2026-09-09T00:58:20.209Z | DEBG Sep 09 00:58:19.255 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 } }]INFO Sep 09 00:58:19.255 |
| 8828 | 2026-09-09T00:58:20.209Z | DEBGadding route 3fff:beef:34::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8829 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.255 |
| 8830 | 2026-09-09T00:58:20.209Z | 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 } }]created new freemapSep 09 00:58:19.255, unitDEBG: 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 } }]freemap_route_ipv4 |
| 8831 | 2026-09-09T00:58:20.209Z | |
| 8832 | 2026-09-09T00:58:20.209Z | adding route 3fff:beef:f::/64 -> 2001:db8::55:ffSep 09 00:58:19.256Sep 09 00:58:19.256 DEBG created new freemap |
| 8833 | 2026-09-09T00:58:20.209Z | , unitINFO: adding route 3fff:beef:35::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 8834 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 |
| 8835 | 2026-09-09T00:58:20.209Z | DEBGSep 09 00:58:19.256 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 } }]DEBGSep 09 00:58:19.256 |
| 8836 | 2026-09-09T00:58:20.209Z | 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 } }] |
| 8837 | 2026-09-09T00:58:20.209Z | DEBGDEBGSep 09 00:58:19.256 initted freemap. size: 64Sep 09 00:58:19.256INFO reset freemap, INFO, adding route 3fff:beef:10::/64 -> 2001:db8::55:ffunit |
| 8838 | 2026-09-09T00:58:20.209Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ffunit |
| 8839 | 2026-09-09T00:58:20.209Z | : freemap_route_ipv4Sep 09 00:58:19.256 |
| 8840 | 2026-09-09T00:58:20.209Z | Sep 09 00:58:19.256 DEBG DEBGreplacing targets for 3fff:beef:10::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]:Sep 09 00:58:19.256 |
| 8841 | 2026-09-09T00:58:20.209Z | 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 } }] |
| 8842 | 2026-09-09T00:58:20.209Z | |
| 8843 | 2026-09-09T00:58:20.209Z | DEBG Sep 09 00:58:19.256reset freemapSep 09 00:58:19.256, unitINFO :Sep 09 00:58:19.256 INFOadding route 3fff:beef:11::/64 -> 2001:db8::55:ff |
| 8844 | 2026-09-09T00:58:20.210Z | adding route 3fff:beef:37::/64 -> 2001:db8::55:ff freemap_route_ipv4 |
| 8845 | 2026-09-09T00:58:20.210Z | |
| 8846 | 2026-09-09T00:58:20.210Z | DEBG Sep 09 00:58:19.256initted freemap. size: 64Sep 09 00:58:19.256 Sep 09 00:58:19.256 DEBG, DEBGunit 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: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 } }] |
| 8847 | 2026-09-09T00:58:20.210Z | :DEBG |
| 8848 | 2026-09-09T00:58:20.210Z | initted freemap. size: 64 , freemap_route_ipv6unitSep 09 00:58:19.256Sep 09 00:58:19.256: INFOINFO |
| 8849 | 2026-09-09T00:58:20.210Z | freemap_route_ipv6adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8850 | 2026-09-09T00:58:20.210Z | |
| 8851 | 2026-09-09T00:58:20.214Z | adding route 3fff:beef:12::/64 -> 2001:db8::55:ff |
| 8852 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 DEBGDEBG replacing targets for 3fff:beef:38::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:beef: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 } }] |
| 8853 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256 |
| 8854 | 2026-09-09T00:58:20.214Z | DEBGSep 09 00:58:19.256 Sep 09 00:58:19.256 DEBG reset freemapSep 09 00:58:19.256, INFO unitINFOreset freemap: , adding route 3fff:beef:39::/64 -> 2001:db8::55:ffunit |
| 8855 | 2026-09-09T00:58:20.214Z | freemap_route_ipv6adding route 3fff:beef:13::/64 -> 2001:db8::55:ff |
| 8856 | 2026-09-09T00:58:20.214Z | |
| 8857 | 2026-09-09T00:58:20.214Z | : freemap_route_ipv6Sep 09 00:58:19.256 |
| 8858 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256DEBG 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 } }] |
| 8859 | 2026-09-09T00:58:20.214Z | 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 } }] |
| 8860 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256Sep 09 00:58:19.256Sep 09 00:58:19.256 INFO INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 8861 | 2026-09-09T00:58:20.214Z | adding route 3fff:beef:2c::/64 -> 2001:db8::55:ffSep 09 00:58:19.256 |
| 8862 | 2026-09-09T00:58:20.214Z | INFOINFO adding route 3fff:beef:14::/64 -> 2001:db8::55:ffSep 09 00:58:19.256 |
| 8863 | 2026-09-09T00:58:20.214Z | DEBGSep 09 00:58:19.256adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:58:19.256 DEBGDEBG |
| 8864 | 2026-09-09T00:58:20.214Z | 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 } }] |
| 8865 | 2026-09-09T00:58:20.214Z | replacing targets for 3fff:beef:14::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 8866 | 2026-09-09T00:58:20.214Z | |
| 8867 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256 Sep 09 00:58:19.256DEBG Sep 09 00:58:19.256Sep 09 00:58:19.256 INFOINFOINFO adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 3fff:beef:15::/64 -> 2001:db8::55:ff |
| 8868 | 2026-09-09T00:58:20.214Z | |
| 8869 | 2026-09-09T00:58:20.214Z | adding route 3fff:beef:2d::/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 } }] |
| 8870 | 2026-09-09T00:58:20.214Z | |
| 8871 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256 Sep 09 00:58:19.256DEBGSep 09 00:58:19.256 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 8872 | 2026-09-09T00:58:20.214Z | 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 } }] |
| 8873 | 2026-09-09T00:58:20.214Z | 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 } }]Sep 09 00:58:19.256Sep 09 00:58:19.256 |
| 8874 | 2026-09-09T00:58:20.214Z | Sep 09 00:58:19.256INFO INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 Sep 09 00:58:19.256adding route 3fff:beef:16::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 8875 | 2026-09-09T00:58:20.214Z | |
| 8876 | 2026-09-09T00:58:20.214Z | |
| 8877 | 2026-09-09T00:58:20.214Z | INFO Sep 09 00:58:19.256Sep 09 00:58:19.256adding route 3fff:beef:2e::/64 -> 2001:db8::55:ff |
| 8878 | 2026-09-09T00:58:20.215Z | DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 8879 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 |
| 8880 | 2026-09-09T00:58:20.215Z | 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 } }]Sep 09 00:58:19.256Sep 09 00:58:19.256 |
| 8881 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256DEBG INFOINFO adding route 3fff:beef:17::/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 } }]adding route 3fff:dead::/64 -> 2001:db8::55:4 |
| 8882 | 2026-09-09T00:58:20.215Z | |
| 8883 | 2026-09-09T00:58:20.215Z | |
| 8884 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 Sep 09 00:58:19.256INFO DEBGadding route 3fff:beef:2f::/64 -> 2001:db8::55:ffSep 09 00:58:19.256 |
| 8885 | 2026-09-09T00:58:20.215Z | DEBG replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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: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 } }]Sep 09 00:58:19.256 |
| 8886 | 2026-09-09T00:58:20.215Z | DEBG |
| 8887 | 2026-09-09T00:58:20.215Z | 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 |
| 8888 | 2026-09-09T00:58:20.215Z | adding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:58:19.256 |
| 8889 | 2026-09-09T00:58:20.215Z | INFOSep 09 00:58:19.256Sep 09 00:58:19.256 adding route 3fff:beef:18::/64 -> 2001:db8::55:ffINFO |
| 8890 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 adding route 3fff:beef:30::/64 -> 2001:db8::55:ffDEBGDEBG |
| 8891 | 2026-09-09T00:58:20.215Z | replacing targets for 3fff:dead::/64 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 } }] |
| 8892 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 Sep 09 00:58:19.256DEBGreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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: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 |
| 8893 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 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 } }]WARN |
| 8894 | 2026-09-09T00:58:20.215Z | shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" })Sep 09 00:58:19.256 |
| 8895 | 2026-09-09T00:58:20.215Z | |
| 8896 | 2026-09-09T00:58:20.215Z | INFO adding route 3fff:beef:19::/64 -> 2001:db8::55:ffSep 09 00:58:19.256 |
| 8897 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 INFO Sep 09 00:58:19.256 adding route 3fff:beef:31::/64 -> 2001:db8::55:ff |
| 8898 | 2026-09-09T00:58:20.215Z | ERROINFO rollback route_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.4 |
| 8899 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 DEBGDEBG |
| 8900 | 2026-09-09T00:58:20.215Z | 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: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 } }] |
| 8901 | 2026-09-09T00:58:20.215Z | |
| 8902 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 Sep 09 00:58:19.256Sep 09 00:58:19.256INFO INFOERRO adding route 3fff:beef:1a::/64 -> 2001:db8::55:ff |
| 8903 | 2026-09-09T00:58:20.215Z | 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 itadding route 3fff:beef:32::/64 -> 2001:db8::55:ffDEBG |
| 8904 | 2026-09-09T00:58:20.215Z | |
| 8905 | 2026-09-09T00:58:20.215Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:58:19.256 DEBG |
| 8906 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256replacing 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 } }] |
| 8907 | 2026-09-09T00:58:20.215Z | DEBG Sep 09 00:58:19.256replacing 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 } }] Sep 09 00:58:19.256 |
| 8908 | 2026-09-09T00:58:20.215Z | DEBGINFO adding route 3fff:beef:1b::/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 } }] |
| 8909 | 2026-09-09T00:58:20.215Z | Sep 09 00:58:19.256 |
| 8910 | 2026-09-09T00:58:20.215Z | INFO Sep 09 00:58:19.256adding route 3fff:beef:33::/64 -> 2001:db8::55:ff |
| 8911 | 2026-09-09T00:58:20.215Z | |
| 8912 | 2026-09-09T00:58:20.216Z | 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 } }]Sep 09 00:58:19.256 |
| 8913 | 2026-09-09T00:58:20.216Z | DEBG Sep 09 00:58:19.256replacing 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 } }] Sep 09 00:58:19.256INFO |
| 8914 | 2026-09-09T00:58:20.216Z | INFOadding route 3fff:beef:3c::/64 -> 2001:db8::55:ff adding route 3fff:beef:1c::/64 -> 2001:db8::55:ff |
| 8915 | 2026-09-09T00:58:20.216Z | |
| 8916 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.256 INFOSep 09 00:58:19.256 Sep 09 00:58:19.256DEBG adding route 3fff:beef:34::/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 } }] |
| 8917 | 2026-09-09T00:58:20.216Z | DEBG |
| 8918 | 2026-09-09T00:58:20.216Z | 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 } }] |
| 8919 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.256Sep 09 00:58:19.256 DEBGINFO replacing targets for 3fff:beef:34::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:1d::/64 -> 2001:db8::55:ff |
| 8920 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.256Sep 09 00:58:19.262 INFOSep 09 00:58:19.262 DEBG INFOadding route 3fff:beef:3a::/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 } }] |
| 8921 | 2026-09-09T00:58:20.216Z | |
| 8922 | 2026-09-09T00:58:20.216Z | adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 |
| 8923 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262INFO DEBG adding route 3fff:beef:1e::/64 -> 2001:db8::55:ffreplacing targets for 3fff:beef:3a::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] |
| 8924 | 2026-09-09T00:58:20.216Z | |
| 8925 | 2026-09-09T00:58:20.216Z | |
| 8926 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 DEBGSep 09 00:58:19.262Sep 09 00:58:19.262 DEBG 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 } }]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 } }] |
| 8927 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 |
| 8928 | 2026-09-09T00:58:20.216Z | INFO adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8929 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262adding route 3fff:beef:35::/64 -> 2001:db8::55:ff |
| 8930 | 2026-09-09T00:58:20.216Z | INFO adding route 3fff:beef:1f::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 |
| 8931 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 INFOSep 09 00:58:19.262 DEBGSep 09 00:58:19.262 replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 8932 | 2026-09-09T00:58:20.216Z | adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffDEBG |
| 8933 | 2026-09-09T00:58:20.216Z | 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 } }]Sep 09 00:58:19.262 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 } }] |
| 8934 | 2026-09-09T00:58:20.216Z | INFO |
| 8935 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffDEBG |
| 8936 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 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 } }]INFO |
| 8937 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 adding route 3fff:beef:20::/64 -> 2001:db8::55:ffINFOSep 09 00:58:19.262 |
| 8938 | 2026-09-09T00:58:20.216Z | adding route 3fff:beef:36::/64 -> 2001:db8::55:ff Sep 09 00:58:19.262 |
| 8939 | 2026-09-09T00:58:20.216Z | DEBGDEBG Sep 09 00:58:19.262Sep 09 00:58:19.262replacing 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 } }] |
| 8940 | 2026-09-09T00:58:20.216Z | 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: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 } }]failed to allocate space for the new target list |
| 8941 | 2026-09-09T00:58:20.216Z | |
| 8942 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262 |
| 8943 | 2026-09-09T00:58:20.216Z | INFO Sep 09 00:58:19.262adding route 3fff:beef:3d::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 |
| 8944 | 2026-09-09T00:58:20.216Z | INFO INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 8945 | 2026-09-09T00:58:20.216Z | Sep 09 00:58:19.262adding route 3fff:beef:21::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 DEBG DEBG |
| 8946 | 2026-09-09T00:58:20.216Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_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: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 } }]Sep 09 00:58:19.262 |
| 8947 | 2026-09-09T00:58:20.216Z | |
| 8948 | 2026-09-09T00:58:20.217Z | DEBG Sep 09 00:58:19.262replacing 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 } }] |
| 8949 | 2026-09-09T00:58:20.217Z | DEBG Sep 09 00:58:19.262 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 |
| 8950 | 2026-09-09T00:58:20.217Z | Sep 09 00:58:19.262 adding route 3fff:beef:3e::/64 -> 2001:db8::55:ffINFO |
| 8951 | 2026-09-09T00:58:20.221Z | Sep 09 00:58:19.262adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 8952 | 2026-09-09T00:58:20.221Z | INFO Sep 09 00:58:19.262adding route 3fff:beef:22::/64 -> 2001:db8::55:ff |
| 8953 | 2026-09-09T00:58:20.221Z | DEBG Sep 09 00:58:19.262replacing 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 } }] |
| 8954 | 2026-09-09T00:58:20.221Z | 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 } }] |
| 8955 | 2026-09-09T00:58:20.221Z | Sep 09 00:58:19.262Sep 09 00:58:19.262 DEBGSep 09 00:58:19.262 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 } }]INFO |
| 8956 | 2026-09-09T00:58:20.221Z | adding route 3fff:beef:3f::/64 -> 2001:db8::55:ffadding route 3fff:beef:39::/64 -> 2001:db8::55:ff |
| 8957 | 2026-09-09T00:58:20.221Z | |
| 8958 | 2026-09-09T00:58:20.221Z | Sep 09 00:58:19.262 INFOSep 09 00:58:19.257Sep 09 00:58:19.262 Sep 09 00:58:19.262DEBG DEBGcreated new freemap , adding route 3fff:beef:23::/64 -> 2001:db8::55:ffunit |
| 8959 | 2026-09-09T00:58:20.221Z | :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 } }]freemap_route_ipv4 |
| 8960 | 2026-09-09T00:58:20.221Z | |
| 8961 | 2026-09-09T00:58:20.221Z | 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 } }]Sep 09 00:58:19.262 |
| 8962 | 2026-09-09T00:58:20.221Z | DEBGSep 09 00:58:19.262 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 } }]Sep 09 00:58:19.262DEBGSep 09 00:58:19.262 |
| 8963 | 2026-09-09T00:58:20.221Z | INFO adding route 3fff:beef:3a::/64 -> 2001:db8::55:ffDEBGfailed to allocate space for the new target list |
| 8964 | 2026-09-09T00:58:20.221Z | |
| 8965 | 2026-09-09T00:58:20.221Z | created new freemapSep 09 00:58:19.262, Sep 09 00:58:19.262unitINFO DEBG: adding route 3fff:beef:24::/64 -> 2001:db8::55:ff Sep 09 00:58:19.262replacing 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 |
| 8966 | 2026-09-09T00:58:20.221Z | |
| 8967 | 2026-09-09T00:58:20.222Z | |
| 8968 | 2026-09-09T00:58:20.222Z | 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 } }] |
| 8969 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 Sep 09 00:58:19.262DEBG Sep 09 00:58:19.262INFO replacing targets for 3fff:beef:24::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]adding route 3fff:beef:3b::/64 -> 2001:db8::55:ff |
| 8970 | 2026-09-09T00:58:20.222Z | |
| 8971 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262DEBG Sep 09 00:58:19.262DEBGinitted freemap. size: 64 Sep 09 00:58:19.262failed to allocate space for the new target listINFO |
| 8972 | 2026-09-09T00:58:20.222Z | , adding route 3fff:beef:25::/64 -> 2001:db8::55:ffDEBG |
| 8973 | 2026-09-09T00:58:20.222Z | replacing targets for 3fff:beef:3b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]unit |
| 8974 | 2026-09-09T00:58:20.222Z | : Sep 09 00:58:19.262freemap_route_ipv4 |
| 8975 | 2026-09-09T00:58:20.222Z | 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 } }] |
| 8976 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262Sep 09 00:58:19.257Sep 09 00:58:19.262Sep 09 00:58:19.262 INFODEBGDEBGINFO reset freemapadding route 3fff:beef:26::/64 -> 2001:db8::55:ff, |
| 8977 | 2026-09-09T00:58:20.222Z | created new freemap, unit adding route 3fff:beef:3c::/64 -> 2001:db8::55:ffSep 09 00:58:19.256Sep 09 00:58:19.262 :DEBG |
| 8978 | 2026-09-09T00:58:20.222Z | DEBG created new freemap 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 } }] |
| 8979 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 |
| 8980 | 2026-09-09T00:58:20.222Z | , DEBG 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 } }]: |
| 8981 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262Sep 09 00:58:19.262freemap_route_ipv4 |
| 8982 | 2026-09-09T00:58:20.222Z | DEBG Sep 09 00:58:19.262 INFODEBG adding route 3fff:beef:27::/64 -> 2001:db8::55:fffailed to allocate space for the new target list |
| 8983 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 |
| 8984 | 2026-09-09T00:58:20.222Z | DEBGcreated new freemap , created new freemapSep 09 00:58:19.262Sep 09 00:58:19.262unit :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:2, vlan_id: None } }]: |
| 8985 | 2026-09-09T00:58:20.222Z | 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 } }] freemap_route_ipv6freemap_route_ipv6 |
| 8986 | 2026-09-09T00:58:20.222Z | |
| 8987 | 2026-09-09T00:58:20.222Z | |
| 8988 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262Sep 09 00:58:19.262 INFODEBG adding route 3fff:beef:28::/64 -> 2001:db8::55:ffinitted freemap. size: 64Sep 09 00:58:19.262 |
| 8989 | 2026-09-09T00:58:20.222Z | , unitDEBG:Sep 09 00:58:19.262 initted freemap. size: 64DEBGfreemap_route_ipv4, |
| 8990 | 2026-09-09T00:58:20.222Z | unitreplacing 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 } }]: |
| 8991 | 2026-09-09T00:58:20.222Z | freemap_route_ipv4Sep 09 00:58:19.262 |
| 8992 | 2026-09-09T00:58:20.222Z | DEBGSep 09 00:58:19.262 reset freemapINFO, Sep 09 00:58:19.262 unitadding route 3fff:beef:29::/64 -> 2001:db8::55:ff:DEBG |
| 8993 | 2026-09-09T00:58:20.222Z | reset freemapfreemap_route_ipv4, |
| 8994 | 2026-09-09T00:58:20.222Z | unit:Sep 09 00:58:19.262 freemap_route_ipv4DEBG |
| 8995 | 2026-09-09T00:58:20.222Z | 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 } }] |
| 8996 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 Sep 09 00:58:19.262DEBGSep 09 00:58:19.262 initted freemap. size: 64DEBG, unitINFOinitted freemap. size: 64 , adding route 3fff:beef:2a::/64 -> 2001:db8::55:ff:unit |
| 8997 | 2026-09-09T00:58:20.222Z | freemap_route_ipv6: |
| 8998 | 2026-09-09T00:58:20.222Z | freemap_route_ipv6 |
| 8999 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 DEBGSep 09 00:58:19.262 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 } }]DEBGSep 09 00:58:19.262 |
| 9000 | 2026-09-09T00:58:20.222Z | DEBG reset freemapreset freemap, Sep 09 00:58:19.262, unit :unit :freemap_route_ipv6 INFO |
| 9001 | 2026-09-09T00:58:20.222Z | adding route 3fff:beef:2b::/64 -> 2001:db8::55:fffreemap_route_ipv6 |
| 9002 | 2026-09-09T00:58:20.222Z | |
| 9003 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9004 | 2026-09-09T00:58:20.222Z | Sep 09 00:58:19.262 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9005 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262Sep 09 00:58:19.262 DEBGDEBG replacing targets for 3fff:beef:2b::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9006 | 2026-09-09T00:58:20.223Z | |
| 9007 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262 DEBGSep 09 00:58:19.262Sep 09 00:58:19.262 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9008 | 2026-09-09T00:58:20.223Z | test route::tests::rollback_on_compact_delete_failure ... ok |
| 9009 | 2026-09-09T00:58:20.223Z | adding route 3fff:beef:2c::/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 } }] |
| 9010 | 2026-09-09T00:58:20.223Z | |
| 9011 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262Sep 09 00:58:19.262 Sep 09 00:58:19.251 DEBGSep 09 00:58:19.262 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 } }] |
| 9012 | 2026-09-09T00:58:20.223Z | 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 |
| 9013 | 2026-09-09T00:58:20.223Z | adding route 3fff:dead::/64 -> 2001:db8::55:2DEBG |
| 9014 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262Sep 09 00:58:19.262created new freemap , INFOINFOunit :adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9015 | 2026-09-09T00:58:20.223Z | freemap_route_ipv4adding route 3fff:beef:2d::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 |
| 9016 | 2026-09-09T00:58:20.223Z | |
| 9017 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262DEBG 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 } }]Sep 09 00:58:19.262 |
| 9018 | 2026-09-09T00:58:20.223Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.3, vlan_id: None } }]DEBG |
| 9019 | 2026-09-09T00:58:20.223Z | 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 } }]Sep 09 00:58:19.262Sep 09 00:58:19.262 |
| 9020 | 2026-09-09T00:58:20.223Z | INFOSep 09 00:58:19.262 Sep 09 00:58:19.262adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 9021 | 2026-09-09T00:58:20.223Z | DEBGadding route 172.16.0.0/32 -> 10.0.0.4INFO |
| 9022 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262 DEBGadding route 3fff:beef:2e::/64 -> 2001:db8::55:ffSep 09 00:58:19.262 |
| 9023 | 2026-09-09T00:58:20.223Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9024 | 2026-09-09T00:58:20.223Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9025 | 2026-09-09T00:58:20.223Z | created new freemap, Sep 09 00:58:19.262Sep 09 00:58:19.262 unitINFO Sep 09 00:58:19.262DEBG :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:4 |
| 9026 | 2026-09-09T00:58:20.223Z | INFO |
| 9027 | 2026-09-09T00:58:20.223Z | adding route 172.17.0.0/32 -> 10.0.0.255freemap_route_ipv6 |
| 9028 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262 INFOSep 09 00:58:19.262 |
| 9029 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262adding route 3fff:beef:2f::/64 -> 2001:db8::55:ff |
| 9030 | 2026-09-09T00:58:20.223Z | 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 } }] |
| 9031 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.262 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]DEBG replacing targets for 3fff:beef: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 } }] |
| 9032 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.263Sep 09 00:58:19.263 DEBG DEBGcreated new freemap , Sep 09 00:58:19.269created new freemap unit, :unitINFO: adding route 3fff:beef:30::/64 -> 2001:db8::55:fffreemap_route_ipv4freemap_route_ipv4 |
| 9033 | 2026-09-09T00:58:20.223Z | |
| 9034 | 2026-09-09T00:58:20.223Z | |
| 9035 | 2026-09-09T00:58:20.223Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 DEBGSep 09 00:58:19.269 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 } }] |
| 9036 | 2026-09-09T00:58:20.223Z | created new freemap |
| 9037 | 2026-09-09T00:58:20.223Z | , unitunit: DEBGfreemap_route_ipv4 |
| 9038 | 2026-09-09T00:58:20.223Z | created new freemap, :unit :freemap_route_ipv6 |
| 9039 | 2026-09-09T00:58:20.223Z | freemap_route_ipv6Sep 09 00:58:19.269 |
| 9040 | 2026-09-09T00:58:20.223Z | DEBG Sep 09 00:58:19.262Sep 09 00:58:19.269initted freemap. size: 64Sep 09 00:58:19.269 , Sep 09 00:58:19.269DEBGunit : freemap_route_ipv6INFO |
| 9041 | 2026-09-09T00:58:20.223Z | INFO DEBG adding route 3fff:beef:31::/64 -> 2001:db8::55:ffadding route 172.17.0.1/32 -> 10.0.0.255 |
| 9042 | 2026-09-09T00:58:20.223Z | initted freemap. size: 64Sep 09 00:58:19.269 initted freemap. size: 64 |
| 9043 | 2026-09-09T00:58:20.224Z | DEBG, unit :reset freemap Sep 09 00:58:19.269freemap_route_ipv4 , DEBG |
| 9044 | 2026-09-09T00:58:20.224Z | unit: , freemap_route_ipv6Sep 09 00:58:19.269 |
| 9045 | 2026-09-09T00:58:20.224Z | replacing targets for 3fff:beef:31::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }] DEBG |
| 9046 | 2026-09-09T00:58:20.224Z | unit :reset freemapSep 09 00:58:19.269 , DEBGunit :Sep 09 00:58:19.269Sep 09 00:58:19.269 freemap_route_ipv4INFO |
| 9047 | 2026-09-09T00:58:20.224Z | adding route 3fff:dead::/64 -> 2001:db8::55:1INFOreplacing targets for 172.17.0.1/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] adding route 3fff:beef:32::/64 -> 2001:db8::55:ff |
| 9048 | 2026-09-09T00:58:20.224Z | |
| 9049 | 2026-09-09T00:58:20.224Z | |
| 9050 | 2026-09-09T00:58:20.224Z | freemap_route_ipv4Sep 09 00:58:19.269 |
| 9051 | 2026-09-09T00:58:20.228Z | DEBGSep 09 00:58:19.269 Sep 09 00:58:19.269 initted freemap. size: 64Sep 09 00:58:19.269Sep 09 00:58:19.269DEBG DEBG, unit replacing targets for 3fff:beef:32::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:ff, vlan_id: None } }]: |
| 9052 | 2026-09-09T00:58:20.228Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9053 | 2026-09-09T00:58:20.228Z | freemap_route_ipv6INFOSep 09 00:58:19.269 |
| 9054 | 2026-09-09T00:58:20.228Z | Sep 09 00:58:19.269INFOadding route 172.17.0.2/32 -> 10.0.0.255 INFOSep 09 00:58:19.269 adding route 3fff:beef:33::/64 -> 2001:db8::55:ffadding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9055 | 2026-09-09T00:58:20.228Z | |
| 9056 | 2026-09-09T00:58:20.228Z | |
| 9057 | 2026-09-09T00:58:20.228Z | DEBGDEBG Sep 09 00:58:19.269Sep 09 00:58:19.269reset freemap 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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 |
| 9058 | 2026-09-09T00:58:20.228Z | : |
| 9059 | 2026-09-09T00:58:20.228Z | reset freemapfreemap_route_ipv6, |
| 9060 | 2026-09-09T00:58:20.228Z | unitSep 09 00:58:19.269:Sep 09 00:58:19.269 Sep 09 00:58:19.269 INFO INFODEBG Sep 09 00:58:19.269adding route 3fff:beef:34::/64 -> 2001:db8::55:ff |
| 9061 | 2026-09-09T00:58:20.228Z | freemap_route_ipv4INFOadding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9062 | 2026-09-09T00:58:20.228Z | |
| 9063 | 2026-09-09T00:58:20.228Z | Sep 09 00:58:19.269replacing 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 } }] |
| 9064 | 2026-09-09T00:58:20.228Z | DEBG adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 } }]Sep 09 00:58:19.269Sep 09 00:58:19.269 |
| 9065 | 2026-09-09T00:58:20.228Z | |
| 9066 | 2026-09-09T00:58:20.229Z | DEBG INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 09 00:58:19.269 Sep 09 00:58:19.269 adding route 172.17.0.3/32 -> 10.0.0.255DEBG |
| 9067 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269 |
| 9068 | 2026-09-09T00:58:20.229Z | INFOSep 09 00:58:19.269 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 } }] Sep 09 00:58:19.269 |
| 9069 | 2026-09-09T00:58:20.229Z | INFO adding route 3fff:beef:35::/64 -> 2001:db8::55:ff adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 09 00:58:19.269 |
| 9070 | 2026-09-09T00:58:20.229Z | |
| 9071 | 2026-09-09T00:58:20.229Z | initted freemap. size: 64 DEBGINFO, Sep 09 00:58:19.269 adding route 172.16.0.0/32 -> 10.0.0.1replacing 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 |
| 9072 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269 unit: |
| 9073 | 2026-09-09T00:58:20.229Z | DEBGSep 09 00:58:19.269replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9074 | 2026-09-09T00:58:20.229Z | freemap_route_ipv6 DEBG |
| 9075 | 2026-09-09T00:58:20.229Z | 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 } }] |
| 9076 | 2026-09-09T00:58:20.229Z | 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 } }]Sep 09 00:58:19.269 |
| 9077 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269 Sep 09 00:58:19.269 INFO DEBGSep 09 00:58:19.269Sep 09 00:58:19.269DEBG 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 } }] adding route 172.16.0.0/32 -> 10.0.0.1adding route 3fff:beef:36::/64 -> 2001:db8::55:ff |
| 9078 | 2026-09-09T00:58:20.229Z | reset freemap |
| 9079 | 2026-09-09T00:58:20.229Z | INFO |
| 9080 | 2026-09-09T00:58:20.229Z | , unitSep 09 00:58:19.269adding route 172.17.0.4/32 -> 10.0.0.255Sep 09 00:58:19.269 Sep 09 00:58:19.269 |
| 9081 | 2026-09-09T00:58:20.229Z | : WARNDEBG DEBG freemap_route_ipv6replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "b", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, 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 } }]shrink-in-place compact delete failed at slot 6: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9082 | 2026-09-09T00:58:20.229Z | |
| 9083 | 2026-09-09T00:58:20.229Z | |
| 9084 | 2026-09-09T00:58:20.229Z | 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 } }] |
| 9085 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 DEBGINFO Sep 09 00:58:19.269 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 } }]INFOSep 09 00:58:19.269 |
| 9086 | 2026-09-09T00:58:20.229Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9087 | 2026-09-09T00:58:20.229Z | INFOadding route 3fff:beef:37::/64 -> 2001:db8::55:ff |
| 9088 | 2026-09-09T00:58:20.229Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9089 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269 INFOSep 09 00:58:19.269 adding route 172.17.0.5/32 -> 10.0.0.255Sep 09 00:58:19.269DEBG |
| 9090 | 2026-09-09T00:58:20.229Z | 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 |
| 9091 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269Sep 09 00:58:19.269replacing 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 } }] |
| 9092 | 2026-09-09T00:58:20.229Z | DEBGDEBGSep 09 00:58:19.269 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 } }]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 } }] |
| 9093 | 2026-09-09T00:58:20.229Z | |
| 9094 | 2026-09-09T00:58:20.229Z | adding route 172.17.0.0/32 -> 10.0.0.255Sep 09 00:58:19.269 |
| 9095 | 2026-09-09T00:58:20.229Z | INFOSep 09 00:58:19.269 Sep 09 00:58:19.269adding route 3fff:beef:38::/64 -> 2001:db8::55:ff |
| 9096 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269INFO INFODEBG adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9097 | 2026-09-09T00:58:20.229Z | adding route 172.17.0.0/32 -> 10.0.0.255replacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9098 | 2026-09-09T00:58:20.229Z | |
| 9099 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269 Sep 09 00:58:19.269Sep 09 00:58:19.269 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 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 } }] |
| 9100 | 2026-09-09T00:58:20.229Z | |
| 9101 | 2026-09-09T00:58:20.229Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 Sep 09 00:58:19.269INFO INFOINFODEBG adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9102 | 2026-09-09T00:58:20.229Z | adding route 172.17.0.1/32 -> 10.0.0.255adding route 172.17.0.7/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 } }] |
| 9103 | 2026-09-09T00:58:20.229Z | |
| 9104 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269 |
| 9105 | 2026-09-09T00:58:20.230Z | 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 } }]Sep 09 00:58:19.269 |
| 9106 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 INFO Sep 09 00:58:19.269DEBG adding route 3fff:beef:39::/64 -> 2001:db8::55:ffDEBG |
| 9107 | 2026-09-09T00:58:20.230Z | INFO replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:58:19.269adding route 172.17.0.2/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 } }] |
| 9108 | 2026-09-09T00:58:20.230Z | test route::tests::rollback_on_compact_write_failure ... ok |
| 9109 | 2026-09-09T00:58:20.230Z | |
| 9110 | 2026-09-09T00:58:20.230Z | DEBG |
| 9111 | 2026-09-09T00:58:20.230Z | 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 } }] |
| 9112 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 INFOSep 09 00:58:19.269 INFO DEBGadding route 172.17.0.2/32 -> 10.0.0.255adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9113 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269 replacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9114 | 2026-09-09T00:58:20.230Z | |
| 9115 | 2026-09-09T00:58:20.230Z | adding route 3fff:beef:3a::/64 -> 2001:db8::55:ff |
| 9116 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269Sep 09 00:58:19.269 Sep 09 00:58:19.263DEBG DEBG Sep 09 00:58:19.269INFOreplacing targets for 172.17.0.2/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]created new freemap , |
| 9117 | 2026-09-09T00:58:20.230Z | unitadding route 172.17.0.3/32 -> 10.0.0.255:Sep 09 00:58:19.269 |
| 9118 | 2026-09-09T00:58:20.230Z | freemap_route_ipv4Sep 09 00:58:19.269 |
| 9119 | 2026-09-09T00:58:20.230Z | DEBG 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 } }] |
| 9120 | 2026-09-09T00:58:20.230Z | INFOreplacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9121 | 2026-09-09T00:58:20.230Z | adding route 172.17.0.3/32 -> 10.0.0.255Sep 09 00:58:19.269Sep 09 00:58:19.269 Sep 09 00:58:19.269 DEBGDEBGINFO Sep 09 00:58:19.269created new freemap 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 } }], |
| 9122 | 2026-09-09T00:58:20.230Z | |
| 9123 | 2026-09-09T00:58:20.230Z | unitadding route 3fff:beef:3b::/64 -> 2001:db8::55:ff: |
| 9124 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269Sep 09 00:58:19.269freemap_route_ipv6 |
| 9125 | 2026-09-09T00:58:20.230Z | INFOSep 09 00:58:19.269 Sep 09 00:58:19.269INFO DEBG adding route 172.17.0.9/32 -> 10.0.0.255DEBG DEBG |
| 9126 | 2026-09-09T00:58:20.230Z | 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 } }]initted freemap. size: 64, |
| 9127 | 2026-09-09T00:58:20.230Z | 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: |
| 9128 | 2026-09-09T00:58:20.230Z | adding route 172.17.0.4/32 -> 10.0.0.255freemap_route_ipv4 |
| 9129 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269 |
| 9130 | 2026-09-09T00:58:20.230Z | Sep 09 00:58:19.269 Sep 09 00:58:19.269Sep 09 00:58:19.269 INFODEBG Sep 09 00:58:19.269 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 } }] INFO |
| 9131 | 2026-09-09T00:58:20.230Z | DEBGadding route 172.17.0.4/32 -> 10.0.0.255adding route 3fff:beef:3c::/64 -> 2001:db8::55:ff |
| 9132 | 2026-09-09T00:58:20.230Z | 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 } }]Sep 09 00:58:19.269 |
| 9133 | 2026-09-09T00:58:20.230Z | |
| 9134 | 2026-09-09T00:58:20.230Z | INFOreset freemap , adding route 172.17.0.10/32 -> 10.0.0.255unit |
| 9135 | 2026-09-09T00:58:20.230Z | :Sep 09 00:58:19.269 Sep 09 00:58:19.269 freemap_route_ipv4INFOSep 09 00:58:19.269 |
| 9136 | 2026-09-09T00:58:20.230Z | adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9137 | 2026-09-09T00:58:20.230Z | DEBG Sep 09 00:58:19.269DEBGSep 09 00:58:19.269 DEBGSep 09 00:58:19.269 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 } }]initted freemap. size: 64 |
| 9138 | 2026-09-09T00:58:20.230Z | DEBGDEBG , 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 } }]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 } }]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 } }] |
| 9139 | 2026-09-09T00:58:20.230Z | :Sep 09 00:58:19.269 INFO Sep 09 00:58:19.275freemap_route_ipv6 |
| 9140 | 2026-09-09T00:58:20.230Z | DEBG Sep 09 00:58:19.262 failed to allocate space for the new target list |
| 9141 | 2026-09-09T00:58:20.230Z | DEBG adding route 172.17.0.5/32 -> 10.0.0.255Sep 09 00:58:19.275 |
| 9142 | 2026-09-09T00:58:20.231Z | Sep 09 00:58:19.275 DEBGinitted freemap. size: 64 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 } }]Sep 09 00:58:19.275 |
| 9143 | 2026-09-09T00:58:20.231Z | reset freemap , , unit |
| 9144 | 2026-09-09T00:58:20.231Z | :unit :freemap_route_ipv4 |
| 9145 | 2026-09-09T00:58:20.231Z | freemap_route_ipv6DEBG |
| 9146 | 2026-09-09T00:58:20.231Z | 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 } }] |
| 9147 | 2026-09-09T00:58:20.231Z | Sep 09 00:58:19.275Sep 09 00:58:19.275 DEBG INFOreset freemap , adding route 172.17.0.11/32 -> 10.0.0.255unitSep 09 00:58:19.275: |
| 9148 | 2026-09-09T00:58:20.231Z | INFOfreemap_route_ipv4Sep 09 00:58:19.275 |
| 9149 | 2026-09-09T00:58:20.231Z | adding route 172.16.0.0/32 -> 10.0.0.1INFOSep 09 00:58:19.275Sep 09 00:58:19.275 |
| 9150 | 2026-09-09T00:58:20.231Z | DEBGDEBG Sep 09 00:58:19.275initted freemap. size: 64 , 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 } }]replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9151 | 2026-09-09T00:58:20.235Z | |
| 9152 | 2026-09-09T00:58:20.235Z | |
| 9153 | 2026-09-09T00:58:20.235Z | Sep 09 00:58:19.275Sep 09 00:58:19.275 DEBGINFO Sep 09 00:58:19.275adding route 172.17.0.12/32 -> 10.0.0.255 |
| 9154 | 2026-09-09T00:58:20.235Z | reset freemapINFO, unitadding route 172.16.0.0/32 -> 10.0.0.2: |
| 9155 | 2026-09-09T00:58:20.235Z | freemap_route_ipv6Sep 09 00:58:19.275 |
| 9156 | 2026-09-09T00:58:20.235Z | 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 } }] |
| 9157 | 2026-09-09T00:58:20.235Z | Sep 09 00:58:19.275 Sep 09 00:58:19.275DEBG 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 } }] |
| 9158 | 2026-09-09T00:58:20.235Z | adding route 3fff:dead::/64 -> 2001:db8::55:1adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9159 | 2026-09-09T00:58:20.235Z | Sep 09 00:58:19.275 |
| 9160 | 2026-09-09T00:58:20.235Z | INFOSep 09 00:58:19.275 Sep 09 00:58:19.275adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9161 | 2026-09-09T00:58:20.235Z | DEBG INFO replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9162 | 2026-09-09T00:58:20.236Z | adding route 172.17.0.0/32 -> 10.0.0.255Sep 09 00:58:19.275 |
| 9163 | 2026-09-09T00:58:20.236Z | DEBG Sep 09 00:58:19.275replacing 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 } }] Sep 09 00:58:19.275 |
| 9164 | 2026-09-09T00:58:20.236Z | DEBG 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 } }]Sep 09 00:58:19.275 |
| 9165 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275replacing 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 |
| 9166 | 2026-09-09T00:58:20.236Z | 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 } }] |
| 9167 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275Sep 09 00:58:19.275adding route 172.17.0.14/32 -> 10.0.0.255 INFOINFO |
| 9168 | 2026-09-09T00:58:20.236Z | adding route 172.17.0.7/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9169 | 2026-09-09T00:58:20.236Z | |
| 9170 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275 DEBGSep 09 00:58:19.275 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 |
| 9171 | 2026-09-09T00:58:20.236Z | 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 } }] |
| 9172 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275Sep 09 00:58:19.275 DEBG INFOreplacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] Sep 09 00:58:19.275 |
| 9173 | 2026-09-09T00:58:20.236Z | adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9174 | 2026-09-09T00:58:20.236Z | INFO adding route 172.17.0.2/32 -> 10.0.0.255Sep 09 00:58:19.275 |
| 9175 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275 INFO DEBGadding route 172.17.0.8/32 -> 10.0.0.255Sep 09 00:58:19.275 |
| 9176 | 2026-09-09T00:58:20.236Z | 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 } }] |
| 9177 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275 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 |
| 9178 | 2026-09-09T00:58:20.236Z | 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 } }] |
| 9179 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.275 INFO Sep 09 00:58:19.275Sep 09 00:58:19.275 INFOINFO adding route 172.17.0.16/32 -> 10.0.0.255adding route 172.17.0.3/32 -> 10.0.0.255 |
| 9180 | 2026-09-09T00:58:20.236Z | |
| 9181 | 2026-09-09T00:58:20.236Z | adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9182 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276 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 } }]Sep 09 00:58:19.276Sep 09 00:58:19.276 DEBGDEBG replacing targets for 172.17.0.9/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9183 | 2026-09-09T00:58:20.236Z | |
| 9184 | 2026-09-09T00:58:20.236Z | |
| 9185 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276 Sep 09 00:58:19.276Sep 09 00:58:19.276 INFO INFO INFOadding route 172.17.0.4/32 -> 10.0.0.255 |
| 9186 | 2026-09-09T00:58:20.236Z | adding route 172.17.0.17/32 -> 10.0.0.255adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9187 | 2026-09-09T00:58:20.236Z | |
| 9188 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276 DEBG Sep 09 00:58:19.276replacing 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 } }]Sep 09 00:58:19.276 |
| 9189 | 2026-09-09T00:58:20.236Z | 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.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 } }] |
| 9190 | 2026-09-09T00:58:20.236Z | |
| 9191 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276 INFO |
| 9192 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9193 | 2026-09-09T00:58:20.236Z | Sep 09 00:58:19.276 INFOINFO Sep 09 00:58:19.276Sep 09 00:58:19.276 DEBGDEBGSep 09 00:58:19.276 adding route 172.17.0.18/32 -> 10.0.0.255 replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9194 | 2026-09-09T00:58:20.236Z | 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 } }] |
| 9195 | 2026-09-09T00:58:20.236Z | |
| 9196 | 2026-09-09T00:58:20.236Z | INFOadding route 172.17.0.11/32 -> 10.0.0.255 Sep 09 00:58:19.276Sep 09 00:58:19.276adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9197 | 2026-09-09T00:58:20.236Z | |
| 9198 | 2026-09-09T00:58:20.236Z | WARNINFO shrink-in-place compact add failed at slot 8: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9199 | 2026-09-09T00:58:20.237Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9200 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276Sep 09 00:58:19.276Sep 09 00:58:19.276Sep 09 00:58:19.276 DEBGDEBG 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 } }]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 } }] |
| 9201 | 2026-09-09T00:58:20.237Z | |
| 9202 | 2026-09-09T00:58:20.237Z | 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 } }] |
| 9203 | 2026-09-09T00:58:20.237Z | 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 } }] |
| 9204 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276Sep 09 00:58:19.276 INFOINFO Sep 09 00:58:19.276 Sep 09 00:58:19.276adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9205 | 2026-09-09T00:58:20.237Z | adding route 172.17.0.7/32 -> 10.0.0.255INFO |
| 9206 | 2026-09-09T00:58:20.237Z | INFO adding route 172.17.0.12/32 -> 10.0.0.255adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9207 | 2026-09-09T00:58:20.237Z | |
| 9208 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276 DEBGSep 09 00:58:19.276 Sep 09 00:58:19.276replacing 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 |
| 9209 | 2026-09-09T00:58:20.237Z | 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 } }] Sep 09 00:58:19.276 |
| 9210 | 2026-09-09T00:58:20.237Z | 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 } }] Sep 09 00:58:19.276DEBG Sep 09 00:58:19.276INFO |
| 9211 | 2026-09-09T00:58:20.237Z | adding route 172.17.0.8/32 -> 10.0.0.255replacing targets for 172.17.0.12/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9212 | 2026-09-09T00:58:20.237Z | |
| 9213 | 2026-09-09T00:58:20.237Z | INFO Sep 09 00:58:19.276 Sep 09 00:58:19.276DEBGadding route 172.17.0.20/32 -> 10.0.0.255 |
| 9214 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276INFO 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 } }] |
| 9215 | 2026-09-09T00:58:20.237Z | INFOadding route 172.17.0.8/32 -> 10.0.0.255Sep 09 00:58:19.276 |
| 9216 | 2026-09-09T00:58:20.237Z | DEBGadding route 172.17.0.13/32 -> 10.0.0.255 Sep 09 00:58:19.276 |
| 9217 | 2026-09-09T00:58:20.237Z | 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 |
| 9218 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276adding route 172.17.0.9/32 -> 10.0.0.255 Sep 09 00:58:19.276 |
| 9219 | 2026-09-09T00:58:20.237Z | DEBG Sep 09 00:58:19.276replacing 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 } }] |
| 9220 | 2026-09-09T00:58:20.237Z | INFO DEBGSep 09 00:58:19.276adding route 172.17.0.21/32 -> 10.0.0.255 |
| 9221 | 2026-09-09T00:58:20.237Z | 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 } }] 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 } }]Sep 09 00:58:19.276 |
| 9222 | 2026-09-09T00:58:20.237Z | |
| 9223 | 2026-09-09T00:58:20.237Z | INFOSep 09 00:58:19.276 Sep 09 00:58:19.276adding route 172.17.0.9/32 -> 10.0.0.255 Sep 09 00:58:19.276DEBGINFO |
| 9224 | 2026-09-09T00:58:20.237Z | replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9225 | 2026-09-09T00:58:20.237Z | INFO |
| 9226 | 2026-09-09T00:58:20.237Z | adding route 172.17.0.14/32 -> 10.0.0.255 |
| 9227 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276Sep 09 00:58:19.276Sep 09 00:58:19.276 INFO adding route 172.17.0.22/32 -> 10.0.0.255Sep 09 00:58:19.276DEBG |
| 9228 | 2026-09-09T00:58:20.237Z | replacing targets for 172.17.0.10/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9229 | 2026-09-09T00:58:20.237Z | 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 } }] |
| 9230 | 2026-09-09T00:58:20.237Z | 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 } }]Sep 09 00:58:19.276 |
| 9231 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276 DEBGINFO replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9232 | 2026-09-09T00:58:20.237Z | |
| 9233 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276Sep 09 00:58:19.276 Sep 09 00:58:19.276 DEBGSep 09 00:58:19.276 replacing targets for 172.17.0.11/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9234 | 2026-09-09T00:58:20.237Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9235 | 2026-09-09T00:58:20.237Z | INFOSep 09 00:58:19.276adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9236 | 2026-09-09T00:58:20.237Z | adding route 172.17.0.10/32 -> 10.0.0.255 |
| 9237 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276INFO DEBGadding route 172.17.0.12/32 -> 10.0.0.255Sep 09 00:58:19.276 |
| 9238 | 2026-09-09T00:58:20.237Z | Sep 09 00:58:19.276replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9239 | 2026-09-09T00:58:20.238Z | DEBGSep 09 00:58:19.276 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 } }]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 } }] |
| 9240 | 2026-09-09T00:58:20.238Z | |
| 9241 | 2026-09-09T00:58:20.238Z | 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 } }] |
| 9242 | 2026-09-09T00:58:20.238Z | Sep 09 00:58:19.276Sep 09 00:58:19.276Sep 09 00:58:19.276 Sep 09 00:58:19.276 INFOINFOINFO adding route 172.17.0.13/32 -> 10.0.0.255INFOadding route 172.17.0.24/32 -> 10.0.0.255adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9243 | 2026-09-09T00:58:20.238Z | |
| 9244 | 2026-09-09T00:58:20.238Z | |
| 9245 | 2026-09-09T00:58:20.238Z | adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9246 | 2026-09-09T00:58:20.238Z | Sep 09 00:58:19.276 Sep 09 00:58:19.276DEBG Sep 09 00:58:19.276 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 } }] Sep 09 00:58:19.276 |
| 9247 | 2026-09-09T00:58:20.238Z | 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 |
| 9248 | 2026-09-09T00:58:20.238Z | DEBG Sep 09 00:58:19.276 replacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9249 | 2026-09-09T00:58:20.238Z | |
| 9250 | 2026-09-09T00:58:20.238Z | Sep 09 00:58:19.276INFO INFOadding route 172.17.0.14/32 -> 10.0.0.255 |
| 9251 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.276adding route 172.17.0.25/32 -> 10.0.0.255 INFO |
| 9252 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.276adding route 172.17.0.12/32 -> 10.0.0.255 Sep 09 00:58:19.276INFOSep 09 00:58:19.276 |
| 9253 | 2026-09-09T00:58:20.242Z | adding route 172.17.0.17/32 -> 10.0.0.255DEBG |
| 9254 | 2026-09-09T00:58:20.242Z | 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 } }] |
| 9255 | 2026-09-09T00:58:20.242Z | 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 } }]Sep 09 00:58:19.276 Sep 09 00:58:19.276 |
| 9256 | 2026-09-09T00:58:20.242Z | DEBGSep 09 00:58:19.276 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 } }] |
| 9257 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.276DEBG INFOSep 09 00:58:19.276adding route 172.17.0.15/32 -> 10.0.0.255 |
| 9258 | 2026-09-09T00:58:20.242Z | 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.26/32 -> 10.0.0.255 |
| 9259 | 2026-09-09T00:58:20.242Z | |
| 9260 | 2026-09-09T00:58:20.242Z | INFO Sep 09 00:58:19.282adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9261 | 2026-09-09T00:58:20.242Z | 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 } }] |
| 9262 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.270Sep 09 00:58:19.282 DEBGDEBGSep 09 00:58:19.282 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 } }]Sep 09 00:58:19.276INFO |
| 9263 | 2026-09-09T00:58:20.242Z | created new freemapSep 09 00:58:19.282 adding route 172.17.0.16/32 -> 10.0.0.255 |
| 9264 | 2026-09-09T00:58:20.242Z | , DEBG DEBGunitSep 09 00:58:19.282: Sep 09 00:58:19.282freemap_route_ipv4INFO |
| 9265 | 2026-09-09T00:58:20.242Z | created new freemapDEBG, adding route 172.17.0.14/32 -> 10.0.0.255unitreplacing targets for 172.17.0.16/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9266 | 2026-09-09T00:58:20.242Z | |
| 9267 | 2026-09-09T00:58:20.242Z | : freemap_route_ipv4 |
| 9268 | 2026-09-09T00:58:20.242Z | |
| 9269 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.282 INFOSep 09 00:58:19.282Sep 09 00:58:19.282 Sep 09 00:58:19.282adding route 172.17.0.17/32 -> 10.0.0.255 INFO |
| 9270 | 2026-09-09T00:58:20.242Z | DEBGSep 09 00:58:19.282 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 } }] |
| 9271 | 2026-09-09T00:58:20.242Z | adding route 172.17.0.27/32 -> 10.0.0.255 Sep 09 00:58:19.282DEBG |
| 9272 | 2026-09-09T00:58:20.242Z | created new freemapcreated new freemapSep 09 00:58:19.282, , INFO DEBGadding route 172.17.0.15/32 -> 10.0.0.255 |
| 9273 | 2026-09-09T00:58:20.242Z | unitunit: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 } }]: |
| 9274 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.282 freemap_route_ipv6 |
| 9275 | 2026-09-09T00:58:20.242Z | 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 } }] |
| 9276 | 2026-09-09T00:58:20.242Z | Sep 09 00:58:19.282Sep 09 00:58:19.282 Sep 09 00:58:19.282DEBGSep 09 00:58:19.282INFO adding route 172.17.0.18/32 -> 10.0.0.255DEBGINFO |
| 9277 | 2026-09-09T00:58:20.242Z | initted freemap. size: 64adding route 172.17.0.16/32 -> 10.0.0.255 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 } }], |
| 9278 | 2026-09-09T00:58:20.242Z | |
| 9279 | 2026-09-09T00:58:20.242Z | unitSep 09 00:58:19.282: freemap_route_ipv4DEBG |
| 9280 | 2026-09-09T00:58:20.243Z | 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 } }] |
| 9281 | 2026-09-09T00:58:20.243Z | Sep 09 00:58:19.282 Sep 09 00:58:19.282DEBGfreemap_route_ipv6Sep 09 00:58:19.282 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 } }]Sep 09 00:58:19.282 |
| 9282 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.19/32 -> 10.0.0.255INFO |
| 9283 | 2026-09-09T00:58:20.243Z | DEBG |
| 9284 | 2026-09-09T00:58:20.243Z | reset freemapSep 09 00:58:19.282Sep 09 00:58:19.282 , DEBG adding route 172.17.0.28/32 -> 10.0.0.255unitINFO :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.17/32 -> 10.0.0.255 |
| 9285 | 2026-09-09T00:58:20.243Z | |
| 9286 | 2026-09-09T00:58:20.243Z | Sep 09 00:58:19.282 |
| 9287 | 2026-09-09T00:58:20.243Z | DEBGfreemap_route_ipv4 |
| 9288 | 2026-09-09T00:58:20.243Z | Sep 09 00:58:19.282Sep 09 00:58:19.282 DEBG INFOSep 09 00:58:19.282 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 } }] |
| 9289 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.20/32 -> 10.0.0.255initted freemap. size: 64 |
| 9290 | 2026-09-09T00:58:20.243Z | DEBGSep 09 00:58:19.282 Sep 09 00:58:19.282 , 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 } }]Sep 09 00:58:19.282 INFODEBGDEBG |
| 9291 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.18/32 -> 10.0.0.255 unitreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9292 | 2026-09-09T00:58:20.243Z | initted freemap. size: 64, : |
| 9293 | 2026-09-09T00:58:20.243Z | unitSep 09 00:58:19.282 : freemap_route_ipv4freemap_route_ipv6Sep 09 00:58:19.282 |
| 9294 | 2026-09-09T00:58:20.243Z | DEBG |
| 9295 | 2026-09-09T00:58:20.243Z | 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 } }] |
| 9296 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.21/32 -> 10.0.0.255Sep 09 00:58:19.282 |
| 9297 | 2026-09-09T00:58:20.243Z | INFO Sep 09 00:58:19.282adding route 172.17.0.29/32 -> 10.0.0.255Sep 09 00:58:19.282Sep 09 00:58:19.282Sep 09 00:58:19.282 DEBGINFODEBG adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9298 | 2026-09-09T00:58:20.243Z | |
| 9299 | 2026-09-09T00:58:20.243Z | 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 } }] Sep 09 00:58:19.282 |
| 9300 | 2026-09-09T00:58:20.243Z | reset freemapDEBG, Sep 09 00:58:19.282reset freemapSep 09 00:58:19.282Sep 09 00:58:19.282, INFO DEBGunit adding route 172.17.0.22/32 -> 10.0.0.255: |
| 9301 | 2026-09-09T00:58:20.243Z | DEBG freemap_route_ipv6unitreplacing 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 } }] |
| 9302 | 2026-09-09T00:58:20.243Z | :Sep 09 00:58:19.282 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 } }] |
| 9303 | 2026-09-09T00:58:20.243Z | |
| 9304 | 2026-09-09T00:58:20.243Z | INFOSep 09 00:58:19.282 Sep 09 00:58:19.282INFOSep 09 00:58:19.282freemap_route_ipv4replacing 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 } }] |
| 9305 | 2026-09-09T00:58:20.243Z | INFO INFO |
| 9306 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9307 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.30/32 -> 10.0.0.255Sep 09 00:58:19.282Sep 09 00:58:19.282 adding route 172.17.0.18/32 -> 10.0.0.255 INFOadding route 3fff:dead::/64 -> 2001:db8::55:1 |
| 9308 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.23/32 -> 10.0.0.255 |
| 9309 | 2026-09-09T00:58:20.243Z | |
| 9310 | 2026-09-09T00:58:20.243Z | Sep 09 00:58:19.282 |
| 9311 | 2026-09-09T00:58:20.243Z | DEBG DEBGSep 09 00:58:19.282Sep 09 00:58:19.282Sep 09 00:58:19.282 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 } }] |
| 9312 | 2026-09-09T00:58:20.243Z | Sep 09 00:58:19.282 DEBGinitted freemap. size: 64DEBG , unit Sep 09 00:58:19.282 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 } }]INFOreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }]DEBG |
| 9313 | 2026-09-09T00:58:20.243Z | : |
| 9314 | 2026-09-09T00:58:20.243Z | adding route 172.17.0.21/32 -> 10.0.0.255 Sep 09 00:58:19.282 |
| 9315 | 2026-09-09T00:58:20.243Z | replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG Sep 09 00:58:19.282 |
| 9316 | 2026-09-09T00:58:20.243Z | INFOfreemap_route_ipv6 |
| 9317 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9318 | 2026-09-09T00:58:20.244Z | DEBG INFOSep 09 00:58:19.282 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 } }]Sep 09 00:58:19.282replacing 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 } }] |
| 9319 | 2026-09-09T00:58:20.244Z | |
| 9320 | 2026-09-09T00:58:20.244Z | INFO Sep 09 00:58:19.282DEBG DEBG adding route 3fff:dead::/64 -> 2001:db8::55:2 reset freemapreplacing targets for 172.17.0.24/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:58:19.282, |
| 9321 | 2026-09-09T00:58:20.244Z | |
| 9322 | 2026-09-09T00:58:20.244Z | unit: adding route 172.17.0.31/32 -> 10.0.0.255 Sep 09 00:58:19.282INFOSep 09 00:58:19.282 INFO |
| 9323 | 2026-09-09T00:58:20.244Z | adding route 172.17.0.22/32 -> 10.0.0.255DEBG |
| 9324 | 2026-09-09T00:58:20.244Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_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.25/32 -> 10.0.0.255 |
| 9325 | 2026-09-09T00:58:20.244Z | freemap_route_ipv6 |
| 9326 | 2026-09-09T00:58:20.244Z | |
| 9327 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282 Sep 09 00:58:19.282Sep 09 00:58:19.282Sep 09 00:58:19.282 DEBGINFODEBG Sep 09 00:58:19.282 replacing targets for 172.17.0.22/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9328 | 2026-09-09T00:58:20.244Z | |
| 9329 | 2026-09-09T00:58:20.244Z | DEBG replacing targets for 172.17.0.31/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 172.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 } }] |
| 9330 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }] |
| 9331 | 2026-09-09T00:58:20.244Z | |
| 9332 | 2026-09-09T00:58:20.244Z | INFO adding route 172.17.0.23/32 -> 10.0.0.255Sep 09 00:58:19.282Sep 09 00:58:19.282Sep 09 00:58:19.282 |
| 9333 | 2026-09-09T00:58:20.244Z | INFOINFO adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.32/32 -> 10.0.0.255 |
| 9334 | 2026-09-09T00:58:20.244Z | |
| 9335 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282DEBG Sep 09 00:58:19.282DEBG 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 } }]Sep 09 00:58:19.282 |
| 9336 | 2026-09-09T00:58:20.244Z | replacing targets for 172.17.0.26/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9337 | 2026-09-09T00:58:20.244Z | 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 } }] |
| 9338 | 2026-09-09T00:58:20.244Z | |
| 9339 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282 Sep 09 00:58:19.282INFO adding route 172.17.0.24/32 -> 10.0.0.255INFO |
| 9340 | 2026-09-09T00:58:20.244Z | adding route 172.17.0.27/32 -> 10.0.0.255Sep 09 00:58:19.282 |
| 9341 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282Sep 09 00:58:19.282 DEBGINFOINFOSep 09 00:58:19.282 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.33/32 -> 10.0.0.255DEBG |
| 9342 | 2026-09-09T00:58:20.244Z | |
| 9343 | 2026-09-09T00:58:20.244Z | 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 } }] |
| 9344 | 2026-09-09T00:58:20.244Z | adding route 3fff:dead::/64 -> 2001:db8::55:2Sep 09 00:58:19.282 |
| 9345 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282INFOSep 09 00:58:19.282 adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9346 | 2026-09-09T00:58:20.244Z | INFODEBG adding route 172.17.0.28/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 } }] |
| 9347 | 2026-09-09T00:58:20.244Z | |
| 9348 | 2026-09-09T00:58:20.244Z | Sep 09 00:58:19.282Sep 09 00:58:19.282 DEBG Sep 09 00:58:19.282DEBGSep 09 00:58:19.282 INFODEBGreplacing 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 } }] |
| 9349 | 2026-09-09T00:58:20.244Z | replacing targets for 172.17.0.28/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9350 | 2026-09-09T00:58:20.244Z | |
| 9351 | 2026-09-09T00:58:20.248Z | adding route 172.17.0.34/32 -> 10.0.0.255 |
| 9352 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.282Sep 09 00:58:19.282 INFO Sep 09 00:58:19.282INFOadding route 172.17.0.29/32 -> 10.0.0.255 Sep 09 00:58:19.282 |
| 9353 | 2026-09-09T00:58:20.248Z | adding route 172.17.0.26/32 -> 10.0.0.255 INFO |
| 9354 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.282DEBG adding route 3fff:dead::/64 -> 2001:db8::55:3 |
| 9355 | 2026-09-09T00:58:20.248Z | 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 |
| 9356 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.282replacing 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 } }] Sep 09 00:58:19.282 |
| 9357 | 2026-09-09T00:58:20.248Z | 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 } }]DEBG |
| 9358 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.282 Sep 09 00:58:19.282replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 |
| 9359 | 2026-09-09T00:58:20.248Z | INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9360 | 2026-09-09T00:58:20.248Z | adding route 172.17.0.35/32 -> 10.0.0.255 |
| 9361 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.283Sep 09 00:58:19.283 INFOINFO Sep 09 00:58:19.283adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9362 | 2026-09-09T00:58:20.248Z | DEBG |
| 9363 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.283replacing 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 } }]Sep 09 00:58:19.283 |
| 9364 | 2026-09-09T00:58:20.248Z | Sep 09 00:58:19.283 DEBGDEBG Sep 09 00:58:19.283replacing 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 } }] |
| 9365 | 2026-09-09T00:58:20.248Z | DEBG replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9366 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.31/32 -> 10.0.0.255replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }] |
| 9367 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.283 INFO |
| 9368 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.283 INFOadding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:58:19.283 |
| 9369 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.36/32 -> 10.0.0.255DEBGSep 09 00:58:19.283Sep 09 00:58:19.283 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 } }]DEBG |
| 9370 | 2026-09-09T00:58:20.249Z | 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 } }] |
| 9371 | 2026-09-09T00:58:20.249Z | |
| 9372 | 2026-09-09T00:58:20.249Z | test route::tests::grow_succeeds ... ok |
| 9373 | 2026-09-09T00:58:20.249Z | replacing targets for 3fff:dead::/64 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 } }]Sep 09 00:58:19.283 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 } }]Sep 09 00:58:19.283 |
| 9374 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.283Sep 09 00:58:19.288 INFOINFO adding route 172.17.0.32/32 -> 10.0.0.255INFO |
| 9375 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.29/32 -> 10.0.0.255adding route 172.17.0.19/32 -> 10.0.0.255 |
| 9376 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.276Sep 09 00:58:19.288 |
| 9377 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288INFO DEBGDEBGadding route 172.17.0.37/32 -> 10.0.0.255 |
| 9378 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288replacing 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 } }] |
| 9379 | 2026-09-09T00:58:20.249Z | created new freemapDEBG, Sep 09 00:58:19.288replacing 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 |
| 9380 | 2026-09-09T00:58:20.249Z | INFO adding route 172.17.0.33/32 -> 10.0.0.255: |
| 9381 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288Sep 09 00:58:19.288freemap_route_ipv4 DEBG |
| 9382 | 2026-09-09T00:58:20.249Z | 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 } }] |
| 9383 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288 Sep 09 00:58:19.288adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9384 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288DEBG 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 } }]INFOSep 09 00:58:19.288 |
| 9385 | 2026-09-09T00:58:20.249Z | DEBG Sep 09 00:58:19.288adding route 172.17.0.38/32 -> 10.0.0.255DEBG |
| 9386 | 2026-09-09T00:58:20.249Z | 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 } }] |
| 9387 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288Sep 09 00:58:19.288 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 DEBGDEBG created new freemapreplacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.34/32 -> 10.0.0.255Sep 09 00:58:19.288, |
| 9388 | 2026-09-09T00:58:20.249Z | INFO |
| 9389 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.31/32 -> 10.0.0.255unit: |
| 9390 | 2026-09-09T00:58:20.249Z | |
| 9391 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288freemap_route_ipv6 Sep 09 00:58:19.288DEBG INFO |
| 9392 | 2026-09-09T00:58:20.249Z | 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.39/32 -> 10.0.0.255 |
| 9393 | 2026-09-09T00:58:20.249Z | Sep 09 00:58:19.288Sep 09 00:58:19.288 Sep 09 00:58:19.288 |
| 9394 | 2026-09-09T00:58:20.249Z | DEBG INFOinitted freemap. size: 64Sep 09 00:58:19.289 DEBG , Sep 09 00:58:19.289unitadding route 172.17.0.20/32 -> 10.0.0.255INFO :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 } }] |
| 9395 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.35/32 -> 10.0.0.255DEBG |
| 9396 | 2026-09-09T00:58:20.249Z | |
| 9397 | 2026-09-09T00:58:20.249Z | freemap_route_ipv4 |
| 9398 | 2026-09-09T00:58:20.249Z | 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 } }]Sep 09 00:58:19.289 |
| 9399 | 2026-09-09T00:58:20.249Z | INFOSep 09 00:58:19.289 Sep 09 00:58:19.289adding route 172.17.0.32/32 -> 10.0.0.255 DEBGDEBG reset freemap |
| 9400 | 2026-09-09T00:58:20.249Z | 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 } }] |
| 9401 | 2026-09-09T00:58:20.249Z | , unit:Sep 09 00:58:19.289Sep 09 00:58:19.289 Sep 09 00:58:19.289DEBG 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 } }] |
| 9402 | 2026-09-09T00:58:20.249Z | adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9403 | 2026-09-09T00:58:20.250Z | INFOfreemap_route_ipv4 |
| 9404 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289 adding route 172.17.0.40/32 -> 10.0.0.255INFO Sep 09 00:58:19.289 |
| 9405 | 2026-09-09T00:58:20.250Z | adding route 172.17.0.33/32 -> 10.0.0.255Sep 09 00:58:19.289 |
| 9406 | 2026-09-09T00:58:20.250Z | DEBG DEBGSep 09 00:58:19.289initted freemap. size: 64 , 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 } }]Sep 09 00:58:19.289 |
| 9407 | 2026-09-09T00:58:20.250Z | DEBG DEBGunitSep 09 00:58:19.289 :replacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9408 | 2026-09-09T00:58:20.250Z | INFO |
| 9409 | 2026-09-09T00:58:20.250Z | adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9410 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289freemap_route_ipv6 |
| 9411 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289INFO adding route 172.17.0.34/32 -> 10.0.0.255INFOSep 09 00:58:19.289Sep 09 00:58:19.289 |
| 9412 | 2026-09-09T00:58:20.250Z | DEBGDEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9413 | 2026-09-09T00:58:20.250Z | 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 } }] reset freemap |
| 9414 | 2026-09-09T00:58:20.250Z | , Sep 09 00:58:19.289 unitDEBGSep 09 00:58:19.289Sep 09 00:58:19.289 DEBGINFO :adding route 172.17.0.38/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 } }] |
| 9415 | 2026-09-09T00:58:20.250Z | |
| 9416 | 2026-09-09T00:58:20.250Z | replacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv6 |
| 9417 | 2026-09-09T00:58:20.250Z | |
| 9418 | 2026-09-09T00:58:20.250Z | test route::tests::same_size_non_subset_replace ... ok |
| 9419 | 2026-09-09T00:58:20.250Z | test route::tests::rollback_on_index_readd_failure ... ok |
| 9420 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289Sep 09 00:58:19.289 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 } }] |
| 9421 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289 INFOadding route 172.17.0.35/32 -> 10.0.0.255 |
| 9422 | 2026-09-09T00:58:20.250Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:58:19.289Sep 09 00:58:19.289 INFOINFO |
| 9423 | 2026-09-09T00:58:20.250Z | adding route 172.17.0.42/32 -> 10.0.0.255Sep 09 00:58:19.289 adding route 172.17.0.39/32 -> 10.0.0.255DEBG |
| 9424 | 2026-09-09T00:58:20.250Z | 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 } }] |
| 9425 | 2026-09-09T00:58:20.250Z | |
| 9426 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289 Sep 09 00:58:19.289 Sep 09 00:58:19.289DEBG 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 } }] Sep 09 00:58:19.289adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9427 | 2026-09-09T00:58:20.250Z | |
| 9428 | 2026-09-09T00:58:20.250Z | DEBG replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9429 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289Sep 09 00:58:19.289 INFODEBG adding route 172.17.0.40/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 } }] |
| 9430 | 2026-09-09T00:58:20.250Z | |
| 9431 | 2026-09-09T00:58:20.250Z | 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 } }] |
| 9432 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289 Sep 09 00:58:19.289INFOSep 09 00:58:19.289Sep 09 00:58:19.289 adding route 172.17.0.43/32 -> 10.0.0.255INFO DEBG |
| 9433 | 2026-09-09T00:58:20.250Z | adding route 172.17.0.37/32 -> 10.0.0.255DEBG |
| 9434 | 2026-09-09T00:58:20.250Z | 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 } }] |
| 9435 | 2026-09-09T00:58:20.250Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9436 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.289 DEBG |
| 9437 | 2026-09-09T00:58:20.250Z | 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 } }] |
| 9438 | 2026-09-09T00:58:20.250Z | Sep 09 00:58:19.296Sep 09 00:58:19.296 DEBG Sep 09 00:58:19.296replacing 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 } }] |
| 9439 | 2026-09-09T00:58:20.250Z | INFO adding route 172.17.0.38/32 -> 10.0.0.255Sep 09 00:58:19.283Sep 09 00:58:19.296 Sep 09 00:58:19.296INFO DEBG INFOadding route 172.17.0.21/32 -> 10.0.0.255 adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9440 | 2026-09-09T00:58:20.250Z | |
| 9441 | 2026-09-09T00:58:20.250Z | created new freemap |
| 9442 | 2026-09-09T00:58:20.250Z | , Sep 09 00:58:19.276Sep 09 00:58:19.296 Sep 09 00:58:19.296DEBGunit DEBGSep 09 00:58:19.296 replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9443 | 2026-09-09T00:58:20.251Z | :created new freemapreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9444 | 2026-09-09T00:58:20.251Z | , freemap_route_ipv4Sep 09 00:58:19.296 |
| 9445 | 2026-09-09T00:58:20.251Z | INFO adding route 172.17.0.39/32 -> 10.0.0.255unit |
| 9446 | 2026-09-09T00:58:20.251Z | Sep 09 00:58:19.296Sep 09 00:58:19.296: freemap_route_ipv4DEBGINFO Sep 09 00:58:19.296 |
| 9447 | 2026-09-09T00:58:20.251Z | DEBGadding route 172.17.0.42/32 -> 10.0.0.255created new freemap |
| 9448 | 2026-09-09T00:58:20.251Z | , 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 } }] |
| 9449 | 2026-09-09T00:58:20.251Z | unit:Sep 09 00:58:19.296 freemap_route_ipv6 |
| 9450 | 2026-09-09T00:58:20.251Z | DEBGSep 09 00:58:19.296Sep 09 00:58:19.296 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 } }] |
| 9451 | 2026-09-09T00:58:20.255Z | DEBGINFOSep 09 00:58:19.296 Sep 09 00:58:19.296adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9452 | 2026-09-09T00:58:20.255Z | created new freemapDEBGINFO Sep 09 00:58:19.296initted freemap. size: 64 , , DEBGunit adding route 172.17.0.43/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 } }] |
| 9453 | 2026-09-09T00:58:20.255Z | unit |
| 9454 | 2026-09-09T00:58:20.255Z | :: freemap_route_ipv6Sep 09 00:58:19.296freemap_route_ipv4Sep 09 00:58:19.296 |
| 9455 | 2026-09-09T00:58:20.255Z | |
| 9456 | 2026-09-09T00:58:20.255Z | INFO DEBGadding route 172.17.0.41/32 -> 10.0.0.255 |
| 9457 | 2026-09-09T00:58:20.255Z | 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 } }] |
| 9458 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296 Sep 09 00:58:19.296Sep 09 00:58:19.296 DEBGSep 09 00:58:19.296DEBG 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 } }] DEBGadding route 172.17.0.44/32 -> 10.0.0.255 |
| 9459 | 2026-09-09T00:58:20.255Z | |
| 9460 | 2026-09-09T00:58:20.255Z | reset freemapinitted freemap. size: 64Sep 09 00:58:19.296Sep 09 00:58:19.296 , unitDEBGINFO: replacing targets for 172.17.0.44/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.42/32 -> 10.0.0.255, |
| 9461 | 2026-09-09T00:58:20.255Z | unit |
| 9462 | 2026-09-09T00:58:20.255Z | freemap_route_ipv4: |
| 9463 | 2026-09-09T00:58:20.255Z | freemap_route_ipv4Sep 09 00:58:19.296Sep 09 00:58:19.296 DEBG |
| 9464 | 2026-09-09T00:58:20.255Z | INFO replacing targets for 172.17.0.42/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9465 | 2026-09-09T00:58:20.255Z | |
| 9466 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296Sep 09 00:58:19.296Sep 09 00:58:19.296 Sep 09 00:58:19.296DEBGDEBG INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9467 | 2026-09-09T00:58:20.255Z | reset freemap, |
| 9468 | 2026-09-09T00:58:20.255Z | unit:Sep 09 00:58:19.296 INFO Sep 09 00:58:19.296 DEBGfreemap_route_ipv4adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9469 | 2026-09-09T00:58:20.255Z | DEBG |
| 9470 | 2026-09-09T00:58:20.255Z | replacing targets for 172.17.0.43/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]initted freemap. size: 64 |
| 9471 | 2026-09-09T00:58:20.255Z | , Sep 09 00:58:19.296 DEBG unitreplacing 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 } }]:Sep 09 00:58:19.296 |
| 9472 | 2026-09-09T00:58:20.255Z | freemap_route_ipv6 |
| 9473 | 2026-09-09T00:58:20.255Z | INFO adding route 172.17.0.44/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9474 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296Sep 09 00:58:19.296 INFODEBG DEBG initted freemap. size: 64Sep 09 00:58:19.296adding route 172.17.0.47/32 -> 10.0.0.255, |
| 9475 | 2026-09-09T00:58:20.255Z | unitreset freemap: , freemap_route_ipv6 unitDEBG: |
| 9476 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296replacing 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 |
| 9477 | 2026-09-09T00:58:20.255Z | 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 } }] |
| 9478 | 2026-09-09T00:58:20.255Z | freemap_route_ipv6 |
| 9479 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296 Sep 09 00:58:19.296Sep 09 00:58:19.296INFO INFOadding route 172.17.0.45/32 -> 10.0.0.255 |
| 9480 | 2026-09-09T00:58:20.255Z | adding route 172.17.0.48/32 -> 10.0.0.255DEBGSep 09 00:58:19.296 |
| 9481 | 2026-09-09T00:58:20.255Z | reset freemapINFOSep 09 00:58:19.296Sep 09 00:58:19.296 DEBGSep 09 00:58:19.296 DEBGadding route 172.16.0.0/32 -> 10.0.0.1 |
| 9482 | 2026-09-09T00:58:20.255Z | 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 } }] |
| 9483 | 2026-09-09T00:58:20.255Z | , unitDEBG: Sep 09 00:58:19.296replacing 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 } }] |
| 9484 | 2026-09-09T00:58:20.255Z | 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 } }]Sep 09 00:58:19.296 INFODEBG |
| 9485 | 2026-09-09T00:58:20.255Z | Sep 09 00:58:19.296adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9486 | 2026-09-09T00:58:20.255Z | 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 } }]freemap_route_ipv6 |
| 9487 | 2026-09-09T00:58:20.256Z | adding route 172.17.0.49/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9488 | 2026-09-09T00:58:20.256Z | |
| 9489 | 2026-09-09T00:58:20.256Z | DEBGSep 09 00:58:19.296 Sep 09 00:58:19.296Sep 09 00:58:19.296INFO 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 } }]Sep 09 00:58:19.296 |
| 9490 | 2026-09-09T00:58:20.256Z | adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9491 | 2026-09-09T00:58:20.256Z | INFOreplacing targets for 172.17.0.49/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9492 | 2026-09-09T00:58:20.256Z | adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.44/32 -> 10.0.0.255Sep 09 00:58:19.296Sep 09 00:58:19.296 |
| 9493 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296 DEBG |
| 9494 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "a", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] INFO |
| 9495 | 2026-09-09T00:58:20.256Z | adding route 172.17.0.50/32 -> 10.0.0.255adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9496 | 2026-09-09T00:58:20.256Z | DEBG |
| 9497 | 2026-09-09T00:58:20.256Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]Sep 09 00:58:19.296 Sep 09 00:58:19.296 |
| 9498 | 2026-09-09T00:58:20.256Z | DEBGSep 09 00:58:19.296 INFODEBGreplacing 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 } }]Sep 09 00:58:19.296 |
| 9499 | 2026-09-09T00:58:20.256Z | 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 } }] |
| 9500 | 2026-09-09T00:58:20.256Z | adding route 172.16.0.0/32 -> 10.0.0.1Sep 09 00:58:19.296 |
| 9501 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296INFO DEBGDEBGSep 09 00:58:19.296adding route 172.17.0.51/32 -> 10.0.0.255 Sep 09 00:58:19.296 |
| 9502 | 2026-09-09T00:58:20.256Z | 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.3, vlan_id: None } }] |
| 9503 | 2026-09-09T00:58:20.256Z | DEBGadding route 172.17.0.48/32 -> 10.0.0.255 |
| 9504 | 2026-09-09T00:58:20.256Z | 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 } }]Sep 09 00:58:19.296 |
| 9505 | 2026-09-09T00:58:20.256Z | 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 } }] |
| 9506 | 2026-09-09T00:58:20.256Z | DEBG Sep 09 00:58:19.296 Sep 09 00:58:19.296 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 } }] |
| 9507 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296replacing 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 } }] |
| 9508 | 2026-09-09T00:58:20.256Z | test route::tests::delete_target_full ... ok |
| 9509 | 2026-09-09T00:58:20.256Z | INFO adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9510 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296DEBGSep 09 00:58:19.296 INFO replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.52/32 -> 10.0.0.255 |
| 9511 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296INFO |
| 9512 | 2026-09-09T00:58:20.256Z | adding route 172.17.0.49/32 -> 10.0.0.255 Sep 09 00:58:19.296 DEBG |
| 9513 | 2026-09-09T00:58:20.256Z | test route::tests::delete_targets_full ... ok |
| 9514 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296replacing 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 |
| 9515 | 2026-09-09T00:58:20.256Z | INFO Sep 09 00:58:19.296replacing 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 } }]Sep 09 00:58:19.296 WARN |
| 9516 | 2026-09-09T00:58:20.256Z | 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.22/32 -> 10.0.0.255 |
| 9517 | 2026-09-09T00:58:20.256Z | adding route 172.17.0.53/32 -> 10.0.0.255shrink-in-place index re-add failed for 3fff:dead::/64: Switch(SdeError { ctx: "test failpoint", err: "injected failure" }) |
| 9518 | 2026-09-09T00:58:20.256Z | |
| 9519 | 2026-09-09T00:58:20.256Z | |
| 9520 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296Sep 09 00:58:19.296 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.50/32 -> 10.0.0.255 |
| 9521 | 2026-09-09T00:58:20.256Z | |
| 9522 | 2026-09-09T00:58:20.256Z | Sep 09 00:58:19.296 DEBG Sep 09 00:58:19.296replacing 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 } }]Sep 09 00:58:19.296Sep 09 00:58:19.296 |
| 9523 | 2026-09-09T00:58:20.256Z | 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.54/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9524 | 2026-09-09T00:58:20.256Z | |
| 9525 | 2026-09-09T00:58:20.257Z | INFO INFOadding route 172.16.0.0/32 -> 10.0.0.2Sep 09 00:58:19.296Sep 09 00:58:19.296 adding route 172.17.0.23/32 -> 10.0.0.255INFO |
| 9526 | 2026-09-09T00:58:20.257Z | |
| 9527 | 2026-09-09T00:58:20.257Z | DEBG adding route 172.17.0.51/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 } }] |
| 9528 | 2026-09-09T00:58:20.257Z | |
| 9529 | 2026-09-09T00:58:20.257Z | Sep 09 00:58:19.296Sep 09 00:58:19.296 Sep 09 00:58:19.296DEBG DEBGDEBG replacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:58:19.296 |
| 9530 | 2026-09-09T00:58:20.257Z | 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 |
| 9531 | 2026-09-09T00:58:20.257Z | 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 } }] |
| 9532 | 2026-09-09T00:58:20.257Z | Sep 09 00:58:19.296adding route 172.17.0.55/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9533 | 2026-09-09T00:58:20.257Z | INFO INFOadding route 172.17.0.52/32 -> 10.0.0.255 |
| 9534 | 2026-09-09T00:58:20.257Z | Sep 09 00:58:19.296adding route 172.17.0.24/32 -> 10.0.0.255 |
| 9535 | 2026-09-09T00:58:20.257Z | 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 } }] |
| 9536 | 2026-09-09T00:58:20.257Z | Sep 09 00:58:19.296 DEBGSep 09 00:58:19.296 Sep 09 00:58:19.296replacing 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 } }] |
| 9537 | 2026-09-09T00:58:20.257Z | INFO INFO adding route 172.17.0.0/32 -> 10.0.0.255adding route 172.17.0.56/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9538 | 2026-09-09T00:58:20.257Z | INFOSep 09 00:58:19.296 |
| 9539 | 2026-09-09T00:58:20.257Z | DEBGadding route 172.17.0.53/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9540 | 2026-09-09T00:58:20.257Z | 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 } }]DEBGSep 09 00:58:19.296 |
| 9541 | 2026-09-09T00:58:20.257Z | 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 } }]Sep 09 00:58:19.296 |
| 9542 | 2026-09-09T00:58:20.257Z | DEBG Sep 09 00:58:19.296 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 } }]DEBGINFO |
| 9543 | 2026-09-09T00:58:20.257Z | Sep 09 00:58:19.296 INFOreplacing targets for 172.17.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9544 | 2026-09-09T00:58:20.257Z | adding route 172.17.0.57/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9545 | 2026-09-09T00:58:20.257Z | INFO |
| 9546 | 2026-09-09T00:58:20.257Z | adding route 172.17.0.54/32 -> 10.0.0.255Sep 09 00:58:19.296 |
| 9547 | 2026-09-09T00:58:20.257Z | DEBGSep 09 00:58:19.296 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 } }]DEBGSep 09 00:58:19.296 |
| 9548 | 2026-09-09T00:58:20.257Z | replacing targets for 172.17.0.25/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]DEBG |
| 9549 | 2026-09-09T00:58:20.257Z | 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 } }]Sep 09 00:58:19.296 |
| 9550 | 2026-09-09T00:58:20.257Z | INFO Sep 09 00:58:19.296adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9551 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.296 Sep 09 00:58:19.296INFO INFOINFOSep 09 00:58:19.296 DEBGadding route 172.17.0.55/32 -> 10.0.0.255adding route 172.17.0.1/32 -> 10.0.0.255 |
| 9552 | 2026-09-09T00:58:20.261Z | |
| 9553 | 2026-09-09T00:58:20.261Z | replacing targets for 172.17.0.58/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO Sep 09 00:58:19.303adding route 172.17.0.45/32 -> 10.0.0.255 DEBG |
| 9554 | 2026-09-09T00:58:20.261Z | 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 } }]Sep 09 00:58:19.303 |
| 9555 | 2026-09-09T00:58:20.261Z | |
| 9556 | 2026-09-09T00:58:20.261Z | 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 } }] |
| 9557 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.303 INFO Sep 09 00:58:19.303adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9558 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.303INFO adding route 172.17.0.56/32 -> 10.0.0.255 Sep 09 00:58:19.303 |
| 9559 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.303DEBG INFO replacing targets for 172.17.0.45/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.2/32 -> 10.0.0.255 |
| 9560 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.303DEBG |
| 9561 | 2026-09-09T00:58:20.261Z | Sep 09 00:58:19.303 INFOSep 09 00:58:19.303replacing 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 } }] |
| 9562 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.46/32 -> 10.0.0.255DEBG |
| 9563 | 2026-09-09T00:58:20.262Z | 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 |
| 9564 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 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 } }] |
| 9565 | 2026-09-09T00:58:20.262Z | 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 } }] |
| 9566 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.60/32 -> 10.0.0.255Sep 09 00:58:19.303 |
| 9567 | 2026-09-09T00:58:20.262Z | INFO Sep 09 00:58:19.303Sep 09 00:58:19.303 INFODEBG adding route 172.17.0.3/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 } }]Sep 09 00:58:19.303 |
| 9568 | 2026-09-09T00:58:20.262Z | |
| 9569 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.57/32 -> 10.0.0.255 INFO |
| 9570 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9571 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 Sep 09 00:58:19.303DEBG 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 } }] Sep 09 00:58:19.303INFO |
| 9572 | 2026-09-09T00:58:20.262Z | 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 } }] |
| 9573 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303replacing 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 |
| 9574 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.61/32 -> 10.0.0.255 |
| 9575 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.58/32 -> 10.0.0.255 |
| 9576 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 Sep 09 00:58:19.303DEBG replacing targets for 172.17.0.61/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9577 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.26/32 -> 10.0.0.255adding route 172.17.0.48/32 -> 10.0.0.255Sep 09 00:58:19.303 |
| 9578 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303 INFODEBG |
| 9579 | 2026-09-09T00:58:20.262Z | INFO 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.62/32 -> 10.0.0.255Sep 09 00:58:19.303 |
| 9580 | 2026-09-09T00:58:20.262Z | DEBG Sep 09 00:58:19.303 |
| 9581 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303 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 } }]DEBGDEBG |
| 9582 | 2026-09-09T00:58:20.262Z | 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 } }] |
| 9583 | 2026-09-09T00:58:20.262Z | 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.4/32 -> 10.0.0.255 |
| 9584 | 2026-09-09T00:58:20.262Z | |
| 9585 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303Sep 09 00:58:19.303Sep 09 00:58:19.303 INFO INFODEBG adding route 172.17.0.49/32 -> 10.0.0.255 adding route 172.17.0.59/32 -> 10.0.0.255failed to allocate space for the new target list |
| 9586 | 2026-09-09T00:58:20.262Z | |
| 9587 | 2026-09-09T00:58:20.262Z | |
| 9588 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303 Sep 09 00:58:19.303INFOSep 09 00:58:19.303Sep 09 00:58:19.303 Sep 09 00:58:19.303 DEBGDEBGDEBGDEBG adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9589 | 2026-09-09T00:58:20.262Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }] |
| 9590 | 2026-09-09T00:58:20.262Z | 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.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 } }] |
| 9591 | 2026-09-09T00:58:20.262Z | 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 } }] |
| 9592 | 2026-09-09T00:58:20.262Z | |
| 9593 | 2026-09-09T00:58:20.262Z | Sep 09 00:58:19.303 Sep 09 00:58:19.303DEBGSep 09 00:58:19.303 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 } }]INFOINFO |
| 9594 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.60/32 -> 10.0.0.255Sep 09 00:58:19.303adding route 172.17.0.5/32 -> 10.0.0.255 |
| 9595 | 2026-09-09T00:58:20.262Z | |
| 9596 | 2026-09-09T00:58:20.262Z | INFO adding route 172.17.0.50/32 -> 10.0.0.255Sep 09 00:58:19.303Sep 09 00:58:19.303 Sep 09 00:58:19.303DEBG DEBGINFOreplacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9597 | 2026-09-09T00:58:20.262Z | adding route 172.17.0.28/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 } }] |
| 9598 | 2026-09-09T00:58:20.262Z | |
| 9599 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 Sep 09 00:58:19.303 DEBGDEBG failed to allocate space for the new target listreplacing 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 |
| 9600 | 2026-09-09T00:58:20.263Z | |
| 9601 | 2026-09-09T00:58:20.263Z | adding route 172.17.0.6/32 -> 10.0.0.255 |
| 9602 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 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.2, vlan_id: None } }]adding route 172.17.0.29/32 -> 10.0.0.255 |
| 9603 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303 |
| 9604 | 2026-09-09T00:58:20.263Z | 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 } }] |
| 9605 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303 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 } }] |
| 9606 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303 INFO Sep 09 00:58:19.303adding route 172.17.0.7/32 -> 10.0.0.255 |
| 9607 | 2026-09-09T00:58:20.263Z | INFO Sep 09 00:58:19.296adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9608 | 2026-09-09T00:58:20.263Z | test route::tests::delete_target_fragmented ... ok |
| 9609 | 2026-09-09T00:58:20.263Z | DEBG Sep 09 00:58:19.303created new freemap , DEBGunit :replacing targets for 172.17.0.7/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9610 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303freemap_route_ipv4 |
| 9611 | 2026-09-09T00:58:20.263Z | DEBG Sep 09 00:58:19.303replacing 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 } }] |
| 9612 | 2026-09-09T00:58:20.263Z | INFO Sep 09 00:58:19.303adding route 172.17.0.8/32 -> 10.0.0.255 |
| 9613 | 2026-09-09T00:58:20.263Z | DEBGSep 09 00:58:19.303 created new freemapINFO, |
| 9614 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303unitadding route 172.17.0.31/32 -> 10.0.0.255: |
| 9615 | 2026-09-09T00:58:20.263Z | DEBG freemap_route_ipv6replacing targets for 172.17.0.8/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9616 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303Sep 09 00:58:19.303 DEBG |
| 9617 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303DEBGreplacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] DEBG |
| 9618 | 2026-09-09T00:58:20.263Z | 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 } }] initted freemap. size: 64 |
| 9619 | 2026-09-09T00:58:20.263Z | , unit: Sep 09 00:58:19.303freemap_route_ipv4Sep 09 00:58:19.303 |
| 9620 | 2026-09-09T00:58:20.263Z | INFO adding route 172.17.0.32/32 -> 10.0.0.255INFOSep 09 00:58:19.303 |
| 9621 | 2026-09-09T00:58:20.263Z | DEBG reset freemapSep 09 00:58:19.303, unitadding route 172.17.0.51/32 -> 10.0.0.255:DEBG |
| 9622 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303freemap_route_ipv4 |
| 9623 | 2026-09-09T00:58:20.263Z | replacing targets for 172.17.0.32/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]INFO |
| 9624 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303adding route 172.17.0.9/32 -> 10.0.0.255 |
| 9625 | 2026-09-09T00:58:20.263Z | 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 } }]Sep 09 00:58:19.303Sep 09 00:58:19.303 |
| 9626 | 2026-09-09T00:58:20.263Z | INFODEBGSep 09 00:58:19.303 Sep 09 00:58:19.303initted freemap. size: 64adding route 172.17.0.33/32 -> 10.0.0.255 , INFO |
| 9627 | 2026-09-09T00:58:20.263Z | unit: adding route 172.17.0.52/32 -> 10.0.0.255freemap_route_ipv6 |
| 9628 | 2026-09-09T00:58:20.263Z | |
| 9629 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303DEBG DEBGSep 09 00:58:19.303 Sep 09 00:58:19.303 DEBGDEBGreplacing targets for 172.17.0.33/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] reset freemap |
| 9630 | 2026-09-09T00:58:20.263Z | 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 } }], unit |
| 9631 | 2026-09-09T00:58:20.263Z | 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 } }]: |
| 9632 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303 INFOfreemap_route_ipv6 |
| 9633 | 2026-09-09T00:58:20.263Z | Sep 09 00:58:19.303 INFOadding route 172.17.0.34/32 -> 10.0.0.255 |
| 9634 | 2026-09-09T00:58:20.263Z | adding route 172.17.0.53/32 -> 10.0.0.255Sep 09 00:58:19.303Sep 09 00:58:19.303 |
| 9635 | 2026-09-09T00:58:20.263Z | INFO Sep 09 00:58:19.303 adding route 3fff:dead::/64 -> 2001:db8::55:1DEBG |
| 9636 | 2026-09-09T00:58:20.263Z | INFO replacing targets for 172.17.0.34/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]Sep 09 00:58:19.303 adding route 172.17.0.10/32 -> 10.0.0.255Sep 09 00:58:19.303 |
| 9637 | 2026-09-09T00:58:20.263Z | DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }] |
| 9638 | 2026-09-09T00:58:20.263Z | |
| 9639 | 2026-09-09T00:58:20.264Z | |
| 9640 | 2026-09-09T00:58:20.264Z | Sep 09 00:58:19.303 INFO adding route 172.17.0.35/32 -> 10.0.0.255Sep 09 00:58:19.303Sep 09 00:58:19.303 |
| 9641 | 2026-09-09T00:58:20.264Z | Sep 09 00:58:19.297INFO INFOSep 09 00:58:19.303 adding route 3fff:dead::/64 -> 2001:db8::55:2adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9642 | 2026-09-09T00:58:20.264Z | |
| 9643 | 2026-09-09T00:58:20.264Z | DEBG DEBGSep 09 00:58:19.303Sep 09 00:58:19.303 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 } }] Sep 09 00:58:19.303DEBGDEBG |
| 9644 | 2026-09-09T00:58:20.264Z | 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 } }] |
| 9645 | 2026-09-09T00:58:20.264Z | DEBGcreated new freemap replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, 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 } }], |
| 9646 | 2026-09-09T00:58:20.264Z | |
| 9647 | 2026-09-09T00:58:20.264Z | unit:Sep 09 00:58:19.303 Sep 09 00:58:19.303Sep 09 00:58:19.303Sep 09 00:58:19.303 INFOINFO freemap_route_ipv4adding route 3fff:dead::/64 -> 2001:db8::55:3INFO |
| 9648 | 2026-09-09T00:58:20.264Z | adding route 172.17.0.36/32 -> 10.0.0.255adding route 172.17.0.55/32 -> 10.0.0.255INFO |
| 9649 | 2026-09-09T00:58:20.264Z | |
| 9650 | 2026-09-09T00:58:20.264Z | Sep 09 00:58:19.303 DEBG Sep 09 00:58:19.303replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }]Sep 09 00:58:19.303 |
| 9651 | 2026-09-09T00:58:20.268Z | |
| 9652 | 2026-09-09T00:58:20.268Z | DEBG DEBGreplacing targets for 172.17.0.36/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9653 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.303replacing 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 |
| 9654 | 2026-09-09T00:58:20.268Z | adding route 3fff:dead::/64 -> 2001:db8::55:4Sep 09 00:58:19.303adding route 172.17.0.11/32 -> 10.0.0.255 |
| 9655 | 2026-09-09T00:58:20.268Z | |
| 9656 | 2026-09-09T00:58:20.268Z | INFOSep 09 00:58:19.303 Sep 09 00:58:19.303Sep 09 00:58:19.303 adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9657 | 2026-09-09T00:58:20.268Z | DEBGINFO DEBGreplacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:3, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:4, vlan_id: None } }]Sep 09 00:58:19.303 |
| 9658 | 2026-09-09T00:58:20.268Z | created new freemapDEBGadding route 172.17.0.56/32 -> 10.0.0.255, 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 } }] |
| 9659 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.303 DEBG |
| 9660 | 2026-09-09T00:58:20.268Z | replacing targets for 3fff:dead::/64 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 } }]Sep 09 00:58:19.303 |
| 9661 | 2026-09-09T00:58:20.268Z | DEBGfreemap_route_ipv6Sep 09 00:58:19.303 INFO |
| 9662 | 2026-09-09T00:58:20.268Z | 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 } }] |
| 9663 | 2026-09-09T00:58:20.268Z | adding route 172.17.0.38/32 -> 10.0.0.255 |
| 9664 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.303 DEBGSep 09 00:58:19.303Sep 09 00:58:19.303 INFODEBGSep 09 00:58:19.303 adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9665 | 2026-09-09T00:58:20.268Z | initted freemap. size: 64 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 |
| 9666 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.303 unitDEBG: replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9667 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.304 Sep 09 00:58:19.310DEBG created new freemapINFO Sep 09 00:58:19.303adding route 172.17.0.58/32 -> 10.0.0.255, |
| 9668 | 2026-09-09T00:58:20.268Z | INFO unitadding route 172.17.0.12/32 -> 10.0.0.255: |
| 9669 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.310freemap_route_ipv4 |
| 9670 | 2026-09-09T00:58:20.268Z | 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 } }] |
| 9671 | 2026-09-09T00:58:20.268Z | Sep 09 00:58:19.310 |
| 9672 | 2026-09-09T00:58:20.268Z | DEBGSep 09 00:58:19.310Sep 09 00:58:19.310 DEBG freemap_route_ipv4 INFO created new freemapSep 09 00:58:19.310replacing 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 } }] |
| 9673 | 2026-09-09T00:58:20.268Z | adding route 172.17.0.59/32 -> 10.0.0.255, |
| 9674 | 2026-09-09T00:58:20.268Z | |
| 9675 | 2026-09-09T00:58:20.269Z | unit :INFO Sep 09 00:58:19.310adding route 172.17.0.39/32 -> 10.0.0.255 freemap_route_ipv6DEBG |
| 9676 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310replacing 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 } }] |
| 9677 | 2026-09-09T00:58:20.269Z | DEBG |
| 9678 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310reset freemapSep 09 00:58:19.310 Sep 09 00:58:19.310 INFO, INFOunit DEBG:Sep 09 00:58:19.310 freemap_route_ipv4 adding route 172.17.0.13/32 -> 10.0.0.255 |
| 9679 | 2026-09-09T00:58:20.269Z | DEBGadding route 172.17.0.60/32 -> 10.0.0.255 |
| 9680 | 2026-09-09T00:58:20.269Z | |
| 9681 | 2026-09-09T00:58:20.269Z | 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 } }]initted freemap. size: 64 |
| 9682 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310, DEBGunitSep 09 00:58:19.310Sep 09 00:58:19.310Sep 09 00:58:19.310 :replacing targets for 172.17.0.60/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] freemap_route_ipv4 |
| 9683 | 2026-09-09T00:58:20.269Z | INFO |
| 9684 | 2026-09-09T00:58:20.269Z | DEBG DEBG Sep 09 00:58:19.310Sep 09 00:58:19.310 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 } }]initted freemap. size: 64 adding route 172.17.0.40/32 -> 10.0.0.255 DEBG |
| 9685 | 2026-09-09T00:58:20.269Z | DEBG failed to allocate space for the new target listreset freemap |
| 9686 | 2026-09-09T00:58:20.269Z | |
| 9687 | 2026-09-09T00:58:20.269Z | , , unitunit::Sep 09 00:58:19.310 Sep 09 00:58:19.310 freemap_route_ipv4freemap_route_ipv6DEBG |
| 9688 | 2026-09-09T00:58:20.269Z | |
| 9689 | 2026-09-09T00:58:20.269Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9690 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310 Sep 09 00:58:19.310DEBG Sep 09 00:58:19.310DEBG replacing targets for 172.17.0.40/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]reset freemap DEBG, |
| 9691 | 2026-09-09T00:58:20.269Z | unitinitted freemap. size: 64INFO:, unit adding route 172.17.0.14/32 -> 10.0.0.255:freemap_route_ipv6 |
| 9692 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310 |
| 9693 | 2026-09-09T00:58:20.269Z | INFOfreemap_route_ipv6 |
| 9694 | 2026-09-09T00:58:20.269Z | adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9695 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310 INFO adding route 3fff:dead::/64 -> 2001:db8::55:1Sep 09 00:58:19.310 |
| 9696 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310 Sep 09 00:58:19.310DEBGDEBG Sep 09 00:58:19.310DEBG 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 } }]reset freemap DEBGreplacing targets for 172.17.0.41/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9697 | 2026-09-09T00:58:20.269Z | |
| 9698 | 2026-09-09T00:58:20.269Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }], |
| 9699 | 2026-09-09T00:58:20.269Z | unit:Sep 09 00:58:19.310Sep 09 00:58:19.310 Sep 09 00:58:19.310freemap_route_ipv6INFO |
| 9700 | 2026-09-09T00:58:20.269Z | INFOINFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9701 | 2026-09-09T00:58:20.269Z | adding route 172.17.0.15/32 -> 10.0.0.255adding route 3fff:dead::/64 -> 2001:db8::55:2 |
| 9702 | 2026-09-09T00:58:20.269Z | Sep 09 00:58:19.310 |
| 9703 | 2026-09-09T00:58:20.269Z | INFOSep 09 00:58:19.310 adding route 172.16.0.0/32 -> 10.0.0.1 |
| 9704 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.310 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 } }]Sep 09 00:58:19.310 |
| 9705 | 2026-09-09T00:58:20.270Z | 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 } }]Sep 09 00:58:19.310 |
| 9706 | 2026-09-09T00:58:20.270Z | INFO adding route 172.17.0.16/32 -> 10.0.0.255Sep 09 00:58:19.310DEBG |
| 9707 | 2026-09-09T00:58:20.270Z | 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 } }] Sep 09 00:58:19.310 |
| 9708 | 2026-09-09T00:58:20.270Z | test route::tests::shrink_preserves_compacted_order ... ok |
| 9709 | 2026-09-09T00:58:20.270Z | adding route 172.16.0.0/32 -> 10.0.0.2 |
| 9710 | 2026-09-09T00:58:20.270Z | test route::tests::add_target_fails_full ... ok |
| 9711 | 2026-09-09T00:58:20.270Z | 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 } }]Sep 09 00:58:19.310 |
| 9712 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.310 DEBG INFOreplacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }] |
| 9713 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.310 INFOadding route 172.17.0.43/32 -> 10.0.0.255 |
| 9714 | 2026-09-09T00:58:20.270Z | adding route 172.17.0.17/32 -> 10.0.0.255Sep 09 00:58:19.310 |
| 9715 | 2026-09-09T00:58:20.270Z | INFO adding route 172.16.0.0/32 -> 10.0.0.3Sep 09 00:58:19.310 |
| 9716 | 2026-09-09T00:58:20.270Z | DEBGSep 09 00:58:19.310 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 } }]DEBGSep 09 00:58:19.310 |
| 9717 | 2026-09-09T00:58:20.270Z | 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 } }] |
| 9718 | 2026-09-09T00:58:20.270Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:58:19.310 |
| 9719 | 2026-09-09T00:58:20.270Z | INFO Sep 09 00:58:19.310adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9720 | 2026-09-09T00:58:20.270Z | INFO adding route 172.17.0.18/32 -> 10.0.0.255Sep 09 00:58:19.310 |
| 9721 | 2026-09-09T00:58:20.270Z | INFOSep 09 00:58:19.310 adding route 172.16.0.0/32 -> 10.0.0.4Sep 09 00:58:19.310 |
| 9722 | 2026-09-09T00:58:20.270Z | 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 } }]DEBG |
| 9723 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.310 DEBGreplacing targets for 172.17.0.18/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9724 | 2026-09-09T00:58:20.270Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }]Sep 09 00:58:19.310 INFO |
| 9725 | 2026-09-09T00:58:20.270Z | adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9726 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317 INFO Sep 09 00:58:19.317Sep 09 00:58:19.317adding route 172.17.0.19/32 -> 10.0.0.255 DEBGDEBG |
| 9727 | 2026-09-09T00:58:20.270Z | replacing targets for 172.16.0.0/32 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.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 } }] |
| 9728 | 2026-09-09T00:58:20.270Z | |
| 9729 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317 DEBGSep 09 00:58:19.317 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 |
| 9730 | 2026-09-09T00:58:20.270Z | adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9731 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGINFO replacing targets for 172.17.0.46/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.20/32 -> 10.0.0.255 |
| 9732 | 2026-09-09T00:58:20.270Z | |
| 9733 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317DEBG INFOreplacing targets for 172.17.0.20/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9734 | 2026-09-09T00:58:20.270Z | adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9735 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.21/32 -> 10.0.0.255 |
| 9736 | 2026-09-09T00:58:20.270Z | |
| 9737 | 2026-09-09T00:58:20.270Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.48/32 -> 10.0.0.255replacing targets for 172.17.0.21/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9738 | 2026-09-09T00:58:20.271Z | |
| 9739 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317INFO DEBGadding route 172.17.0.22/32 -> 10.0.0.255 |
| 9740 | 2026-09-09T00:58:20.271Z | 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 } }] |
| 9741 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.49/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 } }] |
| 9742 | 2026-09-09T00:58:20.271Z | |
| 9743 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317INFO DEBGadding route 172.17.0.23/32 -> 10.0.0.255 |
| 9744 | 2026-09-09T00:58:20.271Z | 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 } }] |
| 9745 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.50/32 -> 10.0.0.255replacing targets for 172.17.0.23/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9746 | 2026-09-09T00:58:20.271Z | |
| 9747 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317INFO DEBGadding route 172.17.0.24/32 -> 10.0.0.255 |
| 9748 | 2026-09-09T00:58:20.271Z | 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 } }] |
| 9749 | 2026-09-09T00:58:20.271Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.51/32 -> 10.0.0.255 |
| 9750 | 2026-09-09T00:58:20.271Z | |
| 9751 | 2026-09-09T00:58:20.275Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317DEBG INFOreplacing targets for 172.17.0.51/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9752 | 2026-09-09T00:58:20.275Z | adding route 172.17.0.25/32 -> 10.0.0.255 |
| 9753 | 2026-09-09T00:58:20.275Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.52/32 -> 10.0.0.255 |
| 9754 | 2026-09-09T00:58:20.275Z | |
| 9755 | 2026-09-09T00:58:20.275Z | Sep 09 00:58:19.317 Sep 09 00:58:19.310Sep 09 00:58:19.317DEBG DEBG 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 } }]replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }] |
| 9756 | 2026-09-09T00:58:20.275Z | |
| 9757 | 2026-09-09T00:58:20.275Z | adding route 172.17.0.26/32 -> 10.0.0.255 |
| 9758 | 2026-09-09T00:58:20.275Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 Sep 09 00:58:19.317INFO INFOadding route 172.17.0.53/32 -> 10.0.0.255 DEBG |
| 9759 | 2026-09-09T00:58:20.275Z | adding route 3fff:dead::/64 -> 2001:db8::55:3replacing 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 } }] |
| 9760 | 2026-09-09T00:58:20.275Z | |
| 9761 | 2026-09-09T00:58:20.275Z | Sep 09 00:58:19.317 DEBGSep 09 00:58:19.317Sep 09 00:58:19.317 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 } }] |
| 9762 | 2026-09-09T00:58:20.276Z | 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 } }]adding route 172.17.0.27/32 -> 10.0.0.255 |
| 9763 | 2026-09-09T00:58:20.276Z | |
| 9764 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGSep 09 00:58:19.317INFO 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 } }] |
| 9765 | 2026-09-09T00:58:20.276Z | INFO adding route 3fff:dead::/64 -> 2001:db8::55:4adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9766 | 2026-09-09T00:58:20.276Z | |
| 9767 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.28/32 -> 10.0.0.255Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGDEBG |
| 9768 | 2026-09-09T00:58:20.276Z | replacing targets for 3fff:dead::/64 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 2001:db8::55:2, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9769 | 2026-09-09T00:58:20.276Z | 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 } }] |
| 9770 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317 Sep 09 00:58:19.317DEBGSep 09 00:58:19.317 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:3, 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 } }] |
| 9771 | 2026-09-09T00:58:20.276Z | adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9772 | 2026-09-09T00:58:20.276Z | |
| 9773 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.29/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 } }] |
| 9774 | 2026-09-09T00:58:20.276Z | |
| 9775 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGINFO replacing targets for 172.17.0.29/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9776 | 2026-09-09T00:58:20.276Z | |
| 9777 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFO adding route 172.17.0.30/32 -> 10.0.0.255 |
| 9778 | 2026-09-09T00:58:20.276Z | 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 } }] |
| 9779 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBG replacing targets for 172.17.0.30/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }] |
| 9780 | 2026-09-09T00:58:20.276Z | INFO adding route 172.17.0.57/32 -> 10.0.0.255 |
| 9781 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.31/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 } }] |
| 9782 | 2026-09-09T00:58:20.276Z | |
| 9783 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.58/32 -> 10.0.0.255 |
| 9784 | 2026-09-09T00:58:20.276Z | |
| 9785 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.32/32 -> 10.0.0.255 |
| 9786 | 2026-09-09T00:58:20.276Z | |
| 9787 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.59/32 -> 10.0.0.255 |
| 9788 | 2026-09-09T00:58:20.276Z | |
| 9789 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.33/32 -> 10.0.0.255 |
| 9790 | 2026-09-09T00:58:20.276Z | |
| 9791 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.60/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 } }] |
| 9792 | 2026-09-09T00:58:20.276Z | |
| 9793 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.34/32 -> 10.0.0.255 |
| 9794 | 2026-09-09T00:58:20.276Z | |
| 9795 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.61/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 } }] |
| 9796 | 2026-09-09T00:58:20.276Z | |
| 9797 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 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.35/32 -> 10.0.0.255 |
| 9798 | 2026-09-09T00:58:20.276Z | |
| 9799 | 2026-09-09T00:58:20.276Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGINFO replacing targets for 172.17.0.35/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.62/32 -> 10.0.0.255 |
| 9800 | 2026-09-09T00:58:20.277Z | |
| 9801 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGINFO replacing targets for 172.17.0.62/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.36/32 -> 10.0.0.255 |
| 9802 | 2026-09-09T00:58:20.277Z | |
| 9803 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.63/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 } }] |
| 9804 | 2026-09-09T00:58:20.277Z | |
| 9805 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGINFO replacing targets for 172.17.0.63/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]adding route 172.17.0.37/32 -> 10.0.0.255 |
| 9806 | 2026-09-09T00:58:20.277Z | |
| 9807 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGDEBG replacing targets for 172.17.0.37/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9808 | 2026-09-09T00:58:20.277Z | |
| 9809 | 2026-09-09T00:58:20.277Z | test route::tests::shrink_to_single_non_zero_survivor ... ok |
| 9810 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 INFODEBG adding route 172.17.0.38/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 } }] |
| 9811 | 2026-09-09T00:58:20.277Z | |
| 9812 | 2026-09-09T00:58:20.277Z | test route::tests::delete_targets_fragmented ... ok |
| 9813 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317Sep 09 00:58:19.317 DEBGDEBG replacing targets for 172.17.0.38/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]failed to allocate space for the new target list |
| 9814 | 2026-09-09T00:58:20.277Z | |
| 9815 | 2026-09-09T00:58:20.277Z | |
| 9816 | 2026-09-09T00:58:20.277Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s |
| 9817 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.39/32 -> 10.0.0.255 |
| 9818 | 2026-09-09T00:58:20.277Z | |
| 9819 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9820 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.40/32 -> 10.0.0.255 |
| 9821 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9822 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.41/32 -> 10.0.0.255 |
| 9823 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9824 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.42/32 -> 10.0.0.255 |
| 9825 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9826 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.43/32 -> 10.0.0.255 |
| 9827 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9828 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.44/32 -> 10.0.0.255 |
| 9829 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9830 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.45/32 -> 10.0.0.255 |
| 9831 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9832 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.46/32 -> 10.0.0.255 |
| 9833 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9834 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.47/32 -> 10.0.0.255 |
| 9835 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9836 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 INFO adding route 172.17.0.48/32 -> 10.0.0.255 |
| 9837 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.317 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 } }] |
| 9838 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.323 INFO adding route 172.17.0.49/32 -> 10.0.0.255 |
| 9839 | 2026-09-09T00:58:20.277Z | Sep 09 00:58:19.323 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 } }] |
| 9840 | 2026-09-09T00:58:20.278Z | Sep 09 00:58:19.318Sep 09 00:58:19.323 INFO adding route 172.17.0.50/32 -> 10.0.0.255 |
| 9841 | 2026-09-09T00:58:20.278Z | DEBG created new freemapSep 09 00:58:19.323, unitDEBG: replacing targets for 172.17.0.50/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.255, vlan_id: None } }]freemap_route_ipv4 |
| 9842 | 2026-09-09T00:58:20.278Z | |
| 9843 | 2026-09-09T00:58:20.278Z | Sep 09 00:58:19.323 INFOSep 09 00:58:19.323 adding route 172.17.0.51/32 -> 10.0.0.255DEBG |
| 9844 | 2026-09-09T00:58:20.278Z | created new freemap, unit:Sep 09 00:58:19.323 freemap_route_ipv6DEBG |
| 9845 | 2026-09-09T00:58:20.278Z | 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 } }] |
| 9846 | 2026-09-09T00:58:20.278Z | Sep 09 00:58:19.323 DEBGSep 09 00:58:19.323 initted freemap. size: 64INFO, unitadding route 172.17.0.52/32 -> 10.0.0.255: |
| 9847 | 2026-09-09T00:58:20.278Z | freemap_route_ipv4 |
| 9848 | 2026-09-09T00:58:20.278Z | Sep 09 00:58:19.323 DEBGSep 09 00:58:19.323 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 |
| 9849 | 2026-09-09T00:58:20.278Z | reset freemap, unit:Sep 09 00:58:19.323 freemap_route_ipv4INFO |
| 9850 | 2026-09-09T00:58:20.278Z | adding route 172.17.0.53/32 -> 10.0.0.255 |
| 9851 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 Sep 09 00:58:19.323DEBG DEBGinitted freemap. size: 64 , 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 } }]unit |
| 9852 | 2026-09-09T00:58:20.282Z | : freemap_route_ipv6 |
| 9853 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 INFO Sep 09 00:58:19.323adding route 172.17.0.54/32 -> 10.0.0.255 |
| 9854 | 2026-09-09T00:58:20.282Z | DEBG reset freemap, unitSep 09 00:58:19.323: DEBGfreemap_route_ipv6 |
| 9855 | 2026-09-09T00:58:20.282Z | 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 } }] |
| 9856 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.1adding route 172.17.0.55/32 -> 10.0.0.255 |
| 9857 | 2026-09-09T00:58:20.282Z | |
| 9858 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }]replacing targets for 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 } }] |
| 9859 | 2026-09-09T00:58:20.282Z | |
| 9860 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 INFOINFO adding route 172.16.0.0/32 -> 10.0.0.2adding route 172.17.0.56/32 -> 10.0.0.255 |
| 9861 | 2026-09-09T00:58:20.282Z | |
| 9862 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 DEBGDEBG replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.2, vlan_id: None } }]replacing targets for 172.17.0.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 } }] |
| 9863 | 2026-09-09T00:58:20.282Z | |
| 9864 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 INFOINFO adding route 172.17.0.57/32 -> 10.0.0.255adding route 172.16.0.0/32 -> 10.0.0.3 |
| 9865 | 2026-09-09T00:58:20.282Z | |
| 9866 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323Sep 09 00:58:19.323 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.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 } }] |
| 9867 | 2026-09-09T00:58:20.282Z | |
| 9868 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 INFOSep 09 00:58:19.323 adding route 172.17.0.58/32 -> 10.0.0.255INFO |
| 9869 | 2026-09-09T00:58:20.282Z | adding route 172.16.0.0/32 -> 10.0.0.4 |
| 9870 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 DEBGSep 09 00:58:19.323 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 |
| 9871 | 2026-09-09T00:58:20.282Z | replacing targets for 172.16.0.0/32 with: [NextHop { asic_port_id: 1, route: Route { tag: "test", port_id: Rear(RearPort(0)), link_id: LinkId(0), tgt_ip: 10.0.0.1, vlan_id: None } }, NextHop { asic_port_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 } }] |
| 9872 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 INFO Sep 09 00:58:19.323adding route 172.17.0.59/32 -> 10.0.0.255 |
| 9873 | 2026-09-09T00:58:20.282Z | 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 } }] |
| 9874 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 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 } }] |
| 9875 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 INFO adding route 172.17.0.60/32 -> 10.0.0.255 |
| 9876 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 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 } }] |
| 9877 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 DEBG failed to allocate space for the new target list |
| 9878 | 2026-09-09T00:58:20.282Z | Sep 09 00:58:19.323 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 } }] |
| 9879 | 2026-09-09T00:58:20.282Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-265f103366e8a9eb) |
| 9880 | 2026-09-09T00:58:20.283Z | |
| 9881 | 2026-09-09T00:58:20.283Z | running 0 tests |
| 9882 | 2026-09-09T00:58:20.283Z | |
| 9883 | 2026-09-09T00:58:20.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9884 | 2026-09-09T00:58:20.283Z | |
| 9885 | 2026-09-09T00:58:20.283Z | Running unittests src/lib.rs (target/debug/deps/dpd_api-129626530bed4535) |
| 9886 | 2026-09-09T00:58:20.283Z | |
| 9887 | 2026-09-09T00:58:20.283Z | running 0 tests |
| 9888 | 2026-09-09T00:58:20.283Z | |
| 9889 | 2026-09-09T00:58:20.283Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9890 | 2026-09-09T00:58:20.283Z | |
| 9891 | 2026-09-09T00:58:20.283Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e69f4616d86663c9) |
| 9892 | 2026-09-09T00:58:20.286Z | |
| 9893 | 2026-09-09T00:58:20.286Z | running 6 tests |
| 9894 | 2026-09-09T00:58:20.290Z | test tests::test_full_lot_id_lot_only ... ok |
| 9895 | 2026-09-09T00:58:20.290Z | test tests::test_full_lot_id_both_present ... ok |
| 9896 | 2026-09-09T00:58:20.290Z | test tests::test_full_lot_id_lotnum_only ... ok |
| 9897 | 2026-09-09T00:58:20.293Z | test tests::test_full_lot_id_neither_present ... ok |
| 9898 | 2026-09-09T00:58:20.293Z | test tests::test_port_id_cmp ... ok |
| 9899 | 2026-09-09T00:58:20.293Z | test tests::test_parse_client_port_id ... ok |
| 9900 | 2026-09-09T00:58:20.293Z | |
| 9901 | 2026-09-09T00:58:20.293Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9902 | 2026-09-09T00:58:20.293Z | |
| 9903 | 2026-09-09T00:58:20.293Z | Running tests/test_all.rs (target/debug/deps/test_all-46576c33bbbf0e68) |
| 9904 | 2026-09-09T00:58:20.296Z | |
| 9905 | 2026-09-09T00:58:20.296Z | running 10 tests |
| 9906 | 2026-09-09T00:58:23.309Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 9907 | 2026-09-09T00:58:23.313Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 9908 | 2026-09-09T00:58:23.314Z | test chaos_tests::util::util_tests::unique_v6 ... ok |
| 9909 | 2026-09-09T00:58:23.314Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 9910 | 2026-09-09T00:58:23.317Z | test chaos_tests::port_settings::addr_ns_persistent_create ... ok |
| 9911 | 2026-09-09T00:58:23.317Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 9912 | 2026-09-09T00:58:23.317Z | test chaos_tests::port_settings::addr_ns_settings_clear ... ok |
| 9913 | 2026-09-09T00:58:23.320Z | test chaos_tests::port_settings::addr_ns_spot_delete ... ok |
| 9914 | 2026-09-09T00:58:23.651Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 9915 | 2026-09-09T00:58:29.556Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 9916 | 2026-09-09T00:58:29.556Z | |
| 9917 | 2026-09-09T00:58:29.556Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 9.26s |
| 9918 | 2026-09-09T00:58:29.556Z | |
| 9919 | 2026-09-09T00:58:29.562Z | Running unittests src/lib.rs (target/debug/deps/dpd_types-9a1ffdc1254bfaa8) |
| 9920 | 2026-09-09T00:58:29.565Z | |
| 9921 | 2026-09-09T00:58:29.566Z | running 0 tests |
| 9922 | 2026-09-09T00:58:29.566Z | |
| 9923 | 2026-09-09T00:58:29.566Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9924 | 2026-09-09T00:58:29.566Z | |
| 9925 | 2026-09-09T00:58:29.566Z | Running unittests src/lib.rs (target/debug/deps/dpd_types_versions-fbfe8a6c92a1a523) |
| 9926 | 2026-09-09T00:58:29.589Z | |
| 9927 | 2026-09-09T00:58:29.590Z | running 15 tests |
| 9928 | 2026-09-09T00:58:29.594Z | test impls::switch_identifiers::tests::chip_revision_b1 ... ok |
| 9929 | 2026-09-09T00:58:29.594Z | test impls::switch_identifiers::tests::chip_revision_a0 ... ok |
| 9930 | 2026-09-09T00:58:29.594Z | test impls::switch_identifiers::tests::chip_revision_b0 ... ok |
| 9931 | 2026-09-09T00:58:29.594Z | test impls::switch_identifiers::tests::chip_revision_unknown_rev_num ... ok |
| 9932 | 2026-09-09T00:58:29.594Z | test impls::switch_identifiers::tests::chip_revision_unknown_device_id ... ok |
| 9933 | 2026-09-09T00:58:29.594Z | test impls::table::tests::table_entry_new_collects_display_values ... ok |
| 9934 | 2026-09-09T00:58:29.594Z | test impls::table::tests::table_counter_entry_new_collects_key_values ... ok |
| 9935 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_equal ... ok |
| 9936 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_eui64 ... ok |
| 9937 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_into ... ok |
| 9938 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_not_equal ... ok |
| 9939 | 2026-09-09T00:58:29.594Z | test v1::port::tests::port_ids_are_ascii ... ok |
| 9940 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_to_string ... ok |
| 9941 | 2026-09-09T00:58:29.594Z | test v1::network::tests::test_parse ... ok |
| 9942 | 2026-09-09T00:58:29.598Z | test v10::oxstats::tests::latest_oximeter_metadata_uses_v10_switch_identifiers ... ok |
| 9943 | 2026-09-09T00:58:29.598Z | |
| 9944 | 2026-09-09T00:58:29.598Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 9945 | 2026-09-09T00:58:29.598Z | |
| 9946 | 2026-09-09T00:58:29.598Z | Running unittests src/lib.rs (target/debug/deps/packet-b7146b2a4ac94eed) |
| 9947 | 2026-09-09T00:58:29.622Z | |
| 9948 | 2026-09-09T00:58:29.622Z | running 12 tests |
| 9949 | 2026-09-09T00:58:29.625Z | test icmp::test_v4_checksum ... ok |
| 9950 | 2026-09-09T00:58:29.625Z | test icmp::test_v6_checksum ... ok |
| 9951 | 2026-09-09T00:58:29.626Z | test ipv6::test_ipv6_parse ... ok |
| 9952 | 2026-09-09T00:58:29.626Z | test lldp::test_lldp_parse ... ok |
| 9953 | 2026-09-09T00:58:29.626Z | test pbuf::test_byte ... ok |
| 9954 | 2026-09-09T00:58:29.626Z | test pbuf::test_nibble ... ok |
| 9955 | 2026-09-09T00:58:29.626Z | test pbuf::test_short ... ok |
| 9956 | 2026-09-09T00:58:29.626Z | test pbuf::test_overflow ... ok |
| 9957 | 2026-09-09T00:58:29.626Z | test pbuf::test_twelve ... ok |
| 9958 | 2026-09-09T00:58:29.626Z | test pbuf::test_word ... ok |
| 9959 | 2026-09-09T00:58:29.626Z | test tcp::test_checksum_syn_nodata ... ok |
| 9960 | 2026-09-09T00:58:29.626Z | test tcp::test_checksum_ack_data ... ok |
| 9961 | 2026-09-09T00:58:29.626Z | |
| 9962 | 2026-09-09T00:58:29.626Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9963 | 2026-09-09T00:58:29.626Z | |
| 9964 | 2026-09-09T00:58:29.630Z | Running unittests src/lib.rs (target/debug/deps/pcap-2225aa3176c6479b) |
| 9965 | 2026-09-09T00:58:29.630Z | |
| 9966 | 2026-09-09T00:58:29.630Z | running 0 tests |
| 9967 | 2026-09-09T00:58:29.630Z | |
| 9968 | 2026-09-09T00:58:29.630Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 9969 | 2026-09-09T00:58:29.630Z | |
| 9970 | 2026-09-09T00:58:29.633Z | Running unittests src/main.rs (target/debug/deps/swadm-6c33dfabe18f71e1) |
| 9971 | 2026-09-09T00:58:29.637Z | |
| 9972 | 2026-09-09T00:58:29.637Z | running 5 tests |
| 9973 | 2026-09-09T00:58:29.637Z | test switchport::test::test_compute_lanes ... ok |
| 9974 | 2026-09-09T00:58:29.640Z | test switchport::test::port_id_ordering ... ok |
| 9975 | 2026-09-09T00:58:29.640Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 9976 | 2026-09-09T00:58:29.640Z | State: Activated Activated Lane 0 Activated Activated |
| 9977 | 2026-09-09T00:58:29.640Z | Lane 1 Rx Output Enabled: false Lane 2 false Lane 3false |
| 9978 | 2026-09-09T00:58:29.640Z | false |
| 9979 | 2026-09-09T00:58:29.641Z | Rx Loss-of-lock: Yes Rx Output Status: valid validYes Yesvalid validYes |
| 9980 | 2026-09-09T00:58:29.641Z | |
| 9981 | 2026-09-09T00:58:29.641Z | Rx Loss-of-lock: true Rx Loss-of-signal: Yes true Yes Yestrue Yestrue |
| 9982 | 2026-09-09T00:58:29.641Z | |
| 9983 | 2026-09-09T00:58:29.641Z | Rx CDR Enabled: Yes Rx Loss-of-signal: false Yesfalse Yes falseYes |
| 9984 | 2026-09-09T00:58:29.641Z | false Tx Enabled: Yes |
| 9985 | 2026-09-09T00:58:29.641Z | Rx Auto-squelch Disable: trueYes true Yestrue trueYes |
| 9986 | 2026-09-09T00:58:29.641Z | |
| 9987 | 2026-09-09T00:58:29.641Z | Tx Output Enabled: true Tx Loss-of-lock: No trueNo trueNo trueNo |
| 9988 | 2026-09-09T00:58:29.641Z | |
| 9989 | 2026-09-09T00:58:29.641Z | Tx Output Status: invalid Tx Loss-of-signal: No Noinvalid No invalidNo |
| 9990 | 2026-09-09T00:58:29.641Z | invalid |
| 9991 | 2026-09-09T00:58:29.641Z | Tx CDR Enabled: No Tx Loss-of-lock: falseNo falseNo falseNo |
| 9992 | 2026-09-09T00:58:29.641Z | Tx Adaptive EQ Fault: Nofalse |
| 9993 | 2026-09-09T00:58:29.641Z | No Tx Loss-of-signal: true trueNo Notrue |
| 9994 | 2026-09-09T00:58:29.641Z | Tx Fault: Yestrue |
| 9995 | 2026-09-09T00:58:29.641Z | Yes Tx Auto-squelch Disable: false Yes Yesfalse |
| 9996 | 2026-09-09T00:58:29.641Z | false false |
| 9997 | 2026-09-09T00:58:29.641Z | Tx Adaptive EQ Fail: true true true true |
| 9998 | 2026-09-09T00:58:29.641Z | Tx Failure: false false false false |
| 9999 | 2026-09-09T00:58:29.642Z | Tx Force Squelch: true true true true |
| 10000 | 2026-09-09T00:58:29.642Z | Tx Input Polarity: normal normal normal normal |
| 10001 | 2026-09-09T00:58:29.642Z | test switchport::test::test_print_sff_datapath ... ok |
| 10002 | 2026-09-09T00:58:29.642Z | test switchport::test::test_print_cmis_datapath ... ok |
| 10003 | 2026-09-09T00:58:29.642Z | test link::test_filter ... ok |
| 10004 | 2026-09-09T00:58:29.642Z | |
| 10005 | 2026-09-09T00:58:29.642Z | test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10006 | 2026-09-09T00:58:29.642Z | |
| 10007 | 2026-09-09T00:58:29.642Z | Running tests/cli/main.rs (target/debug/deps/cli-66983617425916ef) |
| 10008 | 2026-09-09T00:58:29.660Z | |
| 10009 | 2026-09-09T00:58:29.660Z | running 7 tests |
| 10010 | 2026-09-09T00:58:29.663Z | test counters::counters_list ... ignored |
| 10011 | 2026-09-09T00:58:29.664Z | test link_apply::apply_tx_eq_all ... ignored |
| 10012 | 2026-09-09T00:58:29.664Z | test link_apply::apply_tx_eq_custom ... ignored |
| 10013 | 2026-09-09T00:58:29.664Z | test tx_eq::set_all_taps ... ignored |
| 10014 | 2026-09-09T00:58:29.664Z | test tx_eq::set_partial_taps ... ignored |
| 10015 | 2026-09-09T00:58:29.664Z | test cmd::test::pattern_statics ... ok |
| 10016 | 2026-09-09T00:58:29.673Z | test link_apply::tx_eq_exclusive ... ok |
| 10017 | 2026-09-09T00:58:29.673Z | |
| 10018 | 2026-09-09T00:58:29.673Z | test result: ok. 2 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 10019 | 2026-09-09T00:58:29.673Z | |
| 10020 | 2026-09-09T00:58:29.676Z | Running unittests src/main.rs (target/debug/deps/tfportd-d2ba48eac2aa7042) |
| 10021 | 2026-09-09T00:58:29.679Z | |
| 10022 | 2026-09-09T00:58:29.679Z | running 4 tests |
| 10023 | 2026-09-09T00:58:29.683Z | test oxstats::tests::producer_ids_are_actually_unique ... ok |
| 10024 | 2026-09-09T00:58:29.683Z | test linklocal::test_parse_ipadm ... ok |
| 10025 | 2026-09-09T00:58:29.683Z | test tfport::test_parse_tfport ... ok |
| 10026 | 2026-09-09T00:58:29.683Z | test config::tests::test_updates ... ok |
| 10027 | 2026-09-09T00:58:29.683Z | |
| 10028 | 2026-09-09T00:58:29.683Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10029 | 2026-09-09T00:58:29.683Z | |
| 10030 | 2026-09-09T00:58:29.684Z | Running unittests src/main.rs (target/debug/deps/uplinkd-8872d4adf66e7b1b) |
| 10031 | 2026-09-09T00:58:29.687Z | |
| 10032 | 2026-09-09T00:58:29.687Z | running 0 tests |
| 10033 | 2026-09-09T00:58:29.687Z | |
| 10034 | 2026-09-09T00:58:29.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10035 | 2026-09-09T00:58:29.687Z | |
| 10036 | 2026-09-09T00:58:29.690Z | Running unittests src/main.rs (target/debug/deps/xtask-8bdda0ad85b34353) |
| 10037 | 2026-09-09T00:58:29.694Z | |
| 10038 | 2026-09-09T00:58:29.694Z | running 0 tests |
| 10039 | 2026-09-09T00:58:29.694Z | |
| 10040 | 2026-09-09T00:58:29.694Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10041 | 2026-09-09T00:58:29.694Z | |
| 10042 | 2026-09-09T00:58:29.694Z | Doc-tests aal |
| 10043 | 2026-09-09T00:58:30.202Z | |
| 10044 | 2026-09-09T00:58:30.202Z | running 0 tests |
| 10045 | 2026-09-09T00:58:30.202Z | |
| 10046 | 2026-09-09T00:58:30.206Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10047 | 2026-09-09T00:58:30.206Z | |
| 10048 | 2026-09-09T00:58:30.228Z | Doc-tests aal_macros |
| 10049 | 2026-09-09T00:58:30.299Z | |
| 10050 | 2026-09-09T00:58:30.300Z | running 0 tests |
| 10051 | 2026-09-09T00:58:30.300Z | |
| 10052 | 2026-09-09T00:58:30.300Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10053 | 2026-09-09T00:58:30.300Z | |
| 10054 | 2026-09-09T00:58:30.311Z | Doc-tests common |
| 10055 | 2026-09-09T00:58:30.540Z | |
| 10056 | 2026-09-09T00:58:30.541Z | running 0 tests |
| 10057 | 2026-09-09T00:58:30.541Z | |
| 10058 | 2026-09-09T00:58:30.541Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10059 | 2026-09-09T00:58:30.541Z | |
| 10060 | 2026-09-09T00:58:30.565Z | Doc-tests dpd_api |
| 10061 | 2026-09-09T00:58:31.329Z | |
| 10062 | 2026-09-09T00:58:31.329Z | running 2 tests |
| 10063 | 2026-09-09T00:58:31.329Z | test dpd-api/src/lib.rs - dpd_api_mod::api_description (line 69) ... ignored |
| 10064 | 2026-09-09T00:58:31.329Z | test dpd-api/src/lib.rs - dpd_api_mod::stub_api_description (line 75) ... ignored |
| 10065 | 2026-09-09T00:58:31.329Z | |
| 10066 | 2026-09-09T00:58:31.329Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10067 | 2026-09-09T00:58:31.329Z | |
| 10068 | 2026-09-09T00:58:31.360Z | Doc-tests dpd_client |
| 10069 | 2026-09-09T00:58:32.778Z | |
| 10070 | 2026-09-09T00:58:32.778Z | running 0 tests |
| 10071 | 2026-09-09T00:58:32.778Z | |
| 10072 | 2026-09-09T00:58:32.778Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10073 | 2026-09-09T00:58:32.778Z | |
| 10074 | 2026-09-09T00:58:32.832Z | Doc-tests dpd_types |
| 10075 | 2026-09-09T00:58:33.012Z | |
| 10076 | 2026-09-09T00:58:33.012Z | running 0 tests |
| 10077 | 2026-09-09T00:58:33.012Z | |
| 10078 | 2026-09-09T00:58:33.012Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10079 | 2026-09-09T00:58:33.012Z | |
| 10080 | 2026-09-09T00:58:33.036Z | Doc-tests dpd_types_versions |
| 10081 | 2026-09-09T00:58:34.558Z | |
| 10082 | 2026-09-09T00:58:34.558Z | running 1 test |
| 10083 | 2026-09-09T00:58:34.558Z | test dpd-types/versions/src/lib.rs - (line 19) ... ignored |
| 10084 | 2026-09-09T00:58:34.558Z | |
| 10085 | 2026-09-09T00:58:34.558Z | test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10086 | 2026-09-09T00:58:34.558Z | |
| 10087 | 2026-09-09T00:58:34.608Z | Doc-tests packet |
| 10088 | 2026-09-09T00:58:34.823Z | |
| 10089 | 2026-09-09T00:58:34.823Z | running 0 tests |
| 10090 | 2026-09-09T00:58:34.823Z | |
| 10091 | 2026-09-09T00:58:34.823Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10092 | 2026-09-09T00:58:34.823Z | |
| 10093 | 2026-09-09T00:58:34.848Z | Doc-tests pcap |
| 10094 | 2026-09-09T00:58:34.903Z | |
| 10095 | 2026-09-09T00:58:34.903Z | running 0 tests |
| 10096 | 2026-09-09T00:58:34.903Z | |
| 10097 | 2026-09-09T00:58:34.903Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 10098 | 2026-09-09T00:58:34.903Z | |
| 10099 | 2026-09-09T00:58:34.951Z | process exited: duration 613161 ms, exit code 0 |
| |
| 10100 | 2026-09-09T00:58:34.962Z | found 0 output files |